Started by upstream project "Trigger" build number 191
originally caused by:
Started by timer
Obtained Jenkinsfile from git https://github.com/snoopycrimecop/omero-insight.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘testintegration’
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.47.3'
> 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 271824853acab69e3623d9df15bdb93f195d7420 (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
+ ./gradlew --init-script init-ci.gradle publishToMavenLocal build --refresh-dependencies
> 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 271824853acab69e3623d9df15bdb93f195d7420 # timeout=10
> git rev-list --no-walk 1506b2c7f5438e8e86e12f26dc1d34f116cf3f8c # timeout=10
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/9.3.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
> Task :publishToMavenLocal UP-TO-DATE
> Task :compileJava
/home/omero/workspace/OMERO-insight-build/src/main/java/org/openmicroscopy/shoola/util/ui/colourpicker/ColourSwatchUI.java:251: warning: non-varargs call of varargs method with inexact argument type for last parameter;
items = ArrayUtils.addAll(items, lutItems);
^
cast to Object for a varargs call
cast to Object[] for a non-varargs call and to suppress this warning
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.
1 warning
> Task :processResources
> Task :classes
> Task :jar
> Task :startScripts
> Task :distTar
> Task :distZip
> Task :assemble
> Task :compileTestJava
Note: /home/omero/workspace/OMERO-insight-build/src/test/java/util/mocks/MockSupport.java uses or overrides 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.
> Task :processTestResources NO-SOURCE
> Task :testClasses
> Task :test
> Task :check
> Task :build
[Incubating] Problems report is available at: file:///home/omero/workspace/OMERO-insight-build/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/9.3.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 1m 38s
8 actionable tasks: 8 executed
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] sh
+ ./gradlew --init-script init-ci.gradle publish
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/9.3.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
> Task :publish UP-TO-DATE
[Incubating] Problems report is available at: file:///home/omero/workspace/OMERO-insight-build/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/9.3.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 5s
[Pipeline] archiveArtifacts
Archiving artifacts
[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
Finished: SUCCESS