Build failed in Jenkins: Adapters » IntelliJ » intellij-dependency-analytics-build #74
by studio-jenkins-csb-codeready@redhat.com
See <https://studio-jenkins-csb-codeready.apps.ocp-c1.prod.psi.redhat.com/job/...>
Changes:
------------------------------------------
[2023-05-30T04:24:00.966Z] Started by an SCM change
[2023-05-30T04:24:00.968Z] Checking out git https://github.com/redhat-developer/intellij-dependency-analytics into /var/jenkins_home/jobs/Adapters/jobs/IntelliJ/jobs/intellij-dependency-analytics-build/workspace@script/59afbb9ffed53e573dd9a4ffa3dc188806619d8848485341be876fbd16407876 to read Jenkinsfile
[2023-05-30T04:24:00.973Z] The recommended git tool is: NONE
[2023-05-30T04:24:00.973Z] No credentials specified
[2023-05-30T04:24:00.973Z] > git rev-parse --resolve-git-dir /var/jenkins_home/jobs/Adapters/jobs/IntelliJ/jobs/intellij-dependency-analytics-build/workspace@script/59afbb9ffed53e573dd9a4ffa3dc188806619d8848485341be876fbd16407876/.git # timeout=10
[2023-05-30T04:24:00.980Z] Fetching changes from the remote Git repository
[2023-05-30T04:24:00.986Z] > git config remote.origin.url https://github.com/redhat-developer/intellij-dependency-analytics # timeout=10
[2023-05-30T04:24:00.996Z] Fetching upstream changes from https://github.com/redhat-developer/intellij-dependency-analytics
[2023-05-30T04:24:00.996Z] > git --version # timeout=10
[2023-05-30T04:24:01.001Z] > git --version # 'git version 2.31.1'
[2023-05-30T04:24:01.001Z] > git fetch --tags --force --progress -- https://github.com/redhat-developer/intellij-dependency-analytics +refs/heads/*:refs/remotes/origin/* # timeout=10
[2023-05-30T04:24:01.527Z] > git rev-parse origin/main^{commit} # timeout=10
[2023-05-30T04:24:01.535Z] Checking out Revision 0318771344fd738dfb9c76f025557f7a2e63b24e (origin/main)
[2023-05-30T04:24:01.535Z] > git config core.sparsecheckout # timeout=10
[2023-05-30T04:24:01.542Z] > git checkout -f 0318771344fd738dfb9c76f025557f7a2e63b24e # timeout=10
[2023-05-30T04:24:01.606Z] Commit message: "feat: use new backend for java pom manifests stack analysis (#118)"
[2023-05-30T04:24:01.606Z] > git rev-list --no-walk acbba349110740f255ed1e9482d83e5d8caf3d45 # timeout=10
[2023-05-30T04:24:01.835Z] [Pipeline] Start of Pipeline
[2023-05-30T04:24:01.860Z] [Pipeline] node
[2023-05-30T04:24:16.864Z] Still waiting to schedule task
[2023-05-30T04:24:16.865Z] All nodes of label ‘rhel7’ are offline
[2023-05-30T06:09:20.081Z] Running on rhel7-4857 in /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build
[2023-05-30T06:09:20.086Z] [Pipeline] {
[2023-05-30T06:09:20.109Z] [Pipeline] tool
[2023-05-30T06:09:20.146Z] [Pipeline] stage
[2023-05-30T06:09:20.150Z] [Pipeline] { (Checkout repo)
[2023-05-30T06:09:20.163Z] [Pipeline] deleteDir
[2023-05-30T06:09:20.188Z] [Pipeline] git
[2023-05-30T06:09:20.199Z] The recommended git tool is: NONE
[2023-05-30T06:09:21.602Z] No credentials specified
[2023-05-30T06:09:21.605Z] Cloning the remote Git repository
[2023-05-30T06:09:20.776Z] Cloning repository https://github.com/redhat-developer/intellij-dependency-analytics
[2023-05-30T06:09:20.815Z] > git init /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build # timeout=10
[2023-05-30T06:09:20.871Z] Fetching upstream changes from https://github.com/redhat-developer/intellij-dependency-analytics
[2023-05-30T06:09:20.871Z] > git --version # timeout=10
[2023-05-30T06:09:20.880Z] > git --version # 'git version 1.8.3.1'
[2023-05-30T06:09:20.881Z] > git fetch --tags --progress https://github.com/redhat-developer/intellij-dependency-analytics +refs/heads/*:refs/remotes/origin/* # timeout=10
[2023-05-30T06:09:21.262Z] > git config remote.origin.url https://github.com/redhat-developer/intellij-dependency-analytics # timeout=10
[2023-05-30T06:09:21.270Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
[2023-05-30T06:09:22.544Z] Avoid second fetch
[2023-05-30T06:09:22.557Z] Checking out Revision 9296f7b2a7728248afa9d95eebd067feb47b6681 (refs/remotes/origin/main)
[2023-05-30T06:09:22.757Z] Commit message: "ci: fixed staging ci (#119)"
[2023-05-30T06:09:22.758Z] First time build. Skipping changelog.
[2023-05-30T06:09:22.769Z] [Pipeline] }
[2023-05-30T06:09:22.789Z] [Pipeline] // stage
[2023-05-30T06:09:22.802Z] [Pipeline] readProperties
[2023-05-30T06:09:22.850Z] [Pipeline] stage
[2023-05-30T06:09:22.855Z] [Pipeline] { (Build)
[2023-05-30T06:09:22.879Z] [Pipeline] sh
[2023-05-30T06:09:23.227Z] + ./gradlew assemble -PprojectVersion=0.7.0.74
[2023-05-30T06:09:23.228Z] Downloading https://services.gradle.org/distributions/gradle-8.0.2-bin.zip
[2023-05-30T06:09:21.705Z] > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
[2023-05-30T06:09:21.720Z] > git config core.sparsecheckout # timeout=10
[2023-05-30T06:09:21.739Z] > git checkout -f 9296f7b2a7728248afa9d95eebd067feb47b6681 # timeout=10
[2023-05-30T06:09:21.767Z] > git branch -a -v --no-abbrev # timeout=10
[2023-05-30T06:09:21.776Z] > git checkout -b main 9296f7b2a7728248afa9d95eebd067feb47b6681 # timeout=10
[2023-05-30T06:09:25.223Z] ...........10%............20%............30%............40%............50%............60%...........70%............80%............90%............100%
[2023-05-30T06:09:26.613Z]
[2023-05-30T06:09:26.613Z] Welcome to Gradle 8.0.2!
[2023-05-30T06:09:26.613Z]
[2023-05-30T06:09:26.613Z] Here are the highlights of this release:
[2023-05-30T06:09:26.613Z] - Improvements to the Kotlin DSL
[2023-05-30T06:09:26.613Z] - Fine-grained parallelism from the first build with configuration cache
[2023-05-30T06:09:26.613Z] - Configurable Gradle user home cache cleanup
[2023-05-30T06:09:26.613Z]
[2023-05-30T06:09:26.613Z] For more details see https://docs.gradle.org/8.0.2/release-notes.html
[2023-05-30T06:09:26.613Z]
[2023-05-30T06:09:26.613Z] Starting a Gradle Daemon (subsequent builds will be faster)
[2023-05-30T06:10:13.332Z]
[2023-05-30T06:10:13.332Z] FAILURE: Build failed with an exception.
[2023-05-30T06:10:13.332Z]
[2023-05-30T06:10:13.332Z] * What went wrong:
[2023-05-30T06:10:13.332Z] Could not determine the dependencies of task ':prepareSandbox'.
[2023-05-30T06:10:13.332Z] > Could not resolve all files for configuration ':runtimeClasspath'.
[2023-05-30T06:10:13.332Z] > Could not resolve com.redhat.crda:crda-java-api:0.0.1-SNAPSHOT.
[2023-05-30T06:10:13.332Z] Required by:
[2023-05-30T06:10:13.332Z] project :
[2023-05-30T06:10:13.332Z] > Could not resolve com.redhat.crda:crda-java-api:0.0.1-SNAPSHOT.
[2023-05-30T06:10:13.332Z] > Unable to load Maven meta-data from https://maven.pkg.github.com/RHEcosystemAppEng/crda-java-api/com/redhat/c....
[2023-05-30T06:10:13.332Z] > Username must not be null!
[2023-05-30T06:10:13.332Z]
[2023-05-30T06:10:13.332Z] * Try:
[2023-05-30T06:10:13.332Z] > Run with --stacktrace option to get the stack trace.
[2023-05-30T06:10:13.332Z] > Run with --info or --debug option to get more log output.
[2023-05-30T06:10:13.332Z] > Run with --scan to get full insights.
[2023-05-30T06:10:13.332Z]
[2023-05-30T06:10:13.332Z] * Get more help at https://help.gradle.org
[2023-05-30T06:10:13.332Z]
[2023-05-30T06:10:13.332Z] BUILD FAILED in 44s
[2023-05-30T06:10:13.480Z] [Pipeline] }
[2023-05-30T06:10:13.514Z] [Pipeline] // stage
[2023-05-30T06:10:13.539Z] [Pipeline] step