Started by timer Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from e57775c2b706354b6bc10db9a5fde6cb6aa9ab7c Loading library releng-pipeline@main Attempting to resolve main from remote references... > git --version # timeout=10 > git --version # 'git version 2.43.2' > git ls-remote -- https://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library.git # timeout=10 Found match: refs/heads/main revision 990d2255b2210260fb746d557366e6a7e025dd42 The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/jiro-agents_master@libs/4355fc0889d6bce1359578d0eed196c62b68f858e457d99b09b4a866d782b91d/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library.git # timeout=10 Fetching without tags Fetching upstream changes from https://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library.git > git --version # timeout=10 > git --version # 'git version 2.43.2' > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library.git +refs/heads/main:refs/remotes/origin/main # timeout=10 Checking out Revision 990d2255b2210260fb746d557366e6a7e025dd42 (main) > git config core.sparsecheckout # timeout=10 > git checkout -f 990d2255b2210260fb746d557366e6a7e025dd42 # timeout=10 Commit message: "feat: login with name optionnal" > git rev-list --no-walk 990d2255b2210260fb746d557366e6a7e025dd42 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] libraryResource [Pipeline] echo Final resourceContent: apiVersion: v1 kind: Pod spec: containers: - name: containertools image: eclipsefdn/containertools:alpine-latest imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 500m memory: 256Mi [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes cbi/jiro-agents-master-824-36xbj-cgt15-qqwfv Still waiting to schedule task ‘jiro-agents-master-824-36xbj-cgt15-qqwfv’ is offline Agent jiro-agents-master-824-36xbj-cgt15-qqwfv is provisioned from template jiro-agents_master_824-36xbj-cgt15 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718830207188" buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro-agents/job/master/824/" runUrl: "job/jiro-agents/job/master/824/" labels: jenkins: "slave" jenkins/label-digest: "af7c5da033a5988e5abbf354a34f7e8d53dbd35d" jenkins/label: "jiro-agents_master_824-36xbj" kubernetes.jenkins.io/controller: "http___jenkins-ui_cbi_svc_cluster_local_cbix" name: "jiro-agents-master-824-36xbj-cgt15-qqwfv" namespace: "cbi" spec: containers: - args: - "infinity" command: - "sleep" image: "eclipsefdn/containertools:alpine-latest" imagePullPolicy: "Always" name: "containertools" resources: limits: cpu: "500m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "jiro-agents-master-824-36xbj-cgt15-qqwfv" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "jiro-agents-master-824-36xbj-cgt15-qqwfv" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3206.vb_15dcf73f6a_9" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" Running on jiro-agents-master-824-36xbj-cgt15-qqwfv in /home/jenkins/agent/workspace/jiro-agents_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-cbi/jiro-agents.git > git init /home/jenkins/agent/workspace/jiro-agents_master # timeout=10 Fetching upstream changes from https://github.com/eclipse-cbi/jiro-agents.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-cbi/jiro-agents.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision e57775c2b706354b6bc10db9a5fde6cb6aa9ab7c (master) > git config remote.origin.url https://github.com/eclipse-cbi/jiro-agents.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e57775c2b706354b6bc10db9a5fde6cb6aa9ab7c # timeout=10 Commit message: "feat: define agent per build" > git rev-list --no-walk e57775c2b706354b6bc10db9a5fde6cb6aa9ab7c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Build Agents) [Pipeline] container [Pipeline] { [Pipeline] sh + mkdir -p ./target + jsonnet agents.jsonnet [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Images) [Pipeline] script [Pipeline] { [Pipeline] sh + jq -r '. | keys[]' ./target/agents.json [Pipeline] echo Building jiro-agent spec 'basic' [Pipeline] sh + mkdir -p ./target/basic [Pipeline] sh + jq -r '.["basic"]' ./target/agents.json [Pipeline] sh + jq -r .spec.docker.dockerfile ./target/basic/agent.json [Pipeline] sh + jq -r .spec.docker.registry ./target/basic/agent.json [Pipeline] sh + jq -r .spec.docker.repository ./target/basic/agent.json [Pipeline] sh + jq -r .spec.docker.image ./target/basic/agent.json [Pipeline] sh + jq -r .spec.docker.tag ./target/basic/agent.json [Pipeline] sh + jq -r .spec.docker.context ./target/basic/agent.json [Pipeline] sh + jq -r '.variants | keys[]' ./target/basic/agent.json expected to call java.lang.String.eachLine but wound up catching org.jenkinsci.plugins.workflow.cps.CpsClosure2.call; see: https://jenkins.io/redirect/pipeline-cps-method-mismatches/ [Pipeline] echo Building jiro-agent 'basic' - variant 3160.vd76b_9ddd10cc [Pipeline] sh + mkdir -p ./target/basic/3160.vd76b_9ddd10cc [Pipeline] sh + jq -r '.variants["3160.vd76b_9ddd10cc"]' ./target/basic/agent.json [Pipeline] sh + jq -r .docker.dockerfile ./target/basic/3160.vd76b_9ddd10cc/variant.json [Pipeline] sh + jq -r .spec.docker.registry ./target/basic/agent.json [Pipeline] sh + jq -r .spec.docker.repository ./target/basic/agent.json [Pipeline] sh + jq -r .spec.docker.image ./target/basic/agent.json [Pipeline] sh + jq -r .docker.tag ./target/basic/3160.vd76b_9ddd10cc/variant.json [Pipeline] sh + jq -r '.docker.aliases | join(",")' ./target/basic/3160.vd76b_9ddd10cc/variant.json docker.io/eclipsecbi/jiro-agent-basic:latest [Pipeline] echo Building jiro-agent spec 'basic-ubuntu' [Pipeline] sh + mkdir -p ./target/basic-ubuntu [Pipeline] sh + jq -r '.["basic-ubuntu"]' ./target/agents.json [Pipeline] sh + jq -r .spec.docker.dockerfile ./target/basic-ubuntu/agent.json [Pipeline] sh + jq -r .spec.docker.registry ./target/basic-ubuntu/agent.json [Pipeline] sh + jq -r .spec.docker.repository ./target/basic-ubuntu/agent.json [Pipeline] sh + jq -r .spec.docker.image ./target/basic-ubuntu/agent.json [Pipeline] sh + jq -r .spec.docker.tag ./target/basic-ubuntu/agent.json [Pipeline] sh + jq -r .spec.docker.context ./target/basic-ubuntu/agent.json [Pipeline] sh + jq -r '.variants | keys[]' ./target/basic-ubuntu/agent.json expected to call java.lang.String.eachLine but wound up catching org.jenkinsci.plugins.workflow.cps.CpsClosure2.call; see: https://jenkins.io/redirect/pipeline-cps-method-mismatches/ [Pipeline] echo Building jiro-agent 'basic-ubuntu' - variant 3160.vd76b_9ddd10cc [Pipeline] sh + mkdir -p ./target/basic-ubuntu/3160.vd76b_9ddd10cc [Pipeline] sh + jq -r '.variants["3160.vd76b_9ddd10cc"]' ./target/basic-ubuntu/agent.json [Pipeline] sh + jq -r .docker.dockerfile ./target/basic-ubuntu/3160.vd76b_9ddd10cc/variant.json [Pipeline] sh + jq -r .spec.docker.registry ./target/basic-ubuntu/agent.json [Pipeline] sh + jq -r .spec.docker.repository ./target/basic-ubuntu/agent.json [Pipeline] sh + jq -r .spec.docker.image ./target/basic-ubuntu/agent.json [Pipeline] sh + jq -r .docker.tag ./target/basic-ubuntu/3160.vd76b_9ddd10cc/variant.json [Pipeline] sh + jq -r '.docker.aliases | join(",")' ./target/basic-ubuntu/3160.vd76b_9ddd10cc/variant.json docker.io/eclipsecbi/jiro-agent-basic-ubuntu:latest [Pipeline] echo Building jiro-agent spec 'centos-7' [Pipeline] sh + mkdir -p ./target/centos-7 [Pipeline] sh + jq -r '.["centos-7"]' ./target/agents.json [Pipeline] sh + jq -r .spec.docker.dockerfile ./target/centos-7/agent.json [Pipeline] sh + jq -r .spec.docker.registry ./target/centos-7/agent.json [Pipeline] sh + jq -r .spec.docker.repository ./target/centos-7/agent.json [Pipeline] sh + jq -r .spec.docker.image ./target/centos-7/agent.json [Pipeline] sh + jq -r .spec.docker.tag ./target/centos-7/agent.json [Pipeline] sh + jq -r .spec.docker.context ./target/centos-7/agent.json [Pipeline] sh + jq -r '.variants | keys[]' ./target/centos-7/agent.json expected to call java.lang.String.eachLine but wound up catching org.jenkinsci.plugins.workflow.cps.CpsClosure2.call; see: https://jenkins.io/redirect/pipeline-cps-method-mismatches/ [Pipeline] echo Building jiro-agent 'centos-7' - variant 3160.vd76b_9ddd10cc [Pipeline] sh + mkdir -p ./target/centos-7/3160.vd76b_9ddd10cc [Pipeline] sh + jq -r '.variants["3160.vd76b_9ddd10cc"]' ./target/centos-7/agent.json [Pipeline] sh + jq -r .docker.dockerfile ./target/centos-7/3160.vd76b_9ddd10cc/variant.json [Pipeline] sh + jq -r .spec.docker.registry ./target/centos-7/agent.json [Pipeline] sh + jq -r .spec.docker.repository ./target/centos-7/agent.json [Pipeline] sh + jq -r .spec.docker.image ./target/centos-7/agent.json [Pipeline] sh + jq -r .docker.tag ./target/centos-7/3160.vd76b_9ddd10cc/variant.json [Pipeline] sh + jq -r '.docker.aliases | join(",")' ./target/centos-7/3160.vd76b_9ddd10cc/variant.json docker.io/eclipsecbi/jiro-agent-centos-7:latest [Pipeline] echo Building jiro-agent spec 'centos-8' [Pipeline] sh + mkdir -p ./target/centos-8 [Pipeline] sh + jq -r '.["centos-8"]' ./target/agents.json [Pipeline] sh + jq -r .spec.docker.dockerfile ./target/centos-8/agent.json [Pipeline] sh + jq -r .spec.docker.registry ./target/centos-8/agent.json [Pipeline] sh + jq -r .spec.docker.repository ./target/centos-8/agent.json [Pipeline] sh + jq -r .spec.docker.image ./target/centos-8/agent.json [Pipeline] sh + jq -r .spec.docker.tag ./target/centos-8/agent.json [Pipeline] sh + jq -r .spec.docker.context ./target/centos-8/agent.json [Pipeline] sh + jq -r '.variants | keys[]' ./target/centos-8/agent.json expected to call java.lang.String.eachLine but wound up catching org.jenkinsci.plugins.workflow.cps.CpsClosure2.call; see: https://jenkins.io/redirect/pipeline-cps-method-mismatches/ [Pipeline] echo Building jiro-agent 'centos-8' - variant 3160.vd76b_9ddd10cc [Pipeline] sh + mkdir -p ./target/centos-8/3160.vd76b_9ddd10cc [Pipeline] sh + jq -r '.variants["3160.vd76b_9ddd10cc"]' ./target/centos-8/agent.json [Pipeline] sh + jq -r .docker.dockerfile ./target/centos-8/3160.vd76b_9ddd10cc/variant.json [Pipeline] sh + jq -r .spec.docker.registry ./target/centos-8/agent.json [Pipeline] sh + jq -r .spec.docker.repository ./target/centos-8/agent.json [Pipeline] sh + jq -r .spec.docker.image ./target/centos-8/agent.json [Pipeline] sh + jq -r .docker.tag ./target/centos-8/3160.vd76b_9ddd10cc/variant.json [Pipeline] sh + jq -r '.docker.aliases | join(",")' ./target/centos-8/3160.vd76b_9ddd10cc/variant.json docker.io/eclipsecbi/jiro-agent-centos-8:latest [Pipeline] stash Stashed 41 file(s) [Pipeline] parallel [Pipeline] { (Branch: docker.io/eclipsecbi/jiro-agent-basic:spec) [Pipeline] { (Branch: docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc) [Pipeline] { (Branch: docker.io/eclipsecbi/jiro-agent-basic-ubuntu:spec) [Pipeline] { (Branch: docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3160.vd76b_9ddd10cc) [Pipeline] { (Branch: docker.io/eclipsecbi/jiro-agent-centos-7:spec) [Pipeline] { (Branch: docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc) [Pipeline] { (Branch: docker.io/eclipsecbi/jiro-agent-centos-8:spec) [Pipeline] { (Branch: docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc) [Pipeline] echo ############ buildImage docker.io/eclipsecbi/jiro-agent-basic:spec ############ [Pipeline] echo ############ buildImage docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc ############ [Pipeline] echo ############ buildImage docker.io/eclipsecbi/jiro-agent-basic-ubuntu:spec ############ [Pipeline] echo ############ buildImage docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3160.vd76b_9ddd10cc ############ [Pipeline] echo ############ buildImage docker.io/eclipsecbi/jiro-agent-centos-7:spec ############ [Pipeline] echo ############ buildImage docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc ############ [Pipeline] echo ############ buildImage docker.io/eclipsecbi/jiro-agent-centos-8:spec ############ [Pipeline] echo ############ buildImage docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc ############ [Pipeline] libraryResource [Pipeline] echo Final resourceContent: apiVersion: v1 kind: Pod spec: containers: - name: containertools image: eclipsefdn/containertools:alpine-latest imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 500m memory: 256Mi [Pipeline] podTemplate [Pipeline] { [Pipeline] libraryResource [Pipeline] echo Final resourceContent: apiVersion: v1 kind: Pod spec: containers: - name: containertools image: eclipsefdn/containertools:alpine-latest imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 500m memory: 256Mi [Pipeline] podTemplate [Pipeline] { [Pipeline] libraryResource [Pipeline] echo Final resourceContent: apiVersion: v1 kind: Pod spec: containers: - name: containertools image: eclipsefdn/containertools:alpine-latest imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 500m memory: 256Mi [Pipeline] podTemplate [Pipeline] { [Pipeline] libraryResource [Pipeline] echo Final resourceContent: apiVersion: v1 kind: Pod spec: containers: - name: containertools image: eclipsefdn/containertools:alpine-latest imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 500m memory: 256Mi [Pipeline] podTemplate [Pipeline] { [Pipeline] libraryResource [Pipeline] echo Final resourceContent: apiVersion: v1 kind: Pod spec: containers: - name: containertools image: eclipsefdn/containertools:alpine-latest imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 500m memory: 256Mi [Pipeline] podTemplate [Pipeline] { [Pipeline] libraryResource [Pipeline] echo Final resourceContent: apiVersion: v1 kind: Pod spec: containers: - name: containertools image: eclipsefdn/containertools:alpine-latest imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 500m memory: 256Mi [Pipeline] podTemplate [Pipeline] { [Pipeline] libraryResource [Pipeline] echo Final resourceContent: apiVersion: v1 kind: Pod spec: containers: - name: containertools image: eclipsefdn/containertools:alpine-latest imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 500m memory: 256Mi [Pipeline] podTemplate [Pipeline] { [Pipeline] libraryResource [Pipeline] echo Final resourceContent: apiVersion: v1 kind: Pod spec: containers: - name: containertools image: eclipsefdn/containertools:alpine-latest imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 500m memory: 256Mi [Pipeline] podTemplate [Pipeline] { [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Created Pod: kubernetes cbi/jiro-agents-master-824-ndzcd-9z3fm-2js9l Created Pod: kubernetes cbi/jiro-agents-master-824-dphpd-v08xb-rgn6g Created Pod: kubernetes cbi/jiro-agents-master-824-x8x7n-881xg-wlcmr Created Pod: kubernetes cbi/jiro-agents-master-824-6m23h-kdwgv-33231 Created Pod: kubernetes cbi/jiro-agents-master-824-xc8zq-bf5x0-fx3lg Created Pod: kubernetes cbi/jiro-agents-master-824-jz37t-v6h6d-g16zc Created Pod: kubernetes cbi/jiro-agents-master-824-t6m6q-7qd31-089w2 Created Pod: kubernetes cbi/jiro-agents-master-824-sgmfb-rdfp1-7rftq Still waiting to schedule task ‘jiro-agents-master-824-ndzcd-9z3fm-2js9l’ is offline Still waiting to schedule task ‘jiro-agents-master-824-sgmfb-rdfp1-7rftq’ is offline Still waiting to schedule task ‘jiro-agents-master-824-6m23h-kdwgv-33231’ is offline Still waiting to schedule task Waiting for next available executor on ‘jiro-agents-master-824-x8x7n-881xg-wlcmr’ Still waiting to schedule task ‘jiro-agents-master-824-t6m6q-7qd31-089w2’ is offline Still waiting to schedule task ‘jiro-agents-master-824-dphpd-v08xb-rgn6g’ is offline Still waiting to schedule task ‘jiro-agents-master-824-jz37t-v6h6d-g16zc’ is offline Still waiting to schedule task ‘jiro-agents-master-824-xc8zq-bf5x0-fx3lg’ is offline Agent jiro-agents-master-824-x8x7n-881xg-wlcmr is provisioned from template jiro-agents_master_824-x8x7n-881xg --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718830278896" buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro-agents/job/master/824/" runUrl: "job/jiro-agents/job/master/824/" labels: jenkins: "slave" jenkins/label-digest: "dd81fd02d566353a846add7aa0a05ea8ef0f588d" jenkins/label: "jiro-agents_master_824-x8x7n" kubernetes.jenkins.io/controller: "http___jenkins-ui_cbi_svc_cluster_local_cbix" name: "jiro-agents-master-824-x8x7n-881xg-wlcmr" namespace: "cbi" spec: containers: - args: - "infinity" command: - "sleep" image: "eclipsefdn/containertools:alpine-latest" imagePullPolicy: "Always" name: "containertools" resources: limits: cpu: "500m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "jiro-agents-master-824-x8x7n-881xg-wlcmr" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "jiro-agents-master-824-x8x7n-881xg-wlcmr" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3206.vb_15dcf73f6a_9" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" Agent jiro-agents-master-824-6m23h-kdwgv-33231 is provisioned from template jiro-agents_master_824-6m23h-kdwgv --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718830278895" buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro-agents/job/master/824/" runUrl: "job/jiro-agents/job/master/824/" labels: jenkins: "slave" jenkins/label-digest: "1a1c46ad08c093fb4ff6a0793a32b40c395da969" jenkins/label: "jiro-agents_master_824-6m23h" kubernetes.jenkins.io/controller: "http___jenkins-ui_cbi_svc_cluster_local_cbix" name: "jiro-agents-master-824-6m23h-kdwgv-33231" namespace: "cbi" spec: containers: - args: - "infinity" command: - "sleep" image: "eclipsefdn/containertools:alpine-latest" imagePullPolicy: "Always" name: "containertools" resources: limits: cpu: "500m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "jiro-agents-master-824-6m23h-kdwgv-33231" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "jiro-agents-master-824-6m23h-kdwgv-33231" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3206.vb_15dcf73f6a_9" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" Agent jiro-agents-master-824-xc8zq-bf5x0-fx3lg is provisioned from template jiro-agents_master_824-xc8zq-bf5x0 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718830278903" buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro-agents/job/master/824/" runUrl: "job/jiro-agents/job/master/824/" labels: jenkins: "slave" jenkins/label-digest: "a45543eb0de5e9b19eae69ca47c13bc719944bd5" jenkins/label: "jiro-agents_master_824-xc8zq" kubernetes.jenkins.io/controller: "http___jenkins-ui_cbi_svc_cluster_local_cbix" name: "jiro-agents-master-824-xc8zq-bf5x0-fx3lg" namespace: "cbi" spec: containers: - args: - "infinity" command: - "sleep" image: "eclipsefdn/containertools:alpine-latest" imagePullPolicy: "Always" name: "containertools" resources: limits: cpu: "500m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "jiro-agents-master-824-xc8zq-bf5x0-fx3lg" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "jiro-agents-master-824-xc8zq-bf5x0-fx3lg" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3206.vb_15dcf73f6a_9" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" Agent jiro-agents-master-824-dphpd-v08xb-rgn6g is provisioned from template jiro-agents_master_824-dphpd-v08xb --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718830278900" buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro-agents/job/master/824/" runUrl: "job/jiro-agents/job/master/824/" labels: jenkins: "slave" jenkins/label-digest: "77e0f6ef783e8c67c7107f316f1d56d2b4dcc47c" jenkins/label: "jiro-agents_master_824-dphpd" kubernetes.jenkins.io/controller: "http___jenkins-ui_cbi_svc_cluster_local_cbix" name: "jiro-agents-master-824-dphpd-v08xb-rgn6g" namespace: "cbi" spec: containers: - args: - "infinity" command: - "sleep" image: "eclipsefdn/containertools:alpine-latest" imagePullPolicy: "Always" name: "containertools" resources: limits: cpu: "500m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "jiro-agents-master-824-dphpd-v08xb-rgn6g" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "jiro-agents-master-824-dphpd-v08xb-rgn6g" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3206.vb_15dcf73f6a_9" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" Running on jiro-agents-master-824-x8x7n-881xg-wlcmr in /home/jenkins/agent/workspace/jiro-agents_master [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] unstash Agent jiro-agents-master-824-t6m6q-7qd31-089w2 is provisioned from template jiro-agents_master_824-t6m6q-7qd31 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718830283586" buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro-agents/job/master/824/" runUrl: "job/jiro-agents/job/master/824/" labels: jenkins: "slave" jenkins/label-digest: "c12dde5c6defc4a4ede0f5e20d911f6c90ffe1ef" jenkins/label: "jiro-agents_master_824-t6m6q" kubernetes.jenkins.io/controller: "http___jenkins-ui_cbi_svc_cluster_local_cbix" name: "jiro-agents-master-824-t6m6q-7qd31-089w2" namespace: "cbi" spec: containers: - args: - "infinity" command: - "sleep" image: "eclipsefdn/containertools:alpine-latest" imagePullPolicy: "Always" name: "containertools" resources: limits: cpu: "500m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "jiro-agents-master-824-t6m6q-7qd31-089w2" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "jiro-agents-master-824-t6m6q-7qd31-089w2" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3206.vb_15dcf73f6a_9" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" Agent jiro-agents-master-824-sgmfb-rdfp1-7rftq is provisioned from template jiro-agents_master_824-sgmfb-rdfp1 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718830283585" buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro-agents/job/master/824/" runUrl: "job/jiro-agents/job/master/824/" labels: jenkins: "slave" jenkins/label-digest: "434d80827f5414a01a1b1bd99417a639959596b1" jenkins/label: "jiro-agents_master_824-sgmfb" kubernetes.jenkins.io/controller: "http___jenkins-ui_cbi_svc_cluster_local_cbix" name: "jiro-agents-master-824-sgmfb-rdfp1-7rftq" namespace: "cbi" spec: containers: - args: - "infinity" command: - "sleep" image: "eclipsefdn/containertools:alpine-latest" imagePullPolicy: "Always" name: "containertools" resources: limits: cpu: "500m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "jiro-agents-master-824-sgmfb-rdfp1-7rftq" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "jiro-agents-master-824-sgmfb-rdfp1-7rftq" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3206.vb_15dcf73f6a_9" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" [Pipeline] withCredentials Masking supported pattern matches of $DOCKER_REGISTRY_USERNAME or $DOCKER_REGISTRY_PASSWORD [Pipeline] { [Pipeline] sh Agent jiro-agents-master-824-jz37t-v6h6d-g16zc is provisioned from template jiro-agents_master_824-jz37t-v6h6d --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718830283584" buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro-agents/job/master/824/" runUrl: "job/jiro-agents/job/master/824/" labels: jenkins: "slave" jenkins/label-digest: "ac0f3fee93210d0e8f9dbbd9c6959d3ecdfdabca" jenkins/label: "jiro-agents_master_824-jz37t" kubernetes.jenkins.io/controller: "http___jenkins-ui_cbi_svc_cluster_local_cbix" name: "jiro-agents-master-824-jz37t-v6h6d-g16zc" namespace: "cbi" spec: containers: - args: - "infinity" command: - "sleep" image: "eclipsefdn/containertools:alpine-latest" imagePullPolicy: "Always" name: "containertools" resources: limits: cpu: "500m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "jiro-agents-master-824-jz37t-v6h6d-g16zc" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "jiro-agents-master-824-jz37t-v6h6d-g16zc" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3206.vb_15dcf73f6a_9" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" Access registry docker.io for docker.io/eclipsecbi/jiro-agent-basic-ubuntu with user: **** 2024/06/19 20:51:37 logged in via ${env.WORKSPACE}/.docker/config.json [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh Building and shipping image to docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3160.vd76b_9ddd10cc Annotation: ,annotation.org.opencontainers.image.created=2024-06-19T20:51:38Z,annotation.org.opencontainers.image.ref.name=docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3160.vd76b_9ddd10cc,annotation.org.opencontainers.image.revision=,annotation.org.opencontainers.image.source=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.url=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.version=remoting-3160.vd76b_9ddd10cc Context: ./target/basic-ubuntu/3160.vd76b_9ddd10cc Dockerfile: ./target/basic-ubuntu/3160.vd76b_9ddd10cc/Dockerfile Dockerfile path: /home/jenkins/agent/workspace/jiro-agents_master/target/basic-ubuntu/3160.vd76b_9ddd10cc filename: Dockerfile buildArgs: push: true latest: false #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.63kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/eclipsecbi/jiro-agent-basic-ubuntu:spec Running on jiro-agents-master-824-t6m6q-7qd31-089w2 in /home/jenkins/agent/workspace/jiro-agents_master [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] unstash Running on jiro-agents-master-824-sgmfb-rdfp1-7rftq in /home/jenkins/agent/workspace/jiro-agents_master [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] unstash [Pipeline] withCredentials Masking supported pattern matches of $DOCKER_REGISTRY_USERNAME or $DOCKER_REGISTRY_PASSWORD [Pipeline] { [Pipeline] sh Running on jiro-agents-master-824-6m23h-kdwgv-33231 in /home/jenkins/agent/workspace/jiro-agents_master Running on jiro-agents-master-824-xc8zq-bf5x0-fx3lg in /home/jenkins/agent/workspace/jiro-agents_master #2 DONE 0.9s [Pipeline] { [Pipeline] { Running on jiro-agents-master-824-dphpd-v08xb-rgn6g in /home/jenkins/agent/workspace/jiro-agents_master [Pipeline] container [Pipeline] { [Pipeline] withCredentials [Pipeline] container [Pipeline] { Masking supported pattern matches of $DOCKER_REGISTRY_USERNAME or $DOCKER_REGISTRY_PASSWORD [Pipeline] unstash [Pipeline] unstash [Pipeline] { [Pipeline] { [Pipeline] sh #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/6] FROM docker.io/eclipsecbi/jiro-agent-basic-ubuntu:spec@sha256:bd7f3a6bf8882d23bcea44df51137c9b8bae907613fcee5064a5288976549eb6 #4 resolve docker.io/eclipsecbi/jiro-agent-basic-ubuntu:spec@sha256:bd7f3a6bf8882d23bcea44df51137c9b8bae907613fcee5064a5288976549eb6 done #4 DONE 0.0s #5 [2/6] WORKDIR /home/jenkins #5 DONE 0.1s #6 [4/6] ADD https://github.com/jenkinsci/docker-inbound-agent/raw/3160.vd76b_9ddd10cc-3/jenkins-agent /usr/local/bin/jenkins-agent #6 DONE 0.3s #7 [3/6] ADD https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3160.vd76b_9ddd10cc/remoting-3160.vd76b_9ddd10cc.jar /usr/share/jenkins/agent.jar #7 CACHED #6 [4/6] ADD https://github.com/jenkinsci/docker-inbound-agent/raw/3160.vd76b_9ddd10cc-3/jenkins-agent /usr/local/bin/jenkins-agent #6 CACHED #8 [3/6] ADD https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3160.vd76b_9ddd10cc/remoting-3160.vd76b_9ddd10cc.jar /usr/share/jenkins/agent.jar #8 DONE 0.0s #9 [4/6] ADD https://github.com/jenkinsci/docker-inbound-agent/raw/3160.vd76b_9ddd10cc-3/jenkins-agent /usr/local/bin/jenkins-agent #9 DONE 0.0s #10 [5/6] RUN sed -e 's/JAVA_OPTS/JAVA_OPTS \$JENKINS_REMOTING_JAVA_OPTS/g' /usr/local/bin/jenkins-agent > /usr/local/bin/jenkins-agent.sed && mv /usr/local/bin/jenkins-agent.sed /usr/local/bin/jenkins-agent #10 DONE 0.1s #11 [6/6] RUN chmod 755 "$(dirname "/usr/share/jenkins/agent.jar")" && chmod 644 "/usr/share/jenkins/agent.jar" && chmod ug+rx "/usr/local/bin/jenkins-agent" && chgrp 0 "/usr/local/bin/jenkins-agent" #11 DONE 0.1s Agent jiro-agents-master-824-ndzcd-9z3fm-2js9l is provisioned from template jiro-agents_master_824-ndzcd-9z3fm --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718830278891" buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro-agents/job/master/824/" runUrl: "job/jiro-agents/job/master/824/" labels: jenkins: "slave" jenkins/label-digest: "a0371a3fd6b465119f4f95db8c54b90c52da8f6e" jenkins/label: "jiro-agents_master_824-ndzcd" kubernetes.jenkins.io/controller: "http___jenkins-ui_cbi_svc_cluster_local_cbix" name: "jiro-agents-master-824-ndzcd-9z3fm-2js9l" namespace: "cbi" spec: containers: - args: - "infinity" command: - "sleep" image: "eclipsefdn/containertools:alpine-latest" imagePullPolicy: "Always" name: "containertools" resources: limits: cpu: "500m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "jiro-agents-master-824-ndzcd-9z3fm-2js9l" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "jiro-agents-master-824-ndzcd-9z3fm-2js9l" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3206.vb_15dcf73f6a_9" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" #12 [auth] eclipsecbi/jiro-agent-basic-ubuntu:pull,push token for registry-1.docker.io #12 DONE 0.0s #13 exporting to image #13 exporting layers 0.1s done #13 exporting manifest sha256:86a5736f510da26806ffebd1c6ff65ca87448f465f7374c3d0146b3406fd5a86 done #13 exporting config sha256:480c51b6848e34c7653e78110570eb2c7a1f16f4fda5748e26a0bb96d6536cd9 done #13 pushing layers [Pipeline] container [Pipeline] { [Pipeline] unstash [Pipeline] withCredentials [Pipeline] withCredentials Masking supported pattern matches of $DOCKER_REGISTRY_USERNAME or $DOCKER_REGISTRY_PASSWORD Masking supported pattern matches of $DOCKER_REGISTRY_USERNAME or $DOCKER_REGISTRY_PASSWORD [Pipeline] { [Pipeline] { [Pipeline] sh Access registry docker.io for docker.io/eclipsecbi/jiro-agent-centos-7 with user: **** 2024/06/19 20:51:39 logged in via ${env.WORKSPACE}/.docker/config.json [Pipeline] sh Access registry docker.io for docker.io/eclipsecbi/jiro-agent-basic with user: **** 2024/06/19 20:51:40 logged in via ${env.WORKSPACE}/.docker/config.json Access registry docker.io for docker.io/eclipsecbi/jiro-agent-basic-ubuntu with user: **** 2024/06/19 20:51:40 logged in via ${env.WORKSPACE}/.docker/config.json [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [Pipeline] withCredentials Masking supported pattern matches of $DOCKER_REGISTRY_USERNAME or $DOCKER_REGISTRY_PASSWORD [Pipeline] // withCredentials [Pipeline] // withCredentials [Pipeline] sh Access registry docker.io for docker.io/eclipsecbi/jiro-agent-centos-8 with user: **** 2024/06/19 20:51:41 logged in via ${env.WORKSPACE}/.docker/config.json Building and shipping image to docker.io/eclipsecbi/jiro-agent-centos-7:spec Annotation: ,annotation.org.opencontainers.image.created=2024-06-19T20:51:41Z,annotation.org.opencontainers.image.ref.name=docker.io/eclipsecbi/jiro-agent-centos-7:spec,annotation.org.opencontainers.image.revision=,annotation.org.opencontainers.image.source=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.url=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.version=spec Context: centos-7 Dockerfile: ./target/centos-7/Dockerfile Dockerfile path: /home/jenkins/agent/workspace/jiro-agents_master/target/centos-7 filename: Dockerfile buildArgs: push: true latest: false #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 2.86kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/eclipsecbi/centos:7 [Pipeline] sh #2 DONE 0.3s Building and shipping image to docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc Annotation: ,annotation.org.opencontainers.image.created=2024-06-19T20:51:41Z,annotation.org.opencontainers.image.ref.name=docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc,annotation.org.opencontainers.image.revision=,annotation.org.opencontainers.image.source=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.url=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.version=remoting-3160.vd76b_9ddd10cc Context: ./target/basic/3160.vd76b_9ddd10cc Dockerfile: ./target/basic/3160.vd76b_9ddd10cc/Dockerfile Dockerfile path: /home/jenkins/agent/workspace/jiro-agents_master/target/basic/3160.vd76b_9ddd10cc filename: Dockerfile buildArgs: push: true latest: false #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.64kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/eclipsecbi/jiro-agent-basic:spec [Pipeline] { [Pipeline] sh Running on jiro-agents-master-824-jz37t-v6h6d-g16zc in /home/jenkins/agent/workspace/jiro-agents_master #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/6] FROM docker.io/eclipsecbi/centos:7@sha256:4b5127fcbbb3858cc59ec6d0355bb3df253f73c0a865a259f913755abe40a5aa #4 resolve docker.io/eclipsecbi/centos:7@sha256:4b5127fcbbb3858cc59ec6d0355bb3df253f73c0a865a259f913755abe40a5aa done #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 555B done #5 DONE 0.0s #6 [3/6] RUN ln -s /usr/bin/git /usr/local/bin/git && ln -s /bin/bash /usr/local/bin/hipp_shell && if [ ! -a /etc/machine-id ] || [ ! -s /etc/machine-id ]; then dbus-uuidgen > /etc/machine-id; fi #6 CACHED #7 [2/6] RUN yum install -y https://repo.ius.io/ius-release-el7.rpm http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && yum install -y --setopt=skip_missing_names_on_install=False autoconf automake boost-test blas blas-devel clang cmake cppcheck createrepo curl doxygen e2fsprogs-devel gcc gcc-c++ git236 git-lfs gtk3 ImageMagick ImageMagick-devel jq lapack lapack-devel libtool libXtst lsof mailx make mariadb-libs metacity mutter net-snmp-devel.x86_64 okular java-11-openjdk-devel openssl-devel.x86_64 patch perl perl-LDAP python36 rpm-build rsync strace subversion sysstat tcl tcpdump tcsh telnet texlive texlive-latex texlive-tex4ht tigervnc tigervnc-server tk unzip vino webkitgtk3 webkitgtk4 wget xmlstarlet xorg-x11-apps.x86_64 xorg-x11-drv-dummy.x86_64 xorg-x11-drv-evdev.x86_64 xorg-x11-drv-fbdev.x86_64 xorg-x11-drv-keyboard.x86_64 xorg-x11-drv-mouse.x86_64 xorg-x11-drv-synaptics.x86_64 xorg-x11-drv-vmmouse.x86_64 xorg-x11-drv-void.x86_64 xorg-x11-server-Xvfb.x86_64 xterm xz zip zsh && yum clean all && rm -rf /var/cache #7 CACHED #8 [4/6] RUN mkdir -p /home/jenkins/.vnc && chmod -R 775 /home/jenkins && echo "123456" | vncpasswd -f > /home/jenkins/.vnc/passwd && chmod 600 /home/jenkins/.vnc/passwd #8 CACHED #9 [5/6] COPY scripts/xstartup_mutter.sh /home/jenkins/.vnc/xstartup.sh #9 CACHED #10 [6/6] RUN chmod 755 /home/jenkins/.vnc/xstartup.sh #10 CACHED #11 [auth] eclipsecbi/jiro-agent-centos-7:pull,push token for registry-1.docker.io #11 DONE 0.0s #12 exporting to image #12 exporting layers done #12 exporting manifest sha256:46583905ecb3568bfffe6ef42ab918f62d32aec6c54b6c9a3d61e40972fb483d 0.0s done #12 exporting config sha256:c8e914f7f6e0970882255ee995f81459ee32c2bc729ca7cee2e1b994b1a62097 0.0s done #12 pushing layers Building and shipping image to docker.io/eclipsecbi/jiro-agent-basic-ubuntu:spec Annotation: ,annotation.org.opencontainers.image.created=2024-06-19T20:51:42Z,annotation.org.opencontainers.image.ref.name=docker.io/eclipsecbi/jiro-agent-basic-ubuntu:spec,annotation.org.opencontainers.image.revision=,annotation.org.opencontainers.image.source=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.url=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.version=spec Context: basic-ubuntu Dockerfile: ./target/basic-ubuntu/Dockerfile Dockerfile path: /home/jenkins/agent/workspace/jiro-agents_master/target/basic-ubuntu filename: Dockerfile buildArgs: push: true latest: false [Pipeline] } [Pipeline] // withCredentials [Pipeline] { [Pipeline] sh #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.07kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/ibm-semeru-runtimes:open-17-jdk-jammy #2 DONE 0.6s [Pipeline] container [Pipeline] { [Pipeline] unstash #13 pushing layers 2.7s done #13 pushing manifest for docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3160.vd76b_9ddd10cc@sha256:86a5736f510da26806ffebd1c6ff65ca87448f465f7374c3d0146b3406fd5a86 Access registry docker.io for docker.io/eclipsecbi/jiro-agent-centos-7 with user: **** 2024/06/19 20:51:42 logged in via ${env.WORKSPACE}/.docker/config.json #12 pushing layers 0.9s done #12 pushing manifest for docker.io/eclipsecbi/jiro-agent-centos-7:spec@sha256:46583905ecb3568bfffe6ef42ab918f62d32aec6c54b6c9a3d61e40972fb483d #3 [4/6] ADD https://github.com/jenkinsci/docker-inbound-agent/raw/3160.vd76b_9ddd10cc-3/jenkins-agent /usr/local/bin/jenkins-agent #3 CACHED #4 [3/6] ADD https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3160.vd76b_9ddd10cc/remoting-3160.vd76b_9ddd10cc.jar /usr/share/jenkins/agent.jar #4 CACHED #5 [internal] load .dockerignore #5 transferring context: 2B done #5 DONE 0.0s #6 [1/6] FROM docker.io/eclipsecbi/jiro-agent-basic:spec@sha256:5c982d22f8fa5c9d0a14d64b951e8d4ea3a8e5ffdb16be1ef113b5c2533a84e4 #6 resolve docker.io/eclipsecbi/jiro-agent-basic:spec@sha256:5c982d22f8fa5c9d0a14d64b951e8d4ea3a8e5ffdb16be1ef113b5c2533a84e4 done #6 sha256:ed3a7411017e7b7826d9a0b6c843af4cb2a43573587a4631e206c504f297fbf2 122B / 122B 0.1s done #6 extracting sha256:ed3a7411017e7b7826d9a0b6c843af4cb2a43573587a4631e206c504f297fbf2 done #6 DONE 0.1s #7 [2/6] WORKDIR /home/jenkins #7 DONE 0.0s #8 [3/6] ADD https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3160.vd76b_9ddd10cc/remoting-3160.vd76b_9ddd10cc.jar /usr/share/jenkins/agent.jar #8 DONE 0.0s #9 [4/6] ADD https://github.com/jenkinsci/docker-inbound-agent/raw/3160.vd76b_9ddd10cc-3/jenkins-agent /usr/local/bin/jenkins-agent #9 DONE 0.0s #10 [5/6] RUN sed -e 's/JAVA_OPTS/JAVA_OPTS \$JENKINS_REMOTING_JAVA_OPTS/g' /usr/local/bin/jenkins-agent > /usr/local/bin/jenkins-agent.sed && mv /usr/local/bin/jenkins-agent.sed /usr/local/bin/jenkins-agent #10 DONE 0.1s [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh Building and shipping image to docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc Annotation: ,annotation.org.opencontainers.image.created=2024-06-19T20:51:42Z,annotation.org.opencontainers.image.ref.name=docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc,annotation.org.opencontainers.image.revision=,annotation.org.opencontainers.image.source=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.url=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.version=remoting-3160.vd76b_9ddd10cc Context: ./target/centos-8/3160.vd76b_9ddd10cc Dockerfile: ./target/centos-8/3160.vd76b_9ddd10cc/Dockerfile Dockerfile path: /home/jenkins/agent/workspace/jiro-agents_master/target/centos-8/3160.vd76b_9ddd10cc filename: Dockerfile buildArgs: push: true latest: false #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.64kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/eclipsecbi/jiro-agent-centos-8:spec #11 [6/6] RUN chmod 755 "$(dirname "/usr/share/jenkins/agent.jar")" && chmod 644 "/usr/share/jenkins/agent.jar" && chmod ug+rx "/usr/local/bin/jenkins-agent" && chgrp 0 "/usr/local/bin/jenkins-agent" #11 DONE 0.1s #12 exporting to image #12 exporting layers 0.1s done #12 exporting manifest sha256:b1340d8d81e61c04869566bb8077d580e3eacdbc8e50c3422fd061e7393e57e2 done #12 exporting config sha256:e680eeab05d80684ffbf198613ad2265d5c153795b0913f9167937dd2578267c #2 DONE 0.8s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/4] FROM docker.io/library/ibm-semeru-runtimes:open-17-jdk-jammy@sha256:25e16553a1fe0f2863ebf86df9d75d0784de4992fc2bb2277c72360ce2967bd6 #4 resolve docker.io/library/ibm-semeru-runtimes:open-17-jdk-jammy@sha256:25e16553a1fe0f2863ebf86df9d75d0784de4992fc2bb2277c72360ce2967bd6 done #4 DONE 0.0s #5 [2/4] RUN apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:git-core/ppa [Pipeline] withCredentials Masking supported pattern matches of $DOCKER_REGISTRY_USERNAME or $DOCKER_REGISTRY_PASSWORD [Pipeline] { [Pipeline] sh #13 pushing manifest for docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3160.vd76b_9ddd10cc@sha256:86a5736f510da26806ffebd1c6ff65ca87448f465f7374c3d0146b3406fd5a86 0.3s done #13 DONE 3.1s #12 ... #13 [auth] eclipsecbi/jiro-agent-basic:pull,push token for registry-1.docker.io #13 DONE 0.0s #12 exporting to image #12 exporting config sha256:e680eeab05d80684ffbf198613ad2265d5c153795b0913f9167937dd2578267c done #12 pushing layers #12 pushing manifest for docker.io/eclipsecbi/jiro-agent-centos-7:spec@sha256:46583905ecb3568bfffe6ef42ab918f62d32aec6c54b6c9a3d61e40972fb483d 0.3s done #12 DONE 1.2s #5 0.204 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] #5 0.334 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] Building and shipping image to docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc Annotation: ,annotation.org.opencontainers.image.created=2024-06-19T20:51:43Z,annotation.org.opencontainers.image.ref.name=docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc,annotation.org.opencontainers.image.revision=,annotation.org.opencontainers.image.source=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.url=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.version=remoting-3160.vd76b_9ddd10cc Context: ./target/centos-7/3160.vd76b_9ddd10cc Dockerfile: ./target/centos-7/3160.vd76b_9ddd10cc/Dockerfile Dockerfile path: /home/jenkins/agent/workspace/jiro-agents_master/target/centos-7/3160.vd76b_9ddd10cc filename: Dockerfile buildArgs: push: true latest: false #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.64kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/eclipsecbi/jiro-agent-centos-7:spec #2 DONE 0.7s #5 0.384 Get:3 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB] #5 0.413 Get:4 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,474 kB] #5 0.497 Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,921 kB] #5 0.516 Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1,092 kB] [Pipeline] } [Pipeline] } [Pipeline] // container [Pipeline] // container [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // podTemplate [Pipeline] // podTemplate [Pipeline] } [Pipeline] } #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/6] FROM docker.io/eclipsecbi/jiro-agent-centos-8:spec@sha256:5f41e1074bafb0e14b3194b0be5a9d9d3d5a52ea9aa9d20667033b2fce3d22c4 #4 resolve docker.io/eclipsecbi/jiro-agent-centos-8:spec@sha256:5f41e1074bafb0e14b3194b0be5a9d9d3d5a52ea9aa9d20667033b2fce3d22c4 done #4 DONE 0.0s #5 [4/6] ADD https://github.com/jenkinsci/docker-inbound-agent/raw/3160.vd76b_9ddd10cc-3/jenkins-agent /usr/local/bin/jenkins-agent #5 DONE 0.1s #6 [3/6] ADD https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3160.vd76b_9ddd10cc/remoting-3160.vd76b_9ddd10cc.jar /usr/share/jenkins/agent.jar #5 0.792 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] #5 0.896 Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] Access registry docker.io for docker.io/eclipsecbi/jiro-agent-centos-8 with user: **** 2024/06/19 20:51:43 logged in via ${env.WORKSPACE}/.docker/config.json [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh #6 DONE 0.3s #5 1.006 Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] #7 [5/6] RUN sed -e 's/JAVA_OPTS/JAVA_OPTS \$JENKINS_REMOTING_JAVA_OPTS/g' /usr/local/bin/jenkins-agent > /usr/local/bin/jenkins-agent.sed && mv /usr/local/bin/jenkins-agent.sed /usr/local/bin/jenkins-agent #7 CACHED #8 [2/6] WORKDIR /home/jenkins #8 CACHED #9 [3/6] ADD https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3160.vd76b_9ddd10cc/remoting-3160.vd76b_9ddd10cc.jar /usr/share/jenkins/agent.jar #9 CACHED #10 [4/6] ADD https://github.com/jenkinsci/docker-inbound-agent/raw/3160.vd76b_9ddd10cc-3/jenkins-agent /usr/local/bin/jenkins-agent #10 CACHED #11 [6/6] RUN chmod 755 "$(dirname "/usr/share/jenkins/agent.jar")" && chmod 644 "/usr/share/jenkins/agent.jar" && chmod ug+rx "/usr/local/bin/jenkins-agent" && chgrp 0 "/usr/local/bin/jenkins-agent" #11 CACHED #12 [auth] eclipsecbi/jiro-agent-centos-8:pull,push token for registry-1.docker.io #12 DONE 0.0s #13 exporting to image #13 exporting layers done #13 exporting manifest sha256:40c1ba00fba2d42b88f6166313c23a1aac8135520d8049235a2531eaeec5aa93 done #13 exporting config sha256:485a9530923bb106583818944ac5789726a17ea83283e53e58e143a2ab65f2e0 done #13 pushing layers #2 DONE 0.8s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/6] FROM docker.io/eclipsecbi/jiro-agent-centos-7:spec@sha256:46583905ecb3568bfffe6ef42ab918f62d32aec6c54b6c9a3d61e40972fb483d #4 resolve docker.io/eclipsecbi/jiro-agent-centos-7:spec@sha256:46583905ecb3568bfffe6ef42ab918f62d32aec6c54b6c9a3d61e40972fb483d done #4 DONE 0.0s #5 [4/6] ADD https://github.com/jenkinsci/docker-inbound-agent/raw/3160.vd76b_9ddd10cc-3/jenkins-agent /usr/local/bin/jenkins-agent #5 DONE 0.1s #6 [3/6] ADD https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3160.vd76b_9ddd10cc/remoting-3160.vd76b_9ddd10cc.jar /usr/share/jenkins/agent.jar #6 DONE 0.3s #7 [2/6] WORKDIR /home/jenkins #7 CACHED #8 [3/6] ADD https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/3160.vd76b_9ddd10cc/remoting-3160.vd76b_9ddd10cc.jar /usr/share/jenkins/agent.jar #8 CACHED #9 [4/6] ADD https://github.com/jenkinsci/docker-inbound-agent/raw/3160.vd76b_9ddd10cc-3/jenkins-agent /usr/local/bin/jenkins-agent #9 CACHED #10 [5/6] RUN sed -e 's/JAVA_OPTS/JAVA_OPTS \$JENKINS_REMOTING_JAVA_OPTS/g' /usr/local/bin/jenkins-agent > /usr/local/bin/jenkins-agent.sed && mv /usr/local/bin/jenkins-agent.sed /usr/local/bin/jenkins-agent #10 CACHED #11 [6/6] RUN chmod 755 "$(dirname "/usr/share/jenkins/agent.jar")" && chmod 644 "/usr/share/jenkins/agent.jar" && chmod ug+rx "/usr/local/bin/jenkins-agent" && chgrp 0 "/usr/local/bin/jenkins-agent" #11 CACHED #12 exporting to image #12 exporting layers done #12 exporting manifest sha256:9b3bb6851a61d75b72f79aa84c7e287b5c71a3f990dab83ed5169f80adf43584 0.0s done #12 exporting config sha256:30851f34c3f033788c485489f1e0e33504eb981fca328e99e40ff77fda462e96 done #12 pushing layers Building and shipping image to docker.io/eclipsecbi/jiro-agent-centos-8:spec Annotation: ,annotation.org.opencontainers.image.created=2024-06-19T20:51:44Z,annotation.org.opencontainers.image.ref.name=docker.io/eclipsecbi/jiro-agent-centos-8:spec,annotation.org.opencontainers.image.revision=,annotation.org.opencontainers.image.source=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.url=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.version=spec Context: centos-8 Dockerfile: ./target/centos-8/Dockerfile Dockerfile path: /home/jenkins/agent/workspace/jiro-agents_master/target/centos-8 filename: Dockerfile buildArgs: push: true latest: false #12 ... #13 [auth] eclipsecbi/jiro-agent-centos-7:pull,push token for registry-1.docker.io #13 DONE 0.0s #5 1.700 Get:10 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] #5 1.702 Get:11 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] #5 1.704 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1,792 kB] #5 1.775 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,392 kB] #5 1.787 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,552 kB] #5 1.866 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.8 kB] #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 2.46kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/eclipsecbi/centos:8 #12 exporting to image #5 1.867 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,187 kB] #5 1.942 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.0 kB] #5 1.942 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [31.8 kB] #12 pushing layers 2.2s done #12 pushing manifest for docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc@sha256:b1340d8d81e61c04869566bb8077d580e3eacdbc8e50c3422fd061e7393e57e2 #13 pushing layers 1.6s done #13 pushing manifest for docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc@sha256:40c1ba00fba2d42b88f6166313c23a1aac8135520d8049235a2531eaeec5aa93 #2 DONE 0.8s #12 pushing layers 0.9s done #12 pushing manifest for docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc@sha256:9b3bb6851a61d75b72f79aa84c7e287b5c71a3f990dab83ed5169f80adf43584 #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/8] FROM docker.io/eclipsecbi/centos:8@sha256:bee6657e00fc0e385bcadaa9c09f3456aedced6ce0d78c50ec193a5b6b2ac20c #4 resolve docker.io/eclipsecbi/centos:8@sha256:bee6657e00fc0e385bcadaa9c09f3456aedced6ce0d78c50ec193a5b6b2ac20c done #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 555B 0.0s done #5 DONE 0.0s #6 [2/8] RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* #12 pushing manifest for docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc@sha256:9b3bb6851a61d75b72f79aa84c7e287b5c71a3f990dab83ed5169f80adf43584 0.4s done #12 DONE 1.4s #12 pushing manifest for docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc@sha256:b1340d8d81e61c04869566bb8077d580e3eacdbc8e50c3422fd061e7393e57e2 0.3s done #12 DONE 2.6s [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } #13 pushing manifest for docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc@sha256:40c1ba00fba2d42b88f6166313c23a1aac8135520d8049235a2531eaeec5aa93 0.4s done #13 DONE 2.0s [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // podTemplate [Pipeline] // container [Pipeline] } [Pipeline] } #5 2.948 Fetched 32.2 MB in 3s (11.5 MB/s) [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } #6 DONE 1.1s #7 [3/8] RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && dnf install -y https://opensource.wandisco.com/centos/8/git/x86_64/wandisco-git-release-8-1.noarch.rpm && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled powertools && dnf groupinstall -y "Development Tools" && dnf install -y coreutils-single cmake cppcheck git-lfs glibc-langpack-en gtk3 ImageMagick java-11-openjdk-devel jq lsof mutter pinentry python3 python3-devel rsync tigervnc tigervnc-server webkitgtk4 wget xorg-x11-server-Xvfb.x86_64 xterm xz zsh && dnf clean all #5 2.948 Reading package lists... #5 3.908 Reading package lists... #5 4.835 Building dependency tree... #5 5.018 Reading state information... #5 5.215 The following additional packages will be installed: #5 5.215 dbus dirmngr distro-info-data dmsetup gir1.2-glib-2.0 #5 5.215 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent #5 5.215 gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 #5 5.215 libappstream4 libargon2-1 libassuan0 libcap2-bin libcryptsetup12 #5 5.215 libcurl3-gnutls libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 #5 5.215 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data #5 5.215 libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2 libksba8 libmpdec3 #5 5.215 libnpth0 libnss-systemd libpackagekit-glib2-18 libpam-cap libpam-systemd #5 5.215 libpolkit-agent-1-0 libpolkit-gobject-1-0 libpython3-stdlib #5 5.215 libpython3.10-minimal libpython3.10-stdlib libreadline8 libsqlite3-0 #5 5.216 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types #5 5.216 networkd-dispatcher packagekit packagekit-tools pinentry-curses pkexec #5 5.216 policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker #5 5.216 python3-cffi-backend python3-cryptography python3-dbus python3-distro #5 5.216 python3-distro-info python3-gi python3-httplib2 python3-importlib-metadata #5 5.216 python3-jeepney python3-jwt python3-keyring python3-launchpadlib #5 5.216 python3-lazr.restfulclient python3-lazr.uri python3-minimal #5 5.216 python3-more-itertools python3-oauthlib python3-pkg-resources #5 5.216 python3-pyparsing python3-secretstorage python3-six #5 5.216 python3-software-properties python3-wadllib python3-zipp python3.10 #5 5.216 python3.10-minimal readline-common shared-mime-info systemd systemd-sysv #5 5.216 systemd-timesyncd unattended-upgrades xdg-user-dirs xz-utils #5 5.217 Suggested packages: #5 5.217 default-dbus-session-bus | dbus-session-bus dbus-user-session #5 5.217 pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery #5 5.217 gstreamer1.0-tools iw | wireless-tools appstream pinentry-doc python3-doc #5 5.217 python3-tk python3-venv python3-apt-dbg python-apt-doc python-blinker-doc #5 5.217 python-cryptography-doc python3-cryptography-vectors python-dbus-doc #5 5.217 python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin #5 5.217 python3-keyrings.alt python3-testresources python3-setuptools #5 5.217 python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc #5 5.217 binutils binfmt-support readline-doc systemd-container libfido2-1 #5 5.217 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 bsd-mailx default-mta #5 5.217 | mail-transport-agent needrestart powermgmt-base #5 5.370 The following NEW packages will be installed: #5 5.370 dbus dirmngr distro-info-data dmsetup gir1.2-glib-2.0 #7 1.936 CentOS Linux 8 - AppStream 47 MB/s | 8.4 MB 00:00 #5 5.370 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent #5 5.370 gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 #5 5.370 libappstream4 libargon2-1 libassuan0 libcap2-bin libcryptsetup12 #5 5.370 libcurl3-gnutls libdbus-1-3 libdevmapper1.02.1 libdw1 libelf1 #5 5.370 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data #5 5.370 libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2 libksba8 libmpdec3 #5 5.370 libnpth0 libnss-systemd libpackagekit-glib2-18 libpam-cap libpam-systemd #5 5.370 libpolkit-agent-1-0 libpolkit-gobject-1-0 libpython3-stdlib #5 5.370 libpython3.10-minimal libpython3.10-stdlib libreadline8 libsqlite3-0 #5 5.371 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types #5 5.371 networkd-dispatcher packagekit packagekit-tools pinentry-curses pkexec #5 5.371 policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker #5 5.371 python3-cffi-backend python3-cryptography python3-dbus python3-distro #5 5.371 python3-distro-info python3-gi python3-httplib2 python3-importlib-metadata #5 5.371 python3-jeepney python3-jwt python3-keyring python3-launchpadlib #5 5.371 python3-lazr.restfulclient python3-lazr.uri python3-minimal #5 5.371 python3-more-itertools python3-oauthlib python3-pkg-resources #5 5.371 python3-pyparsing python3-secretstorage python3-six #5 5.371 python3-software-properties python3-wadllib python3-zipp python3.10 #5 5.371 python3.10-minimal readline-common shared-mime-info #5 5.371 software-properties-common systemd systemd-sysv systemd-timesyncd #5 5.371 unattended-upgrades xdg-user-dirs xz-utils #5 5.570 0 upgraded, 103 newly installed, 0 to remove and 0 not upgraded. #5 5.570 Need to get 36.4 MB of archives. #5 5.570 After this operation, 137 MB of additional disk space will be used. #5 5.570 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.3 [812 kB] Running on jiro-agents-master-824-ndzcd-9z3fm-2js9l in /home/jenkins/agent/workspace/jiro-agents_master [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] unstash #5 6.195 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.3 [2,242 kB] #5 6.374 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB] #5 6.375 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] #5 6.376 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] #5 6.379 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] #5 6.381 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] #5 6.386 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.3 [641 kB] #5 6.410 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.3 [1,848 kB] #5 6.468 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.3 [508 kB] #5 6.484 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6,910 B] #5 6.485 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB] #5 6.548 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.3 [39.3 kB] #5 6.548 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB] #5 6.549 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB] #5 6.550 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjson-c5 amd64 0.15-3~ubuntu1.22.04.2 [33.5 kB] #5 6.551 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.2 [211 kB] #5 6.553 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libip4tc2 amd64 1.8.7-1ubuntu5.2 [19.9 kB] #5 6.635 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB] #5 6.635 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd amd64 249.11-0ubuntu3.12 [4,581 kB] #5 6.740 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-sysv amd64 249.11-0ubuntu3.12 [10.5 kB] #5 6.741 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] #5 6.743 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] #5 6.744 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.7 [5,326 B] #5 6.745 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 dmsetup amd64 2:1.02.175-2.1ubuntu4 [81.7 kB] #5 6.746 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.3 [1,466 kB] #5 6.811 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgirepository-1.0-1 amd64 1.72.0-1 [55.6 kB] #5 6.812 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1 [164 kB] #5 6.820 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3,459 kB] #5 6.913 Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcap2-bin amd64 1:2.44-1ubuntu0.22.04.1 [26.0 kB] #5 6.914 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB] #5 6.914 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.3 [4,666 B] #5 6.915 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] #5 7.196 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnss-systemd amd64 249.11-0ubuntu3.12 [133 kB] #5 7.197 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-cap amd64 1:2.44-1ubuntu0.22.04.1 [7,928 B] #5 7.198 Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-systemd amd64 249.11-0ubuntu3.12 [203 kB] #5 7.200 Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.4 [763 kB] #5 7.264 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB] #5 7.265 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] #5 7.266 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB] #5 7.267 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gi amd64 3.42.1-0ubuntu1 [229 kB] #5 7.269 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 networkd-dispatcher all 2.1-2ubuntu0.22.04.2 [15.8 kB] #5 7.284 Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu3 [14.6 kB] #5 7.371 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu3 [164 kB] #7 3.826 CentOS Linux 8 - BaseOS 23 MB/s | 4.6 MB 00:00 #5 7.373 Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB] #5 7.374 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 shared-mime-info amd64 2.1-2 [454 kB] #5 7.378 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-timesyncd amd64 249.11-0ubuntu3.12 [31.2 kB] #5 7.379 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB] #5 7.380 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distro-info all 1.1ubuntu0.2 [6,554 B] #5 7.380 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB] #5 7.381 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] #5 7.382 Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB] #5 7.458 Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB] #5 7.544 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8,664 B] #5 7.545 Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB] #5 7.550 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu2 [123 kB] #5 7.551 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu2 [25.3 kB] #5 7.552 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB] #5 7.553 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB] #5 7.556 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB] #5 7.561 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] #5 7.561 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB] #5 7.631 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB] #5 7.717 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB] #5 7.718 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB] #5 7.720 Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB] #5 7.723 Get:67 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.16 [284 kB] #5 7.726 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB] #5 7.728 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB] #5 7.729 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB] #5 7.731 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB] #5 7.733 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu2.3 [80.8 kB] #5 7.804 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB] #5 7.891 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1 [983 kB] [Pipeline] withCredentials Masking supported pattern matches of $DOCKER_REGISTRY_USERNAME or $DOCKER_REGISTRY_PASSWORD [Pipeline] { [Pipeline] sh #5 7.900 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB] #5 7.900 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB] #5 7.901 Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 polkitd amd64 0.105-33 [80.0 kB] #5 7.902 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkexec amd64 0.105-33 [15.2 kB] #5 7.902 Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 policykit-1 amd64 0.105-33 [2,426 B] #5 7.903 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 packagekit amd64 1.2.5-2ubuntu2 [442 kB] #5 7.907 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 packagekit-tools amd64 1.2.5-2ubuntu2 [28.8 kB] #5 7.908 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB] #5 7.977 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB] #5 7.995 Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2.2 [236 kB] #5 7.997 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB] #5 7.998 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB] #5 7.999 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB] #5 8.000 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zipp all 1.0.0-3 [5,440 B] #5 8.000 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB] #5 8.001 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB] #5 8.001 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB] #5 8.064 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB] #5 8.088 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB] #5 8.089 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB] #5 8.089 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB] #5 8.090 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB] #5 8.090 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB] #5 8.091 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB] #5 8.091 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB] #5 8.092 Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB] #5 8.150 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.9 [28.8 kB] #5 8.314 Get:102 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.9 [14.1 kB] #7 4.814 CentOS Linux 8 - Extras 128 kB/s | 10 kB 00:00 #5 8.475 Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 unattended-upgrades all 2.8ubuntu1 [49.4 kB] #5 8.759 debconf: delaying package configuration, since apt-utils is not installed #5 8.789 Fetched 36.4 MB in 3s (11.3 MB/s) #5 8.829 Selecting previously unselected package libpython3.10-minimal:amd64. #5 8.829 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7652 files and directories currently installed.) #5 8.851 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.3_amd64.deb ... #5 8.852 Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) ... #5 8.928 Selecting previously unselected package python3.10-minimal. #5 8.929 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.3_amd64.deb ... #5 8.933 Unpacking python3.10-minimal (3.10.12-1~22.04.3) ... #5 8.977 Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) ... #5 8.980 Setting up python3.10-minimal (3.10.12-1~22.04.3) ... #7 5.668 epel-release-latest-8.noarch.rpm 195 kB/s | 25 kB 00:00 #7 5.891 Dependencies resolved. Access registry docker.io for docker.io/eclipsecbi/jiro-agent-basic with user: **** 2024/06/19 20:51:51 logged in via ${env.WORKSPACE}/.docker/config.json [Pipeline] } [Pipeline] // withCredentials #7 5.892 ================================================================================ #7 5.892 Package Arch Version Repository Size #7 5.892 ================================================================================ #7 5.892 Installing: #7 5.892 epel-release noarch 8-19.el8 @commandline 25 k #7 5.892 Installing dependencies: #7 5.892 dbus-glib x86_64 0.110-2.el8 baseos 127 k #7 5.892 python3-dateutil noarch 1:2.6.1-6.el8 baseos 251 k #7 5.892 python3-dbus x86_64 1.2.4-15.el8 baseos 134 k #7 5.892 python3-dnf-plugins-core noarch 4.0.21-3.el8 baseos 234 k #7 5.892 python3-six noarch 1.11.0-8.el8 baseos 38 k #7 5.892 Installing weak dependencies: #7 5.892 dnf-plugins-core noarch 4.0.21-3.el8 baseos 70 k #7 5.892 #7 5.892 Transaction Summary #7 5.892 ================================================================================ #7 5.892 Install 7 Packages #7 5.892 #7 5.894 Total size: 879 k #7 5.894 Total download size: 855 k #7 5.894 Installed size: 2.3 M #7 5.894 Downloading Packages: #7 5.947 (1/6): dnf-plugins-core-4.0.21-3.el8.noarch.rpm 1.4 MB/s | 70 kB 00:00 #7 5.978 (2/6): python3-dbus-1.2.4-15.el8.x86_64.rpm 4.3 MB/s | 134 kB 00:00 #7 5.983 (3/6): dbus-glib-0.110-2.el8.x86_64.rpm 1.4 MB/s | 127 kB 00:00 #7 6.001 (4/6): python3-dateutil-2.6.1-6.el8.noarch.rpm 2.4 MB/s | 251 kB 00:00 [Pipeline] sh #5 9.620 Selecting previously unselected package python3-minimal. #5 9.620 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7948 files and directories currently installed.) #5 9.625 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ... #5 9.625 Unpacking python3-minimal (3.10.6-1~22.04) ... #5 9.639 Selecting previously unselected package media-types. #5 9.640 Preparing to unpack .../1-media-types_7.0.0_all.deb ... #5 9.641 Unpacking media-types (7.0.0) ... #5 9.655 Selecting previously unselected package libmpdec3:amd64. #5 9.656 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... #5 9.658 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... #5 9.672 Selecting previously unselected package readline-common. #5 9.673 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... #5 9.674 Unpacking readline-common (8.1.2-1) ... #5 9.688 Selecting previously unselected package libreadline8:amd64. #5 9.689 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ... #5 9.690 Unpacking libreadline8:amd64 (8.1.2-1) ... #5 9.704 Selecting previously unselected package libsqlite3-0:amd64. #5 9.706 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.3_amd64.deb ... #5 9.706 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... #5 9.725 Selecting previously unselected package libpython3.10-stdlib:amd64. #7 6.009 (5/6): python3-dnf-plugins-core-4.0.21-3.el8.no 7.5 MB/s | 234 kB 00:00 #7 6.021 (6/6): python3-six-1.11.0-8.el8.noarch.rpm 1.0 MB/s | 38 kB 00:00 #7 6.025 -------------------------------------------------------------------------------- #7 6.026 Total 6.4 MB/s | 855 kB 00:00 #7 6.027 warning: /var/cache/dnf/baseos-398269605bdca3dc/packages/dbus-glib-0.110-2.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY #7 6.028 CentOS Linux 8 - BaseOS 1.6 MB/s | 1.6 kB 00:00 #7 6.217 Importing GPG key 0x8483C65D: #7 6.217 Userid : "CentOS (CentOS Official Signing Key) " #7 6.217 Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D #7 6.217 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial #7 6.243 Key imported successfully #7 6.251 Running transaction check #7 6.288 Transaction check succeeded. #7 6.288 Running transaction test #7 6.341 Transaction test succeeded. #5 9.726 Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.3_amd64.deb ... #5 9.726 Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) ... #5 9.817 Selecting previously unselected package python3.10. #5 9.818 Preparing to unpack .../7-python3.10_3.10.12-1~22.04.3_amd64.deb ... #5 9.819 Unpacking python3.10 (3.10.12-1~22.04.3) ... #5 9.832 Selecting previously unselected package libpython3-stdlib:amd64. #5 9.834 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ... #5 9.834 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ... #5 9.849 Setting up python3-minimal (3.10.6-1~22.04) ... #5 9.996 Selecting previously unselected package python3. #7 6.342 Running transaction #7 6.362 Preparing : 1/1 #7 6.391 Installing : python3-six-1.11.0-8.el8.noarch 1/7 #7 6.432 Installing : python3-dateutil-1:2.6.1-6.el8.noarch 2/7 #7 6.450 Installing : dbus-glib-0.110-2.el8.x86_64 3/7 #7 6.453 Running scriptlet: dbus-glib-0.110-2.el8.x86_64 3/7 #5 9.996 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8378 files and directories currently installed.) #5 10.00 Preparing to unpack .../0-python3_3.10.6-1~22.04_amd64.deb ... #5 10.01 Unpacking python3 (3.10.6-1~22.04) ... #5 10.02 Selecting previously unselected package libapparmor1:amd64. #5 10.02 Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.3_amd64.deb ... #5 10.02 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.3) ... #5 10.03 Selecting previously unselected package libargon2-1:amd64. #5 10.03 Preparing to unpack .../2-libargon2-1_0~20171227-0.3_amd64.deb ... #5 10.04 Unpacking libargon2-1:amd64 (0~20171227-0.3) ... #5 10.05 Selecting previously unselected package libdevmapper1.02.1:amd64. #5 10.05 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ... #5 10.05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ... #5 10.06 Selecting previously unselected package libjson-c5:amd64. #5 10.07 Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.2_amd64.deb ... #5 10.07 Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #5 10.08 Selecting previously unselected package libcryptsetup12:amd64. #5 10.08 Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.2_amd64.deb ... #5 10.08 Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.2) ... #5 10.10 Selecting previously unselected package libip4tc2:amd64. #5 10.10 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5.2_amd64.deb ... #5 10.10 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #5 10.11 Selecting previously unselected package libkmod2:amd64. #5 10.11 Preparing to unpack .../7-libkmod2_29-1ubuntu1_amd64.deb ... #5 10.11 Unpacking libkmod2:amd64 (29-1ubuntu1) ... #5 10.13 Selecting previously unselected package systemd. #5 10.13 Preparing to unpack .../8-systemd_249.11-0ubuntu3.12_amd64.deb ... #5 10.15 Unpacking systemd (249.11-0ubuntu3.12) ... #5 10.30 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.3) ... Building and shipping image to docker.io/eclipsecbi/jiro-agent-basic:spec Annotation: ,annotation.org.opencontainers.image.created=2024-06-19T20:51:53Z,annotation.org.opencontainers.image.ref.name=docker.io/eclipsecbi/jiro-agent-basic:spec,annotation.org.opencontainers.image.revision=,annotation.org.opencontainers.image.source=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.url=https://github.com/eclipse-cbi/jiro-agents.git,annotation.org.opencontainers.image.version=spec Context: basic Dockerfile: ./target/basic/Dockerfile Dockerfile path: /home/jenkins/agent/workspace/jiro-agents_master/target/basic filename: Dockerfile buildArgs: push: true latest: false #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 724B done #1 DONE 0.0s #2 [internal] load metadata for docker.io/eclipsecbi/adoptopenjdk-coreutils:openjdk11-openj9-debian-slim #7 6.629 Installing : python3-dbus-1.2.4-15.el8.x86_64 4/7 #7 6.659 Installing : python3-dnf-plugins-core-4.0.21-3.el8.noarch 5/7 #7 6.672 Installing : dnf-plugins-core-4.0.21-3.el8.noarch 6/7 #7 6.678 Installing : epel-release-8-19.el8.noarch 7/7 #7 6.681 Running scriptlet: epel-release-8-19.el8.noarch 7/7 #7 6.689 Many EPEL packages require the CodeReady Builder (CRB) repository. #7 6.689 It is recommended that you run /usr/bin/crb enable to enable the CRB repository. #7 6.689 #7 6.745 Verifying : dbus-glib-0.110-2.el8.x86_64 1/7 #7 6.745 Verifying : dnf-plugins-core-4.0.21-3.el8.noarch 2/7 #7 6.745 Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 3/7 #7 6.745 Verifying : python3-dbus-1.2.4-15.el8.x86_64 4/7 #7 6.745 Verifying : python3-dnf-plugins-core-4.0.21-3.el8.noarch 5/7 #7 6.745 Verifying : python3-six-1.11.0-8.el8.noarch 6/7 #5 10.30 Setting up libargon2-1:amd64 (0~20171227-0.3) ... #5 10.31 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ... #5 10.31 Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... #5 10.31 Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.2) ... #5 10.31 Setting up libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... #5 10.32 Setting up libkmod2:amd64 (29-1ubuntu1) ... #5 10.32 Setting up systemd (249.11-0ubuntu3.12) ... #5 10.33 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. #5 10.33 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. #5 10.33 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. #5 10.33 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. #5 10.34 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy #5 10.34 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. #5 10.35 Initializing machine ID from random generator. #2 DONE 0.3s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/2] FROM docker.io/eclipsecbi/adoptopenjdk-coreutils:openjdk11-openj9-debian-slim@sha256:c3e1b2aa929429436a5be1e279996668f38d4824c568160c63016c9ecc4f112b #4 resolve docker.io/eclipsecbi/adoptopenjdk-coreutils:openjdk11-openj9-debian-slim@sha256:c3e1b2aa929429436a5be1e279996668f38d4824c568160c63016c9ecc4f112b done #4 DONE 0.0s #5 [2/2] RUN ln -sf /bin/bash /bin/sh #5 CACHED #6 [auth] eclipsecbi/jiro-agent-basic:pull,push token for registry-1.docker.io #7 6.745 Verifying : epel-release-8-19.el8.noarch 7/7 #7 7.145 #7 7.145 Installed: #7 7.145 dbus-glib-0.110-2.el8.x86_64 dnf-plugins-core-4.0.21-3.el8.noarch #7 7.145 epel-release-8-19.el8.noarch python3-dateutil-1:2.6.1-6.el8.noarch #7 7.145 python3-dbus-1.2.4-15.el8.x86_64 python3-dnf-plugins-core-4.0.21-3.el8.noarch #7 7.145 python3-six-1.11.0-8.el8.noarch #7 7.145 #7 7.145 Complete! #5 10.61 Selecting previously unselected package systemd-sysv. #5 10.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9215 files and directories currently installed.) #5 10.61 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.12_amd64.deb ... #5 10.61 Unpacking systemd-sysv (249.11-0ubuntu3.12) ... #5 10.63 Selecting previously unselected package libdbus-1-3:amd64. #5 10.63 Preparing to unpack .../01-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... #5 10.63 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #5 10.64 Selecting previously unselected package dbus. #5 10.64 Preparing to unpack .../02-dbus_1.12.20-2ubuntu4.1_amd64.deb ... #5 10.65 Unpacking dbus (1.12.20-2ubuntu4.1) ... #5 10.67 Selecting previously unselected package distro-info-data. #5 10.67 Preparing to unpack .../03-distro-info-data_0.52ubuntu0.7_all.deb ... #5 10.67 Unpacking distro-info-data (0.52ubuntu0.7) ... #5 10.68 Selecting previously unselected package dmsetup. #5 10.68 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1ubuntu4_amd64.deb ... #5 10.68 Unpacking dmsetup (2:1.02.175-2.1ubuntu4) ... #5 10.70 Selecting previously unselected package libglib2.0-0:amd64. #5 10.70 Preparing to unpack .../05-libglib2.0-0_2.72.4-0ubuntu2.3_amd64.deb ... #5 10.70 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.3) ... #5 10.73 Selecting previously unselected package libgirepository-1.0-1:amd64. #6 DONE 0.0s #7 exporting to image #7 exporting layers done #7 exporting manifest sha256:2fe469da5a5a2781de84244d245f467df2ad0d5758873de9d622ad985e89d272 done #7 exporting config sha256:56d62eb1e1c7db2ca1eabcd8921dd0a525bed3b984c9ca4463364430bbda75e7 done #7 pushing layers #5 10.73 Preparing to unpack .../06-libgirepository-1.0-1_1.72.0-1_amd64.deb ... #5 10.73 Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ... #5 10.74 Selecting previously unselected package gir1.2-glib-2.0:amd64. #5 10.74 Preparing to unpack .../07-gir1.2-glib-2.0_1.72.0-1_amd64.deb ... #5 10.75 Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ... #5 10.76 Selecting previously unselected package iso-codes. #5 10.76 Preparing to unpack .../08-iso-codes_4.9.0-1_all.deb ... #5 10.76 Unpacking iso-codes (4.9.0-1) ... #5 10.87 Selecting previously unselected package libcap2-bin. #5 10.88 Preparing to unpack .../09-libcap2-bin_1%3a2.44-1ubuntu0.22.04.1_amd64.deb ... #5 10.88 Unpacking libcap2-bin (1:2.44-1ubuntu0.22.04.1) ... #5 10.89 Selecting previously unselected package libelf1:amd64. #5 10.89 Preparing to unpack .../10-libelf1_0.186-1build1_amd64.deb ... #5 10.89 Unpacking libelf1:amd64 (0.186-1build1) ... #5 10.91 Selecting previously unselected package libglib2.0-data. #5 10.91 Preparing to unpack .../11-libglib2.0-data_2.72.4-0ubuntu2.3_all.deb ... #5 10.91 Unpacking libglib2.0-data (2.72.4-0ubuntu2.3) ... #5 10.92 Selecting previously unselected package libicu70:amd64. #5 10.92 Preparing to unpack .../12-libicu70_70.1-2_amd64.deb ... #5 10.92 Unpacking libicu70:amd64 (70.1-2) ... #5 11.06 Selecting previously unselected package libnss-systemd:amd64. #7 pushing layers 0.6s done #7 pushing manifest for docker.io/eclipsecbi/jiro-agent-basic:spec@sha256:2fe469da5a5a2781de84244d245f467df2ad0d5758873de9d622ad985e89d272 #5 11.06 Preparing to unpack .../13-libnss-systemd_249.11-0ubuntu3.12_amd64.deb ... #5 11.06 Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.12) ... #5 11.08 Selecting previously unselected package libpam-cap:amd64. #5 11.08 Preparing to unpack .../14-libpam-cap_1%3a2.44-1ubuntu0.22.04.1_amd64.deb ... #5 11.08 Unpacking libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.1) ... #5 11.09 Selecting previously unselected package libpam-systemd:amd64. #5 11.09 Preparing to unpack .../15-libpam-systemd_249.11-0ubuntu3.12_amd64.deb ... #5 11.09 Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.12) ... #5 11.11 Selecting previously unselected package libxml2:amd64. #5 11.11 Preparing to unpack .../16-libxml2_2.9.13+dfsg-1ubuntu0.4_amd64.deb ... #5 11.11 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.4) ... #5 11.13 Selecting previously unselected package libyaml-0-2:amd64. #5 11.13 Preparing to unpack .../17-libyaml-0-2_0.2.2-1build2_amd64.deb ... #5 11.13 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ... #5 11.15 Selecting previously unselected package lsb-release. #5 11.15 Preparing to unpack .../18-lsb-release_11.1.0ubuntu4_all.deb ... #5 11.15 Unpacking lsb-release (11.1.0ubuntu4) ... #5 11.16 Selecting previously unselected package python3-dbus. #5 11.16 Preparing to unpack .../19-python3-dbus_1.2.18-3build1_amd64.deb ... #5 11.16 Unpacking python3-dbus (1.2.18-3build1) ... #5 11.18 Selecting previously unselected package python3-gi. #5 11.18 Preparing to unpack .../20-python3-gi_3.42.1-0ubuntu1_amd64.deb ... #5 11.18 Unpacking python3-gi (3.42.1-0ubuntu1) ... #5 11.20 Selecting previously unselected package networkd-dispatcher. #5 11.20 Preparing to unpack .../21-networkd-dispatcher_2.1-2ubuntu0.22.04.2_all.deb ... #5 11.20 Unpacking networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #5 11.21 Selecting previously unselected package python-apt-common. #5 11.22 Preparing to unpack .../22-python-apt-common_2.4.0ubuntu3_all.deb ... #5 11.22 Unpacking python-apt-common (2.4.0ubuntu3) ... #5 11.23 Selecting previously unselected package python3-apt. #5 11.23 Preparing to unpack .../23-python3-apt_2.4.0ubuntu3_amd64.deb ... #5 11.23 Unpacking python3-apt (2.4.0ubuntu3) ... #5 11.25 Selecting previously unselected package python3-pkg-resources. #5 11.25 Preparing to unpack .../24-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ... #5 11.25 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... #5 11.27 Selecting previously unselected package shared-mime-info. #7 pushing manifest for docker.io/eclipsecbi/jiro-agent-basic:spec@sha256:2fe469da5a5a2781de84244d245f467df2ad0d5758873de9d622ad985e89d272 0.3s done #7 DONE 0.8s [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } #5 11.27 Preparing to unpack .../25-shared-mime-info_2.1-2_amd64.deb ... #5 11.27 Unpacking shared-mime-info (2.1-2) ... #5 11.29 Selecting previously unselected package systemd-timesyncd. #5 11.29 Preparing to unpack .../26-systemd-timesyncd_249.11-0ubuntu3.12_amd64.deb ... #5 11.30 Unpacking systemd-timesyncd (249.11-0ubuntu3.12) ... #5 11.31 Selecting previously unselected package xdg-user-dirs. #5 11.31 Preparing to unpack .../27-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... #5 11.32 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #5 11.34 Selecting previously unselected package python3-distro-info. #5 11.34 Preparing to unpack .../28-python3-distro-info_1.1ubuntu0.2_all.deb ... #5 11.35 Unpacking python3-distro-info (1.1ubuntu0.2) ... #5 11.36 Selecting previously unselected package xz-utils. #5 11.36 Preparing to unpack .../29-xz-utils_5.2.5-2ubuntu1_amd64.deb ... #5 11.36 Unpacking xz-utils (5.2.5-2ubuntu1) ... #5 11.38 Selecting previously unselected package libassuan0:amd64. #5 11.38 Preparing to unpack .../30-libassuan0_2.5.5-1build1_amd64.deb ... #5 11.38 Unpacking libassuan0:amd64 (2.5.5-1build1) ... #5 11.39 Selecting previously unselected package gpgconf. #5 11.39 Preparing to unpack .../31-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ... #5 11.39 Unpacking gpgconf (2.2.27-3ubuntu2.1) ... #5 11.41 Selecting previously unselected package libksba8:amd64. #5 11.41 Preparing to unpack .../32-libksba8_1.6.0-2ubuntu0.2_amd64.deb ... #5 11.41 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ... #5 11.42 Selecting previously unselected package libnpth0:amd64. #5 11.43 Preparing to unpack .../33-libnpth0_1.6-3build2_amd64.deb ... #5 11.43 Unpacking libnpth0:amd64 (1.6-3build2) ... #5 11.44 Selecting previously unselected package dirmngr. #5 11.44 Preparing to unpack .../34-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ... #5 11.45 Unpacking dirmngr (2.2.27-3ubuntu2.1) ... #5 11.47 Selecting previously unselected package libpackagekit-glib2-18:amd64. #5 11.47 Preparing to unpack .../35-libpackagekit-glib2-18_1.2.5-2ubuntu2_amd64.deb ... #5 11.47 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ... #5 11.49 Selecting previously unselected package gir1.2-packagekitglib-1.0. #5 11.49 Preparing to unpack .../36-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_amd64.deb ... #5 11.49 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ... #5 11.50 Selecting previously unselected package gnupg-l10n. #5 11.50 Preparing to unpack .../37-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ... #5 11.50 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ... #5 11.52 Selecting previously unselected package gnupg-utils. #5 11.52 Preparing to unpack .../38-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ... #5 11.52 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ... #5 11.54 Selecting previously unselected package gpg. #5 11.54 Preparing to unpack .../39-gpg_2.2.27-3ubuntu2.1_amd64.deb ... #5 11.54 Unpacking gpg (2.2.27-3ubuntu2.1) ... #5 11.56 Selecting previously unselected package pinentry-curses. #5 11.56 Preparing to unpack .../40-pinentry-curses_1.1.1-1build2_amd64.deb ... #5 11.57 Unpacking pinentry-curses (1.1.1-1build2) ... #5 11.60 Selecting previously unselected package gpg-agent. #5 11.60 Preparing to unpack .../41-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ... #5 11.60 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ... #5 11.62 Selecting previously unselected package gpg-wks-client. #5 11.62 Preparing to unpack .../42-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ... #5 11.62 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ... #5 11.63 Selecting previously unselected package gpg-wks-server. #5 11.63 Preparing to unpack .../43-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ... #5 11.63 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ... #5 11.65 Selecting previously unselected package gpgsm. #5 11.65 Preparing to unpack .../44-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ... #5 11.65 Unpacking gpgsm (2.2.27-3ubuntu2.1) ... #5 11.66 Selecting previously unselected package gnupg. #5 11.67 Preparing to unpack .../45-gnupg_2.2.27-3ubuntu2.1_all.deb ... #5 11.67 Unpacking gnupg (2.2.27-3ubuntu2.1) ... #5 11.68 Selecting previously unselected package libcurl3-gnutls:amd64. #5 11.68 Preparing to unpack .../46-libcurl3-gnutls_7.81.0-1ubuntu1.16_amd64.deb ... #5 11.68 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.16) ... #5 11.70 Selecting previously unselected package libstemmer0d:amd64. #5 11.70 Preparing to unpack .../47-libstemmer0d_2.2.0-1build1_amd64.deb ... #5 11.70 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ... #5 11.71 Selecting previously unselected package libxmlb2:amd64. #5 11.71 Preparing to unpack .../48-libxmlb2_0.3.6-2build1_amd64.deb ... #5 11.71 Unpacking libxmlb2:amd64 (0.3.6-2build1) ... #5 11.73 Selecting previously unselected package libappstream4:amd64. #5 11.73 Preparing to unpack .../49-libappstream4_0.15.2-2_amd64.deb ... #5 11.73 Unpacking libappstream4:amd64 (0.15.2-2) ... #5 11.74 Selecting previously unselected package libdw1:amd64. #5 11.74 Preparing to unpack .../50-libdw1_0.186-1build1_amd64.deb ... #5 11.74 Unpacking libdw1:amd64 (0.186-1build1) ... #5 11.76 Selecting previously unselected package libglib2.0-bin. #5 11.76 Preparing to unpack .../51-libglib2.0-bin_2.72.4-0ubuntu2.3_amd64.deb ... #5 11.76 Unpacking libglib2.0-bin (2.72.4-0ubuntu2.3) ... #5 11.77 Selecting previously unselected package libunwind8:amd64. #5 11.77 Preparing to unpack .../52-libunwind8_1.3.2-2build2.1_amd64.deb ... #5 11.77 Unpacking libunwind8:amd64 (1.3.2-2build2.1) ... #5 11.79 Selecting previously unselected package libgstreamer1.0-0:amd64. #5 11.79 Preparing to unpack .../53-libgstreamer1.0-0_1.20.3-0ubuntu1_amd64.deb ... #5 11.79 Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ... #5 11.82 Selecting previously unselected package libpolkit-gobject-1-0:amd64. #5 11.82 Preparing to unpack .../54-libpolkit-gobject-1-0_0.105-33_amd64.deb ... #5 11.82 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ... #5 11.83 Selecting previously unselected package libpolkit-agent-1-0:amd64. #5 11.84 Preparing to unpack .../55-libpolkit-agent-1-0_0.105-33_amd64.deb ... #5 11.84 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ... #5 11.85 Selecting previously unselected package polkitd. #5 11.85 Preparing to unpack .../56-polkitd_0.105-33_amd64.deb ... #5 11.85 Unpacking polkitd (0.105-33) ... #5 11.87 Selecting previously unselected package pkexec. #5 11.87 Preparing to unpack .../57-pkexec_0.105-33_amd64.deb ... #5 11.87 Unpacking pkexec (0.105-33) ... #5 11.89 Selecting previously unselected package policykit-1. #5 11.89 Preparing to unpack .../58-policykit-1_0.105-33_amd64.deb ... #5 11.90 Unpacking policykit-1 (0.105-33) ... #5 11.91 Selecting previously unselected package packagekit. #5 11.91 Preparing to unpack .../59-packagekit_1.2.5-2ubuntu2_amd64.deb ... #5 11.91 Unpacking packagekit (1.2.5-2ubuntu2) ... #5 11.94 Selecting previously unselected package packagekit-tools. #5 11.94 Preparing to unpack .../60-packagekit-tools_1.2.5-2ubuntu2_amd64.deb ... #5 11.94 Unpacking packagekit-tools (1.2.5-2ubuntu2) ... #5 11.95 Selecting previously unselected package python3-blinker. #5 11.96 Preparing to unpack .../61-python3-blinker_1.4+dfsg1-0.4_all.deb ... #5 11.96 Unpacking python3-blinker (1.4+dfsg1-0.4) ... #5 11.97 Selecting previously unselected package python3-cffi-backend:amd64. #5 11.97 Preparing to unpack .../62-python3-cffi-backend_1.15.0-1build2_amd64.deb ... #5 11.97 Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ... #5 11.98 Selecting previously unselected package python3-cryptography. #5 11.99 Preparing to unpack .../63-python3-cryptography_3.4.8-1ubuntu2.2_amd64.deb ... #5 11.99 Unpacking python3-cryptography (3.4.8-1ubuntu2.2) ... #5 12.02 Selecting previously unselected package python3-pyparsing. #5 12.02 Preparing to unpack .../64-python3-pyparsing_2.4.7-1_all.deb ... #5 12.02 Unpacking python3-pyparsing (2.4.7-1) ... #5 12.05 Selecting previously unselected package python3-httplib2. #5 12.05 Preparing to unpack .../65-python3-httplib2_0.20.2-2_all.deb ... #5 12.05 Unpacking python3-httplib2 (0.20.2-2) ... #5 12.07 Selecting previously unselected package python3-more-itertools. #5 12.07 Preparing to unpack .../66-python3-more-itertools_8.10.0-2_all.deb ... #5 12.07 Unpacking python3-more-itertools (8.10.0-2) ... #5 12.08 Selecting previously unselected package python3-zipp. #5 12.09 Preparing to unpack .../67-python3-zipp_1.0.0-3_all.deb ... #5 12.09 Unpacking python3-zipp (1.0.0-3) ... #5 12.10 Selecting previously unselected package python3-importlib-metadata. #5 12.10 Preparing to unpack .../68-python3-importlib-metadata_4.6.4-1_all.deb ... #5 12.10 Unpacking python3-importlib-metadata (4.6.4-1) ... #5 12.12 Selecting previously unselected package python3-jeepney. #5 12.12 Preparing to unpack .../69-python3-jeepney_0.7.1-3_all.deb ... #5 12.12 Unpacking python3-jeepney (0.7.1-3) ... #5 12.14 Selecting previously unselected package python3-jwt. #5 12.14 Preparing to unpack .../70-python3-jwt_2.3.0-1ubuntu0.2_all.deb ... #5 12.14 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ... #5 12.16 Selecting previously unselected package python3-secretstorage. #5 12.16 Preparing to unpack .../71-python3-secretstorage_3.3.1-1_all.deb ... #5 12.16 Unpacking python3-secretstorage (3.3.1-1) ... #5 12.17 Selecting previously unselected package python3-keyring. #5 12.17 Preparing to unpack .../72-python3-keyring_23.5.0-1_all.deb ... #5 12.17 Unpacking python3-keyring (23.5.0-1) ... #5 12.19 Selecting previously unselected package python3-lazr.uri. #5 12.19 Preparing to unpack .../73-python3-lazr.uri_1.0.6-2_all.deb ... #5 12.19 Unpacking python3-lazr.uri (1.0.6-2) ... #5 12.21 Selecting previously unselected package python3-wadllib. #5 12.21 Preparing to unpack .../74-python3-wadllib_1.3.6-1_all.deb ... #5 12.21 Unpacking python3-wadllib (1.3.6-1) ... #5 12.23 Selecting previously unselected package python3-distro. #5 12.23 Preparing to unpack .../75-python3-distro_1.7.0-1_all.deb ... #5 12.23 Unpacking python3-distro (1.7.0-1) ... #5 12.24 Selecting previously unselected package python3-oauthlib. #5 12.25 Preparing to unpack .../76-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ... #5 12.25 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ... #5 12.27 Selecting previously unselected package python3-six. #5 12.27 Preparing to unpack .../77-python3-six_1.16.0-3ubuntu1_all.deb ... #5 12.27 Unpacking python3-six (1.16.0-3ubuntu1) ... #5 12.28 Selecting previously unselected package python3-lazr.restfulclient. #5 12.29 Preparing to unpack .../78-python3-lazr.restfulclient_0.14.4-1_all.deb ... #5 12.29 Unpacking python3-lazr.restfulclient (0.14.4-1) ... #5 12.30 Selecting previously unselected package python3-launchpadlib. #5 12.30 Preparing to unpack .../79-python3-launchpadlib_1.10.16-1_all.deb ... #5 12.30 Unpacking python3-launchpadlib (1.10.16-1) ... #5 12.33 Selecting previously unselected package python3-software-properties. #5 12.33 Preparing to unpack .../80-python3-software-properties_0.99.22.9_all.deb ... #5 12.33 Unpacking python3-software-properties (0.99.22.9) ... #5 12.34 Selecting previously unselected package software-properties-common. #5 12.34 Preparing to unpack .../81-software-properties-common_0.99.22.9_all.deb ... #5 12.34 Unpacking software-properties-common (0.99.22.9) ... #5 12.36 Selecting previously unselected package unattended-upgrades. #5 12.36 Preparing to unpack .../82-unattended-upgrades_2.8ubuntu1_all.deb ... #5 12.36 Unpacking unattended-upgrades (2.8ubuntu1) ... #5 12.39 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ... #5 12.40 Setting up media-types (7.0.0) ... #5 12.40 Setting up systemd-sysv (249.11-0ubuntu3.12) ... #5 12.40 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #5 12.41 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ... #5 12.41 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.3) ... #5 12.42 No schema files found: doing nothing. #5 12.42 Setting up distro-info-data (0.52ubuntu0.7) ... #5 12.42 Setting up libxmlb2:amd64 (0.3.6-2build1) ... #5 12.43 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... #5 12.43 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ... #5 12.43 Setting up libnss-systemd:amd64 (249.11-0ubuntu3.12) ... #5 12.43 First installation detected... #5 12.43 Checking NSS setup... #5 12.43 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.16) ... #5 12.43 Setting up libnpth0:amd64 (1.6-3build2) ... #5 12.44 Setting up libassuan0:amd64 (2.5.5-1build1) ... #5 12.44 Setting up libunwind8:amd64 (1.3.2-2build2.1) ... #5 12.44 Setting up libcap2-bin (1:2.44-1ubuntu0.22.04.1) ... #5 12.44 Setting up libglib2.0-data (2.72.4-0ubuntu2.3) ... #5 12.44 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ... #5 12.44 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... #5 12.45 Setting up dbus (1.12.20-2ubuntu4.1) ... #5 12.52 Setting up xz-utils (5.2.5-2ubuntu1) ... #5 12.54 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #5 12.54 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #5 12.54 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #5 12.54 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #5 12.54 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #5 12.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #5 12.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #5 12.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #5 12.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #5 12.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #5 12.55 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #5 12.55 Setting up systemd-timesyncd (249.11-0ubuntu3.12) ... #5 12.72 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. #5 12.72 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. #5 12.72 Setting up python-apt-common (2.4.0ubuntu3) ... #5 12.72 Setting up dmsetup (2:1.02.175-2.1ubuntu4) ... #5 12.73 Setting up libmpdec3:amd64 (2.5.1-2build2) ... #5 12.73 Setting up libpam-systemd:amd64 (249.11-0ubuntu3.12) ... #5 12.80 debconf: unable to initialize frontend: Dialog #5 12.80 debconf: (TERM is not set, so the dialog frontend is not usable.) #5 12.80 debconf: falling back to frontend: Readline #5 12.80 debconf: unable to initialize frontend: Readline #5 12.80 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) #5 12.80 debconf: falling back to frontend: Teletype #5 12.87 Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ... #5 12.87 Setting up libstemmer0d:amd64 (2.2.0-1build1) ... #5 12.87 Setting up libelf1:amd64 (0.186-1build1) ... #5 12.87 Setting up libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.1) ... #5 12.94 debconf: unable to initialize frontend: Dialog #5 12.94 debconf: (TERM is not set, so the dialog frontend is not usable.) #5 12.94 debconf: falling back to frontend: Readline #5 12.94 debconf: unable to initialize frontend: Readline #5 12.94 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) #5 12.94 debconf: falling back to frontend: Teletype #5 12.99 Setting up readline-common (8.1.2-1) ... #7 9.436 Extra Packages for Enterprise Linux 8 - x86_64 6.9 MB/s | 14 MB 00:01 #5 13.00 Setting up iso-codes (4.9.0-1) ... #5 13.00 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ... #5 13.00 Setting up libicu70:amd64 (70.1-2) ... #5 13.00 Setting up pinentry-curses (1.1.1-1build2) ... #5 13.01 Setting up libdw1:amd64 (0.186-1build1) ... #5 13.01 Setting up libreadline8:amd64 (8.1.2-1) ... #5 13.01 Setting up libglib2.0-bin (2.72.4-0ubuntu2.3) ... #5 13.01 Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) ... #5 13.01 Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ... #5 13.01 Setting up gpgconf (2.2.27-3ubuntu2.1) ... #5 13.02 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ... #5 13.02 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.4) ... #5 13.02 Setting up polkitd (0.105-33) ... #5 13.03 Setting up gpg (2.2.27-3ubuntu2.1) ... #5 13.03 Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ... #5 13.04 Setcap worked! gst-ptp-helper is not suid! #5 13.04 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ... #5 13.04 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ... #5 13.04 Setting up gpg-agent (2.2.27-3ubuntu2.1) ... #5 13.15 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. #5 13.26 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. #5 13.36 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. #5 13.47 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. #5 13.47 Setting up python3.10 (3.10.12-1~22.04.3) ... #5 14.15 Setting up gpgsm (2.2.27-3ubuntu2.1) ... #5 14.15 Setting up pkexec (0.105-33) ... #5 14.16 Setting up python3 (3.10.6-1~22.04) ... #5 14.16 running python rtupdate hooks for python3.10... #5 14.16 running python post-rtupdate hooks for python3.10... #5 14.25 Setting up libappstream4:amd64 (0.15.2-2) ... #5 14.25 Setting up python3-six (1.16.0-3ubuntu1) ... #5 14.36 Setting up dirmngr (2.2.27-3ubuntu2.1) ... #5 14.47 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. #5 14.48 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ... #5 14.48 Setting up python3-pyparsing (2.4.7-1) ... #5 14.64 Setting up python3-gi (3.42.1-0ubuntu1) ... #5 14.79 Setting up shared-mime-info (2.1-2) ... #5 15.36 Setting up python3-jeepney (0.7.1-3) ... #5 15.51 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ... #5 15.51 Setting up python3-httplib2 (0.20.2-2) ... #5 15.63 Setting up lsb-release (11.1.0ubuntu4) ... #5 15.64 Setting up python3-distro-info (1.1ubuntu0.2) ... #5 15.75 Setting up policykit-1 (0.105-33) ... #5 15.76 Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ... #5 15.76 Setting up python3-blinker (1.4+dfsg1-0.4) ... #5 15.87 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... #5 16.05 Setting up python3-more-itertools (8.10.0-2) ... #5 16.18 Setting up python3-dbus (1.2.18-3build1) ... #5 16.31 Setting up python3-distro (1.7.0-1) ... #5 16.43 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ... #5 16.43 Setting up python3-jwt (2.3.0-1ubuntu0.2) ... #5 16.55 Setting up python3-apt (2.4.0ubuntu3) ... #5 16.69 Setting up python3-lazr.uri (1.0.6-2) ... #5 16.81 Setting up python3-zipp (1.0.0-3) ... #5 16.92 Setting up unattended-upgrades (2.8ubuntu1) ... #5 17.00 debconf: unable to initialize frontend: Dialog #5 17.00 debconf: (TERM is not set, so the dialog frontend is not usable.) #5 17.00 debconf: falling back to frontend: Readline #5 17.00 debconf: unable to initialize frontend: Readline #5 17.00 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) #5 17.00 debconf: falling back to frontend: Teletype #5 17.05 #5 17.05 Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version #5 17.12 #5 17.12 Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version #5 17.32 Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service. #5 17.41 Setting up python3-cryptography (3.4.8-1ubuntu2.2) ... #5 17.63 Setting up python3-wadllib (1.3.6-1) ... #5 17.75 Setting up gnupg (2.2.27-3ubuntu2.1) ... #5 17.75 Setting up packagekit (1.2.5-2ubuntu2) ... #5 17.76 invoke-rc.d: could not determine current runlevel #5 17.76 invoke-rc.d: policy-rc.d denied execution of force-reload. #5 17.77 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory #5 17.87 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. #5 17.88 Setting up networkd-dispatcher (2.1-2ubuntu0.22.04.2) ... #5 17.98 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service. #5 17.99 Setting up packagekit-tools (1.2.5-2ubuntu2) ... #5 17.99 Setting up python3-importlib-metadata (4.6.4-1) ... #5 18.11 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ... #5 18.27 Setting up python3-secretstorage (3.3.1-1) ... #5 18.38 Setting up python3-keyring (23.5.0-1) ... #5 18.51 Setting up python3-lazr.restfulclient (0.14.4-1) ... #5 18.63 Setting up python3-launchpadlib (1.10.16-1) ... #7 14.46 Last metadata expiration check: 0:00:02 ago on Wed Jun 19 20:51:55 2024. #5 18.77 Setting up python3-software-properties (0.99.22.9) ... #5 18.89 Setting up software-properties-common (0.99.22.9) ... #5 19.01 Processing triggers for libc-bin (2.35-0ubuntu3.8) ... #5 19.06 Processing triggers for dbus (1.12.20-2ubuntu4.1) ... #7 15.76 wandisco-git-release-8-1.noarch.rpm 73 kB/s | 8.6 kB 00:00 #7 16.26 Dependencies resolved. #7 16.26 ================================================================================ #7 16.26 Package Architecture Version Repository Size #7 16.26 ================================================================================ #7 16.26 Installing: #7 16.26 wandisco-git-release noarch 8-1 @commandline 8.6 k #7 16.26 #7 16.26 Transaction Summary #7 16.26 ================================================================================ #7 16.26 Install 1 Package #7 16.26 #7 16.26 Total size: 8.6 k #7 16.26 Installed size: 1.9 k #7 16.26 Downloading Packages: #7 16.26 Running transaction check #7 16.27 Transaction check succeeded. #7 16.27 Running transaction test #7 16.27 Transaction test succeeded. #7 16.27 Running transaction #7 16.28 Preparing : 1/1 #7 16.28 Installing : wandisco-git-release-8-1.noarch 1/1 #7 16.28 Running scriptlet: wandisco-git-release-8-1.noarch 1/1 #7 16.32 Verifying : wandisco-git-release-8-1.noarch 1/1 #7 17.24 #7 17.24 Installed: #7 17.24 wandisco-git-release-8-1.noarch #7 17.24 #7 17.24 Complete! #7 17.80 WANdisco Distribution of git 633 kB/s | 82 kB 00:00 #5 21.54 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease #5 21.67 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #5 21.76 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #5 21.84 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #5 21.92 Get:5 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy InRelease [24.6 kB] #5 22.19 Get:6 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy/main amd64 Packages [2,972 B] #5 22.21 Fetched 27.6 kB in 1s (37.8 kB/s) #7 19.08 Package dnf-plugins-core-4.0.21-3.el8.noarch is already installed. #7 19.54 Dependencies resolved. #5 22.21 Reading package lists... #5 23.08 PPA publishes dbgsym, you may need to include 'main/debug' component #5 23.08 Repository: 'deb https://ppa.launchpadcontent.net/git-core/ppa/ubuntu/ jammy main' #5 23.08 Description: #5 23.08 The most current stable version of Git for Ubuntu. #5 23.08 #5 23.08 For release candidates, go to https://launchpad.net/~git-core/+archive/candidate . #5 23.08 #5 23.08 ╔═════════════════════════════════════════════════════════╗ #5 23.08 ║ NOTE ABOUT THE “WEAK ALGORITHM” WARNING IN UBUNTU 24.04 ║ #5 23.08 ╚═════════════════════════════════════════════════════════╝ #5 23.08 For details about the warning “W: https://ppa.launchpadcontent.net/git-core/ppa/ubuntu/dists/noble/InRelease: Signature by key E1DD270288B4E6030699E45FA1715D88E1DF1F24 uses weak algorithm (rsa1024)”, see: #5 23.08 #5 23.08 https://discourse.ubuntu.com/t/new-requirements-for-apt-repository-signing-in-24-04/42854 #5 23.08 https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2065932 #5 23.08 #5 23.08 There’s nothing that PPA owners can do about this for now, as the key is fully controlled internally by Launchpad. #5 23.08 More info: https://launchpad.net/~git-core/+archive/ubuntu/ppa #5 23.08 Adding repository. #5 23.08 Adding deb entry to /etc/apt/sources.list.d/git-core-ubuntu-ppa-jammy.list #5 23.08 Adding disabled deb-src entry to /etc/apt/sources.list.d/git-core-ubuntu-ppa-jammy.list #5 23.08 Adding key to /etc/apt/trusted.gpg.d/git-core-ubuntu-ppa.gpg with fingerprint E1DD270288B4E6030699E45FA1715D88E1DF1F24 #7 19.55 Nothing to do. #7 19.55 Complete! #5 DONE 23.5s #7 20.18 CentOS Linux 8 - PowerTools 20 MB/s | 2.3 MB 00:00 #6 [3/4] RUN apt-get upgrade -y && apt-get install -y --no-install-recommends bash coreutils curl dumb-init git git-lfs gnupg jq openssh-client rsync fonts-dejavu unzip wget zip #7 20.86 Last metadata expiration check: 0:00:01 ago on Wed Jun 19 20:52:06 2024. #6 0.131 Reading package lists... #6 1.022 Building dependency tree... #6 1.193 Reading state information... #6 1.230 Calculating upgrade... #6 1.429 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. #6 1.471 Reading package lists... #6 2.330 Building dependency tree... #6 2.515 Reading state information... #6 2.696 bash is already the newest version (5.1-6ubuntu1.1). #6 2.696 coreutils is already the newest version (8.32-4.1ubuntu1.2). #6 2.696 curl is already the newest version (7.81.0-1ubuntu1.16). #6 2.696 gnupg is already the newest version (2.2.27-3ubuntu2.1). #6 2.696 gnupg set to manually installed. #6 2.696 The following additional packages will be installed: #7 22.87 Dependencies resolved. #6 2.696 fonts-dejavu-extra git-man libbsd0 libcbor0.8 libedit2 liberror-perl #6 2.696 libfido2-1 libgdbm-compat4 libgdbm6 libjq1 libmd0 libonig5 libperl5.34 #6 2.697 libpopt0 perl perl-modules-5.34 #6 2.698 Suggested packages: #6 2.698 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui #6 2.698 gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n keychain libpam-ssh #6 2.698 monkeysphere ssh-askpass perl-doc libterm-readline-gnu-perl #6 2.698 | libterm-readline-perl-perl make libtap-harness-archive-perl openssh-server #6 2.698 python3-braceexpand #6 2.698 Recommended packages: #6 2.698 patch less xauth netbase #6 2.779 The following NEW packages will be installed: #6 2.779 dumb-init fonts-dejavu fonts-dejavu-extra git git-lfs git-man jq libbsd0 #6 2.779 libcbor0.8 libedit2 liberror-perl libfido2-1 libgdbm-compat4 libgdbm6 libjq1 #6 2.780 libmd0 libonig5 libperl5.34 libpopt0 openssh-client perl perl-modules-5.34 #6 2.781 rsync unzip wget zip #6 2.983 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded. #6 2.983 Need to get 25.3 MB of archives. #6 2.983 After this operation, 110 MB of additional disk space will be used. #6 2.983 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpopt0 amd64 1.18-3build1 [28.2 kB] #7 22.90 ========================================================================================================== #7 22.90 Package Arch Version Repository Size #7 22.90 ========================================================================================================== #7 22.90 Upgrading: #7 22.90 binutils x86_64 2.30-108.el8_5.1 baseos 5.8 M #7 22.90 crypto-policies noarch 20210617-1.gitc776d3e.el8 baseos 63 k #7 22.90 elfutils-libelf x86_64 0.185-1.el8 baseos 221 k #7 22.90 elfutils-libs x86_64 0.185-1.el8 baseos 292 k #7 22.90 file-libs x86_64 5.33-20.el8 baseos 543 k #7 22.90 glibc x86_64 2.28-164.el8 baseos 3.6 M #7 22.90 glibc-common x86_64 2.28-164.el8 baseos 1.3 M #7 22.90 glibc-minimal-langpack x86_64 2.28-164.el8 baseos 58 k #7 22.90 libgcc x86_64 8.5.0-4.el8_5 baseos 79 k #7 22.90 libstdc++ x86_64 8.5.0-4.el8_5 baseos 453 k #7 22.90 libxcrypt x86_64 4.1.1-6.el8 baseos 73 k #7 22.90 ncurses-base noarch 6.1-9.20180224.el8 baseos 81 k #7 22.90 ncurses-libs x86_64 6.1-9.20180224.el8 baseos 334 k #7 22.90 python3-rpm x86_64 4.14.3-19.el8 baseos 154 k #7 22.90 rpm x86_64 4.14.3-19.el8 baseos 543 k #7 22.90 rpm-build-libs x86_64 4.14.3-19.el8 baseos 156 k #7 22.90 rpm-libs x86_64 4.14.3-19.el8 baseos 344 k #7 22.90 Installing group/module packages: #7 22.90 asciidoc noarch 8.6.10-0.5.20180627gitf7c2274.el8 appstream 216 k #7 22.90 autoconf noarch 2.69-29.el8 appstream 710 k #7 22.90 automake noarch 1.16.1-7.el8 appstream 713 k #7 22.90 bison x86_64 3.0.4-10.el8 appstream 688 k #7 22.90 byacc x86_64 1.9.20170709-4.el8 appstream 91 k #7 22.90 ctags x86_64 5.8-22.el8 appstream 170 k #7 22.90 diffstat x86_64 1.61-7.el8 appstream 44 k #7 22.90 elfutils-libelf-devel x86_64 0.185-1.el8 baseos 59 k #7 22.90 flex x86_64 2.6.1-9.el8 appstream 320 k #7 22.90 gcc x86_64 8.5.0-4.el8_5 appstream 23 M #7 22.90 gcc-c++ x86_64 8.5.0-4.el8_5 appstream 12 M #7 22.90 gdb x86_64 8.2-16.el8 appstream 298 k #7 22.90 git x86_64 2.41.0-1.WANdisco WANdisco-git 50 k #7 22.90 glibc-devel x86_64 2.28-164.el8 baseos 1.0 M #7 22.90 intltool noarch 0.51.0-11.el8 appstream 66 k #7 22.90 jna x86_64 4.5.1-5.el8 appstream 242 k #7 22.90 libtool x86_64 2.4.6-25.el8 appstream 709 k #7 22.90 ltrace x86_64 0.7.91-28.el8 appstream 160 k #7 22.90 make x86_64 1:4.2.1-10.el8 baseos 498 k #7 22.90 patchutils x86_64 0.3.4-10.el8 appstream 116 k #7 22.90 perl-Fedora-VSP noarch 0.001-9.el8 appstream 24 k #7 22.90 perl-Sys-Syslog x86_64 0.35-397.el8 appstream 50 k #7 22.90 perl-generators noarch 1.10-9.el8 appstream 18 k #7 22.90 pesign x86_64 0.112-25.el8 appstream 181 k #7 22.90 pkgconf x86_64 1.4.2-1.el8 baseos 38 k #7 22.90 pkgconf-m4 noarch 1.4.2-1.el8 baseos 17 k #7 22.90 pkgconf-pkg-config x86_64 1.4.2-1.el8 baseos 15 k #7 22.90 redhat-rpm-config noarch 125-1.el8 appstream 86 k #7 22.90 rpm-build x86_64 4.14.3-19.el8 appstream 173 k #7 22.90 rpm-sign x86_64 4.14.3-19.el8 baseos 81 k #7 22.90 source-highlight x86_64 3.1.8-17.el8 appstream 660 k #7 22.90 strace x86_64 5.7-3.el8 baseos 1.1 M #7 22.90 systemtap x86_64 4.5-3.el8 appstream 20 k #7 22.90 valgrind x86_64 1:3.17.0-5.el8 appstream 11 M #7 22.90 valgrind-devel x86_64 1:3.17.0-5.el8 appstream 93 k #7 22.90 Installing dependencies: #7 22.90 adobe-mappings-cmap noarch 20171205-3.el8 appstream 2.1 M #7 22.90 adobe-mappings-cmap-deprecated noarch 20171205-3.el8 appstream 119 k #7 22.90 adobe-mappings-pdf noarch 20180407-1.el8 appstream 707 k #7 22.90 annobin x86_64 9.72-1.el8_5.2 appstream 111 k #7 22.90 atk x86_64 2.28.1-1.el8 appstream 272 k #7 22.90 avahi-libs x86_64 0.7-20.el8 baseos 62 k #7 22.90 boost-atomic x86_64 1.66.0-10.el8 appstream 14 k #7 22.90 boost-chrono x86_64 1.66.0-10.el8 appstream 23 k #7 22.90 boost-date-time x86_64 1.66.0-10.el8 appstream 29 k #7 22.90 boost-filesystem x86_64 1.66.0-10.el8 appstream 49 k #7 22.90 boost-regex x86_64 1.66.0-10.el8 appstream 280 k #7 22.90 boost-system x86_64 1.66.0-10.el8 appstream 18 k #7 22.90 boost-thread x86_64 1.66.0-10.el8 appstream 58 k #7 22.90 boost-timer x86_64 1.66.0-10.el8 appstream 21 k #7 22.90 bzip2 x86_64 1.0.6-26.el8 baseos 60 k #7 22.90 cairo x86_64 1.15.12-3.el8 appstream 721 k #7 22.90 compat-lua x86_64 5.1.5-15.el8 epel 77 k #7 22.90 compat-lua-libs x86_64 5.1.5-15.el8 epel 167 k #7 22.90 copy-jdk-configs noarch 4.0-2.el8 appstream 31 k #7 22.90 cpp x86_64 8.5.0-4.el8_5 appstream 10 M #7 22.90 crypto-policies-scripts noarch 20210617-1.gitc776d3e.el8 baseos 83 k #7 22.90 cups-libs x86_64 1:2.2.6-40.el8 baseos 433 k #7 22.90 diffutils x86_64 3.6-6.el8 baseos 358 k #7 22.90 docbook-dtds noarch 1.0-69.el8 appstream 377 k #7 22.90 docbook-style-xsl noarch 1.79.2-9.el8 appstream 1.6 M #7 22.90 dwz x86_64 0.12-10.el8 appstream 109 k #7 22.90 dyninst x86_64 11.0.0-3.el8 appstream 3.9 M #7 22.90 efi-srpm-macros noarch 3-3.el8 appstream 22 k #7 22.90 efivar-libs x86_64 37-4.el8 baseos 107 k #7 22.90 elfutils x86_64 0.185-1.el8 baseos 540 k #7 22.90 elfutils-debuginfod-client x86_64 0.185-1.el8 baseos 66 k #7 22.90 elfutils-devel x86_64 0.185-1.el8 baseos 86 k #7 22.90 emacs-filesystem noarch 1:26.1-7.el8 baseos 70 k #7 22.90 file x86_64 5.33-20.el8 baseos 77 k #7 22.90 fontconfig x86_64 2.13.1-4.el8 baseos 274 k #7 22.90 fontpackages-filesystem noarch 1.44-22.el8 baseos 16 k #7 22.90 freetype x86_64 2.9.1-4.el8_3.1 baseos 394 k #7 22.90 fribidi x86_64 1.0.4-8.el8 appstream 89 k #7 22.90 gc x86_64 7.6.4-3.el8 appstream 109 k #7 22.90 gd x86_64 2.2.5-7.el8 appstream 144 k #7 22.90 gdb-headless x86_64 8.2-16.el8 appstream 3.7 M #7 22.90 gdk-pixbuf2 x86_64 2.36.12-5.el8 baseos 467 k #7 22.90 gdk-pixbuf2-modules x86_64 2.36.12-5.el8 appstream 109 k #7 22.90 gettext x86_64 0.19.8.1-17.el8 baseos 1.1 M #7 22.90 gettext-common-devel noarch 0.19.8.1-17.el8 baseos 419 k #7 22.90 gettext-devel x86_64 0.19.8.1-17.el8 baseos 331 k #7 22.90 gettext-libs x86_64 0.19.8.1-17.el8 baseos 314 k #7 22.90 ghc-srpm-macros noarch 1.4.2-7.el8 appstream 9.3 k #7 22.90 git-core x86_64 2.41.0-1.WANdisco WANdisco-git 11 M #7 22.90 git-core-doc noarch 2.41.0-1.WANdisco WANdisco-git 3.0 M #7 22.90 glibc-headers x86_64 2.28-164.el8 baseos 480 k #7 22.90 go-srpm-macros noarch 2-17.el8 appstream 13 k #7 22.90 google-droid-sans-fonts noarch 20120715-13.el8 appstream 2.5 M #7 22.90 graphite2 x86_64 1.3.10-10.el8 appstream 122 k #7 22.90 graphviz x86_64 2.40.1-43.el8 appstream 1.7 M #7 22.90 groff-base x86_64 1.22.3-18.el8 baseos 1.0 M #7 22.90 grub2-common noarch 1:2.02-106.el8 baseos 891 k #7 22.90 grub2-tools x86_64 1:2.02-106.el8 baseos 2.0 M #7 22.90 grub2-tools-minimal x86_64 1:2.02-106.el8 baseos 210 k #7 22.90 gtk-update-icon-cache x86_64 3.22.30-8.el8 appstream 32 k #7 22.90 gtk2 x86_64 2.24.32-5.el8 appstream 3.4 M #7 22.90 guile x86_64 5:2.0.14-7.el8 appstream 3.5 M #7 22.90 harfbuzz x86_64 1.7.5-3.el8 appstream 295 k #7 22.90 hicolor-icon-theme noarch 0.17-2.el8 appstream 49 k #7 22.90 isl x86_64 0.16.1-6.el8 appstream 841 k #7 22.90 jasper-libs x86_64 2.0.14-5.el8 appstream 167 k #7 22.90 java-1.8.0-openjdk-headless x86_64 1:1.8.0.312.b07-2.el8_5 appstream 34 M #7 22.90 javapackages-filesystem noarch 5.3.0-1.module_el8.0.0+11+5b8c10bd appstream 30 k #7 22.90 jbig2dec-libs x86_64 0.16-1.el8 appstream 71 k #7 22.90 jbigkit-libs x86_64 2.1-14.el8 appstream 55 k #7 22.90 kernel-headers x86_64 4.18.0-348.7.1.el8_5 baseos 8.3 M #7 22.90 lcms2 x86_64 2.9-2.el8 appstream 165 k #7 22.90 libICE x86_64 1.0.9-15.el8 appstream 74 k #7 22.90 libSM x86_64 1.2.3-1.el8 appstream 48 k #7 22.90 libX11 x86_64 1.6.8-5.el8 appstream 611 k #7 22.90 libX11-common noarch 1.6.8-5.el8 appstream 158 k #7 22.90 libXau x86_64 1.0.9-3.el8 appstream 37 k #7 22.90 libXaw x86_64 1.0.13-10.el8 appstream 194 k #7 22.90 libXcomposite x86_64 0.4.4-14.el8 appstream 28 k #7 22.90 libXcursor x86_64 1.1.15-3.el8 appstream 36 k #7 22.90 libXdamage x86_64 1.1.4-14.el8 appstream 27 k #7 22.90 libXext x86_64 1.3.4-1.el8 appstream 45 k #7 22.90 libXfixes x86_64 5.0.3-7.el8 appstream 25 k #7 22.90 libXft x86_64 2.3.3-1.el8 appstream 67 k #7 22.90 libXi x86_64 1.7.10-1.el8 appstream 49 k #7 22.90 libXinerama x86_64 1.1.4-1.el8 appstream 16 k #7 22.90 libXmu x86_64 1.1.3-1.el8 appstream 75 k #7 22.90 libXpm x86_64 3.5.12-8.el8 appstream 58 k #7 22.90 libXrandr x86_64 1.5.2-1.el8 appstream 34 k #7 22.90 libXrender x86_64 0.9.10-7.el8 appstream 33 k #7 22.90 libXt x86_64 1.1.5-12.el8 appstream 186 k #7 22.90 libXxf86misc x86_64 1.0.4-1.el8 appstream 23 k #7 22.90 libXxf86vm x86_64 1.1.4-9.el8 appstream 19 k #7 22.90 libatomic_ops x86_64 7.6.2-3.el8 appstream 38 k #7 22.90 libbabeltrace x86_64 1.5.4-3.el8 baseos 200 k #7 22.90 libcroco x86_64 0.6.12-4.el8_2.1 baseos 113 k #7 22.90 libdatrie x86_64 0.2.9-7.el8 appstream 33 k #7 22.90 libedit x86_64 3.1-23.20170329cvs.el8 baseos 102 k #7 22.90 libfontenc x86_64 1.1.3-8.el8 appstream 37 k #7 22.90 libgomp x86_64 8.5.0-4.el8_5 baseos 206 k #7 22.90 libgs x86_64 9.27-1.el8 appstream 3.1 M #7 22.90 libicu x86_64 60.3-2.el8_1 baseos 8.8 M #7 22.90 libidn x86_64 1.34-5.el8 appstream 239 k #7 22.90 libijs x86_64 0.35-5.el8 appstream 30 k #7 22.90 libipt x86_64 1.6.1-8.el8 appstream 50 k #7 22.90 libjpeg-turbo x86_64 1.5.3-12.el8 appstream 157 k #7 22.90 libmcpp x86_64 2.7.2-20.el8 appstream 81 k #7 22.90 libmpc x86_64 1.1.0-9.1.el8 appstream 61 k #7 22.90 libpaper x86_64 1.1.24-22.el8 appstream 45 k #7 22.90 libpkgconf x86_64 1.4.2-1.el8 baseos 35 k #7 22.90 libpng x86_64 2:1.6.34-5.el8 baseos 126 k #7 22.90 librsvg2 x86_64 2.42.7-4.el8 appstream 571 k #7 22.90 libstdc++-devel x86_64 8.5.0-4.el8_5 appstream 2.0 M #7 22.90 libthai x86_64 0.1.27-2.el8 appstream 203 k #7 22.90 libtiff x86_64 4.0.9-20.el8 appstream 188 k #7 22.90 libtool-ltdl x86_64 2.4.6-25.el8 baseos 58 k #7 22.90 libwebp x86_64 1.0.0-5.el8 appstream 272 k #7 22.90 libxcb x86_64 1.13.1-1.el8 appstream 229 k #7 22.90 libxcrypt-devel x86_64 4.1.1-6.el8 baseos 25 k #7 22.90 libxslt x86_64 1.1.32-6.el8 baseos 250 k #7 22.90 libzstd-devel x86_64 1.4.4-1.el8 baseos 44 k #7 22.90 lksctp-tools x86_64 1.0.18-3.el8 baseos 100 k #7 22.90 m4 x86_64 1.4.18-7.el8 baseos 223 k #7 22.90 mcpp x86_64 2.7.2-20.el8 appstream 31 k #7 22.90 mokutil x86_64 1:0.3.0-11.el8 baseos 45 k #7 22.90 ncurses x86_64 6.1-9.20180224.el8 baseos 387 k #7 22.90 nspr x86_64 4.32.0-1.el8_4 appstream 142 k #7 22.90 nss x86_64 3.67.0-7.el8_5 appstream 741 k #7 22.90 nss-softokn x86_64 3.67.0-7.el8_5 appstream 487 k #7 22.90 nss-softokn-freebl x86_64 3.67.0-7.el8_5 appstream 395 k #7 22.90 nss-sysinit x86_64 3.67.0-7.el8_5 appstream 73 k #7 22.90 nss-tools x86_64 3.67.0-7.el8_5 appstream 576 k #7 22.90 nss-util x86_64 3.67.0-7.el8_5 appstream 137 k #7 22.90 ocaml-srpm-macros noarch 5-4.el8 appstream 9.4 k #7 22.90 openblas-srpm-macros noarch 2-2.el8 appstream 7.9 k #7 22.90 openjpeg2 x86_64 2.4.0-4.el8 appstream 165 k #7 22.90 openssh x86_64 8.0p1-10.el8 baseos 522 k #7 22.90 openssh-clients x86_64 8.0p1-10.el8 baseos 668 k #7 22.90 os-prober x86_64 1.74-9.el8 baseos 51 k #7 22.90 pango x86_64 1.42.4-8.el8 appstream 297 k #7 22.90 patch x86_64 2.7.6-11.el8 baseos 138 k #7 22.90 perl-Carp noarch 1.42-396.el8 baseos 30 k #7 22.90 perl-Data-Dumper x86_64 2.167-399.el8 baseos 58 k #7 22.90 perl-Encode x86_64 4:2.97-3.el8 baseos 1.5 M #7 22.90 perl-Errno x86_64 1.28-420.el8 baseos 76 k #7 22.90 perl-Error noarch 1:0.17025-2.el8 appstream 46 k #7 22.90 perl-Exporter noarch 5.72-396.el8 baseos 34 k #7 22.90 perl-File-Path noarch 2.15-2.el8 baseos 38 k #7 22.90 perl-File-Temp noarch 0.230.600-1.el8 baseos 63 k #7 22.90 perl-Getopt-Long noarch 1:2.50-4.el8 baseos 63 k #7 22.90 perl-Git noarch 2.41.0-1.WANdisco WANdisco-git 36 k #7 22.90 perl-HTTP-Tiny noarch 0.074-1.el8 baseos 58 k #7 22.90 perl-IO x86_64 1.38-420.el8 baseos 142 k #7 22.90 perl-MIME-Base64 x86_64 3.15-396.el8 baseos 31 k #7 22.90 perl-PathTools x86_64 3.74-1.el8 baseos 90 k #7 22.90 perl-Pod-Escapes noarch 1:1.07-395.el8 baseos 20 k #7 22.90 perl-Pod-Perldoc noarch 3.28-396.el8 baseos 86 k #7 22.90 perl-Pod-Simple noarch 1:3.35-395.el8 baseos 213 k #7 22.90 perl-Pod-Usage noarch 4:1.69-395.el8 baseos 34 k #7 22.90 perl-Scalar-List-Utils x86_64 3:1.49-2.el8 baseos 68 k #7 22.90 perl-Socket x86_64 4:2.027-3.el8 baseos 59 k #7 22.90 perl-Storable x86_64 1:3.11-3.el8 baseos 98 k #7 22.90 perl-Term-ANSIColor noarch 4.06-396.el8 baseos 46 k #7 22.90 perl-Term-Cap noarch 1.17-395.el8 baseos 23 k #7 22.90 perl-TermReadKey x86_64 2.37-7.el8 appstream 40 k #7 22.90 perl-Text-ParseWords noarch 3.30-395.el8 baseos 18 k #7 22.90 perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 baseos 24 k #7 22.90 perl-Thread-Queue noarch 3.13-1.el8 appstream 24 k #7 22.90 perl-Time-Local noarch 1:1.280-1.el8 baseos 34 k #7 22.90 perl-Unicode-Normalize x86_64 1.25-396.el8 baseos 82 k #7 22.90 perl-XML-Parser x86_64 2.44-11.el8 appstream 226 k #7 22.90 perl-constant noarch 1.33-396.el8 baseos 25 k #7 22.90 perl-interpreter x86_64 4:5.26.3-420.el8 baseos 6.3 M #7 22.90 perl-libs x86_64 4:5.26.3-420.el8 baseos 1.6 M #7 22.90 perl-macros x86_64 4:5.26.3-420.el8 baseos 72 k #7 22.90 perl-parent noarch 1:0.237-1.el8 baseos 20 k #7 22.90 perl-podlators noarch 4.11-1.el8 baseos 118 k #7 22.90 perl-srpm-macros noarch 1-25.el8 appstream 11 k #7 22.90 perl-threads x86_64 1:2.21-2.el8 baseos 61 k #7 22.90 perl-threads-shared x86_64 1.58-2.el8 baseos 48 k #7 22.90 pixman x86_64 0.38.4-1.el8 appstream 257 k #7 22.90 python-rpm-macros noarch 3-41.el8 appstream 15 k #7 22.90 python-srpm-macros noarch 3-41.el8 appstream 15 k #7 22.90 python3-rpm-macros noarch 3-41.el8 appstream 14 k #7 22.90 qt5-srpm-macros noarch 5.15.2-1.el8 appstream 11 k #7 22.90 rust-srpm-macros noarch 5-2.el8 appstream 9.2 k #7 22.90 sgml-common noarch 0.6.3-50.el8 baseos 62 k #7 22.90 shared-mime-info x86_64 1.9-3.el8 baseos 329 k #7 22.90 systemtap-client x86_64 4.5-3.el8 appstream 3.7 M #7 22.90 systemtap-devel x86_64 4.5-3.el8 appstream 2.3 M #7 22.90 systemtap-runtime x86_64 4.5-3.el8 appstream 509 k #7 22.90 tbb x86_64 2018.2-9.el8 appstream 160 k #7 22.90 tzdata-java noarch 2021e-1.el8 appstream 191 k #7 22.90 unzip x86_64 6.0-45.el8_4 baseos 195 k #7 22.90 urw-base35-bookman-fonts noarch 20170801-10.el8 appstream 857 k #7 22.90 urw-base35-c059-fonts noarch 20170801-10.el8 appstream 884 k #7 22.90 urw-base35-d050000l-fonts noarch 20170801-10.el8 appstream 79 k #7 22.90 urw-base35-fonts noarch 20170801-10.el8 appstream 12 k #7 22.90 urw-base35-fonts-common noarch 20170801-10.el8 appstream 23 k #7 22.90 urw-base35-gothic-fonts noarch 20170801-10.el8 appstream 654 k #7 22.90 urw-base35-nimbus-mono-ps-fonts noarch 20170801-10.el8 appstream 801 k #7 22.90 urw-base35-nimbus-roman-fonts noarch 20170801-10.el8 appstream 865 k #7 22.90 urw-base35-nimbus-sans-fonts noarch 20170801-10.el8 appstream 1.3 M #7 22.90 urw-base35-p052-fonts noarch 20170801-10.el8 appstream 982 k #7 22.90 urw-base35-standard-symbols-ps-fonts noarch 20170801-10.el8 appstream 44 k #7 22.90 urw-base35-z003-fonts noarch 20170801-10.el8 appstream 279 k #7 22.90 vim-filesystem noarch 2:8.0.1763-16.el8 appstream 49 k #7 22.90 which x86_64 2.21-16.el8 baseos 49 k #7 22.90 xml-common noarch 0.6.3-50.el8 baseos 39 k #7 22.90 xorg-x11-font-utils x86_64 1:7.5-41.el8 appstream 104 k #7 22.90 xorg-x11-fonts-ISO8859-1-100dpi noarch 7.5-19.el8 appstream 1.1 M #7 22.90 xorg-x11-server-utils x86_64 7.7-27.el8 appstream 198 k #7 22.90 xz-devel x86_64 5.2.4-3.el8 baseos 62 k #7 22.90 zip x86_64 3.0-23.el8 baseos 270 k #7 22.90 zlib-devel x86_64 1.2.11-17.el8 baseos 58 k #7 22.90 zstd x86_64 1.4.4-1.el8 appstream 393 k #7 22.90 Installing weak dependencies: #7 22.90 elfutils-debuginfod-client-devel x86_64 0.185-1.el8 baseos 56 k #7 22.90 gcc-gdb-plugin x86_64 8.5.0-4.el8_5 appstream 118 k #7 22.90 glibc-langpack-en x86_64 2.28-164.el8 baseos 828 k #7 22.90 grubby x86_64 8.40-42.el8 baseos 49 k #7 22.90 perl-IO-Socket-IP noarch 0.39-5.el8 appstream 47 k #7 22.90 perl-Mozilla-CA noarch 20160104-7.module_el8.3.0+416+dee7bcef appstream 15 k #7 22.90 Enabling module streams: #7 22.90 javapackages-runtime 201801 #7 22.90 perl 5.26 #7 22.90 perl-IO-Socket-SSL 2.066 #7 22.90 perl-libwww-perl 6.34 #7 22.90 Installing Groups: #7 22.90 Development Tools #7 22.90 #7 22.90 Transaction Summary #7 22.90 ========================================================================================================== #7 22.90 Install 257 Packages #7 22.90 Upgrade 17 Packages #7 22.90 #7 22.91 Total download size: 227 M #7 22.91 Downloading Packages: #7 23.13 (1/274): adobe-mappings-cmap-deprecated-2017120 2.2 MB/s | 119 kB 00:00 #7 23.15 (2/274): adobe-mappings-pdf-20180407-1.el8.noar 10 MB/s | 707 kB 00:00 #7 23.16 (3/274): adobe-mappings-cmap-20171205-3.el8.noa 27 MB/s | 2.1 MB 00:00 #7 23.17 (4/274): annobin-9.72-1.el8_5.2.x86_64.rpm 2.8 MB/s | 111 kB 00:00 #7 23.18 (5/274): atk-2.28.1-1.el8.x86_64.rpm 16 MB/s | 272 kB 00:00 #7 23.19 (6/274): asciidoc-8.6.10-0.5.20180627gitf7c2274 6.1 MB/s | 216 kB 00:00 #7 23.22 (7/274): autoconf-2.69-29.el8.noarch.rpm 16 MB/s | 710 kB 00:00 #7 23.22 (8/274): automake-1.16.1-7.el8.noarch.rpm 16 MB/s | 713 kB 00:00 #7 23.22 (9/274): bison-3.0.4-10.el8.x86_64.rpm 17 MB/s | 688 kB 00:00 #7 23.25 (10/274): boost-atomic-1.66.0-10.el8.x86_64.rpm 467 kB/s | 14 kB 00:00 #6 3.185 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 rsync amd64 3.2.7-0ubuntu0.22.04.2 [436 kB] #6 3.222 Get:3 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy/main amd64 git-man all 1:2.45.2-0ppa1~ubuntu22.04.1 [2,188 kB] #7 23.25 (11/274): boost-chrono-1.66.0-10.el8.x86_64.rpm 852 kB/s | 23 kB 00:00 #7 23.25 (12/274): boost-date-time-1.66.0-10.el8.x86_64. 1.1 MB/s | 29 kB 00:00 #7 23.28 (13/274): boost-system-1.66.0-10.el8.x86_64.rpm 665 kB/s | 18 kB 00:00 #7 23.29 (14/274): boost-filesystem-1.66.0-10.el8.x86_64 1.2 MB/s | 49 kB 00:00 #7 23.29 (15/274): boost-regex-1.66.0-10.el8.x86_64.rpm 6.7 MB/s | 280 kB 00:00 #7 23.32 (16/274): byacc-1.9.20170709-4.el8.x86_64.rpm 3.2 MB/s | 91 kB 00:00 #7 23.32 (17/274): boost-thread-1.66.0-10.el8.x86_64.rpm 1.3 MB/s | 58 kB 00:00 #7 23.34 (18/274): cairo-1.15.12-3.el8.x86_64.rpm 28 MB/s | 721 kB 00:00 #7 23.35 (19/274): copy-jdk-configs-4.0-2.el8.noarch.rpm 1.1 MB/s | 31 kB 00:00 #7 23.38 (20/274): ctags-5.8-22.el8.x86_64.rpm 6.1 MB/s | 170 kB 00:00 #7 23.41 (21/274): diffstat-1.61-7.el8.x86_64.rpm 1.6 MB/s | 44 kB 00:00 #7 23.45 (22/274): docbook-dtds-1.0-69.el8.noarch.rpm 8.9 MB/s | 377 kB 00:00 #7 23.50 (23/274): boost-timer-1.66.0-10.el8.x86_64.rpm 100 kB/s | 21 kB 00:00 #6 3.523 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.3 [2,976 kB] #7 23.55 (24/274): cpp-8.5.0-4.el8_5.x86_64.rpm 50 MB/s | 10 MB 00:00 #7 23.55 (25/274): dwz-0.12-10.el8.x86_64.rpm 1.9 MB/s | 109 kB 00:00 #7 23.56 (26/274): docbook-style-xsl-1.79.2-9.el8.noarch 14 MB/s | 1.6 MB 00:00 #7 23.58 (27/274): efi-srpm-macros-3-3.el8.noarch.rpm 792 kB/s | 22 kB 00:00 #7 23.59 (28/274): flex-2.6.1-9.el8.x86_64.rpm 11 MB/s | 320 kB 00:00 #7 23.60 (29/274): fribidi-1.0.4-8.el8.x86_64.rpm 5.1 MB/s | 89 kB 00:00 #7 23.67 (30/274): gc-7.6.4-3.el8.x86_64.rpm 1.5 MB/s | 109 kB 00:00 #7 23.73 (31/274): dyninst-11.0.0-3.el8.x86_64.rpm 22 MB/s | 3.9 MB 00:00 #7 23.76 (32/274): gcc-gdb-plugin-8.5.0-4.el8_5.x86_64.r 4.0 MB/s | 118 kB 00:00 #7 23.79 (33/274): gd-2.2.5-7.el8.x86_64.rpm 4.6 MB/s | 144 kB 00:00 #7 23.84 (34/274): gdb-8.2-16.el8.x86_64.rpm 5.4 MB/s | 298 kB 00:00 #6 3.776 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] #6 3.777 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6,606 B] #6 3.777 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.3 [4,820 kB] #6 3.913 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.3 [232 kB] #7 23.89 (35/274): gcc-c++-8.5.0-4.el8_5.x86_64.rpm 56 MB/s | 12 MB 00:00 #7 23.90 (36/274): gdk-pixbuf2-modules-2.36.12-5.el8.x86 7.4 MB/s | 109 kB 00:00 #7 23.93 (37/274): ghc-srpm-macros-1.4.2-7.el8.noarch.rp 332 kB/s | 9.3 kB 00:00 #7 23.96 (38/274): go-srpm-macros-2-17.el8.noarch.rpm 445 kB/s | 13 kB 00:00 #7 24.06 (39/274): gcc-8.5.0-4.el8_5.x86_64.rpm 51 MB/s | 23 MB 00:00 #6 3.918 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] #6 3.919 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] #6 3.920 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] #6 3.921 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] #6 3.923 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] #6 3.924 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.7 [906 kB] #6 3.926 Get:15 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy/main amd64 git amd64 1:2.45.2-0ppa1~ubuntu22.04.1 [6,738 kB] #6 3.958 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 wget amd64 1.21.2-2ubuntu1 [367 kB] #6 3.963 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-extra all 2.37-2build1 [2,041 kB] #6 4.041 Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 fonts-dejavu all 2.37-2build1 [3,192 B] #6 4.041 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] #6 4.041 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 git-lfs amd64 3.0.2-1ubuntu0.2 [3,503 kB] #6 4.135 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] #6 4.137 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] #6 4.138 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] #6 4.139 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] #6 4.140 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] #6 4.142 Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 dumb-init amd64 1.2.5-2 [14.1 kB] #6 4.267 debconf: delaying package configuration, since apt-utils is not installed #7 24.09 (40/274): gdb-headless-8.2-16.el8.x86_64.rpm 15 MB/s | 3.7 MB 00:00 #7 24.09 (41/274): graphite2-1.3.10-10.el8.x86_64.rpm 4.6 MB/s | 122 kB 00:00 #7 24.10 (42/274): google-droid-sans-fonts-20120715-13.e 17 MB/s | 2.5 MB 00:00 #7 24.11 (43/274): gtk-update-icon-cache-3.22.30-8.el8.x 1.6 MB/s | 32 kB 00:00 #7 24.15 (44/274): graphviz-2.40.1-43.el8.x86_64.rpm 30 MB/s | 1.7 MB 00:00 #7 24.16 (45/274): harfbuzz-1.7.5-3.el8.x86_64.rpm 17 MB/s | 295 kB 00:00 #7 24.18 (46/274): gtk2-2.24.32-5.el8.x86_64.rpm 45 MB/s | 3.4 MB 00:00 #7 24.20 (47/274): guile-2.0.14-7.el8.x86_64.rpm 41 MB/s | 3.5 MB 00:00 #7 24.20 (48/274): hicolor-icon-theme-0.17-2.el8.noarch. 1.4 MB/s | 49 kB 00:00 #7 24.21 (49/274): jasper-libs-2.0.14-5.el8.x86_64.rpm 12 MB/s | 167 kB 00:00 #7 24.22 (50/274): intltool-0.51.0-11.el8.noarch.rpm 1.6 MB/s | 66 kB 00:00 #7 24.23 (51/274): isl-0.16.1-6.el8.x86_64.rpm 24 MB/s | 841 kB 00:00 #7 24.24 (52/274): jbig2dec-libs-0.16-1.el8.x86_64.rpm 5.5 MB/s | 71 kB 00:00 #7 24.24 (53/274): javapackages-filesystem-5.3.0-1.modul 1.1 MB/s | 30 kB 00:00 #7 24.27 (54/274): jbigkit-libs-2.1-14.el8.x86_64.rpm 2.1 MB/s | 55 kB 00:00 #7 24.29 (55/274): lcms2-2.9-2.el8.x86_64.rpm 9.4 MB/s | 165 kB 00:00 #7 24.30 (56/274): jna-4.5.1-5.el8.x86_64.rpm 4.4 MB/s | 242 kB 00:00 #7 24.30 (57/274): libICE-1.0.9-15.el8.x86_64.rpm 5.0 MB/s | 74 kB 00:00 #7 24.33 (58/274): libSM-1.2.3-1.el8.x86_64.rpm 1.6 MB/s | 48 kB 00:00 #7 24.37 (59/274): libX11-1.6.8-5.el8.x86_64.rpm 8.8 MB/s | 611 kB 00:00 #7 24.37 (60/274): libX11-common-1.6.8-5.el8.noarch.rpm 3.7 MB/s | 158 kB 00:00 #7 24.39 (61/274): libXaw-1.0.13-10.el8.x86_64.rpm 13 MB/s | 194 kB 00:00 #7 24.40 (62/274): libXcomposite-0.4.4-14.el8.x86_64.rpm 2.3 MB/s | 28 kB 00:00 #7 24.41 (63/274): libXcursor-1.1.15-3.el8.x86_64.rpm 3.0 MB/s | 36 kB 00:00 #7 24.42 (64/274): libXdamage-1.1.4-14.el8.x86_64.rpm 2.3 MB/s | 27 kB 00:00 #7 24.44 (65/274): libXext-1.3.4-1.el8.x86_64.rpm 3.5 MB/s | 45 kB 00:00 #7 24.44 (66/274): libXau-1.0.9-3.el8.x86_64.rpm 562 kB/s | 37 kB 00:00 #7 24.45 (67/274): libXfixes-5.0.3-7.el8.x86_64.rpm 2.0 MB/s | 25 kB 00:00 #7 24.46 (68/274): libXi-1.7.10-1.el8.x86_64.rpm 3.9 MB/s | 49 kB 00:00 #7 24.47 (69/274): libXft-2.3.3-1.el8.x86_64.rpm 2.4 MB/s | 67 kB 00:00 #7 24.47 (70/274): libXinerama-1.1.4-1.el8.x86_64.rpm 1.3 MB/s | 16 kB 00:00 #7 24.48 (71/274): libXmu-1.1.3-1.el8.x86_64.rpm 5.6 MB/s | 75 kB 00:00 #7 24.49 (72/274): libXrandr-1.5.2-1.el8.x86_64.rpm 2.6 MB/s | 34 kB 00:00 #7 24.51 (73/274): libXpm-3.5.12-8.el8.x86_64.rpm 1.4 MB/s | 58 kB 00:00 #7 24.52 (74/274): libXrender-0.9.10-7.el8.x86_64.rpm 1.1 MB/s | 33 kB 00:00 #7 24.53 (75/274): libXxf86misc-1.0.4-1.el8.x86_64.rpm 2.0 MB/s | 23 kB 00:00 #7 24.54 (76/274): libXt-1.1.5-12.el8.x86_64.rpm 6.5 MB/s | 186 kB 00:00 #7 24.54 (77/274): libXxf86vm-1.1.4-9.el8.x86_64.rpm 1.6 MB/s | 19 kB 00:00 #7 24.56 (78/274): libdatrie-0.2.9-7.el8.x86_64.rpm 2.7 MB/s | 33 kB 00:00 #7 24.57 (79/274): libfontenc-1.1.3-8.el8.x86_64.rpm 2.7 MB/s | 37 kB 00:00 #7 24.57 (80/274): libatomic_ops-7.6.2-3.el8.x86_64.rpm 1.2 MB/s | 38 kB 00:00 #6 4.299 Fetched 25.3 MB in 1s (18.7 MB/s) #6 4.316 Selecting previously unselected package libpopt0:amd64. #6 4.316 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 12283 files and directories currently installed.) #6 4.325 Preparing to unpack .../00-libpopt0_1.18-3build1_amd64.deb ... #6 4.326 Unpacking libpopt0:amd64 (1.18-3build1) ... #6 4.341 Selecting previously unselected package rsync. #6 4.342 Preparing to unpack .../01-rsync_3.2.7-0ubuntu0.22.04.2_amd64.deb ... #6 4.343 Unpacking rsync (3.2.7-0ubuntu0.22.04.2) ... #6 4.363 Selecting previously unselected package perl-modules-5.34. #6 4.365 Preparing to unpack .../02-perl-modules-5.34_5.34.0-3ubuntu1.3_all.deb ... #6 4.365 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.3) ... #6 4.594 Selecting previously unselected package libgdbm6:amd64. #7 24.67 (81/274): libidn-1.34-5.el8.x86_64.rpm 2.5 MB/s | 239 kB 00:00 #7 24.71 (82/274): libgs-9.27-1.el8.x86_64.rpm 21 MB/s | 3.1 MB 00:00 #6 4.596 Preparing to unpack .../03-libgdbm6_1.23-1_amd64.deb ... #6 4.597 Unpacking libgdbm6:amd64 (1.23-1) ... #6 4.611 Selecting previously unselected package libgdbm-compat4:amd64. #6 4.612 Preparing to unpack .../04-libgdbm-compat4_1.23-1_amd64.deb ... #6 4.613 Unpacking libgdbm-compat4:amd64 (1.23-1) ... #6 4.627 Selecting previously unselected package libperl5.34:amd64. #6 4.629 Preparing to unpack .../05-libperl5.34_5.34.0-3ubuntu1.3_amd64.deb ... #6 4.629 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.3) ... #6 4.799 Selecting previously unselected package perl. #7 24.74 (83/274): libipt-1.6.1-8.el8.x86_64.rpm 1.8 MB/s | 50 kB 00:00 #7 24.76 (84/274): libjpeg-turbo-1.5.3-12.el8.x86_64.rpm 11 MB/s | 157 kB 00:00 #7 24.76 (85/274): libijs-0.35-5.el8.x86_64.rpm 324 kB/s | 30 kB 00:00 #7 24.77 (86/274): libmcpp-2.7.2-20.el8.x86_64.rpm 5.9 MB/s | 81 kB 00:00 #7 24.91 (87/274): java-1.8.0-openjdk-headless-1.8.0.312 49 MB/s | 34 MB 00:00 #7 24.91 (88/274): libmpc-1.1.0-9.1.el8.x86_64.rpm 414 kB/s | 61 kB 00:00 #7 24.91 (89/274): libpaper-1.1.24-22.el8.x86_64.rpm 325 kB/s | 45 kB 00:00 #7 24.93 (90/274): libthai-0.1.27-2.el8.x86_64.rpm 13 MB/s | 203 kB 00:00 #7 24.99 (91/274): libtiff-4.0.9-20.el8.x86_64.rpm 2.8 MB/s | 188 kB 00:00 #7 25.02 (92/274): librsvg2-2.42.7-4.el8.x86_64.rpm 4.9 MB/s | 571 kB 00:00 #7 25.04 (93/274): libstdc++-devel-8.5.0-4.el8_5.x86_64. 16 MB/s | 2.0 MB 00:00 #7 25.05 (94/274): libtool-2.4.6-25.el8.x86_64.rpm 12 MB/s | 709 kB 00:00 #7 25.07 (95/274): libxcb-1.13.1-1.el8.x86_64.rpm 6.9 MB/s | 229 kB 00:00 #7 25.07 (96/274): ltrace-0.7.91-28.el8.x86_64.rpm 5.9 MB/s | 160 kB 00:00 #7 25.10 (97/274): nspr-4.32.0-1.el8_4.x86_64.rpm 4.7 MB/s | 142 kB 00:00 #7 25.16 (98/274): libwebp-1.0.0-5.el8.x86_64.rpm 2.0 MB/s | 272 kB 00:00 #6 4.801 Preparing to unpack .../06-perl_5.34.0-3ubuntu1.3_amd64.deb ... #6 4.806 Unpacking perl (5.34.0-3ubuntu1.3) ... #6 4.826 Selecting previously unselected package libmd0:amd64. #6 4.828 Preparing to unpack .../07-libmd0_1.0.4-1build1_amd64.deb ... #6 4.828 Unpacking libmd0:amd64 (1.0.4-1build1) ... #6 4.840 Selecting previously unselected package libbsd0:amd64. #6 4.842 Preparing to unpack .../08-libbsd0_0.11.5-1_amd64.deb ... #6 4.843 Unpacking libbsd0:amd64 (0.11.5-1) ... #6 4.857 Selecting previously unselected package libcbor0.8:amd64. #6 4.859 Preparing to unpack .../09-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... #6 4.860 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #6 4.874 Selecting previously unselected package libedit2:amd64. #6 4.876 Preparing to unpack .../10-libedit2_3.1-20210910-1build1_amd64.deb ... #6 4.876 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... #6 4.892 Selecting previously unselected package libfido2-1:amd64. #6 4.894 Preparing to unpack .../11-libfido2-1_1.10.0-1_amd64.deb ... #6 4.894 Unpacking libfido2-1:amd64 (1.10.0-1) ... #6 4.910 Selecting previously unselected package openssh-client. #6 4.912 Preparing to unpack .../12-openssh-client_1%3a8.9p1-3ubuntu0.7_amd64.deb ... #6 4.921 Unpacking openssh-client (1:8.9p1-3ubuntu0.7) ... #6 4.948 Selecting previously unselected package wget. #6 4.950 Preparing to unpack .../13-wget_1.21.2-2ubuntu1_amd64.deb ... #6 4.951 Unpacking wget (1.21.2-2ubuntu1) ... #6 4.967 Selecting previously unselected package fonts-dejavu-extra. #6 4.969 Preparing to unpack .../14-fonts-dejavu-extra_2.37-2build1_all.deb ... #6 4.969 Unpacking fonts-dejavu-extra (2.37-2build1) ... #6 5.164 Selecting previously unselected package fonts-dejavu. #7 25.19 (99/274): nss-3.67.0-7.el8_5.x86_64.rpm 8.9 MB/s | 741 kB 00:00 #7 25.20 (100/274): mcpp-2.7.2-20.el8.x86_64.rpm 252 kB/s | 31 kB 00:00 #7 25.21 (101/274): nss-softokn-3.67.0-7.el8_5.x86_64.rp 10 MB/s | 487 kB 00:00 #7 25.22 (102/274): nss-sysinit-3.67.0-7.el8_5.x86_64.rp 2.8 MB/s | 73 kB 00:00 #7 25.23 (103/274): nss-softokn-freebl-3.67.0-7.el8_5.x8 9.3 MB/s | 395 kB 00:00 #7 25.25 (104/274): nss-tools-3.67.0-7.el8_5.x86_64.rpm 14 MB/s | 576 kB 00:00 #7 25.26 (105/274): nss-util-3.67.0-7.el8_5.x86_64.rpm 3.3 MB/s | 137 kB 00:00 #7 25.26 (106/274): ocaml-srpm-macros-5-4.el8.noarch.rpm 258 kB/s | 9.4 kB 00:00 #7 25.27 (107/274): openblas-srpm-macros-2-2.el8.noarch. 293 kB/s | 7.9 kB 00:00 #7 25.28 (108/274): openjpeg2-2.4.0-4.el8.x86_64.rpm 10 MB/s | 165 kB 00:00 #7 25.29 (109/274): pango-1.42.4-8.el8.x86_64.rpm 13 MB/s | 297 kB 00:00 #7 25.30 (110/274): patchutils-0.3.4-10.el8.x86_64.rpm 4.1 MB/s | 116 kB 00:00 #7 25.31 (111/274): perl-Error-0.17025-2.el8.noarch.rpm 1.7 MB/s | 46 kB 00:00 #7 25.31 (112/274): perl-Fedora-VSP-0.001-9.el8.noarch.r 921 kB/s | 24 kB 00:00 #7 25.32 (113/274): perl-Mozilla-CA-20160104-7.module_el 1.3 MB/s | 15 kB 00:00 #7 25.33 (114/274): perl-IO-Socket-IP-0.39-5.el8.noarch. 1.6 MB/s | 47 kB 00:00 #7 25.34 (115/274): perl-Sys-Syslog-0.35-397.el8.x86_64. 1.9 MB/s | 50 kB 00:00 #7 25.35 (116/274): perl-TermReadKey-2.37-7.el8.x86_64.r 1.5 MB/s | 40 kB 00:00 #7 25.36 (117/274): perl-Thread-Queue-3.13-1.el8.noarch. 846 kB/s | 24 kB 00:00 #7 25.38 (118/274): perl-srpm-macros-1-25.el8.noarch.rpm 397 kB/s | 11 kB 00:00 #6 5.166 Preparing to unpack .../15-fonts-dejavu_2.37-2build1_all.deb ... #6 5.166 Unpacking fonts-dejavu (2.37-2build1) ... #6 5.179 Selecting previously unselected package liberror-perl. #6 5.180 Preparing to unpack .../16-liberror-perl_0.17029-1_all.deb ... #6 5.181 Unpacking liberror-perl (0.17029-1) ... #6 5.196 Selecting previously unselected package git-man. #6 5.198 Preparing to unpack .../17-git-man_1%3a2.45.2-0ppa1~ubuntu22.04.1_all.deb ... #6 5.198 Unpacking git-man (1:2.45.2-0ppa1~ubuntu22.04.1) ... #6 5.222 Selecting previously unselected package git. #6 5.223 Preparing to unpack .../18-git_1%3a2.45.2-0ppa1~ubuntu22.04.1_amd64.deb ... #6 5.228 Unpacking git (1:2.45.2-0ppa1~ubuntu22.04.1) ... #6 5.366 Selecting previously unselected package git-lfs. #6 5.368 Preparing to unpack .../19-git-lfs_3.0.2-1ubuntu0.2_amd64.deb ... #6 5.368 Unpacking git-lfs (3.0.2-1ubuntu0.2) ... #6 5.423 Selecting previously unselected package libonig5:amd64. #6 5.425 Preparing to unpack .../20-libonig5_6.9.7.1-2build1_amd64.deb ... #6 5.425 Unpacking libonig5:amd64 (6.9.7.1-2build1) ... #6 5.441 Selecting previously unselected package libjq1:amd64. #6 5.443 Preparing to unpack .../21-libjq1_1.6-2.1ubuntu3_amd64.deb ... #6 5.443 Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... #6 5.457 Selecting previously unselected package jq. #6 5.459 Preparing to unpack .../22-jq_1.6-2.1ubuntu3_amd64.deb ... #6 5.460 Unpacking jq (1.6-2.1ubuntu3) ... #6 5.474 Selecting previously unselected package unzip. #7 25.41 (119/274): pesign-0.112-25.el8.x86_64.rpm 6.5 MB/s | 181 kB 00:00 #7 25.42 (120/274): perl-XML-Parser-2.44-11.el8.x86_64.r 2.7 MB/s | 226 kB 00:00 #7 25.44 (121/274): perl-generators-1.10-9.el8.noarch.rp 194 kB/s | 18 kB 00:00 #7 25.44 (122/274): pixman-0.38.4-1.el8.x86_64.rpm 7.9 MB/s | 257 kB 00:00 #7 25.45 (123/274): python-rpm-macros-3-41.el8.noarch.rp 596 kB/s | 15 kB 00:00 #7 25.48 (124/274): python3-rpm-macros-3-41.el8.noarch.r 431 kB/s | 14 kB 00:00 #7 25.48 (125/274): qt5-srpm-macros-5.15.2-1.el8.noarch. 309 kB/s | 11 kB 00:00 #7 25.50 (126/274): python-srpm-macros-3-41.el8.noarch.r 270 kB/s | 15 kB 00:00 #7 25.50 (127/274): redhat-rpm-config-125-1.el8.noarch.r 3.2 MB/s | 86 kB 00:00 #7 25.51 (128/274): rpm-build-4.14.3-19.el8.x86_64.rpm 5.6 MB/s | 173 kB 00:00 #7 25.52 (129/274): rust-srpm-macros-5-2.el8.noarch.rpm 350 kB/s | 9.2 kB 00:00 #7 25.54 (130/274): systemtap-4.5-3.el8.x86_64.rpm 780 kB/s | 20 kB 00:00 #7 25.61 (131/274): source-highlight-3.1.8-17.el8.x86_64 5.9 MB/s | 660 kB 00:00 #7 25.65 (132/274): systemtap-runtime-4.5-3.el8.x86_64.r 16 MB/s | 509 kB 00:00 #7 25.66 (133/274): systemtap-client-4.5-3.el8.x86_64.rp 26 MB/s | 3.7 MB 00:00 #7 25.67 (134/274): tbb-2018.2-9.el8.x86_64.rpm 5.7 MB/s | 160 kB 00:00 #7 25.70 (135/274): systemtap-devel-4.5-3.el8.x86_64.rpm 14 MB/s | 2.3 MB 00:00 #7 25.70 (136/274): tzdata-java-2021e-1.el8.noarch.rpm 4.9 MB/s | 191 kB 00:00 #7 25.72 (137/274): urw-base35-d050000l-fonts-20170801-1 5.8 MB/s | 79 kB 00:00 #6 5.476 Preparing to unpack .../23-unzip_6.0-26ubuntu3.2_amd64.deb ... #6 5.476 Unpacking unzip (6.0-26ubuntu3.2) ... #6 5.491 Selecting previously unselected package zip. #6 5.492 Preparing to unpack .../24-zip_3.0-12build2_amd64.deb ... #6 5.493 Unpacking zip (3.0-12build2) ... #6 5.506 Selecting previously unselected package dumb-init. #6 5.508 Preparing to unpack .../25-dumb-init_1.2.5-2_amd64.deb ... #6 5.508 Unpacking dumb-init (1.2.5-2) ... #6 5.530 Setting up dumb-init (1.2.5-2) ... #6 5.532 Setting up wget (1.21.2-2ubuntu1) ... #6 5.534 Setting up unzip (6.0-26ubuntu3.2) ... #6 5.537 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... #6 5.539 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.3) ... #6 5.540 Setting up zip (3.0-12build2) ... #6 5.542 Setting up fonts-dejavu-extra (2.37-2build1) ... #6 5.543 Setting up libmd0:amd64 (1.0.4-1build1) ... #6 5.545 Setting up git-man (1:2.45.2-0ppa1~ubuntu22.04.1) ... #6 5.546 Setting up libfido2-1:amd64 (1.10.0-1) ... #6 5.548 Setting up libbsd0:amd64 (0.11.5-1) ... #6 5.549 Setting up libonig5:amd64 (6.9.7.1-2build1) ... #6 5.551 Setting up libgdbm6:amd64 (1.23-1) ... #6 5.553 Setting up libpopt0:amd64 (1.18-3build1) ... #6 5.554 Setting up fonts-dejavu (2.37-2build1) ... #6 5.556 Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... #6 5.557 Setting up libedit2:amd64 (3.1-20210910-1build1) ... #6 5.559 Setting up libgdbm-compat4:amd64 (1.23-1) ... #6 5.560 Setting up jq (1.6-2.1ubuntu3) ... #6 5.562 Setting up rsync (3.2.7-0ubuntu0.22.04.2) ... #6 5.576 invoke-rc.d: could not determine current runlevel #6 5.580 invoke-rc.d: policy-rc.d denied execution of start. #6 5.660 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.3) ... #6 5.662 Setting up openssh-client (1:8.9p1-3ubuntu0.7) ... #6 5.708 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #6 5.708 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist #7 25.73 (138/274): urw-base35-c059-fonts-20170801-10.el 33 MB/s | 884 kB 00:00 #7 25.74 (139/274): urw-base35-fonts-common-20170801-10. 2.1 MB/s | 23 kB 00:00 #7 25.77 (140/274): urw-base35-gothic-fonts-20170801-10. 25 MB/s | 654 kB 00:00 #7 25.78 (141/274): urw-base35-bookman-fonts-20170801-10 7.7 MB/s | 857 kB 00:00 #7 25.81 (142/274): urw-base35-fonts-20170801-10.el8.noa 129 kB/s | 12 kB 00:00 #7 25.85 (143/274): urw-base35-nimbus-sans-fonts-2017080 32 MB/s | 1.3 MB 00:00 #7 25.89 (144/274): urw-base35-p052-fonts-20170801-10.el 27 MB/s | 982 kB 00:00 #7 25.89 (145/274): urw-base35-nimbus-roman-fonts-201708 7.8 MB/s | 865 kB 00:00 #7 25.90 (146/274): urw-base35-standard-symbols-ps-fonts 3.4 MB/s | 44 kB 00:00 #7 25.92 (147/274): urw-base35-z003-fonts-20170801-10.el 8.8 MB/s | 279 kB 00:00 #7 25.95 (148/274): valgrind-devel-3.17.0-5.el8.x86_64.r 3.3 MB/s | 93 kB 00:00 #7 25.98 (149/274): vim-filesystem-8.0.1763-16.el8.noarc 1.6 MB/s | 49 kB 00:00 #6 5.709 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #6 5.709 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist #6 5.710 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #6 5.710 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist #6 5.715 Setting up perl (5.34.0-3ubuntu1.3) ... #6 5.723 Setting up liberror-perl (0.17029-1) ... #6 5.725 Setting up git (1:2.45.2-0ppa1~ubuntu22.04.1) ... #6 5.731 Setting up git-lfs (3.0.2-1ubuntu0.2) ... #6 5.751 Processing triggers for libc-bin (2.35-0ubuntu3.8) ... #6 5.761 Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ... #6 DONE 6.0s #7 25.99 (150/274): xorg-x11-font-utils-7.5-41.el8.x86_6 7.0 MB/s | 104 kB 00:00 #7 26.01 (151/274): urw-base35-nimbus-mono-ps-fonts-2017 3.2 MB/s | 801 kB 00:00 #7 26.03 (152/274): xorg-x11-server-utils-7.7-27.el8.x86 13 MB/s | 198 kB 00:00 #7 26.11 (153/274): valgrind-3.17.0-5.el8.x86_64.rpm 52 MB/s | 11 MB 00:00 #7 26.12 (154/274): zstd-1.4.4-1.el8.x86_64.rpm 4.3 MB/s | 393 kB 00:00 #7 26.12 (155/274): xorg-x11-fonts-ISO8859-1-100dpi-7.5- 8.2 MB/s | 1.1 MB 00:00 #7 26.12 (156/274): avahi-libs-0.7-20.el8.x86_64.rpm 4.7 MB/s | 62 kB 00:00 #7 26.14 (157/274): cups-libs-2.2.6-40.el8.x86_64.rpm 21 MB/s | 433 kB 00:00 #7 26.15 (158/274): bzip2-1.0.6-26.el8.x86_64.rpm 2.0 MB/s | 60 kB 00:00 #7 26.16 (159/274): crypto-policies-scripts-20210617-1.g 2.1 MB/s | 83 kB 00:00 #7 26.19 (160/274): diffutils-3.6-6.el8.x86_64.rpm 8.3 MB/s | 358 kB 00:00 #7 26.19 (161/274): efivar-libs-37-4.el8.x86_64.rpm 2.5 MB/s | 107 kB 00:00 #7 26.19 (162/274): elfutils-0.185-1.el8.x86_64.rpm 18 MB/s | 540 kB 00:00 #7 26.22 (163/274): elfutils-debuginfod-client-0.185-1.e 2.2 MB/s | 66 kB 00:00 #7 26.22 (164/274): elfutils-debuginfod-client-devel-0.1 1.9 MB/s | 56 kB 00:00 #7 26.23 (165/274): elfutils-devel-0.185-1.el8.x86_64.rp 2.6 MB/s | 86 kB 00:00 #7 26.23 (166/274): emacs-filesystem-26.1-7.el8.noarch.r 5.1 MB/s | 70 kB 00:00 #7 26.24 (167/274): elfutils-libelf-devel-0.185-1.el8.x8 2.2 MB/s | 59 kB 00:00 #7 26.25 (168/274): file-5.33-20.el8.x86_64.rpm 2.7 MB/s | 77 kB 00:00 #7 26.27 (169/274): fontpackages-filesystem-1.44-22.el8. 633 kB/s | 16 kB 00:00 #7 26.28 (170/274): freetype-2.9.1-4.el8_3.1.x86_64.rpm 13 MB/s | 394 kB 00:00 #7 26.29 (171/274): gdk-pixbuf2-2.36.12-5.el8.x86_64.rpm 24 MB/s | 467 kB 00:00 #7 26.29 (172/274): fontconfig-2.13.1-4.el8.x86_64.rpm 4.4 MB/s | 274 kB 00:00 #7 26.35 (173/274): gettext-devel-0.19.8.1-17.el8.x86_64 6.0 MB/s | 331 kB 00:00 #7 [4/4] RUN ln -sf /bin/bash /bin/sh #7 DONE 0.1s #8 exporting to image #8 exporting layers #7 26.36 (174/274): gettext-0.19.8.1-17.el8.x86_64.rpm 13 MB/s | 1.1 MB 00:00 #7 26.38 (175/274): gettext-libs-0.19.8.1-17.el8.x86_64. 8.9 MB/s | 314 kB 00:00 #7 26.40 (176/274): gettext-common-devel-0.19.8.1-17.el8 3.8 MB/s | 419 kB 00:00 #7 26.43 (177/274): glibc-devel-2.28-164.el8.x86_64.rpm 15 MB/s | 1.0 MB 00:00 #7 26.44 (178/274): glibc-langpack-en-2.28-164.el8.x86_6 19 MB/s | 828 kB 00:00 #7 26.46 (179/274): glibc-headers-2.28-164.el8.x86_64.rp 6.0 MB/s | 480 kB 00:00 #7 26.48 (180/274): groff-base-1.22.3-18.el8.x86_64.rpm 21 MB/s | 1.0 MB 00:00 #7 26.49 (181/274): grub2-common-2.02-106.el8.noarch.rpm 19 MB/s | 891 kB 00:00 #7 26.53 (182/274): grubby-8.40-42.el8.x86_64.rpm 1.2 MB/s | 49 kB 00:00 #7 26.54 (183/274): grub2-tools-2.02-106.el8.x86_64.rpm 26 MB/s | 2.0 MB 00:00 #7 26.54 (184/274): grub2-tools-minimal-2.02-106.el8.x86 3.4 MB/s | 210 kB 00:00 #7 26.56 (185/274): libcroco-0.6.12-4.el8_2.1.x86_64.rpm 7.2 MB/s | 113 kB 00:00 #7 26.57 (186/274): libbabeltrace-1.5.4-3.el8.x86_64.rpm 7.2 MB/s | 200 kB 00:00 #7 26.59 (187/274): libedit-3.1-23.20170329cvs.el8.x86_6 3.4 MB/s | 102 kB 00:00 #7 26.60 (188/274): libgomp-8.5.0-4.el8_5.x86_64.rpm 6.6 MB/s | 206 kB 00:00 #7 26.63 (189/274): libpkgconf-1.4.2-1.el8.x86_64.rpm 1.2 MB/s | 35 kB 00:00 #7 26.66 (190/274): libpng-1.6.34-5.el8.x86_64.rpm 3.3 MB/s | 126 kB 00:00 #7 26.69 (191/274): libtool-ltdl-2.4.6-25.el8.x86_64.rpm 2.2 MB/s | 58 kB 00:00 #7 26.72 (192/274): libxcrypt-devel-4.1.1-6.el8.x86_64.r 944 kB/s | 25 kB 00:00 #7 26.75 (193/274): kernel-headers-4.18.0-348.7.1.el8_5. 37 MB/s | 8.3 MB 00:00 #7 26.76 (194/274): libxslt-1.1.32-6.el8.x86_64.rpm 6.0 MB/s | 250 kB 00:00 #7 26.79 (195/274): libicu-60.3-2.el8_1.x86_64.rpm 44 MB/s | 8.8 MB 00:00 #7 26.79 (196/274): libzstd-devel-1.4.4-1.el8.x86_64.rpm 1.1 MB/s | 44 kB 00:00 #7 26.81 (197/274): lksctp-tools-1.0.18-3.el8.x86_64.rpm 1.9 MB/s | 100 kB 00:00 #7 26.82 (198/274): make-4.2.1-10.el8.x86_64.rpm 14 MB/s | 498 kB 00:00 #7 26.84 (199/274): mokutil-0.3.0-11.el8.x86_64.rpm 1.6 MB/s | 45 kB 00:00 #7 26.84 (200/274): ncurses-6.1-9.20180224.el8.x86_64.rp 19 MB/s | 387 kB 00:00 #7 26.89 (201/274): openssh-clients-8.0p1-10.el8.x86_64. 15 MB/s | 668 kB 00:00 #7 26.89 (202/274): m4-1.4.18-7.el8.x86_64.rpm 2.2 MB/s | 223 kB 00:00 #7 26.91 (203/274): openssh-8.0p1-10.el8.x86_64.rpm 7.2 MB/s | 522 kB 00:00 #7 26.91 (204/274): os-prober-1.74-9.el8.x86_64.rpm 2.0 MB/s | 51 kB 00:00 #7 26.92 (205/274): patch-2.7.6-11.el8.x86_64.rpm 3.9 MB/s | 138 kB 00:00 #7 26.93 (206/274): perl-Carp-1.42-396.el8.noarch.rpm 1.1 MB/s | 30 kB 00:00 #7 26.95 (207/274): perl-Errno-1.28-420.el8.x86_64.rpm 5.6 MB/s | 76 kB 00:00 #7 26.96 (208/274): perl-Encode-2.97-3.el8.x86_64.rpm 40 MB/s | 1.5 MB 00:00 #7 26.97 (209/274): perl-File-Path-2.15-2.el8.noarch.rpm 3.3 MB/s | 38 kB 00:00 #7 26.97 (210/274): perl-Exporter-5.72-396.el8.noarch.rp 1.3 MB/s | 34 kB 00:00 #7 26.98 (211/274): perl-File-Temp-0.230.600-1.el8.noarc 5.0 MB/s | 63 kB 00:00 #7 26.99 (212/274): perl-Getopt-Long-2.50-4.el8.noarch.r 4.5 MB/s | 63 kB 00:00 #7 27.01 (213/274): perl-Data-Dumper-2.167-399.el8.x86_6 623 kB/s | 58 kB 00:00 #7 27.01 (214/274): perl-HTTP-Tiny-0.074-1.el8.noarch.rp 2.0 MB/s | 58 kB 00:00 #7 27.02 (215/274): perl-IO-1.38-420.el8.x86_64.rpm 4.5 MB/s | 142 kB 00:00 #7 27.03 (216/274): perl-PathTools-3.74-1.el8.x86_64.rpm 6.9 MB/s | 90 kB 00:00 #7 27.03 (217/274): perl-Pod-Escapes-1.07-395.el8.noarch 1.7 MB/s | 20 kB 00:00 #7 27.04 (218/274): perl-Pod-Perldoc-3.28-396.el8.noarch 6.6 MB/s | 86 kB 00:00 #7 27.06 (219/274): perl-Pod-Simple-3.35-395.el8.noarch. 6.6 MB/s | 213 kB 00:00 #7 27.06 (220/274): perl-MIME-Base64-3.15-396.el8.x86_64 526 kB/s | 31 kB 00:00 #7 27.07 (221/274): perl-Pod-Usage-1.69-395.el8.noarch.r 1.2 MB/s | 34 kB 00:00 #7 27.08 (222/274): perl-Socket-2.027-3.el8.x86_64.rpm 4.4 MB/s | 59 kB 00:00 #7 27.08 (223/274): perl-Scalar-List-Utils-1.49-2.el8.x8 4.4 MB/s | 68 kB 00:00 #7 27.08 (224/274): perl-Storable-3.11-3.el8.x86_64.rpm 6.2 MB/s | 98 kB 00:00 #7 27.09 (225/274): perl-Term-Cap-1.17-395.el8.noarch.rp 1.8 MB/s | 23 kB 00:00 #7 27.10 (226/274): perl-Text-ParseWords-3.30-395.el8.no 1.5 MB/s | 18 kB 00:00 #7 27.11 (227/274): perl-Term-ANSIColor-4.06-396.el8.noa 1.6 MB/s | 46 kB 00:00 #7 27.11 (228/274): perl-Time-Local-1.280-1.el8.noarch.r 2.6 MB/s | 34 kB 00:00 #7 27.12 (229/274): perl-Text-Tabs+Wrap-2013.0523-395.el 834 kB/s | 24 kB 00:00 #7 27.12 (230/274): perl-constant-1.33-396.el8.noarch.rp 1.9 MB/s | 25 kB 00:00 #7 27.12 (231/274): perl-Unicode-Normalize-1.25-396.el8. 5.1 MB/s | 82 kB 00:00 #7 27.15 (232/274): perl-macros-5.26.3-420.el8.x86_64.rp 2.3 MB/s | 72 kB 00:00 #7 27.16 (233/274): perl-libs-5.26.3-420.el8.x86_64.rpm 41 MB/s | 1.6 MB 00:00 #7 27.17 (234/274): perl-parent-0.237-1.el8.noarch.rpm 1.3 MB/s | 20 kB 00:00 #7 27.17 (235/274): perl-podlators-4.11-1.el8.noarch.rpm 8.7 MB/s | 118 kB 00:00 #7 27.19 (236/274): perl-threads-shared-1.58-2.el8.x86_6 3.7 MB/s | 48 kB 00:00 #7 27.20 (237/274): perl-threads-2.21-2.el8.x86_64.rpm 1.9 MB/s | 61 kB 00:00 #7 27.21 (238/274): pkgconf-1.4.2-1.el8.x86_64.rpm 1.4 MB/s | 38 kB 00:00 #7 27.24 (239/274): perl-interpreter-5.26.3-420.el8.x86_ 51 MB/s | 6.3 MB 00:00 #7 27.25 (240/274): pkgconf-pkg-config-1.4.2-1.el8.x86_6 505 kB/s | 15 kB 00:00 #7 27.27 (241/274): sgml-common-0.6.3-50.el8.noarch.rpm 2.2 MB/s | 62 kB 00:00 #7 27.28 (242/274): rpm-sign-4.14.3-19.el8.x86_64.rpm 2.0 MB/s | 81 kB 00:00 #7 27.29 (243/274): shared-mime-info-1.9-3.el8.x86_64.rp 17 MB/s | 329 kB 00:00 #7 27.33 (244/274): unzip-6.0-45.el8_4.x86_64.rpm 5.4 MB/s | 195 kB 00:00 #7 27.33 (245/274): pkgconf-m4-1.4.2-1.el8.noarch.rpm 131 kB/s | 17 kB 00:00 #7 27.35 (246/274): strace-5.7-3.el8.x86_64.rpm 16 MB/s | 1.1 MB 00:00 #7 27.37 (247/274): xml-common-0.6.3-50.el8.noarch.rpm 997 kB/s | 39 kB 00:00 #7 27.37 (248/274): which-2.21-16.el8.x86_64.rpm 1.0 MB/s | 49 kB 00:00 #7 27.38 (249/274): xz-devel-5.2.4-3.el8.x86_64.rpm 2.2 MB/s | 62 kB 00:00 #7 27.39 (250/274): zip-3.0-23.el8.x86_64.rpm 16 MB/s | 270 kB 00:00 #7 27.40 (251/274): zlib-devel-1.2.11-17.el8.x86_64.rpm 2.2 MB/s | 58 kB 00:00 #7 27.49 (252/274): git-2.41.0-1.WANdisco.x86_64.rpm 558 kB/s | 50 kB 00:00 #7 27.57 (253/274): compat-lua-5.1.5-15.el8.x86_64.rpm 416 kB/s | 77 kB 00:00 #7 27.62 (254/274): compat-lua-libs-5.1.5-15.el8.x86_64. 722 kB/s | 167 kB 00:00 #7 27.72 (255/274): git-core-2.41.0-1.WANdisco.x86_64.rp 48 MB/s | 11 MB 00:00 #7 27.72 (256/274): perl-Git-2.41.0-1.WANdisco.noarch.rp 371 kB/s | 36 kB 00:00 #7 27.76 (257/274): crypto-policies-20210617-1.gitc776d3 1.6 MB/s | 63 kB 00:00 #7 27.79 (258/274): elfutils-libelf-0.185-1.el8.x86_64.r 6.6 MB/s | 221 kB 00:00 #7 27.82 (259/274): elfutils-libs-0.185-1.el8.x86_64.rpm 9.4 MB/s | 292 kB 00:00 #7 27.86 (260/274): binutils-2.30-108.el8_5.1.x86_64.rpm 40 MB/s | 5.8 MB 00:00 #7 27.87 (261/274): file-libs-5.33-20.el8.x86_64.rpm 12 MB/s | 543 kB 00:00 #7 27.92 (262/274): git-core-doc-2.41.0-1.WANdisco.noarc 8.5 MB/s | 3.0 MB 00:00 #7 27.93 (263/274): glibc-common-2.28-164.el8.x86_64.rpm 20 MB/s | 1.3 MB 00:00 #7 27.95 (264/274): glibc-minimal-langpack-2.28-164.el8. 1.8 MB/s | 58 kB 00:00 #7 27.96 (265/274): libgcc-8.5.0-4.el8_5.x86_64.rpm 2.8 MB/s | 79 kB 00:00 #7 27.99 (266/274): libxcrypt-4.1.1-6.el8.x86_64.rpm 2.6 MB/s | 73 kB 00:00 #7 27.99 (267/274): libstdc++-8.5.0-4.el8_5.x86_64.rpm 12 MB/s | 453 kB 00:00 #7 28.01 (268/274): glibc-2.28-164.el8.x86_64.rpm 25 MB/s | 3.6 MB 00:00 #7 28.01 (269/274): ncurses-base-6.1-9.20180224.el8.noar 3.5 MB/s | 81 kB 00:00 #7 28.03 (270/274): ncurses-libs-6.1-9.20180224.el8.x86_ 9.3 MB/s | 334 kB 00:00 #7 28.04 (271/274): python3-rpm-4.14.3-19.el8.x86_64.rpm 5.0 MB/s | 154 kB 00:00 #7 28.05 (272/274): rpm-4.14.3-19.el8.x86_64.rpm 14 MB/s | 543 kB 00:00 #7 28.06 (273/274): rpm-libs-4.14.3-19.el8.x86_64.rpm 19 MB/s | 344 kB 00:00 #7 28.06 (274/274): rpm-build-libs-4.14.3-19.el8.x86_64. 4.5 MB/s | 156 kB 00:00 #7 28.07 -------------------------------------------------------------------------------- #7 28.08 Total 44 MB/s | 227 MB 00:05 #7 28.39 warning: /var/cache/dnf/epel-05da96c052a128d8/packages/compat-lua-5.1.5-15.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 2f86d6a1: NOKEY #7 28.40 Extra Packages for Enterprise Linux 8 - x86_64 1.6 MB/s | 1.6 kB 00:00 #7 28.50 Importing GPG key 0x2F86D6A1: #7 28.50 Userid : "Fedora EPEL (8) " #7 28.50 Fingerprint: 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1 #7 28.50 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8 #7 28.51 Key imported successfully #7 28.52 warning: /var/cache/dnf/WANdisco-git-4f9c4b5186b37e8d/packages/git-2.41.0-1.WANdisco.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 3bbf077a: NOKEY #7 28.52 WANdisco Distribution of git 1.7 MB/s | 1.7 kB 00:00 #7 28.57 Importing GPG key 0x3BBF077A: #7 28.57 Userid : "WANdisco (http://WANdisco.com - We Make Software Happen...) " #7 28.57 Fingerprint: 69C1 BE83 DA54 CBED 6889 72F8 E9F0 E922 3BBF 077A #7 28.57 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-WANdisco #7 28.58 Key imported successfully #7 28.61 Running transaction check #7 28.97 Transaction check succeeded. #7 28.97 Running transaction test #7 31.09 Transaction test succeeded. #7 31.10 Running transaction #7 33.51 Running scriptlet: copy-jdk-configs-4.0-2.el8.noarch 1/1 #7 33.52 Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.312.b07-2.el8_5. 1/1 #7 33.58 Preparing : 1/1 #7 33.64 Upgrading : libgcc-8.5.0-4.el8_5.x86_64 1/291 #7 33.65 Running scriptlet: libgcc-8.5.0-4.el8_5.x86_64 1/291 #7 33.66 Installing : fontpackages-filesystem-1.44-22.el8.noarch 2/291 #7 33.67 Installing : urw-base35-fonts-common-20170801-10.el8.noarch 3/291 #7 33.67 Installing : emacs-filesystem-1:26.1-7.el8.noarch 4/291 #7 33.92 Installing : google-droid-sans-fonts-20120715-13.el8.noarch 5/291 #7 33.93 Running scriptlet: xml-common-0.6.3-50.el8.noarch 6/291 #7 33.94 Installing : xml-common-0.6.3-50.el8.noarch 6/291 #7 34.04 Installing : grub2-common-1:2.02-106.el8.noarch 7/291 #7 34.05 Installing : python-srpm-macros-3-41.el8.noarch 8/291 #7 34.05 Installing : javapackages-filesystem-5.3.0-1.module_el8.0.0+1 9/291 #7 34.37 Installing : adobe-mappings-cmap-20171205-3.el8.noarch 10/291 #7 34.39 Installing : adobe-mappings-cmap-deprecated-20171205-3.el8.no 11/291 #7 34.39 Installing : python-rpm-macros-3-41.el8.noarch 12/291 #7 34.40 Installing : python3-rpm-macros-3-41.el8.noarch 13/291 #8 exporting layers 7.5s done #8 ... #9 [auth] eclipsecbi/jiro-agent-basic-ubuntu:pull,push token for registry-1.docker.io #9 DONE 0.0s #8 exporting to image #8 exporting manifest sha256:bca13eb2961dcf685e7c4867ac3fedaee389ff4d11c8b8d0e086d64686ac2706 done #8 exporting config sha256:38ca1f6fe03f601bd37aa00b9e5ff91329a90df14e8816ae956f420c2f0afa67 done #8 pushing layers #7 34.65 Upgrading : glibc-common-2.28-164.el8.x86_64 14/291 #7 34.66 Running scriptlet: glibc-2.28-164.el8.x86_64 15/291 #7 35.15 Upgrading : glibc-2.28-164.el8.x86_64 15/291 #7 35.17 Running scriptlet: glibc-2.28-164.el8.x86_64 15/291 #7 35.37 Installing : glibc-langpack-en-2.28-164.el8.x86_64 16/291 #7 35.44 Upgrading : libstdc++-8.5.0-4.el8_5.x86_64 17/291 #7 35.45 Running scriptlet: libstdc++-8.5.0-4.el8_5.x86_64 17/291 #7 35.48 Upgrading : elfutils-libelf-0.185-1.el8.x86_64 18/291 #7 35.51 Installing : nspr-4.32.0-1.el8_4.x86_64 19/291 #7 35.52 Running scriptlet: nspr-4.32.0-1.el8_4.x86_64 19/291 #7 35.54 Installing : nss-util-3.67.0-7.el8_5.x86_64 20/291 #7 35.55 Upgrading : libxcrypt-4.1.1-6.el8.x86_64 21/291 #7 35.58 Upgrading : elfutils-libs-0.185-1.el8.x86_64 22/291 #7 35.59 Installing : elfutils-debuginfod-client-0.185-1.el8.x86_64 23/291 #7 35.60 Installing : libpng-2:1.6.34-5.el8.x86_64 24/291 #7 35.64 Installing : freetype-2.9.1-4.el8_3.1.x86_64 25/291 #7 35.67 Installing : fontconfig-2.13.1-4.el8.x86_64 26/291 #7 35.68 Running scriptlet: fontconfig-2.13.1-4.el8.x86_64 26/291 #7 36.72 Installing : boost-system-1.66.0-10.el8.x86_64 27/291 #7 36.72 Running scriptlet: boost-system-1.66.0-10.el8.x86_64 27/291 #7 36.75 Installing : libjpeg-turbo-1.5.3-12.el8.x86_64 28/291 #7 36.82 Upgrading : rpm-4.14.3-19.el8.x86_64 29/291 #7 36.86 Upgrading : rpm-libs-4.14.3-19.el8.x86_64 30/291 #7 36.87 Running scriptlet: rpm-libs-4.14.3-19.el8.x86_64 30/291 #7 36.89 Installing : libICE-1.0.9-15.el8.x86_64 31/291 #7 36.90 Installing : libgomp-8.5.0-4.el8_5.x86_64 32/291 #7 36.91 Running scriptlet: libgomp-8.5.0-4.el8_5.x86_64 32/291 #7 37.02 Upgrading : file-libs-5.33-20.el8.x86_64 33/291 #7 37.03 Installing : file-5.33-20.el8.x86_64 34/291 #7 37.04 Upgrading : rpm-build-libs-4.14.3-19.el8.x86_64 35/291 #7 37.05 Running scriptlet: rpm-build-libs-4.14.3-19.el8.x86_64 35/291 #7 37.07 Installing : libmpc-1.1.0-9.1.el8.x86_64 36/291 #7 37.08 Installing : avahi-libs-0.7-20.el8.x86_64 37/291 #7 37.12 Installing : cups-libs-1:2.2.6-40.el8.x86_64 38/291 #7 37.13 Installing : libcroco-0.6.12-4.el8_2.1.x86_64 39/291 #7 37.13 Running scriptlet: libcroco-0.6.12-4.el8_2.1.x86_64 39/291 #7 37.16 Installing : m4-1.4.18-7.el8.x86_64 40/291 #7 37.17 Running scriptlet: m4-1.4.18-7.el8.x86_64 40/291 #7 37.20 Installing : unzip-6.0-45.el8_4.x86_64 41/291 #7 37.23 Installing : zip-3.0-23.el8.x86_64 42/291 #7 37.24 Installing : libSM-1.2.3-1.el8.x86_64 43/291 #7 37.24 Installing : boost-chrono-1.66.0-10.el8.x86_64 44/291 #7 37.25 Running scriptlet: boost-chrono-1.66.0-10.el8.x86_64 44/291 #8 pushing layers 3.7s done #8 pushing manifest for docker.io/eclipsecbi/jiro-agent-basic-ubuntu:spec@sha256:bca13eb2961dcf685e7c4867ac3fedaee389ff4d11c8b8d0e086d64686ac2706 #8 pushing manifest for docker.io/eclipsecbi/jiro-agent-basic-ubuntu:spec@sha256:bca13eb2961dcf685e7c4867ac3fedaee389ff4d11c8b8d0e086d64686ac2706 0.2s done #8 DONE 11.4s [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } #7 37.84 Upgrading : binutils-2.30-108.el8_5.1.x86_64 45/291 #7 37.85 Running scriptlet: binutils-2.30-108.el8_5.1.x86_64 45/291 #7 37.93 Installing : atk-2.28.1-1.el8.x86_64 46/291 #7 37.95 Installing : efivar-libs-37-4.el8.x86_64 47/291 #7 37.95 Running scriptlet: efivar-libs-37-4.el8.x86_64 47/291 #7 37.97 Installing : libtool-ltdl-2.4.6-25.el8.x86_64 48/291 #7 37.97 Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64 48/291 #7 38.00 Installing : patch-2.7.6-11.el8.x86_64 49/291 #7 38.00 Installing : mokutil-1:0.3.0-11.el8.x86_64 50/291 #7 38.01 Installing : boost-timer-1.66.0-10.el8.x86_64 51/291 #7 38.01 Running scriptlet: boost-timer-1.66.0-10.el8.x86_64 51/291 #7 39.07 Installing : cpp-8.5.0-4.el8_5.x86_64 52/291 #7 39.08 Running scriptlet: cpp-8.5.0-4.el8_5.x86_64 52/291 #7 39.10 Installing : efi-srpm-macros-3-3.el8.noarch 53/291 #7 39.12 Installing : jasper-libs-2.0.14-5.el8.x86_64 54/291 #7 39.13 Installing : boost-filesystem-1.66.0-10.el8.x86_64 55/291 #7 39.13 Running scriptlet: boost-filesystem-1.66.0-10.el8.x86_64 55/291 #7 39.15 Installing : boost-thread-1.66.0-10.el8.x86_64 56/291 #7 39.15 Running scriptlet: boost-thread-1.66.0-10.el8.x86_64 56/291 #7 39.24 Installing : elfutils-0.185-1.el8.x86_64 57/291 #7 39.26 Installing : libbabeltrace-1.5.4-3.el8.x86_64 58/291 #7 39.27 Running scriptlet: libbabeltrace-1.5.4-3.el8.x86_64 58/291 #7 39.28 Running scriptlet: openssh-8.0p1-10.el8.x86_64 59/291 #7 39.36 Installing : openssh-8.0p1-10.el8.x86_64 59/291 #7 39.40 Installing : nss-softokn-freebl-3.67.0-7.el8_5.x86_64 60/291 #7 39.46 Installing : nss-softokn-3.67.0-7.el8_5.x86_64 61/291 #7 39.48 Installing : dwz-0.12-10.el8.x86_64 62/291 #7 39.48 Installing : boost-atomic-1.66.0-10.el8.x86_64 63/291 #7 39.48 Running scriptlet: boost-atomic-1.66.0-10.el8.x86_64 63/291 #7 39.50 Installing : boost-date-time-1.66.0-10.el8.x86_64 64/291 #7 39.50 Running scriptlet: boost-date-time-1.66.0-10.el8.x86_64 64/291 #7 39.53 Installing : graphite2-1.3.10-10.el8.x86_64 65/291 #7 39.57 Installing : harfbuzz-1.7.5-3.el8.x86_64 66/291 #7 39.57 Running scriptlet: harfbuzz-1.7.5-3.el8.x86_64 66/291 #7 39.87 Installing : libstdc++-devel-8.5.0-4.el8_5.x86_64 67/291 #7 39.90 Installing : tbb-2018.2-9.el8.x86_64 68/291 #7 39.91 Running scriptlet: tbb-2018.2-9.el8.x86_64 68/291 #7 40.36 Installing : dyninst-11.0.0-3.el8.x86_64 69/291 #7 40.36 Running scriptlet: dyninst-11.0.0-3.el8.x86_64 69/291 #7 40.42 Installing : zstd-1.4.4-1.el8.x86_64 70/291 #7 40.56 Installing : groff-base-1.22.3-18.el8.x86_64 71/291 #7 41.57 Installing : libicu-60.3-2.el8_1.x86_64 72/291 #7 41.57 Running scriptlet: libicu-60.3-2.el8_1.x86_64 72/291 #7 41.63 Installing : boost-regex-1.66.0-10.el8.x86_64 73/291 #7 41.63 Running scriptlet: boost-regex-1.66.0-10.el8.x86_64 73/291 #7 41.66 Installing : ctags-5.8-22.el8.x86_64 74/291 #7 41.77 Installing : source-highlight-3.1.8-17.el8.x86_64 75/291 #7 41.77 Running scriptlet: source-highlight-3.1.8-17.el8.x86_64 75/291 #7 41.80 Installing : fribidi-1.0.4-8.el8.x86_64 76/291 #7 41.90 Installing : isl-0.16.1-6.el8.x86_64 77/291 #7 41.90 Running scriptlet: isl-0.16.1-6.el8.x86_64 77/291 #7 41.92 Installing : jbig2dec-libs-0.16-1.el8.x86_64 78/291 #7 41.93 Running scriptlet: jbig2dec-libs-0.16-1.el8.x86_64 78/291 #7 41.95 Installing : jbigkit-libs-2.1-14.el8.x86_64 79/291 #7 41.95 Running scriptlet: jbigkit-libs-2.1-14.el8.x86_64 79/291 #7 41.98 Installing : libtiff-4.0.9-20.el8.x86_64 80/291 #7 42.00 Installing : lcms2-2.9-2.el8.x86_64 81/291 #7 42.01 Running scriptlet: lcms2-2.9-2.el8.x86_64 81/291 #7 42.02 Installing : libXau-1.0.9-3.el8.x86_64 82/291 #7 42.06 Installing : libxcb-1.13.1-1.el8.x86_64 83/291 #7 42.07 Installing : libatomic_ops-7.6.2-3.el8.x86_64 84/291 #7 42.09 Installing : gc-7.6.4-3.el8.x86_64 85/291 #7 42.09 Installing : libdatrie-0.2.9-7.el8.x86_64 86/291 #7 42.09 Running scriptlet: libdatrie-0.2.9-7.el8.x86_64 86/291 #7 42.13 Installing : libthai-0.1.27-2.el8.x86_64 87/291 #7 42.14 Running scriptlet: libthai-0.1.27-2.el8.x86_64 87/291 #7 42.15 Installing : libfontenc-1.1.3-8.el8.x86_64 88/291 #7 42.18 Installing : libidn-1.34-5.el8.x86_64 89/291 #7 42.19 Running scriptlet: libidn-1.34-5.el8.x86_64 89/291 #7 42.21 Installing : libijs-0.35-5.el8.x86_64 90/291 #7 42.21 Installing : libipt-1.6.1-8.el8.x86_64 91/291 #7 42.23 Installing : libmcpp-2.7.2-20.el8.x86_64 92/291 #7 42.23 Running scriptlet: libmcpp-2.7.2-20.el8.x86_64 92/291 #7 42.25 Installing : mcpp-2.7.2-20.el8.x86_64 93/291 #7 42.25 Installing : libpaper-1.1.24-22.el8.x86_64 94/291 #7 42.29 Installing : libwebp-1.0.0-5.el8.x86_64 95/291 #7 42.31 Installing : openjpeg2-2.4.0-4.el8.x86_64 96/291 #7 42.34 Installing : pixman-0.38.4-1.el8.x86_64 97/291 #7 42.35 Installing : bzip2-1.0.6-26.el8.x86_64 98/291 #7 42.38 Installing : diffutils-3.6-6.el8.x86_64 99/291 #7 42.39 Running scriptlet: diffutils-3.6-6.el8.x86_64 99/291 #7 42.41 Installing : libpkgconf-1.4.2-1.el8.x86_64 100/291 #7 42.41 Installing : pkgconf-1.4.2-1.el8.x86_64 101/291 #7 42.44 Installing : libxslt-1.1.32-6.el8.x86_64 102/291 #7 42.46 Installing : lksctp-tools-1.0.18-3.el8.x86_64 103/291 #7 42.46 Running scriptlet: lksctp-tools-1.0.18-3.el8.x86_64 103/291 #7 42.52 Installing : make-1:4.2.1-10.el8.x86_64 104/291 #7 42.53 Running scriptlet: make-1:4.2.1-10.el8.x86_64 104/291 #7 42.55 Installing : os-prober-1.74-9.el8.x86_64 105/291 #7 42.60 Installing : shared-mime-info-1.9-3.el8.x86_64 106/291 #7 42.61 Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 106/291 #7 42.68 Installing : gdk-pixbuf2-2.36.12-5.el8.x86_64 107/291 #7 42.68 Running scriptlet: gdk-pixbuf2-2.36.12-5.el8.x86_64 107/291 #7 42.72 Installing : gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 108/291 #7 42.72 Installing : gtk-update-icon-cache-3.22.30-8.el8.x86_64 109/291 #7 42.73 Installing : which-2.21-16.el8.x86_64 110/291 #7 42.75 Installing : compat-lua-libs-5.1.5-15.el8.x86_64 111/291 #7 42.78 Upgrading : ncurses-base-6.1-9.20180224.el8.noarch 112/291 #7 42.82 Upgrading : ncurses-libs-6.1-9.20180224.el8.x86_64 113/291 #7 42.86 Installing : gettext-libs-0.19.8.1-17.el8.x86_64 114/291 #7 42.98 Installing : gettext-0.19.8.1-17.el8.x86_64 115/291 #7 42.99 Running scriptlet: gettext-0.19.8.1-17.el8.x86_64 115/291 #7 43.01 Running scriptlet: grub2-tools-1:2.02-106.el8.x86_64 116/291 #7 43.25 Installing : grub2-tools-1:2.02-106.el8.x86_64 116/291 #7 43.26 Running scriptlet: grub2-tools-1:2.02-106.el8.x86_64 116/291 #7 43.30 Installing : grub2-tools-minimal-1:2.02-106.el8.x86_64 117/291 #7 43.31 Installing : grubby-8.40-42.el8.x86_64 118/291 #7 43.33 Upgrading : crypto-policies-20210617-1.gitc776d3e.el8.noarch 119/291 #7 43.33 Running scriptlet: crypto-policies-20210617-1.gitc776d3e.el8.noarch 119/291 #7 43.35 Installing : crypto-policies-scripts-20210617-1.gitc776d3e.el 120/291 #7 43.43 Installing : nss-3.67.0-7.el8_5.x86_64 121/291 #7 43.43 Installing : nss-sysinit-3.67.0-7.el8_5.x86_64 122/291 #7 43.51 Installing : nss-tools-3.67.0-7.el8_5.x86_64 123/291 #7 43.51 Running scriptlet: systemtap-runtime-4.5-3.el8.x86_64 124/291 #7 43.61 Installing : systemtap-runtime-4.5-3.el8.x86_64 124/291 #7 44.01 Installing : guile-5:2.0.14-7.el8.x86_64 125/291 #7 44.02 Running scriptlet: guile-5:2.0.14-7.el8.x86_64 125/291 #7 44.41 Installing : gdb-headless-8.2-16.el8.x86_64 126/291 #7 44.43 Installing : libedit-3.1-23.20170329cvs.el8.x86_64 127/291 #7 44.50 Installing : openssh-clients-8.0p1-10.el8.x86_64 128/291 #7 45.66 Installing : git-core-2.41.0-1.WANdisco.x86_64 129/291 #7 46.16 Installing : git-core-doc-2.41.0-1.WANdisco.noarch 130/291 #7 46.21 Installing : ncurses-6.1-9.20180224.el8.x86_64 131/291 #7 46.21 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 132/291 #7 46.22 Installing : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 133/291 #7 46.22 Installing : perl-Time-Local-1:1.280-1.el8.noarch 134/291 #7 46.23 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 135/291 #7 46.24 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 136/291 #7 46.24 Installing : perl-Term-Cap-1.17-395.el8.noarch 137/291 #7 46.25 Installing : perl-File-Temp-0.230.600-1.el8.noarch 138/291 #7 46.28 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 139/291 #7 46.29 Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 140/291 #7 46.31 Installing : perl-podlators-4.11-1.el8.noarch 141/291 #7 46.32 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 142/291 #7 46.33 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 143/291 #7 46.33 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 144/291 #7 46.34 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 145/291 #7 46.35 Installing : perl-Storable-1:3.11-3.el8.x86_64 146/291 #7 46.36 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 147/291 #7 46.37 Installing : perl-Errno-1.28-420.el8.x86_64 148/291 #7 46.37 Installing : perl-Socket-4:2.027-3.el8.x86_64 149/291 #7 46.60 Installing : perl-Encode-4:2.97-3.el8.x86_64 150/291 #7 46.61 Installing : perl-Carp-1.42-396.el8.noarch 151/291 #7 46.62 Installing : perl-Exporter-5.72-396.el8.noarch 152/291 #7 46.84 Installing : perl-libs-4:5.26.3-420.el8.x86_64 153/291 #7 46.85 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 154/291 #7 46.86 Installing : perl-parent-1:0.237-1.el8.noarch 155/291 #7 46.86 Installing : perl-macros-4:5.26.3-420.el8.x86_64 156/291 #7 46.87 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 157/291 #7 46.88 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 158/291 #7 46.89 Installing : perl-File-Path-2.15-2.el8.noarch 159/291 #7 46.90 Installing : perl-IO-1.38-420.el8.x86_64 160/291 #7 46.92 Installing : perl-PathTools-3.74-1.el8.x86_64 161/291 #7 46.92 Installing : perl-constant-1.33-396.el8.noarch 162/291 #7 46.93 Installing : perl-threads-1:2.21-2.el8.x86_64 163/291 #7 46.94 Installing : perl-threads-shared-1.58-2.el8.x86_64 164/291 #7 47.51 Installing : perl-interpreter-4:5.26.3-420.el8.x86_64 165/291 #7 47.53 Installing : perl-Error-1:0.17025-2.el8.noarch 166/291 #7 47.54 Installing : perl-TermReadKey-2.37-7.el8.x86_64 167/291 #7 47.55 Installing : git-2.41.0-1.WANdisco.x86_64 168/291 #7 47.55 Installing : perl-Git-2.41.0-1.WANdisco.noarch 169/291 #7 47.58 Installing : perl-XML-Parser-2.44-11.el8.x86_64 170/291 #7 48.17 Installing : systemtap-client-4.5-3.el8.x86_64 171/291 #7 49.34 Installing : valgrind-1:3.17.0-5.el8.x86_64 172/291 #7 49.36 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 173/291 #7 49.42 Installing : autoconf-2.69-29.el8.noarch 174/291 #7 49.42 Running scriptlet: autoconf-2.69-29.el8.noarch 174/291 #7 49.45 Installing : perl-Thread-Queue-3.13-1.el8.noarch 175/291 #7 49.52 Installing : automake-1.16.1-7.el8.noarch 176/291 #7 49.53 Installing : perl-Fedora-VSP-0.001-9.el8.noarch 177/291 #7 49.54 Installing : compat-lua-5.1.5-15.el8.x86_64 178/291 #7 49.55 Installing : copy-jdk-configs-4.0-2.el8.noarch 179/291 #7 49.56 Installing : sgml-common-0.6.3-50.el8.noarch 180/291 #7 49.70 Installing : docbook-dtds-1.0-69.el8.noarch 181/291 #7 49.70 Running scriptlet: docbook-dtds-1.0-69.el8.noarch 181/291 #7 50.47 Installing : docbook-style-xsl-1.79.2-9.el8.noarch 182/291 #7 50.49 Running scriptlet: docbook-style-xsl-1.79.2-9.el8.noarch 182/291 #7 50.52 Installing : pkgconf-m4-1.4.2-1.el8.noarch 183/291 #7 50.52 Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 184/291 #7 50.54 Installing : xorg-x11-font-utils-1:7.5-41.el8.x86_64 185/291 #7 50.55 Installing : zlib-devel-1.2.11-17.el8.x86_64 186/291 #7 50.55 Installing : elfutils-libelf-devel-0.185-1.el8.x86_64 187/291 #7 50.67 Installing : xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarc 188/291 #7 50.67 Running scriptlet: xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarc 188/291 #7 50.71 Installing : elfutils-debuginfod-client-devel-0.185-1.el8.x86 189/291 #7 50.72 Installing : libzstd-devel-1.4.4-1.el8.x86_64 190/291 #7 50.73 Installing : xz-devel-5.2.4-3.el8.x86_64 191/291 #7 50.74 Installing : elfutils-devel-0.185-1.el8.x86_64 192/291 #7 51.05 Installing : kernel-headers-4.18.0-348.7.1.el8_5.x86_64 193/291 #7 51.12 Running scriptlet: glibc-headers-2.28-164.el8.x86_64 194/291 #7 51.22 Installing : glibc-headers-2.28-164.el8.x86_64 194/291 #7 51.23 Installing : libxcrypt-devel-4.1.1-6.el8.x86_64 195/291 #7 51.32 Installing : glibc-devel-2.28-164.el8.x86_64 196/291 #7 51.33 Running scriptlet: glibc-devel-2.28-164.el8.x86_64 196/291 #7 53.22 Installing : gcc-8.5.0-4.el8_5.x86_64 197/291 #7 53.23 Running scriptlet: gcc-8.5.0-4.el8_5.x86_64 197/291 #7 53.28 Installing : annobin-9.72-1.el8_5.2.x86_64 198/291 #7 53.30 Installing : gcc-gdb-plugin-8.5.0-4.el8_5.x86_64 199/291 #7 53.31 Running scriptlet: gcc-gdb-plugin-8.5.0-4.el8_5.x86_64 199/291 #7 53.60 Installing : systemtap-devel-4.5-3.el8.x86_64 200/291 #7 53.62 Installing : gettext-common-devel-0.19.8.1-17.el8.noarch 201/291 #7 53.67 Installing : gettext-devel-0.19.8.1-17.el8.x86_64 202/291 #7 53.68 Running scriptlet: gettext-devel-0.19.8.1-17.el8.x86_64 202/291 #7 53.70 Installing : vim-filesystem-2:8.0.1763-16.el8.noarch 203/291 #7 53.76 Installing : tzdata-java-2021e-1.el8.noarch 204/291 #7 57.58 Installing : java-1.8.0-openjdk-headless-1:1.8.0.312.b07-2.el 205/291 #7 57.59 Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.312.b07-2.el 205/291 #7 57.90 Installing : rust-srpm-macros-5-2.el8.noarch 206/291 #7 57.90 Installing : qt5-srpm-macros-5.15.2-1.el8.noarch 207/291 #7 57.90 Installing : perl-srpm-macros-1-25.el8.noarch 208/291 #7 57.90 Installing : openblas-srpm-macros-2-2.el8.noarch 209/291 #7 57.91 Installing : ocaml-srpm-macros-5-4.el8.noarch 210/291 #7 57.96 Installing : libX11-common-1.6.8-5.el8.noarch 211/291 #7 58.02 Installing : libX11-1.6.8-5.el8.x86_64 212/291 #7 58.02 Installing : libXext-1.3.4-1.el8.x86_64 213/291 #7 58.03 Installing : libXrender-0.9.10-7.el8.x86_64 214/291 #7 58.11 Installing : cairo-1.15.12-3.el8.x86_64 215/291 #7 58.13 Installing : libXt-1.1.5-12.el8.x86_64 216/291 #7 58.14 Installing : libXmu-1.1.3-1.el8.x86_64 217/291 #7 58.15 Installing : libXfixes-5.0.3-7.el8.x86_64 218/291 #7 58.16 Installing : libXpm-3.5.12-8.el8.x86_64 219/291 #7 58.16 Installing : libXcursor-1.1.15-3.el8.x86_64 220/291 #7 58.17 Installing : libXrandr-1.5.2-1.el8.x86_64 221/291 #7 58.17 Installing : libXi-1.7.10-1.el8.x86_64 222/291 #7 58.18 Installing : libXinerama-1.1.4-1.el8.x86_64 223/291 #7 58.20 Installing : gd-2.2.5-7.el8.x86_64 224/291 #7 58.20 Running scriptlet: gd-2.2.5-7.el8.x86_64 224/291 #7 58.24 Installing : libXaw-1.0.13-10.el8.x86_64 225/291 #7 58.25 Installing : libXdamage-1.1.4-14.el8.x86_64 226/291 #7 58.26 Installing : libXft-2.3.3-1.el8.x86_64 227/291 #7 58.29 Installing : pango-1.42.4-8.el8.x86_64 228/291 #7 58.29 Running scriptlet: pango-1.42.4-8.el8.x86_64 228/291 #7 58.38 Installing : librsvg2-2.42.7-4.el8.x86_64 229/291 #7 58.38 Installing : libXxf86misc-1.0.4-1.el8.x86_64 230/291 #7 58.39 Installing : libXxf86vm-1.1.4-9.el8.x86_64 231/291 #7 58.42 Installing : xorg-x11-server-utils-7.7-27.el8.x86_64 232/291 #7 58.48 Installing : urw-base35-bookman-fonts-20170801-10.el8.noarch 233/291 #7 58.48 Running scriptlet: urw-base35-bookman-fonts-20170801-10.el8.noarch 233/291 #7 58.55 Installing : urw-base35-c059-fonts-20170801-10.el8.noarch 234/291 #7 58.56 Running scriptlet: urw-base35-c059-fonts-20170801-10.el8.noarch 234/291 #7 58.58 Installing : urw-base35-d050000l-fonts-20170801-10.el8.noarch 235/291 #7 58.58 Running scriptlet: urw-base35-d050000l-fonts-20170801-10.el8.noarch 235/291 #7 58.64 Installing : urw-base35-gothic-fonts-20170801-10.el8.noarch 236/291 #7 58.64 Running scriptlet: urw-base35-gothic-fonts-20170801-10.el8.noarch 236/291 #7 58.69 Installing : urw-base35-nimbus-mono-ps-fonts-20170801-10.el8. 237/291 #7 58.69 Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8. 237/291 #7 58.76 Installing : urw-base35-nimbus-roman-fonts-20170801-10.el8.no 238/291 #7 58.76 Running scriptlet: urw-base35-nimbus-roman-fonts-20170801-10.el8.no 238/291 #7 58.87 Installing : urw-base35-nimbus-sans-fonts-20170801-10.el8.noa 239/291 #7 58.88 Running scriptlet: urw-base35-nimbus-sans-fonts-20170801-10.el8.noa 239/291 #7 58.94 Installing : urw-base35-p052-fonts-20170801-10.el8.noarch 240/291 #7 58.95 Running scriptlet: urw-base35-p052-fonts-20170801-10.el8.noarch 240/291 #7 58.96 Installing : urw-base35-standard-symbols-ps-fonts-20170801-10 241/291 #7 58.96 Running scriptlet: urw-base35-standard-symbols-ps-fonts-20170801-10 241/291 #7 58.99 Installing : urw-base35-z003-fonts-20170801-10.el8.noarch 242/291 #7 59.00 Running scriptlet: urw-base35-z003-fonts-20170801-10.el8.noarch 242/291 #7 59.01 Installing : urw-base35-fonts-20170801-10.el8.noarch 243/291 #7 59.02 Installing : libXcomposite-0.4.4-14.el8.x86_64 244/291 #7 59.05 Installing : hicolor-icon-theme-0.17-2.el8.noarch 245/291 #7 59.41 Installing : gtk2-2.24.32-5.el8.x86_64 246/291 #7 59.42 Running scriptlet: gtk2-2.24.32-5.el8.x86_64 246/291 #7 59.44 Installing : go-srpm-macros-2-17.el8.noarch 247/291 #7 59.44 Installing : ghc-srpm-macros-1.4.2-7.el8.noarch 248/291 #7 59.45 Installing : redhat-rpm-config-125-1.el8.noarch 249/291 #7 59.56 Installing : adobe-mappings-pdf-20180407-1.el8.noarch 250/291 #7 60.00 Installing : libgs-9.27-1.el8.x86_64 251/291 #7 60.28 Installing : graphviz-2.40.1-43.el8.x86_64 252/291 #7 60.29 Running scriptlet: graphviz-2.40.1-43.el8.x86_64 252/291 #7 60.38 Installing : asciidoc-8.6.10-0.5.20180627gitf7c2274.el8.noarc 253/291 #7 60.40 Installing : rpm-build-4.14.3-19.el8.x86_64 254/291 #7 60.43 Installing : jna-4.5.1-5.el8.x86_64 255/291 #7 60.44 Installing : intltool-0.51.0-11.el8.noarch 256/291 #7 60.45 Installing : systemtap-4.5-3.el8.x86_64 257/291 #7 60.45 Running scriptlet: systemtap-4.5-3.el8.x86_64 257/291 #7 60.48 Installing : gdb-8.2-16.el8.x86_64 258/291 #7 61.59 Installing : gcc-c++-8.5.0-4.el8_5.x86_64 259/291 #7 61.66 Installing : libtool-2.4.6-25.el8.x86_64 260/291 #7 61.66 Running scriptlet: libtool-2.4.6-25.el8.x86_64 260/291 #7 61.69 Installing : valgrind-devel-1:3.17.0-5.el8.x86_64 261/291 #7 61.69 Installing : perl-generators-1.10-9.el8.noarch 262/291 #7 61.71 Installing : patchutils-0.3.4-10.el8.x86_64 263/291 #7 61.72 Installing : perl-Sys-Syslog-0.35-397.el8.x86_64 264/291 #7 61.72 Running scriptlet: pesign-0.112-25.el8.x86_64 265/291 #7 61.79 Installing : pesign-0.112-25.el8.x86_64 265/291 #7 61.79 Running scriptlet: pesign-0.112-25.el8.x86_64 265/291 #7 61.89 Installing : bison-3.0.4-10.el8.x86_64 266/291 #7 61.96 Running scriptlet: bison-3.0.4-10.el8.x86_64 266/291 #7 62.01 Installing : flex-2.6.1-9.el8.x86_64 267/291 #7 62.05 Running scriptlet: flex-2.6.1-9.el8.x86_64 267/291 #7 62.06 Installing : rpm-sign-4.14.3-19.el8.x86_64 268/291 #7 62.08 Upgrading : python3-rpm-4.14.3-19.el8.x86_64 269/291 #7 62.13 Installing : ltrace-0.7.91-28.el8.x86_64 270/291 #7 62.29 Installing : strace-5.7-3.el8.x86_64 271/291 #7 62.49 Installing : byacc-1.9.20170709-4.el8.x86_64 272/291 #7 62.51 Installing : diffstat-1.61-7.el8.x86_64 273/291 #7 62.51 Upgrading : glibc-minimal-langpack-2.28-164.el8.x86_64 274/291 #7 62.52 Running scriptlet: binutils-2.30-93.el8.x86_64 275/291 #7 62.53 Cleanup : binutils-2.30-93.el8.x86_64 275/291 #7 62.53 Running scriptlet: binutils-2.30-93.el8.x86_64 275/291 #7 62.60 Cleanup : crypto-policies-20210209-1.gitbfb6bed.el8_3.noar 276/291 #7 62.68 Cleanup : libstdc++-8.4.1-1.el8.x86_64 277/291 #7 62.68 Running scriptlet: libstdc++-8.4.1-1.el8.x86_64 277/291 #7 62.72 Cleanup : python3-rpm-4.14.3-13.el8.x86_64 278/291 #7 62.73 Cleanup : rpm-build-libs-4.14.3-13.el8.x86_64 279/291 #7 62.73 Running scriptlet: rpm-build-libs-4.14.3-13.el8.x86_64 279/291 #7 62.76 Cleanup : elfutils-libs-0.182-3.el8.x86_64 280/291 #7 62.78 Cleanup : rpm-4.14.3-13.el8.x86_64 281/291 #7 62.79 Cleanup : rpm-libs-4.14.3-13.el8.x86_64 282/291 #7 62.79 Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64 282/291 #7 62.82 Cleanup : file-libs-5.33-16.el8_3.1.x86_64 283/291 #7 62.83 Cleanup : ncurses-libs-6.1-7.20180224.el8.x86_64 284/291 #7 62.84 Cleanup : elfutils-libelf-0.182-3.el8.x86_64 285/291 #7 62.85 Cleanup : libxcrypt-4.1.1-4.el8.x86_64 286/291 #7 62.86 Cleanup : ncurses-base-6.1-7.20180224.el8.noarch 287/291 #7 62.89 Cleanup : glibc-2.28-151.el8.x86_64 288/291 #7 62.91 Cleanup : glibc-minimal-langpack-2.28-151.el8.x86_64 289/291 #7 62.92 Cleanup : glibc-common-2.28-151.el8.x86_64 290/291 #7 62.95 Cleanup : libgcc-8.4.1-1.el8.x86_64 291/291 #7 62.95 Running scriptlet: libgcc-8.4.1-1.el8.x86_64 291/291 #7 62.98 Running scriptlet: crypto-policies-scripts-20210617-1.gitc776d3e.el 291/291 #7 63.13 Running scriptlet: nss-3.67.0-7.el8_5.x86_64 291/291 #7 63.23 Running scriptlet: guile-5:2.0.14-7.el8.x86_64 291/291 #7 63.24 Running scriptlet: copy-jdk-configs-4.0-2.el8.noarch 291/291 #7 63.25 Running scriptlet: urw-base35-bookman-fonts-20170801-10.el8.noarch 291/291 #7 63.26 Running scriptlet: urw-base35-c059-fonts-20170801-10.el8.noarch 291/291 #7 63.27 Running scriptlet: urw-base35-d050000l-fonts-20170801-10.el8.noarch 291/291 #7 63.29 Running scriptlet: urw-base35-gothic-fonts-20170801-10.el8.noarch 291/291 #7 63.30 Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20170801-10.el8. 291/291 #7 63.31 Running scriptlet: urw-base35-nimbus-roman-fonts-20170801-10.el8.no 291/291 #7 63.31 Running scriptlet: urw-base35-nimbus-sans-fonts-20170801-10.el8.noa 291/291 #7 63.32 Running scriptlet: urw-base35-p052-fonts-20170801-10.el8.noarch 291/291 #7 63.34 Running scriptlet: urw-base35-standard-symbols-ps-fonts-20170801-10 291/291 #7 63.35 Running scriptlet: urw-base35-z003-fonts-20170801-10.el8.noarch 291/291 #7 63.36 Running scriptlet: libgcc-8.4.1-1.el8.x86_64 291/291 #7 63.56 Running scriptlet: glibc-common-2.28-164.el8.x86_64 291/291 #7 63.59 Running scriptlet: fontconfig-2.13.1-4.el8.x86_64 291/291 #7 63.71 Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 291/291 #7 64.25 Running scriptlet: gdk-pixbuf2-2.36.12-5.el8.x86_64 291/291 #7 64.38 Running scriptlet: hicolor-icon-theme-0.17-2.el8.noarch 291/291 #7 64.51 Verifying : adobe-mappings-cmap-20171205-3.el8.noarch 1/291 #7 64.51 Verifying : adobe-mappings-cmap-deprecated-20171205-3.el8.no 2/291 #7 64.51 Verifying : adobe-mappings-pdf-20180407-1.el8.noarch 3/291 #7 64.51 Verifying : annobin-9.72-1.el8_5.2.x86_64 4/291 #7 64.51 Verifying : asciidoc-8.6.10-0.5.20180627gitf7c2274.el8.noarc 5/291 #7 64.51 Verifying : atk-2.28.1-1.el8.x86_64 6/291 #7 64.51 Verifying : autoconf-2.69-29.el8.noarch 7/291 #7 64.51 Verifying : automake-1.16.1-7.el8.noarch 8/291 #7 64.51 Verifying : bison-3.0.4-10.el8.x86_64 9/291 #7 64.51 Verifying : boost-atomic-1.66.0-10.el8.x86_64 10/291 #7 64.51 Verifying : boost-chrono-1.66.0-10.el8.x86_64 11/291 #7 64.51 Verifying : boost-date-time-1.66.0-10.el8.x86_64 12/291 #7 64.51 Verifying : boost-filesystem-1.66.0-10.el8.x86_64 13/291 #7 64.51 Verifying : boost-regex-1.66.0-10.el8.x86_64 14/291 #7 64.51 Verifying : boost-system-1.66.0-10.el8.x86_64 15/291 #7 64.51 Verifying : boost-thread-1.66.0-10.el8.x86_64 16/291 #7 64.51 Verifying : boost-timer-1.66.0-10.el8.x86_64 17/291 #7 64.51 Verifying : byacc-1.9.20170709-4.el8.x86_64 18/291 #7 64.51 Verifying : cairo-1.15.12-3.el8.x86_64 19/291 #7 64.51 Verifying : copy-jdk-configs-4.0-2.el8.noarch 20/291 #7 64.51 Verifying : cpp-8.5.0-4.el8_5.x86_64 21/291 #7 64.51 Verifying : ctags-5.8-22.el8.x86_64 22/291 #7 64.51 Verifying : diffstat-1.61-7.el8.x86_64 23/291 #7 64.51 Verifying : docbook-dtds-1.0-69.el8.noarch 24/291 #7 64.51 Verifying : docbook-style-xsl-1.79.2-9.el8.noarch 25/291 #7 64.51 Verifying : dwz-0.12-10.el8.x86_64 26/291 #7 64.51 Verifying : dyninst-11.0.0-3.el8.x86_64 27/291 #7 64.51 Verifying : efi-srpm-macros-3-3.el8.noarch 28/291 #7 64.51 Verifying : flex-2.6.1-9.el8.x86_64 29/291 #7 64.51 Verifying : fribidi-1.0.4-8.el8.x86_64 30/291 #7 64.51 Verifying : gc-7.6.4-3.el8.x86_64 31/291 #7 64.51 Verifying : gcc-8.5.0-4.el8_5.x86_64 32/291 #7 64.51 Verifying : gcc-c++-8.5.0-4.el8_5.x86_64 33/291 #7 64.51 Verifying : gcc-gdb-plugin-8.5.0-4.el8_5.x86_64 34/291 #7 64.51 Verifying : gd-2.2.5-7.el8.x86_64 35/291 #7 64.51 Verifying : gdb-8.2-16.el8.x86_64 36/291 #7 64.51 Verifying : gdb-headless-8.2-16.el8.x86_64 37/291 #7 64.51 Verifying : gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 38/291 #7 64.51 Verifying : ghc-srpm-macros-1.4.2-7.el8.noarch 39/291 #7 64.51 Verifying : go-srpm-macros-2-17.el8.noarch 40/291 #7 64.51 Verifying : google-droid-sans-fonts-20120715-13.el8.noarch 41/291 #7 64.51 Verifying : graphite2-1.3.10-10.el8.x86_64 42/291 #7 64.51 Verifying : graphviz-2.40.1-43.el8.x86_64 43/291 #7 64.51 Verifying : gtk-update-icon-cache-3.22.30-8.el8.x86_64 44/291 #7 64.51 Verifying : gtk2-2.24.32-5.el8.x86_64 45/291 #7 64.51 Verifying : guile-5:2.0.14-7.el8.x86_64 46/291 #7 64.51 Verifying : harfbuzz-1.7.5-3.el8.x86_64 47/291 #7 64.51 Verifying : hicolor-icon-theme-0.17-2.el8.noarch 48/291 #7 64.51 Verifying : intltool-0.51.0-11.el8.noarch 49/291 #7 64.51 Verifying : isl-0.16.1-6.el8.x86_64 50/291 #7 64.51 Verifying : jasper-libs-2.0.14-5.el8.x86_64 51/291 #7 64.51 Verifying : java-1.8.0-openjdk-headless-1:1.8.0.312.b07-2.el 52/291 #7 64.51 Verifying : javapackages-filesystem-5.3.0-1.module_el8.0.0+1 53/291 #7 64.51 Verifying : jbig2dec-libs-0.16-1.el8.x86_64 54/291 #7 64.51 Verifying : jbigkit-libs-2.1-14.el8.x86_64 55/291 #7 64.51 Verifying : jna-4.5.1-5.el8.x86_64 56/291 #7 64.51 Verifying : lcms2-2.9-2.el8.x86_64 57/291 #7 64.51 Verifying : libICE-1.0.9-15.el8.x86_64 58/291 #7 64.51 Verifying : libSM-1.2.3-1.el8.x86_64 59/291 #7 64.51 Verifying : libX11-1.6.8-5.el8.x86_64 60/291 #7 64.51 Verifying : libX11-common-1.6.8-5.el8.noarch 61/291 #7 64.51 Verifying : libXau-1.0.9-3.el8.x86_64 62/291 #7 64.51 Verifying : libXaw-1.0.13-10.el8.x86_64 63/291 #7 64.51 Verifying : libXcomposite-0.4.4-14.el8.x86_64 64/291 #7 64.51 Verifying : libXcursor-1.1.15-3.el8.x86_64 65/291 #7 64.51 Verifying : libXdamage-1.1.4-14.el8.x86_64 66/291 #7 64.51 Verifying : libXext-1.3.4-1.el8.x86_64 67/291 #7 64.51 Verifying : libXfixes-5.0.3-7.el8.x86_64 68/291 #7 64.51 Verifying : libXft-2.3.3-1.el8.x86_64 69/291 #7 64.51 Verifying : libXi-1.7.10-1.el8.x86_64 70/291 #7 64.51 Verifying : libXinerama-1.1.4-1.el8.x86_64 71/291 #7 64.51 Verifying : libXmu-1.1.3-1.el8.x86_64 72/291 #7 64.51 Verifying : libXpm-3.5.12-8.el8.x86_64 73/291 #7 64.51 Verifying : libXrandr-1.5.2-1.el8.x86_64 74/291 #7 64.51 Verifying : libXrender-0.9.10-7.el8.x86_64 75/291 #7 64.51 Verifying : libXt-1.1.5-12.el8.x86_64 76/291 #7 64.51 Verifying : libXxf86misc-1.0.4-1.el8.x86_64 77/291 #7 64.51 Verifying : libXxf86vm-1.1.4-9.el8.x86_64 78/291 #7 64.51 Verifying : libatomic_ops-7.6.2-3.el8.x86_64 79/291 #7 64.51 Verifying : libdatrie-0.2.9-7.el8.x86_64 80/291 #7 64.51 Verifying : libfontenc-1.1.3-8.el8.x86_64 81/291 #7 64.51 Verifying : libgs-9.27-1.el8.x86_64 82/291 #7 64.51 Verifying : libidn-1.34-5.el8.x86_64 83/291 #7 64.51 Verifying : libijs-0.35-5.el8.x86_64 84/291 #7 64.51 Verifying : libipt-1.6.1-8.el8.x86_64 85/291 #7 64.51 Verifying : libjpeg-turbo-1.5.3-12.el8.x86_64 86/291 #7 64.51 Verifying : libmcpp-2.7.2-20.el8.x86_64 87/291 #7 64.51 Verifying : libmpc-1.1.0-9.1.el8.x86_64 88/291 #7 64.51 Verifying : libpaper-1.1.24-22.el8.x86_64 89/291 #7 64.51 Verifying : librsvg2-2.42.7-4.el8.x86_64 90/291 #7 64.51 Verifying : libstdc++-devel-8.5.0-4.el8_5.x86_64 91/291 #7 64.51 Verifying : libthai-0.1.27-2.el8.x86_64 92/291 #7 64.51 Verifying : libtiff-4.0.9-20.el8.x86_64 93/291 #7 64.51 Verifying : libtool-2.4.6-25.el8.x86_64 94/291 #7 64.51 Verifying : libwebp-1.0.0-5.el8.x86_64 95/291 #7 64.51 Verifying : libxcb-1.13.1-1.el8.x86_64 96/291 #7 64.51 Verifying : ltrace-0.7.91-28.el8.x86_64 97/291 #7 64.51 Verifying : mcpp-2.7.2-20.el8.x86_64 98/291 #7 64.51 Verifying : nspr-4.32.0-1.el8_4.x86_64 99/291 #7 64.51 Verifying : nss-3.67.0-7.el8_5.x86_64 100/291 #7 64.51 Verifying : nss-softokn-3.67.0-7.el8_5.x86_64 101/291 #7 64.51 Verifying : nss-softokn-freebl-3.67.0-7.el8_5.x86_64 102/291 #7 64.51 Verifying : nss-sysinit-3.67.0-7.el8_5.x86_64 103/291 #7 64.51 Verifying : nss-tools-3.67.0-7.el8_5.x86_64 104/291 #7 64.51 Verifying : nss-util-3.67.0-7.el8_5.x86_64 105/291 #7 64.51 Verifying : ocaml-srpm-macros-5-4.el8.noarch 106/291 #7 64.51 Verifying : openblas-srpm-macros-2-2.el8.noarch 107/291 #7 64.51 Verifying : openjpeg2-2.4.0-4.el8.x86_64 108/291 #7 64.51 Verifying : pango-1.42.4-8.el8.x86_64 109/291 #7 64.51 Verifying : patchutils-0.3.4-10.el8.x86_64 110/291 #7 64.51 Verifying : perl-Error-1:0.17025-2.el8.noarch 111/291 #7 64.51 Verifying : perl-Fedora-VSP-0.001-9.el8.noarch 112/291 #7 64.51 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 113/291 #7 64.51 Verifying : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+de 114/291 #7 64.51 Verifying : perl-Sys-Syslog-0.35-397.el8.x86_64 115/291 #7 64.51 Verifying : perl-TermReadKey-2.37-7.el8.x86_64 116/291 #7 64.51 Verifying : perl-Thread-Queue-3.13-1.el8.noarch 117/291 #7 64.51 Verifying : perl-XML-Parser-2.44-11.el8.x86_64 118/291 #7 64.51 Verifying : perl-generators-1.10-9.el8.noarch 119/291 #7 64.51 Verifying : perl-srpm-macros-1-25.el8.noarch 120/291 #7 64.51 Verifying : pesign-0.112-25.el8.x86_64 121/291 #7 64.51 Verifying : pixman-0.38.4-1.el8.x86_64 122/291 #7 64.51 Verifying : python-rpm-macros-3-41.el8.noarch 123/291 #7 64.51 Verifying : python-srpm-macros-3-41.el8.noarch 124/291 #7 64.51 Verifying : python3-rpm-macros-3-41.el8.noarch 125/291 #7 64.51 Verifying : qt5-srpm-macros-5.15.2-1.el8.noarch 126/291 #7 64.51 Verifying : redhat-rpm-config-125-1.el8.noarch 127/291 #7 64.51 Verifying : rpm-build-4.14.3-19.el8.x86_64 128/291 #7 64.51 Verifying : rust-srpm-macros-5-2.el8.noarch 129/291 #7 64.51 Verifying : source-highlight-3.1.8-17.el8.x86_64 130/291 #7 64.51 Verifying : systemtap-4.5-3.el8.x86_64 131/291 #7 64.51 Verifying : systemtap-client-4.5-3.el8.x86_64 132/291 #7 64.51 Verifying : systemtap-devel-4.5-3.el8.x86_64 133/291 #7 64.51 Verifying : systemtap-runtime-4.5-3.el8.x86_64 134/291 #7 64.51 Verifying : tbb-2018.2-9.el8.x86_64 135/291 #7 64.51 Verifying : tzdata-java-2021e-1.el8.noarch 136/291 #7 64.51 Verifying : urw-base35-bookman-fonts-20170801-10.el8.noarch 137/291 #7 64.51 Verifying : urw-base35-c059-fonts-20170801-10.el8.noarch 138/291 #7 64.51 Verifying : urw-base35-d050000l-fonts-20170801-10.el8.noarch 139/291 #7 64.51 Verifying : urw-base35-fonts-20170801-10.el8.noarch 140/291 #7 64.51 Verifying : urw-base35-fonts-common-20170801-10.el8.noarch 141/291 #7 64.51 Verifying : urw-base35-gothic-fonts-20170801-10.el8.noarch 142/291 #7 64.51 Verifying : urw-base35-nimbus-mono-ps-fonts-20170801-10.el8. 143/291 #7 64.51 Verifying : urw-base35-nimbus-roman-fonts-20170801-10.el8.no 144/291 #7 64.51 Verifying : urw-base35-nimbus-sans-fonts-20170801-10.el8.noa 145/291 #7 64.51 Verifying : urw-base35-p052-fonts-20170801-10.el8.noarch 146/291 #7 64.51 Verifying : urw-base35-standard-symbols-ps-fonts-20170801-10 147/291 #7 64.51 Verifying : urw-base35-z003-fonts-20170801-10.el8.noarch 148/291 #7 64.51 Verifying : valgrind-1:3.17.0-5.el8.x86_64 149/291 #7 64.51 Verifying : valgrind-devel-1:3.17.0-5.el8.x86_64 150/291 #7 64.51 Verifying : vim-filesystem-2:8.0.1763-16.el8.noarch 151/291 #7 64.51 Verifying : xorg-x11-font-utils-1:7.5-41.el8.x86_64 152/291 #7 64.51 Verifying : xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarc 153/291 #7 64.51 Verifying : xorg-x11-server-utils-7.7-27.el8.x86_64 154/291 #7 64.51 Verifying : zstd-1.4.4-1.el8.x86_64 155/291 #7 64.51 Verifying : avahi-libs-0.7-20.el8.x86_64 156/291 #7 64.51 Verifying : bzip2-1.0.6-26.el8.x86_64 157/291 #7 64.51 Verifying : crypto-policies-scripts-20210617-1.gitc776d3e.el 158/291 #7 64.51 Verifying : cups-libs-1:2.2.6-40.el8.x86_64 159/291 #7 64.51 Verifying : diffutils-3.6-6.el8.x86_64 160/291 #7 64.51 Verifying : efivar-libs-37-4.el8.x86_64 161/291 #7 64.51 Verifying : elfutils-0.185-1.el8.x86_64 162/291 #7 64.51 Verifying : elfutils-debuginfod-client-0.185-1.el8.x86_64 163/291 #7 64.51 Verifying : elfutils-debuginfod-client-devel-0.185-1.el8.x86 164/291 #7 64.51 Verifying : elfutils-devel-0.185-1.el8.x86_64 165/291 #7 64.51 Verifying : elfutils-libelf-devel-0.185-1.el8.x86_64 166/291 #7 64.51 Verifying : emacs-filesystem-1:26.1-7.el8.noarch 167/291 #7 64.51 Verifying : file-5.33-20.el8.x86_64 168/291 #7 64.51 Verifying : fontconfig-2.13.1-4.el8.x86_64 169/291 #7 64.51 Verifying : fontpackages-filesystem-1.44-22.el8.noarch 170/291 #7 64.51 Verifying : freetype-2.9.1-4.el8_3.1.x86_64 171/291 #7 64.51 Verifying : gdk-pixbuf2-2.36.12-5.el8.x86_64 172/291 #7 64.51 Verifying : gettext-0.19.8.1-17.el8.x86_64 173/291 #7 64.51 Verifying : gettext-common-devel-0.19.8.1-17.el8.noarch 174/291 #7 64.51 Verifying : gettext-devel-0.19.8.1-17.el8.x86_64 175/291 #7 64.51 Verifying : gettext-libs-0.19.8.1-17.el8.x86_64 176/291 #7 64.51 Verifying : glibc-devel-2.28-164.el8.x86_64 177/291 #7 64.51 Verifying : glibc-headers-2.28-164.el8.x86_64 178/291 #7 64.51 Verifying : glibc-langpack-en-2.28-164.el8.x86_64 179/291 #7 64.51 Verifying : groff-base-1.22.3-18.el8.x86_64 180/291 #7 64.51 Verifying : grub2-common-1:2.02-106.el8.noarch 181/291 #7 64.51 Verifying : grub2-tools-1:2.02-106.el8.x86_64 182/291 #7 64.51 Verifying : grub2-tools-minimal-1:2.02-106.el8.x86_64 183/291 #7 64.51 Verifying : grubby-8.40-42.el8.x86_64 184/291 #7 64.51 Verifying : kernel-headers-4.18.0-348.7.1.el8_5.x86_64 185/291 #7 64.51 Verifying : libbabeltrace-1.5.4-3.el8.x86_64 186/291 #7 64.51 Verifying : libcroco-0.6.12-4.el8_2.1.x86_64 187/291 #7 64.51 Verifying : libedit-3.1-23.20170329cvs.el8.x86_64 188/291 #7 64.51 Verifying : libgomp-8.5.0-4.el8_5.x86_64 189/291 #7 64.51 Verifying : libicu-60.3-2.el8_1.x86_64 190/291 #7 64.51 Verifying : libpkgconf-1.4.2-1.el8.x86_64 191/291 #7 64.51 Verifying : libpng-2:1.6.34-5.el8.x86_64 192/291 #7 64.51 Verifying : libtool-ltdl-2.4.6-25.el8.x86_64 193/291 #7 64.51 Verifying : libxcrypt-devel-4.1.1-6.el8.x86_64 194/291 #7 64.51 Verifying : libxslt-1.1.32-6.el8.x86_64 195/291 #7 64.51 Verifying : libzstd-devel-1.4.4-1.el8.x86_64 196/291 #7 64.51 Verifying : lksctp-tools-1.0.18-3.el8.x86_64 197/291 #7 64.51 Verifying : m4-1.4.18-7.el8.x86_64 198/291 #7 64.51 Verifying : make-1:4.2.1-10.el8.x86_64 199/291 #7 64.51 Verifying : mokutil-1:0.3.0-11.el8.x86_64 200/291 #7 64.51 Verifying : ncurses-6.1-9.20180224.el8.x86_64 201/291 #7 64.51 Verifying : openssh-8.0p1-10.el8.x86_64 202/291 #7 64.51 Verifying : openssh-clients-8.0p1-10.el8.x86_64 203/291 #7 64.51 Verifying : os-prober-1.74-9.el8.x86_64 204/291 #7 64.51 Verifying : patch-2.7.6-11.el8.x86_64 205/291 #7 64.52 Verifying : perl-Carp-1.42-396.el8.noarch 206/291 #7 64.52 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 207/291 #7 64.52 Verifying : perl-Encode-4:2.97-3.el8.x86_64 208/291 #7 64.52 Verifying : perl-Errno-1.28-420.el8.x86_64 209/291 #7 64.52 Verifying : perl-Exporter-5.72-396.el8.noarch 210/291 #7 64.52 Verifying : perl-File-Path-2.15-2.el8.noarch 211/291 #7 64.52 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 212/291 #7 64.52 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 213/291 #7 64.52 Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 214/291 #7 64.52 Verifying : perl-IO-1.38-420.el8.x86_64 215/291 #7 64.52 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 216/291 #7 64.52 Verifying : perl-PathTools-3.74-1.el8.x86_64 217/291 #7 64.52 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 218/291 #7 64.52 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 219/291 #7 64.52 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 220/291 #7 64.52 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 221/291 #7 64.52 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 222/291 #7 64.52 Verifying : perl-Socket-4:2.027-3.el8.x86_64 223/291 #7 64.52 Verifying : perl-Storable-1:3.11-3.el8.x86_64 224/291 #7 64.52 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 225/291 #7 64.52 Verifying : perl-Term-Cap-1.17-395.el8.noarch 226/291 #7 64.52 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 227/291 #7 64.52 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 228/291 #7 64.52 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 229/291 #7 64.52 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 230/291 #7 64.52 Verifying : perl-constant-1.33-396.el8.noarch 231/291 #7 64.52 Verifying : perl-interpreter-4:5.26.3-420.el8.x86_64 232/291 #7 64.52 Verifying : perl-libs-4:5.26.3-420.el8.x86_64 233/291 #7 64.52 Verifying : perl-macros-4:5.26.3-420.el8.x86_64 234/291 #7 64.52 Verifying : perl-parent-1:0.237-1.el8.noarch 235/291 #7 64.52 Verifying : perl-podlators-4.11-1.el8.noarch 236/291 #7 64.52 Verifying : perl-threads-1:2.21-2.el8.x86_64 237/291 #7 64.52 Verifying : perl-threads-shared-1.58-2.el8.x86_64 238/291 #7 64.52 Verifying : pkgconf-1.4.2-1.el8.x86_64 239/291 #7 64.52 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 240/291 #7 64.52 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 241/291 #7 64.52 Verifying : rpm-sign-4.14.3-19.el8.x86_64 242/291 #7 64.52 Verifying : sgml-common-0.6.3-50.el8.noarch 243/291 #7 64.52 Verifying : shared-mime-info-1.9-3.el8.x86_64 244/291 #7 64.52 Verifying : strace-5.7-3.el8.x86_64 245/291 #7 64.52 Verifying : unzip-6.0-45.el8_4.x86_64 246/291 #7 64.52 Verifying : which-2.21-16.el8.x86_64 247/291 #7 64.52 Verifying : xml-common-0.6.3-50.el8.noarch 248/291 #7 64.52 Verifying : xz-devel-5.2.4-3.el8.x86_64 249/291 #7 64.52 Verifying : zip-3.0-23.el8.x86_64 250/291 #7 64.52 Verifying : zlib-devel-1.2.11-17.el8.x86_64 251/291 #7 64.52 Verifying : compat-lua-5.1.5-15.el8.x86_64 252/291 #7 64.52 Verifying : compat-lua-libs-5.1.5-15.el8.x86_64 253/291 #7 64.52 Verifying : git-2.41.0-1.WANdisco.x86_64 254/291 #7 64.52 Verifying : git-core-2.41.0-1.WANdisco.x86_64 255/291 #7 64.52 Verifying : git-core-doc-2.41.0-1.WANdisco.noarch 256/291 #7 64.52 Verifying : perl-Git-2.41.0-1.WANdisco.noarch 257/291 #7 64.52 Verifying : binutils-2.30-108.el8_5.1.x86_64 258/291 #7 64.52 Verifying : binutils-2.30-93.el8.x86_64 259/291 #7 64.52 Verifying : crypto-policies-20210617-1.gitc776d3e.el8.noarch 260/291 #7 64.52 Verifying : crypto-policies-20210209-1.gitbfb6bed.el8_3.noar 261/291 #7 64.52 Verifying : elfutils-libelf-0.185-1.el8.x86_64 262/291 #7 64.52 Verifying : elfutils-libelf-0.182-3.el8.x86_64 263/291 #7 64.52 Verifying : elfutils-libs-0.185-1.el8.x86_64 264/291 #7 64.52 Verifying : elfutils-libs-0.182-3.el8.x86_64 265/291 #7 64.52 Verifying : file-libs-5.33-20.el8.x86_64 266/291 #7 64.52 Verifying : file-libs-5.33-16.el8_3.1.x86_64 267/291 #7 64.52 Verifying : glibc-2.28-164.el8.x86_64 268/291 #7 64.52 Verifying : glibc-2.28-151.el8.x86_64 269/291 #7 64.52 Verifying : glibc-common-2.28-164.el8.x86_64 270/291 #7 64.52 Verifying : glibc-common-2.28-151.el8.x86_64 271/291 #7 64.52 Verifying : glibc-minimal-langpack-2.28-164.el8.x86_64 272/291 #7 64.52 Verifying : glibc-minimal-langpack-2.28-151.el8.x86_64 273/291 #7 64.52 Verifying : libgcc-8.5.0-4.el8_5.x86_64 274/291 #7 64.52 Verifying : libgcc-8.4.1-1.el8.x86_64 275/291 #7 64.52 Verifying : libstdc++-8.5.0-4.el8_5.x86_64 276/291 #7 64.52 Verifying : libstdc++-8.4.1-1.el8.x86_64 277/291 #7 64.52 Verifying : libxcrypt-4.1.1-6.el8.x86_64 278/291 #7 64.52 Verifying : libxcrypt-4.1.1-4.el8.x86_64 279/291 #7 64.52 Verifying : ncurses-base-6.1-9.20180224.el8.noarch 280/291 #7 64.52 Verifying : ncurses-base-6.1-7.20180224.el8.noarch 281/291 #7 64.52 Verifying : ncurses-libs-6.1-9.20180224.el8.x86_64 282/291 #7 64.52 Verifying : ncurses-libs-6.1-7.20180224.el8.x86_64 283/291 #7 64.52 Verifying : python3-rpm-4.14.3-19.el8.x86_64 284/291 #7 64.52 Verifying : python3-rpm-4.14.3-13.el8.x86_64 285/291 #7 64.52 Verifying : rpm-4.14.3-19.el8.x86_64 286/291 #7 64.52 Verifying : rpm-4.14.3-13.el8.x86_64 287/291 #7 64.52 Verifying : rpm-build-libs-4.14.3-19.el8.x86_64 288/291 #7 64.52 Verifying : rpm-build-libs-4.14.3-13.el8.x86_64 289/291 #7 64.52 Verifying : rpm-libs-4.14.3-19.el8.x86_64 290/291 #7 64.52 Verifying : rpm-libs-4.14.3-13.el8.x86_64 291/291 #7 65.72 #7 65.72 Upgraded: #7 65.72 binutils-2.30-108.el8_5.1.x86_64 #7 65.72 crypto-policies-20210617-1.gitc776d3e.el8.noarch #7 65.72 elfutils-libelf-0.185-1.el8.x86_64 #7 65.72 elfutils-libs-0.185-1.el8.x86_64 #7 65.72 file-libs-5.33-20.el8.x86_64 #7 65.72 glibc-2.28-164.el8.x86_64 #7 65.72 glibc-common-2.28-164.el8.x86_64 #7 65.72 glibc-minimal-langpack-2.28-164.el8.x86_64 #7 65.72 libgcc-8.5.0-4.el8_5.x86_64 #7 65.72 libstdc++-8.5.0-4.el8_5.x86_64 #7 65.72 libxcrypt-4.1.1-6.el8.x86_64 #7 65.72 ncurses-base-6.1-9.20180224.el8.noarch #7 65.72 ncurses-libs-6.1-9.20180224.el8.x86_64 #7 65.72 python3-rpm-4.14.3-19.el8.x86_64 #7 65.72 rpm-4.14.3-19.el8.x86_64 #7 65.72 rpm-build-libs-4.14.3-19.el8.x86_64 #7 65.72 rpm-libs-4.14.3-19.el8.x86_64 #7 65.72 Installed: #7 65.72 adobe-mappings-cmap-20171205-3.el8.noarch #7 65.72 adobe-mappings-cmap-deprecated-20171205-3.el8.noarch #7 65.72 adobe-mappings-pdf-20180407-1.el8.noarch #7 65.72 annobin-9.72-1.el8_5.2.x86_64 #7 65.72 asciidoc-8.6.10-0.5.20180627gitf7c2274.el8.noarch #7 65.72 atk-2.28.1-1.el8.x86_64 #7 65.72 autoconf-2.69-29.el8.noarch #7 65.72 automake-1.16.1-7.el8.noarch #7 65.72 avahi-libs-0.7-20.el8.x86_64 #7 65.72 bison-3.0.4-10.el8.x86_64 #7 65.72 boost-atomic-1.66.0-10.el8.x86_64 #7 65.72 boost-chrono-1.66.0-10.el8.x86_64 #7 65.72 boost-date-time-1.66.0-10.el8.x86_64 #7 65.72 boost-filesystem-1.66.0-10.el8.x86_64 #7 65.72 boost-regex-1.66.0-10.el8.x86_64 #7 65.72 boost-system-1.66.0-10.el8.x86_64 #7 65.72 boost-thread-1.66.0-10.el8.x86_64 #7 65.72 boost-timer-1.66.0-10.el8.x86_64 #7 65.72 byacc-1.9.20170709-4.el8.x86_64 #7 65.72 bzip2-1.0.6-26.el8.x86_64 #7 65.72 cairo-1.15.12-3.el8.x86_64 #7 65.72 compat-lua-5.1.5-15.el8.x86_64 #7 65.72 compat-lua-libs-5.1.5-15.el8.x86_64 #7 65.72 copy-jdk-configs-4.0-2.el8.noarch #7 65.72 cpp-8.5.0-4.el8_5.x86_64 #7 65.72 crypto-policies-scripts-20210617-1.gitc776d3e.el8.noarch #7 65.72 ctags-5.8-22.el8.x86_64 #7 65.72 cups-libs-1:2.2.6-40.el8.x86_64 #7 65.72 diffstat-1.61-7.el8.x86_64 #7 65.72 diffutils-3.6-6.el8.x86_64 #7 65.72 docbook-dtds-1.0-69.el8.noarch #7 65.72 docbook-style-xsl-1.79.2-9.el8.noarch #7 65.72 dwz-0.12-10.el8.x86_64 #7 65.72 dyninst-11.0.0-3.el8.x86_64 #7 65.72 efi-srpm-macros-3-3.el8.noarch #7 65.72 efivar-libs-37-4.el8.x86_64 #7 65.72 elfutils-0.185-1.el8.x86_64 #7 65.72 elfutils-debuginfod-client-0.185-1.el8.x86_64 #7 65.72 elfutils-debuginfod-client-devel-0.185-1.el8.x86_64 #7 65.72 elfutils-devel-0.185-1.el8.x86_64 #7 65.72 elfutils-libelf-devel-0.185-1.el8.x86_64 #7 65.72 emacs-filesystem-1:26.1-7.el8.noarch #7 65.72 file-5.33-20.el8.x86_64 #7 65.72 flex-2.6.1-9.el8.x86_64 #7 65.72 fontconfig-2.13.1-4.el8.x86_64 #7 65.72 fontpackages-filesystem-1.44-22.el8.noarch #7 65.72 freetype-2.9.1-4.el8_3.1.x86_64 #7 65.72 fribidi-1.0.4-8.el8.x86_64 #7 65.72 gc-7.6.4-3.el8.x86_64 #7 65.72 gcc-8.5.0-4.el8_5.x86_64 #7 65.72 gcc-c++-8.5.0-4.el8_5.x86_64 #7 65.72 gcc-gdb-plugin-8.5.0-4.el8_5.x86_64 #7 65.72 gd-2.2.5-7.el8.x86_64 #7 65.72 gdb-8.2-16.el8.x86_64 #7 65.72 gdb-headless-8.2-16.el8.x86_64 #7 65.72 gdk-pixbuf2-2.36.12-5.el8.x86_64 #7 65.72 gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 #7 65.72 gettext-0.19.8.1-17.el8.x86_64 #7 65.72 gettext-common-devel-0.19.8.1-17.el8.noarch #7 65.72 gettext-devel-0.19.8.1-17.el8.x86_64 #7 65.72 gettext-libs-0.19.8.1-17.el8.x86_64 #7 65.72 ghc-srpm-macros-1.4.2-7.el8.noarch #7 65.72 git-2.41.0-1.WANdisco.x86_64 #7 65.72 git-core-2.41.0-1.WANdisco.x86_64 #7 65.72 git-core-doc-2.41.0-1.WANdisco.noarch #7 65.72 glibc-devel-2.28-164.el8.x86_64 #7 65.72 glibc-headers-2.28-164.el8.x86_64 #7 65.72 glibc-langpack-en-2.28-164.el8.x86_64 #7 65.72 go-srpm-macros-2-17.el8.noarch #7 65.72 google-droid-sans-fonts-20120715-13.el8.noarch #7 65.72 graphite2-1.3.10-10.el8.x86_64 #7 65.72 graphviz-2.40.1-43.el8.x86_64 #7 65.72 groff-base-1.22.3-18.el8.x86_64 #7 65.72 grub2-common-1:2.02-106.el8.noarch #7 65.72 grub2-tools-1:2.02-106.el8.x86_64 #7 65.72 grub2-tools-minimal-1:2.02-106.el8.x86_64 #7 65.72 grubby-8.40-42.el8.x86_64 #7 65.72 gtk-update-icon-cache-3.22.30-8.el8.x86_64 #7 65.72 gtk2-2.24.32-5.el8.x86_64 #7 65.72 guile-5:2.0.14-7.el8.x86_64 #7 65.72 harfbuzz-1.7.5-3.el8.x86_64 #7 65.72 hicolor-icon-theme-0.17-2.el8.noarch #7 65.72 intltool-0.51.0-11.el8.noarch #7 65.72 isl-0.16.1-6.el8.x86_64 #7 65.72 jasper-libs-2.0.14-5.el8.x86_64 #7 65.72 java-1.8.0-openjdk-headless-1:1.8.0.312.b07-2.el8_5.x86_64 #7 65.72 javapackages-filesystem-5.3.0-1.module_el8.0.0+11+5b8c10bd.noarch #7 65.72 jbig2dec-libs-0.16-1.el8.x86_64 #7 65.72 jbigkit-libs-2.1-14.el8.x86_64 #7 65.72 jna-4.5.1-5.el8.x86_64 #7 65.72 kernel-headers-4.18.0-348.7.1.el8_5.x86_64 #7 65.72 lcms2-2.9-2.el8.x86_64 #7 65.72 libICE-1.0.9-15.el8.x86_64 #7 65.72 libSM-1.2.3-1.el8.x86_64 #7 65.72 libX11-1.6.8-5.el8.x86_64 #7 65.72 libX11-common-1.6.8-5.el8.noarch #7 65.72 libXau-1.0.9-3.el8.x86_64 #7 65.72 libXaw-1.0.13-10.el8.x86_64 #7 65.72 libXcomposite-0.4.4-14.el8.x86_64 #7 65.72 libXcursor-1.1.15-3.el8.x86_64 #7 65.72 libXdamage-1.1.4-14.el8.x86_64 #7 65.72 libXext-1.3.4-1.el8.x86_64 #7 65.72 libXfixes-5.0.3-7.el8.x86_64 #7 65.72 libXft-2.3.3-1.el8.x86_64 #7 65.72 libXi-1.7.10-1.el8.x86_64 #7 65.72 libXinerama-1.1.4-1.el8.x86_64 #7 65.72 libXmu-1.1.3-1.el8.x86_64 #7 65.72 libXpm-3.5.12-8.el8.x86_64 #7 65.72 libXrandr-1.5.2-1.el8.x86_64 #7 65.72 libXrender-0.9.10-7.el8.x86_64 #7 65.72 libXt-1.1.5-12.el8.x86_64 #7 65.72 libXxf86misc-1.0.4-1.el8.x86_64 #7 65.72 libXxf86vm-1.1.4-9.el8.x86_64 #7 65.72 libatomic_ops-7.6.2-3.el8.x86_64 #7 65.72 libbabeltrace-1.5.4-3.el8.x86_64 #7 65.72 libcroco-0.6.12-4.el8_2.1.x86_64 #7 65.72 libdatrie-0.2.9-7.el8.x86_64 #7 65.72 libedit-3.1-23.20170329cvs.el8.x86_64 #7 65.72 libfontenc-1.1.3-8.el8.x86_64 #7 65.72 libgomp-8.5.0-4.el8_5.x86_64 #7 65.72 libgs-9.27-1.el8.x86_64 #7 65.72 libicu-60.3-2.el8_1.x86_64 #7 65.72 libidn-1.34-5.el8.x86_64 #7 65.72 libijs-0.35-5.el8.x86_64 #7 65.72 libipt-1.6.1-8.el8.x86_64 #7 65.72 libjpeg-turbo-1.5.3-12.el8.x86_64 #7 65.72 libmcpp-2.7.2-20.el8.x86_64 #7 65.72 libmpc-1.1.0-9.1.el8.x86_64 #7 65.72 libpaper-1.1.24-22.el8.x86_64 #7 65.72 libpkgconf-1.4.2-1.el8.x86_64 #7 65.72 libpng-2:1.6.34-5.el8.x86_64 #7 65.72 librsvg2-2.42.7-4.el8.x86_64 #7 65.72 libstdc++-devel-8.5.0-4.el8_5.x86_64 #7 65.72 libthai-0.1.27-2.el8.x86_64 #7 65.72 libtiff-4.0.9-20.el8.x86_64 #7 65.72 libtool-2.4.6-25.el8.x86_64 #7 65.72 libtool-ltdl-2.4.6-25.el8.x86_64 #7 65.72 libwebp-1.0.0-5.el8.x86_64 #7 65.72 libxcb-1.13.1-1.el8.x86_64 #7 65.72 libxcrypt-devel-4.1.1-6.el8.x86_64 #7 65.72 libxslt-1.1.32-6.el8.x86_64 #7 65.72 libzstd-devel-1.4.4-1.el8.x86_64 #7 65.72 lksctp-tools-1.0.18-3.el8.x86_64 #7 65.72 ltrace-0.7.91-28.el8.x86_64 #7 65.72 m4-1.4.18-7.el8.x86_64 #7 65.72 make-1:4.2.1-10.el8.x86_64 #7 65.72 mcpp-2.7.2-20.el8.x86_64 #7 65.72 mokutil-1:0.3.0-11.el8.x86_64 #7 65.72 ncurses-6.1-9.20180224.el8.x86_64 #7 65.72 nspr-4.32.0-1.el8_4.x86_64 #7 65.72 nss-3.67.0-7.el8_5.x86_64 #7 65.72 nss-softokn-3.67.0-7.el8_5.x86_64 #7 65.72 nss-softokn-freebl-3.67.0-7.el8_5.x86_64 #7 65.72 nss-sysinit-3.67.0-7.el8_5.x86_64 #7 65.72 nss-tools-3.67.0-7.el8_5.x86_64 #7 65.72 nss-util-3.67.0-7.el8_5.x86_64 #7 65.72 ocaml-srpm-macros-5-4.el8.noarch #7 65.72 openblas-srpm-macros-2-2.el8.noarch #7 65.72 openjpeg2-2.4.0-4.el8.x86_64 #7 65.72 openssh-8.0p1-10.el8.x86_64 #7 65.72 openssh-clients-8.0p1-10.el8.x86_64 #7 65.72 os-prober-1.74-9.el8.x86_64 #7 65.72 pango-1.42.4-8.el8.x86_64 #7 65.72 patch-2.7.6-11.el8.x86_64 #7 65.72 patchutils-0.3.4-10.el8.x86_64 #7 65.72 perl-Carp-1.42-396.el8.noarch #7 65.72 perl-Data-Dumper-2.167-399.el8.x86_64 #7 65.72 perl-Encode-4:2.97-3.el8.x86_64 #7 65.72 perl-Errno-1.28-420.el8.x86_64 #7 65.72 perl-Error-1:0.17025-2.el8.noarch #7 65.72 perl-Exporter-5.72-396.el8.noarch #7 65.72 perl-Fedora-VSP-0.001-9.el8.noarch #7 65.72 perl-File-Path-2.15-2.el8.noarch #7 65.72 perl-File-Temp-0.230.600-1.el8.noarch #7 65.72 perl-Getopt-Long-1:2.50-4.el8.noarch #7 65.72 perl-Git-2.41.0-1.WANdisco.noarch #7 65.72 perl-HTTP-Tiny-0.074-1.el8.noarch #7 65.72 perl-IO-1.38-420.el8.x86_64 #7 65.72 perl-IO-Socket-IP-0.39-5.el8.noarch #7 65.72 perl-MIME-Base64-3.15-396.el8.x86_64 #7 65.72 perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch #7 65.72 perl-PathTools-3.74-1.el8.x86_64 #7 65.72 perl-Pod-Escapes-1:1.07-395.el8.noarch #7 65.72 perl-Pod-Perldoc-3.28-396.el8.noarch #7 65.72 perl-Pod-Simple-1:3.35-395.el8.noarch #7 65.72 perl-Pod-Usage-4:1.69-395.el8.noarch #7 65.72 perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 #7 65.72 perl-Socket-4:2.027-3.el8.x86_64 #7 65.72 perl-Storable-1:3.11-3.el8.x86_64 #7 65.72 perl-Sys-Syslog-0.35-397.el8.x86_64 #7 65.72 perl-Term-ANSIColor-4.06-396.el8.noarch #7 65.72 perl-Term-Cap-1.17-395.el8.noarch #7 65.72 perl-TermReadKey-2.37-7.el8.x86_64 #7 65.72 perl-Text-ParseWords-3.30-395.el8.noarch #7 65.72 perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch #7 65.72 perl-Thread-Queue-3.13-1.el8.noarch #7 65.72 perl-Time-Local-1:1.280-1.el8.noarch #7 65.72 perl-Unicode-Normalize-1.25-396.el8.x86_64 #7 65.72 perl-XML-Parser-2.44-11.el8.x86_64 #7 65.72 perl-constant-1.33-396.el8.noarch #7 65.72 perl-generators-1.10-9.el8.noarch #7 65.72 perl-interpreter-4:5.26.3-420.el8.x86_64 #7 65.72 perl-libs-4:5.26.3-420.el8.x86_64 #7 65.72 perl-macros-4:5.26.3-420.el8.x86_64 #7 65.72 perl-parent-1:0.237-1.el8.noarch #7 65.72 perl-podlators-4.11-1.el8.noarch #7 65.72 perl-srpm-macros-1-25.el8.noarch #7 65.72 perl-threads-1:2.21-2.el8.x86_64 #7 65.72 perl-threads-shared-1.58-2.el8.x86_64 #7 65.72 pesign-0.112-25.el8.x86_64 #7 65.72 pixman-0.38.4-1.el8.x86_64 #7 65.72 pkgconf-1.4.2-1.el8.x86_64 #7 65.72 pkgconf-m4-1.4.2-1.el8.noarch #7 65.72 pkgconf-pkg-config-1.4.2-1.el8.x86_64 #7 65.72 python-rpm-macros-3-41.el8.noarch #7 65.72 python-srpm-macros-3-41.el8.noarch #7 65.72 python3-rpm-macros-3-41.el8.noarch #7 65.72 qt5-srpm-macros-5.15.2-1.el8.noarch #7 65.72 redhat-rpm-config-125-1.el8.noarch #7 65.72 rpm-build-4.14.3-19.el8.x86_64 #7 65.72 rpm-sign-4.14.3-19.el8.x86_64 #7 65.72 rust-srpm-macros-5-2.el8.noarch #7 65.72 sgml-common-0.6.3-50.el8.noarch #7 65.72 shared-mime-info-1.9-3.el8.x86_64 #7 65.72 source-highlight-3.1.8-17.el8.x86_64 #7 65.72 strace-5.7-3.el8.x86_64 #7 65.72 systemtap-4.5-3.el8.x86_64 #7 65.72 systemtap-client-4.5-3.el8.x86_64 #7 65.72 systemtap-devel-4.5-3.el8.x86_64 #7 65.72 systemtap-runtime-4.5-3.el8.x86_64 #7 65.72 tbb-2018.2-9.el8.x86_64 #7 65.72 tzdata-java-2021e-1.el8.noarch #7 65.72 unzip-6.0-45.el8_4.x86_64 #7 65.72 urw-base35-bookman-fonts-20170801-10.el8.noarch #7 65.72 urw-base35-c059-fonts-20170801-10.el8.noarch #7 65.72 urw-base35-d050000l-fonts-20170801-10.el8.noarch #7 65.72 urw-base35-fonts-20170801-10.el8.noarch #7 65.72 urw-base35-fonts-common-20170801-10.el8.noarch #7 65.72 urw-base35-gothic-fonts-20170801-10.el8.noarch #7 65.72 urw-base35-nimbus-mono-ps-fonts-20170801-10.el8.noarch #7 65.72 urw-base35-nimbus-roman-fonts-20170801-10.el8.noarch #7 65.72 urw-base35-nimbus-sans-fonts-20170801-10.el8.noarch #7 65.72 urw-base35-p052-fonts-20170801-10.el8.noarch #7 65.72 urw-base35-standard-symbols-ps-fonts-20170801-10.el8.noarch #7 65.72 urw-base35-z003-fonts-20170801-10.el8.noarch #7 65.72 valgrind-1:3.17.0-5.el8.x86_64 #7 65.72 valgrind-devel-1:3.17.0-5.el8.x86_64 #7 65.72 vim-filesystem-2:8.0.1763-16.el8.noarch #7 65.72 which-2.21-16.el8.x86_64 #7 65.72 xml-common-0.6.3-50.el8.noarch #7 65.72 xorg-x11-font-utils-1:7.5-41.el8.x86_64 #7 65.72 xorg-x11-fonts-ISO8859-1-100dpi-7.5-19.el8.noarch #7 65.72 xorg-x11-server-utils-7.7-27.el8.x86_64 #7 65.72 xz-devel-5.2.4-3.el8.x86_64 #7 65.72 zip-3.0-23.el8.x86_64 #7 65.72 zlib-devel-1.2.11-17.el8.x86_64 #7 65.72 zstd-1.4.4-1.el8.x86_64 #7 65.72 #7 65.72 Complete! #7 66.34 Last metadata expiration check: 0:00:46 ago on Wed Jun 19 20:52:06 2024. #7 66.83 Package coreutils-single-8.30-8.el8.x86_64 is already installed. #7 66.83 Package glibc-langpack-en-2.28-164.el8.x86_64 is already installed. #7 66.84 Package xz-5.2.4-3.el8.x86_64 is already installed. #7 67.36 Dependencies resolved. #7 67.38 ================================================================================================= #7 67.38 Package Arch Version Repository Size #7 67.38 ================================================================================================= #7 67.38 Installing: #7 67.38 ImageMagick x86_64 6.9.12.93-1.el8 epel 114 k #7 67.38 cmake x86_64 3.20.2-4.el8 appstream 12 M #7 67.38 cppcheck x86_64 2.4-1.el8 powertools 1.9 M #7 67.38 git-lfs x86_64 2.11.0-2.el8 appstream 4.4 M #7 67.38 gtk3 x86_64 3.22.30-8.el8 appstream 4.5 M #7 67.38 java-11-openjdk-devel x86_64 1:11.0.13.0.8-4.el8_5 appstream 3.4 M #7 67.38 jq x86_64 1.5-12.el8 appstream 161 k #7 67.38 lsof x86_64 4.93.2-1.el8 baseos 253 k #7 67.38 mutter x86_64 3.32.2-60.el8 appstream 2.5 M #7 67.38 pinentry x86_64 1.1.0-2.el8 appstream 100 k #7 67.38 python36 x86_64 3.6.8-38.module_el8.5.0+895+a459eca8 appstream 19 k #7 67.38 python36-devel x86_64 3.6.8-38.module_el8.5.0+895+a459eca8 appstream 16 k #7 67.38 rsync x86_64 3.1.3-12.el8 baseos 405 k #7 67.38 tigervnc x86_64 1.11.0-9.el8 appstream 300 k #7 67.38 tigervnc-server x86_64 1.11.0-9.el8 appstream 270 k #7 67.38 webkit2gtk3 x86_64 2.32.3-2.el8 appstream 17 M #7 67.38 wget x86_64 1.19.5-10.el8 appstream 734 k #7 67.38 xorg-x11-server-Xvfb x86_64 1.20.11-2.el8 appstream 871 k #7 67.38 xterm x86_64 331-1.el8_3.2 appstream 528 k #7 67.38 zsh x86_64 5.5.1-6.el8_1.2 baseos 2.9 M #7 67.38 Upgrading: #7 67.38 chkconfig x86_64 1.19.1-1.el8 baseos 198 k #7 67.38 coreutils-single x86_64 8.30-12.el8 baseos 629 k #7 67.38 dbus x86_64 1:1.12.8-14.el8 baseos 41 k #7 67.38 dbus-common noarch 1:1.12.8-14.el8 baseos 46 k #7 67.38 dbus-daemon x86_64 1:1.12.8-14.el8 baseos 240 k #7 67.38 dbus-libs x86_64 1:1.12.8-14.el8 baseos 184 k #7 67.38 dbus-tools x86_64 1:1.12.8-14.el8 baseos 85 k #7 67.38 platform-python x86_64 3.6.8-41.el8 baseos 85 k #7 67.38 python3-libs x86_64 3.6.8-41.el8 baseos 7.8 M #7 67.38 Installing dependencies: #7 67.38 ImageMagick-libs x86_64 6.9.12.93-1.el8 epel 2.4 M #7 67.38 LibRaw x86_64 0.19.5-3.el8 appstream 316 k #7 67.38 ModemManager-glib x86_64 1.10.8-4.el8 baseos 264 k #7 67.38 OpenEXR-libs x86_64 2.2.0-12.el8 appstream 672 k #7 67.38 abattis-cantarell-fonts noarch 0.0.25-6.el8 appstream 156 k #7 67.38 adwaita-cursor-theme noarch 3.28.0-2.el8 appstream 647 k #7 67.38 adwaita-gtk2-theme x86_64 3.22.3-4.el8 appstream 132 k #7 67.38 adwaita-icon-theme noarch 3.28.0-2.el8 appstream 11 M #7 67.38 alsa-lib x86_64 1.2.5-4.el8 appstream 489 k #7 67.38 aspell x86_64 12:0.60.6.1-21.el8 appstream 675 k #7 67.38 at-spi2-atk x86_64 2.26.2-1.el8 appstream 89 k #7 67.38 at-spi2-core x86_64 2.28.0-1.el8 appstream 169 k #7 67.38 avahi-glib x86_64 0.7-20.el8 baseos 14 k #7 67.38 brotli x86_64 1.0.6-3.el8 baseos 323 k #7 67.38 bubblewrap x86_64 0.4.0-1.el8 baseos 50 k #7 67.38 cairo-gobject x86_64 1.15.12-3.el8 appstream 33 k #7 67.38 cmake-data noarch 3.20.2-4.el8 appstream 1.7 M #7 67.38 cmake-filesystem x86_64 3.20.2-4.el8 appstream 44 k #7 67.38 cmake-rpm-macros noarch 3.20.2-4.el8 appstream 44 k #7 67.38 colord-libs x86_64 1.4.2-1.el8 appstream 236 k #7 67.38 dbus-x11 x86_64 1:1.12.8-14.el8 appstream 59 k #7 67.38 dejavu-fonts-common noarch 2.35-7.el8 baseos 74 k #7 67.38 enchant2 x86_64 2.2.3-3.el8 appstream 62 k #7 67.38 flac-libs x86_64 1.3.2-9.el8 appstream 217 k #7 67.38 fltk x86_64 1.3.4-5.el8 appstream 590 k #7 67.38 giflib x86_64 5.1.4-3.el8 appstream 51 k #7 67.38 glib-networking x86_64 2.56.1-1.1.el8 baseos 155 k #7 67.38 gnome-control-center-filesystem noarch 3.28.2-28.el8 appstream 12 k #7 67.38 gnome-desktop3 x86_64 3.32.2-1.el8 appstream 577 k #7 67.38 gnome-themes-standard x86_64 3.22.3-4.el8 appstream 2.7 M #7 67.38 gsettings-desktop-schemas x86_64 3.32.0-6.el8 baseos 633 k #7 67.38 gsm x86_64 1.0.17-5.el8 appstream 37 k #7 67.38 gstreamer1 x86_64 1.16.1-2.el8 appstream 1.3 M #7 67.38 gstreamer1-plugins-base x86_64 1.16.1-2.el8 appstream 2.0 M #7 67.38 harfbuzz-icu x86_64 1.7.5-3.el8 appstream 24 k #7 67.38 hunspell x86_64 1.6.2-1.el8 appstream 331 k #7 67.38 hunspell-en-GB noarch 0.20140811.1-12.el8 appstream 245 k #7 67.38 hunspell-en-US noarch 0.20140811.1-12.el8 appstream 196 k #7 67.38 hyphen x86_64 2.8.8-9.el8 appstream 33 k #7 67.38 ilmbase x86_64 2.2.0-13.el8 appstream 114 k #7 67.38 iso-codes noarch 3.79-2.el8 appstream 3.4 M #7 67.38 java-11-openjdk x86_64 1:11.0.13.0.8-4.el8_5 appstream 266 k #7 67.38 java-11-openjdk-headless x86_64 1:11.0.13.0.8-4.el8_5 appstream 40 M #7 67.38 json-glib x86_64 1.4.4-1.el8 baseos 144 k #7 67.38 libX11-xcb x86_64 1.6.8-5.el8 appstream 14 k #7 67.38 libXdmcp x86_64 1.1.3-1.el8 appstream 41 k #7 67.38 libXfont2 x86_64 2.0.3-2.el8 appstream 149 k #7 67.38 libXtst x86_64 1.2.3-7.el8 appstream 22 k #7 67.38 libXv x86_64 1.0.11-7.el8 appstream 20 k #7 67.38 libasyncns x86_64 0.8-14.el8 appstream 32 k #7 67.38 libcanberra x86_64 0.30-18.el8 appstream 93 k #7 67.38 libdrm x86_64 2.4.106-2.el8 appstream 167 k #7 67.38 libepoxy x86_64 1.5.8-1.el8 appstream 225 k #7 67.38 libevdev x86_64 1.10.0-1.el8 appstream 44 k #7 67.38 libglvnd x86_64 1:1.3.2-1.el8 appstream 127 k #7 67.38 libglvnd-egl x86_64 1:1.3.2-1.el8 appstream 49 k #7 67.38 libglvnd-gles x86_64 1:1.3.2-1.el8 appstream 40 k #7 67.38 libglvnd-glx x86_64 1:1.3.2-1.el8 appstream 137 k #7 67.38 libgudev x86_64 232-4.el8 baseos 33 k #7 67.38 libgusb x86_64 0.3.0-1.el8 baseos 49 k #7 67.38 libinput x86_64 1.16.3-2.el8 appstream 217 k #7 67.38 libmodman x86_64 2.0.1-17.el8 baseos 36 k #7 67.38 libnotify x86_64 0.7.7-5.el8 appstream 47 k #7 67.38 libogg x86_64 2:1.3.2-10.el8 appstream 31 k #7 67.38 libpciaccess x86_64 0.14-1.el8 baseos 32 k #7 67.38 libproxy x86_64 0.4.15-5.2.el8 baseos 75 k #7 67.38 libpsl x86_64 0.20.2-6.el8 baseos 61 k #7 67.38 libraqm x86_64 0.7.0-4.el8 epel 19 k #7 67.38 libsecret x86_64 0.18.6-1.el8 baseos 163 k #7 67.38 libsndfile x86_64 1.0.28-10.el8_4.1 appstream 193 k #7 67.38 libsoup x86_64 2.62.3-2.el8 baseos 424 k #7 67.38 libtdb x86_64 1.4.3-1.el8 baseos 59 k #7 67.38 libtheora x86_64 1:1.1.1-21.el8 appstream 184 k #7 67.38 libuv x86_64 1:1.41.1-1.el8_4 appstream 156 k #7 67.38 libvisual x86_64 1:0.4.0-25.el8 appstream 145 k #7 67.38 libvorbis x86_64 1:1.3.6-2.el8 appstream 196 k #7 67.38 libwacom x86_64 1.6-3.el8 appstream 42 k #7 67.38 libwacom-data noarch 1.6-3.el8 appstream 104 k #7 67.38 libwayland-client x86_64 1.19.0-1.el8 appstream 39 k #7 67.38 libwayland-cursor x86_64 1.19.0-1.el8 appstream 26 k #7 67.38 libwayland-egl x86_64 1.19.0-1.el8 appstream 19 k #7 67.38 libwayland-server x86_64 1.19.0-1.el8 appstream 47 k #7 67.38 libwmf-lite x86_64 0.2.9-8.el8_0 appstream 77 k #7 67.38 libxkbcommon x86_64 0.9.1-1.el8 appstream 116 k #7 67.38 libxkbcommon-x11 x86_64 0.9.1-1.el8 appstream 25 k #7 67.38 libxkbfile x86_64 1.1.0-1.el8 appstream 88 k #7 67.38 libxshmfence x86_64 1.3-2.el8 appstream 13 k #7 67.38 llvm-libs x86_64 12.0.1-2.module_el8.5.0+918+ed335b90 appstream 23 M #7 67.38 mesa-dri-drivers x86_64 21.1.5-1.el8 appstream 11 M #7 67.38 mesa-filesystem x86_64 21.1.5-1.el8 appstream 34 k #7 67.38 mesa-libEGL x86_64 21.1.5-1.el8 appstream 135 k #7 67.38 mesa-libGL x86_64 21.1.5-1.el8 appstream 184 k #7 67.38 mesa-libGLU x86_64 9.0.0-15.el8 appstream 185 k #7 67.38 mesa-libgbm x86_64 21.1.5-1.el8 appstream 57 k #7 67.38 mesa-libglapi x86_64 21.1.5-1.el8 appstream 66 k #7 67.38 mozjs60 x86_64 60.9.0-4.el8 baseos 6.6 M #7 67.38 mtdev x86_64 1.1.5-12.el8 appstream 24 k #7 67.38 oniguruma x86_64 6.8.2-2.el8 appstream 187 k #7 67.38 opus x86_64 1.3-0.4.beta.el8 appstream 204 k #7 67.38 orc x86_64 0.4.28-3.el8 appstream 175 k #7 67.38 pipewire x86_64 0.3.6-1.el8 appstream 108 k #7 67.38 pipewire-libs x86_64 0.3.6-1.el8 appstream 712 k #7 67.38 platform-python-devel x86_64 3.6.8-41.el8 appstream 249 k #7 67.38 platform-python-pip noarch 9.0.3-20.el8 baseos 1.7 M #7 67.38 polkit x86_64 0.115-12.el8 baseos 154 k #7 67.38 polkit-libs x86_64 0.115-12.el8 baseos 76 k #7 67.38 polkit-pkla-compat x86_64 0.1-12.el8 baseos 46 k #7 67.38 publicsuffix-list-dafsa noarch 20180723-1.el8 baseos 56 k #7 67.38 pulseaudio-libs x86_64 14.0-2.el8 appstream 681 k #7 67.38 python3-pip noarch 9.0.3-20.el8 appstream 20 k #7 67.38 python3-rpm-generators noarch 5-7.el8 appstream 25 k #7 67.38 python3-setuptools noarch 39.2.0-6.el8 baseos 163 k #7 67.38 rest x86_64 0.8.1-2.el8 appstream 70 k #7 67.38 rtkit x86_64 0.11-19.el8 appstream 61 k #7 67.38 sbc x86_64 1.3-9.el8 appstream 65 k #7 67.38 sound-theme-freedesktop noarch 0.8-9.el8 appstream 382 k #7 67.38 startup-notification x86_64 0.12-15.el8 appstream 45 k #7 67.38 tigervnc-icons noarch 1.11.0-9.el8 appstream 49 k #7 67.38 tigervnc-license noarch 1.11.0-9.el8 appstream 39 k #7 67.38 tigervnc-server-minimal x86_64 1.11.0-9.el8 appstream 1.1 M #7 67.38 ttmkfdir x86_64 3.0.9-54.el8 appstream 62 k #7 67.38 webkit2gtk3-jsc x86_64 2.32.3-2.el8 appstream 6.3 M #7 67.38 woff2 x86_64 1.0.2-5.el8 appstream 59 k #7 67.38 xcb-util x86_64 0.4.0-10.el8 appstream 22 k #7 67.38 xkeyboard-config noarch 2.28-1.el8 appstream 782 k #7 67.38 xorg-x11-fonts-Type1 noarch 7.5-19.el8 appstream 522 k #7 67.38 xorg-x11-server-common x86_64 1.20.11-2.el8 appstream 42 k #7 67.38 xorg-x11-xauth x86_64 1:1.0.9-12.el8 appstream 39 k #7 67.38 xorg-x11-xinit x86_64 1.3.4-18.el8 appstream 58 k #7 67.38 xorg-x11-xkb-utils x86_64 7.7-28.el8 appstream 114 k #7 67.38 xterm-resize x86_64 331-1.el8_3.2 appstream 38 k #7 67.38 zenity x86_64 3.28.1-1.el8 appstream 4.0 M #7 67.38 Installing weak dependencies: #7 67.38 dconf x86_64 0.28.0-4.el8 appstream 108 k #7 67.38 dejavu-sans-mono-fonts noarch 2.35-7.el8 baseos 447 k #7 67.38 geoclue2 x86_64 2.5.5-2.el8 appstream 132 k #7 67.38 hunspell-en noarch 0.20140811.1-12.el8 appstream 200 k #7 67.38 xorg-x11-fonts-misc noarch 7.5-19.el8 appstream 5.8 M #7 67.38 Enabling module streams: #7 67.38 llvm-toolset rhel8 #7 67.38 python36 3.6 #7 67.38 #7 67.38 Transaction Summary #7 67.38 ================================================================================================= #7 67.38 Install 157 Packages #7 67.38 Upgrade 9 Packages #7 67.38 #7 67.38 Total download size: 204 M #7 67.38 Downloading Packages: #7 67.67 (1/166): OpenEXR-libs-2.2.0-12.el8.x86_64.rpm 8.0 MB/s | 672 kB 00:00 #7 67.68 (2/166): LibRaw-0.19.5-3.el8.x86_64.rpm 3.7 MB/s | 316 kB 00:00 #7 67.68 (3/166): abattis-cantarell-fonts-0.0.25-6.el8.n 1.7 MB/s | 156 kB 00:00 #7 67.71 (4/166): adwaita-cursor-theme-3.28.0-2.el8.noar 18 MB/s | 647 kB 00:00 #7 67.78 (5/166): alsa-lib-1.2.5-4.el8.x86_64.rpm 6.7 MB/s | 489 kB 00:00 #7 67.86 (6/166): aspell-0.60.6.1-21.el8.x86_64.rpm 8.1 MB/s | 675 kB 00:00 #7 67.89 (7/166): at-spi2-atk-2.26.2-1.el8.x86_64.rpm 3.3 MB/s | 89 kB 00:00 #7 67.90 (8/166): adwaita-gtk2-theme-3.22.3-4.el8.x86_64 598 kB/s | 132 kB 00:00 #7 67.92 (9/166): at-spi2-core-2.28.0-1.el8.x86_64.rpm 5.6 MB/s | 169 kB 00:00 #7 67.92 (10/166): cairo-gobject-1.15.12-3.el8.x86_64.rp 1.3 MB/s | 33 kB 00:00 #7 67.96 (11/166): adwaita-icon-theme-3.28.0-2.el8.noarc 40 MB/s | 11 MB 00:00 #7 68.00 (12/166): cmake-filesystem-3.20.2-4.el8.x86_64. 1.3 MB/s | 44 kB 00:00 #7 68.03 (13/166): cmake-rpm-macros-3.20.2-4.el8.noarch. 1.1 MB/s | 44 kB 00:00 #7 68.04 (14/166): cmake-data-3.20.2-4.el8.noarch.rpm 14 MB/s | 1.7 MB 00:00 #7 68.08 (15/166): dbus-x11-1.12.8-14.el8.x86_64.rpm 1.5 MB/s | 59 kB 00:00 #7 68.09 (16/166): colord-libs-1.4.2-1.el8.x86_64.rpm 4.1 MB/s | 236 kB 00:00 #7 68.12 (17/166): enchant2-2.2.3-3.el8.x86_64.rpm 2.0 MB/s | 62 kB 00:00 #7 68.17 (18/166): cmake-3.20.2-4.el8.x86_64.rpm 48 MB/s | 12 MB 00:00 #7 68.17 (19/166): dconf-0.28.0-4.el8.x86_64.rpm 1.2 MB/s | 108 kB 00:00 #7 68.19 (20/166): geoclue2-2.5.5-2.el8.x86_64.rpm 4.8 MB/s | 132 kB 00:00 #7 68.22 (21/166): giflib-5.1.4-3.el8.x86_64.rpm 1.9 MB/s | 51 kB 00:00 #7 68.37 (22/166): flac-libs-1.3.2-9.el8.x86_64.rpm 891 kB/s | 217 kB 00:00 #7 68.39 (23/166): gnome-control-center-filesystem-3.28. 450 kB/s | 12 kB 00:00 #7 68.42 (24/166): gnome-desktop3-3.32.2-1.el8.x86_64.rp 19 MB/s | 577 kB 00:00 #7 68.50 (25/166): git-lfs-2.11.0-2.el8.x86_64.rpm 16 MB/s | 4.4 MB 00:00 #7 68.53 (26/166): gnome-themes-standard-3.22.3-4.el8.x8 27 MB/s | 2.7 MB 00:00 #7 68.53 (27/166): gsm-1.0.17-5.el8.x86_64.rpm 1.3 MB/s | 37 kB 00:00 #7 68.56 (28/166): fltk-1.3.4-5.el8.x86_64.rpm 1.5 MB/s | 590 kB 00:00 #7 68.57 (29/166): gstreamer1-1.16.1-2.el8.x86_64.rpm 34 MB/s | 1.3 MB 00:00 #7 68.66 (30/166): harfbuzz-icu-1.7.5-3.el8.x86_64.rpm 255 kB/s | 24 kB 00:00 #7 68.67 (31/166): gstreamer1-plugins-base-1.16.1-2.el8. 14 MB/s | 2.0 MB 00:00 #7 68.71 (32/166): gtk3-3.22.30-8.el8.x86_64.rpm 30 MB/s | 4.5 MB 00:00 #7 68.72 (33/166): hunspell-en-0.20140811.1-12.el8.noarc 4.7 MB/s | 200 kB 00:00 #7 68.73 (34/166): hunspell-1.6.2-1.el8.x86_64.rpm 4.8 MB/s | 331 kB 00:00 #7 68.74 (35/166): hunspell-en-US-0.20140811.1-12.el8.no 6.7 MB/s | 196 kB 00:00 #7 68.75 (36/166): hunspell-en-GB-0.20140811.1-12.el8.no 6.1 MB/s | 245 kB 00:00 #7 68.75 (37/166): hyphen-2.8.8-9.el8.x86_64.rpm 1.2 MB/s | 33 kB 00:00 #7 68.76 (38/166): ilmbase-2.2.0-13.el8.x86_64.rpm 8.1 MB/s | 114 kB 00:00 #7 68.81 (39/166): java-11-openjdk-11.0.13.0.8-4.el8_5.x 4.7 MB/s | 266 kB 00:00 #7 68.86 (40/166): iso-codes-3.79-2.el8.noarch.rpm 33 MB/s | 3.4 MB 00:00 #7 68.87 (41/166): java-11-openjdk-devel-11.0.13.0.8-4.e 31 MB/s | 3.4 MB 00:00 #7 68.89 (42/166): jq-1.5-12.el8.x86_64.rpm 4.4 MB/s | 161 kB 00:00 #7 68.90 (43/166): libX11-xcb-1.6.8-5.el8.x86_64.rpm 474 kB/s | 14 kB 00:00 #7 68.92 (44/166): libXdmcp-1.1.3-1.el8.x86_64.rpm 1.4 MB/s | 41 kB 00:00 #7 68.93 (45/166): libXfont2-2.0.3-2.el8.x86_64.rpm 5.1 MB/s | 149 kB 00:00 #7 68.95 (46/166): libXtst-1.2.3-7.el8.x86_64.rpm 816 kB/s | 22 kB 00:00 #7 68.98 (47/166): libasyncns-0.8-14.el8.x86_64.rpm 1.2 MB/s | 32 kB 00:00 #7 69.01 (48/166): libcanberra-0.30-18.el8.x86_64.rpm 2.7 MB/s | 93 kB 00:00 #7 69.03 (49/166): libdrm-2.4.106-2.el8.x86_64.rpm 11 MB/s | 167 kB 00:00 #7 69.06 (50/166): libepoxy-1.5.8-1.el8.x86_64.rpm 7.9 MB/s | 225 kB 00:00 #7 69.08 (51/166): libevdev-1.10.0-1.el8.x86_64.rpm 1.5 MB/s | 44 kB 00:00 #7 69.14 (52/166): libglvnd-1.3.2-1.el8.x86_64.rpm 2.3 MB/s | 127 kB 00:00 #7 69.17 (53/166): libXv-1.0.11-7.el8.x86_64.rpm 82 kB/s | 20 kB 00:00 #7 69.18 (54/166): libglvnd-egl-1.3.2-1.el8.x86_64.rpm 1.2 MB/s | 49 kB 00:00 #7 69.19 (55/166): libglvnd-gles-1.3.2-1.el8.x86_64.rpm 1.5 MB/s | 40 kB 00:00 #7 69.21 (56/166): libglvnd-glx-1.3.2-1.el8.x86_64.rpm 4.6 MB/s | 137 kB 00:00 #7 69.22 (57/166): libinput-1.16.3-2.el8.x86_64.rpm 7.5 MB/s | 217 kB 00:00 #7 69.24 (58/166): libnotify-0.7.7-5.el8.x86_64.rpm 1.8 MB/s | 47 kB 00:00 #7 69.25 (59/166): libogg-1.3.2-10.el8.x86_64.rpm 1.1 MB/s | 31 kB 00:00 #7 69.28 (60/166): libtheora-1.1.1-21.el8.x86_64.rpm 6.3 MB/s | 184 kB 00:00 #7 69.29 (61/166): libsndfile-1.0.28-10.el8_4.1.x86_64.r 3.4 MB/s | 193 kB 00:00 #7 69.31 (62/166): libuv-1.41.1-1.el8_4.x86_64.rpm 5.0 MB/s | 156 kB 00:00 #7 69.45 (63/166): java-11-openjdk-headless-11.0.13.0.8- 62 MB/s | 40 MB 00:00 #7 69.45 (64/166): libvisual-0.4.0-25.el8.x86_64.rpm 901 kB/s | 145 kB 00:00 #7 69.46 (65/166): libvorbis-1.3.6-2.el8.x86_64.rpm 1.3 MB/s | 196 kB 00:00 #7 69.48 (66/166): libwacom-data-1.6-3.el8.noarch.rpm 3.9 MB/s | 104 kB 00:00 #7 69.48 (67/166): libwacom-1.6-3.el8.x86_64.rpm 1.4 MB/s | 42 kB 00:00 #7 69.48 (68/166): libwayland-client-1.19.0-1.el8.x86_64 1.5 MB/s | 39 kB 00:00 #7 69.51 (69/166): libwayland-egl-1.19.0-1.el8.x86_64.rp 776 kB/s | 19 kB 00:00 #7 69.51 (70/166): libwayland-cursor-1.19.0-1.el8.x86_64 895 kB/s | 26 kB 00:00 #7 69.51 (71/166): libwayland-server-1.19.0-1.el8.x86_64 1.6 MB/s | 47 kB 00:00 #7 69.52 (72/166): libwmf-lite-0.2.9-8.el8_0.x86_64.rpm 5.6 MB/s | 77 kB 00:00 #7 69.54 (73/166): libxkbcommon-x11-0.9.1-1.el8.x86_64.r 956 kB/s | 25 kB 00:00 #7 69.54 (74/166): libxkbcommon-0.9.1-1.el8.x86_64.rpm 3.9 MB/s | 116 kB 00:00 #7 69.55 (75/166): libxkbfile-1.1.0-1.el8.x86_64.rpm 2.8 MB/s | 88 kB 00:00 #7 69.57 (76/166): libxshmfence-1.3-2.el8.x86_64.rpm 452 kB/s | 13 kB 00:00 #7 69.59 (77/166): mesa-filesystem-21.1.5-1.el8.x86_64.r 1.2 MB/s | 34 kB 00:00 #7 69.62 (78/166): mesa-libEGL-21.1.5-1.el8.x86_64.rpm 4.8 MB/s | 135 kB 00:00 #7 69.65 (79/166): mesa-libGL-21.1.5-1.el8.x86_64.rpm 6.6 MB/s | 184 kB 00:00 #7 69.74 (80/166): mesa-libGLU-9.0.0-15.el8.x86_64.rpm 2.2 MB/s | 185 kB 00:00 #7 69.75 (81/166): mesa-libgbm-21.1.5-1.el8.x86_64.rpm 4.2 MB/s | 57 kB 00:00 #7 69.79 (82/166): mesa-dri-drivers-21.1.5-1.el8.x86_64. 46 MB/s | 11 MB 00:00 #7 69.80 (83/166): mesa-libglapi-21.1.5-1.el8.x86_64.rpm 1.4 MB/s | 66 kB 00:00 #7 69.82 (84/166): mtdev-1.1.5-12.el8.x86_64.rpm 918 kB/s | 24 kB 00:00 #7 69.85 (85/166): oniguruma-6.8.2-2.el8.x86_64.rpm 6.5 MB/s | 187 kB 00:00 #7 69.87 (86/166): mutter-3.32.2-60.el8.x86_64.rpm 33 MB/s | 2.5 MB 00:00 #7 69.88 (87/166): opus-1.3-0.4.beta.el8.x86_64.rpm 6.3 MB/s | 204 kB 00:00 #7 69.91 (88/166): pinentry-1.1.0-2.el8.x86_64.rpm 3.7 MB/s | 100 kB 00:00 #7 69.91 (89/166): orc-0.4.28-3.el8.x86_64.rpm 4.3 MB/s | 175 kB 00:00 #7 69.94 (90/166): pipewire-0.3.6-1.el8.x86_64.rpm 3.7 MB/s | 108 kB 00:00 #7 70.02 (91/166): llvm-libs-12.0.1-2.module_el8.5.0+918 47 MB/s | 23 MB 00:00 #7 70.03 (92/166): pipewire-libs-0.3.6-1.el8.x86_64.rpm 6.2 MB/s | 712 kB 00:00 #7 70.03 (93/166): platform-python-devel-3.6.8-41.el8.x8 2.8 MB/s | 249 kB 00:00 #7 70.04 (94/166): python3-pip-9.0.3-20.el8.noarch.rpm 1.5 MB/s | 20 kB 00:00 #7 70.07 (95/166): python36-3.6.8-38.module_el8.5.0+895+ 735 kB/s | 19 kB 00:00 #7 70.08 (96/166): python3-rpm-generators-5-7.el8.noarch 457 kB/s | 25 kB 00:00 #7 70.11 (97/166): pulseaudio-libs-14.0-2.el8.x86_64.rpm 7.9 MB/s | 681 kB 00:00 #7 70.11 (98/166): rest-0.8.1-2.el8.x86_64.rpm 2.4 MB/s | 70 kB 00:00 #7 70.12 (99/166): python36-devel-3.6.8-38.module_el8.5. 300 kB/s | 16 kB 00:00 #7 70.15 (100/166): sound-theme-freedesktop-0.8-9.el8.no 12 MB/s | 382 kB 00:00 #7 70.18 (101/166): startup-notification-0.12-15.el8.x86 1.7 MB/s | 45 kB 00:00 #7 70.21 (102/166): tigervnc-1.11.0-9.el8.x86_64.rpm 9.3 MB/s | 300 kB 00:00 #7 70.24 (103/166): tigervnc-icons-1.11.0-9.el8.noarch.r 1.8 MB/s | 49 kB 00:00 #7 70.27 (104/166): tigervnc-license-1.11.0-9.el8.noarch 1.3 MB/s | 39 kB 00:00 #7 70.30 (105/166): tigervnc-server-1.11.0-9.el8.x86_64. 9.2 MB/s | 270 kB 00:00 #7 70.33 (106/166): sbc-1.3-9.el8.x86_64.rpm 302 kB/s | 65 kB 00:00 #7 70.34 (107/166): rtkit-0.11-19.el8.x86_64.rpm 258 kB/s | 61 kB 00:00 #7 70.35 (108/166): tigervnc-server-minimal-1.11.0-9.el8 24 MB/s | 1.1 MB 00:00 #7 70.35 (109/166): ttmkfdir-3.0.9-54.el8.x86_64.rpm 2.3 MB/s | 62 kB 00:00 #7 70.41 (110/166): wget-1.19.5-10.el8.x86_64.rpm 13 MB/s | 734 kB 00:00 #7 70.44 (111/166): woff2-1.0.2-5.el8.x86_64.rpm 2.2 MB/s | 59 kB 00:00 #7 70.46 (112/166): xcb-util-0.4.0-10.el8.x86_64.rpm 831 kB/s | 22 kB 00:00 #7 70.50 (113/166): webkit2gtk3-jsc-2.32.3-2.el8.x86_64. 40 MB/s | 6.3 MB 00:00 #7 70.51 (114/166): xkeyboard-config-2.28-1.el8.noarch.r 17 MB/s | 782 kB 00:00 #7 70.54 (115/166): xorg-x11-fonts-Type1-7.5-19.el8.noar 13 MB/s | 522 kB 00:00 #7 70.59 (116/166): xorg-x11-server-Xvfb-1.20.11-2.el8.x 20 MB/s | 871 kB 00:00 #7 70.63 (117/166): xorg-x11-server-common-1.20.11-2.el8 1.0 MB/s | 42 kB 00:00 #7 70.66 (118/166): xorg-x11-xauth-1.0.9-12.el8.x86_64.r 1.4 MB/s | 39 kB 00:00 #7 70.68 (119/166): xorg-x11-xinit-1.3.4-18.el8.x86_64.r 2.2 MB/s | 58 kB 00:00 #7 70.70 (120/166): xorg-x11-fonts-misc-7.5-19.el8.noarc 30 MB/s | 5.8 MB 00:00 #7 70.72 (121/166): xorg-x11-xkb-utils-7.7-28.el8.x86_64 2.6 MB/s | 114 kB 00:00 #7 70.79 (122/166): webkit2gtk3-2.32.3-2.el8.x86_64.rpm 38 MB/s | 17 MB 00:00 #7 70.80 (123/166): xterm-331-1.el8_3.2.x86_64.rpm 5.4 MB/s | 528 kB 00:00 #7 70.83 (124/166): ModemManager-glib-1.10.8-4.el8.x86_6 9.2 MB/s | 264 kB 00:00 #7 70.85 (125/166): avahi-glib-0.7-20.el8.x86_64.rpm 567 kB/s | 14 kB 00:00 #7 70.86 (126/166): xterm-resize-331-1.el8_3.2.x86_64.rp 284 kB/s | 38 kB 00:00 #7 70.87 (127/166): brotli-1.0.6-3.el8.x86_64.rpm 19 MB/s | 323 kB 00:00 #7 70.89 (128/166): bubblewrap-0.4.0-1.el8.x86_64.rpm 1.9 MB/s | 50 kB 00:00 #7 70.90 (129/166): dejavu-fonts-common-2.35-7.el8.noarc 2.4 MB/s | 74 kB 00:00 #7 70.92 (130/166): glib-networking-2.56.1-1.1.el8.x86_6 10 MB/s | 155 kB 00:00 #7 70.93 (131/166): zenity-3.28.1-1.el8.x86_64.rpm 30 MB/s | 4.0 MB 00:00 #7 70.94 (132/166): dejavu-sans-mono-fonts-2.35-7.el8.no 7.6 MB/s | 447 kB 00:00 #7 70.97 (133/166): json-glib-1.4.4-1.el8.x86_64.rpm 3.6 MB/s | 144 kB 00:00 #7 70.98 (134/166): libgusb-0.3.0-1.el8.x86_64.rpm 4.0 MB/s | 49 kB 00:00 #7 70.99 (135/166): libgudev-232-4.el8.x86_64.rpm 735 kB/s | 33 kB 00:00 #7 70.99 (136/166): gsettings-desktop-schemas-3.32.0-6.e 8.0 MB/s | 633 kB 00:00 #7 71.01 (137/166): libproxy-0.4.15-5.2.el8.x86_64.rpm 5.7 MB/s | 75 kB 00:00 #7 71.03 (138/166): libpsl-0.20.2-6.el8.x86_64.rpm 2.3 MB/s | 61 kB 00:00 #7 71.05 (139/166): libmodman-2.0.1-17.el8.x86_64.rpm 542 kB/s | 36 kB 00:00 #7 71.05 (140/166): libpciaccess-0.14-1.el8.x86_64.rpm 529 kB/s | 32 kB 00:00 #7 71.06 (141/166): libsecret-0.18.6-1.el8.x86_64.rpm 5.7 MB/s | 163 kB 00:00 #7 71.08 (142/166): libtdb-1.4.3-1.el8.x86_64.rpm 2.0 MB/s | 59 kB 00:00 #7 71.08 (143/166): libsoup-2.62.3-2.el8.x86_64.rpm 12 MB/s | 424 kB 00:00 #7 71.09 (144/166): lsof-4.93.2-1.el8.x86_64.rpm 7.6 MB/s | 253 kB 00:00 #7 71.12 (145/166): polkit-0.115-12.el8.x86_64.rpm 5.4 MB/s | 154 kB 00:00 #7 71.13 (146/166): platform-python-pip-9.0.3-20.el8.noa 36 MB/s | 1.7 MB 00:00 #7 71.15 (147/166): polkit-libs-0.115-12.el8.x86_64.rpm 2.5 MB/s | 76 kB 00:00 #7 71.16 (148/166): polkit-pkla-compat-0.1-12.el8.x86_64 1.5 MB/s | 46 kB 00:00 #7 71.17 (149/166): publicsuffix-list-dafsa-20180723-1.e 3.7 MB/s | 56 kB 00:00 #7 71.21 (150/166): mozjs60-60.9.0-4.el8.x86_64.rpm 51 MB/s | 6.6 MB 00:00 #7 71.21 (151/166): python3-setuptools-39.2.0-6.el8.noar 3.0 MB/s | 163 kB 00:00 #7 71.22 (152/166): rsync-3.1.3-12.el8.x86_64.rpm 8.3 MB/s | 405 kB 00:00 #7 71.28 (153/166): ImageMagick-6.9.12.93-1.el8.x86_64.r 1.9 MB/s | 114 kB 00:00 #7 71.32 (154/166): ImageMagick-libs-6.9.12.93-1.el8.x86 52 MB/s | 2.4 MB 00:00 #7 71.33 (155/166): libraqm-0.7.0-4.el8.x86_64.rpm 2.3 MB/s | 19 kB 00:00 #7 71.35 (156/166): zsh-5.5.1-6.el8_1.2.x86_64.rpm 22 MB/s | 2.9 MB 00:00 #7 71.35 (157/166): chkconfig-1.19.1-1.el8.x86_64.rpm 12 MB/s | 198 kB 00:00 #7 71.38 (158/166): dbus-1.12.8-14.el8.x86_64.rpm 1.4 MB/s | 41 kB 00:00 #7 71.41 (159/166): dbus-common-1.12.8-14.el8.noarch.rpm 1.5 MB/s | 46 kB 00:00 #7 71.42 (160/166): coreutils-single-8.30-12.el8.x86_64. 8.4 MB/s | 629 kB 00:00 #7 71.44 (161/166): dbus-daemon-1.12.8-14.el8.x86_64.rpm 7.4 MB/s | 240 kB 00:00 #7 71.48 (162/166): dbus-tools-1.12.8-14.el8.x86_64.rpm 2.0 MB/s | 85 kB 00:00 #7 71.48 (163/166): dbus-libs-1.12.8-14.el8.x86_64.rpm 2.9 MB/s | 184 kB 00:00 #7 71.51 (164/166): platform-python-3.6.8-41.el8.x86_64. 3.1 MB/s | 85 kB 00:00 #7 71.67 (165/166): python3-libs-3.6.8-41.el8.x86_64.rpm 41 MB/s | 7.8 MB 00:00 #7 71.76 (166/166): cppcheck-2.4-1.el8.x86_64.rpm 3.6 MB/s | 1.9 MB 00:00 #7 71.77 -------------------------------------------------------------------------------- #7 71.77 Total 47 MB/s | 204 MB 00:04 #7 71.98 Running transaction check #7 72.15 Transaction check succeeded. #7 72.15 Running transaction test #7 74.00 Transaction test succeeded. #7 74.01 Running transaction #7 75.79 Running scriptlet: java-11-openjdk-headless-1:11.0.13.0.8-4.el8_5.x86_6 1/1 #7 75.85 Preparing : 1/1 #7 75.93 Running scriptlet: dbus-libs-1:1.12.8-14.el8.x86_64 1/1 #7 75.96 Upgrading : dbus-libs-1:1.12.8-14.el8.x86_64 1/175 #7 75.97 Running scriptlet: dbus-libs-1:1.12.8-14.el8.x86_64 1/175 #7 76.01 Upgrading : chkconfig-1.19.1-1.el8.x86_64 2/175 #7 77.23 Upgrading : python3-libs-3.6.8-41.el8.x86_64 3/175 #7 77.25 Upgrading : platform-python-3.6.8-41.el8.x86_64 4/175 #7 77.26 Running scriptlet: platform-python-3.6.8-41.el8.x86_64 4/175 #7 77.55 Installing : platform-python-pip-9.0.3-20.el8.noarch 5/175 #7 77.57 Installing : libX11-xcb-1.6.8-5.el8.x86_64 6/175 #7 77.64 Upgrading : coreutils-single-8.30-12.el8.x86_64 7/175 #7 77.71 Installing : alsa-lib-1.2.5-4.el8.x86_64 8/175 #7 77.71 Running scriptlet: alsa-lib-1.2.5-4.el8.x86_64 8/175 #7 77.73 Installing : libwayland-client-1.19.0-1.el8.x86_64 9/175 #7 77.74 Installing : libogg-2:1.3.2-10.el8.x86_64 10/175 #7 77.75 Installing : libXtst-1.2.3-7.el8.x86_64 11/175 #7 77.78 Installing : hunspell-en-GB-0.20140811.1-12.el8.noarch 12/175 #7 77.81 Installing : hunspell-en-0.20140811.1-12.el8.noarch 13/175 #7 77.83 Installing : hunspell-en-US-0.20140811.1-12.el8.noarch 14/175 #7 77.87 Installing : hunspell-1.6.2-1.el8.x86_64 15/175 #7 77.88 Running scriptlet: hunspell-1.6.2-1.el8.x86_64 15/175 #7 77.90 Installing : libxshmfence-1.3-2.el8.x86_64 16/175 #7 77.90 Installing : libwayland-server-1.19.0-1.el8.x86_64 17/175 #7 77.91 Installing : cairo-gobject-1.15.12-3.el8.x86_64 18/175 #7 77.94 Installing : libvorbis-1:1.3.6-2.el8.x86_64 19/175 #7 77.96 Installing : json-glib-1.4.4-1.el8.x86_64 20/175 #7 77.97 Installing : xorg-x11-xauth-1:1.0.9-12.el8.x86_64 21/175 #7 78.10 Installing : xkeyboard-config-2.28-1.el8.noarch 22/175 #7 78.13 Installing : libxkbcommon-0.9.1-1.el8.x86_64 23/175 #7 78.13 Installing : mesa-libglapi-21.1.5-1.el8.x86_64 24/175 #7 78.14 Running scriptlet: mesa-libglapi-21.1.5-1.el8.x86_64 24/175 #7 78.16 Installing : libwayland-egl-1.19.0-1.el8.x86_64 25/175 #7 78.16 Installing : libnotify-0.7.7-5.el8.x86_64 26/175 #7 78.17 Running scriptlet: libnotify-0.7.7-5.el8.x86_64 26/175 #7 78.20 Installing : libglvnd-1:1.3.2-1.el8.x86_64 27/175 #7 78.36 Installing : gstreamer1-1.16.1-2.el8.x86_64 28/175 #7 78.36 Installing : libwayland-cursor-1.19.0-1.el8.x86_64 29/175 #7 83.18 Installing : java-11-openjdk-headless-1:11.0.13.0.8-4.el8_5.x 30/175 #7 83.19 Running scriptlet: java-11-openjdk-headless-1:11.0.13.0.8-4.el8_5.x 30/175 #7 83.80 Installing : cmake-rpm-macros-3.20.2-4.el8.noarch 31/175 #7 83.80 Installing : libraqm-0.7.0-4.el8.x86_64 32/175 #7 83.81 Installing : polkit-libs-0.115-12.el8.x86_64 33/175 #7 83.82 Running scriptlet: polkit-libs-0.115-12.el8.x86_64 33/175 #7 83.85 Installing : libsecret-0.18.6-1.el8.x86_64 34/175 #7 83.86 Installing : libgudev-232-4.el8.x86_64 35/175 #7 83.87 Installing : tigervnc-license-1.11.0-9.el8.noarch 36/175 #7 83.88 Installing : libxkbfile-1.1.0-1.el8.x86_64 37/175 #7 83.89 Installing : xorg-x11-xkb-utils-7.7-28.el8.x86_64 38/175 #7 83.91 Installing : libXfont2-2.0.3-2.el8.x86_64 39/175 #7 83.92 Installing : libXdmcp-1.1.3-1.el8.x86_64 40/175 #7 83.94 Installing : ilmbase-2.2.0-13.el8.x86_64 41/175 #7 83.94 Running scriptlet: ilmbase-2.2.0-13.el8.x86_64 41/175 #7 83.97 Installing : cmake-filesystem-3.20.2-4.el8.x86_64 42/175 #7 83.99 Installing : abattis-cantarell-fonts-0.0.25-6.el8.noarch 43/175 #7 84.08 Installing : OpenEXR-libs-2.2.0-12.el8.x86_64 44/175 #7 84.08 Running scriptlet: OpenEXR-libs-2.2.0-12.el8.x86_64 44/175 #7 84.11 Installing : xorg-x11-server-common-1.20.11-2.el8.x86_64 45/175 #7 84.11 Installing : libxkbcommon-x11-0.9.1-1.el8.x86_64 46/175 #7 84.12 Installing : xorg-x11-xinit-1.3.4-18.el8.x86_64 47/175 #7 84.15 Installing : flac-libs-1.3.2-9.el8.x86_64 48/175 #7 84.17 Installing : libtheora-1:1.1.1-21.el8.x86_64 49/175 #7 84.21 Installing : sound-theme-freedesktop-0.8-9.el8.noarch 50/175 #7 84.22 Running scriptlet: sound-theme-freedesktop-0.8-9.el8.noarch 50/175 #7 84.23 Installing : python3-rpm-generators-5-7.el8.noarch 51/175 #7 84.27 Installing : platform-python-devel-3.6.8-41.el8.x86_64 52/175 #7 84.34 Installing : python3-setuptools-39.2.0-6.el8.noarch 53/175 #7 84.34 Installing : python36-3.6.8-38.module_el8.5.0+895+a459eca8.x8 54/175 #7 84.35 Running scriptlet: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x8 54/175 #7 84.37 Installing : python3-pip-9.0.3-20.el8.noarch 55/175 #7 84.38 Upgrading : dbus-tools-1:1.12.8-14.el8.x86_64 56/175 #7 84.38 Upgrading : dbus-common-1:1.12.8-14.el8.noarch 57/175 #7 84.38 Running scriptlet: dbus-daemon-1:1.12.8-14.el8.x86_64 58/175 #7 84.43 Upgrading : dbus-daemon-1:1.12.8-14.el8.x86_64 58/175 #7 84.43 Running scriptlet: dbus-daemon-1:1.12.8-14.el8.x86_64 58/175 #7 84.45 Upgrading : dbus-1:1.12.8-14.el8.x86_64 59/175 #7 84.47 Installing : at-spi2-core-2.28.0-1.el8.x86_64 60/175 #7 84.47 Running scriptlet: at-spi2-core-2.28.0-1.el8.x86_64 60/175 #7 84.51 Installing : at-spi2-atk-2.26.2-1.el8.x86_64 61/175 #7 84.51 Running scriptlet: at-spi2-atk-2.26.2-1.el8.x86_64 61/175 #7 84.55 Installing : dconf-0.28.0-4.el8.x86_64 62/175 #7 84.55 Installing : dbus-x11-1:1.12.8-14.el8.x86_64 63/175 #7 84.56 Installing : publicsuffix-list-dafsa-20180723-1.el8.noarch 64/175 #7 84.57 Installing : libpsl-0.20.2-6.el8.x86_64 65/175 #7 85.30 Installing : mozjs60-60.9.0-4.el8.x86_64 66/175 #7 85.38 Running scriptlet: polkit-0.115-12.el8.x86_64 67/175 #7 85.44 Installing : polkit-0.115-12.el8.x86_64 67/175 #7 85.44 Running scriptlet: polkit-0.115-12.el8.x86_64 67/175 #7 85.47 Installing : polkit-pkla-compat-0.1-12.el8.x86_64 68/175 #7 85.48 Running scriptlet: rtkit-0.11-19.el8.x86_64 69/175 #7 85.52 Installing : rtkit-0.11-19.el8.x86_64 69/175 #7 85.52 Running scriptlet: rtkit-0.11-19.el8.x86_64 69/175 #7 85.55 Installing : libtdb-1.4.3-1.el8.x86_64 70/175 #7 85.55 Running scriptlet: libtdb-1.4.3-1.el8.x86_64 70/175 #7 85.58 Installing : libpciaccess-0.14-1.el8.x86_64 71/175 #7 85.60 Installing : libdrm-2.4.106-2.el8.x86_64 72/175 #7 85.60 Installing : mesa-libgbm-21.1.5-1.el8.x86_64 73/175 #7 85.61 Running scriptlet: mesa-libgbm-21.1.5-1.el8.x86_64 73/175 #7 85.63 Installing : libglvnd-egl-1:1.3.2-1.el8.x86_64 74/175 #7 85.65 Installing : mesa-libEGL-21.1.5-1.el8.x86_64 75/175 #7 85.66 Installing : libglvnd-gles-1:1.3.2-1.el8.x86_64 76/175 #7 85.68 Installing : libglvnd-glx-1:1.3.2-1.el8.x86_64 77/175 #7 85.70 Installing : mesa-libGL-21.1.5-1.el8.x86_64 78/175 #7 85.72 Installing : mesa-libGLU-9.0.0-15.el8.x86_64 79/175 #7 85.80 Installing : fltk-1.3.4-5.el8.x86_64 80/175 #7 85.80 Running scriptlet: fltk-1.3.4-5.el8.x86_64 80/175 #7 85.82 Installing : libmodman-2.0.1-17.el8.x86_64 81/175 #7 85.84 Running scriptlet: libmodman-2.0.1-17.el8.x86_64 81/175 #7 85.87 Installing : libproxy-0.4.15-5.2.el8.x86_64 82/175 #7 85.89 Running scriptlet: libproxy-0.4.15-5.2.el8.x86_64 82/175 #7 85.91 Installing : libgusb-0.3.0-1.el8.x86_64 83/175 #7 85.94 Installing : colord-libs-1.4.2-1.el8.x86_64 84/175 #7 85.95 Installing : dejavu-fonts-common-2.35-7.el8.noarch 85/175 #7 86.01 Installing : dejavu-sans-mono-fonts-2.35-7.el8.noarch 86/175 #7 86.09 Installing : gsettings-desktop-schemas-3.32.0-6.el8.x86_64 87/175 #7 86.11 Installing : glib-networking-2.56.1-1.1.el8.x86_64 88/175 #7 86.17 Installing : libsoup-2.62.3-2.el8.x86_64 89/175 #7 86.19 Installing : rest-0.8.1-2.el8.x86_64 90/175 #7 86.19 Running scriptlet: rest-0.8.1-2.el8.x86_64 90/175 #7 86.22 Installing : bubblewrap-0.4.0-1.el8.x86_64 91/175 #7 86.27 Installing : brotli-1.0.6-3.el8.x86_64 92/175 #7 86.28 Installing : woff2-1.0.2-5.el8.x86_64 93/175 #7 86.28 Installing : avahi-glib-0.7-20.el8.x86_64 94/175 #7 86.32 Installing : ModemManager-glib-1.10.8-4.el8.x86_64 95/175 #7 86.32 Running scriptlet: ModemManager-glib-1.10.8-4.el8.x86_64 95/175 #7 86.34 Running scriptlet: geoclue2-2.5.5-2.el8.x86_64 96/175 #7 86.39 Installing : geoclue2-2.5.5-2.el8.x86_64 96/175 #7 86.40 Running scriptlet: geoclue2-2.5.5-2.el8.x86_64 96/175 #7 86.42 Installing : xterm-resize-331-1.el8_3.2.x86_64 97/175 #7 86.84 Installing : xorg-x11-fonts-misc-7.5-19.el8.noarch 98/175 #7 86.84 Running scriptlet: xorg-x11-fonts-misc-7.5-19.el8.noarch 98/175 #7 88.21 Installing : xcb-util-0.4.0-10.el8.x86_64 99/175 #7 88.22 Installing : startup-notification-0.12-15.el8.x86_64 100/175 #7 88.23 Running scriptlet: startup-notification-0.12-15.el8.x86_64 100/175 #7 88.98 Installing : webkit2gtk3-jsc-2.32.3-2.el8.x86_64 101/175 #7 88.99 Installing : ttmkfdir-3.0.9-54.el8.x86_64 102/175 #7 89.05 Installing : xorg-x11-fonts-Type1-7.5-19.el8.noarch 103/175 #7 89.05 Running scriptlet: xorg-x11-fonts-Type1-7.5-19.el8.noarch 103/175 #7 89.15 Installing : tigervnc-icons-1.11.0-9.el8.noarch 104/175 #7 89.16 Installing : sbc-1.3-9.el8.x86_64 105/175 #7 89.16 Running scriptlet: sbc-1.3-9.el8.x86_64 105/175 #7 89.18 Running scriptlet: pipewire-0.3.6-1.el8.x86_64 106/175 #7 89.23 Installing : pipewire-0.3.6-1.el8.x86_64 106/175 #7 89.34 Installing : pipewire-libs-0.3.6-1.el8.x86_64 107/175 #7 89.36 Installing : orc-0.4.28-3.el8.x86_64 108/175 #7 89.37 Running scriptlet: orc-0.4.28-3.el8.x86_64 108/175 #7 89.41 Installing : opus-1.3-0.4.beta.el8.x86_64 109/175 #7 89.43 Installing : oniguruma-6.8.2-2.el8.x86_64 110/175 #7 89.44 Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 110/175 #7 89.46 Installing : mtdev-1.1.5-12.el8.x86_64 111/175 #7 89.46 Running scriptlet: mtdev-1.1.5-12.el8.x86_64 111/175 #7 89.48 Installing : mesa-filesystem-21.1.5-1.el8.x86_64 112/175 #7 92.10 Installing : llvm-libs-12.0.1-2.module_el8.5.0+918+ed335b90.x 113/175 #7 93.35 Installing : mesa-dri-drivers-21.1.5-1.el8.x86_64 114/175 #7 93.47 Installing : tigervnc-server-minimal-1.11.0-9.el8.x86_64 115/175 #7 93.48 Installing : libwmf-lite-0.2.9-8.el8_0.x86_64 116/175 #7 93.48 Running scriptlet: libwmf-lite-0.2.9-8.el8_0.x86_64 116/175 #7 93.58 Installing : libwacom-data-1.6-3.el8.noarch 117/175 #7 93.61 Installing : libwacom-1.6-3.el8.x86_64 118/175 #7 93.64 Installing : libvisual-1:0.4.0-25.el8.x86_64 119/175 #7 93.64 Running scriptlet: libvisual-1:0.4.0-25.el8.x86_64 119/175 #7 93.68 Installing : libuv-1:1.41.1-1.el8_4.x86_64 120/175 #7 94.19 Installing : cmake-data-3.20.2-4.el8.noarch 121/175 #7 95.39 Installing : cmake-3.20.2-4.el8.x86_64 122/175 #7 95.44 Installing : libevdev-1.10.0-1.el8.x86_64 123/175 #7 95.47 Installing : libinput-1.16.3-2.el8.x86_64 124/175 #7 95.47 Running scriptlet: libinput-1.16.3-2.el8.x86_64 124/175 #7 95.54 Installing : libepoxy-1.5.8-1.el8.x86_64 125/175 #7 95.55 Installing : libasyncns-0.8-14.el8.x86_64 126/175 #7 95.55 Running scriptlet: libasyncns-0.8-14.el8.x86_64 126/175 #7 95.58 Installing : libXv-1.0.11-7.el8.x86_64 127/175 #7 95.99 Installing : iso-codes-3.79-2.el8.noarch 128/175 #7 96.24 Installing : gstreamer1-plugins-base-1.16.1-2.el8.x86_64 129/175 #7 96.26 Installing : hyphen-2.8.8-9.el8.x86_64 130/175 #7 96.26 Running scriptlet: hyphen-2.8.8-9.el8.x86_64 130/175 #7 96.29 Installing : harfbuzz-icu-1.7.5-3.el8.x86_64 131/175 #7 96.32 Running scriptlet: harfbuzz-icu-1.7.5-3.el8.x86_64 131/175 #7 96.34 Installing : gsm-1.0.17-5.el8.x86_64 132/175 #7 96.37 Installing : libsndfile-1.0.28-10.el8_4.1.x86_64 133/175 #7 96.37 Running scriptlet: libsndfile-1.0.28-10.el8_4.1.x86_64 133/175 #7 96.47 Installing : pulseaudio-libs-14.0-2.el8.x86_64 134/175 #7 96.49 Installing : libcanberra-0.30-18.el8.x86_64 135/175 #7 96.50 Running scriptlet: libcanberra-0.30-18.el8.x86_64 135/175 #7 96.53 Installing : gnome-control-center-filesystem-3.28.2-28.el8.no 136/175 #7 96.54 Installing : giflib-5.1.4-3.el8.x86_64 137/175 #7 96.63 Installing : aspell-12:0.60.6.1-21.el8.x86_64 138/175 #7 96.64 Running scriptlet: aspell-12:0.60.6.1-21.el8.x86_64 138/175 #7 96.68 Installing : enchant2-2.2.3-3.el8.x86_64 139/175 #7 96.68 Running scriptlet: enchant2-2.2.3-3.el8.x86_64 139/175 #7 96.75 Installing : adwaita-gtk2-theme-3.22.3-4.el8.x86_64 140/175 #7 96.94 Installing : adwaita-cursor-theme-3.28.0-2.el8.noarch 141/175 #7 98.52 Installing : adwaita-icon-theme-3.28.0-2.el8.noarch 142/175 #7 99.05 Installing : gtk3-3.22.30-8.el8.x86_64 143/175 #7 99.09 Installing : java-11-openjdk-1:11.0.13.0.8-4.el8_5.x86_64 144/175 #7 99.09 Running scriptlet: java-11-openjdk-1:11.0.13.0.8-4.el8_5.x86_64 144/175 #7 99.49 Installing : zenity-3.28.1-1.el8.x86_64 145/175 #7 100.2 Installing : gnome-themes-standard-3.22.3-4.el8.x86_64 146/175 #7 100.3 Installing : gnome-desktop3-3.32.2-1.el8.x86_64 147/175 #7 100.3 Installing : LibRaw-0.19.5-3.el8.x86_64 148/175 #7 100.6 Installing : ImageMagick-libs-6.9.12.93-1.el8.x86_64 149/175 #7 100.7 Installing : ImageMagick-6.9.12.93-1.el8.x86_64 150/175 #7 101.0 Installing : mutter-3.32.2-60.el8.x86_64 151/175 #7 101.3 Installing : java-11-openjdk-devel-1:11.0.13.0.8-4.el8_5.x86_ 152/175 #7 101.4 Running scriptlet: java-11-openjdk-devel-1:11.0.13.0.8-4.el8_5.x86_ 152/175 #7 103.3 Installing : webkit2gtk3-2.32.3-2.el8.x86_64 153/175 #7 103.3 Installing : tigervnc-server-1.11.0-9.el8.x86_64 154/175 #7 103.3 Running scriptlet: tigervnc-server-1.11.0-9.el8.x86_64 154/175 #7 103.4 Installing : jq-1.5-12.el8.x86_64 155/175 #7 103.4 Installing : tigervnc-1.11.0-9.el8.x86_64 156/175 #7 103.5 Installing : xterm-331-1.el8_3.2.x86_64 157/175 #7 103.6 Installing : xorg-x11-server-Xvfb-1.20.11-2.el8.x86_64 158/175 #7 103.6 Installing : wget-1.19.5-10.el8.x86_64 159/175 #7 103.6 Running scriptlet: wget-1.19.5-10.el8.x86_64 159/175 #7 103.7 Installing : python36-devel-3.6.8-38.module_el8.5.0+895+a459e 160/175 #7 103.7 Running scriptlet: python36-devel-3.6.8-38.module_el8.5.0+895+a459e 160/175 #7 103.7 Installing : pinentry-1.1.0-2.el8.x86_64 161/175 #7 103.7 Running scriptlet: pinentry-1.1.0-2.el8.x86_64 161/175 #7 104.1 Installing : zsh-5.5.1-6.el8_1.2.x86_64 162/175 #7 104.1 Running scriptlet: zsh-5.5.1-6.el8_1.2.x86_64 162/175 #7 104.4 Installing : cppcheck-2.4-1.el8.x86_64 163/175 #7 104.4 Installing : rsync-3.1.3-12.el8.x86_64 164/175 #7 104.5 Installing : lsof-4.93.2-1.el8.x86_64 165/175 #7 105.0 Installing : git-lfs-2.11.0-2.el8.x86_64 166/175 #7 105.0 Running scriptlet: git-lfs-2.11.0-2.el8.x86_64 166/175 #7 105.0 Git LFS initialized. #7 105.0 #7 105.0 Cleanup : dbus-1:1.12.8-12.el8.x86_64 167/175 #7 105.0 Running scriptlet: dbus-daemon-1:1.12.8-12.el8.x86_64 168/175 #7 105.1 Cleanup : dbus-daemon-1:1.12.8-12.el8.x86_64 168/175 #7 105.1 Running scriptlet: dbus-daemon-1:1.12.8-12.el8.x86_64 168/175 #7 105.1 Cleanup : platform-python-3.6.8-37.el8.x86_64 169/175 #7 105.1 Running scriptlet: platform-python-3.6.8-37.el8.x86_64 169/175 #7 105.1 Cleanup : dbus-tools-1:1.12.8-12.el8.x86_64 170/175 #7 105.1 Cleanup : dbus-common-1:1.12.8-12.el8.noarch 171/175 #7 105.2 Cleanup : python3-libs-3.6.8-37.el8.x86_64 172/175 #7 105.2 Cleanup : chkconfig-1.13-2.el8.x86_64 173/175 #7 105.2 Cleanup : dbus-libs-1:1.12.8-12.el8.x86_64 174/175 #7 105.2 Running scriptlet: dbus-libs-1:1.12.8-12.el8.x86_64 174/175 #7 105.2 Cleanup : coreutils-single-8.30-8.el8.x86_64 175/175 #7 105.2 Running scriptlet: dconf-0.28.0-4.el8.x86_64 175/175 #7 105.2 Running scriptlet: java-11-openjdk-1:11.0.13.0.8-4.el8_5.x86_64 175/175 #7 105.3 Running scriptlet: java-11-openjdk-devel-1:11.0.13.0.8-4.el8_5.x86_ 175/175 #7 105.3 Running scriptlet: coreutils-single-8.30-8.el8.x86_64 175/175 #7 105.6 Running scriptlet: adwaita-icon-theme-3.28.0-2.el8.noarch 175/175 #7 105.7 Running scriptlet: gnome-themes-standard-3.22.3-4.el8.x86_64 175/175 #7 105.8 Verifying : LibRaw-0.19.5-3.el8.x86_64 1/175 #7 105.8 Verifying : OpenEXR-libs-2.2.0-12.el8.x86_64 2/175 #7 105.8 Verifying : abattis-cantarell-fonts-0.0.25-6.el8.noarch 3/175 #7 105.8 Verifying : adwaita-cursor-theme-3.28.0-2.el8.noarch 4/175 #7 105.8 Verifying : adwaita-gtk2-theme-3.22.3-4.el8.x86_64 5/175 #7 105.8 Verifying : adwaita-icon-theme-3.28.0-2.el8.noarch 6/175 #7 105.8 Verifying : alsa-lib-1.2.5-4.el8.x86_64 7/175 #7 105.8 Verifying : aspell-12:0.60.6.1-21.el8.x86_64 8/175 #7 105.8 Verifying : at-spi2-atk-2.26.2-1.el8.x86_64 9/175 #7 105.8 Verifying : at-spi2-core-2.28.0-1.el8.x86_64 10/175 #7 105.8 Verifying : cairo-gobject-1.15.12-3.el8.x86_64 11/175 #7 105.8 Verifying : cmake-3.20.2-4.el8.x86_64 12/175 #7 105.8 Verifying : cmake-data-3.20.2-4.el8.noarch 13/175 #7 105.8 Verifying : cmake-filesystem-3.20.2-4.el8.x86_64 14/175 #7 105.8 Verifying : cmake-rpm-macros-3.20.2-4.el8.noarch 15/175 #7 105.8 Verifying : colord-libs-1.4.2-1.el8.x86_64 16/175 #7 105.8 Verifying : dbus-x11-1:1.12.8-14.el8.x86_64 17/175 #7 105.8 Verifying : dconf-0.28.0-4.el8.x86_64 18/175 #7 105.8 Verifying : enchant2-2.2.3-3.el8.x86_64 19/175 #7 105.8 Verifying : flac-libs-1.3.2-9.el8.x86_64 20/175 #7 105.8 Verifying : fltk-1.3.4-5.el8.x86_64 21/175 #7 105.8 Verifying : geoclue2-2.5.5-2.el8.x86_64 22/175 #7 105.8 Verifying : giflib-5.1.4-3.el8.x86_64 23/175 #7 105.8 Verifying : git-lfs-2.11.0-2.el8.x86_64 24/175 #7 105.8 Verifying : gnome-control-center-filesystem-3.28.2-28.el8.no 25/175 #7 105.8 Verifying : gnome-desktop3-3.32.2-1.el8.x86_64 26/175 #7 105.8 Verifying : gnome-themes-standard-3.22.3-4.el8.x86_64 27/175 #7 105.8 Verifying : gsm-1.0.17-5.el8.x86_64 28/175 #7 105.8 Verifying : gstreamer1-1.16.1-2.el8.x86_64 29/175 #7 105.8 Verifying : gstreamer1-plugins-base-1.16.1-2.el8.x86_64 30/175 #7 105.8 Verifying : gtk3-3.22.30-8.el8.x86_64 31/175 #7 105.8 Verifying : harfbuzz-icu-1.7.5-3.el8.x86_64 32/175 #7 105.8 Verifying : hunspell-1.6.2-1.el8.x86_64 33/175 #7 105.8 Verifying : hunspell-en-0.20140811.1-12.el8.noarch 34/175 #7 105.8 Verifying : hunspell-en-GB-0.20140811.1-12.el8.noarch 35/175 #7 105.8 Verifying : hunspell-en-US-0.20140811.1-12.el8.noarch 36/175 #7 105.8 Verifying : hyphen-2.8.8-9.el8.x86_64 37/175 #7 105.8 Verifying : ilmbase-2.2.0-13.el8.x86_64 38/175 #7 105.8 Verifying : iso-codes-3.79-2.el8.noarch 39/175 #7 105.8 Verifying : java-11-openjdk-1:11.0.13.0.8-4.el8_5.x86_64 40/175 #7 105.8 Verifying : java-11-openjdk-devel-1:11.0.13.0.8-4.el8_5.x86_ 41/175 #7 105.8 Verifying : java-11-openjdk-headless-1:11.0.13.0.8-4.el8_5.x 42/175 #7 105.8 Verifying : jq-1.5-12.el8.x86_64 43/175 #7 105.8 Verifying : libX11-xcb-1.6.8-5.el8.x86_64 44/175 #7 105.8 Verifying : libXdmcp-1.1.3-1.el8.x86_64 45/175 #7 105.8 Verifying : libXfont2-2.0.3-2.el8.x86_64 46/175 #7 105.8 Verifying : libXtst-1.2.3-7.el8.x86_64 47/175 #7 105.9 Verifying : libXv-1.0.11-7.el8.x86_64 48/175 #7 105.9 Verifying : libasyncns-0.8-14.el8.x86_64 49/175 #7 105.9 Verifying : libcanberra-0.30-18.el8.x86_64 50/175 #7 105.9 Verifying : libdrm-2.4.106-2.el8.x86_64 51/175 #7 105.9 Verifying : libepoxy-1.5.8-1.el8.x86_64 52/175 #7 105.9 Verifying : libevdev-1.10.0-1.el8.x86_64 53/175 #7 105.9 Verifying : libglvnd-1:1.3.2-1.el8.x86_64 54/175 #7 105.9 Verifying : libglvnd-egl-1:1.3.2-1.el8.x86_64 55/175 #7 105.9 Verifying : libglvnd-gles-1:1.3.2-1.el8.x86_64 56/175 #7 105.9 Verifying : libglvnd-glx-1:1.3.2-1.el8.x86_64 57/175 #7 105.9 Verifying : libinput-1.16.3-2.el8.x86_64 58/175 #7 105.9 Verifying : libnotify-0.7.7-5.el8.x86_64 59/175 #7 105.9 Verifying : libogg-2:1.3.2-10.el8.x86_64 60/175 #7 105.9 Verifying : libsndfile-1.0.28-10.el8_4.1.x86_64 61/175 #7 105.9 Verifying : libtheora-1:1.1.1-21.el8.x86_64 62/175 #7 105.9 Verifying : libuv-1:1.41.1-1.el8_4.x86_64 63/175 #7 105.9 Verifying : libvisual-1:0.4.0-25.el8.x86_64 64/175 #7 105.9 Verifying : libvorbis-1:1.3.6-2.el8.x86_64 65/175 #7 105.9 Verifying : libwacom-1.6-3.el8.x86_64 66/175 #7 105.9 Verifying : libwacom-data-1.6-3.el8.noarch 67/175 #7 105.9 Verifying : libwayland-client-1.19.0-1.el8.x86_64 68/175 #7 105.9 Verifying : libwayland-cursor-1.19.0-1.el8.x86_64 69/175 #7 105.9 Verifying : libwayland-egl-1.19.0-1.el8.x86_64 70/175 #7 105.9 Verifying : libwayland-server-1.19.0-1.el8.x86_64 71/175 #7 105.9 Verifying : libwmf-lite-0.2.9-8.el8_0.x86_64 72/175 #7 105.9 Verifying : libxkbcommon-0.9.1-1.el8.x86_64 73/175 #7 105.9 Verifying : libxkbcommon-x11-0.9.1-1.el8.x86_64 74/175 #7 105.9 Verifying : libxkbfile-1.1.0-1.el8.x86_64 75/175 #7 105.9 Verifying : libxshmfence-1.3-2.el8.x86_64 76/175 #7 105.9 Verifying : llvm-libs-12.0.1-2.module_el8.5.0+918+ed335b90.x 77/175 #7 105.9 Verifying : mesa-dri-drivers-21.1.5-1.el8.x86_64 78/175 #7 105.9 Verifying : mesa-filesystem-21.1.5-1.el8.x86_64 79/175 #7 105.9 Verifying : mesa-libEGL-21.1.5-1.el8.x86_64 80/175 #7 105.9 Verifying : mesa-libGL-21.1.5-1.el8.x86_64 81/175 #7 105.9 Verifying : mesa-libGLU-9.0.0-15.el8.x86_64 82/175 #7 105.9 Verifying : mesa-libgbm-21.1.5-1.el8.x86_64 83/175 #7 105.9 Verifying : mesa-libglapi-21.1.5-1.el8.x86_64 84/175 #7 105.9 Verifying : mtdev-1.1.5-12.el8.x86_64 85/175 #7 105.9 Verifying : mutter-3.32.2-60.el8.x86_64 86/175 #7 105.9 Verifying : oniguruma-6.8.2-2.el8.x86_64 87/175 #7 105.9 Verifying : opus-1.3-0.4.beta.el8.x86_64 88/175 #7 105.9 Verifying : orc-0.4.28-3.el8.x86_64 89/175 #7 105.9 Verifying : pinentry-1.1.0-2.el8.x86_64 90/175 #7 105.9 Verifying : pipewire-0.3.6-1.el8.x86_64 91/175 #7 105.9 Verifying : pipewire-libs-0.3.6-1.el8.x86_64 92/175 #7 105.9 Verifying : platform-python-devel-3.6.8-41.el8.x86_64 93/175 #7 105.9 Verifying : pulseaudio-libs-14.0-2.el8.x86_64 94/175 #7 105.9 Verifying : python3-pip-9.0.3-20.el8.noarch 95/175 #7 105.9 Verifying : python3-rpm-generators-5-7.el8.noarch 96/175 #7 105.9 Verifying : python36-3.6.8-38.module_el8.5.0+895+a459eca8.x8 97/175 #7 105.9 Verifying : python36-devel-3.6.8-38.module_el8.5.0+895+a459e 98/175 #7 105.9 Verifying : rest-0.8.1-2.el8.x86_64 99/175 #7 105.9 Verifying : rtkit-0.11-19.el8.x86_64 100/175 #7 105.9 Verifying : sbc-1.3-9.el8.x86_64 101/175 #7 105.9 Verifying : sound-theme-freedesktop-0.8-9.el8.noarch 102/175 #7 105.9 Verifying : startup-notification-0.12-15.el8.x86_64 103/175 #7 105.9 Verifying : tigervnc-1.11.0-9.el8.x86_64 104/175 #7 105.9 Verifying : tigervnc-icons-1.11.0-9.el8.noarch 105/175 #7 105.9 Verifying : tigervnc-license-1.11.0-9.el8.noarch 106/175 #7 105.9 Verifying : tigervnc-server-1.11.0-9.el8.x86_64 107/175 #7 105.9 Verifying : tigervnc-server-minimal-1.11.0-9.el8.x86_64 108/175 #7 105.9 Verifying : ttmkfdir-3.0.9-54.el8.x86_64 109/175 #7 105.9 Verifying : webkit2gtk3-2.32.3-2.el8.x86_64 110/175 #7 105.9 Verifying : webkit2gtk3-jsc-2.32.3-2.el8.x86_64 111/175 #7 105.9 Verifying : wget-1.19.5-10.el8.x86_64 112/175 #7 105.9 Verifying : woff2-1.0.2-5.el8.x86_64 113/175 #7 105.9 Verifying : xcb-util-0.4.0-10.el8.x86_64 114/175 #7 105.9 Verifying : xkeyboard-config-2.28-1.el8.noarch 115/175 #7 105.9 Verifying : xorg-x11-fonts-Type1-7.5-19.el8.noarch 116/175 #7 105.9 Verifying : xorg-x11-fonts-misc-7.5-19.el8.noarch 117/175 #7 105.9 Verifying : xorg-x11-server-Xvfb-1.20.11-2.el8.x86_64 118/175 #7 105.9 Verifying : xorg-x11-server-common-1.20.11-2.el8.x86_64 119/175 #7 105.9 Verifying : xorg-x11-xauth-1:1.0.9-12.el8.x86_64 120/175 #7 105.9 Verifying : xorg-x11-xinit-1.3.4-18.el8.x86_64 121/175 #7 105.9 Verifying : xorg-x11-xkb-utils-7.7-28.el8.x86_64 122/175 #7 105.9 Verifying : xterm-331-1.el8_3.2.x86_64 123/175 #7 105.9 Verifying : xterm-resize-331-1.el8_3.2.x86_64 124/175 #7 105.9 Verifying : zenity-3.28.1-1.el8.x86_64 125/175 #7 105.9 Verifying : ModemManager-glib-1.10.8-4.el8.x86_64 126/175 #7 105.9 Verifying : avahi-glib-0.7-20.el8.x86_64 127/175 #7 105.9 Verifying : brotli-1.0.6-3.el8.x86_64 128/175 #7 105.9 Verifying : bubblewrap-0.4.0-1.el8.x86_64 129/175 #7 105.9 Verifying : dejavu-fonts-common-2.35-7.el8.noarch 130/175 #7 105.9 Verifying : dejavu-sans-mono-fonts-2.35-7.el8.noarch 131/175 #7 105.9 Verifying : glib-networking-2.56.1-1.1.el8.x86_64 132/175 #7 105.9 Verifying : gsettings-desktop-schemas-3.32.0-6.el8.x86_64 133/175 #7 105.9 Verifying : json-glib-1.4.4-1.el8.x86_64 134/175 #7 105.9 Verifying : libgudev-232-4.el8.x86_64 135/175 #7 105.9 Verifying : libgusb-0.3.0-1.el8.x86_64 136/175 #7 105.9 Verifying : libmodman-2.0.1-17.el8.x86_64 137/175 #7 105.9 Verifying : libpciaccess-0.14-1.el8.x86_64 138/175 #7 105.9 Verifying : libproxy-0.4.15-5.2.el8.x86_64 139/175 #7 105.9 Verifying : libpsl-0.20.2-6.el8.x86_64 140/175 #7 105.9 Verifying : libsecret-0.18.6-1.el8.x86_64 141/175 #7 105.9 Verifying : libsoup-2.62.3-2.el8.x86_64 142/175 #7 105.9 Verifying : libtdb-1.4.3-1.el8.x86_64 143/175 #7 105.9 Verifying : lsof-4.93.2-1.el8.x86_64 144/175 #7 105.9 Verifying : mozjs60-60.9.0-4.el8.x86_64 145/175 #7 105.9 Verifying : platform-python-pip-9.0.3-20.el8.noarch 146/175 #7 105.9 Verifying : polkit-0.115-12.el8.x86_64 147/175 #7 105.9 Verifying : polkit-libs-0.115-12.el8.x86_64 148/175 #7 105.9 Verifying : polkit-pkla-compat-0.1-12.el8.x86_64 149/175 #7 105.9 Verifying : publicsuffix-list-dafsa-20180723-1.el8.noarch 150/175 #7 105.9 Verifying : python3-setuptools-39.2.0-6.el8.noarch 151/175 #7 105.9 Verifying : rsync-3.1.3-12.el8.x86_64 152/175 #7 105.9 Verifying : zsh-5.5.1-6.el8_1.2.x86_64 153/175 #7 105.9 Verifying : cppcheck-2.4-1.el8.x86_64 154/175 #7 105.9 Verifying : ImageMagick-6.9.12.93-1.el8.x86_64 155/175 #7 105.9 Verifying : ImageMagick-libs-6.9.12.93-1.el8.x86_64 156/175 #7 105.9 Verifying : libraqm-0.7.0-4.el8.x86_64 157/175 #7 105.9 Verifying : chkconfig-1.19.1-1.el8.x86_64 158/175 #7 105.9 Verifying : chkconfig-1.13-2.el8.x86_64 159/175 #7 105.9 Verifying : coreutils-single-8.30-12.el8.x86_64 160/175 #7 105.9 Verifying : coreutils-single-8.30-8.el8.x86_64 161/175 #7 105.9 Verifying : dbus-1:1.12.8-14.el8.x86_64 162/175 #7 105.9 Verifying : dbus-1:1.12.8-12.el8.x86_64 163/175 #7 105.9 Verifying : dbus-common-1:1.12.8-14.el8.noarch 164/175 #7 105.9 Verifying : dbus-common-1:1.12.8-12.el8.noarch 165/175 #7 105.9 Verifying : dbus-daemon-1:1.12.8-14.el8.x86_64 166/175 #7 105.9 Verifying : dbus-daemon-1:1.12.8-12.el8.x86_64 167/175 #7 105.9 Verifying : dbus-libs-1:1.12.8-14.el8.x86_64 168/175 #7 105.9 Verifying : dbus-libs-1:1.12.8-12.el8.x86_64 169/175 #7 105.9 Verifying : dbus-tools-1:1.12.8-14.el8.x86_64 170/175 #7 105.9 Verifying : dbus-tools-1:1.12.8-12.el8.x86_64 171/175 #7 105.9 Verifying : platform-python-3.6.8-41.el8.x86_64 172/175 #7 105.9 Verifying : platform-python-3.6.8-37.el8.x86_64 173/175 #7 105.9 Verifying : python3-libs-3.6.8-41.el8.x86_64 174/175 #7 105.9 Verifying : python3-libs-3.6.8-37.el8.x86_64 175/175 #7 107.1 #7 107.1 Upgraded: #7 107.1 chkconfig-1.19.1-1.el8.x86_64 coreutils-single-8.30-12.el8.x86_64 #7 107.1 dbus-1:1.12.8-14.el8.x86_64 dbus-common-1:1.12.8-14.el8.noarch #7 107.1 dbus-daemon-1:1.12.8-14.el8.x86_64 dbus-libs-1:1.12.8-14.el8.x86_64 #7 107.1 dbus-tools-1:1.12.8-14.el8.x86_64 platform-python-3.6.8-41.el8.x86_64 #7 107.1 python3-libs-3.6.8-41.el8.x86_64 #7 107.1 Installed: #7 107.1 ImageMagick-6.9.12.93-1.el8.x86_64 #7 107.1 ImageMagick-libs-6.9.12.93-1.el8.x86_64 #7 107.1 LibRaw-0.19.5-3.el8.x86_64 #7 107.1 ModemManager-glib-1.10.8-4.el8.x86_64 #7 107.1 OpenEXR-libs-2.2.0-12.el8.x86_64 #7 107.1 abattis-cantarell-fonts-0.0.25-6.el8.noarch #7 107.1 adwaita-cursor-theme-3.28.0-2.el8.noarch #7 107.1 adwaita-gtk2-theme-3.22.3-4.el8.x86_64 #7 107.1 adwaita-icon-theme-3.28.0-2.el8.noarch #7 107.1 alsa-lib-1.2.5-4.el8.x86_64 #7 107.1 aspell-12:0.60.6.1-21.el8.x86_64 #7 107.1 at-spi2-atk-2.26.2-1.el8.x86_64 #7 107.1 at-spi2-core-2.28.0-1.el8.x86_64 #7 107.1 avahi-glib-0.7-20.el8.x86_64 #7 107.1 brotli-1.0.6-3.el8.x86_64 #7 107.1 bubblewrap-0.4.0-1.el8.x86_64 #7 107.1 cairo-gobject-1.15.12-3.el8.x86_64 #7 107.1 cmake-3.20.2-4.el8.x86_64 #7 107.1 cmake-data-3.20.2-4.el8.noarch #7 107.1 cmake-filesystem-3.20.2-4.el8.x86_64 #7 107.1 cmake-rpm-macros-3.20.2-4.el8.noarch #7 107.1 colord-libs-1.4.2-1.el8.x86_64 #7 107.1 cppcheck-2.4-1.el8.x86_64 #7 107.1 dbus-x11-1:1.12.8-14.el8.x86_64 #7 107.1 dconf-0.28.0-4.el8.x86_64 #7 107.1 dejavu-fonts-common-2.35-7.el8.noarch #7 107.1 dejavu-sans-mono-fonts-2.35-7.el8.noarch #7 107.1 enchant2-2.2.3-3.el8.x86_64 #7 107.1 flac-libs-1.3.2-9.el8.x86_64 #7 107.1 fltk-1.3.4-5.el8.x86_64 #7 107.1 geoclue2-2.5.5-2.el8.x86_64 #7 107.1 giflib-5.1.4-3.el8.x86_64 #7 107.1 git-lfs-2.11.0-2.el8.x86_64 #7 107.1 glib-networking-2.56.1-1.1.el8.x86_64 #7 107.1 gnome-control-center-filesystem-3.28.2-28.el8.noarch #7 107.1 gnome-desktop3-3.32.2-1.el8.x86_64 #7 107.1 gnome-themes-standard-3.22.3-4.el8.x86_64 #7 107.1 gsettings-desktop-schemas-3.32.0-6.el8.x86_64 #7 107.1 gsm-1.0.17-5.el8.x86_64 #7 107.1 gstreamer1-1.16.1-2.el8.x86_64 #7 107.1 gstreamer1-plugins-base-1.16.1-2.el8.x86_64 #7 107.1 gtk3-3.22.30-8.el8.x86_64 #7 107.1 harfbuzz-icu-1.7.5-3.el8.x86_64 #7 107.1 hunspell-1.6.2-1.el8.x86_64 #7 107.1 hunspell-en-0.20140811.1-12.el8.noarch #7 107.1 hunspell-en-GB-0.20140811.1-12.el8.noarch #7 107.1 hunspell-en-US-0.20140811.1-12.el8.noarch #7 107.1 hyphen-2.8.8-9.el8.x86_64 #7 107.1 ilmbase-2.2.0-13.el8.x86_64 #7 107.1 iso-codes-3.79-2.el8.noarch #7 107.1 java-11-openjdk-1:11.0.13.0.8-4.el8_5.x86_64 #7 107.1 java-11-openjdk-devel-1:11.0.13.0.8-4.el8_5.x86_64 #7 107.1 java-11-openjdk-headless-1:11.0.13.0.8-4.el8_5.x86_64 #7 107.1 jq-1.5-12.el8.x86_64 #7 107.1 json-glib-1.4.4-1.el8.x86_64 #7 107.1 libX11-xcb-1.6.8-5.el8.x86_64 #7 107.1 libXdmcp-1.1.3-1.el8.x86_64 #7 107.1 libXfont2-2.0.3-2.el8.x86_64 #7 107.1 libXtst-1.2.3-7.el8.x86_64 #7 107.1 libXv-1.0.11-7.el8.x86_64 #7 107.1 libasyncns-0.8-14.el8.x86_64 #7 107.1 libcanberra-0.30-18.el8.x86_64 #7 107.1 libdrm-2.4.106-2.el8.x86_64 #7 107.1 libepoxy-1.5.8-1.el8.x86_64 #7 107.1 libevdev-1.10.0-1.el8.x86_64 #7 107.1 libglvnd-1:1.3.2-1.el8.x86_64 #7 107.1 libglvnd-egl-1:1.3.2-1.el8.x86_64 #7 107.1 libglvnd-gles-1:1.3.2-1.el8.x86_64 #7 107.1 libglvnd-glx-1:1.3.2-1.el8.x86_64 #7 107.1 libgudev-232-4.el8.x86_64 #7 107.1 libgusb-0.3.0-1.el8.x86_64 #7 107.1 libinput-1.16.3-2.el8.x86_64 #7 107.1 libmodman-2.0.1-17.el8.x86_64 #7 107.1 libnotify-0.7.7-5.el8.x86_64 #7 107.1 libogg-2:1.3.2-10.el8.x86_64 #7 107.1 libpciaccess-0.14-1.el8.x86_64 #7 107.1 libproxy-0.4.15-5.2.el8.x86_64 #7 107.1 libpsl-0.20.2-6.el8.x86_64 #7 107.1 libraqm-0.7.0-4.el8.x86_64 #7 107.1 libsecret-0.18.6-1.el8.x86_64 #7 107.1 libsndfile-1.0.28-10.el8_4.1.x86_64 #7 107.1 libsoup-2.62.3-2.el8.x86_64 #7 107.1 libtdb-1.4.3-1.el8.x86_64 #7 107.1 libtheora-1:1.1.1-21.el8.x86_64 #7 107.1 libuv-1:1.41.1-1.el8_4.x86_64 #7 107.1 libvisual-1:0.4.0-25.el8.x86_64 #7 107.1 libvorbis-1:1.3.6-2.el8.x86_64 #7 107.1 libwacom-1.6-3.el8.x86_64 #7 107.1 libwacom-data-1.6-3.el8.noarch #7 107.1 libwayland-client-1.19.0-1.el8.x86_64 #7 107.1 libwayland-cursor-1.19.0-1.el8.x86_64 #7 107.1 libwayland-egl-1.19.0-1.el8.x86_64 #7 107.1 libwayland-server-1.19.0-1.el8.x86_64 #7 107.1 libwmf-lite-0.2.9-8.el8_0.x86_64 #7 107.1 libxkbcommon-0.9.1-1.el8.x86_64 #7 107.1 libxkbcommon-x11-0.9.1-1.el8.x86_64 #7 107.1 libxkbfile-1.1.0-1.el8.x86_64 #7 107.1 libxshmfence-1.3-2.el8.x86_64 #7 107.1 llvm-libs-12.0.1-2.module_el8.5.0+918+ed335b90.x86_64 #7 107.1 lsof-4.93.2-1.el8.x86_64 #7 107.1 mesa-dri-drivers-21.1.5-1.el8.x86_64 #7 107.1 mesa-filesystem-21.1.5-1.el8.x86_64 #7 107.1 mesa-libEGL-21.1.5-1.el8.x86_64 #7 107.1 mesa-libGL-21.1.5-1.el8.x86_64 #7 107.1 mesa-libGLU-9.0.0-15.el8.x86_64 #7 107.1 mesa-libgbm-21.1.5-1.el8.x86_64 #7 107.1 mesa-libglapi-21.1.5-1.el8.x86_64 #7 107.1 mozjs60-60.9.0-4.el8.x86_64 #7 107.1 mtdev-1.1.5-12.el8.x86_64 #7 107.1 mutter-3.32.2-60.el8.x86_64 #7 107.1 oniguruma-6.8.2-2.el8.x86_64 #7 107.1 opus-1.3-0.4.beta.el8.x86_64 #7 107.1 orc-0.4.28-3.el8.x86_64 #7 107.1 pinentry-1.1.0-2.el8.x86_64 #7 107.1 pipewire-0.3.6-1.el8.x86_64 #7 107.1 pipewire-libs-0.3.6-1.el8.x86_64 #7 107.1 platform-python-devel-3.6.8-41.el8.x86_64 #7 107.1 platform-python-pip-9.0.3-20.el8.noarch #7 107.1 polkit-0.115-12.el8.x86_64 #7 107.1 polkit-libs-0.115-12.el8.x86_64 #7 107.1 polkit-pkla-compat-0.1-12.el8.x86_64 #7 107.1 publicsuffix-list-dafsa-20180723-1.el8.noarch #7 107.1 pulseaudio-libs-14.0-2.el8.x86_64 #7 107.1 python3-pip-9.0.3-20.el8.noarch #7 107.1 python3-rpm-generators-5-7.el8.noarch #7 107.1 python3-setuptools-39.2.0-6.el8.noarch #7 107.1 python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 #7 107.1 python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 #7 107.1 rest-0.8.1-2.el8.x86_64 #7 107.1 rsync-3.1.3-12.el8.x86_64 #7 107.1 rtkit-0.11-19.el8.x86_64 #7 107.1 sbc-1.3-9.el8.x86_64 #7 107.1 sound-theme-freedesktop-0.8-9.el8.noarch #7 107.1 startup-notification-0.12-15.el8.x86_64 #7 107.1 tigervnc-1.11.0-9.el8.x86_64 #7 107.1 tigervnc-icons-1.11.0-9.el8.noarch #7 107.1 tigervnc-license-1.11.0-9.el8.noarch #7 107.1 tigervnc-server-1.11.0-9.el8.x86_64 #7 107.1 tigervnc-server-minimal-1.11.0-9.el8.x86_64 #7 107.1 ttmkfdir-3.0.9-54.el8.x86_64 #7 107.1 webkit2gtk3-2.32.3-2.el8.x86_64 #7 107.1 webkit2gtk3-jsc-2.32.3-2.el8.x86_64 #7 107.1 wget-1.19.5-10.el8.x86_64 #7 107.1 woff2-1.0.2-5.el8.x86_64 #7 107.1 xcb-util-0.4.0-10.el8.x86_64 #7 107.1 xkeyboard-config-2.28-1.el8.noarch #7 107.1 xorg-x11-fonts-Type1-7.5-19.el8.noarch #7 107.1 xorg-x11-fonts-misc-7.5-19.el8.noarch #7 107.1 xorg-x11-server-Xvfb-1.20.11-2.el8.x86_64 #7 107.1 xorg-x11-server-common-1.20.11-2.el8.x86_64 #7 107.1 xorg-x11-xauth-1:1.0.9-12.el8.x86_64 #7 107.1 xorg-x11-xinit-1.3.4-18.el8.x86_64 #7 107.1 xorg-x11-xkb-utils-7.7-28.el8.x86_64 #7 107.1 xterm-331-1.el8_3.2.x86_64 #7 107.1 xterm-resize-331-1.el8_3.2.x86_64 #7 107.1 zenity-3.28.1-1.el8.x86_64 #7 107.1 zsh-5.5.1-6.el8_1.2.x86_64 #7 107.1 #7 107.1 Complete! #7 107.4 45 files removed #7 DONE 109.7s #8 [4/8] RUN alternatives --install /usr/bin/java java /usr/lib/jvm/java-11-openjdk/bin/java 1000 --family java-11-openjdk.x86_64 && alternatives --set java /usr/lib/jvm/java-11-openjdk/bin/java #8 DONE 0.4s #9 [5/8] RUN ln -s /usr/bin/git /usr/local/bin/git && ln -s /bin/bash /usr/local/bin/hipp_shell && if [ ! -a /etc/machine-id ] || [ ! -s /etc/machine-id ]; then dbus-uuidgen > /etc/machine-id; fi #9 DONE 0.1s #10 [6/8] RUN mkdir -p /home/jenkins/.vnc && chmod -R 775 /home/jenkins && echo "123456" | vncpasswd -f > /home/jenkins/.vnc/passwd && chmod 600 /home/jenkins/.vnc/passwd #10 DONE 0.1s #11 [7/8] COPY scripts/xstartup_mutter.sh /home/jenkins/.vnc/xstartup.sh #11 DONE 0.0s #12 [8/8] RUN chmod 755 /home/jenkins/.vnc/xstartup.sh #12 DONE 0.1s #13 exporting to image #13 exporting layers #13 exporting layers 62.7s done #13 ... #14 [auth] eclipsecbi/jiro-agent-centos-8:pull,push token for registry-1.docker.io #14 DONE 0.0s #13 exporting to image #13 exporting manifest sha256:b1fcdec8606f945cad9540304e77ba684c9f14299df67c4b6889bc8dea5d9f26 done #13 exporting config sha256:8780c87bce7a7fc157f9aea0bacfa4ff5d97f11a67314203d033d0d462c8f3fb done #13 pushing layers #13 pushing layers 11.9s done #13 pushing manifest for docker.io/eclipsecbi/jiro-agent-centos-8:spec@sha256:b1fcdec8606f945cad9540304e77ba684c9f14299df67c4b6889bc8dea5d9f26 #13 pushing manifest for docker.io/eclipsecbi/jiro-agent-centos-8:spec@sha256:b1fcdec8606f945cad9540304e77ba684c9f14299df67c4b6889bc8dea5d9f26 0.3s done #13 DONE 74.9s [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS