Skip to content
Success

Console Output

Started by user Jonah Graham
Running as Jonah Graham
Obtained releng/org.eclipse.epp.config/tools/promote-a-build.Jenkinsfile from git https://git.eclipse.org/r/epp/org.eclipse.epp.packages
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-p1rkh is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-p1rkh"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.packaging.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-p1rkh"
    - 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-p1rkh"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.packaging.svc.cluster.local/packaging/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - 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/.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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-packaging"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-p1rkh in /home/jenkins/agent/workspace/promote-a-build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/epp/org.eclipse.epp.packages
 > git init /home/jenkins/agent/workspace/promote-a-build # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/epp/org.eclipse.epp.packages
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/epp/org.eclipse.epp.packages +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 4bb9ef48bf957e17cb88a5b2129498b74f301ccb (refs/remotes/origin/master)
 > git config remote.origin.url https://git.eclipse.org/r/epp/org.eclipse.epp.packages # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4bb9ef48bf957e17cb88a5b2129498b74f301ccb # timeout=10
Commit message: "Use a latest URL for CDT repo"
 > git rev-list --no-walk a43fc03603a250c64c789f9ea64f45682b3a1f05 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Upload)
[Pipeline] sshagent
16:47:13 [2021-09-10T20:47:13.393Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org)
16:47:13 [2021-09-10T20:47:13.394Z] [ssh-agent] Looking for ssh-agent implementation...
16:47:13 [2021-09-10T20:47:13.428Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
16:47:13 [2021-09-10T20:47:13.427Z] $ ssh-agent
16:47:13 [2021-09-10T20:47:13.442Z] SSH_AUTH_SOCK=/tmp/ssh-aNyPogL9vMty/agent.181
16:47:13 [2021-09-10T20:47:13.442Z] SSH_AGENT_PID=183
16:47:13 [2021-09-10T20:47:13.470Z] Running ssh-add (command line suppressed)
16:47:13 [2021-09-10T20:47:13.475Z] Identity added: /home/jenkins/agent/workspace/promote-a-build@tmp/private_key_11780602179409393414.key (/home/jenkins/agent/workspace/promote-a-build@tmp/private_key_11780602179409393414.key)
16:47:13 [2021-09-10T20:47:13.490Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
16:47:14 [2021-09-10T20:47:14.545Z] + ./releng/org.eclipse.epp.config/tools/promote-a-build.sh
16:47:14 [2021-09-10T20:47:14.546Z] + RELEASE_NAME=2021-09
16:47:14 [2021-09-10T20:47:14.546Z] + RELEASE_MILESTONE=R
16:47:14 [2021-09-10T20:47:14.546Z] + RELEASE_DIR=202109101200
16:47:14 [2021-09-10T20:47:14.546Z] + EPP_DOWNLOADS=/home/data/httpd/download.eclipse.org/technology/epp
16:47:14 [2021-09-10T20:47:14.546Z] + DOWNLOADS=/home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09/
16:47:14 [2021-09-10T20:47:14.546Z] + REPO=/home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09/
16:47:14 [2021-09-10T20:47:14.546Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org
16:47:14 [2021-09-10T20:47:14.546Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org'
16:47:14 [2021-09-10T20:47:14.546Z] + SCP=scp
16:47:14 [2021-09-10T20:47:14.546Z] + ECHO=echo
16:47:14 [2021-09-10T20:47:14.546Z] + '[' false == false ']'
16:47:14 [2021-09-10T20:47:14.546Z] + ECHO=
16:47:14 [2021-09-10T20:47:14.546Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09/
16:47:15 [2021-09-10T20:47:15.481Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09/
16:47:16 [2021-09-10T20:47:16.049Z] + ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/repository /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200
16:47:16 [2021-09-10T20:47:16.983Z] + '[' R '!=' R ']'
16:47:16 [2021-09-10T20:47:16.983Z] + ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200
16:47:17 [2021-09-10T20:47:17.548Z] + TOUCHDIRS='/home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200'
16:47:17 [2021-09-10T20:47:17.548Z] + cat
16:47:17 [2021-09-10T20:47:17.548Z] + scp release.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/downloads/release/release.xml
16:47:18 [2021-09-10T20:47:18.117Z] + '[' R == R ']'
16:47:18 [2021-09-10T20:47:18.117Z] + UPDATE_SITES=202109101200
16:47:18 [2021-09-10T20:47:18.117Z] ++ date +%s000
16:47:18 [2021-09-10T20:47:18.117Z] + TIMESTAMP=1631306837000
16:47:18 [2021-09-10T20:47:18.117Z] ++ echo 202109101200
16:47:18 [2021-09-10T20:47:18.117Z] ++ wc -w
16:47:18 [2021-09-10T20:47:18.117Z] + NUMBER_UPDATE_SITES=1
16:47:18 [2021-09-10T20:47:18.117Z] ++ for site in $UPDATE_SITES
16:47:18 [2021-09-10T20:47:18.117Z] ++ printf '    <child location='\''202109101200'\''/>\n'
16:47:18 [2021-09-10T20:47:18.117Z] + CONTENTXML='<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
16:47:18 [2021-09-10T20:47:18.117Z] <?compositeMetadataRepository version='\''1.0.0'\''?>
16:47:18 [2021-09-10T20:47:18.117Z] <repository name='\''Eclipse Packaging Project EPP 2021-09'\''
16:47:18 [2021-09-10T20:47:18.117Z]     type='\''org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'\''
16:47:18 [2021-09-10T20:47:18.117Z]     version='\''1.0.0'\''>
16:47:18 [2021-09-10T20:47:18.117Z]   <properties size='\''1'\''>
16:47:18 [2021-09-10T20:47:18.117Z]     <property name='\''p2.timestamp'\'' value='\''1631306837000'\''/>
16:47:18 [2021-09-10T20:47:18.117Z]   </properties>
16:47:18 [2021-09-10T20:47:18.117Z]   <children size='\''1'\''>
16:47:18 [2021-09-10T20:47:18.117Z]     <child location='\''202109101200'\''/>
16:47:18 [2021-09-10T20:47:18.117Z]   </children>
16:47:18 [2021-09-10T20:47:18.117Z] </repository>
16:47:18 [2021-09-10T20:47:18.117Z] '
16:47:18 [2021-09-10T20:47:18.117Z] + echo '<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
16:47:18 [2021-09-10T20:47:18.117Z] <?compositeMetadataRepository version='\''1.0.0'\''?>
16:47:18 [2021-09-10T20:47:18.118Z] <repository name='\''Eclipse Packaging Project EPP 2021-09'\''
16:47:18 [2021-09-10T20:47:18.118Z]     type='\''org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'\''
16:47:18 [2021-09-10T20:47:18.118Z]     version='\''1.0.0'\''>
16:47:18 [2021-09-10T20:47:18.118Z]   <properties size='\''1'\''>
16:47:18 [2021-09-10T20:47:18.118Z]     <property name='\''p2.timestamp'\'' value='\''1631306837000'\''/>
16:47:18 [2021-09-10T20:47:18.118Z]   </properties>
16:47:18 [2021-09-10T20:47:18.118Z]   <children size='\''1'\''>
16:47:18 [2021-09-10T20:47:18.118Z]     <child location='\''202109101200'\''/>
16:47:18 [2021-09-10T20:47:18.118Z]   </children>
16:47:18 [2021-09-10T20:47:18.118Z] </repository>
16:47:18 [2021-09-10T20:47:18.118Z] '
16:47:18 [2021-09-10T20:47:18.118Z] + scp compositeContent.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//compositeContentR.xml
16:47:18 [2021-09-10T20:47:18.684Z] ++ for site in $UPDATE_SITES
16:47:18 [2021-09-10T20:47:18.684Z] ++ printf '    <child location='\''202109101200'\''/>\n'
16:47:18 [2021-09-10T20:47:18.684Z] + ARTIFACTXML='<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
16:47:18 [2021-09-10T20:47:18.684Z] <?compositeArtifactRepository version='\''1.0.0'\''?>
16:47:18 [2021-09-10T20:47:18.684Z] <repository name='\''Eclipse Packaging Project EPP 2021-09'\''
16:47:18 [2021-09-10T20:47:18.684Z]     type='\''org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'\''
16:47:18 [2021-09-10T20:47:18.684Z]     version='\''1.0.0'\''>
16:47:18 [2021-09-10T20:47:18.684Z]   <properties size='\''1'\''>
16:47:18 [2021-09-10T20:47:18.684Z]     <property name='\''p2.timestamp'\'' value='\''1631306837000'\''/>
16:47:18 [2021-09-10T20:47:18.684Z]   </properties>
16:47:18 [2021-09-10T20:47:18.684Z]   <children size='\''1'\''>
16:47:18 [2021-09-10T20:47:18.684Z]     <child location='\''202109101200'\''/>
16:47:18 [2021-09-10T20:47:18.684Z]   </children>
16:47:18 [2021-09-10T20:47:18.684Z] </repository>
16:47:18 [2021-09-10T20:47:18.684Z] '
16:47:18 [2021-09-10T20:47:18.684Z] + echo '<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
16:47:18 [2021-09-10T20:47:18.684Z] <?compositeArtifactRepository version='\''1.0.0'\''?>
16:47:18 [2021-09-10T20:47:18.684Z] <repository name='\''Eclipse Packaging Project EPP 2021-09'\''
16:47:18 [2021-09-10T20:47:18.684Z]     type='\''org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'\''
16:47:18 [2021-09-10T20:47:18.684Z]     version='\''1.0.0'\''>
16:47:18 [2021-09-10T20:47:18.684Z]   <properties size='\''1'\''>
16:47:18 [2021-09-10T20:47:18.684Z]     <property name='\''p2.timestamp'\'' value='\''1631306837000'\''/>
16:47:18 [2021-09-10T20:47:18.684Z]   </properties>
16:47:18 [2021-09-10T20:47:18.684Z]   <children size='\''1'\''>
16:47:18 [2021-09-10T20:47:18.684Z]     <child location='\''202109101200'\''/>
16:47:18 [2021-09-10T20:47:18.684Z]   </children>
16:47:18 [2021-09-10T20:47:18.684Z] </repository>
16:47:18 [2021-09-10T20:47:18.684Z] '
16:47:18 [2021-09-10T20:47:18.684Z] + scp compositeArtifacts.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//compositeArtifactsR.xml
16:47:19 [2021-09-10T20:47:19.251Z] + echo Touching /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200 recursively
16:47:19 [2021-09-10T20:47:19.251Z] Touching /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200 recursively
16:47:19 [2021-09-10T20:47:19.251Z] + ssh genie.packaging@projects-storage.eclipse.org /bin/bash
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + find /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.jee.feature_4.21.0.20210910-1200.jar
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.cpp.feature_4.21.0.20210910-1410.jar
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.rcp.feature_4.21.0.20210910-1200.jar
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.dsl.feature_4.21.0.20210910-1200.jar
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.committers.feature_4.21.0.20210910-1200.jar
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.java.feature_4.21.0.20210910-1200.jar
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.embedcpp.feature_4.21.0.20210910-1410.jar
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.common.feature_4.21.0.20210910-1200.jar
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.php.feature_4.21.0.20210910-1200.jar
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.modeling.feature_4.21.0.20210910-1200.jar
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.816Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.parallel.feature_4.21.0.20210910-1200.jar
16:47:19 [2021-09-10T20:47:19.816Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/features/org.eclipse.epp.package.scout.feature_4.21.0.20210910-1200.jar
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.parallel.executable.cocoa.macosx.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.rcp.executable.gtk.linux.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.embedcpp.executable.gtk.linux.aarch64_4.21.0.20210910-1410
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.jee.executable.win32.win32.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.scout.executable.gtk.linux.aarch64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.php.executable.win32.win32.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.cpp.executable.gtk.linux.x86_64_4.21.0.20210910-1410
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.java.executable.gtk.linux.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.dsl.executable.gtk.linux.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.jee.executable.gtk.linux.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.21.0.20210910-1410
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.committers.executable.gtk.linux.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.dsl.executable.win32.win32.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.modeling.executable.gtk.linux.aarch64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.scout.executable.gtk.linux.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.jee.executable.gtk.linux.aarch64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.21.0.20210910-1410
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.rcp.executable.gtk.linux.aarch64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.dsl.executable.gtk.linux.aarch64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.committers.executable.win32.win32.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.java.executable.gtk.linux.aarch64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.scout.executable.win32.win32.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.parallel.executable.win32.win32.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.committers.executable.gtk.linux.aarch64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.php.executable.gtk.linux.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.parallel.executable.gtk.linux.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.embedcpp.executable.gtk.linux.x86_64_4.21.0.20210910-1410
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.cpp.executable.gtk.linux.aarch64_4.21.0.20210910-1410
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.modeling.executable.gtk.linux.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.817Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.817Z] + read i
16:47:19 [2021-09-10T20:47:19.818Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.parallel.executable.gtk.linux.aarch64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.818Z] + read i
16:47:19 [2021-09-10T20:47:19.818Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.818Z] + read i
16:47:19 [2021-09-10T20:47:19.818Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.java.executable.win32.win32.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.818Z] + read i
16:47:19 [2021-09-10T20:47:19.818Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.php.executable.gtk.linux.aarch64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.818Z] + read i
16:47:19 [2021-09-10T20:47:19.818Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.rcp.executable.win32.win32.x86_64_4.21.0.20210910-1200
16:47:19 [2021-09-10T20:47:19.818Z] + read i
16:47:19 [2021-09-10T20:47:19.818Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.cpp.executable.win32.win32.x86_64_4.21.0.20210910-1410
16:47:19 [2021-09-10T20:47:19.818Z] + read i
16:47:19 [2021-09-10T20:47:19.818Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.modeling.executable.win32.win32.x86_64_4.21.0.20210910-1200
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/binary/epp.package.embedcpp.executable.win32.win32.x86_64_4.21.0.20210910-1410
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.parallel_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.php_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.rcp_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.committers_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.scout_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.modeling_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.java_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.embedcpp_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.jee_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.cpp_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.common_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/plugins/org.eclipse.epp.package.dsl_4.21.0.20210910-1200.jar
16:47:20 [2021-09-10T20:47:20.076Z] + read i
16:47:20 [2021-09-10T20:47:20.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/content.jar
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2021-09//202109101200/artifacts.jar
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-linux-gtk-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-macosx-cocoa-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-win32-x86_64.zip.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-win32-x86_64.zip.sha1
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-win32-x86_64.zip.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-win32-x86_64.zip.sha1
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-macosx-cocoa-x86_64.dmg.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/java.product.xml
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-linux-gtk-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-linux-gtk-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-win32-x86_64.zip.sha1
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/jee.xml
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-linux-gtk-aarch64.tar.gz
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-linux-gtk-aarch64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-macosx-cocoa-x86_64.dmg.md5
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-linux-gtk-aarch64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/dsl.product.xml
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/cpp.feature.xml
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-win32-x86_64.zip
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-linux-gtk-aarch64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-win32-x86_64.zip.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-macosx-cocoa-x86_64.dmg.sha1
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-linux-gtk-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-macosx-cocoa-x86_64.dmg.sha1
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-macosx-cocoa-x86_64.dmg
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-linux-gtk-aarch64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-win32-x86_64.zip.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/committers.product.xml
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/committers.xml
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-linux-gtk-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-macosx-cocoa-x86_64.dmg.sha512
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-win32-x86_64.zip.md5
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-linux-gtk-aarch64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-win32-x86_64.zip.sha1
16:47:20 [2021-09-10T20:47:20.077Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/rcp.feature.xml
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-macosx-cocoa-x86_64.dmg-signed
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/java.xml
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-win32-x86_64.zip.md5
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/scout.xml
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-macosx-cocoa-x86_64.dmg.md5
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-macosx-cocoa-x86_64.dmg-signed
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-linux-gtk-aarch64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-win32-x86_64.zip.md5
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-win32-x86_64.zip.md5
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-linux-gtk-aarch64.tar.gz
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-macosx-cocoa-x86_64.dmg.md5
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-linux-gtk-aarch64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/php.xml
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-macosx-cocoa-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-linux-gtk-aarch64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-macosx-cocoa-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-macosx-cocoa-x86_64.dmg.sha512
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-linux-gtk-aarch64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-linux-gtk-aarch64.tar.gz
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-linux-gtk-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-linux-gtk-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-macosx-cocoa-x86_64.dmg.sha1
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/embedcpp.product.xml
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-linux-gtk-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-linux-gtk-aarch64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/parallel.product.xml
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-win32-x86_64.zip.sha512
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-macosx-cocoa-x86_64.dmg.sha1
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-linux-gtk-aarch64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-macosx-cocoa-x86_64.dmg.sha512
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-macosx-cocoa-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/committers.feature.xml
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/modeling.feature.xml
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/java.feature.xml
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-macosx-cocoa-x86_64.dmg-signed
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-linux-gtk-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.078Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-macosx-cocoa-x86_64.dmg.md5
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-macosx-cocoa-x86_64.dmg.sha1
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-linux-gtk-aarch64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-win32-x86_64.zip.sha1
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-linux-gtk-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-linux-gtk-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-linux-gtk-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-linux-gtk-aarch64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-linux-gtk-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-macosx-cocoa-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/php.product.xml
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-linux-gtk-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.079Z] + read i
16:47:20 [2021-09-10T20:47:20.079Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-win32-x86_64.zip.sha1
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-macosx-cocoa-x86_64.dmg.sha1
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-linux-gtk-aarch64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-linux-gtk-aarch64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-macosx-cocoa-x86_64.dmg
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-macosx-cocoa-x86_64.dmg
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-linux-gtk-aarch64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-macosx-cocoa-x86_64.dmg.sha512
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-win32-x86_64.zip.md5
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/scout.product.xml
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-macosx-cocoa-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-linux-gtk-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-win32-x86_64.zip.md5
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-macosx-cocoa-x86_64.dmg.sha512
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-macosx-cocoa-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-win32-x86_64.zip
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-macosx-cocoa-x86_64.dmg.sha1
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-linux-gtk-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-win32-x86_64.zip
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-linux-gtk-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-linux-gtk-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-win32-x86_64.zip
16:47:20 [2021-09-10T20:47:20.337Z] + read i
16:47:20 [2021-09-10T20:47:20.337Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-linux-gtk-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-linux-gtk-aarch64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-macosx-cocoa-x86_64.dmg-signed
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-linux-gtk-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-linux-gtk-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-macosx-cocoa-x86_64.dmg.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-macosx-cocoa-x86_64.dmg
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-macosx-cocoa-x86_64.dmg.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-linux-gtk-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-linux-gtk-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/modeling.product.xml
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-macosx-cocoa-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-linux-gtk-aarch64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-linux-gtk-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-linux-gtk-aarch64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/jee.product.xml
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-macosx-cocoa-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-macosx-cocoa-x86_64.dmg-signed
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-linux-gtk-aarch64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-linux-gtk-aarch64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-linux-gtk-aarch64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-macosx-cocoa-x86_64.dmg
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/jee.feature.xml
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-linux-gtk-aarch64.tar.gz
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-macosx-cocoa-x86_64.dmg.sha1
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-linux-gtk-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-win32-x86_64.zip.sha1
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-macosx-cocoa-x86_64.dmg-signed
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-linux-gtk-aarch64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-macosx-cocoa-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-macosx-cocoa-x86_64.dmg
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-macosx-cocoa-x86_64.dmg
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-win32-x86_64.zip.sha1
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-linux-gtk-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-macosx-cocoa-x86_64.dmg.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-win32-x86_64.zip.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-win32-x86_64.zip.md5
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/embedcpp.feature.xml
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-linux-gtk-aarch64.tar.gz
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/ci-info.txt
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.338Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.338Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-linux-gtk-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-win32-x86_64.zip
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-win32-x86_64.zip.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-macosx-cocoa-x86_64.dmg.md5
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-linux-gtk-aarch64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/embedcpp.xml
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/php.feature.xml
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-macosx-cocoa-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/cpp.product.xml
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-macosx-cocoa-x86_64.dmg.md5
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-linux-gtk-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-macosx-cocoa-x86_64.dmg-signed
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-linux-gtk-aarch64.tar.gz
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-linux-gtk-aarch64.tar.gz
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-macosx-cocoa-x86_64.dmg.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-linux-gtk-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-macosx-cocoa-x86_64.dmg.sha512
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-linux-gtk-aarch64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-macosx-cocoa-x86_64.dmg.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-linux-gtk-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/rcp.xml
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-macosx-cocoa-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-macosx-cocoa-x86_64.dmg
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-macosx-cocoa-x86_64.dmg.md5
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-linux-gtk-aarch64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-win32-x86_64.zip.sha512
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-macosx-cocoa-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-linux-gtk-aarch64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-linux-gtk-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-linux-gtk-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-linux-gtk-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-win32-x86_64.zip
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/scout.feature.xml
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-linux-gtk-aarch64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-win32-x86_64.zip
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-linux-gtk-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-macosx-cocoa-x86_64.dmg
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-linux-gtk-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-linux-gtk-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-macosx-cocoa-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.339Z] + read i
16:47:20 [2021-09-10T20:47:20.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/cpp.xml
16:47:20 [2021-09-10T20:47:20.340Z] + read i
16:47:20 [2021-09-10T20:47:20.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.340Z] + read i
16:47:20 [2021-09-10T20:47:20.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-linux-gtk-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.340Z] + read i
16:47:20 [2021-09-10T20:47:20.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-win32-x86_64.zip.sha512
16:47:20 [2021-09-10T20:47:20.340Z] + read i
16:47:20 [2021-09-10T20:47:20.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/rcp.product.xml
16:47:20 [2021-09-10T20:47:20.340Z] + read i
16:47:20 [2021-09-10T20:47:20.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.340Z] + read i
16:47:20 [2021-09-10T20:47:20.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.340Z] + read i
16:47:20 [2021-09-10T20:47:20.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-linux-gtk-aarch64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-win32-x86_64.zip
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-win32-x86_64.zip
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-linux-gtk-aarch64.tar.gz
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-macosx-cocoa-x86_64.dmg.sha512
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-linux-gtk-aarch64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-win32-x86_64.zip.md5
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/_mirrors.php
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-macosx-cocoa-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-macosx-cocoa-x86_64.dmg
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-win32-x86_64.zip.md5
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-win32-x86_64.zip.sha512
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.597Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/parallel.xml
16:47:20 [2021-09-10T20:47:20.597Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-macosx-cocoa-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-win32-x86_64.zip.sha512
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-linux-gtk-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-macosx-cocoa-x86_64.dmg-signed
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-linux-gtk-aarch64.tar.gz
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-macosx-cocoa-x86_64.dmg.md5
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-macosx-cocoa-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-win32-x86_64.zip.sha1
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-linux-gtk-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-macosx-cocoa-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-win32-x86_64.zip
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-linux-gtk-aarch64.tar.gz
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-macosx-cocoa-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-macosx-cocoa-x86_64.dmg.sha1
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-linux-gtk-aarch64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-macosx-cocoa-x86_64.dmg
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-linux-gtk-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-win32-x86_64.zip
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-cpp-2021-09-R-linux-gtk-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-macosx-cocoa-x86_64.dmg.md5
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-win32-x86_64.zip.md5
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-linux-gtk-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-linux-gtk-aarch64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-java-2021-09-R-linux-gtk-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-scout-2021-09-R-macosx-cocoa-x86_64.dmg.md5
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-macosx-cocoa-x86_64.dmg.md5
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-macosx-cocoa-x86_64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-macosx-cocoa-x86_64.dmg-signed
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-embedcpp-2021-09-R-linux-gtk-aarch64.tar.gz
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-macosx-cocoa-x86_64.dmg-signed
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/dsl.feature.xml
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/parallel.feature.xml
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-jee-2021-09-R-macosx-cocoa-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/dsl.xml
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-linux-gtk-aarch64.tar.gz.sha1
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-php-2021-09-R-macosx-cocoa-x86_64.dmg-signed
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-modeling-2021-09-R-win32-x86_64.zip.sha1
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-linux-gtk-x86_64.tar.gz.sha512
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/modeling.xml
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.598Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-rcp-2021-09-R-macosx-cocoa-x86_64.tar.gz.md5
16:47:20 [2021-09-10T20:47:20.598Z] + read i
16:47:20 [2021-09-10T20:47:20.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-committers-2021-09-R-macosx-cocoa-x86_64.tar.gz
16:47:20 [2021-09-10T20:47:20.599Z] + read i
16:47:20 [2021-09-10T20:47:20.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-parallel-2021-09-R-win32-x86_64.zip.sha512
16:47:20 [2021-09-10T20:47:20.599Z] + read i
16:47:20 [2021-09-10T20:47:20.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2021-09//202109101200/eclipse-dsl-2021-09-R-win32-x86_64.zip.md5
16:47:20 [2021-09-10T20:47:20.599Z] + read i
[Pipeline] }
16:47:20 [2021-09-10T20:47:20.905Z] $ ssh-agent -k
16:47:20 [2021-09-10T20:47:20.909Z] unset SSH_AUTH_SOCK;
16:47:20 [2021-09-10T20:47:20.910Z] unset SSH_AGENT_PID;
16:47:20 [2021-09-10T20:47:20.910Z] echo Agent pid 183 killed;
16:47:20 [2021-09-10T20:47:20.920Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
16:47:25 [2021-09-10T20:47:25.757Z] [WS-CLEANUP] Deleting project workspace...
16:47:25 [2021-09-10T20:47:25.758Z] [WS-CLEANUP] Deferred wipeout is used...
16:47:25 [2021-09-10T20:47:25.767Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS