Skip to content

Console Output

Started by remote host 172.30.50.1
Running as SYSTEM
Agent basic-1qkts is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-1qkts"
  namespace: "efxclipse"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.efxclipse.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-1qkts"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-1qkts"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.efxclipse.svc.cluster.local/efxclipse/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.gradle/daemon"
      name: "volume-6"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/caches"
      name: "volume-5"
      readOnly: false
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.gradle/gradle.properties"
      name: "gradle-secret-dir"
      readOnly: true
      subPath: "gradle.properties"
    - mountPath: "/home/jenkins/.gradle/workers"
      name: "volume-8"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/native"
      name: "volume-7"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/.gradle/wrapper"
      name: "volume-9"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-8"
  - emptyDir:
      medium: ""
    name: "volume-7"
  - emptyDir:
      medium: ""
    name: "volume-9"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"
  - emptyDir:
      medium: ""
    name: "volume-6"
  - emptyDir:
      medium: ""
    name: "volume-5"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-efxclipse"
      readOnly: true
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "gradle-secret-dir"
    secret:
      secretName: "gradle-secret-dir"

Building remotely on basic-1qkts (basic) in workspace /home/jenkins/agent/workspace/efxclipse_drift_build
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-bXcLVANfPkjn/agent.57
SSH_AGENT_PID=59
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/efxclipse_drift_build@tmp/private_key_1397979062531463669.key (/home/jenkins/agent/workspace/efxclipse_drift_build@tmp/private_key_1397979062531463669.key)
[ssh-agent] Using credentials genie.efxclipse (ssh://genie.efxclipse@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-efx/efxclipse-drift.git
 > git init /home/jenkins/agent/workspace/efxclipse_drift_build # timeout=10
Fetching upstream changes from https://github.com/eclipse-efx/efxclipse-drift.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-efx/efxclipse-drift.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-efx/efxclipse-drift.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 76cac8f5d6d83acccdbc726cf9cebc18059500fa (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 76cac8f5d6d83acccdbc726cf9cebc18059500fa # timeout=10
Commit message: "working on build"
 > git rev-list --no-walk 76cac8f5d6d83acccdbc726cf9cebc18059500fa # timeout=10
[efxclipse_drift_build] $ /bin/bash /tmp/jenkins3147999999081940627.sh
Build triggered from GitHub Run 3015236538, ref = refs/heads/master
/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Downloading https://services.gradle.org/distributions/gradle-7.4.2-bin.zip
...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100%
Initialized native services in: /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/native
Initialized jansi services in: /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/native

Welcome to Gradle 7.4.2!

Here are the highlights of this release:
 - Aggregated test and JaCoCo reports
 - Marking additional test source directories as tests in IntelliJ
 - Support for Adoptium JDKs in Java toolchains

For more details see https://docs.gradle.org/7.4.2/release-notes.html

Removing 0 daemon stop events from registry
Starting a Gradle Daemon (subsequent builds will be faster)
Starting process 'Gradle build daemon'. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/daemon/7.4.2 Command: /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/wrapper/dists/gradle-7.4.2-bin/48ivgl02cpt2ed3fh9dbalvx8/gradle-7.4.2/lib/gradle-launcher-7.4.2.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.4.2
Successfully started process 'Gradle build daemon'
An attempt to start the daemon took 1.589 secs.
The client will now receive all logging from the daemon (pid: 199). The daemon log file: /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/daemon/7.4.2/daemon-199.out.log
Starting build in new daemon [memory: 512 MiB]
Closing daemon's stdin at end of input.
The daemon will no longer process any standard input.
Using 2 worker leases.
Watching the file system is configured to be enabled if available
Unable to list file systems to check whether they can be watched. Disabling watching. Reason: Could not query file systems: could not open mount file (errno 2: No such file or directory)
File system watching is inactive
Starting Build
Compiling settings file '/home/jenkins/agent/workspace/efxclipse_drift_build/settings.gradle' using SubsetScriptTransformer.
Compiling settings file '/home/jenkins/agent/workspace/efxclipse_drift_build/settings.gradle' using BuildScriptTransformer.
Settings evaluated using settings file '/home/jenkins/agent/workspace/efxclipse_drift_build/settings.gradle'.
Projects loaded. Root project using build file '/home/jenkins/agent/workspace/efxclipse_drift_build/build.gradle'.
Included projects: [root project 'driftfx-root', project ':native-driftcpp', project ':org.eclipse.fx.drift', project ':org.eclipse.fx.drift.java11', project ':org.eclipse.fx.drift.java8', project ':org.eclipse.fx.drift.native']

> Configure project :buildSrc
Evaluating project ':buildSrc' using build file '/home/jenkins/agent/workspace/efxclipse_drift_build/buildSrc/build.gradle'.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/buildSrc/build.gradle' using SubsetScriptTransformer.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/buildSrc/build.gradle' using BuildScriptTransformer.
Selected primary task 'build' from project :
:buildSrc:compileJava (Thread[included builds,5,main]) started.

> Task :buildSrc:compileJava NO-SOURCE
Skipping task ':buildSrc:compileJava' as it has no source files and no previous output files.
:buildSrc:compileJava (Thread[included builds,5,main]) completed. Took 0.099 secs.
:buildSrc:compileGroovy (Thread[included builds,5,main]) started.

> Task :buildSrc:compileGroovy
Downloading https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.8.0/okhttp-4.8.0.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download6467506585085520061bin
Downloading https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.8.0/okhttp-4.8.0.module to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download16725846290308831808bin
Downloading https://repo.maven.apache.org/maven2/com/squareup/okio/okio/2.7.0/okio-2.7.0.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download188307984519819140bin
Downloading https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.3.72/kotlin-stdlib-1.3.72.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download17267536552545847539bin
Downloading https://repo.maven.apache.org/maven2/com/squareup/okio/okio/2.7.0/okio-2.7.0.module to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download13893735323323780827bin
Downloading https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.70/kotlin-stdlib-common-1.3.70.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download10460254906097036083bin
Downloading https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.72/kotlin-stdlib-common-1.3.72.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download1956822179029808147bin
Downloading https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download12392887587477880255bin
Generating /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/caches/7.4.2/generated-gradle-jars/gradle-api-7.4.2.jar
Downloading https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.8.0/okhttp-4.8.0.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download3882573420338997292bin
Downloading https://repo.maven.apache.org/maven2/com/squareup/okio/okio/2.7.0/okio-2.7.0.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download998461944316371788bin
Downloading https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download15333277643654917039bin
Downloading https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.72/kotlin-stdlib-common-1.3.72.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download5490835546536635650bin
Downloading https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.3.72/kotlin-stdlib-1.3.72.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download1264241554946893350bin
Caching disabled for task ':buildSrc:compileGroovy' because:
  Build cache is disabled
Task ':buildSrc:compileGroovy' is not up-to-date because:
  No history is available.
The input changes require a full rebuild for incremental task ':buildSrc:compileGroovy'.
Starting process 'Gradle Worker Daemon 1'. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/workers Command: /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED @/home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle-worker-classpath6517566162046007146txt -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Worker Daemon 1'
Successfully started process 'Gradle Worker Daemon 1'
Started Gradle worker daemon (1.096 secs) with fork options DaemonForkOptions{executable=/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, minHeapSize=null, maxHeapSize=null, jvmArgs=[--add-opens, java.base/java.lang=ALL-UNNAMED, --add-opens, java.base/java.lang.invoke=ALL-UNNAMED, --add-opens, java.base/java.util=ALL-UNNAMED, --add-opens, java.prefs/java.util.prefs=ALL-UNNAMED], keepAliveMode=SESSION}.

This JVM does not support getting OS memory, so no OS memory status updates will be broadcast

> Task :buildSrc:compileGroovy
Created user preferences directory.
:buildSrc:compileGroovy (Thread[included builds,5,main]) completed. Took 20.054 secs.
:buildSrc:processResources (Thread[included builds,5,main]) started.

> Task :buildSrc:processResources NO-SOURCE
Skipping task ':buildSrc:processResources' as it has no source files and no previous output files.
:buildSrc:processResources (Thread[included builds,5,main]) completed. Took 0.04 secs.
:buildSrc:classes (Thread[included builds,5,main]) started.

> Task :buildSrc:classes
Skipping task ':buildSrc:classes' as it has no actions.
:buildSrc:classes (Thread[included builds,5,main]) completed. Took 0.001 secs.
:buildSrc:jar (Thread[included builds,5,main]) started.

> Task :buildSrc:jar
Caching disabled for task ':buildSrc:jar' because:
  Build cache is disabled
Task ':buildSrc:jar' is not up-to-date because:
  No history is available.
file or directory '/home/jenkins/agent/workspace/efxclipse_drift_build/buildSrc/build/classes/java/main', not found
file or directory '/home/jenkins/agent/workspace/efxclipse_drift_build/buildSrc/build/resources/main', not found
:buildSrc:jar (Thread[included builds,5,main]) completed. Took 0.07 secs.
:buildSrc:assemble (Thread[included builds,5,main]) started.

> Task :buildSrc:assemble
Skipping task ':buildSrc:assemble' as it has no actions.
:buildSrc:assemble (Thread[included builds,5,main]) completed. Took 0.0 secs.
:buildSrc:compileTestJava (Thread[included builds,5,main]) started.

> Task :buildSrc:compileTestJava NO-SOURCE
Skipping task ':buildSrc:compileTestJava' as it has no source files and no previous output files.
:buildSrc:compileTestJava (Thread[included builds,5,main]) completed. Took 0.016 secs.
:buildSrc:compileTestGroovy (Thread[included builds,5,main]) started.

> Task :buildSrc:compileTestGroovy NO-SOURCE
Skipping task ':buildSrc:compileTestGroovy' as it has no source files and no previous output files.
:buildSrc:compileTestGroovy (Thread[included builds,5,main]) completed. Took 0.002 secs.
:buildSrc:processTestResources (Thread[included builds,5,main]) started.

> Task :buildSrc:processTestResources NO-SOURCE
Skipping task ':buildSrc:processTestResources' as it has no source files and no previous output files.
:buildSrc:processTestResources (Thread[included builds,5,main]) completed. Took 0.001 secs.
:buildSrc:testClasses (Thread[included builds,5,main]) started.

> Task :buildSrc:testClasses UP-TO-DATE
Skipping task ':buildSrc:testClasses' as it has no actions.
:buildSrc:testClasses (Thread[included builds,5,main]) completed. Took 0.0 secs.
:buildSrc:test (Thread[included builds,5,main]) started.

> Task :buildSrc:test NO-SOURCE
Skipping task ':buildSrc:test' as it has no source files and no previous output files.
:buildSrc:test (Thread[included builds,5,main]) completed. Took 0.002 secs.
:buildSrc:check (Thread[included builds,5,main]) started.

> Task :buildSrc:check UP-TO-DATE
Skipping task ':buildSrc:check' as it has no actions.
:buildSrc:check (Thread[included builds,5,main]) completed. Took 0.0 secs.
:buildSrc:build (Thread[included builds,5,main]) started.

> Task :buildSrc:build
Skipping task ':buildSrc:build' as it has no actions.
:buildSrc:build (Thread[included builds,5,main]) completed. Took 0.0 secs.
producer locations for task group 0 (Thread[included builds,5,main]) started.
producer locations for task group 0 (Thread[included builds,5,main]) completed. Took 0.0 secs.

> Configure project :
Evaluating root project 'driftfx-root' using build file '/home/jenkins/agent/workspace/efxclipse_drift_build/build.gradle'.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/build.gradle' using SubsetScriptTransformer.
Downloading https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download18015832622632639587bin
Downloading https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download13554583135245178506bin
Downloading https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download13774562356801628791bin
Downloading https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download10622575358391279217bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download2707437537702132001bin
Downloading https://repo.maven.apache.org/maven2/org/standardout/bnd-platform/1.7.0/bnd-platform-1.7.0.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download1327357405304280702bin
Downloading https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download16460691731876619658bin
Downloading https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download17622188156318762788bin
Downloading https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download13432384631962629430bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download5064752251299288497bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download17336722471751337903bin
Downloading https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download17526327288250406411bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download2356195797363317749bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download244058489085822394bin
Downloading https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download12665968921003603506bin
Downloading https://repo.maven.apache.org/maven2/org/osgi/osgi.core/6.0.0/osgi.core-6.0.0.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download16541013238047059998bin
Downloading https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download3891856956557481786bin
Downloading https://repo.maven.apache.org/maven2/de/undercouch/gradle-download-task/3.1.1/gradle-download-task-3.1.1.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download14135288860327711344bin
Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download11513797517152117955bin
Downloading https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download14734371314418015146bin
Downloading https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download175419020250516982bin
Downloading https://repo.maven.apache.org/maven2/de/undercouch/gradle-download-task/3.1.1/gradle-download-task-3.1.1.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download5132989275878913743bin
Downloading https://repo.maven.apache.org/maven2/org/standardout/bnd-platform/1.7.0/bnd-platform-1.7.0.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download6468075355252502949bin
Downloading https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download14314733542387955048bin
Downloading https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download5371912141111500444bin
Downloading https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download5059150066019085500bin
Downloading https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download6619676483485310795bin
Downloading https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download1232574113687950306bin
Downloading https://repo.maven.apache.org/maven2/org/osgi/osgi.core/6.0.0/osgi.core-6.0.0.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download5729237482323645137bin
Downloading https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download6421256467178458068bin
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/build.gradle' using BuildScriptTransformer.
Compiling script '/home/jenkins/agent/workspace/efxclipse_drift_build/versioning.gradle' using SubsetScriptTransformer.
Compiling script '/home/jenkins/agent/workspace/efxclipse_drift_build/versioning.gradle' using BuildScriptTransformer.
Starting process 'command 'git''. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build Command: git describe --tags
Successfully started process 'command 'git''
Starting process 'command 'git''. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build Command: git describe --tags
Successfully started process 'command 'git''
Starting process 'command 'git''. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build Command: git log -1 --date=iso-strict --format=%cd HEAD
Successfully started process 'command 'git''
Starting process 'command 'git''. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build Command: git describe --tags
Successfully started process 'command 'git''
Starting process 'command 'git''. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build Command: git rev-parse HEAD
Successfully started process 'command 'git''
Versioning: 
	gitSHA: 76cac8f5d6d83acccdbc726cf9cebc18059500fa
	releaseMode: true
	isRelease: true
	isPreRelease: false
	releaseTag: v1.0.0
	version: 1.0.0
	timestamp: 20220908-094310
	qualifier: null
	fullVersion: 1.0.0
	bundleVersion: 1.0.0

> Configure project :native-driftcpp
Evaluating project ':native-driftcpp' using build file '/home/jenkins/agent/workspace/efxclipse_drift_build/native-driftcpp/build.gradle'.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/native-driftcpp/build.gradle' using SubsetScriptTransformer.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/native-driftcpp/build.gradle' using BuildScriptTransformer.

> Configure project :org.eclipse.fx.drift
Evaluating project ':org.eclipse.fx.drift' using build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift/build.gradle'.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift/build.gradle' using SubsetScriptTransformer.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift/build.gradle' using BuildScriptTransformer.

> Configure project :org.eclipse.fx.drift.java11
Evaluating project ':org.eclipse.fx.drift.java11' using build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift.java11/build.gradle'.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift.java11/build.gradle' using SubsetScriptTransformer.
Downloading https://plugins.gradle.org/m2/org/openjfx/javafxplugin/org.openjfx.javafxplugin.gradle.plugin/0.0.8/org.openjfx.javafxplugin.gradle.plugin-0.0.8.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download16035278918564326878bin
Resource missing. [HTTP HEAD: https://plugins.gradle.org/m2/org/openjfx/javafxplugin/org.openjfx.javafxplugin.gradle.plugin/0.0.8/org.openjfx.javafxplugin.gradle.plugin-0.0.8.jar]
Downloading https://plugins.gradle.org/m2/org/openjfx/javafx-plugin/0.0.8/javafx-plugin-0.0.8.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download14171634739678760347bin
Downloading https://plugins.gradle.org/m2/com/google/gradle/osdetector-gradle-plugin/1.6.1/osdetector-gradle-plugin-1.6.1.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download7220612877782723087bin
Downloading https://plugins.gradle.org/m2/org/javamodularity/moduleplugin/1.5.0/moduleplugin-1.5.0.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download6508607509673358150bin
Downloading https://plugins.gradle.org/m2/kr/motd/maven/os-maven-plugin/1.6.0/os-maven-plugin-1.6.0.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download6523284056334006479bin
Downloading https://plugins.gradle.org/m2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download5781241167918842514bin
Downloading https://plugins.gradle.org/m2/com/github/javaparser/javaparser-symbol-solver-core/3.13.5/javaparser-symbol-solver-core-3.13.5.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download1220249953370292951bin
Downloading https://plugins.gradle.org/m2/com/github/javaparser/javaparser-parent/3.13.5/javaparser-parent-3.13.5.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download2903731601079829519bin
Downloading https://plugins.gradle.org/m2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download5156319200334716315bin
Downloading https://plugins.gradle.org/m2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download9324203986965521322bin
Downloading https://plugins.gradle.org/m2/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download8396710421216003673bin
Downloading https://plugins.gradle.org/m2/com/github/javaparser/javaparser-symbol-solver-logic/3.13.5/javaparser-symbol-solver-logic-3.13.5.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download15111380494366271201bin
Downloading https://plugins.gradle.org/m2/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download2209389757017216093bin
Downloading https://plugins.gradle.org/m2/com/github/javaparser/javaparser-symbol-solver-model/3.13.5/javaparser-symbol-solver-model-3.13.5.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download5755312577698311181bin
Downloading https://plugins.gradle.org/m2/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download485847918282137087bin
Downloading https://plugins.gradle.org/m2/com/github/javaparser/javaparser-core/3.13.5/javaparser-core-3.13.5.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download269418226723203077bin
Downloading https://plugins.gradle.org/m2/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download13189602963863871562bin
Downloading https://plugins.gradle.org/m2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download9036297723779391111bin
Downloading https://plugins.gradle.org/m2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download10560521347820995462bin
Downloading https://plugins.gradle.org/m2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download8175166331879717596bin
Downloading https://plugins.gradle.org/m2/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download17013505044058473227bin
Downloading https://plugins.gradle.org/m2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download9963395457000414451bin
Downloading https://plugins.gradle.org/m2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download4436917517928340504bin
Downloading https://plugins.gradle.org/m2/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download4671823298615345596bin
Downloading https://plugins.gradle.org/m2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download16132550952985752567bin
Downloading https://plugins.gradle.org/m2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download8701721252517704385bin
Downloading https://plugins.gradle.org/m2/org/javamodularity/moduleplugin/1.5.0/moduleplugin-1.5.0.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download10679967830686631488bin
Downloading https://plugins.gradle.org/m2/org/openjfx/javafx-plugin/0.0.8/javafx-plugin-0.0.8.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download7396970044220223394bin
Downloading https://plugins.gradle.org/m2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download12456901406471346337bin
Downloading https://plugins.gradle.org/m2/com/github/javaparser/javaparser-symbol-solver-model/3.13.5/javaparser-symbol-solver-model-3.13.5.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download598058312443120918bin
Downloading https://plugins.gradle.org/m2/com/google/guava/guava/27.0-jre/guava-27.0-jre.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download1551461218231609154bin
Downloading https://plugins.gradle.org/m2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download2067192764482359915bin
Downloading https://plugins.gradle.org/m2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download4992588000167031952bin
Downloading https://plugins.gradle.org/m2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download2834026670900905156bin
Downloading https://plugins.gradle.org/m2/com/github/javaparser/javaparser-symbol-solver-logic/3.13.5/javaparser-symbol-solver-logic-3.13.5.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download11121423951930405842bin
Downloading https://plugins.gradle.org/m2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download14364008179632923125bin
Downloading https://plugins.gradle.org/m2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download12745747585035955258bin
Downloading https://plugins.gradle.org/m2/com/github/javaparser/javaparser-symbol-solver-core/3.13.5/javaparser-symbol-solver-core-3.13.5.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download9708911909858464754bin
Downloading https://plugins.gradle.org/m2/com/google/gradle/osdetector-gradle-plugin/1.6.1/osdetector-gradle-plugin-1.6.1.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download10146885373579144499bin
Downloading https://plugins.gradle.org/m2/kr/motd/maven/os-maven-plugin/1.6.0/os-maven-plugin-1.6.0.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download6760041425533881127bin
Downloading https://plugins.gradle.org/m2/com/google/guava/failureaccess/1.0/failureaccess-1.0.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download13233273767042105168bin
Downloading https://plugins.gradle.org/m2/com/github/javaparser/javaparser-core/3.13.5/javaparser-core-3.13.5.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download4035425504445800319bin
Downloading https://plugins.gradle.org/m2/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download16463443434466315438bin
------------------------------------------------------------------------
Detecting the operating system and CPU architecture
------------------------------------------------------------------------
os.detected.name=linux
os.detected.arch=x86_64
os.detected.version=5.14
os.detected.version.major=5
os.detected.version.minor=14
os.detected.release=debian
os.detected.release.version=10
os.detected.release.like.debian=true
os.detected.classifier=linux-x86_64
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift.java11/build.gradle' using BuildScriptTransformer.

> Configure project :org.eclipse.fx.drift.java8
Evaluating project ':org.eclipse.fx.drift.java8' using build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift.java8/build.gradle'.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift.java8/build.gradle' using SubsetScriptTransformer.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift.java8/build.gradle' using BuildScriptTransformer.

> Configure project :org.eclipse.fx.drift.native
Evaluating project ':org.eclipse.fx.drift.native' using build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift.native/build.gradle'.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift.native/build.gradle' using SubsetScriptTransformer.
Compiling build file '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift.native/build.gradle' using BuildScriptTransformer.
configure Binary org.gradle.language.cpp.internal.DefaultCppSharedLibrary_Decorated@22c18abe
configure Binary org.gradle.language.cpp.internal.DefaultCppSharedLibrary_Decorated@765753a1
All projects evaluated.
Selected primary task 'buildMultireleaseSourcesJar' from project :
Selected primary task 'signJarFiles' from project :
Selected primary task 'updateSiteZip' from project :
Selected primary task 'createDistribution' from project :
Selected primary task 'publishGithubRelease' from project :
Selected primary task 'deployUpdateSite' from project :
Selected primary task 'publishMavenPublicationToEclipseNexusRepository' from project :
Tasks to be executed: [task ':buildMultireleaseSourcesJar', task ':downloadGithubArtifact', task ':unzipGithubArtifact', task ':signJarFiles', task ':bundles', task ':bundleFeatures', task ':checkEclipse', task ':generateCategory', task ':updateSite', task ':updateSiteZip', task ':createDistribution', task ':publishGithubRelease', task ':deployUpdateSite', task ':generatePomFileForMavenPublication', task ':publishMavenPublicationToEclipseNexusRepository']
Tasks that were excluded: []
:buildMultireleaseSourcesJar (Thread[included builds,5,main]) started.

> Task :buildMultireleaseSourcesJar
Caching disabled for task ':buildMultireleaseSourcesJar' because:
  Build cache is disabled
Task ':buildMultireleaseSourcesJar' is not up-to-date because:
  No history is available.
file or directory '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift.java8/src/main/resources', not found
file or directory '/home/jenkins/agent/workspace/efxclipse_drift_build/org.eclipse.fx.drift.java11/src/main/resources', not found
:buildMultireleaseSourcesJar (Thread[included builds,5,main]) completed. Took 0.129 secs.
:downloadGithubArtifact (Thread[included builds,5,main]) started.

> Task :downloadGithubArtifact
Caching disabled for task ':downloadGithubArtifact' because:
  Build cache is disabled
Task ':downloadGithubArtifact' is not up-to-date because:
  No history is available.
:downloadGithubArtifact (Thread[included builds,5,main]) completed. Took 4.121 secs.
:unzipGithubArtifact (Thread[included builds,5,main]) started.

> Task :unzipGithubArtifact
Caching disabled for task ':unzipGithubArtifact' because:
  Build cache is disabled
Task ':unzipGithubArtifact' is not up-to-date because:
  No history is available.
:unzipGithubArtifact (Thread[included builds,5,main]) completed. Took 0.093 secs.
:signJarFiles (Thread[included builds,5,main]) started.

> Task :signJarFiles
Caching disabled for task ':signJarFiles' because:
  Build cache is disabled
Task ':signJarFiles' is not up-to-date because:
  No history is available.
Starting process 'command 'curl''. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build Command: curl -sS -o /home/jenkins/agent/workspace/efxclipse_drift_build/build/signed/org.eclipse.fx.drift.jar -F file=@/home/jenkins/agent/workspace/efxclipse_drift_build/build/unsigned/org.eclipse.fx.drift.jar https://cbi.eclipse.org/jarsigner/sign
Successfully started process 'command 'curl''
:signJarFiles (Thread[included builds,5,main]) completed. Took 2.032 secs.
:bundles (Thread[included builds,5,main]) started.

> Task :bundles
Caching disabled for task ':bundles' because:
  Build cache is disabled
Task ':bundles' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Processing 2 dependency artifacts:
-> Creating source bundle for /home/jenkins/agent/workspace/efxclipse_drift_build/build/signed/org.eclipse.fx.drift.jar:sources...
-> Copying artifact /home/jenkins/agent/workspace/efxclipse_drift_build/build/signed/org.eclipse.fx.drift.jar; Jar is already a bundle...
[ant:copy] Copying 1 file to /home/jenkins/agent/workspace/efxclipse_drift_build/build/plugins
:bundles (Thread[included builds,5,main]) completed. Took 0.577 secs.
:bundleFeatures (Thread[included builds,5,main]) started.

> Task :bundleFeatures
Caching disabled for task ':bundleFeatures' because:
  Build cache is disabled
Task ':bundleFeatures' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
:bundleFeatures (Thread[included builds,5,main]) completed. Took 0.056 secs.
:checkEclipse (Thread[included builds,5,main]) started.

> Task :checkEclipse
Caching disabled for task ':checkEclipse' because:
  Build cache is disabled
Task ':checkEclipse' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Unable to get progress logger. Download progress will not be displayed.
Copying /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/bnd-platform/eclipse-p2-minimal.tar.gz ...
[ant:untar] Expanding: /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/bnd-platform/eclipse-p2-minimal.tar.gz into /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/bnd-platform
:checkEclipse (Thread[included builds,5,main]) completed. Took 2.696 secs.
:generateCategory (Thread[included builds,5,main]) started.

> Task :generateCategory
Caching disabled for task ':generateCategory' because:
  Build cache is disabled
Task ':generateCategory' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Generated category.xml.
:generateCategory (Thread[included builds,5,main]) completed. Took 0.037 secs.
:updateSite (Thread[included builds,5,main]) started.

> Task :updateSite
Caching disabled for task ':updateSite' because:
  Build cache is disabled
Task ':updateSite' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Using Eclipse at /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/bnd-platform/eclipse for p2 repository generation.
Starting process 'command 'java''. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build Command: java -jar /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/bnd-platform/eclipse/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -metadataRepository file:/home/jenkins/agent/workspace/efxclipse_drift_build/build/updatesite/ -artifactRepository file:/home/jenkins/agent/workspace/efxclipse_drift_build/build/updatesite/ -source /home/jenkins/agent/workspace/efxclipse_drift_build/build -configs ANY -publishArtifacts -compress
Successfully started process 'command 'java''
Generating metadata for ..
Generation completed with success [0 seconds].
Starting process 'command 'java''. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build Command: java -jar /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/bnd-platform/eclipse/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar -application org.eclipse.equinox.p2.publisher.CategoryPublisher -metadataRepository file:/home/jenkins/agent/workspace/efxclipse_drift_build/build/updatesite/ -categoryDefinition file:/home/jenkins/agent/workspace/efxclipse_drift_build/build/category.xml -compress
Successfully started process 'command 'java''
Generating metadata for ..
Generation completed with success [0 seconds].
Built p2 repository.
:updateSite (Thread[included builds,5,main]) completed. Took 3.374 secs.
:updateSiteZip (Thread[included builds,5,main]) started.

> Task :updateSiteZip
Caching disabled for task ':updateSiteZip' because:
  Build cache is disabled
Task ':updateSiteZip' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
[ant:zip] Building zip: /home/jenkins/agent/workspace/efxclipse_drift_build/build/updatesite.zip
:updateSiteZip (Thread[included builds,5,main]) completed. Took 0.054 secs.
:createDistribution (Thread[included builds,5,main]) started.

> Task :createDistribution
Caching disabled for task ':createDistribution' because:
  Build cache is disabled
Task ':createDistribution' is not up-to-date because:
  No history is available.
:createDistribution (Thread[included builds,5,main]) completed. Took 0.045 secs.
:publishGithubRelease (Thread[included builds,5,main]) started.

> Task :publishGithubRelease
Caching disabled for task ':publishGithubRelease' because:
  Build cache is disabled
Task ':publishGithubRelease' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Sending Request: {
    "tag_name": "v1.0.0",
    "target_commitish": "76cac8f5d6d83acccdbc726cf9cebc18059500fa",
    "name": "DriftFX 1.0.0",
    "body": "### p2 Update Site\nhttps://download.eclipse.org/efxclipse/driftfx/releases/1.0.0\n### Maven\nRepo: https://repo.eclipse.org/content/groups/efxclipse   \nGroup Id: `org.eclipse.fx`    \nArtifact Id: `org.eclipse.fx.drift`   \nVersion: `1.0.0`",
    "draft": true,
    "prerelease": false
}
Got Response(201): {"url":"https://api.github.com/repos/eclipse-efx/efxclipse-drift/releases/76593145","assets_url":"https://api.github.com/repos/eclipse-efx/efxclipse-drift/releases/76593145/assets","upload_url":"https://uploads.github.com/repos/eclipse-efx/efxclipse-drift/releases/76593145/assets{?name,label}","html_url":"https://github.com/eclipse-efx/efxclipse-drift/releases/tag/untagged-6b5a60c27faab393f970","id":76593145,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOCRLYDM4EkLf5","tag_name":"v1.0.0","target_commitish":"76cac8f5d6d83acccdbc726cf9cebc18059500fa","name":"DriftFX 1.0.0","draft":true,"prerelease":false,"created_at":"2022-09-08T12:54:57Z","published_at":null,"assets":[],"tarball_url":null,"zipball_url":null,"body":"### p2 Update Site\nhttps://download.eclipse.org/efxclipse/driftfx/releases/1.0.0\n### Maven\nRepo: https://repo.eclipse.org/content/groups/efxclipse   \nGroup Id: `org.eclipse.fx`    \nArtifact Id: `org.eclipse.fx.drift`   \nVersion: `1.0.0`"}
Created Release 76593145
"{\"tag_name\":\"v1.0.0\",\"draft\":false}"
{
    "url": "https://api.github.com/repos/eclipse-efx/efxclipse-drift/releases/76593145",
    "assets_url": "https://api.github.com/repos/eclipse-efx/efxclipse-drift/releases/76593145/assets",
    "upload_url": "https://uploads.github.com/repos/eclipse-efx/efxclipse-drift/releases/76593145/assets{?name,label}",
    "html_url": "https://github.com/eclipse-efx/efxclipse-drift/releases/tag/v1.0.0",
    "id": 76593145,
    "author": {
        "login": "github-actions[bot]",
        "id": 41898282,
        "node_id": "MDM6Qm90NDE4OTgyODI=",
        "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/github-actions%5Bbot%5D",
        "html_url": "https://github.com/apps/github-actions",
        "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
        "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
        "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
        "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
        "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
        "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
        "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
        "type": "Bot",
        "site_admin": false
    },
    "node_id": "RE_kwDOCRLYDM4EkLf5",
    "tag_name": "v1.0.0",
    "target_commitish": "76cac8f5d6d83acccdbc726cf9cebc18059500fa",
    "name": "DriftFX 1.0.0",
    "draft": false,
    "prerelease": false,
    "created_at": "2022-09-08T12:54:57Z",
    "published_at": "2022-09-08T13:02:39Z",
    "assets": [
        {
            "url": "https://api.github.com/repos/eclipse-efx/efxclipse-drift/releases/assets/77244336",
            "id": 77244336,
            "node_id": "RA_kwDOCRLYDM4Emqew",
            "name": "driftfx-dist-1.0.0.zip",
            "label": "",
            "uploader": {
                "login": "github-actions[bot]",
                "id": 41898282,
                "node_id": "MDM6Qm90NDE4OTgyODI=",
                "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
                "gravatar_id": "",
                "url": "https://api.github.com/users/github-actions%5Bbot%5D",
                "html_url": "https://github.com/apps/github-actions",
                "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
                "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
                "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
                "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
                "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
                "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
                "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
                "type": "Bot",
                "site_admin": false
            },
            "content_type": "application/zip",
            "state": "uploaded",
            "size": 986246,
            "download_count": 0,
            "created_at": "2022-09-08T13:02:38Z",
            "updated_at": "2022-09-08T13:02:39Z",
            "browser_download_url": "https://github.com/eclipse-efx/efxclipse-drift/releases/download/v1.0.0/driftfx-dist-1.0.0.zip"
        }
    ],
    "tarball_url": "https://api.github.com/repos/eclipse-efx/efxclipse-drift/tarball/v1.0.0",
    "zipball_url": "https://api.github.com/repos/eclipse-efx/efxclipse-drift/zipball/v1.0.0",
    "body": "### p2 Update Site\nhttps://download.eclipse.org/efxclipse/driftfx/releases/1.0.0\n### Maven\nRepo: https://repo.eclipse.org/content/groups/efxclipse   \nGroup Id: `org.eclipse.fx`    \nArtifact Id: `org.eclipse.fx.drift`   \nVersion: `1.0.0`"
}
:publishGithubRelease (Thread[included builds,5,main]) completed. Took 1.624 secs.
:deployUpdateSite (Thread[included builds,5,main]) started.

> Task :deployUpdateSite
Caching disabled for task ':deployUpdateSite' because:
  Build cache is disabled
Task ':deployUpdateSite' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Deploying update site to '/home/data/httpd/download.eclipse.org/efxclipse/driftfx/releases/1.0.0'
Starting process 'command 'ssh''. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build Command: ssh genie.efxclipse@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/efxclipse/driftfx/releases/1.0.0
Successfully started process 'command 'ssh''

Starting process 'command 'scp''. Working directory: /home/jenkins/agent/workspace/efxclipse_drift_build Command: scp -r build/updatesite/features build/updatesite/plugins build/updatesite/content.jar build/updatesite/artifacts.jar genie.efxclipse@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/efxclipse/driftfx/releases/1.0.0
Successfully started process 'command 'scp''

:deployUpdateSite (Thread[included builds,5,main]) completed. Took 2.019 secs.
:generatePomFileForMavenPublication (Thread[included builds,5,main]) started.

> Task :generatePomFileForMavenPublication
Caching disabled for task ':generatePomFileForMavenPublication' because:
  Build cache is disabled
Task ':generatePomFileForMavenPublication' is not up-to-date because:
  Task state is not tracked.
:generatePomFileForMavenPublication (Thread[included builds,5,main]) completed. Took 0.021 secs.
:publishMavenPublicationToEclipseNexusRepository (Thread[included builds,5,main]) started.

> Task :publishMavenPublicationToEclipseNexusRepository
Execution optimizations have been disabled for task ':publishMavenPublicationToEclipseNexusRepository' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '/home/jenkins/agent/workspace/efxclipse_drift_build/build/signed/org.eclipse.fx.drift.jar'. Reason: Task ':publishMavenPublicationToEclipseNexusRepository' uses this output of task ':signJarFiles' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Invalidating VFS because task ':publishMavenPublicationToEclipseNexusRepository' failed validation
Caching disabled for task ':publishMavenPublicationToEclipseNexusRepository' because:
  Build cache is disabled
Task ':publishMavenPublicationToEclipseNexusRepository' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Publishing to repository 'EclipseNexus' (https://repo.eclipse.org/content/repositories/efxclipse-releases)
Uploading org.eclipse.fx.drift-1.0.0.jar to /content/repositories/efxclipse-releases/org/eclipse/fx/org.eclipse.fx.drift/1.0.0/org.eclipse.fx.drift-1.0.0.jar
Uploading org.eclipse.fx.drift-1.0.0.pom to /content/repositories/efxclipse-releases/org/eclipse/fx/org.eclipse.fx.drift/1.0.0/org.eclipse.fx.drift-1.0.0.pom
Uploading org.eclipse.fx.drift-1.0.0-sources.jar to /content/repositories/efxclipse-releases/org/eclipse/fx/org.eclipse.fx.drift/1.0.0/org.eclipse.fx.drift-1.0.0-sources.jar
Uploading maven-metadata.xml to /content/repositories/efxclipse-releases/org/eclipse/fx/org.eclipse.fx.drift/maven-metadata.xml
:publishMavenPublicationToEclipseNexusRepository (Thread[included builds,5,main]) completed. Took 0.752 secs.
producer locations for task group 0 (Thread[included builds,5,main]) started.
producer locations for task group 0 (Thread[included builds,5,main]) completed. Took 0.0 secs.
producer locations for task group 1 (Thread[Execution worker for ':',5,main]) started.
producer locations for task group 1 (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
producer locations for task group 3 (Thread[included builds,5,main]) started.
producer locations for task group 3 (Thread[included builds,5,main]) completed. Took 0.0 secs.
producer locations for task group 6 (Thread[Execution worker for ':',5,main]) started.
producer locations for task group 6 (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.

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

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD SUCCESSFUL in 1m 2s
17 actionable tasks: 17 executed
Stopped 1 worker daemon(s).
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 59 killed;
[ssh-agent] Stopped.
Finished: SUCCESS