Started by upstream project "Trigger" build number 575 originally caused by: Started by timer Obtained Jenkinsfile from git https://github.com/snoopycrimecop/omero-insight.git [Pipeline] Start of Pipeline [Pipeline] node Running on testintegration in /home/omero/workspace/OMERO-insight-build [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/snoopycrimecop/omero-insight.git > git init /home/omero/workspace/OMERO-insight-build # timeout=10 Fetching upstream changes from https://github.com/snoopycrimecop/omero-insight.git > git --version # timeout=10 > git --version # 'git version 2.43.5' > git fetch --tags --force --progress -- https://github.com/snoopycrimecop/omero-insight.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5f5f4221b0bc6debed9d0814826c9d6e692450b0 (origin/merge_ci) Commit message: "Update component versions" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh > git config remote.origin.url https://github.com/snoopycrimecop/omero-insight.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/merge_ci^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f5f4221b0bc6debed9d0814826c9d6e692450b0 # timeout=10 > git rev-list --no-walk 84dbb5cf207b5fc4b2bd0ced6ad93334608ea46c # timeout=10 + gradle --init-script init-ci.gradle publishToMavenLocal build --refresh-dependencies To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.9.3/userguide/gradle_daemon.html#sec:disabling_the_daemon. Daemon will be stopped at the end of the build > Task :buildSrc:compileJava NO-SOURCE > Task :buildSrc:compileGroovy WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/opt/gradle-6.9.3/lib/groovy-all-1.3-2.5.12.jar) to method java.util.AbstractCollection.hugeCapacity(int) WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release > Task :buildSrc:pluginDescriptors > Task :buildSrc:processResources > Task :buildSrc:classes > Task :buildSrc:jar > Task :buildSrc:assemble > Task :buildSrc:pluginUnderTestMetadata > Task :buildSrc:compileTestJava NO-SOURCE > Task :buildSrc:compileTestGroovy NO-SOURCE > Task :buildSrc:processTestResources NO-SOURCE > Task :buildSrc:testClasses UP-TO-DATE > Task :buildSrc:test NO-SOURCE > Task :buildSrc:validatePlugins > Task :buildSrc:check > Task :buildSrc:build > Task :generatePomFileForImageJPluginPublication > Task :compileJava /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/fsimporter/mde/util/TagData.java:26: error: package org.apache.commons.lang does not exist import org.apache.commons.lang.BooleanUtils; ^ /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/fsimporter/mde/util/ExperimenterListModel.java:29: error: package org.apache.commons.lang does not exist import org.apache.commons.lang.SerializationUtils; ^ /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/util/ui/colourpicker/TabbedPaneUI.java:51: error: package org.apache.commons.lang does not exist import org.apache.commons.lang.StringUtils; ^ /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/util/ui/colourpicker/ColourSwatchUI.java:51: error: package org.apache.commons.lang does not exist import org.apache.commons.lang.ArrayUtils; ^ /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/util/ui/colourpicker/PaintPotUI.java:32: error: package org.apache.commons.lang does not exist import org.apache.commons.lang.StringUtils; ^ /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/measurement/view/ObjectInspector.java:44: error: package org.apache.commons.lang does not exist import org.apache.commons.lang.StringUtils; ^ /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/metadata/editor/ChannelAcquisitionComponent.java:50: error: package org.apache.commons.lang.time does not exist import org.apache.commons.lang.time.DateUtils; ^ /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/util/ui/SelectionDialog.java:44: error: package org.apache.commons.lang does not exist import org.apache.commons.lang.StringUtils; ^ /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/env/data/OmeroImageServiceImpl.java:81: error: package org.apache.commons.lang does not exist import org.apache.commons.lang.RandomStringUtils; ^ /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/env/ui/ChannelDataListRenderer.java:32: error: package org.apache.commons.lang does not exist import org.apache.commons.lang.StringUtils; ^ /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/fsimporter/mde/util/TagData.java:1265: error: cannot find symbol boolean bVal=BooleanUtils.toBoolean(value[0]); ^ symbol: variable BooleanUtils location: class TagData /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/util/ui/colourpicker/TabbedPaneUI.java:419: error: cannot find symbol if (StringUtils.isBlank(text)) ^ symbol: variable StringUtils location: class TabbedPaneUI /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/util/ui/colourpicker/ColourSwatchUI.java:250: error: cannot find symbol items = ArrayUtils.add(colorItems, LookupTableItem.SEPARATOR); ^ symbol: variable ArrayUtils location: class ColourSwatchUI /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/util/ui/colourpicker/ColourSwatchUI.java:251: error: cannot find symbol items = ArrayUtils.addAll(items, lutItems); ^ symbol: variable ArrayUtils location: class ColourSwatchUI /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/util/ui/colourpicker/PaintPotUI.java:80: error: cannot find symbol image = StringUtils.isBlank(lut) ? null : LookupTableIconUtil ^ symbol: variable StringUtils location: class PaintPotUI /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/measurement/view/ObjectInspector.java:285: error: cannot find symbol if (StringUtils.isNotBlank(text)) { ^ symbol: variable StringUtils location: class ObjectInspector /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/metadata/editor/ChannelAcquisitionComponent.java:511: error: cannot find symbol date = DateUtils.truncate(date, Calendar.YEAR); ^ symbol: variable DateUtils location: class ChannelAcquisitionComponent /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/metadata/editor/ChannelAcquisitionComponent.java:517: error: cannot find symbol date = DateUtils.round(date, Calendar.MINUTE); ^ symbol: variable DateUtils location: class ChannelAcquisitionComponent /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/metadata/editor/ChannelAcquisitionComponent.java:523: error: cannot find symbol date = DateUtils.round(date, Calendar.MINUTE); ^ symbol: variable DateUtils location: class ChannelAcquisitionComponent /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/metadata/editor/ChannelAcquisitionComponent.java:528: error: cannot find symbol date = DateUtils.round(date, Calendar.SECOND); ^ symbol: variable DateUtils location: class ChannelAcquisitionComponent /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/agents/util/ui/SelectionDialog.java:164: error: cannot find symbol if (StringUtils.isNotEmpty(text)) { ^ symbol: variable StringUtils location: class SelectionDialog /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/env/data/OmeroImageServiceImpl.java:1560: error: cannot find symbol RandomStringUtils.random(60, false, true), ^ symbol: variable RandomStringUtils location: class OmeroImageServiceImpl /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/env/data/OmeroImageServiceImpl.java:1582: error: cannot find symbol RandomStringUtils.random(60, false, true), "."+XMLFilter.OME_XML); ^ symbol: variable RandomStringUtils location: class OmeroImageServiceImpl /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/env/data/OmeroImageServiceImpl.java:1632: error: cannot find symbol tmp = File.createTempFile(RandomStringUtils.random(60, false, true), ^ symbol: variable RandomStringUtils location: class OmeroImageServiceImpl /home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/env/ui/ChannelDataListRenderer.java:83: error: cannot find symbol if (StringUtils.isNotBlank(lut)) ^ symbol: variable StringUtils location: class ChannelDataListRenderer Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 25 errors > Task :compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Compilation failed; see the compiler error output for details. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.9.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 35s 2 actionable tasks: 2 executed [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) Stage "Deploy" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE