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-vcf6l is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-vcf6l"
  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-vcf6l"
    - 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-vcf6l"
    - 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-vcf6l 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
 > 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
Avoid second fetch
Checking out Revision d1450b48b3615c8ccaa5fc54cd2ef695ad0eee3a (refs/remotes/origin/master)
Commit message: "Add a changelog for EPP"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d1450b48b3615c8ccaa5fc54cd2ef695ad0eee3a # timeout=10
 > git rev-list --no-walk d79ee79a5c4f6ae847834efd91cbad4f5c753133 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Upload)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
13:32:26 [2023-09-07T17:32:26.779Z] [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org)
13:32:26 [2023-09-07T17:32:26.780Z] [ssh-agent] Looking for ssh-agent implementation...
13:32:26 [2023-09-07T17:32:26.838Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
13:32:26 [2023-09-07T17:32:26.845Z] $ ssh-agent
13:32:26 [2023-09-07T17:32:26.864Z] SSH_AUTH_SOCK=/tmp/ssh-VexbqzsrSNTh/agent.141
13:32:26 [2023-09-07T17:32:26.864Z] SSH_AGENT_PID=143
13:32:26 [2023-09-07T17:32:26.886Z] Running ssh-add (command line suppressed)
13:32:26 [2023-09-07T17:32:26.903Z] Identity added: /home/jenkins/agent/workspace/promote-a-build@tmp/private_key_17974359681052587183.key (/home/jenkins/agent/workspace/promote-a-build@tmp/private_key_17974359681052587183.key)
13:32:26 [2023-09-07T17:32:26.910Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
13:32:28 [2023-09-07T17:32:28.010Z] + ./releng/org.eclipse.epp.config/tools/promote-a-build.sh
13:32:28 [2023-09-07T17:32:28.011Z] +++ dirname ./releng/org.eclipse.epp.config/tools/promote-a-build.sh
13:32:28 [2023-09-07T17:32:28.011Z] ++ cd ./releng/org.eclipse.epp.config/tools
13:32:28 [2023-09-07T17:32:28.011Z] ++ pwd
13:32:28 [2023-09-07T17:32:28.011Z] + DIR=/home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools
13:32:28 [2023-09-07T17:32:28.011Z] + echo Create the epp.properties file
13:32:28 [2023-09-07T17:32:28.011Z] Create the epp.properties file
13:32:28 [2023-09-07T17:32:28.011Z] + MVN=/opt/tools/apache-maven/latest/bin/mvn
13:32:28 [2023-09-07T17:32:28.011Z] + '[' '!' -f /opt/tools/apache-maven/latest/bin/mvn ']'
13:32:28 [2023-09-07T17:32:28.011Z] + /opt/tools/apache-maven/latest/bin/mvn clean package -f /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools
13:32:28 [2023-09-07T17:32:28.011Z] Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
13:32:28 [2023-09-07T17:32:28.011Z] Maven home: /opt/tools/apache-maven/latest
13:32:28 [2023-09-07T17:32:28.011Z] Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
13:32:28 [2023-09-07T17:32:28.011Z] Default locale: en_US, platform encoding: UTF-8
13:32:28 [2023-09-07T17:32:28.011Z] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
13:32:29 [2023-09-07T17:32:29.394Z] [INFO] Scanning for projects...
13:32:35 [2023-09-07T17:32:35.969Z] [WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available
13:33:08 [2023-09-07T17:33:08.058Z] [INFO] 
13:33:08 [2023-09-07T17:33:08.058Z] [INFO] --------------------< org.eclipse.epp:releng.tools >--------------------
13:33:08 [2023-09-07T17:33:08.058Z] [INFO] Building releng.tools 4.29.0-SNAPSHOT
13:33:08 [2023-09-07T17:33:08.058Z] [INFO]   from pom.xml
13:33:08 [2023-09-07T17:33:08.058Z] [INFO] --------------------------------[ pom ]---------------------------------
13:33:08 [2023-09-07T17:33:08.058Z] [INFO] 
13:33:08 [2023-09-07T17:33:08.058Z] [INFO] --- clean:3.2.0:clean (default-clean) @ releng.tools ---
13:33:08 [2023-09-07T17:33:08.058Z] [INFO] 
13:33:08 [2023-09-07T17:33:08.058Z] [INFO] --- build-helper:3.3.0:regex-property (regex-property) @ releng.tools ---
13:33:11 [2023-09-07T17:33:11.346Z] [INFO] No match to regex 'epp\.package\.(\d*)' found in 'releng.tools'. The initial value 'releng.tools' is left as-is...
13:33:11 [2023-09-07T17:33:11.346Z] [INFO] 
13:33:11 [2023-09-07T17:33:11.346Z] [INFO] --- properties:1.1.0:write-project-properties (default) @ releng.tools ---
13:33:11 [2023-09-07T17:33:11.346Z] [INFO] ------------------------------------------------------------------------
13:33:11 [2023-09-07T17:33:11.346Z] [INFO] BUILD SUCCESS
13:33:11 [2023-09-07T17:33:11.346Z] [INFO] ------------------------------------------------------------------------
13:33:11 [2023-09-07T17:33:11.346Z] [INFO] Total time:  42.067 s
13:33:11 [2023-09-07T17:33:11.346Z] [INFO] Finished at: 2023-09-07T17:33:11Z
13:33:11 [2023-09-07T17:33:11.346Z] [INFO] ------------------------------------------------------------------------
13:33:11 [2023-09-07T17:33:11.346Z] [WARNING] 
13:33:11 [2023-09-07T17:33:11.346Z] [WARNING] Plugin validation issues were detected in 1 plugin(s)
13:33:11 [2023-09-07T17:33:11.346Z] [WARNING] 
13:33:11 [2023-09-07T17:33:11.346Z] [WARNING]  * org.codehaus.mojo:build-helper-maven-plugin:3.3.0
13:33:11 [2023-09-07T17:33:11.346Z] [WARNING] 
13:33:11 [2023-09-07T17:33:11.346Z] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
13:33:11 [2023-09-07T17:33:11.346Z] [WARNING] 
13:33:11 [2023-09-07T17:33:11.346Z] ++ get_property RELEASE_NAME
13:33:11 [2023-09-07T17:33:11.346Z] ++ grep '^RELEASE_NAME=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
13:33:11 [2023-09-07T17:33:11.346Z] ++ cut -d= -f2
13:33:11 [2023-09-07T17:33:11.346Z] ++ sed '-es,\\:,:,'
13:33:11 [2023-09-07T17:33:11.346Z] + RELEASE_NAME=2023-09
13:33:11 [2023-09-07T17:33:11.346Z] ++ get_property RELEASE_MILESTONE
13:33:11 [2023-09-07T17:33:11.346Z] ++ grep '^RELEASE_MILESTONE=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
13:33:11 [2023-09-07T17:33:11.346Z] ++ cut -d= -f2
13:33:11 [2023-09-07T17:33:11.346Z] ++ sed '-es,\\:,:,'
13:33:11 [2023-09-07T17:33:11.346Z] + RELEASE_MILESTONE=R
13:33:11 [2023-09-07T17:33:11.346Z] ++ get_property RELEASE_DIR
13:33:11 [2023-09-07T17:33:11.346Z] ++ grep '^RELEASE_DIR=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
13:33:11 [2023-09-07T17:33:11.346Z] ++ cut -d= -f2
13:33:11 [2023-09-07T17:33:11.346Z] ++ sed '-es,\\:,:,'
13:33:11 [2023-09-07T17:33:11.346Z] + RELEASE_DIR=202309071200
13:33:11 [2023-09-07T17:33:11.346Z] ++ get_property SIMREL_REPO
13:33:11 [2023-09-07T17:33:11.346Z] ++ grep '^SIMREL_REPO=' /home/jenkins/agent/workspace/promote-a-build/releng/org.eclipse.epp.config/tools/epp.properties
13:33:11 [2023-09-07T17:33:11.346Z] ++ cut -d= -f2
13:33:11 [2023-09-07T17:33:11.346Z] ++ sed '-es,\\:,:,'
13:33:11 [2023-09-07T17:33:11.346Z] + SIMREL_REPO=https://download.eclipse.org/releases/2023-09/202309131000/
13:33:11 [2023-09-07T17:33:11.346Z] + EPP_DOWNLOADS=/home/data/httpd/download.eclipse.org/technology/epp
13:33:11 [2023-09-07T17:33:11.346Z] + DOWNLOADS=/home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09/
13:33:11 [2023-09-07T17:33:11.346Z] + REPO=/home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09/
13:33:11 [2023-09-07T17:33:11.346Z] + SSHUSER=genie.packaging@projects-storage.eclipse.org
13:33:11 [2023-09-07T17:33:11.346Z] + SSH='ssh genie.packaging@projects-storage.eclipse.org'
13:33:11 [2023-09-07T17:33:11.346Z] + SCP=scp
13:33:11 [2023-09-07T17:33:11.346Z] + ECHO=echo
13:33:11 [2023-09-07T17:33:11.346Z] + '[' false == false ']'
13:33:11 [2023-09-07T17:33:11.346Z] + ECHO=
13:33:11 [2023-09-07T17:33:11.346Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09/
13:33:12 [2023-09-07T17:33:12.283Z] + ssh genie.packaging@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09/
13:33:12 [2023-09-07T17:33:12.850Z] + 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-09//202309071200
13:33:13 [2023-09-07T17:33:13.110Z] + '[' R '!=' R ']'
13:33:13 [2023-09-07T17:33:13.110Z] + 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-09//202309071200
13:33:13 [2023-09-07T17:33:13.368Z] + TOUCHDIRS='/home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200'
13:33:13 [2023-09-07T17:33:13.368Z] + cat
13:33:13 [2023-09-07T17:33:13.368Z] + scp release.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/downloads/release/release.xml
13:33:13 [2023-09-07T17:33:13.936Z] ++ date +%s000
13:33:13 [2023-09-07T17:33:13.936Z] + TIMESTAMP=1694107993000
13:33:13 [2023-09-07T17:33:13.936Z] + CONTENTXML='<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
13:33:13 [2023-09-07T17:33:13.936Z] <?compositeMetadataRepository version='\''1.0.0'\''?>
13:33:13 [2023-09-07T17:33:13.936Z] <repository name='\''Eclipse Packaging Project EPP 2023-09'\''
13:33:13 [2023-09-07T17:33:13.936Z]     type='\''org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'\''
13:33:13 [2023-09-07T17:33:13.936Z]     version='\''1.0.0'\''>
13:33:13 [2023-09-07T17:33:13.936Z]   <properties size='\''1'\''>
13:33:13 [2023-09-07T17:33:13.936Z]     <property name='\''p2.timestamp'\'' value='\''1694107993000'\''/>
13:33:13 [2023-09-07T17:33:13.936Z]   </properties>
13:33:13 [2023-09-07T17:33:13.936Z]   <children size='\''1'\''>
13:33:13 [2023-09-07T17:33:13.936Z]     <child location='\''202309071200'\''/>
13:33:13 [2023-09-07T17:33:13.936Z]   </children>
13:33:13 [2023-09-07T17:33:13.936Z] </repository>
13:33:13 [2023-09-07T17:33:13.936Z] '
13:33:13 [2023-09-07T17:33:13.936Z] + echo '<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
13:33:13 [2023-09-07T17:33:13.936Z] <?compositeMetadataRepository version='\''1.0.0'\''?>
13:33:13 [2023-09-07T17:33:13.936Z] <repository name='\''Eclipse Packaging Project EPP 2023-09'\''
13:33:13 [2023-09-07T17:33:13.936Z]     type='\''org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'\''
13:33:13 [2023-09-07T17:33:13.936Z]     version='\''1.0.0'\''>
13:33:13 [2023-09-07T17:33:13.936Z]   <properties size='\''1'\''>
13:33:13 [2023-09-07T17:33:13.936Z]     <property name='\''p2.timestamp'\'' value='\''1694107993000'\''/>
13:33:13 [2023-09-07T17:33:13.936Z]   </properties>
13:33:13 [2023-09-07T17:33:13.936Z]   <children size='\''1'\''>
13:33:13 [2023-09-07T17:33:13.936Z]     <child location='\''202309071200'\''/>
13:33:13 [2023-09-07T17:33:13.936Z]   </children>
13:33:13 [2023-09-07T17:33:13.936Z] </repository>
13:33:13 [2023-09-07T17:33:13.936Z] '
13:33:13 [2023-09-07T17:33:13.936Z] + scp compositeContent.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//compositeContentR.xml
13:33:14 [2023-09-07T17:33:14.195Z] + ARTIFACTXML='<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
13:33:14 [2023-09-07T17:33:14.195Z] <?compositeArtifactRepository version='\''1.0.0'\''?>
13:33:14 [2023-09-07T17:33:14.195Z] <repository name='\''Eclipse Packaging Project EPP 2023-09'\''
13:33:14 [2023-09-07T17:33:14.195Z]     type='\''org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'\''
13:33:14 [2023-09-07T17:33:14.195Z]     version='\''1.0.0'\''>
13:33:14 [2023-09-07T17:33:14.195Z]   <properties size='\''1'\''>
13:33:14 [2023-09-07T17:33:14.195Z]     <property name='\''p2.timestamp'\'' value='\''1694107993000'\''/>
13:33:14 [2023-09-07T17:33:14.195Z]   </properties>
13:33:14 [2023-09-07T17:33:14.195Z]   <children size='\''1'\''>
13:33:14 [2023-09-07T17:33:14.195Z]     <child location='\''202309071200'\''/>
13:33:14 [2023-09-07T17:33:14.195Z]   </children>
13:33:14 [2023-09-07T17:33:14.195Z] </repository>
13:33:14 [2023-09-07T17:33:14.195Z] '
13:33:14 [2023-09-07T17:33:14.195Z] + echo '<?xml version='\''1.0'\'' encoding='\''UTF-8'\''?>
13:33:14 [2023-09-07T17:33:14.195Z] <?compositeArtifactRepository version='\''1.0.0'\''?>
13:33:14 [2023-09-07T17:33:14.195Z] <repository name='\''Eclipse Packaging Project EPP 2023-09'\''
13:33:14 [2023-09-07T17:33:14.195Z]     type='\''org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'\''
13:33:14 [2023-09-07T17:33:14.195Z]     version='\''1.0.0'\''>
13:33:14 [2023-09-07T17:33:14.195Z]   <properties size='\''1'\''>
13:33:14 [2023-09-07T17:33:14.195Z]     <property name='\''p2.timestamp'\'' value='\''1694107993000'\''/>
13:33:14 [2023-09-07T17:33:14.195Z]   </properties>
13:33:14 [2023-09-07T17:33:14.195Z]   <children size='\''1'\''>
13:33:14 [2023-09-07T17:33:14.195Z]     <child location='\''202309071200'\''/>
13:33:14 [2023-09-07T17:33:14.195Z]   </children>
13:33:14 [2023-09-07T17:33:14.195Z] </repository>
13:33:14 [2023-09-07T17:33:14.195Z] '
13:33:14 [2023-09-07T17:33:14.195Z] + scp compositeArtifacts.xml genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//compositeArtifactsR.xml
13:33:14 [2023-09-07T17:33:14.454Z] + echo Touching /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200 recursively
13:33:14 [2023-09-07T17:33:14.454Z] Touching /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200 recursively
13:33:14 [2023-09-07T17:33:14.454Z] + ssh genie.packaging@projects-storage.eclipse.org /bin/bash
13:33:15 [2023-09-07T17:33:15.021Z] + find /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200 /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200
13:33:15 [2023-09-07T17:33:15.021Z] + read i
13:33:15 [2023-09-07T17:33:15.021Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200
13:33:15 [2023-09-07T17:33:15.021Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/content.jar
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/artifacts.jar
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.modeling.executable.gtk.linux.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.parallel.executable.gtk.linux.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.cpp.executable.gtk.linux.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.java.executable.gtk.linux.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.parallel.executable.gtk.linux.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.java.executable.win32.win32.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.php.executable.win32.win32.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.scout.executable.gtk.linux.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.embedcpp.executable.gtk.linux.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.rcp.executable.gtk.linux.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.scout.executable.gtk.linux.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.scout.executable.win32.win32.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.022Z] + read i
13:33:15 [2023-09-07T17:33:15.022Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.modeling.executable.gtk.linux.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.jee.executable.gtk.linux.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.jee.executable.gtk.linux.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.java.executable.gtk.linux.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.parallel.executable.win32.win32.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.embedcpp.executable.win32.win32.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.committers.executable.gtk.linux.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.dsl.executable.gtk.linux.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.rcp.executable.gtk.linux.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.rcp.executable.win32.win32.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.php.executable.gtk.linux.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.modeling.executable.win32.win32.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.jee.executable.win32.win32.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.committers.executable.win32.win32.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.dsl.executable.gtk.linux.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.cpp.executable.win32.win32.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.php.executable.gtk.linux.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.cpp.executable.gtk.linux.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.023Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.parallel.executable.cocoa.macosx.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.023Z] + read i
13:33:15 [2023-09-07T17:33:15.024Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.024Z] + read i
13:33:15 [2023-09-07T17:33:15.024Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.024Z] + read i
13:33:15 [2023-09-07T17:33:15.024Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.embedcpp.executable.gtk.linux.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.024Z] + read i
13:33:15 [2023-09-07T17:33:15.024Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.024Z] + read i
13:33:15 [2023-09-07T17:33:15.024Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.committers.executable.gtk.linux.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.parallel.executable.cocoa.macosx.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.dsl.executable.win32.win32.x86_64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.29.0.20230907-1200
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.php_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.rcp_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.parallel_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.modeling_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.cpp_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.common_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.scout_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.dsl_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.jee_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.committers_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.java_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/plugins/org.eclipse.epp.package.embedcpp_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.285Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features
13:33:15 [2023-09-07T17:33:15.285Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.embedcpp.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.cpp.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.parallel.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.scout.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.jee.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.common.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.modeling.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.php.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.rcp.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.dsl.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.java.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/packages/2023-09//202309071200/features/org.eclipse.epp.package.committers.feature_4.29.0.20230907-1200.jar
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-aarch64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-aarch64.tar.gz
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-x86_64.dmg.sha512
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-aarch64.tar.gz
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-linux-gtk-aarch64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-linux-gtk-aarch64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.286Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-x86_64.dmg-signed
13:33:15 [2023-09-07T17:33:15.286Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-linux-gtk-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-x86_64.dmg-signed
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/dsl.product.xml
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-win32-x86_64.zip.md5
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-aarch64.dmg-signed
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-linux-gtk-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-aarch64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/php.xml
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-x86_64.dmg.md5
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-linux-gtk-aarch64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-win32-x86_64.zip.sha1
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-aarch64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-win32-x86_64.zip.sha512
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-linux-gtk-aarch64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-aarch64.dmg.sha512
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-aarch64.dmg.md5
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-x86_64.dmg
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/embedcpp.xml
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-linux-gtk-aarch64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-linux-gtk-aarch64.tar.gz
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-win32-x86_64.zip.sha512
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-aarch64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.287Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-win32-x86_64.zip.sha512
13:33:15 [2023-09-07T17:33:15.287Z] + read i
13:33:15 [2023-09-07T17:33:15.288Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-win32-x86_64.zip.sha1
13:33:15 [2023-09-07T17:33:15.288Z] + read i
13:33:15 [2023-09-07T17:33:15.288Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-linux-gtk-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.288Z] + read i
13:33:15 [2023-09-07T17:33:15.288Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/scout.feature.xml
13:33:15 [2023-09-07T17:33:15.288Z] + read i
13:33:15 [2023-09-07T17:33:15.288Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-linux-gtk-x86_64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.288Z] + read i
13:33:15 [2023-09-07T17:33:15.288Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-x86_64.dmg.sha512
13:33:15 [2023-09-07T17:33:15.288Z] + read i
13:33:15 [2023-09-07T17:33:15.288Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-aarch64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.288Z] + read i
13:33:15 [2023-09-07T17:33:15.288Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.288Z] + read i
13:33:15 [2023-09-07T17:33:15.288Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-aarch64.dmg.md5
13:33:15 [2023-09-07T17:33:15.288Z] + read i
13:33:15 [2023-09-07T17:33:15.288Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-linux-gtk-aarch64.tar.gz
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-aarch64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-x86_64.dmg
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-aarch64.dmg-signed
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-linux-gtk-aarch64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-aarch64.dmg.sha512
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-aarch64.dmg
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-linux-gtk-aarch64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-linux-gtk-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-linux-gtk-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-linux-gtk-aarch64.tar.gz
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-win32-x86_64.zip
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-linux-gtk-x86_64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-linux-gtk-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.547Z] + read i
13:33:15 [2023-09-07T17:33:15.547Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/dsl.feature.xml
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-win32-x86_64.zip
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-aarch64.dmg
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-linux-gtk-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-aarch64.dmg.sha512
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-aarch64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-aarch64.dmg-signed
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-win32-x86_64.zip.md5
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-aarch64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-x86_64.dmg.md5
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-aarch64.dmg
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-linux-gtk-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-x86_64.dmg
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-linux-gtk-aarch64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-x86_64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-win32-x86_64.zip.md5
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-x86_64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-linux-gtk-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/parallel.product.xml
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-win32-x86_64.zip.sha512
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-aarch64.dmg-signed
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-aarch64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-aarch64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.548Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-x86_64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.548Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/jee.xml
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-x86_64.dmg-signed
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-linux-gtk-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-linux-gtk-x86_64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-linux-gtk-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-win32-x86_64.zip.md5
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/embedcpp.product.xml
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/email.txt
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-linux-gtk-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-linux-gtk-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-x86_64.dmg-signed
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-linux-gtk-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-aarch64.dmg-signed
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-x86_64.dmg.sha512
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/ci-info.txt
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-win32-x86_64.zip.sha1
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-aarch64.dmg.md5
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-aarch64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-linux-gtk-aarch64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-aarch64.dmg.sha512
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-linux-gtk-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-linux-gtk-aarch64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.549Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.549Z] + read i
13:33:15 [2023-09-07T17:33:15.550Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-linux-gtk-aarch64.tar.gz
13:33:15 [2023-09-07T17:33:15.550Z] + read i
13:33:15 [2023-09-07T17:33:15.550Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-x86_64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-win32-x86_64.zip.sha1
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-aarch64.dmg
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-aarch64.dmg
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-win32-x86_64.zip.sha1
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-win32-x86_64.zip.sha1
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-aarch64.dmg-signed
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-linux-gtk-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/committers.feature.xml
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-linux-gtk-x86_64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-x86_64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-linux-gtk-aarch64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-aarch64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-win32-x86_64.zip.sha512
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-aarch64.tar.gz
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-linux-gtk-aarch64.tar.gz
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-win32-x86_64.zip
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.809Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.809Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-linux-gtk-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-linux-gtk-aarch64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-win32-x86_64.zip.sha512
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-x86_64.dmg.md5
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-x86_64.dmg
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-win32-x86_64.zip.md5
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-linux-gtk-aarch64.tar.gz.sha512
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-linux-gtk-aarch64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-x86_64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-aarch64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-linux-gtk-x86_64.tar.gz.sha1
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-win32-x86_64.zip
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-aarch64.dmg.sha512
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-linux-gtk-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/jee.feature.xml
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-win32-x86_64.zip
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-aarch64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-linux-gtk-x86_64.tar.gz
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-win32-x86_64.zip.md5
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-aarch64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.810Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-aarch64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.810Z] + read i
13:33:15 [2023-09-07T17:33:15.811Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/jee.product.xml
13:33:15 [2023-09-07T17:33:15.811Z] + read i
13:33:15 [2023-09-07T17:33:15.811Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-x86_64.dmg.sha512
13:33:15 [2023-09-07T17:33:15.811Z] + read i
13:33:15 [2023-09-07T17:33:15.811Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-x86_64.tar.gz.md5
13:33:15 [2023-09-07T17:33:15.811Z] + read i
13:33:15 [2023-09-07T17:33:15.811Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-aarch64.dmg.sha1
13:33:15 [2023-09-07T17:33:15.811Z] + read i
13:33:15 [2023-09-07T17:33:15.811Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-win32-x86_64.zip
13:33:15 [2023-09-07T17:33:15.811Z] + read i
13:33:15 [2023-09-07T17:33:15.811Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-aarch64.dmg.md5
13:33:16 [2023-09-07T17:33:16.076Z] + read i
13:33:16 [2023-09-07T17:33:16.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.076Z] + read i
13:33:16 [2023-09-07T17:33:16.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-aarch64.dmg-signed
13:33:16 [2023-09-07T17:33:16.076Z] + read i
13:33:16 [2023-09-07T17:33:16.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.076Z] + read i
13:33:16 [2023-09-07T17:33:16.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-aarch64.dmg
13:33:16 [2023-09-07T17:33:16.076Z] + read i
13:33:16 [2023-09-07T17:33:16.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-x86_64.dmg-signed
13:33:16 [2023-09-07T17:33:16.076Z] + read i
13:33:16 [2023-09-07T17:33:16.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-aarch64.dmg
13:33:16 [2023-09-07T17:33:16.076Z] + read i
13:33:16 [2023-09-07T17:33:16.076Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.076Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-x86_64.tar.gz
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-x86_64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-aarch64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/java.xml
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/rcp.feature.xml
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-linux-gtk-x86_64.tar.gz
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-linux-gtk-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-linux-gtk-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-win32-x86_64.zip.sha1
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-linux-gtk-x86_64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-linux-gtk-x86_64.tar.gz
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/committers.xml
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-aarch64.dmg-signed
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-win32-x86_64.zip
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/committers.product.xml
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/modeling.xml
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-linux-gtk-x86_64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-linux-gtk-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-aarch64.dmg.sha1
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-linux-gtk-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-aarch64.dmg.md5
13:33:16 [2023-09-07T17:33:16.077Z] + read i
13:33:16 [2023-09-07T17:33:16.077Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-linux-gtk-aarch64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-x86_64.dmg-signed
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/java.feature.xml
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-win32-x86_64.zip.sha512
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-x86_64.dmg
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-aarch64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-linux-gtk-x86_64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-x86_64.dmg.sha1
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-x86_64.dmg.md5
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-x86_64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-x86_64.tar.gz
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-aarch64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-linux-gtk-x86_64.tar.gz
13:33:16 [2023-09-07T17:33:16.078Z] + read i
13:33:16 [2023-09-07T17:33:16.078Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-linux-gtk-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.339Z] + read i
13:33:16 [2023-09-07T17:33:16.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-linux-gtk-x86_64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.339Z] + read i
13:33:16 [2023-09-07T17:33:16.339Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-x86_64.tar.gz
13:33:16 [2023-09-07T17:33:16.339Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-linux-gtk-x86_64.tar.gz
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/_mirrors.php
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-x86_64.dmg.md5
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-win32-x86_64.zip
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-win32-x86_64.zip.sha512
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-linux-gtk-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-win32-x86_64.zip.sha1
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/modeling.product.xml
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-x86_64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-win32-x86_64.zip.md5
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-x86_64.dmg.md5
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-linux-gtk-x86_64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-linux-gtk-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-x86_64.dmg
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-aarch64.dmg
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/parallel.feature.xml
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-linux-gtk-x86_64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-x86_64.dmg
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-aarch64.dmg.md5
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-win32-x86_64.zip.sha1
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-x86_64.tar.gz
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-win32-x86_64.zip.sha512
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.340Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-aarch64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.340Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-x86_64.dmg.md5
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-linux-gtk-x86_64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-aarch64.dmg.md5
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-x86_64.dmg.md5
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/parallel.xml
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/cpp.xml
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-x86_64.dmg
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-aarch64.dmg.md5
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-aarch64.dmg-signed
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-linux-gtk-x86_64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-linux-gtk-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-win32-x86_64.zip.sha1
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/modeling.feature.xml
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-x86_64.dmg-signed
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/cpp.product.xml
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-x86_64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-x86_64.dmg.md5
13:33:16 [2023-09-07T17:33:16.341Z] + read i
13:33:16 [2023-09-07T17:33:16.341Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.599Z] + read i
13:33:16 [2023-09-07T17:33:16.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-x86_64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.599Z] + read i
13:33:16 [2023-09-07T17:33:16.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-x86_64.dmg.sha1
13:33:16 [2023-09-07T17:33:16.599Z] + read i
13:33:16 [2023-09-07T17:33:16.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-aarch64.dmg
13:33:16 [2023-09-07T17:33:16.599Z] + read i
13:33:16 [2023-09-07T17:33:16.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.599Z] + read i
13:33:16 [2023-09-07T17:33:16.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.599Z] + read i
13:33:16 [2023-09-07T17:33:16.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-linux-gtk-x86_64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.599Z] + read i
13:33:16 [2023-09-07T17:33:16.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-x86_64.dmg.sha1
13:33:16 [2023-09-07T17:33:16.599Z] + read i
13:33:16 [2023-09-07T17:33:16.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.599Z] + read i
13:33:16 [2023-09-07T17:33:16.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.599Z] + read i
13:33:16 [2023-09-07T17:33:16.599Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-win32-x86_64.zip
13:33:16 [2023-09-07T17:33:16.599Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-x86_64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-linux-gtk-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-x86_64.dmg.sha1
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-linux-gtk-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-linux-gtk-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-linux-gtk-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-x86_64.dmg-signed
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-x86_64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-linux-gtk-aarch64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-x86_64.dmg-signed
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-linux-gtk-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-aarch64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/rcp.product.xml
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-aarch64.dmg-signed
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-linux-gtk-x86_64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-win32-x86_64.zip.sha512
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-linux-gtk-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-aarch64.dmg.md5
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/scout.product.xml
13:33:16 [2023-09-07T17:33:16.600Z] + read i
13:33:16 [2023-09-07T17:33:16.600Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-linux-gtk-aarch64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-x86_64.dmg
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-linux-gtk-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-linux-gtk-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/embedcpp.feature.xml
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-linux-gtk-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-x86_64.dmg.md5
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-linux-gtk-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-linux-gtk-aarch64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-aarch64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.601Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-x86_64.dmg-signed
13:33:16 [2023-09-07T17:33:16.601Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-win32-x86_64.zip.md5
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-aarch64.dmg.md5
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/rcp.xml
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-x86_64.dmg-signed
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-win32-x86_64.zip.md5
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-x86_64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/php.feature.xml
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-win32-x86_64.zip
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-x86_64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-linux-gtk-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.859Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-x86_64.dmg.sha512
13:33:16 [2023-09-07T17:33:16.859Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-linux-gtk-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-aarch64.dmg
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-macosx-cocoa-x86_64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/dsl.xml
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-aarch64.dmg-signed
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-linux-gtk-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-linux-gtk-aarch64.tar.gz.sha512
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-macosx-cocoa-x86_64.dmg.sha1
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/scout.xml
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-linux-gtk-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-aarch64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-aarch64.dmg
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-linux-gtk-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-java-2023-09-R-macosx-cocoa-x86_64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-aarch64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/php.product.xml
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/cpp.feature.xml
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-win32-x86_64.zip
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-win32-x86_64.zip.sha512
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.860Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-x86_64.dmg.md5
13:33:16 [2023-09-07T17:33:16.860Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-aarch64.tar.gz.sha1
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-x86_64.dmg
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-linux-gtk-aarch64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-modeling-2023-09-R-macosx-cocoa-aarch64.dmg.md5
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-parallel-2023-09-R-linux-gtk-aarch64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-win32-x86_64.zip.md5
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-macosx-cocoa-x86_64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-cpp-2023-09-R-macosx-cocoa-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-php-2023-09-R-win32-x86_64.zip.md5
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-embedcpp-2023-09-R-macosx-cocoa-aarch64.tar.gz
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-jee-2023-09-R-linux-gtk-aarch64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-dsl-2023-09-R-macosx-cocoa-aarch64.tar.gz.md5
13:33:16 [2023-09-07T17:33:16.861Z] + read i
13:33:16 [2023-09-07T17:33:16.861Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-rcp-2023-09-R-macosx-cocoa-x86_64.dmg
13:33:17 [2023-09-07T17:33:17.119Z] + read i
13:33:17 [2023-09-07T17:33:17.119Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/java.product.xml
13:33:17 [2023-09-07T17:33:17.119Z] + read i
13:33:17 [2023-09-07T17:33:17.119Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-scout-2023-09-R-win32-x86_64.zip.sha1
13:33:17 [2023-09-07T17:33:17.119Z] + read i
13:33:17 [2023-09-07T17:33:17.119Z] + touch /home/data/httpd/download.eclipse.org/technology/epp/downloads/release/2023-09//202309071200/eclipse-committers-2023-09-R-macosx-cocoa-aarch64.dmg.sha512
13:33:17 [2023-09-07T17:33:17.119Z] + read i
[Pipeline] }
13:33:17 [2023-09-07T17:33:17.518Z] $ ssh-agent -k
13:33:17 [2023-09-07T17:33:17.521Z] unset SSH_AUTH_SOCK;
13:33:17 [2023-09-07T17:33:17.521Z] unset SSH_AGENT_PID;
13:33:17 [2023-09-07T17:33:17.521Z] echo Agent pid 143 killed;
13:33:17 [2023-09-07T17:33:17.525Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
13:33:25 [2023-09-07T17:33:25.716Z] [WS-CLEANUP] Deleting project workspace...
13:33:25 [2023-09-07T17:33:25.717Z] [WS-CLEANUP] Deferred wipeout is used...
13:33:31 [2023-09-07T17:33:31.300Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS