Skip to content
Success

Console Output

Started by user devspace
Obtained Jenkinsfile from git https://github.com/snoopycrimecop/omero-zarr-pixel-buffer.git
[Pipeline] Start of Pipeline
[Pipeline] node
Running on testintegration in /home/omero/workspace/omero-zarr-pixel-buffer-build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 9b6091a7b55e0b2d1715dd0c6ce4dad09ea1f819 (origin/merge_ci)
Commit message: "Update component versions"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ ./gradlew build publishToMavenLocal publish --refresh-dependencies
Cloning repository https://github.com/snoopycrimecop/omero-zarr-pixel-buffer.git
 > git init /home/omero/workspace/omero-zarr-pixel-buffer-build # timeout=10
Fetching upstream changes from https://github.com/snoopycrimecop/omero-zarr-pixel-buffer.git
 > git --version # timeout=10
 > git --version # 'git version 2.47.3'
 > git fetch --tags --force --progress -- https://github.com/snoopycrimecop/omero-zarr-pixel-buffer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/snoopycrimecop/omero-zarr-pixel-buffer.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 9b6091a7b55e0b2d1715dd0c6ce4dad09ea1f819 # timeout=10
 > git rev-list --no-walk ad5fcac16b7034d82e790908e7aeae228a0d9948 # timeout=10
Starting a Gradle Daemon (subsequent builds will be faster)
Configuration on demand is an incubating feature.
> Task :compileJava FROM-CACHE
> Task :processResources
> Task :classes
> Task :jar
> Task :assemble
> Task :compileTestJava FROM-CACHE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :checkstyleMain

> Task :javadoc
/home/omero/workspace/omero-zarr-pixel-buffer-build/src/main/java/com/glencoesoftware/omero/zarr/ZarrPixelsService.java:128: warning - Tag @link: reference not found: ExternalInfo.lsid
/home/omero/workspace/omero-zarr-pixel-buffer-build/src/main/java/com/glencoesoftware/omero/zarr/ZarrPixelsService.java:129: warning - Tag @link: reference not found: ExternalInfo.lsid
/home/omero/workspace/omero-zarr-pixel-buffer-build/src/main/java/com/glencoesoftware/omero/zarr/ZarrPixelsService.java:130: warning - Tag @link: reference not found: ExternalInfo.entityType
/home/omero/workspace/omero-zarr-pixel-buffer-build/src/main/java/com/glencoesoftware/omero/zarr/ZarrPixelsService.java:131: warning - Tag @link: reference not found: ExternalInfo.entityId
/home/omero/workspace/omero-zarr-pixel-buffer-build/src/main/java/com/glencoesoftware/omero/zarr/ZarrPixelsService.java:143: warning - Tag @link: reference not found: ExternalInfo.lsid
/home/omero/workspace/omero-zarr-pixel-buffer-build/src/main/java/com/glencoesoftware/omero/zarr/ZarrPixelsService.java:144: warning - Tag @link: reference not found: ExternalInfo.lsid
/home/omero/workspace/omero-zarr-pixel-buffer-build/src/main/java/com/glencoesoftware/omero/zarr/ZarrPixelsService.java:145: warning - Tag @link: reference not found: ExternalInfo.entityType
/home/omero/workspace/omero-zarr-pixel-buffer-build/src/main/java/com/glencoesoftware/omero/zarr/ZarrPixelsService.java:146: warning - Tag @link: reference not found: ExternalInfo.entityId
8 warnings

> Task :javadocJar
> Task :sourcesJar
> Task :checkstyleTest
> Task :test
> Task :check
> Task :build
> Task :generateMetadataFileForMavenJavaPublication
> Task :generatePomFileForMavenJavaPublication
> Task :publishMavenJavaPublicationToMavenLocal
> Task :generateMetadataFileForOmeroZarrPixelBufferPublication
> Task :generatePomFileForOmeroZarrPixelBufferPublication

> Task :publishOmeroZarrPixelBufferPublicationToMavenLocal
Multiple publications with coordinates 'com.glencoesoftware.omero:omero-zarr-pixel-buffer:0.6.2-SNAPSHOT' are published to repository 'mavenLocal'. The publications 'mavenJava' in root project 'omero-zarr-pixel-buffer' and 'omeroZarrPixelBuffer' in root project 'omero-zarr-pixel-buffer' will overwrite each other!

> Task :publishToMavenLocal
> Task :publishMavenJavaPublicationToMaven-internalRepository

> Task :publishOmeroZarrPixelBufferPublicationToMaven-internalRepository
Multiple publications with coordinates 'com.glencoesoftware.omero:omero-zarr-pixel-buffer:0.6.2-SNAPSHOT' are published to repository 'maven-internal'. The publications 'mavenJava' in root project 'omero-zarr-pixel-buffer' and 'omeroZarrPixelBuffer' in root project 'omero-zarr-pixel-buffer' will overwrite each other!

> Task :publish

[Incubating] Problems report is available at: file:///home/omero/workspace/omero-zarr-pixel-buffer-build/build/reports/problems/problems-report.html

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

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/8.14.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD SUCCESSFUL in 1m 27s
18 actionable tasks: 16 executed, 2 from cache
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS