Skip to content

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://github.com/eclipse-packaging/packages.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-46t9t is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-46t9t"
  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-46t9t"
    - 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-46t9t"
    - 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-3107.v665000b_51092"
    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-46t9t in /home/jenkins/agent/workspace/promote-a-build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-packaging/packages.git
 > git init /home/jenkins/agent/workspace/promote-a-build # timeout=10
Fetching upstream changes from https://github.com/eclipse-packaging/packages.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse-packaging/packages.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5f4b024e10f37df67955533a94b33bc0967c481b (refs/remotes/origin/master)
Commit message: "Set version qualifiers with setGitDate script"
 > git config remote.origin.url https://github.com/eclipse-packaging/packages.git # 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 5f4b024e10f37df67955533a94b33bc0967c481b # timeout=10
 > git rev-list --no-walk 74dbd6e3c2e1ea193eb9f4e92d9f016fa2bbde18 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Upload)
[Pipeline] sshagent
15:27:27 [2023-06-08T19:27:27.660Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org)
15:27:27 [2023-06-08T19:27:27.660Z] [ssh-agent] Looking for ssh-agent implementation...
15:27:27 [2023-06-08T19:27:27.702Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
15:27:27 [2023-06-08T19:27:27.704Z] $ ssh-agent
15:27:27 [2023-06-08T19:27:27.717Z] SSH_AUTH_SOCK=/tmp/ssh-mTwPsXte7BZ8/agent.148
15:27:27 [2023-06-08T19:27:27.717Z] SSH_AGENT_PID=150
15:27:27 [2023-06-08T19:27:27.729Z] Running ssh-add (command line suppressed)
15:27:27 [2023-06-08T19:27:27.742Z] Identity added: /home/jenkins/agent/workspace/promote-a-build@tmp/private_key_7372632873877341731.key (/home/jenkins/agent/workspace/promote-a-build@tmp/private_key_7372632873877341731.key)
15:27:27 [2023-06-08T19:27:27.754Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
15:27:28 [2023-06-08T19:27:28.725Z] + ./releng/org.eclipse.epp.config/tools/promote-a-build.sh
15:27:28 [2023-06-08T19:27:28.726Z] +++ dirname ./releng/org.eclipse.epp.config/tools/promote-a-build.sh
15:27:28 [2023-06-08T19:27:28.726Z] ++ cd ./releng/org.eclipse.epp.config/tools
15:27:28 [2023-06-08T19:27:28.726Z] ++ pwd
15:27:28 [2023-06-08T19:27:28.726Z] + DIR=/home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools
15:27:28 [2023-06-08T19:27:28.726Z] + echo Create the epp.properties file
15:27:28 [2023-06-08T19:27:28.726Z] Create the epp.properties file
15:27:28 [2023-06-08T19:27:28.726Z] + MVN=/opt/tools/apache-maven/latest/bin/mvn
15:27:28 [2023-06-08T19:27:28.726Z] + '[' '!' -f /opt/tools/apache-maven/latest/bin/mvn ']'
15:27:28 [2023-06-08T19:27:28.726Z] + /opt/tools/apache-maven/latest/bin/mvn clean package -f /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools
15:27:28 [2023-06-08T19:27:28.984Z] Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
15:27:28 [2023-06-08T19:27:28.984Z] Maven home: /opt/tools/apache-maven/latest
15:27:28 [2023-06-08T19:27:28.984Z] Java version: 11.0.19, vendor: IBM Corporation, runtime: /opt/java/openjdk
15:27:28 [2023-06-08T19:27:28.984Z] Default locale: en_US, platform encoding: UTF-8
15:27:28 [2023-06-08T19:27:28.984Z] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
15:27:30 [2023-06-08T19:27:30.883Z] [INFO] Scanning for projects...
15:27:35 [2023-06-08T19:27:35.061Z] [INFO] 
15:27:35 [2023-06-08T19:27:35.061Z] [INFO] --------------------< org.eclipse.epp:releng.tools >--------------------
15:27:35 [2023-06-08T19:27:35.061Z] [INFO] Building releng.tools 4.28.0-SNAPSHOT
15:27:35 [2023-06-08T19:27:35.061Z] [INFO]   from pom.xml
15:27:35 [2023-06-08T19:27:35.061Z] [INFO] --------------------------------[ pom ]---------------------------------
15:27:35 [2023-06-08T19:27:35.318Z] [INFO] 
15:27:35 [2023-06-08T19:27:35.318Z] [INFO] --- clean:3.2.0:clean (default-clean) @ releng.tools ---
15:27:35 [2023-06-08T19:27:35.576Z] [INFO] 
15:27:35 [2023-06-08T19:27:35.576Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ releng.tools ---
15:27:39 [2023-06-08T19:27:39.757Z] [INFO] No match to regex 'epp\.package\.(\d*)' found in 'releng.tools'. The initial value 'releng.tools' is left as-is...
15:27:39 [2023-06-08T19:27:39.757Z] [INFO] 
15:27:39 [2023-06-08T19:27:39.757Z] [INFO] --- properties:1.1.0:write-project-properties (default) @ releng.tools ---
15:27:40 [2023-06-08T19:27:40.014Z] [INFO] ------------------------------------------------------------------------
15:27:40 [2023-06-08T19:27:40.014Z] [INFO] BUILD SUCCESS
15:27:40 [2023-06-08T19:27:40.014Z] [INFO] ------------------------------------------------------------------------
15:27:40 [2023-06-08T19:27:40.014Z] [INFO] Total time:  9.188 s
15:27:40 [2023-06-08T19:27:40.014Z] [INFO] Finished at: 2023-06-08T19:27:39Z
15:27:40 [2023-06-08T19:27:40.014Z] [INFO] ------------------------------------------------------------------------
15:27:40 [2023-06-08T19:27:40.014Z] ++ get_property RELEASE_NAME
15:27:40 [2023-06-08T19:27:40.014Z] ++ grep '^RELEASE_NAME=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
15:27:40 [2023-06-08T19:27:40.014Z] ++ cut -d= -f2
15:27:40 [2023-06-08T19:27:40.014Z] ++ sed '-es,\\:,:,'
15:27:40 [2023-06-08T19:27:40.014Z] + RELEASE_NAME=2023-06
15:27:40 [2023-06-08T19:27:40.014Z] ++ get_property RELEASE_MILESTONE
15:27:40 [2023-06-08T19:27:40.014Z] ++ grep '^RELEASE_MILESTONE=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
15:27:40 [2023-06-08T19:27:40.014Z] ++ cut -d= -f2
15:27:40 [2023-06-08T19:27:40.014Z] ++ sed '-es,\\:,:,'
15:27:40 [2023-06-08T19:27:40.014Z] + RELEASE_MILESTONE=R
15:27:40 [2023-06-08T19:27:40.014Z] ++ get_property RELEASE_DIR
15:27:40 [2023-06-08T19:27:40.014Z] ++ grep '^RELEASE_DIR=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
15:27:40 [2023-06-08T19:27:40.014Z] ++ cut -d= -f2
15:27:40 [2023-06-08T19:27:40.014Z] ++ sed '-es,\\:,:,'
15:27:40 [2023-06-08T19:27:40.014Z] + RELEASE_DIR=202306081200
15:27:40 [2023-06-08T19:27:40.014Z] ++ get_property SIMREL_REPO
15:27:40 [2023-06-08T19:27:40.014Z] ++ grep '^SIMREL_REPO=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
15:27:40 [2023-06-08T19:27:40.014Z] ++ cut -d= -f2
15:27:40 [2023-06-08T19:27:40.014Z] ++ sed '-es,\\:,:,'
15:27:40 [2023-06-08T19:27:40.014Z] + SIMREL_REPO=https://download.eclipse.org/releases/2023-06/202306141000/
15:27:40 [2023-06-08T19:27:40.014Z] + EPP_DOWNLOADS=/home/data/httpd/download.eclipse.org/technology/epp
15:27:40 [2023-06-08T19:27:40.014Z] + DOWNLOADS=/home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06/
15:27:40 [2023-06-08T19:27:40.014Z] + REPO=/home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06/
15:27:40 [2023-06-08T19:27:40.014Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org
15:27:40 [2023-06-08T19:27:40.014Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org'
15:27:40 [2023-06-08T19:27:40.014Z] + SCP=scp
15:27:40 [2023-06-08T19:27:40.014Z] + ECHO=echo
15:27:40 [2023-06-08T19:27:40.014Z] + '[' false == false ']'
15:27:40 [2023-06-08T19:27:40.014Z] + ECHO=
15:27:40 [2023-06-08T19:27:40.014Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06/
15:27:42 [2023-06-08T19:27:42.540Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06/
15:27:42 [2023-06-08T19:27:42.797Z] + 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/2023-06//202306081200
15:27:43 [2023-06-08T19:27:43.055Z] + '[' R '!=' R ']'
15:27:43 [2023-06-08T19:27:43.055Z] + 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/2023-06//202306081200
15:27:43 [2023-06-08T19:27:43.619Z] + TOUCHDIRS='/home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200'
15:27:43 [2023-06-08T19:27:43.619Z] + cat
15:27:43 [2023-06-08T19:27:43.619Z] + scp release.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/downloads/release/release.xml
15:27:44 [2023-06-08T19:27:44.184Z] ++ date +%s000
15:27:44 [2023-06-08T19:27:44.184Z] + TIMESTAMP=1686252463000
15:27:44 [2023-06-08T19:27:44.184Z] + CONTENTXML='<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
15:27:44 [2023-06-08T19:27:44.184Z] <?compositeMetadataRepository version='\''1.0.0'\''?>
15:27:44 [2023-06-08T19:27:44.184Z] <repository name='\''Eclipse Packaging Project EPP 2023-06'\''
15:27:44 [2023-06-08T19:27:44.184Z]     type='\''org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'\''
15:27:44 [2023-06-08T19:27:44.184Z]     version='\''1.0.0'\''>
15:27:44 [2023-06-08T19:27:44.184Z]   <properties size='\''1'\''>
15:27:44 [2023-06-08T19:27:44.184Z]     <property name='\''p2.timestamp'\'' value='\''1686252463000'\''/>
15:27:44 [2023-06-08T19:27:44.184Z]   </properties>
15:27:44 [2023-06-08T19:27:44.184Z]   <children size='\''1'\''>
15:27:44 [2023-06-08T19:27:44.184Z]     <child location='\''202306081200'\''/>
15:27:44 [2023-06-08T19:27:44.184Z]   </children>
15:27:44 [2023-06-08T19:27:44.184Z] </repository>
15:27:44 [2023-06-08T19:27:44.184Z] '
15:27:44 [2023-06-08T19:27:44.184Z] + echo '<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
15:27:44 [2023-06-08T19:27:44.184Z] <?compositeMetadataRepository version='\''1.0.0'\''?>
15:27:44 [2023-06-08T19:27:44.184Z] <repository name='\''Eclipse Packaging Project EPP 2023-06'\''
15:27:44 [2023-06-08T19:27:44.184Z]     type='\''org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'\''
15:27:44 [2023-06-08T19:27:44.184Z]     version='\''1.0.0'\''>
15:27:44 [2023-06-08T19:27:44.184Z]   <properties size='\''1'\''>
15:27:44 [2023-06-08T19:27:44.184Z]     <property name='\''p2.timestamp'\'' value='\''1686252463000'\''/>
15:27:44 [2023-06-08T19:27:44.184Z]   </properties>
15:27:44 [2023-06-08T19:27:44.184Z]   <children size='\''1'\''>
15:27:44 [2023-06-08T19:27:44.184Z]     <child location='\''202306081200'\''/>
15:27:44 [2023-06-08T19:27:44.184Z]   </children>
15:27:44 [2023-06-08T19:27:44.185Z] </repository>
15:27:44 [2023-06-08T19:27:44.185Z] '
15:27:44 [2023-06-08T19:27:44.185Z] + scp compositeContent.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//compositeContentR.xml
15:27:44 [2023-06-08T19:27:44.442Z] + ARTIFACTXML='<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
15:27:44 [2023-06-08T19:27:44.442Z] <?compositeArtifactRepository version='\''1.0.0'\''?>
15:27:44 [2023-06-08T19:27:44.442Z] <repository name='\''Eclipse Packaging Project EPP 2023-06'\''
15:27:44 [2023-06-08T19:27:44.442Z]     type='\''org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'\''
15:27:44 [2023-06-08T19:27:44.442Z]     version='\''1.0.0'\''>
15:27:44 [2023-06-08T19:27:44.442Z]   <properties size='\''1'\''>
15:27:44 [2023-06-08T19:27:44.442Z]     <property name='\''p2.timestamp'\'' value='\''1686252463000'\''/>
15:27:44 [2023-06-08T19:27:44.442Z]   </properties>
15:27:44 [2023-06-08T19:27:44.442Z]   <children size='\''1'\''>
15:27:44 [2023-06-08T19:27:44.442Z]     <child location='\''202306081200'\''/>
15:27:44 [2023-06-08T19:27:44.442Z]   </children>
15:27:44 [2023-06-08T19:27:44.442Z] </repository>
15:27:44 [2023-06-08T19:27:44.442Z] '
15:27:44 [2023-06-08T19:27:44.442Z] + echo '<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
15:27:44 [2023-06-08T19:27:44.442Z] <?compositeArtifactRepository version='\''1.0.0'\''?>
15:27:44 [2023-06-08T19:27:44.442Z] <repository name='\''Eclipse Packaging Project EPP 2023-06'\''
15:27:44 [2023-06-08T19:27:44.442Z]     type='\''org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'\''
15:27:44 [2023-06-08T19:27:44.442Z]     version='\''1.0.0'\''>
15:27:44 [2023-06-08T19:27:44.442Z]   <properties size='\''1'\''>
15:27:44 [2023-06-08T19:27:44.442Z]     <property name='\''p2.timestamp'\'' value='\''1686252463000'\''/>
15:27:44 [2023-06-08T19:27:44.442Z]   </properties>
15:27:44 [2023-06-08T19:27:44.442Z]   <children size='\''1'\''>
15:27:44 [2023-06-08T19:27:44.442Z]     <child location='\''202306081200'\''/>
15:27:44 [2023-06-08T19:27:44.442Z]   </children>
15:27:44 [2023-06-08T19:27:44.442Z] </repository>
15:27:44 [2023-06-08T19:27:44.442Z] '
15:27:44 [2023-06-08T19:27:44.442Z] + scp compositeArtifacts.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//compositeArtifactsR.xml
15:27:45 [2023-06-08T19:27:45.007Z] + echo Touching /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200 recursively
15:27:45 [2023-06-08T19:27:45.007Z] Touching /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200 recursively
15:27:45 [2023-06-08T19:27:45.007Z] + ssh genie.packaging@projects-storage.eclipse.org /bin/bash
15:27:45 [2023-06-08T19:27:45.572Z] + find /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/content.jar
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/artifacts.jar
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.modeling.executable.win32.win32.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.scout.executable.gtk.linux.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.parallel.executable.gtk.linux.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.embedcpp.executable.gtk.linux.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.rcp.executable.win32.win32.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.parallel.executable.gtk.linux.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.modeling.executable.gtk.linux.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.parallel.executable.win32.win32.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.php.executable.gtk.linux.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.dsl.executable.win32.win32.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.cpp.executable.gtk.linux.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.jee.executable.win32.win32.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.java.executable.gtk.linux.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.java.executable.win32.win32.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.php.executable.win32.win32.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.java.executable.gtk.linux.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.572Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.scout.executable.win32.win32.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.572Z] + read i
15:27:45 [2023-06-08T19:27:45.573Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.scout.executable.gtk.linux.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.573Z] + read i
15:27:45 [2023-06-08T19:27:45.573Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.573Z] + read i
15:27:45 [2023-06-08T19:27:45.573Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.573Z] + read i
15:27:45 [2023-06-08T19:27:45.573Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.modeling.executable.gtk.linux.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.573Z] + read i
15:27:45 [2023-06-08T19:27:45.573Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.committers.executable.win32.win32.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.rcp.executable.gtk.linux.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.rcp.executable.gtk.linux.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.embedcpp.executable.win32.win32.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.committers.executable.gtk.linux.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.committers.executable.gtk.linux.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.cpp.executable.gtk.linux.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.embedcpp.executable.gtk.linux.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.jee.executable.gtk.linux.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.php.executable.gtk.linux.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.dsl.executable.gtk.linux.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.parallel.executable.cocoa.macosx.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.cpp.executable.win32.win32.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.parallel.executable.cocoa.macosx.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.jee.executable.gtk.linux.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/binary/epp.package.dsl.executable.gtk.linux.x86_64_4.28.0.20230608-1200
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.common_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.parallel_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.embedcpp_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.php_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.rcp_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.java_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.cpp_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.modeling_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.831Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.jee_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.831Z] + read i
15:27:45 [2023-06-08T19:27:45.832Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.dsl_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.832Z] + read i
15:27:45 [2023-06-08T19:27:45.832Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.scout_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.832Z] + read i
15:27:45 [2023-06-08T19:27:45.832Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/plugins/org.eclipse.epp.package.committers_4.28.0.20230608-1200.jar
15:27:45 [2023-06-08T19:27:45.832Z] + read i
15:27:45 [2023-06-08T19:27:45.832Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.090Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.dsl.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.090Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.common.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.090Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.committers.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.090Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.jee.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.090Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.scout.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.090Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.embedcpp.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.090Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.cpp.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.090Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.java.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.090Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.parallel.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.090Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.rcp.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.090Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.modeling.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.090Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-06//202306081200/features/org.eclipse.epp.package.php.feature_4.28.0.20230608-1200.jar
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-aarch64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-linux-gtk-aarch64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-linux-gtk-x86_64.tar.gz
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-linux-gtk-aarch64.tar.gz
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-linux-gtk-x86_64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-linux-gtk-aarch64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-linux-gtk-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/dsl.product.xml
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-aarch64.tar.gz
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-x86_64.dmg.sha512
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-x86_64.dmg-signed
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/php.xml
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-x86_64.tar.gz
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-linux-gtk-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-linux-gtk-x86_64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-win32-x86_64.zip.md5
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-linux-gtk-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-linux-gtk-x86_64.tar.gz
15:27:46 [2023-06-08T19:27:46.091Z] + read i
15:27:46 [2023-06-08T19:27:46.091Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-aarch64.dmg.sha1
15:27:46 [2023-06-08T19:27:46.348Z] + read i
15:27:46 [2023-06-08T19:27:46.348Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-x86_64.dmg.md5
15:27:46 [2023-06-08T19:27:46.348Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-linux-gtk-x86_64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-win32-x86_64.zip.sha512
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-win32-x86_64.zip.md5
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-x86_64.dmg.sha1
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-linux-gtk-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-x86_64.dmg.md5
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-win32-x86_64.zip.sha1
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-x86_64.dmg.md5
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-linux-gtk-aarch64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/embedcpp.xml
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-x86_64.tar.gz
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-aarch64.dmg
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-linux-gtk-x86_64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-aarch64.dmg-signed
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-x86_64.dmg
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-x86_64.dmg.sha512
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-linux-gtk-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-x86_64.dmg
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-aarch64.dmg.sha512
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-linux-gtk-aarch64.tar.gz
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-aarch64.dmg.md5
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-linux-gtk-aarch64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-aarch64.tar.gz
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/scout.feature.xml
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-linux-gtk-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-x86_64.dmg.sha1
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-win32-x86_64.zip.sha1
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-aarch64.dmg.md5
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-linux-gtk-x86_64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.349Z] + read i
15:27:46 [2023-06-08T19:27:46.349Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-aarch64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-linux-gtk-x86_64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-linux-gtk-x86_64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-win32-x86_64.zip.md5
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-aarch64.dmg.sha512
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-linux-gtk-aarch64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-x86_64.dmg-signed
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-x86_64.dmg.sha512
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-win32-x86_64.zip.md5
15:27:46 [2023-06-08T19:27:46.608Z] + read i
15:27:46 [2023-06-08T19:27:46.608Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-linux-gtk-x86_64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-aarch64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-win32-x86_64.zip.md5
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-x86_64.dmg.sha1
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-x86_64.tar.gz
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/dsl.feature.xml
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-win32-x86_64.zip.sha512
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-aarch64.tar.gz
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-aarch64.tar.gz
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-x86_64.dmg-signed
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-x86_64.dmg.md5
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-win32-x86_64.zip.sha512
15:27:46 [2023-06-08T19:27:46.609Z] + read i
15:27:46 [2023-06-08T19:27:46.609Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-linux-gtk-x86_64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-linux-gtk-aarch64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-win32-x86_64.zip.sha512
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-linux-gtk-aarch64.tar.gz
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-win32-x86_64.zip
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-win32-x86_64.zip.sha1
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/parallel.product.xml
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-linux-gtk-aarch64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-aarch64.tar.gz
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-x86_64.dmg.sha512
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-linux-gtk-aarch64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.866Z] + read i
15:27:46 [2023-06-08T19:27:46.866Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-linux-gtk-aarch64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-linux-gtk-aarch64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-x86_64.dmg.md5
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/jee.xml
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-aarch64.tar.gz
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-win32-x86_64.zip.sha512
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-x86_64.dmg.sha512
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-linux-gtk-x86_64.tar.gz
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/embedcpp.product.xml
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/email.txt
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-aarch64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-win32-x86_64.zip.sha512
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-linux-gtk-aarch64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-linux-gtk-x86_64.tar.gz.sha1
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-aarch64.dmg-signed
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-win32-x86_64.zip.md5
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-linux-gtk-x86_64.tar.gz.md5
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-linux-gtk-aarch64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-aarch64.dmg
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-aarch64.tar.gz
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/ci-info.txt
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-linux-gtk-x86_64.tar.gz
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:46 [2023-06-08T19:27:46.867Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-linux-gtk-x86_64.tar.gz.sha512
15:27:46 [2023-06-08T19:27:46.867Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-linux-gtk-aarch64.tar.gz
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-win32-x86_64.zip.sha1
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-linux-gtk-x86_64.tar.gz
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-aarch64.dmg.md5
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-linux-gtk-x86_64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-win32-x86_64.zip
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-linux-gtk-aarch64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-x86_64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-aarch64.dmg.sha1
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-aarch64.tar.gz
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-win32-x86_64.zip.md5
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-win32-x86_64.zip.sha512
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.128Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-linux-gtk-aarch64.tar.gz
15:27:47 [2023-06-08T19:27:47.128Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-aarch64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-aarch64.dmg-signed
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-win32-x86_64.zip
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/committers.feature.xml
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-linux-gtk-x86_64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-aarch64.dmg.md5
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-x86_64.dmg.md5
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-win32-x86_64.zip.sha512
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-aarch64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-x86_64.dmg-signed
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-x86_64.tar.gz
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-aarch64.dmg.md5
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-aarch64.dmg.sha512
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-aarch64.dmg
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-x86_64.dmg.sha1
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-linux-gtk-aarch64.tar.gz
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-linux-gtk-aarch64.tar.gz
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-linux-gtk-aarch64.tar.gz
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-linux-gtk-aarch64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-aarch64.dmg.md5
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-aarch64.dmg.md5
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-linux-gtk-x86_64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-aarch64.dmg.md5
15:27:47 [2023-06-08T19:27:47.129Z] + read i
15:27:47 [2023-06-08T19:27:47.129Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-win32-x86_64.zip
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/jee.feature.xml
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-aarch64.dmg
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/jee.product.xml
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-win32-x86_64.zip.sha1
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-x86_64.dmg.sha1
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-linux-gtk-x86_64.tar.gz
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-linux-gtk-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-x86_64.tar.gz
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-x86_64.dmg.sha512
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-win32-x86_64.zip
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-aarch64.dmg.sha512
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-x86_64.tar.gz
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-aarch64.dmg
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-win32-x86_64.zip.md5
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-win32-x86_64.zip.md5
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-linux-gtk-x86_64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-aarch64.dmg.sha512
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/java.xml
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/rcp.feature.xml
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-x86_64.dmg
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-win32-x86_64.zip
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-aarch64.tar.gz
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-aarch64.dmg.sha1
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/committers.xml
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/committers.product.xml
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-linux-gtk-aarch64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.387Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-x86_64.dmg
15:27:47 [2023-06-08T19:27:47.387Z] + read i
15:27:47 [2023-06-08T19:27:47.388Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-aarch64.dmg-signed
15:27:47 [2023-06-08T19:27:47.388Z] + read i
15:27:47 [2023-06-08T19:27:47.388Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/modeling.xml
15:27:47 [2023-06-08T19:27:47.388Z] + read i
15:27:47 [2023-06-08T19:27:47.388Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-linux-gtk-aarch64.tar.gz
15:27:47 [2023-06-08T19:27:47.388Z] + read i
15:27:47 [2023-06-08T19:27:47.388Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-aarch64.dmg-signed
15:27:47 [2023-06-08T19:27:47.388Z] + read i
15:27:47 [2023-06-08T19:27:47.388Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-win32-x86_64.zip
15:27:47 [2023-06-08T19:27:47.388Z] + read i
15:27:47 [2023-06-08T19:27:47.388Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-aarch64.dmg.sha1
15:27:47 [2023-06-08T19:27:47.388Z] + read i
15:27:47 [2023-06-08T19:27:47.388Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.388Z] + read i
15:27:47 [2023-06-08T19:27:47.388Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-win32-x86_64.zip.sha1
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/java.feature.xml
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-x86_64.dmg-signed
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-x86_64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-x86_64.dmg.sha1
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-aarch64.dmg-signed
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-linux-gtk-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-x86_64.dmg
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-aarch64.dmg.md5
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-linux-gtk-aarch64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-aarch64.dmg.sha1
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-linux-gtk-aarch64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/_mirrors.php
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-aarch64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-aarch64.dmg.sha1
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-aarch64.dmg.sha512
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-x86_64.tar.gz
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-linux-gtk-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-win32-x86_64.zip.sha512
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-x86_64.tar.gz
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-x86_64.dmg.sha512
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/modeling.product.xml
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-aarch64.dmg.md5
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-linux-gtk-x86_64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-linux-gtk-aarch64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-x86_64.dmg-signed
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-x86_64.dmg.md5
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.645Z] + read i
15:27:47 [2023-06-08T19:27:47.645Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/parallel.feature.xml
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-aarch64.dmg-signed
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-win32-x86_64.zip.sha1
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-linux-gtk-aarch64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-x86_64.tar.gz
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-win32-x86_64.zip.sha1
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-win32-x86_64.zip.sha1
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-win32-x86_64.zip.sha1
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-linux-gtk-x86_64.tar.gz
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-linux-gtk-aarch64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/parallel.xml
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-aarch64.dmg.sha512
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-aarch64.dmg-signed
15:27:47 [2023-06-08T19:27:47.646Z] + read i
15:27:47 [2023-06-08T19:27:47.646Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/cpp.xml
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/modeling.feature.xml
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/cpp.product.xml
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-x86_64.dmg.sha512
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-win32-x86_64.zip
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-linux-gtk-x86_64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-x86_64.dmg
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-aarch64.dmg.md5
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-aarch64.dmg.sha1
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-x86_64.dmg.md5
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-linux-gtk-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-linux-gtk-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.903Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.903Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-linux-gtk-x86_64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-linux-gtk-aarch64.tar.gz
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-linux-gtk-x86_64.tar.gz
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-aarch64.dmg
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-x86_64.dmg.sha512
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-linux-gtk-aarch64.tar.gz
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-win32-x86_64.zip.md5
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-x86_64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-aarch64.dmg-signed
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-x86_64.dmg
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-linux-gtk-x86_64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-aarch64.tar.gz
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-x86_64.dmg.sha512
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-x86_64.dmg.sha1
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-linux-gtk-x86_64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-x86_64.dmg.sha1
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-linux-gtk-aarch64.tar.gz.sha512
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-x86_64.dmg-signed
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-x86_64.dmg.sha512
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/rcp.product.xml
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-aarch64.dmg
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-aarch64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha1
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-aarch64.tar.gz.md5
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-aarch64.dmg
15:27:47 [2023-06-08T19:27:47.904Z] + read i
15:27:47 [2023-06-08T19:27:47.904Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-x86_64.dmg.md5
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.161Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/scout.product.xml
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.161Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-linux-gtk-aarch64.tar.gz.sha512
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.161Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-aarch64.dmg-signed
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.161Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-win32-x86_64.zip.sha1
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.161Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-x86_64.tar.gz.md5
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.161Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-win32-x86_64.zip
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.161Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/embedcpp.feature.xml
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.161Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha512
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.161Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-aarch64.dmg.sha512
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.161Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-linux-gtk-x86_64.tar.gz
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.161Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-aarch64.dmg
15:27:48 [2023-06-08T19:27:48.161Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-linux-gtk-aarch64.tar.gz.md5
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-linux-gtk-x86_64.tar.gz.sha512
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-aarch64.dmg.sha1
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-aarch64.dmg.sha1
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-x86_64.dmg
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-linux-gtk-aarch64.tar.gz.sha1
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha512
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-x86_64.dmg.md5
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-aarch64.dmg-signed
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-aarch64.dmg.sha1
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-linux-gtk-x86_64.tar.gz.sha1
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-x86_64.dmg.sha1
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/rcp.xml
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-x86_64.dmg-signed
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-win32-x86_64.zip
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/php.feature.xml
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha1
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-x86_64.dmg-signed
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-aarch64.dmg.sha512
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-aarch64.tar.gz.md5
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-linux-gtk-x86_64.tar.gz.sha512
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-aarch64.tar.gz.md5
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-macosx-cocoa-aarch64.dmg
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-win32-x86_64.zip.sha512
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/dsl.xml
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-x86_64.tar.gz.md5
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-x86_64.dmg.md5
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-x86_64.dmg-signed
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha512
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/scout.xml
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-win32-x86_64.zip.sha512
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-macosx-cocoa-x86_64.dmg-signed
15:27:48 [2023-06-08T19:27:48.162Z] + read i
15:27:48 [2023-06-08T19:27:48.162Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-x86_64.dmg
15:27:48 [2023-06-08T19:27:48.419Z] + read i
15:27:48 [2023-06-08T19:27:48.419Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/php.product.xml
15:27:48 [2023-06-08T19:27:48.419Z] + read i
15:27:48 [2023-06-08T19:27:48.419Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/cpp.feature.xml
15:27:48 [2023-06-08T19:27:48.419Z] + read i
15:27:48 [2023-06-08T19:27:48.419Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-linux-gtk-x86_64.tar.gz.sha1
15:27:48 [2023-06-08T19:27:48.419Z] + read i
15:27:48 [2023-06-08T19:27:48.419Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-x86_64.dmg.sha1
15:27:48 [2023-06-08T19:27:48.419Z] + read i
15:27:48 [2023-06-08T19:27:48.419Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-aarch64.dmg.sha1
15:27:48 [2023-06-08T19:27:48.419Z] + read i
15:27:48 [2023-06-08T19:27:48.419Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-x86_64.tar.gz
15:27:48 [2023-06-08T19:27:48.419Z] + read i
15:27:48 [2023-06-08T19:27:48.419Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-aarch64.dmg.sha512
15:27:48 [2023-06-08T19:27:48.419Z] + read i
15:27:48 [2023-06-08T19:27:48.419Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-linux-gtk-x86_64.tar.gz.sha512
15:27:48 [2023-06-08T19:27:48.419Z] + read i
15:27:48 [2023-06-08T19:27:48.419Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-cpp-2023-06-R-linux-gtk-aarch64.tar.gz.sha1
15:27:48 [2023-06-08T19:27:48.419Z] + read i
15:27:48 [2023-06-08T19:27:48.419Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-rcp-2023-06-R-linux-gtk-aarch64.tar.gz.sha512
15:27:48 [2023-06-08T19:27:48.419Z] + read i
15:27:48 [2023-06-08T19:27:48.419Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-macosx-cocoa-x86_64.dmg
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-linux-gtk-x86_64.tar.gz
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-macosx-cocoa-aarch64.dmg.sha512
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-modeling-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha512
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-macosx-cocoa-aarch64.tar.gz.sha1
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-macosx-cocoa-x86_64.tar.gz.sha512
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-dsl-2023-06-R-linux-gtk-aarch64.tar.gz.sha1
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-embedcpp-2023-06-R-macosx-cocoa-aarch64.dmg
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-linux-gtk-x86_64.tar.gz.sha512
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-x86_64.tar.gz
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/java.product.xml
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-linux-gtk-aarch64.tar.gz.md5
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-committers-2023-06-R-macosx-cocoa-aarch64.tar.gz
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-java-2023-06-R-win32-x86_64.zip
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-scout-2023-06-R-linux-gtk-x86_64.tar.gz
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-jee-2023-06-R-macosx-cocoa-x86_64.dmg
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-php-2023-06-R-win32-x86_64.zip.md5
15:27:48 [2023-06-08T19:27:48.420Z] + read i
15:27:48 [2023-06-08T19:27:48.420Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-06//202306081200/eclipse-parallel-2023-06-R-macosx-cocoa-x86_64.dmg.sha1
15:27:48 [2023-06-08T19:27:48.420Z] + read i
[Pipeline] }
15:27:48 [2023-06-08T19:27:48.812Z] $ ssh-agent -k
15:27:48 [2023-06-08T19:27:48.817Z] unset SSH_AUTH_SOCK;
15:27:48 [2023-06-08T19:27:48.817Z] unset SSH_AGENT_PID;
15:27:48 [2023-06-08T19:27:48.817Z] echo Agent pid 150 killed;
15:27:48 [2023-06-08T19:27:48.846Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
15:27:53 [2023-06-08T19:27:53.112Z] [WS-CLEANUP] Deleting project workspace...
15:27:53 [2023-06-08T19:27:53.113Z] [WS-CLEANUP] Deferred wipeout is used...
15:27:53 [2023-06-08T19:27:53.124Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS