Started by upstream project "Trigger" build number 401 originally caused by: Started by timer Obtained Jenkinsfile from git https://github.com/snoopycrimecop/omero-gradle-plugins.git [Pipeline] Start of Pipeline (hide) [Pipeline] node (hide) Running on testintegration in /home/omero/workspace/OMERO-gradle-plugins-build [Pipeline] { (hide) [Pipeline] stage (hide) [Pipeline] { (Declarative: Checkout SCM) (hide) [Pipeline] checkout (hide) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Avoid second fetch Checking out Revision aa9be3106a1a13dd3efed75f21bafb55e674cfe0 (origin/merge_ci) Commit message: "Update component versions" First time build. Skipping changelog. Using shallow submodule update with depth 1 Cloning repository https://github.com/snoopycrimecop/omero-gradle-plugins.git > git init /home/omero/workspace/OMERO-gradle-plugins-build # timeout=10 Fetching upstream changes from https://github.com/snoopycrimecop/omero-gradle-plugins.git > git --version # timeout=10 > git --version # 'git version 2.43.5' > git fetch --tags --force --progress -- https://github.com/snoopycrimecop/omero-gradle-plugins.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/snoopycrimecop/omero-gradle-plugins.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 aa9be3106a1a13dd3efed75f21bafb55e674cfe0 # timeout=10 > git rev-list --no-walk cb164ab06dbc6acc4e8d77380b1e7886d0776353 # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.omero-dsl-plugin.url # timeout=10 > git config -f .gitmodules --get submodule.omero-dsl-plugin.path # timeout=10 > git config --get submodule.omero-api-plugin.url # timeout=10 > git config -f .gitmodules --get submodule.omero-api-plugin.path # timeout=10 > git config --get submodule.omero-blitz-plugin.url # timeout=10 > git config -f .gitmodules --get submodule.omero-blitz-plugin.path # timeout=10 > git config --get submodule.omero-artifact-plugin.url # timeout=10 > git config -f .gitmodules --get submodule.omero-artifact-plugin.path # timeout=10 > git config --get submodule.omero-javapackager-plugin.url # timeout=10 > git config -f .gitmodules --get submodule.omero-javapackager-plugin.path # timeout=10 > git config --get submodule.ice-builder-gradle.url # timeout=10 > git config -f .gitmodules --get submodule.ice-builder-gradle.path # timeout=10 > git submodule update --init --recursive --depth=1 omero-dsl-plugin # timeout=10 > git submodule update --init --recursive --depth=1 omero-api-plugin # timeout=10 > git submodule update --init --recursive --depth=1 omero-blitz-plugin # timeout=10 > git submodule update --init --recursive --depth=1 omero-artifact-plugin # timeout=10 > git submodule update --init --recursive --depth=1 omero-javapackager-plugin # timeout=10 > git submodule update --init --recursive --depth=1 ice-builder-gradle # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv (hide) [Pipeline] { (hide) [Pipeline] withEnv (hide) [Pipeline] { (hide) [Pipeline] stage (hide) [Pipeline] { (Versions) (hide) [Pipeline] copyArtifacts (hide) Copied 1 artifact from "BIOFORMATS-push" build number 385 [Pipeline] sh (hide) + mkdir /home/omero/workspace/OMERO-gradle-plugins-build/build + cd /home/omero/workspace/OMERO-gradle-plugins-build/build + curl -sfL https://github.com/ome/build-infra/archive/master.tar.gz + tar -zxf - + export PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/omero/workspace/OMERO-gradle-plugins-build/build/build-infra-master/ + PATH=/opt/ice-3.6.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/omero/workspace/OMERO-gradle-plugins-build/build/build-infra-master/ + cd .. + find . -name version.properties -exec cp '{}' . ';' cp: './version.properties' and './version.properties' are the same file + test -e version.properties + foreach-get-version-as-property grep: build.gradle: No such file or directory grep: settings.gradle: No such file or directory grep: build.gradle: No such file or directory [Pipeline] archiveArtifacts (hide) Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] stage (hide) [Pipeline] { (Build) (hide) [Pipeline] sh (hide) + gradle --init-script init-ci.gradle publishToMavenLocal 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 :omero-artifact-plugin:buildSrc:compileKotlin FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':omero-artifact-plugin:buildSrc:compileKotlin'. > Could not resolve all files for configuration ':omero-artifact-plugin:buildSrc:compileClasspath'. > Could not find org.jfrog.buildinfo:build-info-extractor:2.13.3. Searched in the following locations: - https://artifacts.openmicroscopy.org/artifactory/maven/org/jfrog/buildinfo/build-info-extractor/2.13.3/build-info-extractor-2.13.3.pom - https://repo.maven.apache.org/maven2/org/jfrog/buildinfo/build-info-extractor/2.13.3/build-info-extractor-2.13.3.pom Required by: project :omero-artifact-plugin:buildSrc > org.jfrog.buildinfo:build-info-extractor-gradle:4.9.3 * 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 BUILD FAILED in 24s [Pipeline] } [Pipeline] // stage [Pipeline] stage (hide) [Pipeline] { (Deploy) (hide) Stage "Deploy" skipped due to earlier failure(s) [Pipeline] getContext (hide) [Pipeline] } [Pipeline] // stage [Pipeline] stage (hide) [Pipeline] { (Declarative: Post Actions) (hide) [Pipeline] deleteDir (hide) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE