Skip to content

Console Output

Started by remote host 172.30.50.1
Running as SYSTEM
Agent basic-6v713 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-6v713"
  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-6v713"
    - 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-6v713"
    - 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-6v713 (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-aMRf3R8hs05N/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_7637329343242667081.key (/home/jenkins/agent/workspace/efxclipse_drift_build@tmp/private_key_7637329343242667081.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 9bec545153fcf6d3122b0f0eb8fd1023936478c0 # timeout=10
[efxclipse_drift_build] $ /bin/bash /tmp/jenkins6206914377067168592.sh
Build triggered from GitHub Run 3014058003, 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.318 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[Execution worker for ':buildSrc',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[Execution worker for ':buildSrc',5,main]) completed. Took 0.094 secs.
:buildSrc:compileGroovy (Thread[Execution worker for ':buildSrc',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_download2996660470361877532bin
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_download12189853644490256388bin
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_download13491133863253623898bin
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_download11409442431200515062bin
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_download7555732346683144575bin
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_download7424830741783379555bin
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_download15585319428649273681bin
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_download12610737968320145016bin
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/okio/okio/2.7.0/okio-2.7.0.jar to /home/jenkins/agent/workspace/efxclipse_drift_build/.gradle-home/.tmp/gradle_download4312409850962233553bin
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_download1309311027413848808bin
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_download6262059656489485039bin
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_download14813237461685827237bin
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_download1082421761268057687bin
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-classpath3720439027434855586txt -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.045 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[Execution worker for ':buildSrc',5,main]) completed. Took 18.692 secs.
:buildSrc:processResources (Thread[Execution worker for ':buildSrc',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[Execution worker for ':buildSrc',5,main]) completed. Took 0.005 secs.
:buildSrc:classes (Thread[Execution worker for ':buildSrc',5,main]) started.

> Task :buildSrc:classes
Skipping task ':buildSrc:classes' as it has no actions.
:buildSrc:classes (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.0 secs.
:buildSrc:jar (Thread[Execution worker for ':buildSrc',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[Execution worker for ':buildSrc',5,main]) completed. Took 0.047 secs.
:buildSrc:assemble (Thread[Execution worker for ':buildSrc',5,main]) started.

> Task :buildSrc:assemble
Skipping task ':buildSrc:assemble' as it has no actions.
:buildSrc:assemble (Thread[Execution worker for ':buildSrc',5,main]) completed. Took 0.0 secs.
:buildSrc:compileTestJava (Thread[Execution worker for ':buildSrc',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[Execution worker for ':buildSrc',5,main]) completed. Took 0.002 secs.
:buildSrc:compileTestGroovy (Thread[Execution worker for ':buildSrc',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[Execution worker for ':buildSrc',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.003 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.001 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_download5755148516875390272bin
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_download15480351337374060444bin
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_download15103192483759720163bin
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_download6944040072080437947bin
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_download8816184771297839885bin
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_download12394609664739843487bin
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_download3132360090948855327bin
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_download14079776115899940554bin
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_download11960697967632603433bin
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_download13925838040879084611bin
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_download8832630218179206190bin
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_download11023949954545839574bin
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_download15963993749931407303bin
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_download1868635833038587396bin
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_download7454221592726914482bin
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_download5062712845338587943bin
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_download704973350958950760bin
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_download9506110157093565566bin
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_download4963992654972476931bin
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_download7587637114442070284bin
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_download10487131073581986156bin
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_download14790114044509839174bin
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_download2395052489296143508bin
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_download17599513100189380731bin
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_download13221638146549356563bin
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_download6609869671566166629bin
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_download7863620508781830053bin
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_download12203429201782406866bin
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_download11319927730512294933bin
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_download10331075329680458047bin
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 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 rev-parse --short HEAD
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: false
	isRelease: false
	isPreRelease: false
	releaseTag: null
	version: 999.0.0
	timestamp: 20220908-094310
	qualifier: 20220908-094310-76cac8f
	fullVersion: 999.0.0-20220908-094310-76cac8f
	bundleVersion: 999.0.0.20220908-094310-76cac8f

> 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_download14511462342464751111bin
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_download5003760031666591787bin
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_download14409734312309352581bin
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_download13232536308644387148bin
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_download7971099262251977877bin
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_download4229649831084150866bin
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_download11464435340766496290bin
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_download6144135403526348366bin
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_download11948523179149805663bin
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_download9541267686003314550bin
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_download13335270626519094775bin
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_download9300632062532036375bin
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_download8890471572471885949bin
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_download6775777591222249703bin
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_download1159675157569889157bin
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_download3499580218566019712bin
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_download3021850839931565395bin
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_download4435005465668110828bin
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_download9680400875171129867bin
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_download5549957895004592792bin
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_download7866538272811714582bin
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_download13228548019320962818bin
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_download10881994247721618231bin
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_download444209245521400791bin
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_download6280415480059359070bin
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_download8821589907039729743bin
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_download5777612170724373181bin
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_download1866795549920402250bin
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_download428913088741014132bin
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_download13911711973751294817bin
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_download8834470921993646611bin
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_download16986061423615698566bin
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_download18157714282646375060bin
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_download419211761085724505bin
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_download18162189307319382697bin
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_download6962261866029695248bin
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_download11205112783491812303bin
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_download17214033853437909093bin
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_download4110777085168656590bin
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_download17955416625250770093bin
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_download12974358576631337626bin
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_download6670288693640237390bin
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_download5947568407367468902bin
------------------------------------------------------------------------
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@575c553d
configure Binary org.gradle.language.cpp.internal.DefaultCppSharedLibrary_Decorated@716b9e28
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.097 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 3.757 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.029 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 1.658 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.567 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.072 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.223 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.019 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.32 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.059 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.049 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.
:publishGithubRelease (Thread[included builds,5,main]) completed. Took 0.0 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/nightly/20220908-094310-76cac8f'
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/nightly/20220908-094310-76cac8f
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/nightly/20220908-094310-76cac8f
Successfully started process 'command 'scp''

:deployUpdateSite (Thread[included builds,5,main]) completed. Took 2.047 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.017 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-snapshots)
Uploading maven-metadata.xml to /content/repositories/efxclipse-snapshots/org/eclipse/fx/org.eclipse.fx.drift/999.0.0-SNAPSHOT/maven-metadata.xml
Uploading org.eclipse.fx.drift-999.0.0-20220908.095129-55.jar to /content/repositories/efxclipse-snapshots/org/eclipse/fx/org.eclipse.fx.drift/999.0.0-SNAPSHOT/org.eclipse.fx.drift-999.0.0-20220908.095129-55.jar
Uploading org.eclipse.fx.drift-999.0.0-20220908.095129-55.pom to /content/repositories/efxclipse-snapshots/org/eclipse/fx/org.eclipse.fx.drift/999.0.0-SNAPSHOT/org.eclipse.fx.drift-999.0.0-20220908.095129-55.pom
Uploading org.eclipse.fx.drift-999.0.0-20220908.095129-55-sources.jar to /content/repositories/efxclipse-snapshots/org/eclipse/fx/org.eclipse.fx.drift/999.0.0-SNAPSHOT/org.eclipse.fx.drift-999.0.0-20220908.095129-55-sources.jar
Uploading maven-metadata.xml to /content/repositories/efxclipse-snapshots/org/eclipse/fx/org.eclipse.fx.drift/maven-metadata.xml
:publishMavenPublicationToEclipseNexusRepository (Thread[included builds,5,main]) completed. Took 1.342 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 58s
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