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
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-f4301 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-f4301"
  namespace: "packaging"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.packaging.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-f4301"
    - 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-f4301"
    - 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.13.3"
    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
      subPath: ""
    - 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-f4301 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 ca508d21d9dbb3f5b24cbbf27b9ec096120be6b9 (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 ca508d21d9dbb3f5b24cbbf27b9ec096120be6b9 # timeout=10
Commit message: "fixup "Bug 580807: Define product without relying on platform's product""
 > git rev-list --no-walk e37979d5b33129f8e326247f1b9a75843da04297 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Upload)
[Pipeline] sshagent
02:02:25 [2022-12-02T07:02:25.283Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org)
02:02:25 [2022-12-02T07:02:25.285Z] [ssh-agent] Looking for ssh-agent implementation...
02:02:25 [2022-12-02T07:02:25.325Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
02:02:25 [2022-12-02T07:02:25.328Z] $ ssh-agent
02:02:25 [2022-12-02T07:02:25.341Z] SSH_AUTH_SOCK=/tmp/ssh-CqfJy2Kh3zTV/agent.152
02:02:25 [2022-12-02T07:02:25.341Z] SSH_AGENT_PID=154
02:02:25 [2022-12-02T07:02:25.354Z] Running ssh-add (command line suppressed)
02:02:25 [2022-12-02T07:02:25.365Z] Identity added: /home/jenkins/agent/workspace/promote-a-build@tmp/private_key_14235854692134864591.key (/home/jenkins/agent/workspace/promote-a-build@tmp/private_key_14235854692134864591.key)
02:02:25 [2022-12-02T07:02:25.376Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
02:02:26 [2022-12-02T07:02:26.468Z] + ./releng/org.eclipse.epp.config/tools/promote-a-build.sh
02:02:26 [2022-12-02T07:02:26.470Z] +++ dirname ./releng/org.eclipse.epp.config/tools/promote-a-build.sh
02:02:26 [2022-12-02T07:02:26.470Z] ++ cd ./releng/org.eclipse.epp.config/tools
02:02:26 [2022-12-02T07:02:26.470Z] ++ pwd
02:02:26 [2022-12-02T07:02:26.470Z] + DIR=/home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools
02:02:26 [2022-12-02T07:02:26.470Z] + echo Create the epp.properties file
02:02:26 [2022-12-02T07:02:26.470Z] Create the epp.properties file
02:02:26 [2022-12-02T07:02:26.470Z] + MVN=/opt/tools/apache-maven/latest/bin/mvn
02:02:26 [2022-12-02T07:02:26.470Z] + '[' '!' -f /opt/tools/apache-maven/latest/bin/mvn ']'
02:02:26 [2022-12-02T07:02:26.470Z] + /opt/tools/apache-maven/latest/bin/mvn clean package -f /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools
02:02:26 [2022-12-02T07:02:26.741Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
02:02:26 [2022-12-02T07:02:26.741Z] Maven home: /opt/tools/apache-maven/latest
02:02:26 [2022-12-02T07:02:26.741Z] Java version: 11.0.16.1, vendor: IBM Corporation, runtime: /opt/java/openjdk
02:02:26 [2022-12-02T07:02:26.741Z] Default locale: en_US, platform encoding: UTF-8
02:02:26 [2022-12-02T07:02:26.741Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
02:02:28 [2022-12-02T07:02:28.669Z] [INFO] Scanning for projects...
02:02:33 [2022-12-02T07:02:33.939Z] [INFO] 
02:02:33 [2022-12-02T07:02:33.940Z] [INFO] --------------------< org.eclipse.epp:releng.tools >--------------------
02:02:33 [2022-12-02T07:02:33.940Z] [INFO] Building releng.tools 4.26.0-SNAPSHOT
02:02:33 [2022-12-02T07:02:33.940Z] [INFO] --------------------------------[ pom ]---------------------------------
02:02:34 [2022-12-02T07:02:34.875Z] [INFO] 
02:02:34 [2022-12-02T07:02:34.875Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ releng.tools ---
02:02:35 [2022-12-02T07:02:35.442Z] [INFO] 
02:02:35 [2022-12-02T07:02:35.442Z] [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (regex-property) @ releng.tools ---
02:02:43 [2022-12-02T07:02:43.567Z] [INFO] No match to regex 'epp\.package\.(\d*)' found in 'releng.tools'. The initial value 'releng.tools' is left as-is...
02:02:43 [2022-12-02T07:02:43.567Z] [INFO] 
02:02:43 [2022-12-02T07:02:43.567Z] [INFO] --- properties-maven-plugin:1.1.0:write-project-properties (default) @ releng.tools ---
02:02:43 [2022-12-02T07:02:43.567Z] [INFO] ------------------------------------------------------------------------
02:02:43 [2022-12-02T07:02:43.567Z] [INFO] BUILD SUCCESS
02:02:43 [2022-12-02T07:02:43.567Z] [INFO] ------------------------------------------------------------------------
02:02:43 [2022-12-02T07:02:43.567Z] [INFO] Total time:  14.535 s
02:02:43 [2022-12-02T07:02:43.567Z] [INFO] Finished at: 2022-12-02T07:02:42Z
02:02:43 [2022-12-02T07:02:43.567Z] [INFO] ------------------------------------------------------------------------
02:02:43 [2022-12-02T07:02:43.567Z] ++ get_property RELEASE_NAME
02:02:43 [2022-12-02T07:02:43.567Z] ++ grep '^RELEASE_NAME=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
02:02:43 [2022-12-02T07:02:43.567Z] ++ cut -d= -f2
02:02:43 [2022-12-02T07:02:43.567Z] ++ sed '-es,\\:,:,'
02:02:43 [2022-12-02T07:02:43.567Z] + RELEASE_NAME=2022-12
02:02:43 [2022-12-02T07:02:43.567Z] ++ get_property RELEASE_MILESTONE
02:02:43 [2022-12-02T07:02:43.567Z] ++ grep '^RELEASE_MILESTONE=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
02:02:43 [2022-12-02T07:02:43.567Z] ++ cut -d= -f2
02:02:43 [2022-12-02T07:02:43.567Z] ++ sed '-es,\\:,:,'
02:02:43 [2022-12-02T07:02:43.567Z] + RELEASE_MILESTONE=R
02:02:43 [2022-12-02T07:02:43.567Z] ++ get_property RELEASE_DIR
02:02:43 [2022-12-02T07:02:43.567Z] ++ grep '^RELEASE_DIR=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
02:02:43 [2022-12-02T07:02:43.567Z] ++ cut -d= -f2
02:02:43 [2022-12-02T07:02:43.567Z] ++ sed '-es,\\:,:,'
02:02:43 [2022-12-02T07:02:43.567Z] + RELEASE_DIR=202212011200
02:02:43 [2022-12-02T07:02:43.567Z] ++ get_property SIMREL_REPO
02:02:43 [2022-12-02T07:02:43.567Z] ++ grep '^SIMREL_REPO=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
02:02:43 [2022-12-02T07:02:43.567Z] ++ cut -d= -f2
02:02:43 [2022-12-02T07:02:43.567Z] ++ sed '-es,\\:,:,'
02:02:43 [2022-12-02T07:02:43.567Z] + SIMREL_REPO=https://download.eclipse.org/releases/2022-12/202212071000/
02:02:43 [2022-12-02T07:02:43.567Z] + EPP_DOWNLOADS=/home/data/httpd/download.eclipse.org/technology/epp
02:02:43 [2022-12-02T07:02:43.567Z] + DOWNLOADS=/home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12/
02:02:43 [2022-12-02T07:02:43.567Z] + REPO=/home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12/
02:02:43 [2022-12-02T07:02:43.567Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org
02:02:43 [2022-12-02T07:02:43.567Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org'
02:02:43 [2022-12-02T07:02:43.567Z] + SCP=scp
02:02:43 [2022-12-02T07:02:43.567Z] + ECHO=echo
02:02:43 [2022-12-02T07:02:43.567Z] + '[' false == false ']'
02:02:43 [2022-12-02T07:02:43.567Z] + ECHO=
02:02:43 [2022-12-02T07:02:43.567Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12/
02:02:44 [2022-12-02T07:02:44.134Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12/
02:02:45 [2022-12-02T07:02:45.071Z] + 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/2022-12//202212011200
02:02:45 [2022-12-02T07:02:45.638Z] + '[' R '!=' R ']'
02:02:45 [2022-12-02T07:02:45.638Z] + 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/2022-12//202212011200
02:02:46 [2022-12-02T07:02:46.574Z] + TOUCHDIRS='/home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200'
02:02:46 [2022-12-02T07:02:46.574Z] + cat
02:02:46 [2022-12-02T07:02:46.574Z] + scp release.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/downloads/release/release.xml
02:02:47 [2022-12-02T07:02:47.139Z] ++ date +%s000
02:02:47 [2022-12-02T07:02:47.139Z] + TIMESTAMP=1669964567000
02:02:47 [2022-12-02T07:02:47.139Z] + CONTENTXML='<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
02:02:47 [2022-12-02T07:02:47.139Z] <?compositeMetadataRepository version='\''1.0.0'\''?>
02:02:47 [2022-12-02T07:02:47.139Z] <repository name='\''Eclipse Packaging Project EPP 2022-12'\''
02:02:47 [2022-12-02T07:02:47.139Z]     type='\''org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'\''
02:02:47 [2022-12-02T07:02:47.139Z]     version='\''1.0.0'\''>
02:02:47 [2022-12-02T07:02:47.139Z]   <properties size='\''1'\''>
02:02:47 [2022-12-02T07:02:47.139Z]     <property name='\''p2.timestamp'\'' value='\''1669964567000'\''/>
02:02:47 [2022-12-02T07:02:47.139Z]   </properties>
02:02:47 [2022-12-02T07:02:47.139Z]   <children size='\''1'\''>
02:02:47 [2022-12-02T07:02:47.139Z]     <child location='\''202212011200'\''/>
02:02:47 [2022-12-02T07:02:47.139Z]   </children>
02:02:47 [2022-12-02T07:02:47.139Z] </repository>
02:02:47 [2022-12-02T07:02:47.139Z] '
02:02:47 [2022-12-02T07:02:47.139Z] + echo '<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
02:02:47 [2022-12-02T07:02:47.139Z] <?compositeMetadataRepository version='\''1.0.0'\''?>
02:02:47 [2022-12-02T07:02:47.139Z] <repository name='\''Eclipse Packaging Project EPP 2022-12'\''
02:02:47 [2022-12-02T07:02:47.139Z]     type='\''org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'\''
02:02:47 [2022-12-02T07:02:47.139Z]     version='\''1.0.0'\''>
02:02:47 [2022-12-02T07:02:47.139Z]   <properties size='\''1'\''>
02:02:47 [2022-12-02T07:02:47.139Z]     <property name='\''p2.timestamp'\'' value='\''1669964567000'\''/>
02:02:47 [2022-12-02T07:02:47.139Z]   </properties>
02:02:47 [2022-12-02T07:02:47.139Z]   <children size='\''1'\''>
02:02:47 [2022-12-02T07:02:47.139Z]     <child location='\''202212011200'\''/>
02:02:47 [2022-12-02T07:02:47.139Z]   </children>
02:02:47 [2022-12-02T07:02:47.139Z] </repository>
02:02:47 [2022-12-02T07:02:47.139Z] '
02:02:47 [2022-12-02T07:02:47.139Z] + scp compositeContent.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//compositeContentR.xml
02:02:48 [2022-12-02T07:02:48.073Z] + ARTIFACTXML='<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
02:02:48 [2022-12-02T07:02:48.073Z] <?compositeArtifactRepository version='\''1.0.0'\''?>
02:02:48 [2022-12-02T07:02:48.073Z] <repository name='\''Eclipse Packaging Project EPP 2022-12'\''
02:02:48 [2022-12-02T07:02:48.073Z]     type='\''org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'\''
02:02:48 [2022-12-02T07:02:48.073Z]     version='\''1.0.0'\''>
02:02:48 [2022-12-02T07:02:48.073Z]   <properties size='\''1'\''>
02:02:48 [2022-12-02T07:02:48.073Z]     <property name='\''p2.timestamp'\'' value='\''1669964567000'\''/>
02:02:48 [2022-12-02T07:02:48.073Z]   </properties>
02:02:48 [2022-12-02T07:02:48.073Z]   <children size='\''1'\''>
02:02:48 [2022-12-02T07:02:48.073Z]     <child location='\''202212011200'\''/>
02:02:48 [2022-12-02T07:02:48.073Z]   </children>
02:02:48 [2022-12-02T07:02:48.073Z] </repository>
02:02:48 [2022-12-02T07:02:48.073Z] '
02:02:48 [2022-12-02T07:02:48.073Z] + echo '<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
02:02:48 [2022-12-02T07:02:48.073Z] <?compositeArtifactRepository version='\''1.0.0'\''?>
02:02:48 [2022-12-02T07:02:48.073Z] <repository name='\''Eclipse Packaging Project EPP 2022-12'\''
02:02:48 [2022-12-02T07:02:48.073Z]     type='\''org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'\''
02:02:48 [2022-12-02T07:02:48.073Z]     version='\''1.0.0'\''>
02:02:48 [2022-12-02T07:02:48.073Z]   <properties size='\''1'\''>
02:02:48 [2022-12-02T07:02:48.073Z]     <property name='\''p2.timestamp'\'' value='\''1669964567000'\''/>
02:02:48 [2022-12-02T07:02:48.073Z]   </properties>
02:02:48 [2022-12-02T07:02:48.073Z]   <children size='\''1'\''>
02:02:48 [2022-12-02T07:02:48.073Z]     <child location='\''202212011200'\''/>
02:02:48 [2022-12-02T07:02:48.073Z]   </children>
02:02:48 [2022-12-02T07:02:48.073Z] </repository>
02:02:48 [2022-12-02T07:02:48.073Z] '
02:02:48 [2022-12-02T07:02:48.073Z] + scp compositeArtifacts.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//compositeArtifactsR.xml
02:02:49 [2022-12-02T07:02:49.010Z] + echo Touching /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200 recursively
02:02:49 [2022-12-02T07:02:49.010Z] Touching /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200 recursively
02:02:49 [2022-12-02T07:02:49.010Z] + ssh genie.packaging@projects-storage.eclipse.org /bin/bash
02:02:49 [2022-12-02T07:02:49.942Z] + find /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.942Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.942Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/content.jar
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.942Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/artifacts.jar
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.942Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.942Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.cpp.executable.gtk.linux.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.942Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.cpp.executable.gtk.linux.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.942Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.rcp.executable.gtk.linux.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.942Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.modeling.executable.gtk.linux.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.942Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.jee.executable.win32.win32.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.942Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.java.executable.gtk.linux.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.942Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.942Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.modeling.executable.gtk.linux.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.modeling.executable.win32.win32.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.parallel.executable.cocoa.macosx.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.parallel.executable.gtk.linux.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.scout.executable.win32.win32.x86_64_4.26.0.20221201-1911
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.php.executable.win32.win32.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.parallel.executable.gtk.linux.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.php.executable.gtk.linux.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.embedcpp.executable.win32.win32.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.embedcpp.executable.gtk.linux.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.java.executable.win32.win32.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.943Z] + read i
02:02:49 [2022-12-02T07:02:49.943Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.jee.executable.gtk.linux.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.cpp.executable.win32.win32.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.dsl.executable.gtk.linux.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.java.executable.gtk.linux.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.php.executable.gtk.linux.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.dsl.executable.win32.win32.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.rcp.executable.gtk.linux.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.26.0.20221201-1911
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.committers.executable.win32.win32.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.parallel.executable.cocoa.macosx.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.committers.executable.gtk.linux.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.rcp.executable.win32.win32.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.944Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.embedcpp.executable.gtk.linux.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.944Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.committers.executable.gtk.linux.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.scout.executable.gtk.linux.x86_64_4.26.0.20221201-1911
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.scout.executable.gtk.linux.aarch64_4.26.0.20221201-1911
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.jee.executable.gtk.linux.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.dsl.executable.gtk.linux.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.26.0.20221201-1911
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/binary/epp.package.parallel.executable.win32.win32.x86_64_4.26.0.20221201-1200
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.common_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.modeling_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.parallel_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.committers_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.embedcpp_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.java_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.php_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.cpp_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.rcp_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.jee_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.945Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.scout_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.945Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/plugins/org.eclipse.epp.package.dsl_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.parallel.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.dsl.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.embedcpp.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.jee.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.committers.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.rcp.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.common.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.java.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.php.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.scout.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.modeling.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2022-12//202212011200/features/org.eclipse.epp.package.cpp.feature_4.26.0.20221201-1200.jar
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.946Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-win32-x86_64.zip.sha1
02:02:49 [2022-12-02T07:02:49.946Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-linux-gtk-aarch64.tar.gz.md5
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-linux-gtk-x86_64.tar.gz.md5
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-aarch64.dmg-signed
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-x86_64.tar.gz
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-linux-gtk-aarch64.tar.gz.sha512
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-win32-x86_64.zip.md5
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/dsl.product.xml
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-linux-gtk-aarch64.tar.gz
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-aarch64.tar.gz
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-aarch64.dmg
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-linux-gtk-x86_64.tar.gz
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/php.xml
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.947Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-x86_64.tar.gz.md5
02:02:49 [2022-12-02T07:02:49.947Z] + read i
02:02:49 [2022-12-02T07:02:49.948Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-win32-x86_64.zip.md5
02:02:49 [2022-12-02T07:02:49.948Z] + read i
02:02:49 [2022-12-02T07:02:49.948Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-x86_64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.208Z] + read i
02:02:50 [2022-12-02T07:02:50.208Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-win32-x86_64.zip.md5
02:02:50 [2022-12-02T07:02:50.208Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-linux-gtk-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-linux-gtk-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-linux-gtk-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-linux-gtk-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-aarch64.dmg-signed
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-linux-gtk-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-aarch64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-linux-gtk-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-linux-gtk-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-x86_64.dmg-signed
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/embedcpp.xml
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-linux-gtk-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-x86_64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-aarch64.dmg
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-aarch64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-x86_64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-win32-x86_64.zip.sha1
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-x86_64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.209Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-x86_64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.209Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-linux-gtk-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/scout.feature.xml
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-linux-gtk-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-win32-x86_64.zip
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-win32-x86_64.zip.sha512
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-x86_64.dmg
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-win32-x86_64.zip.sha512
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-win32-x86_64.zip.sha1
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-aarch64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-x86_64.dmg-signed
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-aarch64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/dsl.feature.xml
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-win32-x86_64.zip.sha1
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-win32-x86_64.zip
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-linux-gtk-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-linux-gtk-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.210Z] + read i
02:02:50 [2022-12-02T07:02:50.210Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-linux-gtk-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-aarch64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-x86_64.dmg
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-linux-gtk-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-aarch64.dmg-signed
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-win32-x86_64.zip
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-win32-x86_64.zip
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-aarch64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-linux-gtk-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/parallel.product.xml
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-linux-gtk-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-linux-gtk-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-x86_64.dmg
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-aarch64.dmg.md5
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-x86_64.dmg-signed
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.211Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-x86_64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.211Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-aarch64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-x86_64.dmg-signed
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/jee.xml
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-win32-x86_64.zip.sha512
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-linux-gtk-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/embedcpp.product.xml
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/email.txt
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-linux-gtk-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-linux-gtk-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-win32-x86_64.zip.md5
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-linux-gtk-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-linux-gtk-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.212Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/ci-info.txt
02:02:50 [2022-12-02T07:02:50.212Z] + read i
02:02:50 [2022-12-02T07:02:50.213Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.213Z] + read i
02:02:50 [2022-12-02T07:02:50.213Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-linux-gtk-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.213Z] + read i
02:02:50 [2022-12-02T07:02:50.213Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-linux-gtk-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.213Z] + read i
02:02:50 [2022-12-02T07:02:50.213Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-aarch64.dmg-signed
02:02:50 [2022-12-02T07:02:50.213Z] + read i
02:02:50 [2022-12-02T07:02:50.213Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.213Z] + read i
02:02:50 [2022-12-02T07:02:50.213Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-win32-x86_64.zip.md5
02:02:50 [2022-12-02T07:02:50.213Z] + read i
02:02:50 [2022-12-02T07:02:50.213Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-linux-gtk-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.213Z] + read i
02:02:50 [2022-12-02T07:02:50.213Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-x86_64.dmg.md5
02:02:50 [2022-12-02T07:02:50.213Z] + read i
02:02:50 [2022-12-02T07:02:50.213Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-linux-gtk-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.213Z] + read i
02:02:50 [2022-12-02T07:02:50.213Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-x86_64.dmg.md5
02:02:50 [2022-12-02T07:02:50.213Z] + read i
02:02:50 [2022-12-02T07:02:50.213Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-linux-gtk-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-linux-gtk-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-aarch64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-win32-x86_64.zip.md5
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-x86_64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-x86_64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-x86_64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-aarch64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-linux-gtk-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-aarch64.dmg.md5
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.471Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-aarch64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.471Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/committers.feature.xml
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-x86_64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-linux-gtk-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-aarch64.dmg.md5
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-win32-x86_64.zip.sha512
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-linux-gtk-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-linux-gtk-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-aarch64.dmg.md5
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-linux-gtk-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-x86_64.dmg.md5
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-win32-x86_64.zip.sha1
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-aarch64.dmg.md5
02:02:50 [2022-12-02T07:02:50.472Z] + read i
02:02:50 [2022-12-02T07:02:50.472Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-x86_64.dmg
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-linux-gtk-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-aarch64.dmg-signed
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-linux-gtk-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-linux-gtk-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-linux-gtk-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-linux-gtk-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-x86_64.dmg-signed
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/jee.feature.xml
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-aarch64.dmg-signed
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-win32-x86_64.zip.sha512
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-win32-x86_64.zip
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/jee.product.xml
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-win32-x86_64.zip
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-linux-gtk-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.473Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.473Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-x86_64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-aarch64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-x86_64.dmg
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-win32-x86_64.zip.md5
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-win32-x86_64.zip.md5
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-linux-gtk-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-aarch64.dmg
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-aarch64.dmg
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-linux-gtk-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-aarch64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-x86_64.dmg.md5
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-linux-gtk-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/java.xml
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-aarch64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.474Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-aarch64.dmg.md5
02:02:50 [2022-12-02T07:02:50.474Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-linux-gtk-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-x86_64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-aarch64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/rcp.feature.xml
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-aarch64.dmg.md5
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-win32-x86_64.zip.md5
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/committers.xml
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/committers.product.xml
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-aarch64.dmg
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/modeling.xml
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-x86_64.dmg.md5
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-aarch64.dmg
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-aarch64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-aarch64.dmg-signed
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-linux-gtk-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/java.feature.xml
02:02:50 [2022-12-02T07:02:50.475Z] + read i
02:02:50 [2022-12-02T07:02:50.475Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-x86_64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.476Z] + read i
02:02:50 [2022-12-02T07:02:50.476Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.732Z] + read i
02:02:50 [2022-12-02T07:02:50.732Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-linux-gtk-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.732Z] + read i
02:02:50 [2022-12-02T07:02:50.732Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-linux-gtk-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.732Z] + read i
02:02:50 [2022-12-02T07:02:50.732Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-x86_64.dmg
02:02:50 [2022-12-02T07:02:50.732Z] + read i
02:02:50 [2022-12-02T07:02:50.732Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-aarch64.dmg.md5
02:02:50 [2022-12-02T07:02:50.732Z] + read i
02:02:50 [2022-12-02T07:02:50.732Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-x86_64.dmg.md5
02:02:50 [2022-12-02T07:02:50.732Z] + read i
02:02:50 [2022-12-02T07:02:50.732Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-win32-x86_64.zip
02:02:50 [2022-12-02T07:02:50.732Z] + read i
02:02:50 [2022-12-02T07:02:50.732Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-aarch64.dmg
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-linux-gtk-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-x86_64.dmg-signed
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-aarch64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-aarch64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/_mirrors.php
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-x86_64.dmg
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-linux-gtk-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-win32-x86_64.zip.sha1
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-aarch64.dmg-signed
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-linux-gtk-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-aarch64.dmg-signed
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-win32-x86_64.zip.sha512
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/modeling.product.xml
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.733Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-aarch64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.733Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-linux-gtk-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-win32-x86_64.zip.sha512
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-win32-x86_64.zip.sha1
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-linux-gtk-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-win32-x86_64.zip.md5
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-linux-gtk-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/parallel.feature.xml
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-win32-x86_64.zip.sha512
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-aarch64.dmg-signed
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-aarch64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-linux-gtk-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-linux-gtk-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-aarch64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.734Z] + read i
02:02:50 [2022-12-02T07:02:50.734Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-x86_64.dmg-signed
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-linux-gtk-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/parallel.xml
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-linux-gtk-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/cpp.xml
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-x86_64.dmg-signed
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-linux-gtk-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/modeling.feature.xml
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/cpp.product.xml
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-win32-x86_64.zip
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-x86_64.dmg-signed
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-x86_64.dmg-signed
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-x86_64.dmg.md5
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-linux-gtk-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-linux-gtk-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-linux-gtk-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-win32-x86_64.zip.sha1
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-aarch64.dmg.md5
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-linux-gtk-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-aarch64.dmg
02:02:50 [2022-12-02T07:02:50.735Z] + read i
02:02:50 [2022-12-02T07:02:50.735Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-linux-gtk-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.993Z] + read i
02:02:50 [2022-12-02T07:02:50.993Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-linux-gtk-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.993Z] + read i
02:02:50 [2022-12-02T07:02:50.993Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-linux-gtk-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.993Z] + read i
02:02:50 [2022-12-02T07:02:50.993Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-x86_64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.993Z] + read i
02:02:50 [2022-12-02T07:02:50.993Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-linux-gtk-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.993Z] + read i
02:02:50 [2022-12-02T07:02:50.993Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-win32-x86_64.zip.md5
02:02:50 [2022-12-02T07:02:50.993Z] + read i
02:02:50 [2022-12-02T07:02:50.993Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.993Z] + read i
02:02:50 [2022-12-02T07:02:50.993Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-linux-gtk-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.993Z] + read i
02:02:50 [2022-12-02T07:02:50.993Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-linux-gtk-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.993Z] + read i
02:02:50 [2022-12-02T07:02:50.993Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-x86_64.dmg.md5
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-x86_64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-x86_64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/rcp.product.xml
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-aarch64.dmg
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-aarch64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-linux-gtk-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-aarch64.dmg.sha512
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-linux-gtk-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-win32-x86_64.zip
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-win32-x86_64.zip.sha1
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/scout.product.xml
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.994Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-linux-gtk-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.994Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-linux-gtk-x86_64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-linux-gtk-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-aarch64.dmg
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-win32-x86_64.zip.sha1
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/embedcpp.feature.xml
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-x86_64.tar.gz
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-x86_64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-win32-x86_64.zip
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-x86_64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-aarch64.dmg
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.995Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.995Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-x86_64.dmg
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-linux-gtk-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-macosx-cocoa-x86_64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-scout-2022-12-R-macosx-cocoa-x86_64.dmg.sha1
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha1
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-x86_64.dmg
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-x86_64.dmg-signed
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-aarch64.dmg.md5
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-aarch64.dmg-signed
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/rcp.xml
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-aarch64.tar.gz
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.996Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-x86_64.dmg
02:02:50 [2022-12-02T07:02:50.996Z] + read i
02:02:50 [2022-12-02T07:02:50.997Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/php.feature.xml
02:02:50 [2022-12-02T07:02:50.997Z] + read i
02:02:50 [2022-12-02T07:02:50.997Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-linux-gtk-aarch64.tar.gz.sha512
02:02:50 [2022-12-02T07:02:50.997Z] + read i
02:02:50 [2022-12-02T07:02:50.997Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-win32-x86_64.zip.sha512
02:02:50 [2022-12-02T07:02:50.997Z] + read i
02:02:50 [2022-12-02T07:02:50.997Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-macosx-cocoa-x86_64.tar.gz.md5
02:02:50 [2022-12-02T07:02:50.997Z] + read i
02:02:51 [2022-12-02T07:02:51.255Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-x86_64.dmg.md5
02:02:51 [2022-12-02T07:02:51.255Z] + read i
02:02:51 [2022-12-02T07:02:51.255Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/dsl.xml
02:02:51 [2022-12-02T07:02:51.255Z] + read i
02:02:51 [2022-12-02T07:02:51.255Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/scout.xml
02:02:51 [2022-12-02T07:02:51.255Z] + read i
02:02:51 [2022-12-02T07:02:51.255Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-jee-2022-12-R-linux-gtk-aarch64.tar.gz
02:02:51 [2022-12-02T07:02:51.255Z] + read i
02:02:51 [2022-12-02T07:02:51.255Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-x86_64.dmg.md5
02:02:51 [2022-12-02T07:02:51.255Z] + read i
02:02:51 [2022-12-02T07:02:51.255Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-macosx-cocoa-x86_64.dmg.sha512
02:02:51 [2022-12-02T07:02:51.255Z] + read i
02:02:51 [2022-12-02T07:02:51.255Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-win32-x86_64.zip.sha512
02:02:51 [2022-12-02T07:02:51.255Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-macosx-cocoa-x86_64.dmg.sha1
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha512
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-linux-gtk-aarch64.tar.gz
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-linux-gtk-x86_64.tar.gz
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/php.product.xml
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/cpp.feature.xml
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-macosx-cocoa-aarch64.dmg.md5
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-win32-x86_64.zip.sha1
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-macosx-cocoa-x86_64.dmg.sha1
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-aarch64.dmg.sha512
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-aarch64.tar.gz.sha512
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-linux-gtk-x86_64.tar.gz.md5
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-modeling-2022-12-R-linux-gtk-x86_64.tar.gz.sha1
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-cpp-2022-12-R-macosx-cocoa-x86_64.dmg.md5
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-aarch64.tar.gz.md5
02:02:51 [2022-12-02T07:02:51.256Z] + read i
02:02:51 [2022-12-02T07:02:51.256Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-rcp-2022-12-R-linux-gtk-x86_64.tar.gz
02:02:51 [2022-12-02T07:02:51.257Z] + read i
02:02:51 [2022-12-02T07:02:51.257Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-php-2022-12-R-linux-gtk-x86_64.tar.gz.sha512
02:02:51 [2022-12-02T07:02:51.257Z] + read i
02:02:51 [2022-12-02T07:02:51.257Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-win32-x86_64.zip.sha512
02:02:51 [2022-12-02T07:02:51.257Z] + read i
02:02:51 [2022-12-02T07:02:51.257Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-committers-2022-12-R-linux-gtk-x86_64.tar.gz
02:02:51 [2022-12-02T07:02:51.257Z] + read i
02:02:51 [2022-12-02T07:02:51.257Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-java-2022-12-R-linux-gtk-x86_64.tar.gz.sha512
02:02:51 [2022-12-02T07:02:51.257Z] + read i
02:02:51 [2022-12-02T07:02:51.257Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-dsl-2022-12-R-win32-x86_64.zip
02:02:51 [2022-12-02T07:02:51.257Z] + read i
02:02:51 [2022-12-02T07:02:51.257Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-x86_64.dmg
02:02:51 [2022-12-02T07:02:51.257Z] + read i
02:02:51 [2022-12-02T07:02:51.257Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-parallel-2022-12-R-macosx-cocoa-x86_64.tar.gz
02:02:51 [2022-12-02T07:02:51.257Z] + read i
02:02:51 [2022-12-02T07:02:51.257Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/java.product.xml
02:02:51 [2022-12-02T07:02:51.257Z] + read i
02:02:51 [2022-12-02T07:02:51.257Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2022-12//202212011200/eclipse-embedcpp-2022-12-R-macosx-cocoa-aarch64.tar.gz
02:02:51 [2022-12-02T07:02:51.257Z] + read i
[Pipeline] }
02:02:51 [2022-12-02T07:02:51.792Z] $ ssh-agent -k
02:02:51 [2022-12-02T07:02:51.798Z] unset SSH_AUTH_SOCK;
02:02:51 [2022-12-02T07:02:51.799Z] unset SSH_AGENT_PID;
02:02:51 [2022-12-02T07:02:51.799Z] echo Agent pid 154 killed;
02:02:51 [2022-12-02T07:02:51.821Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
02:02:56 [2022-12-02T07:02:56.739Z] [WS-CLEANUP] Deleting project workspace...
02:02:56 [2022-12-02T07:02:56.740Z] [WS-CLEANUP] Deferred wipeout is used...
02:02:56 [2022-12-02T07:02:56.772Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS