[midPoint-ci] Build failed in Jenkins: midPoint - master - compile #6175

Jenkins noreply at evolveum.com
Tue Mar 24 11:54:40 CET 2026


See <https://jenkins.evolveum.com/job/midpoint-master-compile/6175/display/redirect>

Changes:


------------------------------------------
[...truncated 5114 lines...]
[INFO] 
[INFO] WARNING in ./src/frontend/scss/midpoint.scss (./src/frontend/scss/midpoint.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/midpoint.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] Deprecation Warning on line 150, column 9 of file:///home/jenkins/agent/workspace/midpoint-master-compile/gui/admin-gui/node_modules/admin-lte/node_modules/bootstrap/scss/_functions.scss:150:9:
[INFO] The Sass if() syntax is deprecated in favor of the modern CSS syntax.
[INFO] 
[INFO] Suggestion: if(sass($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0): 1; else: -1)
[INFO] 
[INFO] More info: https://sass-lang.com/d/if-function
[INFO] 
[INFO] 150 |   $sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);
[INFO] 
[INFO] 
[INFO] node_modules/admin-lte/node_modules/bootstrap/scss/_functions.scss 151:10  @import
[INFO] src/frontend/scss/_midpoint-variables.scss 7:9                             @import
[INFO] src/frontend/scss/midpoint.scss 7:9                                        root stylesheet
[INFO]  @ ./src/frontend/scss/midpoint.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/midpoint.scss (./src/frontend/scss/midpoint.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/midpoint.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] css-function-mixin deprecation is obsolete. If you were previously silencing it, your code may now behave in unexpected ways.
[INFO]  @ ./src/frontend/scss/midpoint.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/midpoint.scss (./src/frontend/scss/midpoint.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/midpoint.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] mixed-decls deprecation is obsolete. If you were previously silencing it, your code may now behave in unexpected ways.
[INFO]  @ ./src/frontend/scss/midpoint.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/midpoint.scss (./src/frontend/scss/midpoint.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/midpoint.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] 16 repetitive deprecation warnings omitted.
[INFO] Run in verbose mode to see all warnings.
[INFO]  @ ./src/frontend/scss/midpoint.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/vendors-fonts.scss (./src/frontend/scss/vendors-fonts.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/vendors-fonts.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] css-function-mixin deprecation is obsolete. If you were previously silencing it, your code may now behave in unexpected ways.
[INFO]  @ ./src/frontend/scss/vendors-fonts.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/vendors-fonts.scss (./src/frontend/scss/vendors-fonts.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/vendors-fonts.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] mixed-decls deprecation is obsolete. If you were previously silencing it, your code may now behave in unexpected ways.
[INFO]  @ ./src/frontend/scss/vendors-fonts.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/vendors.scss (./src/frontend/scss/vendors.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/vendors.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] Deprecation Warning on line 18, column 10 of file:///home/jenkins/agent/workspace/midpoint-master-compile/gui/admin-gui/node_modules/admin-lte/node_modules/bootstrap/scss/mixins/_breakpoints.scss:18:10:
[INFO] The Sass if() syntax is deprecated in favor of the modern CSS syntax.
[INFO] 
[INFO] Suggestion: if(sass($n != null and $n < length($breakpoint-names)): nth($breakpoint-names, $n + 1))
[INFO] 
[INFO] More info: https://sass-lang.com/d/if-function
[INFO] 
[INFO] 18 |   @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);
[INFO] 
[INFO] 
[INFO] node_modules/admin-lte/node_modules/bootstrap/scss/mixins/_breakpoints.scss 19:11  @import
[INFO] src/frontend/scss/_midpoint-variables.scss 19:9                                    @import
[INFO] src/frontend/scss/vendors.scss 9:9                                                 root stylesheet
[INFO]  @ ./src/frontend/scss/vendors.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/vendors.scss (./src/frontend/scss/vendors.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/vendors.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] Deprecation Warning on line 102, column 15 of file:///home/jenkins/agent/workspace/midpoint-master-compile/gui/admin-gui/node_modules/admin-lte/node_modules/bootstrap/scss/_functions.scss:102:15:
[INFO] The Sass if() syntax is deprecated in favor of the modern CSS syntax.
[INFO] 
[INFO] Suggestion: if(sass($level > 0): $black; else: $white)
[INFO] 
[INFO] More info: https://sass-lang.com/d/if-function
[INFO] 
[INFO] 102 |   $color-base: if($level > 0, $black, $white);
[INFO] 
[INFO] 
[INFO] node_modules/admin-lte/node_modules/bootstrap/scss/_functions.scss 103:16  @import
[INFO] src/frontend/scss/_midpoint-variables.scss 7:9                             @import
[INFO] src/frontend/scss/vendors.scss 9:9                                         root stylesheet
[INFO]  @ ./src/frontend/scss/vendors.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/vendors.scss (./src/frontend/scss/vendors.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/vendors.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] Deprecation Warning on line 122, column 10 of file:///home/jenkins/agent/workspace/midpoint-master-compile/gui/admin-gui/node_modules/admin-lte/node_modules/bootstrap/scss/_functions.scss:122:10:
[INFO] The Sass if() syntax is deprecated in favor of the modern CSS syntax.
[INFO] 
[INFO] Suggestion: if(sass($return-calc == true): calc(#{$value1} + #{$value2}); else: $value1 + unquote(" + ") + $value2)
[INFO] 
[INFO] More info: https://sass-lang.com/d/if-function
[INFO] 
[INFO] 122 |   @return if($return-calc == true, calc(#{$value1} + #{$value2}), $value1 + unquote(" + ") + $value2);
[INFO] 
[INFO] 
[INFO] node_modules/admin-lte/node_modules/bootstrap/scss/_functions.scss 123:11  @import
[INFO] src/frontend/scss/_midpoint-variables.scss 7:9                             @import
[INFO] src/frontend/scss/vendors.scss 9:9                                         root stylesheet
[INFO]  @ ./src/frontend/scss/vendors.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/vendors.scss (./src/frontend/scss/vendors.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/vendors.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] Deprecation Warning on line 146, column 10 of file:///home/jenkins/agent/workspace/midpoint-master-compile/gui/admin-gui/node_modules/admin-lte/node_modules/bootstrap/scss/_functions.scss:146:10:
[INFO] The Sass if() syntax is deprecated in favor of the modern CSS syntax.
[INFO] 
[INFO] Suggestion: if(sass($return-calc == true): calc(#{$value1} - #{$value2}); else: $value1 + unquote(" - ") + $value2)
[INFO] 
[INFO] More info: https://sass-lang.com/d/if-function
[INFO] 
[INFO] 146 |   @return if($return-calc == true, calc(#{$value1} - #{$value2}), $value1 + unquote(" - ") + $value2);
[INFO] 
[INFO] 
[INFO] node_modules/admin-lte/node_modules/bootstrap/scss/_functions.scss 147:11  @import
[INFO] src/frontend/scss/_midpoint-variables.scss 7:9                             @import
[INFO] src/frontend/scss/vendors.scss 9:9                                         root stylesheet
[INFO]  @ ./src/frontend/scss/vendors.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/vendors.scss (./src/frontend/scss/vendors.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/vendors.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] Deprecation Warning on line 150, column 9 of file:///home/jenkins/agent/workspace/midpoint-master-compile/gui/admin-gui/node_modules/admin-lte/node_modules/bootstrap/scss/_functions.scss:150:9:
[INFO] The Sass if() syntax is deprecated in favor of the modern CSS syntax.
[INFO] 
[INFO] Suggestion: if(sass($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0): 1; else: -1)
[INFO] 
[INFO] More info: https://sass-lang.com/d/if-function
[INFO] 
[INFO] 150 |   $sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);
[INFO] 
[INFO] 
[INFO] node_modules/admin-lte/node_modules/bootstrap/scss/_functions.scss 151:10  @import
[INFO] src/frontend/scss/_midpoint-variables.scss 7:9                             @import
[INFO] src/frontend/scss/vendors.scss 9:9                                         root stylesheet
[INFO]  @ ./src/frontend/scss/vendors.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/vendors.scss (./src/frontend/scss/vendors.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/vendors.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] css-function-mixin deprecation is obsolete. If you were previously silencing it, your code may now behave in unexpected ways.
[INFO]  @ ./src/frontend/scss/vendors.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/vendors.scss (./src/frontend/scss/vendors.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/vendors.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] mixed-decls deprecation is obsolete. If you were previously silencing it, your code may now behave in unexpected ways.
[INFO]  @ ./src/frontend/scss/vendors.scss
[INFO] 
[INFO] WARNING in ./src/frontend/scss/vendors.scss (./src/frontend/scss/vendors.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/frontend/scss/vendors.scss)
[INFO] Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
[INFO] 5 repetitive deprecation warnings omitted.
[INFO] Run in verbose mode to see all warnings.
[INFO]  @ ./src/frontend/scss/vendors.scss
[INFO] 
[INFO] webpack 5.105.4 compiled with 49 warnings in 49842 ms
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ admin-gui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 54 resources
[INFO] Copying 1 resource
[INFO] Copying 1 resource to META-INF/services
[INFO] Copying 890 resources
[INFO] Copying 0 resource
[INFO] Copying 13 resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ admin-gui ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2541 source files with javac [debug target 17] to target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for midPoint Project 4.11-SNAPSHOT:
[INFO] 
[INFO] midPoint Project ................................... SUCCESS [  1.835 s]
[INFO] midPoint Infrastructure ............................ SUCCESS [  0.245 s]
[INFO] midPoint Infrastructure - schema ................... SUCCESS [01:53 min]
[INFO] midPoint Repository ................................ SUCCESS [  0.191 s]
[INFO] midPoint Repository - api .......................... SUCCESS [  0.613 s]
[INFO] midPoint Task Manager - api ........................ SUCCESS [  0.588 s]
[INFO] midPoint Infrastructure - testing utils (lvl 2) .... SUCCESS [  2.577 s]
[INFO] midPoint Infrastructure - common ................... SUCCESS [  1.901 s]
[INFO] midPoint Audit - api ............................... SUCCESS [  0.431 s]
[INFO] midPoint Security - api ............................ SUCCESS [  0.530 s]
[INFO] midPoint Repository - SQL common support ........... SUCCESS [  0.894 s]
[INFO] midPoint System Initialization ..................... SUCCESS [ 12.972 s]
[INFO] midPoint Repository - new SQL repository ........... SUCCESS [  7.445 s]
[INFO] midPoint Repository - sql repository test .......... SUCCESS [  0.485 s]
[INFO] midPoint Repository Cache .......................... SUCCESS [  1.473 s]
[INFO] midPoint Audit - logging impl ...................... SUCCESS [  0.381 s]
[INFO] midPoint Icf Connectors ............................ SUCCESS [  0.162 s]
[INFO] Dummy Resource ..................................... SUCCESS [  0.782 s]
[INFO] midPoint Repository - test utils ................... SUCCESS [  3.903 s]
[INFO] midPoint Security - impl ........................... SUCCESS [  0.648 s]
[INFO] midPoint Task Manager - Quartz impl ................ SUCCESS [  2.183 s]
[INFO] midPoint Tools ..................................... SUCCESS [  0.190 s]
[INFO] midPoint Tools - Ninja ............................. SUCCESS [  3.196 s]
[INFO] midPoint Tools - custom Spring Boot JAR layout ..... SUCCESS [  0.320 s]
[INFO] midPoint Infrastructure - pure JAXB schema ......... SUCCESS [ 12.439 s]
[INFO] midPoint Repo Commons .............................. SUCCESS [  4.195 s]
[INFO] midPoint Security Enforcer - api ................... SUCCESS [  0.507 s]
[INFO] midPoint Security Enforcer - impl .................. SUCCESS [  0.848 s]
[INFO] midPoint Provisioning .............................. SUCCESS [  0.185 s]
[INFO] midPoint Provisioning - api ........................ SUCCESS [  0.505 s]
[INFO] Unified Connector Framework - api .................. SUCCESS [  0.578 s]
[INFO] Dummy Connector .................................... SUCCESS [  0.665 s]
[INFO] Unified Connector Framework - ConnId impl .......... SUCCESS [  2.059 s]
[INFO] Unified Connector Framework - Built-in impl ........ SUCCESS [  1.012 s]
[INFO] midPoint Provisioning - impl ....................... SUCCESS [  5.337 s]
[INFO] midPoint Model ..................................... SUCCESS [  0.197 s]
[INFO] midPoint Model - api ............................... SUCCESS [  1.465 s]
[INFO] midPoint Model - common ............................ SUCCESS [  3.765 s]
[INFO] midPoint Smart Integration Layer - api ............. SUCCESS [  0.482 s]
[INFO] midPoint Notifications - api ....................... SUCCESS [  0.499 s]
[INFO] Dummy Connector Fake ............................... SUCCESS [  0.245 s]
[INFO] midPoint Authentication - api ...................... SUCCESS [  0.558 s]
[INFO] midPoint Model - test .............................. SUCCESS [  2.167 s]
[INFO] midPoint Report - api .............................. SUCCESS [  0.348 s]
[INFO] midPoint Cases - api ............................... SUCCESS [  0.466 s]
[INFO] midPoint Access Certification - api ................ SUCCESS [  0.402 s]
[INFO] midPoint Model - impl .............................. SUCCESS [ 14.861 s]
[INFO] midPoint Notifications - impl ...................... SUCCESS [  2.219 s]
[INFO] midPoint Smart Integration Layer - impl ............ SUCCESS [  3.248 s]
[INFO] midPoint Report - impl ............................. SUCCESS [  2.224 s]
[INFO] midPoint Model - integration tests ................. SUCCESS [  8.516 s]
[INFO] midPoint Workflow - api ............................ SUCCESS [  0.358 s]
[INFO] midPoint Cases - impl .............................. SUCCESS [  0.872 s]
[INFO] midPoint Workflow - impl ........................... SUCCESS [  2.440 s]
[INFO] midPoint Access Certification - impl ............... SUCCESS [  2.108 s]
[INFO] midPoint Authentication - impl ..................... SUCCESS [  2.999 s]
[INFO] midPoint REST-ish service implementation ........... SUCCESS [  0.705 s]
[INFO] midPoint Customizations ............................ SUCCESS [  0.166 s]
[INFO] midPoint User Interface ............................ SUCCESS [  0.166 s]
[INFO] midPoint User Interface - admin web gui ............ FAILURE [01:57 min]
[INFO] midPoint Testing Infrastructure .................... SKIPPED
[INFO] midPoint Testing - Resource Connection Tests ....... SKIPPED
[INFO] midPoint Testing - Long Tests ...................... SKIPPED
[INFO] midPoint Testing - Story Tests ..................... SKIPPED
[INFO] midPoint Testing - REST API ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:55 min
[INFO] Finished at: 2026-03-24T10:54:36Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project admin-gui: Fatal error compiling: /root/.m2/repository/com/evolveum/prism/prism-api/4.11-SNAPSHOT/prism-api-4.11-SNAPSHOT.jar -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :admin-gui
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list