Pull request #146 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/ci-build-images Obtained Jenkinsfile from 077630f2270e1b1ff5e423db37e1004af1dbbe73+3dcff33bf83c5973e65aa9fbd30c44798bc4ed83 (5b11557921ff754002fd23ec4c27c0be32efd85a) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1203 in /w/workspace/exfoundry_ci-build-images_PR-146 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/ci-build-images.git > git init /w/workspace/exfoundry_ci-build-images_PR-146 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/lftools:refs/remotes/origin/lftools # timeout=10 Fetching without tags Merging remotes/origin/lftools commit 3dcff33bf83c5973e65aa9fbd30c44798bc4ed83 into PR head commit 077630f2270e1b1ff5e423db37e1004af1dbbe73 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/146/head:refs/remotes/origin/PR-146 # timeout=10 > git config --add remote.origin.fetch +refs/heads/lftools:refs/remotes/origin/lftools # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/lftools:refs/remotes/origin/lftools # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 077630f2270e1b1ff5e423db37e1004af1dbbe73 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3dcff33bf83c5973e65aa9fbd30c44798bc4ed83 # timeout=10 Merge succeeded, producing 077630f2270e1b1ff5e423db37e1004af1dbbe73 Checking out Revision 077630f2270e1b1ff5e423db37e1004af1dbbe73 (PR-146) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 077630f2270e1b1ff5e423db37e1004af1dbbe73 # timeout=10 Commit message: "feat: replace BusyBox mktemp with GNU mktemp" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 42dfe9212acef75fb7a5acb10867b30a5c170592 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (LF Prep) [Pipeline] echo [2020-09-02T21:44:52.097Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-146 [Pipeline] echo [2020-09-02T21:44:52.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-146 [Pipeline] echo [2020-09-02T21:44:52.272Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-146 [Pipeline] echo [2020-09-02T21:44:52.365Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 077630f2270e1b1ff5e423db37e1004af1dbbe73 [Pipeline] echo [2020-09-02T21:44:52.465Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 077630f [Pipeline] echo [2020-09-02T21:44:52.587Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-02T21:45:08.160Z] Still waiting to schedule task [2020-09-02T21:45:08.160Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-02T21:45:08.183Z] Still waiting to schedule task [2020-09-02T21:45:08.183Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-02T21:47:03.506Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1204 in /w/workspace/exfoundry_ci-build-images_PR-146 [Pipeline] { [Pipeline] checkout [2020-09-02T21:47:08.571Z] using credential edgex-jenkins-ssh [2020-09-02T21:47:08.622Z] Cloning the remote Git repository [2020-09-02T21:47:08.622Z] Cloning with configured refspecs honoured and without tags [2020-09-02T21:47:08.679Z] Cloning repository git@github.com:edgexfoundry/ci-build-images.git [2020-09-02T21:47:09.844Z] Fetching without tags [2020-09-02T21:47:08.791Z] > git init /w/workspace/exfoundry_ci-build-images_PR-146 # timeout=10 [2020-09-02T21:47:08.863Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-09-02T21:47:08.864Z] > git --version # timeout=10 [2020-09-02T21:47:08.884Z] > git --version # 'git version 2.17.1' [2020-09-02T21:47:08.886Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T21:47:08.944Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/lftools:refs/remotes/origin/lftools # timeout=10 [2020-09-02T21:47:09.742Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-09-02T21:47:09.764Z] > git config --add remote.origin.fetch +refs/pull/146/head:refs/remotes/origin/PR-146 # timeout=10 [2020-09-02T21:47:09.784Z] > git config --add remote.origin.fetch +refs/heads/lftools:refs/remotes/origin/lftools # timeout=10 [2020-09-02T21:47:09.820Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-09-02T21:47:09.855Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-09-02T21:47:09.856Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T21:47:09.866Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/lftools:refs/remotes/origin/lftools # timeout=10 [2020-09-02T21:47:10.330Z] Merging remotes/origin/lftools commit 3dcff33bf83c5973e65aa9fbd30c44798bc4ed83 into PR head commit 077630f2270e1b1ff5e423db37e1004af1dbbe73 [2020-09-02T21:47:10.532Z] Merge succeeded, producing 077630f2270e1b1ff5e423db37e1004af1dbbe73 [2020-09-02T21:47:10.533Z] Checking out Revision 077630f2270e1b1ff5e423db37e1004af1dbbe73 (PR-146) [2020-09-02T21:47:10.350Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T21:47:10.376Z] > git checkout -f 077630f2270e1b1ff5e423db37e1004af1dbbe73 # timeout=10 [2020-09-02T21:47:10.452Z] > git remote # timeout=10 [2020-09-02T21:47:10.472Z] > git config --get remote.origin.url # timeout=10 [2020-09-02T21:47:10.484Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T21:47:10.495Z] > git merge 3dcff33bf83c5973e65aa9fbd30c44798bc4ed83 # timeout=10 [2020-09-02T21:47:10.517Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-02T21:47:10.540Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T21:47:10.557Z] > git checkout -f 077630f2270e1b1ff5e423db37e1004af1dbbe73 # timeout=10 [2020-09-02T21:47:14.847Z] Commit message: "feat: replace BusyBox mktemp with GNU mktemp" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-02T21:47:15.639Z] provisioning config files... [2020-09-02T21:47:15.686Z] copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-146@tmp/config9213337724461108222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-02T21:47:17.019Z] ---> docker-login.sh [2020-09-02T21:47:17.019Z] nexus3.edgexfoundry.org:10001 [2020-09-02T21:47:17.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T21:47:18.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T21:47:18.219Z] Configure a credential helper to remove this warning. See [2020-09-02T21:47:18.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T21:47:18.219Z] [2020-09-02T21:47:18.219Z] Login Succeeded [2020-09-02T21:47:18.219Z] nexus3.edgexfoundry.org:10002 [2020-09-02T21:47:18.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T21:47:18.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T21:47:18.497Z] Configure a credential helper to remove this warning. See [2020-09-02T21:47:18.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T21:47:18.497Z] [2020-09-02T21:47:18.497Z] Login Succeeded [2020-09-02T21:47:18.497Z] nexus3.edgexfoundry.org:10003 [2020-09-02T21:47:19.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T21:47:19.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T21:47:19.095Z] Configure a credential helper to remove this warning. See [2020-09-02T21:47:19.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T21:47:19.095Z] [2020-09-02T21:47:19.095Z] Login Succeeded [2020-09-02T21:47:19.095Z] nexus3.edgexfoundry.org:10004 [2020-09-02T21:47:19.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T21:47:19.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T21:47:19.644Z] Configure a credential helper to remove this warning. See [2020-09-02T21:47:19.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T21:47:19.644Z] [2020-09-02T21:47:19.644Z] Login Succeeded [2020-09-02T21:47:19.644Z] docker.io [2020-09-02T21:47:19.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T21:47:20.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T21:47:20.194Z] Configure a credential helper to remove this warning. See [2020-09-02T21:47:20.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T21:47:20.194Z] [2020-09-02T21:47:20.194Z] Login Succeeded [2020-09-02T21:47:20.194Z] ---> docker-login.sh ends [Pipeline] } [2020-09-02T21:47:20.337Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] sh [2020-09-02T21:47:21.289Z] + docker build -t edgex-lftools-log-publisher -f Dockerfile.logs-publish . [2020-09-02T21:47:21.289Z] Sending build context to Docker daemon 218.1kB [2020-09-02T21:47:21.566Z] [WARNING]: Empty continuation line found in: [2020-09-02T21:47:21.566Z] RUN apk add --update --no-cache build-base openssl-dev libxml2-dev libxslt-dev libffi-dev linux-headers xmlstarlet bash git util-linux sysstat && pip3 install --no-cache-dir --upgrade pip setuptools && pip3 install --no-cache-dir -I lftools[openstack]==0.31.1 && git clone https://github.com/lfit/releng-global-jjb.git global-jjb && cd global-jjb && git reset --hard ${GLOBAL_JJB_COMMIT} && apk del git build-base linux-headers [2020-09-02T21:47:21.566Z] [WARNING]: Empty continuation lines will become errors in a future release. [2020-09-02T21:47:21.566Z] Step 1/11 : FROM alpine:3.12 as mktempbuilder [2020-09-02T21:47:21.838Z] 3.12: Pulling from library/alpine [2020-09-02T21:47:22.114Z] b538f80385f9: Pulling fs layer [2020-09-02T21:47:22.114Z] b538f80385f9: Verifying Checksum [2020-09-02T21:47:22.114Z] b538f80385f9: Download complete [2020-09-02T21:47:23.096Z] b538f80385f9: Pull complete [2020-09-02T21:47:23.096Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-02T21:47:23.096Z] Status: Downloaded newer image for alpine:3.12 [2020-09-02T21:47:23.096Z] ---> 62ee0e9f8440 [2020-09-02T21:47:23.096Z] Step 2/11 : WORKDIR /tmp/build [2020-09-02T21:47:23.369Z] ---> Running in 95c5654ddad7 [2020-09-02T21:47:23.971Z] Removing intermediate container 95c5654ddad7 [2020-09-02T21:47:23.971Z] ---> fd660312ff1d [2020-09-02T21:47:23.971Z] Step 3/11 : RUN apk add --update --no-cache build-base linux-headers [2020-09-02T21:47:23.971Z] ---> Running in 407961b126d0 [2020-09-02T21:47:25.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-02T21:47:25.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-02T21:47:25.956Z] (1/22) Upgrading musl (1.1.24-r8 -> 1.1.24-r9) [2020-09-02T21:47:25.956Z] (2/22) Installing libgcc (9.3.0-r2) [2020-09-02T21:47:26.231Z] (3/22) Installing libstdc++ (9.3.0-r2) [2020-09-02T21:47:26.231Z] (4/22) Installing binutils (2.34-r1) [2020-09-02T21:47:26.505Z] (5/22) Installing libmagic (5.38-r0) [2020-09-02T21:47:26.505Z] (6/22) Installing file (5.38-r0) [2020-09-02T21:47:26.505Z] (7/22) Installing gmp (6.2.0-r0) [2020-09-02T21:47:26.505Z] (8/22) Installing isl (0.18-r0) [2020-09-02T21:47:26.505Z] (9/22) Installing libgomp (9.3.0-r2) [2020-09-02T21:47:26.505Z] (10/22) Installing libatomic (9.3.0-r2) [2020-09-02T21:47:26.505Z] (11/22) Installing libgphobos (9.3.0-r2) [2020-09-02T21:47:26.790Z] (12/22) Installing mpfr4 (4.0.2-r4) [2020-09-02T21:47:26.790Z] (13/22) Installing mpc1 (1.1.0-r1) [2020-09-02T21:47:26.790Z] (14/22) Installing gcc (9.3.0-r2) [2020-09-02T21:47:28.770Z] (15/22) Installing musl-dev (1.1.24-r9) [2020-09-02T21:47:28.770Z] (16/22) Installing libc-dev (0.7.2-r3) [2020-09-02T21:47:28.770Z] (17/22) Installing g++ (9.3.0-r2) [2020-09-02T21:47:30.207Z] (18/22) Installing make (4.3-r0) [2020-09-02T21:47:30.207Z] (19/22) Installing fortify-headers (1.1-r0) [2020-09-02T21:47:30.207Z] (20/22) Installing patch (2.7.6-r6) [2020-09-02T21:47:30.207Z] (21/22) Installing build-base (0.5-r2) [2020-09-02T21:47:30.207Z] (22/22) Installing linux-headers (5.4.5-r1) [2020-09-02T21:47:30.484Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T21:47:30.485Z] OK: 197 MiB in 35 packages [2020-09-02T21:47:38.777Z] Removing intermediate container 407961b126d0 [2020-09-02T21:47:38.777Z] ---> 13f7e311b02b [2020-09-02T21:47:38.777Z] Step 4/11 : RUN wget https://www.mktemp.org/dist/mktemp-1.7.tar.gz && tar -xzvf mktemp-1.7.tar.gz && cd mktemp-1.7 && wget "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" -O config.guess && wget "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" -O config.sub && ./configure && make install [2020-09-02T21:47:39.055Z] ---> Running in e321c0a79703 [2020-09-02T21:47:40.485Z] Connecting to www.mktemp.org (65.102.237.118:443) [2020-09-02T21:47:40.761Z] saving to 'mktemp-1.7.tar.gz' [2020-09-02T21:47:40.761Z] mktemp-1.7.tar.gz 100% |********************************| 78792 0:00:00 ETA [2020-09-02T21:47:40.761Z] 'mktemp-1.7.tar.gz' saved [2020-09-02T21:47:40.761Z] mktemp-1.7/INSTALL [2020-09-02T21:47:41.032Z] mktemp-1.7/INSTALL.configure [2020-09-02T21:47:41.032Z] mktemp-1.7/LICENSE [2020-09-02T21:47:41.032Z] mktemp-1.7/Makefile.in [2020-09-02T21:47:41.032Z] mktemp-1.7/README [2020-09-02T21:47:41.032Z] mktemp-1.7/RELEASE_NOTES [2020-09-02T21:47:41.032Z] mktemp-1.7/config.guess [2020-09-02T21:47:41.032Z] mktemp-1.7/config.h.in [2020-09-02T21:47:41.032Z] mktemp-1.7/config.sub [2020-09-02T21:47:41.032Z] mktemp-1.7/configure [2020-09-02T21:47:41.032Z] mktemp-1.7/configure.in [2020-09-02T21:47:41.032Z] mktemp-1.7/extern.h [2020-09-02T21:47:41.032Z] mktemp-1.7/install-sh [2020-09-02T21:47:41.032Z] mktemp-1.7/mkdtemp.c [2020-09-02T21:47:41.032Z] mktemp-1.7/mkinstalldirs [2020-09-02T21:47:41.032Z] mktemp-1.7/mktemp.c [2020-09-02T21:47:41.032Z] mktemp-1.7/mktemp.man [2020-09-02T21:47:41.032Z] mktemp-1.7/mktemp.mdoc [2020-09-02T21:47:41.032Z] mktemp-1.7/priv_mktemp.c [2020-09-02T21:47:41.032Z] mktemp-1.7/arc4random.c [2020-09-02T21:47:41.032Z] mktemp-1.7/strdup.c [2020-09-02T21:47:41.032Z] mktemp-1.7/strerror.c [2020-09-02T21:47:41.032Z] Connecting to git.savannah.gnu.org (209.51.188.201:80) [2020-09-02T21:47:41.304Z] saving to 'config.guess' [2020-09-02T21:47:41.304Z] config.guess 100% |********************************| 48946 0:00:00 ETA [2020-09-02T21:47:41.304Z] 'config.guess' saved [2020-09-02T21:47:41.304Z] Connecting to git.savannah.gnu.org (209.51.188.201:80) [2020-09-02T21:47:42.275Z] saving to 'config.sub' [2020-09-02T21:47:42.275Z] config.sub 100% |********************************| 34131 0:00:00 ETA [2020-09-02T21:47:42.275Z] 'config.sub' saved [2020-09-02T21:47:42.553Z] checking build system type... aarch64-unknown-linux-musl [2020-09-02T21:47:42.553Z] checking host system type... aarch64-unknown-linux-musl [2020-09-02T21:47:42.553Z] checking for nroff... no [2020-09-02T21:47:42.553Z] checking for gcc... gcc [2020-09-02T21:47:42.826Z] checking for C compiler default output file name... a.out [2020-09-02T21:47:42.826Z] checking whether the C compiler works... yes [2020-09-02T21:47:42.826Z] checking whether we are cross compiling... no [2020-09-02T21:47:42.826Z] checking for suffix of executables... [2020-09-02T21:47:43.098Z] checking for suffix of object files... o [2020-09-02T21:47:43.098Z] checking whether we are using the GNU C compiler... yes [2020-09-02T21:47:43.098Z] checking whether gcc accepts -g... yes [2020-09-02T21:47:43.371Z] checking for gcc option to accept ISO C89... none needed [2020-09-02T21:47:43.371Z] checking how to run the C preprocessor... gcc -E [2020-09-02T21:47:43.644Z] checking for grep that handles long lines and -e... /bin/grep [2020-09-02T21:47:43.644Z] checking for egrep... /bin/grep -E [2020-09-02T21:47:43.644Z] checking whether gcc needs -traditional... no [2020-09-02T21:47:43.919Z] checking for an ANSI C-conforming const... yes [2020-09-02T21:47:44.192Z] checking for ANSI C header files... yes [2020-09-02T21:47:44.468Z] checking for sys/types.h... yes [2020-09-02T21:47:44.468Z] checking for sys/stat.h... yes [2020-09-02T21:47:44.468Z] checking for stdlib.h... yes [2020-09-02T21:47:44.740Z] checking for string.h... yes [2020-09-02T21:47:45.013Z] checking for memory.h... yes [2020-09-02T21:47:45.013Z] checking for strings.h... yes [2020-09-02T21:47:45.286Z] checking for inttypes.h... yes [2020-09-02T21:47:45.286Z] checking for stdint.h... yes [2020-09-02T21:47:45.559Z] checking for unistd.h... yes [2020-09-02T21:47:45.559Z] checking paths.h usability... yes [2020-09-02T21:47:45.559Z] checking paths.h presence... yes [2020-09-02T21:47:45.559Z] checking for paths.h... yes [2020-09-02T21:47:45.832Z] checking sys/time.h usability... yes [2020-09-02T21:47:45.833Z] checking sys/time.h presence... yes [2020-09-02T21:47:45.833Z] checking for sys/time.h... yes [2020-09-02T21:47:46.106Z] checking whether time.h and sys/time.h may both be included... yes [2020-09-02T21:47:46.106Z] checking for ssize_t... yes [2020-09-02T21:47:46.380Z] checking for strerror... yes [2020-09-02T21:47:46.652Z] checking for strdup... yes [2020-09-02T21:47:46.652Z] checking for getopt_long... yes [2020-09-02T21:47:46.927Z] checking for arc4random_uniform... no [2020-09-02T21:47:46.927Z] checking for arc4random... no [2020-09-02T21:47:47.203Z] checking for __progname... yes [2020-09-02T21:47:47.203Z] checking for random device... /dev/urandom [2020-09-02T21:47:47.203Z] checking whether to use mk{s,d}temp from libc... no [2020-09-02T21:47:47.203Z] checking which macro set to use for manual... man [2020-09-02T21:47:47.203Z] configure: creating ./config.status [2020-09-02T21:47:47.476Z] config.status: creating Makefile [2020-09-02T21:47:47.476Z] config.status: creating config.h [2020-09-02T21:47:47.476Z] /bin/sh ./mkinstalldirs /usr/local/bin \ [2020-09-02T21:47:47.476Z] /usr/local/share/man/man1 [2020-09-02T21:47:47.476Z] mkdir /usr/local/share/man [2020-09-02T21:47:47.476Z] mkdir /usr/local/share/man/man1 [2020-09-02T21:47:47.476Z] gcc -c -I. -I. -g -O2 mktemp.c [2020-09-02T21:47:47.749Z] gcc -c -I. -I. -g -O2 arc4random.c [2020-09-02T21:47:48.341Z] gcc -c -I. -I. -g -O2 priv_mktemp.c [2020-09-02T21:47:48.612Z] gcc -o mktemp mktemp.o arc4random.o priv_mktemp.o [2020-09-02T21:47:48.612Z] /bin/sh ./install-sh -c -m 0555 -s mktemp /usr/local/bin/mktemp [2020-09-02T21:47:48.612Z] /bin/sh ./install-sh -c -m 0444 ./mktemp.man \ [2020-09-02T21:47:48.612Z] /usr/local/share/man/man1/mktemp.1 [2020-09-02T21:47:50.052Z] Removing intermediate container e321c0a79703 [2020-09-02T21:47:50.052Z] ---> a52469e2efbd [2020-09-02T21:47:50.052Z] Step 5/11 : FROM python:3.6-alpine [2020-09-02T21:47:50.052Z] 3.6-alpine: Pulling from library/python [2020-09-02T21:47:50.322Z] b538f80385f9: Already exists [2020-09-02T21:47:50.322Z] 0d489d24c263: Pulling fs layer [2020-09-02T21:47:50.322Z] 85a598a3ffd8: Pulling fs layer [2020-09-02T21:47:50.322Z] f6ebbe0b582a: Pulling fs layer [2020-09-02T21:47:50.322Z] 9823ca79a027: Pulling fs layer [2020-09-02T21:47:50.322Z] 9823ca79a027: Waiting [2020-09-02T21:47:50.593Z] 0d489d24c263: Download complete [2020-09-02T21:47:50.593Z] f6ebbe0b582a: Verifying Checksum [2020-09-02T21:47:50.593Z] f6ebbe0b582a: Download complete [2020-09-02T21:47:50.864Z] 9823ca79a027: Verifying Checksum [2020-09-02T21:47:50.864Z] 9823ca79a027: Download complete [2020-09-02T21:47:50.864Z] 85a598a3ffd8: Verifying Checksum [2020-09-02T21:47:50.864Z] 85a598a3ffd8: Download complete [2020-09-02T21:47:51.134Z] 0d489d24c263: Pull complete [2020-09-02T21:47:52.126Z] 85a598a3ffd8: Pull complete [2020-09-02T21:47:52.721Z] f6ebbe0b582a: Pull complete [2020-09-02T21:47:53.169Z] Running on prd-centos7-docker-4c-2g-1205 in /w/workspace/exfoundry_ci-build-images_PR-146 [Pipeline] { [Pipeline] checkout [2020-09-02T21:47:53.319Z] 9823ca79a027: Pull complete [2020-09-02T21:47:53.319Z] Digest: sha256:1aecd84e20860196525570a6cdc6016c2954ed241b1d254c0af3348382734082 [2020-09-02T21:47:53.319Z] Status: Downloaded newer image for python:3.6-alpine [2020-09-02T21:47:53.319Z] ---> 05c4be11dc5c [2020-09-02T21:47:53.319Z] Step 6/11 : ARG GLOBAL_JJB_COMMIT=64faafae2362d36e4d5c3e8d5fe6579b9d09cf55 [2020-09-02T21:47:53.915Z] ---> Running in 384f3c889113 [2020-09-02T21:47:54.187Z] Removing intermediate container 384f3c889113 [2020-09-02T21:47:54.187Z] ---> a02a5fe79c48 [2020-09-02T21:47:54.187Z] Step 7/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' maintainer="Ernesto Ojeda " [2020-09-02T21:47:54.458Z] ---> Running in e6303d3c63fa [2020-09-02T21:47:54.729Z] Removing intermediate container e6303d3c63fa [2020-09-02T21:47:54.729Z] ---> 23e61e76d041 [2020-09-02T21:47:54.729Z] Step 8/11 : RUN mv /bin/mktemp /bin/mktemp-busybox [2020-09-02T21:47:54.999Z] ---> Running in d52de8e486a9 [2020-09-02T21:47:55.705Z] using credential edgex-jenkins-ssh [2020-09-02T21:47:55.745Z] Cloning the remote Git repository [2020-09-02T21:47:55.745Z] Cloning with configured refspecs honoured and without tags [2020-09-02T21:47:56.395Z] Fetching without tags [2020-09-02T21:47:55.773Z] Cloning repository git@github.com:edgexfoundry/ci-build-images.git [2020-09-02T21:47:55.833Z] > git init /w/workspace/exfoundry_ci-build-images_PR-146 # timeout=10 [2020-09-02T21:47:55.879Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-09-02T21:47:55.879Z] > git --version # timeout=10 [2020-09-02T21:47:55.885Z] > git --version # 'git version 2.16.5' [2020-09-02T21:47:55.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T21:47:55.908Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/lftools:refs/remotes/origin/lftools # timeout=10 [2020-09-02T21:47:56.370Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-09-02T21:47:56.379Z] > git config --add remote.origin.fetch +refs/pull/146/head:refs/remotes/origin/PR-146 # timeout=10 [2020-09-02T21:47:56.385Z] > git config --add remote.origin.fetch +refs/heads/lftools:refs/remotes/origin/lftools # timeout=10 [2020-09-02T21:47:56.394Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-09-02T21:47:56.404Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-09-02T21:47:56.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T21:47:56.409Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/146/head:refs/remotes/origin/PR-146 +refs/heads/lftools:refs/remotes/origin/lftools # timeout=10 [2020-09-02T21:47:56.986Z] Merging remotes/origin/lftools commit 3dcff33bf83c5973e65aa9fbd30c44798bc4ed83 into PR head commit 077630f2270e1b1ff5e423db37e1004af1dbbe73 [2020-09-02T21:47:57.059Z] Merge succeeded, producing 077630f2270e1b1ff5e423db37e1004af1dbbe73 [2020-09-02T21:47:57.059Z] Checking out Revision 077630f2270e1b1ff5e423db37e1004af1dbbe73 (PR-146) [2020-09-02T21:47:57.615Z] Removing intermediate container d52de8e486a9 [2020-09-02T21:47:57.615Z] ---> 862063f07c33 [2020-09-02T21:47:57.615Z] Step 9/11 : COPY --from=mktempbuilder /usr/local/bin/mktemp /usr/local/bin/mktemp [2020-09-02T21:47:56.998Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T21:47:57.004Z] > git checkout -f 077630f2270e1b1ff5e423db37e1004af1dbbe73 # timeout=10 [2020-09-02T21:47:57.031Z] > git remote # timeout=10 [2020-09-02T21:47:57.038Z] > git config --get remote.origin.url # timeout=10 [2020-09-02T21:47:57.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T21:47:57.047Z] > git merge 3dcff33bf83c5973e65aa9fbd30c44798bc4ed83 # timeout=10 [2020-09-02T21:47:57.056Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-02T21:47:57.066Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T21:47:57.073Z] > git checkout -f 077630f2270e1b1ff5e423db37e1004af1dbbe73 # timeout=10 [2020-09-02T21:47:58.210Z] ---> aba74c91557d [2020-09-02T21:47:58.210Z] Step 10/11 : ENV SETUPTOOLS_USE_DISTUTILS="stdlib" [2020-09-02T21:47:58.210Z] ---> Running in 8a3b0f328253 [2020-09-02T21:47:58.805Z] Removing intermediate container 8a3b0f328253 [2020-09-02T21:47:58.805Z] ---> 3b968df0e6dd [2020-09-02T21:47:58.805Z] Step 11/11 : RUN apk add --update --no-cache build-base openssl-dev libxml2-dev libxslt-dev libffi-dev linux-headers xmlstarlet bash git util-linux sysstat && pip3 install --no-cache-dir --upgrade pip setuptools && pip3 install --no-cache-dir -I lftools[openstack]==0.31.1 && git clone https://github.com/lfit/releng-global-jjb.git global-jjb && cd global-jjb && git reset --hard ${GLOBAL_JJB_COMMIT} && apk del git build-base linux-headers [2020-09-02T21:47:58.805Z] ---> Running in 3cb80fd45b4e [2020-09-02T21:48:00.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-02T21:48:00.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-02T21:48:00.648Z] Commit message: "feat: replace BusyBox mktemp with GNU mktemp" [2020-09-02T21:48:00.786Z] (1/54) Installing bash (5.0.17-r0) [2020-09-02T21:48:00.786Z] Executing bash-5.0.17-r0.post-install [2020-09-02T21:48:00.786Z] (2/54) Installing libgcc (9.3.0-r2) [2020-09-02T21:48:00.786Z] (3/54) Installing libstdc++ (9.3.0-r2) [Pipeline] withEnv [2020-09-02T21:48:01.059Z] (4/54) Installing binutils (2.34-r1) [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-09-02T21:48:01.331Z] (5/54) Installing libmagic (5.38-r0) [2020-09-02T21:48:01.331Z] (6/54) Installing file (5.38-r0) [2020-09-02T21:48:01.331Z] (7/54) Installing gmp (6.2.0-r0) [2020-09-02T21:48:01.331Z] (8/54) Installing isl (0.18-r0) [2020-09-02T21:48:01.331Z] (9/54) Installing libgomp (9.3.0-r2) [2020-09-02T21:48:01.331Z] (10/54) Installing libatomic (9.3.0-r2) [2020-09-02T21:48:01.331Z] (11/54) Installing libgphobos (9.3.0-r2) [2020-09-02T21:48:01.331Z] (12/54) Installing mpfr4 (4.0.2-r4) [2020-09-02T21:48:01.331Z] (13/54) Installing mpc1 (1.1.0-r1) [Pipeline] configFileProvider [2020-09-02T21:48:01.381Z] provisioning config files... [2020-09-02T21:48:01.420Z] copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-146@tmp/config263397002084715678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-02T21:48:01.604Z] (14/54) Installing gcc (9.3.0-r2) [2020-09-02T21:48:02.145Z] ---> docker-login.sh [2020-09-02T21:48:02.145Z] nexus3.edgexfoundry.org:10001 [2020-09-02T21:48:02.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T21:48:02.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T21:48:02.408Z] Configure a credential helper to remove this warning. See [2020-09-02T21:48:02.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T21:48:02.408Z] [2020-09-02T21:48:02.408Z] Login Succeeded [2020-09-02T21:48:02.408Z] nexus3.edgexfoundry.org:10002 [2020-09-02T21:48:02.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T21:48:02.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T21:48:02.673Z] Configure a credential helper to remove this warning. See [2020-09-02T21:48:02.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T21:48:02.673Z] [2020-09-02T21:48:02.673Z] Login Succeeded [2020-09-02T21:48:02.673Z] nexus3.edgexfoundry.org:10003 [2020-09-02T21:48:02.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T21:48:02.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T21:48:02.938Z] Configure a credential helper to remove this warning. See [2020-09-02T21:48:02.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T21:48:02.938Z] [2020-09-02T21:48:02.938Z] Login Succeeded [2020-09-02T21:48:02.938Z] nexus3.edgexfoundry.org:10004 [2020-09-02T21:48:02.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T21:48:02.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T21:48:02.938Z] Configure a credential helper to remove this warning. See [2020-09-02T21:48:02.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T21:48:02.938Z] [2020-09-02T21:48:02.938Z] Login Succeeded [2020-09-02T21:48:02.938Z] docker.io [2020-09-02T21:48:03.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T21:48:03.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T21:48:03.461Z] Configure a credential helper to remove this warning. See [2020-09-02T21:48:03.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T21:48:03.461Z] [2020-09-02T21:48:03.461Z] Login Succeeded [2020-09-02T21:48:03.461Z] ---> docker-login.sh ends [Pipeline] } [2020-09-02T21:48:03.509Z] Deleting 1 temporary files [Pipeline] // configFileProvider [2020-09-02T21:48:03.571Z] (15/54) Installing musl-dev (1.1.24-r9) [2020-09-02T21:48:03.571Z] (16/54) Installing libc-dev (0.7.2-r3) [2020-09-02T21:48:03.571Z] (17/54) Installing g++ (9.3.0-r2) [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] sh [2020-09-02T21:48:04.086Z] + docker build -t edgex-lftools -f Dockerfile . [2020-09-02T21:48:04.086Z] Sending build context to Docker daemon 218.1kB [2020-09-02T21:48:04.086Z] Step 1/8 : FROM centos:7 [2020-09-02T21:48:04.660Z] 7: Pulling from library/centos [2020-09-02T21:48:04.660Z] 75f829a71a1c: Pulling fs layer [2020-09-02T21:48:04.999Z] (18/54) Installing make (4.3-r0) [2020-09-02T21:48:05.000Z] (19/54) Installing fortify-headers (1.1-r0) [2020-09-02T21:48:05.000Z] (20/54) Installing patch (2.7.6-r6) [2020-09-02T21:48:05.000Z] (21/54) Installing build-base (0.5-r2) [2020-09-02T21:48:05.000Z] (22/54) Installing nghttp2-libs (1.41.0-r0) [2020-09-02T21:48:05.000Z] (23/54) Installing libcurl (7.69.1-r0) [2020-09-02T21:48:05.000Z] (24/54) Installing pcre2 (10.35-r0) [2020-09-02T21:48:05.000Z] (25/54) Installing git (2.26.2-r0) [2020-09-02T21:48:05.591Z] (26/54) Installing linux-headers (5.4.5-r1) [2020-09-02T21:48:05.862Z] (27/54) Installing pkgconf (1.7.2-r0) [2020-09-02T21:48:05.862Z] (28/54) Installing libffi-dev (3.3-r2) [2020-09-02T21:48:05.862Z] (29/54) Installing zlib-dev (1.2.11-r3) [2020-09-02T21:48:05.862Z] (30/54) Installing xz-dev (5.2.5-r0) [2020-09-02T21:48:05.862Z] (31/54) Installing libxml2 (2.9.10-r4) [2020-09-02T21:48:06.048Z] 75f829a71a1c: Retrying in 5 seconds [2020-09-02T21:48:06.134Z] (32/54) Installing libxml2-dev (2.9.10-r4) [2020-09-02T21:48:06.134Z] (33/54) Installing libgpg-error (1.37-r0) [2020-09-02T21:48:06.134Z] (34/54) Installing libgcrypt (1.8.5-r0) [2020-09-02T21:48:06.404Z] (35/54) Installing libxslt (1.1.34-r0) [2020-09-02T21:48:06.404Z] (36/54) Installing libxslt-dev (1.1.34-r0) [2020-09-02T21:48:06.404Z] (37/54) Installing openssl-dev (1.1.1g-r0) [2020-09-02T21:48:06.404Z] (38/54) Installing sysstat (12.2.1-r0) [2020-09-02T21:48:06.404Z] (39/54) Installing libblkid (2.35.2-r0) [2020-09-02T21:48:06.404Z] (40/54) Installing blkid (2.35.2-r0) [2020-09-02T21:48:06.404Z] (41/54) Installing libcap-ng (0.7.10-r1) [2020-09-02T21:48:06.404Z] (42/54) Installing setpriv (2.35.2-r0) [2020-09-02T21:48:06.404Z] (43/54) Installing libmount (2.35.2-r0) [2020-09-02T21:48:06.405Z] (44/54) Installing libsmartcols (2.35.2-r0) [2020-09-02T21:48:06.675Z] (45/54) Installing findmnt (2.35.2-r0) [2020-09-02T21:48:06.675Z] (46/54) Installing mcookie (2.35.2-r0) [2020-09-02T21:48:06.675Z] (47/54) Installing hexdump (2.35.2-r0) [2020-09-02T21:48:06.675Z] (48/54) Installing lsblk (2.35.2-r0) [2020-09-02T21:48:06.675Z] (49/54) Installing libuuid (2.35.2-r0) [2020-09-02T21:48:06.675Z] (50/54) Installing libfdisk (2.35.2-r0) [2020-09-02T21:48:06.675Z] (51/54) Installing sfdisk (2.35.2-r0) [2020-09-02T21:48:06.675Z] (52/54) Installing cfdisk (2.35.2-r0) [2020-09-02T21:48:06.675Z] (53/54) Installing util-linux (2.35.2-r0) [2020-09-02T21:48:06.675Z] (54/54) Installing xmlstarlet (1.6.1-r0) [2020-09-02T21:48:06.947Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T21:48:06.947Z] OK: 242 MiB in 88 packages [2020-09-02T21:48:06.989Z] 75f829a71a1c: Retrying in 4 seconds [2020-09-02T21:48:07.931Z] 75f829a71a1c: Retrying in 3 seconds [2020-09-02T21:48:08.879Z] 75f829a71a1c: Retrying in 2 seconds [2020-09-02T21:48:09.821Z] 75f829a71a1c: Retrying in 1 second [2020-09-02T21:48:11.209Z] 75f829a71a1c: Verifying Checksum [2020-09-02T21:48:11.209Z] 75f829a71a1c: Download complete [2020-09-02T21:48:13.636Z] Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.2.2) [2020-09-02T21:48:15.439Z] 75f829a71a1c: Pull complete [2020-09-02T21:48:15.439Z] Digest: sha256:19a79828ca2e505eaee0ff38c2f3fd9901f4826737295157cc5212b7a372cd2b [2020-09-02T21:48:15.439Z] Status: Downloaded newer image for centos:7 [2020-09-02T21:48:15.439Z] ---> 7e6257c9f8d8 [2020-09-02T21:48:15.439Z] Step 2/8 : COPY ./fedora-infra-sigul.repo /etc/yum.repos.d/ [2020-09-02T21:48:18.003Z] ---> f96661fa2dc8 [2020-09-02T21:48:18.003Z] Step 3/8 : ENV LC_ALL=en_US.utf-8 LANG=en_US.utf-8 [2020-09-02T21:48:18.003Z] ---> Running in 505eef9730cc [2020-09-02T21:48:18.003Z] Removing intermediate container 505eef9730cc [2020-09-02T21:48:18.003Z] ---> 3c6feb92f6b2 [2020-09-02T21:48:18.003Z] Step 4/8 : RUN yum install -y libxml2 libxslt && curl -s https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/x/xmlstarlet-1.6.1-1.el7.x86_64.rpm -o /tmp/xmlstarlet-1.6.1-1.el7.x86_64.rpm && rpm -Uvh /tmp/xmlstarlet-1.6.1-1.el7.x86_64.rpm [2020-09-02T21:48:18.003Z] ---> Running in 74a7974011bb [2020-09-02T21:48:19.392Z] Loaded plugins: fastestmirror, ovl [2020-09-02T21:48:19.392Z] Determining fastest mirrors [2020-09-02T21:48:20.306Z] Collecting setuptools [2020-09-02T21:48:20.306Z] Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) [2020-09-02T21:48:20.576Z] Installing collected packages: setuptools [2020-09-02T21:48:20.576Z] Attempting uninstall: setuptools [2020-09-02T21:48:20.576Z] Found existing installation: setuptools 49.6.0 [2020-09-02T21:48:21.166Z] Uninstalling setuptools-49.6.0: [2020-09-02T21:48:21.320Z] * base: centos.mirror.globo.tech [2020-09-02T21:48:21.320Z] * extras: centos.mirror.ca.planethoster.net [2020-09-02T21:48:21.320Z] * updates: centos.mirror.ca.planethoster.net [2020-09-02T21:48:21.436Z] Successfully uninstalled setuptools-49.6.0 [2020-09-02T21:48:23.398Z] Successfully installed setuptools-50.0.3 [2020-09-02T21:48:24.624Z] Package libxml2-2.9.1-6.el7.4.x86_64 already installed and latest version [2020-09-02T21:48:24.624Z] Resolving Dependencies [2020-09-02T21:48:24.625Z] --> Running transaction check [2020-09-02T21:48:24.625Z] ---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed [2020-09-02T21:48:24.625Z] --> Finished Dependency Resolution [2020-09-02T21:48:24.625Z] [2020-09-02T21:48:24.625Z] Dependencies Resolved [2020-09-02T21:48:24.625Z] [2020-09-02T21:48:24.625Z] ================================================================================ [2020-09-02T21:48:24.625Z] Package Arch Version Repository Size [2020-09-02T21:48:24.625Z] ================================================================================ [2020-09-02T21:48:24.625Z] Installing: [2020-09-02T21:48:24.625Z] libxslt x86_64 1.1.28-5.el7 base 242 k [2020-09-02T21:48:24.625Z] [2020-09-02T21:48:24.625Z] Transaction Summary [2020-09-02T21:48:24.625Z] ================================================================================ [2020-09-02T21:48:24.625Z] Install 1 Package [2020-09-02T21:48:24.625Z] [2020-09-02T21:48:24.625Z] Total download size: 242 k [2020-09-02T21:48:24.625Z] Installed size: 486 k [2020-09-02T21:48:24.625Z] Downloading packages: [2020-09-02T21:48:24.625Z] warning: /var/cache/yum/x86_64/7/base/packages/libxslt-1.1.28-5.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY [2020-09-02T21:48:24.625Z] Public key for libxslt-1.1.28-5.el7.x86_64.rpm is not installed [2020-09-02T21:48:24.625Z] Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [2020-09-02T21:48:24.625Z] Importing GPG key 0xF4A80EB5: [2020-09-02T21:48:24.625Z] Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " [2020-09-02T21:48:24.625Z] Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 [2020-09-02T21:48:24.625Z] Package : centos-release-7-8.2003.0.el7.centos.x86_64 (@CentOS) [2020-09-02T21:48:24.625Z] From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [2020-09-02T21:48:24.625Z] Running transaction check [2020-09-02T21:48:24.625Z] Running transaction test [2020-09-02T21:48:24.625Z] Transaction test succeeded [2020-09-02T21:48:24.625Z] Running transaction [2020-09-02T21:48:26.537Z] Installing : libxslt-1.1.28-5.el7.x86_64 1/1 [2020-09-02T21:48:26.537Z] Verifying : libxslt-1.1.28-5.el7.x86_64 1/1 [2020-09-02T21:48:26.537Z] [2020-09-02T21:48:26.537Z] Installed: [2020-09-02T21:48:26.537Z] libxslt.x86_64 0:1.1.28-5.el7 [2020-09-02T21:48:26.537Z] [2020-09-02T21:48:26.537Z] Complete! [2020-09-02T21:48:26.773Z] Collecting lftools[openstack]==0.31.1 [2020-09-02T21:48:26.773Z] Downloading lftools-0.31.1-py2.py3-none-any.whl (127 kB) [2020-09-02T21:48:26.773Z] Collecting bs4 [2020-09-02T21:48:26.773Z] Downloading bs4-0.0.1.tar.gz (1.1 kB) [2020-09-02T21:48:26.798Z] warning: /tmp/xmlstarlet-1.6.1-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY [2020-09-02T21:48:26.798Z] Preparing... ######################################## [2020-09-02T21:48:26.798Z] Updating / installing... [2020-09-02T21:48:26.798Z] xmlstarlet-1.6.1-1.el7 ######################################## [2020-09-02T21:48:28.727Z] Removing intermediate container 74a7974011bb [2020-09-02T21:48:28.727Z] ---> 2e5c1eb44185 [2020-09-02T21:48:28.727Z] Step 5/8 : RUN yum install -y git python3 python3-devel make automake gcc kernel-devel sudo sigul && yum clean all && rm -rf /var/cache/yum && sed -i 's|/usr/bin/python|/usr/bin/python2|g' /usr/bin/yum && sed -i 's|/usr/bin/python|/usr/bin/python2|g' /usr/libexec/urlgrabber-ext-down && alternatives --install /usr/bin/python python /usr/bin/python3 60 && python --version [2020-09-02T21:48:28.727Z] ---> Running in 77811b58afd6 [2020-09-02T21:48:28.733Z] Collecting pyyaml [2020-09-02T21:48:28.733Z] Downloading PyYAML-5.3.1.tar.gz (269 kB) [2020-09-02T21:48:29.672Z] Loaded plugins: fastestmirror, ovl [2020-09-02T21:48:29.933Z] Loading mirror speeds from cached hostfile [2020-09-02T21:48:29.933Z] * base: centos.mirror.globo.tech [2020-09-02T21:48:29.933Z] * extras: centos.mirror.ca.planethoster.net [2020-09-02T21:48:29.933Z] * updates: centos.mirror.ca.planethoster.net [2020-09-02T21:48:30.879Z] Resolving Dependencies [2020-09-02T21:48:30.879Z] --> Running transaction check [2020-09-02T21:48:30.879Z] ---> Package automake.noarch 0:1.13.4-3.el7 will be installed [2020-09-02T21:48:30.879Z] --> Processing Dependency: perl >= 5.006 for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: autoconf >= 2.65 for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(warnings) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(vars) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(threads) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(strict) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(constant) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(POSIX) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(IO::File) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(Getopt::Long) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(File::stat) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(File::Spec) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(File::Path) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(File::Copy) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(File::Compare) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(File::Basename) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(Exporter) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(Errno) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(DynaLoader) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(Class::Struct) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(Carp) for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: /usr/bin/perl for package: automake-1.13.4-3.el7.noarch [2020-09-02T21:48:31.141Z] ---> Package gcc.x86_64 0:4.8.5-39.el7 will be installed [2020-09-02T21:48:31.141Z] --> Processing Dependency: libgomp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: cpp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-39.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-39.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-39.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-39.el7.x86_64 [2020-09-02T21:48:31.141Z] ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-23.el7_8.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64 [2020-09-02T21:48:31.141Z] ---> Package kernel-devel.x86_64 0:3.10.0-1127.19.1.el7 will be installed [2020-09-02T21:48:31.141Z] ---> Package make.x86_64 1:3.82-24.el7 will be installed [2020-09-02T21:48:31.141Z] ---> Package python3.x86_64 0:3.6.8-13.el7 will be installed [2020-09-02T21:48:31.141Z] --> Processing Dependency: python3-libs(x86-64) = 3.6.8-13.el7 for package: python3-3.6.8-13.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: python3-setuptools for package: python3-3.6.8-13.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: python3-pip for package: python3-3.6.8-13.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-13.el7.x86_64 [2020-09-02T21:48:31.141Z] ---> Package python3-devel.x86_64 0:3.6.8-13.el7 will be installed [2020-09-02T21:48:31.141Z] --> Processing Dependency: redhat-rpm-config for package: python3-devel-3.6.8-13.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: python3-rpm-macros for package: python3-devel-3.6.8-13.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: python3-rpm-generators for package: python3-devel-3.6.8-13.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: python-rpm-macros for package: python3-devel-3.6.8-13.el7.x86_64 [2020-09-02T21:48:31.141Z] ---> Package sigul.x86_64 0:0.207-1.el7 will be installed [2020-09-02T21:48:31.141Z] --> Processing Dependency: python-nss >= 0.11 for package: sigul-0.207-1.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: koji for package: sigul-0.207-1.el7.x86_64 [2020-09-02T21:48:31.141Z] --> Processing Dependency: logrotate for package: sigul-0.207-1.el7.x86_64 [2020-09-02T21:48:31.141Z] ---> Package sudo.x86_64 0:1.8.23-9.el7 will be installed [2020-09-02T21:48:31.141Z] --> Running transaction check [2020-09-02T21:48:31.141Z] ---> Package autoconf.noarch 0:2.69-11.el7 will be installed [2020-09-02T21:48:31.141Z] --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch [2020-09-02T21:48:31.141Z] --> Processing Dependency: perl(Text::ParseWords) for package: autoconf-2.69-11.el7.noarch [2020-09-02T21:48:31.142Z] --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch [2020-09-02T21:48:31.142Z] ---> Package cpp.x86_64 0:4.8.5-39.el7 will be installed [2020-09-02T21:48:31.142Z] ---> Package glibc-devel.x86_64 0:2.17-307.el7.1 will be installed [2020-09-02T21:48:31.142Z] --> Processing Dependency: glibc-headers = 2.17-307.el7.1 for package: glibc-devel-2.17-307.el7.1.x86_64 [2020-09-02T21:48:31.142Z] --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-307.el7.1.x86_64 [2020-09-02T21:48:31.142Z] ---> Package koji.noarch 0:1.15.1-1.el7.centos will be installed [2020-09-02T21:48:31.142Z] --> Processing Dependency: python2-koji = 1.15.1-1.el7.centos for package: koji-1.15.1-1.el7.centos.noarch [2020-09-02T21:48:31.142Z] --> Processing Dependency: python-libcomps for package: koji-1.15.1-1.el7.centos.noarch [2020-09-02T21:48:31.142Z] ---> Package less.x86_64 0:458-9.el7 will be installed [2020-09-02T21:48:31.142Z] --> Processing Dependency: groff-base for package: less-458-9.el7.x86_64 [2020-09-02T21:48:31.142Z] ---> Package libgomp.x86_64 0:4.8.5-39.el7 will be installed [2020-09-02T21:48:31.142Z] ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed [2020-09-02T21:48:31.142Z] ---> Package logrotate.x86_64 0:3.8.6-19.el7 will be installed [2020-09-02T21:48:31.142Z] ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed [2020-09-02T21:48:31.142Z] ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed [2020-09-02T21:48:31.142Z] --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64 [2020-09-02T21:48:31.142Z] --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64 [2020-09-02T21:48:31.142Z] --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 [2020-09-02T21:48:31.142Z] --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 [2020-09-02T21:48:31.142Z] ---> Package perl.x86_64 4:5.16.3-295.el7 will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl-libs = 4:5.16.3-295.el7 for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-295.el7.x86_64 [2020-09-02T21:48:31.403Z] ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch [2020-09-02T21:48:31.403Z] ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package python-nss.x86_64 0:0.16.0-3.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package python-rpm-macros.noarch 0:3-32.el7 will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: python-srpm-macros for package: python-rpm-macros-3-32.el7.noarch [2020-09-02T21:48:31.403Z] ---> Package python3-libs.x86_64 0:3.6.8-13.el7 will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: libtirpc.so.1()(64bit) for package: python3-libs-3.6.8-13.el7.x86_64 [2020-09-02T21:48:31.403Z] ---> Package python3-pip.noarch 0:9.0.3-7.el7_7 will be installed [2020-09-02T21:48:31.403Z] ---> Package python3-rpm-generators.noarch 0:6-2.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package python3-rpm-macros.noarch 0:3-32.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch [2020-09-02T21:48:31.403Z] --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch [2020-09-02T21:48:31.403Z] ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed [2020-09-02T21:48:31.403Z] --> Running transaction check [2020-09-02T21:48:31.403Z] ---> Package dwz.x86_64 0:0.11-3.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64 [2020-09-02T21:48:31.403Z] ---> Package glibc-headers.x86_64 0:2.17-307.el7.1 will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-307.el7.1.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-307.el7.1.x86_64 [2020-09-02T21:48:31.403Z] ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package libtirpc.x86_64 0:0.2.4-0.16.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch [2020-09-02T21:48:31.403Z] ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch [2020-09-02T21:48:31.403Z] ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-libs.x86_64 4:5.16.3-295.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-macros.x86_64 4:5.16.3-295.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package python-srpm-macros.noarch 0:3-32.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package python2-koji.noarch 0:1.15.1-1.el7.centos will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: python-krbV >= 1.0.13 for package: python2-koji-1.15.1-1.el7.centos.noarch [2020-09-02T21:48:31.403Z] --> Processing Dependency: python-six for package: python2-koji-1.15.1-1.el7.centos.noarch [2020-09-02T21:48:31.403Z] --> Processing Dependency: python-requests-kerberos for package: python2-koji-1.15.1-1.el7.centos.noarch [2020-09-02T21:48:31.403Z] --> Processing Dependency: python-requests for package: python2-koji-1.15.1-1.el7.centos.noarch [2020-09-02T21:48:31.403Z] --> Processing Dependency: python-dateutil for package: python2-koji-1.15.1-1.el7.centos.noarch [2020-09-02T21:48:31.403Z] --> Processing Dependency: pyOpenSSL for package: python2-koji-1.15.1-1.el7.centos.noarch [2020-09-02T21:48:31.403Z] ---> Package python2-libcomps.x86_64 0:0.1.8-14.el7 will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: libcomps(x86-64) = 0.1.8-14.el7 for package: python2-libcomps-0.1.8-14.el7.x86_64 [2020-09-02T21:48:31.403Z] --> Processing Dependency: libcomps.so.0.1.6()(64bit) for package: python2-libcomps-0.1.8-14.el7.x86_64 [2020-09-02T21:48:31.403Z] ---> Package zip.x86_64 0:3.0-11.el7 will be installed [2020-09-02T21:48:31.403Z] --> Running transaction check [2020-09-02T21:48:31.403Z] ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package kernel-headers.x86_64 0:3.10.0-1127.19.1.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package libcomps.x86_64 0:0.1.8-14.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Pod-Escapes.noarch 1:1.04-295.el7 will be installed [2020-09-02T21:48:31.403Z] ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch [2020-09-02T21:48:31.403Z] --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch [2020-09-02T21:48:31.404Z] ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed [2020-09-02T21:48:31.404Z] ---> Package pyOpenSSL.x86_64 0:0.13.1-4.el7 will be installed [2020-09-02T21:48:31.404Z] ---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed [2020-09-02T21:48:31.404Z] ---> Package python-krbV.x86_64 0:1.0.90-8.el7 will be installed [2020-09-02T21:48:31.404Z] ---> Package python-requests.noarch 0:2.6.0-9.el7_8 will be installed [2020-09-02T21:48:31.404Z] --> Processing Dependency: python-urllib3 >= 1.10.2-1 for package: python-requests-2.6.0-9.el7_8.noarch [2020-09-02T21:48:31.404Z] ---> Package python-requests-kerberos.noarch 0:0.7.0-2.el7 will be installed [2020-09-02T21:48:31.404Z] --> Processing Dependency: python-kerberos for package: python-requests-kerberos-0.7.0-2.el7.noarch [2020-09-02T21:48:31.404Z] ---> Package python-six.noarch 0:1.9.0-2.el7 will be installed [2020-09-02T21:48:31.404Z] --> Running transaction check [2020-09-02T21:48:31.404Z] ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed [2020-09-02T21:48:31.404Z] ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed [2020-09-02T21:48:31.404Z] ---> Package python-kerberos.x86_64 0:1.1-15.el7 will be installed [2020-09-02T21:48:31.404Z] ---> Package python-urllib3.noarch 0:1.10.2-7.el7 will be installed [2020-09-02T21:48:31.404Z] --> Processing Dependency: python-ipaddress for package: python-urllib3-1.10.2-7.el7.noarch [2020-09-02T21:48:31.404Z] --> Processing Dependency: python-backports-ssl_match_hostname for package: python-urllib3-1.10.2-7.el7.noarch [2020-09-02T21:48:31.404Z] --> Running transaction check [2020-09-02T21:48:31.404Z] ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed [2020-09-02T21:48:31.404Z] --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch [2020-09-02T21:48:31.404Z] ---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed [2020-09-02T21:48:31.404Z] --> Running transaction check [2020-09-02T21:48:31.404Z] ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed [2020-09-02T21:48:31.404Z] --> Finished Dependency Resolution [2020-09-02T21:48:31.667Z] [2020-09-02T21:48:31.667Z] Dependencies Resolved [2020-09-02T21:48:31.667Z] [2020-09-02T21:48:31.667Z] ================================================================================ [2020-09-02T21:48:31.667Z] Package Arch Version Repository Size [2020-09-02T21:48:31.667Z] ================================================================================ [2020-09-02T21:48:31.667Z] Installing: [2020-09-02T21:48:31.667Z] automake noarch 1.13.4-3.el7 base 679 k [2020-09-02T21:48:31.667Z] gcc x86_64 4.8.5-39.el7 base 16 M [2020-09-02T21:48:31.667Z] git x86_64 1.8.3.1-23.el7_8 updates 4.4 M [2020-09-02T21:48:31.667Z] kernel-devel x86_64 3.10.0-1127.19.1.el7 updates 18 M [2020-09-02T21:48:31.667Z] make x86_64 1:3.82-24.el7 base 421 k [2020-09-02T21:48:31.667Z] python3 x86_64 3.6.8-13.el7 base 69 k [2020-09-02T21:48:31.667Z] python3-devel x86_64 3.6.8-13.el7 base 215 k [2020-09-02T21:48:31.667Z] sigul x86_64 0.207-1.el7 fedora-infra-sigul 100 k [2020-09-02T21:48:31.667Z] sudo x86_64 1.8.23-9.el7 base 842 k [2020-09-02T21:48:31.667Z] Installing for dependencies: [2020-09-02T21:48:31.667Z] autoconf noarch 2.69-11.el7 base 701 k [2020-09-02T21:48:31.667Z] cpp x86_64 4.8.5-39.el7 base 5.9 M [2020-09-02T21:48:31.667Z] dwz x86_64 0.11-3.el7 base 99 k [2020-09-02T21:48:31.667Z] fipscheck x86_64 1.4.1-6.el7 base 21 k [2020-09-02T21:48:31.667Z] fipscheck-lib x86_64 1.4.1-6.el7 base 11 k [2020-09-02T21:48:31.667Z] glibc-devel x86_64 2.17-307.el7.1 base 1.1 M [2020-09-02T21:48:31.667Z] glibc-headers x86_64 2.17-307.el7.1 base 689 k [2020-09-02T21:48:31.667Z] groff-base x86_64 1.22.2-8.el7 base 942 k [2020-09-02T21:48:31.667Z] kernel-headers x86_64 3.10.0-1127.19.1.el7 updates 9.0 M [2020-09-02T21:48:31.667Z] koji noarch 1.15.1-1.el7.centos extras 115 k [2020-09-02T21:48:31.667Z] less x86_64 458-9.el7 base 120 k [2020-09-02T21:48:31.667Z] libcomps x86_64 0.1.8-14.el7 extras 75 k [2020-09-02T21:48:31.667Z] libedit x86_64 3.0-12.20121213cvs.el7 [2020-09-02T21:48:31.667Z] base 92 k [2020-09-02T21:48:31.667Z] libgomp x86_64 4.8.5-39.el7 base 158 k [2020-09-02T21:48:31.667Z] libmpc x86_64 1.0.1-3.el7 base 51 k [2020-09-02T21:48:31.667Z] libtirpc x86_64 0.2.4-0.16.el7 base 89 k [2020-09-02T21:48:31.667Z] logrotate x86_64 3.8.6-19.el7 base 70 k [2020-09-02T21:48:31.667Z] m4 x86_64 1.4.16-10.el7 base 256 k [2020-09-02T21:48:31.667Z] mpfr x86_64 3.1.1-4.el7 base 203 k [2020-09-02T21:48:31.667Z] openssh x86_64 7.4p1-21.el7 base 510 k [2020-09-02T21:48:31.667Z] openssh-clients x86_64 7.4p1-21.el7 base 655 k [2020-09-02T21:48:31.667Z] perl x86_64 4:5.16.3-295.el7 base 8.0 M [2020-09-02T21:48:31.667Z] perl-Carp noarch 1.26-244.el7 base 19 k [2020-09-02T21:48:31.667Z] perl-Data-Dumper x86_64 2.145-3.el7 base 47 k [2020-09-02T21:48:31.667Z] perl-Encode x86_64 2.51-7.el7 base 1.5 M [2020-09-02T21:48:31.667Z] perl-Error noarch 1:0.17020-2.el7 base 32 k [2020-09-02T21:48:31.667Z] perl-Exporter noarch 5.68-3.el7 base 28 k [2020-09-02T21:48:31.667Z] perl-File-Path noarch 2.09-2.el7 base 26 k [2020-09-02T21:48:31.667Z] perl-File-Temp noarch 0.23.01-3.el7 base 56 k [2020-09-02T21:48:31.667Z] perl-Filter x86_64 1.49-3.el7 base 76 k [2020-09-02T21:48:31.667Z] perl-Getopt-Long noarch 2.40-3.el7 base 56 k [2020-09-02T21:48:31.667Z] perl-Git noarch 1.8.3.1-23.el7_8 updates 56 k [2020-09-02T21:48:31.667Z] perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k [2020-09-02T21:48:31.667Z] perl-PathTools x86_64 3.40-5.el7 base 82 k [2020-09-02T21:48:31.667Z] perl-Pod-Escapes noarch 1:1.04-295.el7 base 51 k [2020-09-02T21:48:31.667Z] perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k [2020-09-02T21:48:31.667Z] perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k [2020-09-02T21:48:31.667Z] perl-Pod-Usage noarch 1.63-3.el7 base 27 k [2020-09-02T21:48:31.667Z] perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k [2020-09-02T21:48:31.667Z] perl-Socket x86_64 2.010-5.el7 base 49 k [2020-09-02T21:48:31.667Z] perl-Storable x86_64 2.45-3.el7 base 77 k [2020-09-02T21:48:31.667Z] perl-TermReadKey x86_64 2.30-20.el7 base 31 k [2020-09-02T21:48:31.667Z] perl-Test-Harness noarch 3.28-3.el7 base 302 k [2020-09-02T21:48:31.667Z] perl-Text-ParseWords noarch 3.29-4.el7 base 14 k [2020-09-02T21:48:31.667Z] perl-Thread-Queue noarch 3.02-2.el7 base 17 k [2020-09-02T21:48:31.667Z] perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k [2020-09-02T21:48:31.667Z] perl-Time-Local noarch 1.2300-2.el7 base 24 k [2020-09-02T21:48:31.667Z] perl-constant noarch 1.27-2.el7 base 19 k [2020-09-02T21:48:31.667Z] perl-libs x86_64 4:5.16.3-295.el7 base 689 k [2020-09-02T21:48:31.667Z] perl-macros x86_64 4:5.16.3-295.el7 base 44 k [2020-09-02T21:48:31.667Z] perl-parent noarch 1:0.225-244.el7 base 12 k [2020-09-02T21:48:31.667Z] perl-podlators noarch 2.5.1-3.el7 base 112 k [2020-09-02T21:48:31.667Z] perl-srpm-macros noarch 1-8.el7 base 4.6 k [2020-09-02T21:48:31.667Z] perl-threads x86_64 1.87-4.el7 base 49 k [2020-09-02T21:48:31.667Z] perl-threads-shared x86_64 1.43-6.el7 base 39 k [2020-09-02T21:48:31.667Z] pyOpenSSL x86_64 0.13.1-4.el7 base 135 k [2020-09-02T21:48:31.667Z] python-backports x86_64 1.0-8.el7 base 5.8 k [2020-09-02T21:48:31.667Z] python-backports-ssl_match_hostname [2020-09-02T21:48:31.667Z] noarch 3.5.0.1-1.el7 base 13 k [2020-09-02T21:48:31.667Z] python-dateutil noarch 1.5-7.el7 base 85 k [2020-09-02T21:48:31.667Z] python-ipaddress noarch 1.0.16-2.el7 base 34 k [2020-09-02T21:48:31.667Z] python-kerberos x86_64 1.1-15.el7 base 25 k [2020-09-02T21:48:31.667Z] python-krbV x86_64 1.0.90-8.el7 base 54 k [2020-09-02T21:48:31.667Z] python-nss x86_64 0.16.0-3.el7 base 266 k [2020-09-02T21:48:31.667Z] python-requests noarch 2.6.0-9.el7_8 updates 94 k [2020-09-02T21:48:31.667Z] python-requests-kerberos noarch 0.7.0-2.el7 extras 17 k [2020-09-02T21:48:31.667Z] python-rpm-macros noarch 3-32.el7 base 8.8 k [2020-09-02T21:48:31.667Z] python-six noarch 1.9.0-2.el7 base 29 k [2020-09-02T21:48:31.667Z] python-srpm-macros noarch 3-32.el7 base 8.4 k [2020-09-02T21:48:31.667Z] python-urllib3 noarch 1.10.2-7.el7 base 103 k [2020-09-02T21:48:31.667Z] python2-koji noarch 1.15.1-1.el7.centos extras 291 k [2020-09-02T21:48:31.667Z] python2-libcomps x86_64 0.1.8-14.el7 extras 47 k [2020-09-02T21:48:31.667Z] python3-libs x86_64 3.6.8-13.el7 base 7.0 M [2020-09-02T21:48:31.667Z] python3-pip noarch 9.0.3-7.el7_7 updates 1.8 M [2020-09-02T21:48:31.667Z] python3-rpm-generators noarch 6-2.el7 base 20 k [2020-09-02T21:48:31.667Z] python3-rpm-macros noarch 3-32.el7 base 7.7 k [2020-09-02T21:48:31.667Z] python3-setuptools noarch 39.2.0-10.el7 base 629 k [2020-09-02T21:48:31.667Z] redhat-rpm-config noarch 9.1.0-88.el7.centos base 81 k [2020-09-02T21:48:31.667Z] rsync x86_64 3.1.2-10.el7 base 404 k [2020-09-02T21:48:31.667Z] zip x86_64 3.0-11.el7 base 260 k [2020-09-02T21:48:31.667Z] [2020-09-02T21:48:31.667Z] Transaction Summary [2020-09-02T21:48:31.667Z] ================================================================================ [2020-09-02T21:48:31.667Z] Install 9 Packages (+79 Dependent packages) [2020-09-02T21:48:31.667Z] [2020-09-02T21:48:31.667Z] Total download size: 85 M [2020-09-02T21:48:31.667Z] Installed size: 231 M [2020-09-02T21:48:31.667Z] Downloading packages: [2020-09-02T21:48:31.667Z] Delta RPMs disabled because /usr/bin/applydeltarpm not installed. [2020-09-02T21:48:32.115Z] Collecting requests [2020-09-02T21:48:32.115Z] Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) [2020-09-02T21:48:32.115Z] Collecting six [2020-09-02T21:48:32.115Z] Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) [2020-09-02T21:48:32.115Z] Collecting httplib2 [2020-09-02T21:48:32.115Z] Downloading httplib2-0.18.1-py3-none-any.whl (95 kB) [2020-09-02T21:48:32.384Z] Collecting pygithub [2020-09-02T21:48:32.384Z] Downloading PyGithub-1.53-py3-none-any.whl (274 kB) [2020-09-02T21:48:32.655Z] Collecting python-jenkins [2020-09-02T21:48:32.655Z] Downloading python_jenkins-1.7.0-py3-none-any.whl (27 kB) [2020-09-02T21:48:33.598Z] warning: /var/cache/yum/x86_64/7/fedora-infra-sigul/packages/sigul-0.207-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 47dd8ef9: NOKEY [2020-09-02T21:48:33.598Z] Public key for sigul-0.207-1.el7.x86_64.rpm is not installed [2020-09-02T21:48:33.598Z] -------------------------------------------------------------------------------- [2020-09-02T21:48:33.598Z] Total 41 MB/s | 85 MB 00:02 [2020-09-02T21:48:33.860Z] Retrieving key from https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS [2020-09-02T21:48:34.135Z] Importing GPG key 0x47DD8EF9: [2020-09-02T21:48:34.135Z] Userid : "Fedora Infrastructure (infrastructure) " [2020-09-02T21:48:34.135Z] Fingerprint: 1d69 8e02 822f 64ca 1acb 9a32 8059 815e 47dd 8ef9 [2020-09-02T21:48:34.135Z] From : https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS [2020-09-02T21:48:34.135Z] Running transaction check [2020-09-02T21:48:34.396Z] Running transaction test [2020-09-02T21:48:35.339Z] Transaction test succeeded [2020-09-02T21:48:35.339Z] Running transaction [2020-09-02T21:48:36.044Z] Collecting setuptools>=36.5.0 [2020-09-02T21:48:36.044Z] Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) [2020-09-02T21:48:36.284Z] Installing : fipscheck-1.4.1-6.el7.x86_64 1/88 [2020-09-02T21:48:36.313Z] Collecting tabulate [2020-09-02T21:48:36.313Z] Downloading tabulate-0.8.7-py3-none-any.whl (24 kB) [2020-09-02T21:48:36.313Z] Collecting email-validator [2020-09-02T21:48:36.313Z] Downloading email_validator-1.1.1-py2.py3-none-any.whl (17 kB) [2020-09-02T21:48:38.197Z] Installing : fipscheck-lib-1.4.1-6.el7.x86_64 2/88 [2020-09-02T21:48:39.581Z] Installing : mpfr-3.1.1-4.el7.x86_64 3/88 [2020-09-02T21:48:40.594Z] Collecting ruamel.yaml [2020-09-02T21:48:40.594Z] Downloading ruamel.yaml-0.16.10-py2.py3-none-any.whl (111 kB) [2020-09-02T21:48:40.866Z] Collecting oauth2client [2020-09-02T21:48:40.866Z] Downloading oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) [2020-09-02T21:48:40.866Z] Collecting defusedxml [2020-09-02T21:48:40.866Z] Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) [2020-09-02T21:48:41.455Z] Collecting docker [2020-09-02T21:48:41.455Z] Downloading docker-4.3.1-py2.py3-none-any.whl (145 kB) [2020-09-02T21:48:41.590Z] Installing : libmpc-1.0.1-3.el7.x86_64 4/88 [2020-09-02T21:48:41.590Z] Installing : python-six-1.9.0-2.el7.noarch 5/88 [2020-09-02T21:48:41.590Z] Installing : python-srpm-macros-3-32.el7.noarch 6/88 [2020-09-02T21:48:41.726Z] Collecting click [2020-09-02T21:48:41.851Z] Installing : python-ipaddress-1.0.16-2.el7.noarch 7/88 [2020-09-02T21:48:41.996Z] Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) [2020-09-02T21:48:41.996Z] Collecting xdg==3.0.2 [2020-09-02T21:48:41.996Z] Downloading xdg-3.0.2-py2.py3-none-any.whl (5.0 kB) [2020-09-02T21:48:41.996Z] Collecting pygerrit2 [2020-09-02T21:48:41.996Z] Downloading pygerrit2-2.0.13.tar.gz (29 kB) [2020-09-02T21:48:42.119Z] Installing : groff-base-1.22.2-8.el7.x86_64 8/88 [2020-09-02T21:48:42.119Z] Installing : less-458-9.el7.x86_64 9/88 [2020-09-02T21:48:42.119Z] Installing : 1:perl-parent-0.225-244.el7.noarch 10/88 [2020-09-02T21:48:42.380Z] Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 11/88 [2020-09-02T21:48:42.380Z] Installing : perl-podlators-2.5.1-3.el7.noarch 12/88 [2020-09-02T21:48:42.644Z] Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 13/88 [2020-09-02T21:48:42.644Z] Installing : 1:perl-Pod-Escapes-1.04-295.el7.noarch 14/88 [2020-09-02T21:48:43.219Z] Installing : perl-Text-ParseWords-3.29-4.el7.noarch 15/88 [2020-09-02T21:48:43.219Z] Installing : perl-Encode-2.51-7.el7.x86_64 16/88 [2020-09-02T21:48:43.219Z] Installing : perl-Pod-Usage-1.63-3.el7.noarch 17/88 [2020-09-02T21:48:45.136Z] Installing : 4:perl-libs-5.16.3-295.el7.x86_64 18/88 [2020-09-02T21:48:45.136Z] Installing : 4:perl-macros-5.16.3-295.el7.x86_64 19/88 [2020-09-02T21:48:45.397Z] Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 20/88 [2020-09-02T21:48:45.398Z] Installing : perl-threads-1.87-4.el7.x86_64 21/88 [2020-09-02T21:48:45.398Z] Installing : perl-Storable-2.45-3.el7.x86_64 22/88 [2020-09-02T21:48:45.659Z] Installing : perl-Carp-1.26-244.el7.noarch 23/88 [2020-09-02T21:48:45.659Z] Installing : perl-Filter-1.49-3.el7.x86_64 24/88 [2020-09-02T21:48:45.922Z] Installing : perl-Exporter-5.68-3.el7.noarch 25/88 [2020-09-02T21:48:45.922Z] Installing : perl-constant-1.27-2.el7.noarch 26/88 [2020-09-02T21:48:46.183Z] Installing : perl-Socket-2.010-5.el7.x86_64 27/88 [2020-09-02T21:48:46.183Z] Installing : perl-Time-Local-1.2300-2.el7.noarch 28/88 [2020-09-02T21:48:46.183Z] Installing : perl-threads-shared-1.43-6.el7.x86_64 29/88 [2020-09-02T21:48:46.452Z] Installing : perl-File-Temp-0.23.01-3.el7.noarch 30/88 [2020-09-02T21:48:46.452Z] Installing : perl-File-Path-2.09-2.el7.noarch 31/88 [2020-09-02T21:48:46.716Z] Installing : perl-PathTools-3.40-5.el7.x86_64 32/88 [2020-09-02T21:48:46.716Z] Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 33/88 [2020-09-02T21:48:46.978Z] Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 34/88 [2020-09-02T21:48:48.363Z] Installing : perl-Getopt-Long-2.40-3.el7.noarch 35/88 [2020-09-02T21:48:48.624Z] Installing : 4:perl-5.16.3-295.el7.x86_64 36/88 [2020-09-02T21:48:48.624Z] Installing : 1:perl-Error-0.17020-2.el7.noarch 37/88 [2020-09-02T21:48:48.624Z] Installing : perl-TermReadKey-2.30-20.el7.x86_64 38/88 [2020-09-02T21:48:48.687Z] Collecting tqdm [2020-09-02T21:48:48.687Z] Downloading tqdm-4.48.2-py2.py3-none-any.whl (68 kB) [2020-09-02T21:48:48.885Z] Installing : perl-Data-Dumper-2.145-3.el7.x86_64 39/88 [2020-09-02T21:48:49.147Z] Installing : perl-Test-Harness-3.28-3.el7.noarch 40/88 [2020-09-02T21:48:49.148Z] Installing : perl-Thread-Queue-3.02-2.el7.noarch 41/88 [2020-09-02T21:48:50.090Z] Installing : python-rpm-macros-3-32.el7.noarch 42/88 [2020-09-02T21:48:50.120Z] Collecting lxml [2020-09-02T21:48:50.120Z] Downloading lxml-4.5.2.tar.gz (4.5 MB) [2020-09-02T21:48:53.393Z] Installing : cpp-4.8.5-39.el7.x86_64 43/88 [2020-09-02T21:48:53.393Z] Installing : openssh-7.4p1-21.el7.x86_64 44/88 [2020-09-02T21:48:53.653Z] Installing : zip-3.0-11.el7.x86_64 45/88 [2020-09-02T21:48:53.654Z] Installing : python-krbV-1.0.90-8.el7.x86_64 46/88 [2020-09-02T21:48:56.201Z] Installing : libtirpc-0.2.4-0.16.el7.x86_64 47/88 [2020-09-02T21:48:58.360Z] Collecting jsonschema [2020-09-02T21:48:58.360Z] Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) [2020-09-02T21:48:58.360Z] Collecting shade~=1.27.1; extra == "openstack" [2020-09-02T21:48:58.360Z] Downloading shade-1.27.2-py2.py3-none-any.whl (371 kB) [2020-09-02T21:48:58.360Z] Collecting beautifulsoup4 [2020-09-02T21:48:58.360Z] Downloading beautifulsoup4-4.9.1-py3-none-any.whl (115 kB) [2020-09-02T21:48:58.360Z] Collecting certifi>=2017.4.17 [2020-09-02T21:48:58.360Z] Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) [2020-09-02T21:48:58.360Z] Collecting chardet<4,>=3.0.2 [2020-09-02T21:48:58.360Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2020-09-02T21:48:58.744Z] Installing : python3-pip-9.0.3-7.el7_7.noarch 48/88 [2020-09-02T21:48:58.744Z] Installing : python3-libs-3.6.8-13.el7.x86_64 49/88 [2020-09-02T21:48:58.952Z] Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 [2020-09-02T21:48:58.952Z] Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB) [2020-09-02T21:48:59.004Z] Installing : python3-3.6.8-13.el7.x86_64 50/88 [2020-09-02T21:48:59.004Z] Installing : python3-setuptools-39.2.0-10.el7.noarch 51/88 [2020-09-02T21:48:59.220Z] Collecting idna<3,>=2.5 [2020-09-02T21:48:59.220Z] Downloading idna-2.10-py2.py3-none-any.whl (58 kB) [2020-09-02T21:48:59.263Z] Installing : python3-rpm-generators-6-2.el7.noarch 52/88 [2020-09-02T21:48:59.490Z] Collecting pyjwt [2020-09-02T21:48:59.490Z] Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) [2020-09-02T21:48:59.759Z] Collecting deprecated [2020-09-02T21:48:59.759Z] Downloading Deprecated-1.2.10-py2.py3-none-any.whl (8.7 kB) [2020-09-02T21:49:00.348Z] Collecting pbr>=0.8.2 [2020-09-02T21:49:00.348Z] Downloading pbr-5.5.0-py2.py3-none-any.whl (106 kB) [2020-09-02T21:49:00.348Z] Collecting multi-key-dict [2020-09-02T21:49:00.348Z] Downloading multi_key_dict-2.0.3.tar.gz (8.4 kB) [2020-09-02T21:49:01.176Z] Installing : dwz-0.11-3.el7.x86_64 53/88 [2020-09-02T21:49:01.176Z] Installing : logrotate-3.8.6-19.el7.x86_64 54/88 [2020-09-02T21:49:01.176Z] Installing : pyOpenSSL-0.13.1-4.el7.x86_64 55/88 [2020-09-02T21:49:01.773Z] Collecting dnspython>=1.15.0 [2020-09-02T21:49:01.774Z] Downloading dnspython-2.0.0-py3-none-any.whl (208 kB) [2020-09-02T21:49:02.042Z] Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9" [2020-09-02T21:49:02.042Z] Downloading ruamel.yaml.clib-0.2.0.tar.gz (178 kB) [2020-09-02T21:49:03.089Z] Installing : libcomps-0.1.8-14.el7.x86_64 56/88 [2020-09-02T21:49:03.089Z] Installing : python2-libcomps-0.1.8-14.el7.x86_64 57/88 [2020-09-02T21:49:04.474Z] Installing : libgomp-4.8.5-39.el7.x86_64 58/88 [2020-09-02T21:49:04.647Z] Collecting pyasn1-modules>=0.0.5 [2020-09-02T21:49:04.647Z] Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) [2020-09-02T21:49:04.647Z] Collecting rsa>=3.1.4 [2020-09-02T21:49:04.647Z] Downloading rsa-4.6-py3-none-any.whl (47 kB) [2020-09-02T21:49:04.736Z] Installing : python3-rpm-macros-3-32.el7.noarch 59/88 [2020-09-02T21:49:04.736Z] Installing : python-dateutil-1.5-7.el7.noarch 60/88 [2020-09-02T21:49:05.238Z] Collecting pyasn1>=0.1.7 [2020-09-02T21:49:05.238Z] Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) [2020-09-02T21:49:05.508Z] Collecting websocket-client>=0.32.0 [2020-09-02T21:49:05.508Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-02T21:49:06.097Z] Collecting importlib-metadata; python_version < "3.8" [2020-09-02T21:49:06.097Z] Downloading importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB) [2020-09-02T21:49:06.097Z] Collecting pyrsistent>=0.14.0 [2020-09-02T21:49:06.097Z] Downloading pyrsistent-0.16.0.tar.gz (108 kB) [2020-09-02T21:49:08.039Z] Installing : m4-1.4.16-10.el7.x86_64 61/88 [2020-09-02T21:49:08.058Z] Collecting attrs>=17.4.0 [2020-09-02T21:49:08.058Z] Downloading attrs-20.1.0-py2.py3-none-any.whl (49 kB) [2020-09-02T21:49:08.645Z] Collecting openstacksdk>=0.9.19 [2020-09-02T21:49:08.645Z] Downloading openstacksdk-0.48.0-py3-none-any.whl (1.3 MB) [2020-09-02T21:49:09.611Z] Collecting os-client-config>=1.28.0 [2020-09-02T21:49:09.611Z] Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) [2020-09-02T21:49:09.883Z] Collecting soupsieve>1.2 [2020-09-02T21:49:09.883Z] Downloading soupsieve-2.0.1-py3-none-any.whl (32 kB) [2020-09-02T21:49:09.951Z] Installing : autoconf-2.69-11.el7.noarch 62/88 [2020-09-02T21:49:09.951Z] install-info: No such file or directory for /usr/share/info/autoconf.info [2020-09-02T21:49:09.951Z] Installing : perl-srpm-macros-1-8.el7.noarch 63/88 [2020-09-02T21:49:09.951Z] Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 64/88 [2020-09-02T21:49:10.153Z] Collecting wrapt<2,>=1.10 [2020-09-02T21:49:10.153Z] Downloading wrapt-1.12.1.tar.gz (27 kB) [2020-09-02T21:49:11.577Z] Collecting zipp>=0.5 [2020-09-02T21:49:11.577Z] Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) [2020-09-02T21:49:11.846Z] Collecting jsonpatch!=1.20,>=1.16 [2020-09-02T21:49:11.846Z] Downloading jsonpatch-1.26-py2.py3-none-any.whl (11 kB) [2020-09-02T21:49:11.846Z] Collecting iso8601>=0.1.11 [2020-09-02T21:49:11.846Z] Downloading iso8601-0.1.12-py2.py3-none-any.whl (12 kB) [2020-09-02T21:49:12.116Z] Collecting os-service-types>=1.7.0 [2020-09-02T21:49:12.116Z] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [2020-09-02T21:49:12.116Z] Collecting requestsexceptions>=1.2.0 [2020-09-02T21:49:12.386Z] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [2020-09-02T21:49:12.386Z] Collecting jmespath>=0.9.0 [2020-09-02T21:49:12.386Z] Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) [2020-09-02T21:49:12.980Z] Collecting keystoneauth1>=3.18.0 [2020-09-02T21:49:12.980Z] Downloading keystoneauth1-4.2.1-py3-none-any.whl (308 kB) [2020-09-02T21:49:13.251Z] Collecting appdirs>=1.3.0 [2020-09-02T21:49:13.251Z] Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) [2020-09-02T21:49:14.171Z] Installing : rsync-3.1.2-10.el7.x86_64 65/88 [2020-09-02T21:49:15.872Z] Collecting cryptography>=2.1 [2020-09-02T21:49:15.872Z] Downloading cryptography-3.1.tar.gz (534 kB) [2020-09-02T21:49:16.082Z] Installing : kernel-headers-3.10.0-1127.19.1.el7.x86_64 66/88 [2020-09-02T21:49:16.343Z] Installing : glibc-headers-2.17-307.el7.1.x86_64 67/88 [2020-09-02T21:49:16.906Z] Installing build dependencies: started [2020-09-02T21:49:18.252Z] Installing : glibc-devel-2.17-307.el7.1.x86_64 68/88 [2020-09-02T21:49:18.252Z] Installing : python-nss-0.16.0-3.el7.x86_64 69/88 [2020-09-02T21:49:18.252Z] Installing : python-kerberos-1.1-15.el7.x86_64 70/88 [2020-09-02T21:49:20.164Z] Installing : libedit-3.0-12.20121213cvs.el7.x86_64 71/88 [2020-09-02T21:49:20.164Z] Installing : openssh-clients-7.4p1-21.el7.x86_64 72/88 [2020-09-02T21:49:21.112Z] Installing : perl-Git-1.8.3.1-23.el7_8.noarch 73/88 [2020-09-02T21:49:21.112Z] Installing : git-1.8.3.1-23.el7_8.x86_64 74/88 [2020-09-02T21:49:21.112Z] Installing : python-backports-1.0-8.el7.x86_64 75/88 [2020-09-02T21:49:21.373Z] Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 76/88 [2020-09-02T21:49:21.634Z] Installing : python-urllib3-1.10.2-7.el7.noarch 77/88 [2020-09-02T21:49:21.634Z] Installing : python-requests-2.6.0-9.el7_8.noarch 78/88 [2020-09-02T21:49:21.896Z] Installing : python-requests-kerberos-0.7.0-2.el7.noarch 79/88 [2020-09-02T21:49:21.896Z] Installing : python2-koji-1.15.1-1.el7.centos.noarch 80/88 [2020-09-02T21:49:24.440Z] Installing : koji-1.15.1-1.el7.centos.noarch 81/88 [2020-09-02T21:49:25.382Z] Installing : sigul-0.207-1.el7.x86_64 82/88 [2020-09-02T21:49:27.296Z] Installing : gcc-4.8.5-39.el7.x86_64 83/88 [2020-09-02T21:49:27.557Z] Installing : python3-devel-3.6.8-13.el7.x86_64 84/88 [2020-09-02T21:49:29.472Z] Installing : automake-1.13.4-3.el7.noarch 85/88 [2020-09-02T21:49:29.473Z] install-info: No such file or directory for /usr/share/info/automake.info.gz [2020-09-02T21:49:55.750Z] Installing : kernel-devel-3.10.0-1127.19.1.el7.x86_64 86/88 [2020-09-02T21:49:57.137Z] Installing : sudo-1.8.23-9.el7.x86_64 87/88 [2020-09-02T21:49:59.051Z] Installing : 1:make-3.82-24.el7.x86_64 88/88 [2020-09-02T21:49:59.051Z] Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 1/88 [2020-09-02T21:49:59.312Z] Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/88 [2020-09-02T21:49:59.312Z] Verifying : koji-1.15.1-1.el7.centos.noarch 3/88 [2020-09-02T21:49:59.312Z] Verifying : gcc-4.8.5-39.el7.x86_64 4/88 [2020-09-02T21:49:59.312Z] Verifying : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 5/88 [2020-09-02T21:49:59.312Z] Verifying : git-1.8.3.1-23.el7_8.x86_64 6/88 [2020-09-02T21:49:59.312Z] Verifying : python-urllib3-1.10.2-7.el7.noarch 7/88 [2020-09-02T21:49:59.575Z] Verifying : perl-TermReadKey-2.30-20.el7.x86_64 8/88 [2020-09-02T21:49:59.575Z] Verifying : 4:perl-libs-5.16.3-295.el7.x86_64 9/88 [2020-09-02T21:49:59.575Z] Verifying : groff-base-1.22.2-8.el7.x86_64 10/88 [2020-09-02T21:49:59.575Z] Verifying : perl-File-Temp-0.23.01-3.el7.noarch 11/88 [2020-09-02T21:49:59.575Z] Verifying : 4:perl-macros-5.16.3-295.el7.x86_64 12/88 [2020-09-02T21:49:59.575Z] Verifying : python3-devel-3.6.8-13.el7.x86_64 13/88 [2020-09-02T21:49:59.575Z] Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 14/88 [2020-09-02T21:49:59.575Z] Verifying : fipscheck-1.4.1-6.el7.x86_64 15/88 [2020-09-02T21:49:59.837Z] Verifying : 1:make-3.82-24.el7.x86_64 16/88 [2020-09-02T21:49:59.837Z] Verifying : python-backports-1.0-8.el7.x86_64 17/88 [2020-09-02T21:49:59.837Z] Verifying : python3-setuptools-39.2.0-10.el7.noarch 18/88 [2020-09-02T21:49:59.837Z] Verifying : python-rpm-macros-3-32.el7.noarch 19/88 [2020-09-02T21:49:59.837Z] Verifying : glibc-headers-2.17-307.el7.1.x86_64 20/88 [2020-09-02T21:49:59.837Z] Verifying : autoconf-2.69-11.el7.noarch 21/88 [2020-09-02T21:50:00.098Z] Verifying : perl-File-Path-2.09-2.el7.noarch 22/88 [2020-09-02T21:50:00.098Z] Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 23/88 [2020-09-02T21:50:00.098Z] Verifying : python-ipaddress-1.0.16-2.el7.noarch 24/88 [2020-09-02T21:50:00.098Z] Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 25/88 [2020-09-02T21:50:00.098Z] Verifying : python-kerberos-1.1-15.el7.x86_64 26/88 [2020-09-02T21:50:00.098Z] Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 27/88 [2020-09-02T21:50:00.098Z] Verifying : 1:perl-Pod-Escapes-1.04-295.el7.noarch 28/88 [2020-09-02T21:50:00.359Z] Verifying : python3-pip-9.0.3-7.el7_7.noarch 29/88 [2020-09-02T21:50:00.359Z] Verifying : automake-1.13.4-3.el7.noarch 30/88 [2020-09-02T21:50:00.359Z] Verifying : kernel-devel-3.10.0-1127.19.1.el7.x86_64 31/88 [2020-09-02T21:50:00.359Z] Verifying : python-nss-0.16.0-3.el7.x86_64 32/88 [2020-09-02T21:50:00.622Z] Verifying : python3-libs-3.6.8-13.el7.x86_64 33/88 [2020-09-02T21:50:00.622Z] Verifying : kernel-headers-3.10.0-1127.19.1.el7.x86_64 34/88 [2020-09-02T21:50:00.622Z] Verifying : 4:perl-5.16.3-295.el7.x86_64 35/88 [2020-09-02T21:50:00.622Z] Verifying : openssh-clients-7.4p1-21.el7.x86_64 36/88 [2020-09-02T21:50:00.622Z] Verifying : libmpc-1.0.1-3.el7.x86_64 37/88 [2020-09-02T21:50:00.622Z] Verifying : perl-Pod-Usage-1.63-3.el7.noarch 38/88 [2020-09-02T21:50:00.885Z] Verifying : perl-Encode-2.51-7.el7.x86_64 39/88 [2020-09-02T21:50:00.885Z] Verifying : python2-libcomps-0.1.8-14.el7.x86_64 40/88 [2020-09-02T21:50:00.885Z] Verifying : perl-threads-1.87-4.el7.x86_64 41/88 [2020-09-02T21:50:00.885Z] Verifying : rsync-3.1.2-10.el7.x86_64 42/88 [2020-09-02T21:50:00.885Z] Verifying : perl-Getopt-Long-2.40-3.el7.noarch 43/88 [2020-09-02T21:50:00.885Z] Verifying : cpp-4.8.5-39.el7.x86_64 44/88 [2020-09-02T21:50:00.885Z] Verifying : perl-srpm-macros-1-8.el7.noarch 45/88 [2020-09-02T21:50:01.146Z] Verifying : python3-rpm-generators-6-2.el7.noarch 46/88 [2020-09-02T21:50:01.146Z] Verifying : perl-threads-shared-1.43-6.el7.x86_64 47/88 [2020-09-02T21:50:01.146Z] Verifying : perl-Storable-2.45-3.el7.x86_64 48/88 [2020-09-02T21:50:01.146Z] Verifying : m4-1.4.16-10.el7.x86_64 49/88 [2020-09-02T21:50:01.146Z] Verifying : 1:perl-parent-0.225-244.el7.noarch 50/88 [2020-09-02T21:50:01.146Z] Verifying : python-dateutil-1.5-7.el7.noarch 51/88 [2020-09-02T21:50:01.146Z] Verifying : perl-Test-Harness-3.28-3.el7.noarch 52/88 [2020-09-02T21:50:01.408Z] Verifying : python3-rpm-macros-3-32.el7.noarch 53/88 [2020-09-02T21:50:01.408Z] Verifying : libgomp-4.8.5-39.el7.x86_64 54/88 [2020-09-02T21:50:01.408Z] Verifying : python2-koji-1.15.1-1.el7.centos.noarch 55/88 [2020-09-02T21:50:01.408Z] Verifying : libcomps-0.1.8-14.el7.x86_64 56/88 [2020-09-02T21:50:01.408Z] Verifying : perl-Carp-1.26-244.el7.noarch 57/88 [2020-09-02T21:50:01.408Z] Verifying : pyOpenSSL-0.13.1-4.el7.x86_64 58/88 [2020-09-02T21:50:01.408Z] Verifying : sudo-1.8.23-9.el7.x86_64 59/88 [2020-09-02T21:50:01.408Z] Verifying : perl-podlators-2.5.1-3.el7.noarch 60/88 [2020-09-02T21:50:01.668Z] Verifying : python3-3.6.8-13.el7.x86_64 61/88 [2020-09-02T21:50:01.668Z] Verifying : mpfr-3.1.1-4.el7.x86_64 62/88 [2020-09-02T21:50:01.668Z] Verifying : logrotate-3.8.6-19.el7.x86_64 63/88 [2020-09-02T21:50:01.668Z] Verifying : perl-Filter-1.49-3.el7.x86_64 64/88 [2020-09-02T21:50:01.668Z] Verifying : dwz-0.11-3.el7.x86_64 65/88 [2020-09-02T21:50:01.668Z] Verifying : less-458-9.el7.x86_64 66/88 [2020-09-02T21:50:01.932Z] Verifying : libtirpc-0.2.4-0.16.el7.x86_64 67/88 [2020-09-02T21:50:01.932Z] Verifying : python-requests-kerberos-0.7.0-2.el7.noarch 68/88 [2020-09-02T21:50:01.932Z] Verifying : perl-Exporter-5.68-3.el7.noarch 69/88 [2020-09-02T21:50:01.932Z] Verifying : perl-constant-1.27-2.el7.noarch 70/88 [2020-09-02T21:50:01.932Z] Verifying : perl-PathTools-3.40-5.el7.x86_64 71/88 [2020-09-02T21:50:01.932Z] Verifying : perl-Socket-2.010-5.el7.x86_64 72/88 [2020-09-02T21:50:01.932Z] Verifying : openssh-7.4p1-21.el7.x86_64 73/88 [2020-09-02T21:50:01.932Z] Verifying : python-krbV-1.0.90-8.el7.x86_64 74/88 [2020-09-02T21:50:02.193Z] Verifying : perl-Thread-Queue-3.02-2.el7.noarch 75/88 [2020-09-02T21:50:02.193Z] Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 76/88 [2020-09-02T21:50:02.193Z] Verifying : python-srpm-macros-3-32.el7.noarch 77/88 [2020-09-02T21:50:02.193Z] Verifying : perl-Time-Local-1.2300-2.el7.noarch 78/88 [2020-09-02T21:50:02.193Z] Verifying : python-six-1.9.0-2.el7.noarch 79/88 [2020-09-02T21:50:02.193Z] Verifying : perl-Git-1.8.3.1-23.el7_8.noarch 80/88 [2020-09-02T21:50:02.193Z] Verifying : 1:perl-Error-0.17020-2.el7.noarch 81/88 [2020-09-02T21:50:02.193Z] Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 82/88 [2020-09-02T21:50:02.454Z] Verifying : sigul-0.207-1.el7.x86_64 83/88 [2020-09-02T21:50:02.454Z] Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 84/88 [2020-09-02T21:50:02.454Z] Verifying : glibc-devel-2.17-307.el7.1.x86_64 85/88 [2020-09-02T21:50:02.454Z] Verifying : zip-3.0-11.el7.x86_64 86/88 [2020-09-02T21:50:02.454Z] Verifying : python-requests-2.6.0-9.el7_8.noarch 87/88 [2020-09-02T21:50:02.715Z] Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 88/88 [2020-09-02T21:50:02.715Z] [2020-09-02T21:50:02.715Z] Installed: [2020-09-02T21:50:02.715Z] automake.noarch 0:1.13.4-3.el7 [2020-09-02T21:50:02.715Z] gcc.x86_64 0:4.8.5-39.el7 [2020-09-02T21:50:02.715Z] git.x86_64 0:1.8.3.1-23.el7_8 [2020-09-02T21:50:02.715Z] kernel-devel.x86_64 0:3.10.0-1127.19.1.el7 [2020-09-02T21:50:02.715Z] make.x86_64 1:3.82-24.el7 [2020-09-02T21:50:02.715Z] python3.x86_64 0:3.6.8-13.el7 [2020-09-02T21:50:02.715Z] python3-devel.x86_64 0:3.6.8-13.el7 [2020-09-02T21:50:02.715Z] sigul.x86_64 0:0.207-1.el7 [2020-09-02T21:50:02.715Z] sudo.x86_64 0:1.8.23-9.el7 [2020-09-02T21:50:02.715Z] [2020-09-02T21:50:02.715Z] Dependency Installed: [2020-09-02T21:50:02.715Z] autoconf.noarch 0:2.69-11.el7 [2020-09-02T21:50:02.715Z] cpp.x86_64 0:4.8.5-39.el7 [2020-09-02T21:50:02.715Z] dwz.x86_64 0:0.11-3.el7 [2020-09-02T21:50:02.715Z] fipscheck.x86_64 0:1.4.1-6.el7 [2020-09-02T21:50:02.715Z] fipscheck-lib.x86_64 0:1.4.1-6.el7 [2020-09-02T21:50:02.715Z] glibc-devel.x86_64 0:2.17-307.el7.1 [2020-09-02T21:50:02.715Z] glibc-headers.x86_64 0:2.17-307.el7.1 [2020-09-02T21:50:02.715Z] groff-base.x86_64 0:1.22.2-8.el7 [2020-09-02T21:50:02.715Z] kernel-headers.x86_64 0:3.10.0-1127.19.1.el7 [2020-09-02T21:50:02.715Z] koji.noarch 0:1.15.1-1.el7.centos [2020-09-02T21:50:02.715Z] less.x86_64 0:458-9.el7 [2020-09-02T21:50:02.715Z] libcomps.x86_64 0:0.1.8-14.el7 [2020-09-02T21:50:02.715Z] libedit.x86_64 0:3.0-12.20121213cvs.el7 [2020-09-02T21:50:02.715Z] libgomp.x86_64 0:4.8.5-39.el7 [2020-09-02T21:50:02.715Z] libmpc.x86_64 0:1.0.1-3.el7 [2020-09-02T21:50:02.715Z] libtirpc.x86_64 0:0.2.4-0.16.el7 [2020-09-02T21:50:02.715Z] logrotate.x86_64 0:3.8.6-19.el7 [2020-09-02T21:50:02.715Z] m4.x86_64 0:1.4.16-10.el7 [2020-09-02T21:50:02.715Z] mpfr.x86_64 0:3.1.1-4.el7 [2020-09-02T21:50:02.715Z] openssh.x86_64 0:7.4p1-21.el7 [2020-09-02T21:50:02.715Z] openssh-clients.x86_64 0:7.4p1-21.el7 [2020-09-02T21:50:02.715Z] perl.x86_64 4:5.16.3-295.el7 [2020-09-02T21:50:02.715Z] perl-Carp.noarch 0:1.26-244.el7 [2020-09-02T21:50:02.715Z] perl-Data-Dumper.x86_64 0:2.145-3.el7 [2020-09-02T21:50:02.715Z] perl-Encode.x86_64 0:2.51-7.el7 [2020-09-02T21:50:02.715Z] perl-Error.noarch 1:0.17020-2.el7 [2020-09-02T21:50:02.715Z] perl-Exporter.noarch 0:5.68-3.el7 [2020-09-02T21:50:02.715Z] perl-File-Path.noarch 0:2.09-2.el7 [2020-09-02T21:50:02.715Z] perl-File-Temp.noarch 0:0.23.01-3.el7 [2020-09-02T21:50:02.715Z] perl-Filter.x86_64 0:1.49-3.el7 [2020-09-02T21:50:02.715Z] perl-Getopt-Long.noarch 0:2.40-3.el7 [2020-09-02T21:50:02.715Z] perl-Git.noarch 0:1.8.3.1-23.el7_8 [2020-09-02T21:50:02.715Z] perl-HTTP-Tiny.noarch 0:0.033-3.el7 [2020-09-02T21:50:02.715Z] perl-PathTools.x86_64 0:3.40-5.el7 [2020-09-02T21:50:02.715Z] perl-Pod-Escapes.noarch 1:1.04-295.el7 [2020-09-02T21:50:02.715Z] perl-Pod-Perldoc.noarch 0:3.20-4.el7 [2020-09-02T21:50:02.715Z] perl-Pod-Simple.noarch 1:3.28-4.el7 [2020-09-02T21:50:02.715Z] perl-Pod-Usage.noarch 0:1.63-3.el7 [2020-09-02T21:50:02.715Z] perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 [2020-09-02T21:50:02.715Z] perl-Socket.x86_64 0:2.010-5.el7 [2020-09-02T21:50:02.715Z] perl-Storable.x86_64 0:2.45-3.el7 [2020-09-02T21:50:02.715Z] perl-TermReadKey.x86_64 0:2.30-20.el7 [2020-09-02T21:50:02.715Z] perl-Test-Harness.noarch 0:3.28-3.el7 [2020-09-02T21:50:02.715Z] perl-Text-ParseWords.noarch 0:3.29-4.el7 [2020-09-02T21:50:02.715Z] perl-Thread-Queue.noarch 0:3.02-2.el7 [2020-09-02T21:50:02.715Z] perl-Time-HiRes.x86_64 4:1.9725-3.el7 [2020-09-02T21:50:02.715Z] perl-Time-Local.noarch 0:1.2300-2.el7 [2020-09-02T21:50:02.715Z] perl-constant.noarch 0:1.27-2.el7 [2020-09-02T21:50:02.715Z] perl-libs.x86_64 4:5.16.3-295.el7 [2020-09-02T21:50:02.715Z] perl-macros.x86_64 4:5.16.3-295.el7 [2020-09-02T21:50:02.715Z] perl-parent.noarch 1:0.225-244.el7 [2020-09-02T21:50:02.715Z] perl-podlators.noarch 0:2.5.1-3.el7 [2020-09-02T21:50:02.715Z] perl-srpm-macros.noarch 0:1-8.el7 [2020-09-02T21:50:02.715Z] perl-threads.x86_64 0:1.87-4.el7 [2020-09-02T21:50:02.715Z] perl-threads-shared.x86_64 0:1.43-6.el7 [2020-09-02T21:50:02.715Z] pyOpenSSL.x86_64 0:0.13.1-4.el7 [2020-09-02T21:50:02.715Z] python-backports.x86_64 0:1.0-8.el7 [2020-09-02T21:50:02.715Z] python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 [2020-09-02T21:50:02.715Z] python-dateutil.noarch 0:1.5-7.el7 [2020-09-02T21:50:02.715Z] python-ipaddress.noarch 0:1.0.16-2.el7 [2020-09-02T21:50:02.715Z] python-kerberos.x86_64 0:1.1-15.el7 [2020-09-02T21:50:02.715Z] python-krbV.x86_64 0:1.0.90-8.el7 [2020-09-02T21:50:02.715Z] python-nss.x86_64 0:0.16.0-3.el7 [2020-09-02T21:50:02.715Z] python-requests.noarch 0:2.6.0-9.el7_8 [2020-09-02T21:50:02.715Z] python-requests-kerberos.noarch 0:0.7.0-2.el7 [2020-09-02T21:50:02.715Z] python-rpm-macros.noarch 0:3-32.el7 [2020-09-02T21:50:02.715Z] python-six.noarch 0:1.9.0-2.el7 [2020-09-02T21:50:02.715Z] python-srpm-macros.noarch 0:3-32.el7 [2020-09-02T21:50:02.715Z] python-urllib3.noarch 0:1.10.2-7.el7 [2020-09-02T21:50:02.715Z] python2-koji.noarch 0:1.15.1-1.el7.centos [2020-09-02T21:50:02.715Z] python2-libcomps.x86_64 0:0.1.8-14.el7 [2020-09-02T21:50:02.715Z] python3-libs.x86_64 0:3.6.8-13.el7 [2020-09-02T21:50:02.715Z] python3-pip.noarch 0:9.0.3-7.el7_7 [2020-09-02T21:50:02.715Z] python3-rpm-generators.noarch 0:6-2.el7 [2020-09-02T21:50:02.715Z] python3-rpm-macros.noarch 0:3-32.el7 [2020-09-02T21:50:02.716Z] python3-setuptools.noarch 0:39.2.0-10.el7 [2020-09-02T21:50:02.716Z] redhat-rpm-config.noarch 0:9.1.0-88.el7.centos [2020-09-02T21:50:02.716Z] rsync.x86_64 0:3.1.2-10.el7 [2020-09-02T21:50:02.716Z] zip.x86_64 0:3.0-11.el7 [2020-09-02T21:50:02.716Z] [2020-09-02T21:50:02.716Z] Complete! [2020-09-02T21:50:03.287Z] Loaded plugins: fastestmirror, ovl [2020-09-02T21:50:03.287Z] Cleaning repos: base extras fedora-infra-sigul updates [2020-09-02T21:50:03.287Z] Cleaning up list of fastest mirrors [2020-09-02T21:50:03.287Z] Python 3.6.8 [2020-09-02T21:50:03.945Z] Installing build dependencies: finished with status 'done' [2020-09-02T21:50:03.946Z] Getting requirements to build wheel: started [2020-09-02T21:50:03.946Z] Getting requirements to build wheel: finished with status 'done' [2020-09-02T21:50:03.946Z] Preparing wheel metadata: started [2020-09-02T21:50:06.547Z] Preparing wheel metadata: finished with status 'done' [2020-09-02T21:50:06.818Z] Collecting netifaces>=0.10.4 [2020-09-02T21:50:06.818Z] Downloading netifaces-0.10.9.tar.gz (28 kB) [2020-09-02T21:50:08.252Z] Collecting decorator>=4.4.1 [2020-09-02T21:50:08.252Z] Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) [2020-09-02T21:50:08.524Z] Collecting munch>=2.1.0 [2020-09-02T21:50:08.524Z] Downloading munch-2.5.0-py2.py3-none-any.whl (10 kB) [2020-09-02T21:50:08.796Z] Collecting dogpile.cache>=0.6.5 [2020-09-02T21:50:08.796Z] Downloading dogpile.cache-1.0.2.tar.gz (351 kB) [2020-09-02T21:50:11.400Z] Collecting jsonpointer>=1.9 [2020-09-02T21:50:11.400Z] Downloading jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) [2020-09-02T21:50:11.669Z] Collecting stevedore>=1.20.0 [2020-09-02T21:50:11.670Z] Downloading stevedore-3.2.1-py3-none-any.whl (42 kB) [2020-09-02T21:50:13.627Z] Collecting cffi!=1.11.3,>=1.8 [2020-09-02T21:50:13.627Z] Downloading cffi-1.14.2.tar.gz (470 kB) [2020-09-02T21:50:16.232Z] Collecting pycparser [2020-09-02T21:50:16.232Z] Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) [2020-09-02T21:50:16.232Z] Building wheels for collected packages: bs4, pyyaml, pygerrit2, lxml, multi-key-dict, ruamel.yaml.clib, pyrsistent, wrapt, cryptography, netifaces, dogpile.cache, cffi [2020-09-02T21:50:16.232Z] Building wheel for bs4 (setup.py): started [2020-09-02T21:50:17.654Z] Building wheel for bs4 (setup.py): finished with status 'done' [2020-09-02T21:50:17.654Z] Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1273 sha256=67a1235d861c13c8f1ba79cb5e6fb449a3bf70d616094506fdc7d628682fc68c [2020-09-02T21:50:17.654Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/19/f5/6d/a97dd4f22376d4472d5f4c76c7646876052ff3166b3cf71050 [2020-09-02T21:50:17.654Z] Building wheel for pyyaml (setup.py): started [2020-09-02T21:50:19.614Z] Building wheel for pyyaml (setup.py): finished with status 'done' [2020-09-02T21:50:19.614Z] Created wheel for pyyaml: filename=PyYAML-5.3.1-cp36-cp36m-linux_aarch64.whl size=44622 sha256=4f9ab16b114c3bf58e04487f5afd2b4248ae18f74232282cb6abd8fef55691bc [2020-09-02T21:50:19.615Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/e5/9d/ad/2ee53cf262cba1ffd8afe1487eef788ea3f260b7e6232a80fc [2020-09-02T21:50:19.615Z] Building wheel for pygerrit2 (setup.py): started [2020-09-02T21:50:21.576Z] Building wheel for pygerrit2 (setup.py): finished with status 'done' [2020-09-02T21:50:21.576Z] Created wheel for pygerrit2: filename=pygerrit2-2.0.13-py3-none-any.whl size=10826 sha256=abb7512accf65fe3d67447dc95a2c7ba9e2fefe1b73c31055b6965d178b84fcd [2020-09-02T21:50:21.576Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/83/3b/35/d60b3d5c1cd5590b09117c861f15eaa0115f942246c23b87ec [2020-09-02T21:50:21.577Z] Building wheel for lxml (setup.py): started [2020-09-02T21:50:29.902Z] Removing intermediate container 77811b58afd6 [2020-09-02T21:50:29.902Z] ---> 21276a60a479 [2020-09-02T21:50:29.902Z] Step 6/8 : RUN curl "https://bootstrap.pypa.io/get-pip.py" -o get-pip.py && python get-pip.py && rm -rf get-pip.py [2020-09-02T21:50:29.902Z] ---> Running in 162ba6d36f7b [2020-09-02T21:50:29.902Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-02T21:50:29.902Z] Dload Upload Total Spent Left Speed [2020-09-02T21:50:29.902Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 31 1840k 31 585k 0 0 1893k 0 --:--:-- --:--:-- --:--:-- 1894k 100 1840k 100 1840k 0 0 4428k 0 --:--:-- --:--:-- --:--:-- 4425k [2020-09-02T21:50:29.902Z] Collecting pip [2020-09-02T21:50:29.902Z] Downloading pip-20.2.2-py2.py3-none-any.whl (1.5 MB) [2020-09-02T21:50:29.902Z] Collecting wheel [2020-09-02T21:50:29.902Z] Downloading wheel-0.35.1-py2.py3-none-any.whl (33 kB) [2020-09-02T21:50:29.902Z] Installing collected packages: pip, wheel [2020-09-02T21:50:29.902Z] Attempting uninstall: pip [2020-09-02T21:50:29.902Z] Found existing installation: pip 9.0.3 [2020-09-02T21:50:30.164Z] Uninstalling pip-9.0.3: [2020-09-02T21:50:34.382Z] Successfully uninstalled pip-9.0.3 [2020-09-02T21:50:35.327Z] Successfully installed pip-20.2.2 wheel-0.35.1 [2020-09-02T21:50:37.879Z] Removing intermediate container 162ba6d36f7b [2020-09-02T21:50:37.879Z] ---> 3e406adb8cb9 [2020-09-02T21:50:37.879Z] Step 7/8 : RUN pip install --no-cache-dir --upgrade pip setuptools [2020-09-02T21:50:37.879Z] ---> Running in 207f131936b2 [2020-09-02T21:50:39.265Z] Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.2.2) [2020-09-02T21:50:40.651Z] Collecting setuptools [2020-09-02T21:50:40.651Z] Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) [2020-09-02T21:50:40.913Z] Installing collected packages: setuptools [2020-09-02T21:50:40.913Z] Attempting uninstall: setuptools [2020-09-02T21:50:40.913Z] Found existing installation: setuptools 39.2.0 [2020-09-02T21:50:40.913Z] Uninstalling setuptools-39.2.0: [2020-09-02T21:50:42.837Z] Successfully uninstalled setuptools-39.2.0 [2020-09-02T21:50:43.411Z] Successfully installed setuptools-50.0.3 [2020-09-02T21:50:45.331Z] Removing intermediate container 207f131936b2 [2020-09-02T21:50:45.331Z] ---> 5ffaa030640d [2020-09-02T21:50:45.331Z] Step 8/8 : RUN pip install --no-cache-dir -I lftools[openstack]==0.31.1 [2020-09-02T21:50:45.331Z] ---> Running in 2300686f7e3b [2020-09-02T21:50:46.728Z] Collecting lftools[openstack]==0.31.1 [2020-09-02T21:50:46.728Z] Downloading lftools-0.31.1-py2.py3-none-any.whl (127 kB) [2020-09-02T21:50:46.728Z] Collecting defusedxml [2020-09-02T21:50:46.728Z] Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) [2020-09-02T21:50:46.728Z] Collecting jsonschema [2020-09-02T21:50:46.728Z] Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) [2020-09-02T21:50:46.728Z] Collecting pygerrit2 [2020-09-02T21:50:46.728Z] Downloading pygerrit2-2.0.13.tar.gz (29 kB) [2020-09-02T21:50:48.115Z] Collecting six [2020-09-02T21:50:48.115Z] Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) [2020-09-02T21:50:48.115Z] Collecting tabulate [2020-09-02T21:50:48.115Z] Downloading tabulate-0.8.7-py3-none-any.whl (24 kB) [2020-09-02T21:50:48.115Z] Collecting pygithub [2020-09-02T21:50:48.115Z] Downloading PyGithub-1.53-py3-none-any.whl (274 kB) [2020-09-02T21:50:48.376Z] Collecting python-jenkins [2020-09-02T21:50:48.376Z] Downloading python_jenkins-1.7.0-py3-none-any.whl (27 kB) [2020-09-02T21:50:49.319Z] Collecting ruamel.yaml [2020-09-02T21:50:49.319Z] Downloading ruamel.yaml-0.16.10-py2.py3-none-any.whl (111 kB) [2020-09-02T21:50:49.319Z] Collecting click [2020-09-02T21:50:49.319Z] Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) [2020-09-02T21:50:49.582Z] Collecting tqdm [2020-09-02T21:50:49.582Z] Downloading tqdm-4.48.2-py2.py3-none-any.whl (68 kB) [2020-09-02T21:50:49.582Z] Collecting pyyaml [2020-09-02T21:50:49.582Z] Downloading PyYAML-5.3.1.tar.gz (269 kB) [2020-09-02T21:50:50.525Z] Collecting email-validator [2020-09-02T21:50:50.525Z] Downloading email_validator-1.1.1-py2.py3-none-any.whl (17 kB) [2020-09-02T21:50:50.525Z] Collecting xdg==3.0.2 [2020-09-02T21:50:50.525Z] Downloading xdg-3.0.2-py2.py3-none-any.whl (5.0 kB) [2020-09-02T21:50:50.786Z] Collecting requests [2020-09-02T21:50:50.786Z] Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) [2020-09-02T21:50:51.050Z] Collecting docker [2020-09-02T21:50:51.050Z] Downloading docker-4.3.1-py2.py3-none-any.whl (145 kB) [2020-09-02T21:50:51.624Z] Collecting lxml [2020-09-02T21:50:51.624Z] Downloading lxml-4.5.2-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB) [2020-09-02T21:50:52.571Z] Collecting setuptools>=36.5.0 [2020-09-02T21:50:52.571Z] Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) [2020-09-02T21:50:52.833Z] Collecting httplib2 [2020-09-02T21:50:52.833Z] Downloading httplib2-0.18.1-py3-none-any.whl (95 kB) [2020-09-02T21:50:52.833Z] Collecting bs4 [2020-09-02T21:50:52.833Z] Downloading bs4-0.0.1.tar.gz (1.1 kB) [2020-09-02T21:50:53.096Z] Collecting oauth2client [2020-09-02T21:50:53.096Z] Downloading oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) [2020-09-02T21:50:53.358Z] Collecting shade~=1.27.1; extra == "openstack" [2020-09-02T21:50:53.358Z] Downloading shade-1.27.2-py2.py3-none-any.whl (371 kB) [2020-09-02T21:50:53.358Z] Collecting importlib-metadata; python_version < "3.8" [2020-09-02T21:50:53.358Z] Downloading importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB) [2020-09-02T21:50:53.358Z] Collecting attrs>=17.4.0 [2020-09-02T21:50:53.358Z] Downloading attrs-20.1.0-py2.py3-none-any.whl (49 kB) [2020-09-02T21:50:53.619Z] Collecting pyrsistent>=0.14.0 [2020-09-02T21:50:53.619Z] Downloading pyrsistent-0.16.0.tar.gz (108 kB) [2020-09-02T21:50:54.190Z] Collecting pbr>=0.8.0 [2020-09-02T21:50:54.190Z] Downloading pbr-5.5.0-py2.py3-none-any.whl (106 kB) [2020-09-02T21:50:54.190Z] Collecting deprecated [2020-09-02T21:50:54.190Z] Downloading Deprecated-1.2.10-py2.py3-none-any.whl (8.7 kB) [2020-09-02T21:50:54.190Z] Collecting pyjwt [2020-09-02T21:50:54.190Z] Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) [2020-09-02T21:50:54.190Z] Collecting multi-key-dict [2020-09-02T21:50:54.190Z] Downloading multi_key_dict-2.0.3.tar.gz (8.4 kB) [2020-09-02T21:50:54.764Z] Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9" [2020-09-02T21:50:54.764Z] Downloading ruamel.yaml.clib-0.2.0-cp36-cp36m-manylinux1_x86_64.whl (548 kB) [2020-09-02T21:50:54.764Z] Collecting dnspython>=1.15.0 [2020-09-02T21:50:54.764Z] Downloading dnspython-2.0.0-py3-none-any.whl (208 kB) [2020-09-02T21:50:54.764Z] Collecting idna>=2.0.0 [2020-09-02T21:50:54.764Z] Downloading idna-2.10-py2.py3-none-any.whl (58 kB) [2020-09-02T21:50:54.764Z] Collecting chardet<4,>=3.0.2 [2020-09-02T21:50:54.764Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2020-09-02T21:50:55.030Z] Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 [2020-09-02T21:50:55.030Z] Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB) [2020-09-02T21:50:55.030Z] Collecting certifi>=2017.4.17 [2020-09-02T21:50:55.030Z] Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) [2020-09-02T21:50:55.030Z] Collecting websocket-client>=0.32.0 [2020-09-02T21:50:55.030Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-02T21:50:55.030Z] Collecting beautifulsoup4 [2020-09-02T21:50:55.030Z] Downloading beautifulsoup4-4.9.1-py3-none-any.whl (115 kB) [2020-09-02T21:50:55.291Z] Collecting rsa>=3.1.4 [2020-09-02T21:50:55.291Z] Downloading rsa-4.6-py3-none-any.whl (47 kB) [2020-09-02T21:50:55.291Z] Collecting pyasn1>=0.1.7 [2020-09-02T21:50:55.291Z] Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) [2020-09-02T21:50:55.552Z] Collecting pyasn1-modules>=0.0.5 [2020-09-02T21:50:55.552Z] Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) [2020-09-02T21:50:55.552Z] Collecting os-client-config>=1.28.0 [2020-09-02T21:50:55.552Z] Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) [2020-09-02T21:50:55.813Z] Collecting openstacksdk>=0.9.19 [2020-09-02T21:50:55.813Z] Downloading openstacksdk-0.48.0-py3-none-any.whl (1.3 MB) [2020-09-02T21:50:55.813Z] Collecting zipp>=0.5 [2020-09-02T21:50:55.813Z] Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) [2020-09-02T21:50:56.077Z] Collecting wrapt<2,>=1.10 [2020-09-02T21:50:56.077Z] Downloading wrapt-1.12.1.tar.gz (27 kB) [2020-09-02T21:50:56.343Z] Collecting soupsieve>1.2 [2020-09-02T21:50:56.343Z] Downloading soupsieve-2.0.1-py3-none-any.whl (32 kB) [2020-09-02T21:50:56.604Z] Collecting keystoneauth1>=3.18.0 [2020-09-02T21:50:56.604Z] Downloading keystoneauth1-4.2.1-py3-none-any.whl (308 kB) [2020-09-02T21:50:57.176Z] Collecting cryptography>=2.1 [2020-09-02T21:50:57.176Z] Downloading cryptography-3.1-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB) [2020-09-02T21:50:57.437Z] Collecting netifaces>=0.10.4 [2020-09-02T21:50:57.437Z] Downloading netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) [2020-09-02T21:50:57.437Z] Collecting os-service-types>=1.7.0 [2020-09-02T21:50:57.437Z] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [2020-09-02T21:50:57.437Z] Collecting jsonpatch!=1.20,>=1.16 [2020-09-02T21:50:57.437Z] Downloading jsonpatch-1.26-py2.py3-none-any.whl (11 kB) [2020-09-02T21:50:57.437Z] Collecting appdirs>=1.3.0 [2020-09-02T21:50:57.437Z] Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) [2020-09-02T21:50:57.437Z] Collecting requestsexceptions>=1.2.0 [2020-09-02T21:50:57.437Z] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [2020-09-02T21:50:57.711Z] Collecting decorator>=4.4.1 [2020-09-02T21:50:57.711Z] Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) [2020-09-02T21:50:57.711Z] Collecting jmespath>=0.9.0 [2020-09-02T21:50:57.711Z] Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) [2020-09-02T21:50:57.711Z] Collecting iso8601>=0.1.11 [2020-09-02T21:50:57.711Z] Downloading iso8601-0.1.12-py2.py3-none-any.whl (12 kB) [2020-09-02T21:50:57.711Z] Collecting munch>=2.1.0 [2020-09-02T21:50:57.711Z] Downloading munch-2.5.0-py2.py3-none-any.whl (10 kB) [2020-09-02T21:50:57.711Z] Collecting dogpile.cache>=0.6.5 [2020-09-02T21:50:57.711Z] Downloading dogpile.cache-1.0.2.tar.gz (351 kB) [2020-09-02T21:50:58.282Z] Collecting stevedore>=1.20.0 [2020-09-02T21:50:58.282Z] Downloading stevedore-3.2.1-py3-none-any.whl (42 kB) [2020-09-02T21:50:58.852Z] Collecting cffi!=1.11.3,>=1.8 [2020-09-02T21:50:58.852Z] Downloading cffi-1.14.2-cp36-cp36m-manylinux1_x86_64.whl (400 kB) [2020-09-02T21:50:58.852Z] Collecting jsonpointer>=1.9 [2020-09-02T21:50:58.852Z] Downloading jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) [2020-09-02T21:50:58.852Z] Collecting pycparser [2020-09-02T21:50:58.852Z] Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) [2020-09-02T21:50:58.852Z] Building wheels for collected packages: pygerrit2, pyyaml, bs4, pyrsistent, multi-key-dict, wrapt, dogpile.cache [2020-09-02T21:50:58.852Z] Building wheel for pygerrit2 (setup.py): started [2020-09-02T21:50:59.421Z] Building wheel for pygerrit2 (setup.py): finished with status 'done' [2020-09-02T21:50:59.421Z] Created wheel for pygerrit2: filename=pygerrit2-2.0.13-py3-none-any.whl size=10826 sha256=a64d399f923d1e7a2de1652e76417d1050557dfc15d5817dc40f194f5d77cd03 [2020-09-02T21:50:59.421Z] Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/83/3b/35/d60b3d5c1cd5590b09117c861f15eaa0115f942246c23b87ec [2020-09-02T21:50:59.421Z] Building wheel for pyyaml (setup.py): started [2020-09-02T21:51:00.364Z] Building wheel for pyyaml (setup.py): finished with status 'done' [2020-09-02T21:51:00.365Z] Created wheel for pyyaml: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=44619 sha256=a4b519fa2d20fda91f61699fe0f783ec6545eaab466137c9a4a20d283df68598 [2020-09-02T21:51:00.365Z] Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/e5/9d/ad/2ee53cf262cba1ffd8afe1487eef788ea3f260b7e6232a80fc [2020-09-02T21:51:00.365Z] Building wheel for bs4 (setup.py): started [2020-09-02T21:51:00.627Z] Building wheel for bs4 (setup.py): finished with status 'done' [2020-09-02T21:51:00.628Z] Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1273 sha256=b99335c099a0624a3217402af00b75e49d46e97145dcf2442846dfa8369b54ec [2020-09-02T21:51:00.628Z] Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/19/f5/6d/a97dd4f22376d4472d5f4c76c7646876052ff3166b3cf71050 [2020-09-02T21:51:00.628Z] Building wheel for pyrsistent (setup.py): started [2020-09-02T21:51:02.043Z] Building wheel for pyrsistent (setup.py): finished with status 'done' [2020-09-02T21:51:02.043Z] Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=95296 sha256=90d3a95e83844a017c656ec8cd600ede80d3315ba4dd25d2f5fd8b791231a756 [2020-09-02T21:51:02.043Z] Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464 [2020-09-02T21:51:02.043Z] Building wheel for multi-key-dict (setup.py): started [2020-09-02T21:51:02.043Z] Building wheel for multi-key-dict (setup.py): finished with status 'done' [2020-09-02T21:51:02.043Z] Created wheel for multi-key-dict: filename=multi_key_dict-2.0.3-py3-none-any.whl size=9300 sha256=5b13fe28e57b7f5e82dde7bf63b42d16126045d3ec991d00c734c72198f9bdd3 [2020-09-02T21:51:02.043Z] Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/0b/36/f1/3d9fcd071063a9c09bcbd05058274e14f540f6b92233d19867 [2020-09-02T21:51:02.043Z] Building wheel for wrapt (setup.py): started [2020-09-02T21:51:03.532Z] Building wheel for wrapt (setup.py): finished with status 'done' [2020-09-02T21:51:03.532Z] Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=64468 sha256=33a52231ecf81e325af68a0b32366adc236081bda4b5e5f4c2c7fcd2cbeb76a9 [2020-09-02T21:51:03.532Z] Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/32/42/7f/23cae9ff6ef66798d00dc5d659088e57dbba01566f6c60db63 [2020-09-02T21:51:03.532Z] Building wheel for dogpile.cache (setup.py): started [2020-09-02T21:51:03.810Z] Building wheel for dogpile.cache (setup.py): finished with status 'done' [2020-09-02T21:51:03.810Z] Created wheel for dogpile.cache: filename=dogpile.cache-1.0.2-py3-none-any.whl size=45483 sha256=661fed407e376858f01041704cf58bfae33e96a1a60cf3029da169c3e67e62fa [2020-09-02T21:51:03.810Z] Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/be/92/43/387b688346d5737d6df69684d281822252d924a42f03abd202 [2020-09-02T21:51:03.810Z] Successfully built pygerrit2 pyyaml bs4 pyrsistent multi-key-dict wrapt dogpile.cache [2020-09-02T21:51:04.411Z] Installing collected packages: defusedxml, zipp, importlib-metadata, six, attrs, pyrsistent, setuptools, jsonschema, pbr, chardet, urllib3, idna, certifi, requests, pygerrit2, tabulate, wrapt, deprecated, pyjwt, pygithub, multi-key-dict, python-jenkins, ruamel.yaml.clib, ruamel.yaml, click, tqdm, pyyaml, dnspython, email-validator, xdg, websocket-client, docker, lxml, httplib2, soupsieve, beautifulsoup4, bs4, pyasn1, rsa, pyasn1-modules, oauth2client, stevedore, os-service-types, iso8601, keystoneauth1, pycparser, cffi, cryptography, netifaces, jsonpointer, jsonpatch, appdirs, requestsexceptions, decorator, jmespath, munch, dogpile.cache, openstacksdk, os-client-config, shade, lftools [2020-09-02T21:51:14.444Z] Successfully installed appdirs-1.4.4 attrs-20.1.0 beautifulsoup4-4.9.1 bs4-0.0.1 certifi-2020.6.20 cffi-1.14.2 chardet-3.0.4 click-7.1.2 cryptography-3.1 decorator-4.4.2 defusedxml-0.6.0 deprecated-1.2.10 dnspython-2.0.0 docker-4.3.1 dogpile.cache-1.0.2 email-validator-1.1.1 httplib2-0.18.1 idna-2.10 importlib-metadata-1.7.0 iso8601-0.1.12 jmespath-0.10.0 jsonpatch-1.26 jsonpointer-2.0 jsonschema-3.2.0 keystoneauth1-4.2.1 lftools-0.31.1 lxml-4.5.2 multi-key-dict-2.0.3 munch-2.5.0 netifaces-0.10.9 oauth2client-4.1.3 openstacksdk-0.48.0 os-client-config-2.1.0 os-service-types-1.7.0 pbr-5.5.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pygerrit2-2.0.13 pygithub-1.53 pyjwt-1.7.1 pyrsistent-0.16.0 python-jenkins-1.7.0 pyyaml-5.3.1 requests-2.24.0 requestsexceptions-1.4.0 rsa-4.6 ruamel.yaml-0.16.10 ruamel.yaml.clib-0.2.0 setuptools-50.0.3 shade-1.27.2 six-1.15.0 soupsieve-2.0.1 stevedore-3.2.1 tabulate-0.8.7 tqdm-4.48.2 urllib3-1.25.10 websocket-client-0.57.0 wrapt-1.12.1 xdg-3.0.2 zipp-3.1.0 [2020-09-02T21:51:24.455Z] Removing intermediate container 2300686f7e3b [2020-09-02T21:51:24.455Z] ---> e64b60219019 [2020-09-02T21:51:24.455Z] Successfully built e64b60219019 [2020-09-02T21:51:24.455Z] Successfully tagged edgex-lftools:latest [Pipeline] isUnix [Pipeline] sh [2020-09-02T21:51:24.803Z] + docker build -t edgex-lftools-log-publisher -f Dockerfile.logs-publish . [2020-09-02T21:51:24.803Z] Sending build context to Docker daemon 218.1kB [2020-09-02T21:51:24.803Z] [WARNING]: Empty continuation line found in: [2020-09-02T21:51:24.803Z] RUN apk add --update --no-cache build-base openssl-dev libxml2-dev libxslt-dev libffi-dev linux-headers xmlstarlet bash git util-linux sysstat && pip3 install --no-cache-dir --upgrade pip setuptools && pip3 install --no-cache-dir -I lftools[openstack]==0.31.1 && git clone https://github.com/lfit/releng-global-jjb.git global-jjb && cd global-jjb && git reset --hard ${GLOBAL_JJB_COMMIT} && apk del git build-base linux-headers [2020-09-02T21:51:24.803Z] [WARNING]: Empty continuation lines will become errors in a future release. [2020-09-02T21:51:24.803Z] Step 1/11 : FROM alpine:3.12 as mktempbuilder [2020-09-02T21:51:25.375Z] 3.12: Pulling from library/alpine [2020-09-02T21:51:25.375Z] df20fa9351a1: Pulling fs layer [2020-09-02T21:51:25.375Z] df20fa9351a1: Verifying Checksum [2020-09-02T21:51:25.375Z] df20fa9351a1: Download complete [2020-09-02T21:51:25.637Z] df20fa9351a1: Pull complete [2020-09-02T21:51:25.637Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-02T21:51:25.637Z] Status: Downloaded newer image for alpine:3.12 [2020-09-02T21:51:25.637Z] ---> a24bb4013296 [2020-09-02T21:51:25.637Z] Step 2/11 : WORKDIR /tmp/build [2020-09-02T21:51:25.897Z] ---> Running in fab9a233ea7e [2020-09-02T21:51:26.161Z] Removing intermediate container fab9a233ea7e [2020-09-02T21:51:26.161Z] ---> 17c736d3e71a [2020-09-02T21:51:26.161Z] Step 3/11 : RUN apk add --update --no-cache build-base linux-headers [2020-09-02T21:51:26.161Z] ---> Running in 8dedfe45ecf2 [2020-09-02T21:51:26.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-02T21:51:26.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-02T21:51:26.997Z] (1/22) Upgrading musl (1.1.24-r8 -> 1.1.24-r9) [2020-09-02T21:51:26.997Z] (2/22) Installing libgcc (9.3.0-r2) [2020-09-02T21:51:26.997Z] (3/22) Installing libstdc++ (9.3.0-r2) [2020-09-02T21:51:26.997Z] (4/22) Installing binutils (2.34-r1) [2020-09-02T21:51:26.997Z] (5/22) Installing libmagic (5.38-r0) [2020-09-02T21:51:27.257Z] (6/22) Installing file (5.38-r0) [2020-09-02T21:51:27.257Z] (7/22) Installing gmp (6.2.0-r0) [2020-09-02T21:51:27.257Z] (8/22) Installing isl (0.18-r0) [2020-09-02T21:51:27.257Z] (9/22) Installing libgomp (9.3.0-r2) [2020-09-02T21:51:27.257Z] (10/22) Installing libatomic (9.3.0-r2) [2020-09-02T21:51:27.257Z] (11/22) Installing libgphobos (9.3.0-r2) [2020-09-02T21:51:27.257Z] (12/22) Installing mpfr4 (4.0.2-r4) [2020-09-02T21:51:27.257Z] (13/22) Installing mpc1 (1.1.0-r1) [2020-09-02T21:51:27.257Z] (14/22) Installing gcc (9.3.0-r2) [2020-09-02T21:51:29.185Z] (15/22) Installing musl-dev (1.1.24-r9) [2020-09-02T21:51:29.756Z] (16/22) Installing libc-dev (0.7.2-r3) [2020-09-02T21:51:29.756Z] (17/22) Installing g++ (9.3.0-r2) [2020-09-02T21:51:31.673Z] (18/22) Installing make (4.3-r0) [2020-09-02T21:51:31.673Z] (19/22) Installing fortify-headers (1.1-r0) [2020-09-02T21:51:31.673Z] (20/22) Installing patch (2.7.6-r6) [2020-09-02T21:51:31.673Z] (21/22) Installing build-base (0.5-r2) [2020-09-02T21:51:31.673Z] (22/22) Installing linux-headers (5.4.5-r1) [2020-09-02T21:51:31.673Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T21:51:31.673Z] OK: 213 MiB in 35 packages [2020-09-02T21:51:36.976Z] Removing intermediate container 8dedfe45ecf2 [2020-09-02T21:51:36.976Z] ---> e42638907bf1 [2020-09-02T21:51:36.976Z] Step 4/11 : RUN wget https://www.mktemp.org/dist/mktemp-1.7.tar.gz && tar -xzvf mktemp-1.7.tar.gz && cd mktemp-1.7 && wget "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" -O config.guess && wget "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" -O config.sub && ./configure && make install [2020-09-02T21:51:36.976Z] ---> Running in 60974f532096 [2020-09-02T21:51:37.247Z] Connecting to www.mktemp.org (65.102.237.118:443) [2020-09-02T21:51:37.517Z] saving to 'mktemp-1.7.tar.gz' [2020-09-02T21:51:37.517Z] mktemp-1.7.tar.gz 100% |********************************| 78792 0:00:00 ETA [2020-09-02T21:51:37.517Z] 'mktemp-1.7.tar.gz' saved [2020-09-02T21:51:37.517Z] mktemp-1.7/INSTALL [2020-09-02T21:51:37.517Z] mktemp-1.7/INSTALL.configure [2020-09-02T21:51:37.517Z] mktemp-1.7/LICENSE [2020-09-02T21:51:37.517Z] mktemp-1.7/Makefile.in [2020-09-02T21:51:37.517Z] mktemp-1.7/README [2020-09-02T21:51:37.517Z] mktemp-1.7/RELEASE_NOTES [2020-09-02T21:51:37.517Z] mktemp-1.7/config.guess [2020-09-02T21:51:37.517Z] mktemp-1.7/config.h.in [2020-09-02T21:51:37.517Z] mktemp-1.7/config.sub [2020-09-02T21:51:37.517Z] mktemp-1.7/configure [2020-09-02T21:51:37.517Z] mktemp-1.7/configure.in [2020-09-02T21:51:37.517Z] mktemp-1.7/extern.h [2020-09-02T21:51:37.517Z] mktemp-1.7/install-sh [2020-09-02T21:51:37.517Z] mktemp-1.7/mkdtemp.c [2020-09-02T21:51:37.517Z] mktemp-1.7/mkinstalldirs [2020-09-02T21:51:37.517Z] mktemp-1.7/mktemp.c [2020-09-02T21:51:37.517Z] mktemp-1.7/mktemp.man [2020-09-02T21:51:37.517Z] mktemp-1.7/mktemp.mdoc [2020-09-02T21:51:37.517Z] mktemp-1.7/priv_mktemp.c [2020-09-02T21:51:37.517Z] mktemp-1.7/arc4random.c [2020-09-02T21:51:37.517Z] mktemp-1.7/strdup.c [2020-09-02T21:51:37.517Z] mktemp-1.7/strerror.c [2020-09-02T21:51:37.517Z] Connecting to git.savannah.gnu.org (209.51.188.201:80) [2020-09-02T21:51:37.788Z] saving to 'config.guess' [2020-09-02T21:51:37.788Z] config.guess 100% |********************************| 48946 0:00:00 ETA [2020-09-02T21:51:37.788Z] 'config.guess' saved [2020-09-02T21:51:37.788Z] Connecting to git.savannah.gnu.org (209.51.188.201:80) [2020-09-02T21:51:38.742Z] saving to 'config.sub' [2020-09-02T21:51:39.005Z] config.sub 100% |********************************| 34131 0:00:00 ETA [2020-09-02T21:51:39.005Z] 'config.sub' saved [2020-09-02T21:51:39.005Z] checking build system type... x86_64-pc-linux-musl [2020-09-02T21:51:39.005Z] checking host system type... x86_64-pc-linux-musl [2020-09-02T21:51:39.005Z] checking for nroff... no [2020-09-02T21:51:39.005Z] checking for gcc... gcc [2020-09-02T21:51:39.005Z] checking for C compiler default output file name... a.out [2020-09-02T21:51:39.005Z] checking whether the C compiler works... yes [2020-09-02T21:51:39.005Z] checking whether we are cross compiling... no [2020-09-02T21:51:39.267Z] checking for suffix of executables... [2020-09-02T21:51:39.267Z] checking for suffix of object files... o [2020-09-02T21:51:39.267Z] checking whether we are using the GNU C compiler... yes [2020-09-02T21:51:39.267Z] checking whether gcc accepts -g... yes [2020-09-02T21:51:39.267Z] checking for gcc option to accept ISO C89... none needed [2020-09-02T21:51:39.267Z] checking how to run the C preprocessor... gcc -E [2020-09-02T21:51:39.528Z] checking for grep that handles long lines and -e... /bin/grep [2020-09-02T21:51:39.528Z] checking for egrep... /bin/grep -E [2020-09-02T21:51:39.528Z] checking whether gcc needs -traditional... no [2020-09-02T21:51:39.528Z] checking for an ANSI C-conforming const... yes [2020-09-02T21:51:39.528Z] checking for ANSI C header files... yes [2020-09-02T21:51:39.789Z] checking for sys/types.h... yes [2020-09-02T21:51:39.789Z] checking for sys/stat.h... yes [2020-09-02T21:51:39.789Z] checking for stdlib.h... yes [2020-09-02T21:51:39.789Z] checking for string.h... yes [2020-09-02T21:51:39.789Z] checking for memory.h... yes [2020-09-02T21:51:39.789Z] checking for strings.h... yes [2020-09-02T21:51:40.050Z] checking for inttypes.h... yes [2020-09-02T21:51:40.050Z] checking for stdint.h... yes [2020-09-02T21:51:40.050Z] checking for unistd.h... yes [2020-09-02T21:51:40.050Z] checking paths.h usability... yes [2020-09-02T21:51:40.050Z] checking paths.h presence... yes [2020-09-02T21:51:40.050Z] checking for paths.h... yes [2020-09-02T21:51:40.050Z] checking sys/time.h usability... yes [2020-09-02T21:51:40.311Z] checking sys/time.h presence... yes [2020-09-02T21:51:40.311Z] checking for sys/time.h... yes [2020-09-02T21:51:40.311Z] checking whether time.h and sys/time.h may both be included... yes [2020-09-02T21:51:40.311Z] checking for ssize_t... yes [2020-09-02T21:51:40.311Z] checking for strerror... yes [2020-09-02T21:51:40.311Z] checking for strdup... yes [2020-09-02T21:51:40.572Z] checking for getopt_long... yes [2020-09-02T21:51:40.572Z] checking for arc4random_uniform... no [2020-09-02T21:51:40.572Z] checking for arc4random... no [2020-09-02T21:51:40.572Z] checking for __progname... yes [2020-09-02T21:51:40.572Z] checking for random device... /dev/urandom [2020-09-02T21:51:40.572Z] checking whether to use mk{s,d}temp from libc... no [2020-09-02T21:51:40.572Z] checking which macro set to use for manual... man [2020-09-02T21:51:40.572Z] configure: creating ./config.status [2020-09-02T21:51:40.833Z] config.status: creating Makefile [2020-09-02T21:51:40.833Z] config.status: creating config.h [2020-09-02T21:51:40.833Z] /bin/sh ./mkinstalldirs /usr/local/bin \ [2020-09-02T21:51:40.833Z] /usr/local/share/man/man1 [2020-09-02T21:51:40.833Z] mkdir /usr/local/share/man [2020-09-02T21:51:40.833Z] mkdir /usr/local/share/man/man1 [2020-09-02T21:51:40.833Z] gcc -c -I. -I. -g -O2 mktemp.c [2020-09-02T21:51:40.833Z] gcc -c -I. -I. -g -O2 arc4random.c [2020-09-02T21:51:41.094Z] gcc -c -I. -I. -g -O2 priv_mktemp.c [2020-09-02T21:51:41.094Z] gcc -o mktemp mktemp.o arc4random.o priv_mktemp.o [2020-09-02T21:51:41.094Z] /bin/sh ./install-sh -c -m 0555 -s mktemp /usr/local/bin/mktemp [2020-09-02T21:51:41.094Z] /bin/sh ./install-sh -c -m 0444 ./mktemp.man \ [2020-09-02T21:51:41.094Z] /usr/local/share/man/man1/mktemp.1 [2020-09-02T21:51:41.666Z] Removing intermediate container 60974f532096 [2020-09-02T21:51:41.666Z] ---> 2e5099096f99 [2020-09-02T21:51:41.666Z] Step 5/11 : FROM python:3.6-alpine [2020-09-02T21:51:41.928Z] 3.6-alpine: Pulling from library/python [2020-09-02T21:51:42.189Z] df20fa9351a1: Already exists [2020-09-02T21:51:42.189Z] 36b3adc4ff6f: Pulling fs layer [2020-09-02T21:51:42.189Z] 8ad3a11d3b57: Pulling fs layer [2020-09-02T21:51:42.189Z] 46f8f816bc3b: Pulling fs layer [2020-09-02T21:51:42.189Z] 0dadc02b9964: Pulling fs layer [2020-09-02T21:51:42.189Z] 0dadc02b9964: Waiting [2020-09-02T21:51:42.189Z] 46f8f816bc3b: Verifying Checksum [2020-09-02T21:51:42.189Z] 46f8f816bc3b: Download complete [2020-09-02T21:51:42.189Z] 36b3adc4ff6f: Verifying Checksum [2020-09-02T21:51:42.189Z] 36b3adc4ff6f: Download complete [2020-09-02T21:51:42.451Z] 0dadc02b9964: Verifying Checksum [2020-09-02T21:51:42.451Z] 0dadc02b9964: Download complete [2020-09-02T21:51:42.451Z] 8ad3a11d3b57: Download complete [2020-09-02T21:51:43.033Z] 36b3adc4ff6f: Pull complete [2020-09-02T21:51:43.604Z] 8ad3a11d3b57: Pull complete [2020-09-02T21:51:43.865Z] 46f8f816bc3b: Pull complete [2020-09-02T21:51:44.125Z] 0dadc02b9964: Pull complete [2020-09-02T21:51:44.125Z] Digest: sha256:1aecd84e20860196525570a6cdc6016c2954ed241b1d254c0af3348382734082 [2020-09-02T21:51:44.125Z] Status: Downloaded newer image for python:3.6-alpine [2020-09-02T21:51:44.125Z] ---> 96b6b6d94572 [2020-09-02T21:51:44.125Z] Step 6/11 : ARG GLOBAL_JJB_COMMIT=64faafae2362d36e4d5c3e8d5fe6579b9d09cf55 [2020-09-02T21:51:45.523Z] ---> Running in a79a49838411 [2020-09-02T21:51:45.523Z] Removing intermediate container a79a49838411 [2020-09-02T21:51:45.523Z] ---> e9ea5ae8acef [2020-09-02T21:51:45.523Z] Step 7/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' maintainer="Ernesto Ojeda " [2020-09-02T21:51:45.786Z] ---> Running in 511e0a038bd0 [2020-09-02T21:51:45.786Z] Removing intermediate container 511e0a038bd0 [2020-09-02T21:51:45.786Z] ---> 807a0822d3ce [2020-09-02T21:51:45.786Z] Step 8/11 : RUN mv /bin/mktemp /bin/mktemp-busybox [2020-09-02T21:51:46.048Z] ---> Running in 08db2e449917 [2020-09-02T21:51:46.995Z] Removing intermediate container 08db2e449917 [2020-09-02T21:51:46.995Z] ---> 143ba6361749 [2020-09-02T21:51:46.995Z] Step 9/11 : COPY --from=mktempbuilder /usr/local/bin/mktemp /usr/local/bin/mktemp [2020-09-02T21:51:46.995Z] ---> 22ab3c8f5ddd [2020-09-02T21:51:46.995Z] Step 10/11 : ENV SETUPTOOLS_USE_DISTUTILS="stdlib" [2020-09-02T21:51:47.257Z] ---> Running in fb9e56434b9a [2020-09-02T21:51:47.257Z] Removing intermediate container fb9e56434b9a [2020-09-02T21:51:47.257Z] ---> 154d5a999569 [2020-09-02T21:51:47.257Z] Step 11/11 : RUN apk add --update --no-cache build-base openssl-dev libxml2-dev libxslt-dev libffi-dev linux-headers xmlstarlet bash git util-linux sysstat && pip3 install --no-cache-dir --upgrade pip setuptools && pip3 install --no-cache-dir -I lftools[openstack]==0.31.1 && git clone https://github.com/lfit/releng-global-jjb.git global-jjb && cd global-jjb && git reset --hard ${GLOBAL_JJB_COMMIT} && apk del git build-base linux-headers [2020-09-02T21:51:47.257Z] ---> Running in 22b4ba0ad7c0 [2020-09-02T21:51:47.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-02T21:51:47.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-02T21:51:48.097Z] (1/54) Installing bash (5.0.17-r0) [2020-09-02T21:51:48.097Z] Executing bash-5.0.17-r0.post-install [2020-09-02T21:51:48.097Z] (2/54) Installing libgcc (9.3.0-r2) [2020-09-02T21:51:48.358Z] (3/54) Installing libstdc++ (9.3.0-r2) [2020-09-02T21:51:48.358Z] (4/54) Installing binutils (2.34-r1) [2020-09-02T21:51:48.358Z] (5/54) Installing libmagic (5.38-r0) [2020-09-02T21:51:48.358Z] (6/54) Installing file (5.38-r0) [2020-09-02T21:51:48.358Z] (7/54) Installing gmp (6.2.0-r0) [2020-09-02T21:51:48.619Z] (8/54) Installing isl (0.18-r0) [2020-09-02T21:51:48.619Z] (9/54) Installing libgomp (9.3.0-r2) [2020-09-02T21:51:48.619Z] (10/54) Installing libatomic (9.3.0-r2) [2020-09-02T21:51:48.619Z] (11/54) Installing libgphobos (9.3.0-r2) [2020-09-02T21:51:48.879Z] (12/54) Installing mpfr4 (4.0.2-r4) [2020-09-02T21:51:48.879Z] (13/54) Installing mpc1 (1.1.0-r1) [2020-09-02T21:51:48.879Z] (14/54) Installing gcc (9.3.0-r2) [2020-09-02T21:51:50.267Z] (15/54) Installing musl-dev (1.1.24-r9) [2020-09-02T21:51:50.527Z] (16/54) Installing libc-dev (0.7.2-r3) [2020-09-02T21:51:50.527Z] (17/54) Installing g++ (9.3.0-r2) [2020-09-02T21:51:51.471Z] (18/54) Installing make (4.3-r0) [2020-09-02T21:51:51.471Z] (19/54) Installing fortify-headers (1.1-r0) [2020-09-02T21:51:51.471Z] (20/54) Installing patch (2.7.6-r6) [2020-09-02T21:51:51.471Z] (21/54) Installing build-base (0.5-r2) [2020-09-02T21:51:51.471Z] (22/54) Installing nghttp2-libs (1.41.0-r0) [2020-09-02T21:51:51.471Z] (23/54) Installing libcurl (7.69.1-r0) [2020-09-02T21:51:51.471Z] (24/54) Installing pcre2 (10.35-r0) [2020-09-02T21:51:51.471Z] (25/54) Installing git (2.26.2-r0) [2020-09-02T21:51:51.732Z] (26/54) Installing linux-headers (5.4.5-r1) [2020-09-02T21:51:51.993Z] (27/54) Installing pkgconf (1.7.2-r0) [2020-09-02T21:51:51.993Z] (28/54) Installing libffi-dev (3.3-r2) [2020-09-02T21:51:51.993Z] (29/54) Installing zlib-dev (1.2.11-r3) [2020-09-02T21:51:51.993Z] (30/54) Installing xz-dev (5.2.5-r0) [2020-09-02T21:51:51.993Z] (31/54) Installing libxml2 (2.9.10-r4) [2020-09-02T21:51:51.993Z] (32/54) Installing libxml2-dev (2.9.10-r4) [2020-09-02T21:51:51.993Z] (33/54) Installing libgpg-error (1.37-r0) [2020-09-02T21:51:51.993Z] (34/54) Installing libgcrypt (1.8.5-r0) [2020-09-02T21:51:51.993Z] (35/54) Installing libxslt (1.1.34-r0) [2020-09-02T21:51:51.993Z] (36/54) Installing libxslt-dev (1.1.34-r0) [2020-09-02T21:51:51.993Z] (37/54) Installing openssl-dev (1.1.1g-r0) [2020-09-02T21:51:51.993Z] (38/54) Installing sysstat (12.2.1-r0) [2020-09-02T21:51:51.993Z] (39/54) Installing libblkid (2.35.2-r0) [2020-09-02T21:51:51.993Z] (40/54) Installing blkid (2.35.2-r0) [2020-09-02T21:51:51.993Z] (41/54) Installing libcap-ng (0.7.10-r1) [2020-09-02T21:51:51.993Z] (42/54) Installing setpriv (2.35.2-r0) [2020-09-02T21:51:51.993Z] (43/54) Installing libmount (2.35.2-r0) [2020-09-02T21:51:52.254Z] (44/54) Installing libsmartcols (2.35.2-r0) [2020-09-02T21:51:52.254Z] (45/54) Installing findmnt (2.35.2-r0) [2020-09-02T21:51:52.254Z] (46/54) Installing mcookie (2.35.2-r0) [2020-09-02T21:51:52.254Z] (47/54) Installing hexdump (2.35.2-r0) [2020-09-02T21:51:52.254Z] (48/54) Installing lsblk (2.35.2-r0) [2020-09-02T21:51:52.254Z] (49/54) Installing libuuid (2.35.2-r0) [2020-09-02T21:51:52.254Z] (50/54) Installing libfdisk (2.35.2-r0) [2020-09-02T21:51:52.254Z] (51/54) Installing sfdisk (2.35.2-r0) [2020-09-02T21:51:52.254Z] (52/54) Installing cfdisk (2.35.2-r0) [2020-09-02T21:51:52.254Z] (53/54) Installing util-linux (2.35.2-r0) [2020-09-02T21:51:52.254Z] (54/54) Installing xmlstarlet (1.6.1-r0) [2020-09-02T21:51:52.254Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T21:51:52.254Z] OK: 254 MiB in 88 packages [2020-09-02T21:51:54.167Z] Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.2.2) [2020-09-02T21:51:55.551Z] Collecting setuptools [2020-09-02T21:51:55.813Z] Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) [2020-09-02T21:51:55.813Z] Installing collected packages: setuptools [2020-09-02T21:51:55.813Z] Attempting uninstall: setuptools [2020-09-02T21:51:55.813Z] Found existing installation: setuptools 49.6.0 [2020-09-02T21:51:56.074Z] Uninstalling setuptools-49.6.0: [2020-09-02T21:51:56.074Z] Successfully uninstalled setuptools-49.6.0 [2020-09-02T21:51:56.647Z] Successfully installed setuptools-50.0.3 [2020-09-02T21:51:57.590Z] Collecting lftools[openstack]==0.31.1 [2020-09-02T21:51:57.590Z] Downloading lftools-0.31.1-py2.py3-none-any.whl (127 kB) [2020-09-02T21:51:57.590Z] Collecting bs4 [2020-09-02T21:51:57.590Z] Downloading bs4-0.0.1.tar.gz (1.1 kB) [2020-09-02T21:51:57.859Z] Collecting click [2020-09-02T21:51:57.859Z] Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) [2020-09-02T21:51:58.124Z] Collecting oauth2client [2020-09-02T21:51:58.124Z] Downloading oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) [2020-09-02T21:51:58.124Z] Collecting requests [2020-09-02T21:51:58.124Z] Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) [2020-09-02T21:51:59.070Z] Collecting ruamel.yaml [2020-09-02T21:51:59.070Z] Downloading ruamel.yaml-0.16.10-py2.py3-none-any.whl (111 kB) [2020-09-02T21:51:59.333Z] Collecting pyyaml [2020-09-02T21:51:59.333Z] Downloading PyYAML-5.3.1.tar.gz (269 kB) [2020-09-02T21:52:01.250Z] Collecting xdg==3.0.2 [2020-09-02T21:52:01.250Z] Downloading xdg-3.0.2-py2.py3-none-any.whl (5.0 kB) [2020-09-02T21:52:01.511Z] Collecting setuptools>=36.5.0 [2020-09-02T21:52:01.511Z] Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) [2020-09-02T21:52:01.776Z] Collecting python-jenkins [2020-09-02T21:52:01.776Z] Downloading python_jenkins-1.7.0-py3-none-any.whl (27 kB) [2020-09-02T21:52:01.776Z] Collecting tabulate [2020-09-02T21:52:01.776Z] Downloading tabulate-0.8.7-py3-none-any.whl (24 kB) [2020-09-02T21:52:01.776Z] Collecting pygerrit2 [2020-09-02T21:52:01.776Z] Downloading pygerrit2-2.0.13.tar.gz (29 kB) [2020-09-02T21:52:03.162Z] Collecting six [2020-09-02T21:52:03.162Z] Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) [2020-09-02T21:52:03.162Z] Collecting docker [2020-09-02T21:52:03.422Z] Downloading docker-4.3.1-py2.py3-none-any.whl (145 kB) [2020-09-02T21:52:03.422Z] Collecting defusedxml [2020-09-02T21:52:03.422Z] Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) [2020-09-02T21:52:03.422Z] Collecting jsonschema [2020-09-02T21:52:03.422Z] Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) [2020-09-02T21:52:03.422Z] Collecting email-validator [2020-09-02T21:52:03.422Z] Downloading email_validator-1.1.1-py2.py3-none-any.whl (17 kB) [2020-09-02T21:52:03.683Z] Collecting tqdm [2020-09-02T21:52:03.683Z] Downloading tqdm-4.48.2-py2.py3-none-any.whl (68 kB) [2020-09-02T21:52:04.255Z] Collecting lxml [2020-09-02T21:52:04.255Z] Downloading lxml-4.5.2.tar.gz (4.5 MB) [2020-09-02T21:52:06.804Z] Collecting httplib2 [2020-09-02T21:52:06.804Z] Downloading httplib2-0.18.1-py3-none-any.whl (95 kB) [2020-09-02T21:52:06.804Z] Collecting pygithub [2020-09-02T21:52:06.804Z] Downloading PyGithub-1.53-py3-none-any.whl (274 kB) [2020-09-02T21:52:06.804Z] Collecting shade~=1.27.1; extra == "openstack" [2020-09-02T21:52:06.804Z] Downloading shade-1.27.2-py2.py3-none-any.whl (371 kB) [2020-09-02T21:52:06.804Z] Collecting beautifulsoup4 [2020-09-02T21:52:06.804Z] Downloading beautifulsoup4-4.9.1-py3-none-any.whl (115 kB) [2020-09-02T21:52:06.804Z] Collecting pyasn1-modules>=0.0.5 [2020-09-02T21:52:06.804Z] Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) [2020-09-02T21:52:06.804Z] Collecting pyasn1>=0.1.7 [2020-09-02T21:52:06.804Z] Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) [2020-09-02T21:52:06.804Z] Collecting rsa>=3.1.4 [2020-09-02T21:52:06.804Z] Downloading rsa-4.6-py3-none-any.whl (47 kB) [2020-09-02T21:52:06.804Z] Collecting chardet<4,>=3.0.2 [2020-09-02T21:52:06.804Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2020-09-02T21:52:06.804Z] Collecting idna<3,>=2.5 [2020-09-02T21:52:06.804Z] Downloading idna-2.10-py2.py3-none-any.whl (58 kB) [2020-09-02T21:52:07.065Z] Collecting certifi>=2017.4.17 [2020-09-02T21:52:07.065Z] Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) [2020-09-02T21:52:07.065Z] Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 [2020-09-02T21:52:07.065Z] Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB) [2020-09-02T21:52:07.065Z] Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9" [2020-09-02T21:52:07.065Z] Downloading ruamel.yaml.clib-0.2.0.tar.gz (178 kB) [2020-09-02T21:52:08.008Z] Collecting pbr>=0.8.2 [2020-09-02T21:52:08.008Z] Downloading pbr-5.5.0-py2.py3-none-any.whl (106 kB) [2020-09-02T21:52:08.008Z] Collecting multi-key-dict [2020-09-02T21:52:08.008Z] Downloading multi_key_dict-2.0.3.tar.gz (8.4 kB) [2020-09-02T21:52:08.270Z] Collecting websocket-client>=0.32.0 [2020-09-02T21:52:08.270Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-02T21:52:08.270Z] Collecting attrs>=17.4.0 [2020-09-02T21:52:08.270Z] Downloading attrs-20.1.0-py2.py3-none-any.whl (49 kB) [2020-09-02T21:52:08.531Z] Collecting importlib-metadata; python_version < "3.8" [2020-09-02T21:52:08.531Z] Downloading importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB) [2020-09-02T21:52:08.531Z] Collecting pyrsistent>=0.14.0 [2020-09-02T21:52:08.531Z] Downloading pyrsistent-0.16.0.tar.gz (108 kB) [2020-09-02T21:52:08.794Z] Collecting dnspython>=1.15.0 [2020-09-02T21:52:09.065Z] Downloading dnspython-2.0.0-py3-none-any.whl (208 kB) [2020-09-02T21:52:09.065Z] Collecting pyjwt [2020-09-02T21:52:09.065Z] Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) [2020-09-02T21:52:09.065Z] Collecting deprecated [2020-09-02T21:52:09.065Z] Downloading Deprecated-1.2.10-py2.py3-none-any.whl (8.7 kB) [2020-09-02T21:52:09.333Z] Collecting openstacksdk>=0.9.19 [2020-09-02T21:52:09.333Z] Downloading openstacksdk-0.48.0-py3-none-any.whl (1.3 MB) [2020-09-02T21:52:09.333Z] Collecting os-client-config>=1.28.0 [2020-09-02T21:52:09.333Z] Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) [2020-09-02T21:52:09.597Z] Collecting soupsieve>1.2 [2020-09-02T21:52:09.597Z] Downloading soupsieve-2.0.1-py3-none-any.whl (32 kB) [2020-09-02T21:52:09.597Z] Collecting zipp>=0.5 [2020-09-02T21:52:09.597Z] Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) [2020-09-02T21:52:09.597Z] Collecting wrapt<2,>=1.10 [2020-09-02T21:52:09.597Z] Downloading wrapt-1.12.1.tar.gz (27 kB) [2020-09-02T21:52:09.857Z] Collecting iso8601>=0.1.11 [2020-09-02T21:52:09.857Z] Downloading iso8601-0.1.12-py2.py3-none-any.whl (12 kB) [2020-09-02T21:52:10.123Z] Collecting keystoneauth1>=3.18.0 [2020-09-02T21:52:10.123Z] Downloading keystoneauth1-4.2.1-py3-none-any.whl (308 kB) [2020-09-02T21:52:10.123Z] Collecting jmespath>=0.9.0 [2020-09-02T21:52:10.123Z] Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) [2020-09-02T21:52:10.123Z] Collecting appdirs>=1.3.0 [2020-09-02T21:52:10.123Z] Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) [2020-09-02T21:52:10.123Z] Collecting decorator>=4.4.1 [2020-09-02T21:52:10.123Z] Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) [2020-09-02T21:52:10.123Z] Collecting requestsexceptions>=1.2.0 [2020-09-02T21:52:10.123Z] Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) [2020-09-02T21:52:10.390Z] Collecting netifaces>=0.10.4 [2020-09-02T21:52:10.390Z] Downloading netifaces-0.10.9.tar.gz (28 kB) [2020-09-02T21:52:10.650Z] Collecting jsonpatch!=1.20,>=1.16 [2020-09-02T21:52:10.650Z] Downloading jsonpatch-1.26-py2.py3-none-any.whl (11 kB) [2020-09-02T21:52:10.650Z] Collecting os-service-types>=1.7.0 [2020-09-02T21:52:10.650Z] Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) [2020-09-02T21:52:10.650Z] Collecting munch>=2.1.0 [2020-09-02T21:52:10.650Z] Downloading munch-2.5.0-py2.py3-none-any.whl (10 kB) [2020-09-02T21:52:10.650Z] Collecting dogpile.cache>=0.6.5 [2020-09-02T21:52:10.650Z] Downloading dogpile.cache-1.0.2.tar.gz (351 kB) [2020-09-02T21:52:12.052Z] Collecting cryptography>=2.1 [2020-09-02T21:52:12.052Z] Downloading cryptography-3.1.tar.gz (534 kB) [2020-09-02T21:52:12.052Z] Installing build dependencies: started [2020-09-02T21:52:24.305Z] Installing build dependencies: finished with status 'done' [2020-09-02T21:52:24.305Z] Getting requirements to build wheel: started [2020-09-02T21:52:24.305Z] Getting requirements to build wheel: finished with status 'done' [2020-09-02T21:52:24.305Z] Preparing wheel metadata: started [2020-09-02T21:52:25.246Z] Preparing wheel metadata: finished with status 'done' [2020-09-02T21:52:25.508Z] Collecting stevedore>=1.20.0 [2020-09-02T21:52:25.508Z] Downloading stevedore-3.2.1-py3-none-any.whl (42 kB) [2020-09-02T21:52:25.508Z] Collecting jsonpointer>=1.9 [2020-09-02T21:52:25.508Z] Downloading jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) [2020-09-02T21:52:26.092Z] Collecting cffi!=1.11.3,>=1.8 [2020-09-02T21:52:26.092Z] Downloading cffi-1.14.2.tar.gz (470 kB) [2020-09-02T21:52:26.663Z] Collecting pycparser [2020-09-02T21:52:26.663Z] Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) [2020-09-02T21:52:26.663Z] Building wheels for collected packages: bs4, pyyaml, pygerrit2, lxml, ruamel.yaml.clib, multi-key-dict, pyrsistent, wrapt, netifaces, dogpile.cache, cryptography, cffi [2020-09-02T21:52:26.663Z] Building wheel for bs4 (setup.py): started [2020-09-02T21:52:26.923Z] Building wheel for bs4 (setup.py): finished with status 'done' [2020-09-02T21:52:26.923Z] Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1273 sha256=8d5437e2b147d010ac45a85247b059a8d9d567f2823785a5f9894ed057d10957 [2020-09-02T21:52:26.923Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/19/f5/6d/a97dd4f22376d4472d5f4c76c7646876052ff3166b3cf71050 [2020-09-02T21:52:26.923Z] Building wheel for pyyaml (setup.py): started [2020-09-02T21:52:27.592Z] Building wheel for pyyaml (setup.py): finished with status 'done' [2020-09-02T21:52:27.592Z] Created wheel for pyyaml: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=44619 sha256=d7c3939d8fb60d08eb3a75916a601c2ade93773198ae6ee7a43c15583039f9d1 [2020-09-02T21:52:27.592Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/e5/9d/ad/2ee53cf262cba1ffd8afe1487eef788ea3f260b7e6232a80fc [2020-09-02T21:52:27.592Z] Building wheel for pygerrit2 (setup.py): started [2020-09-02T21:52:27.883Z] Building wheel for pygerrit2 (setup.py): finished with status 'done' [2020-09-02T21:52:27.883Z] Created wheel for pygerrit2: filename=pygerrit2-2.0.13-py3-none-any.whl size=10826 sha256=2f15379bb2d3c787c8f6809a9d6123a12e9de69ab57090918b99bf13fea8dd33 [2020-09-02T21:52:27.883Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/83/3b/35/d60b3d5c1cd5590b09117c861f15eaa0115f942246c23b87ec [2020-09-02T21:52:27.883Z] Building wheel for lxml (setup.py): started [2020-09-02T21:55:04.507Z] Building wheel for lxml (setup.py): still running... [2020-09-02T21:56:12.253Z] Building wheel for lxml (setup.py): still running... [2020-09-02T21:56:18.841Z] Building wheel for lxml (setup.py): finished with status 'done' [2020-09-02T21:56:18.841Z] Created wheel for lxml: filename=lxml-4.5.2-cp36-cp36m-linux_x86_64.whl size=1625566 sha256=b9afbb0dbe513fa29a655b3f392396058e60df8decefc9d918a12e1c5710fedb [2020-09-02T21:56:18.841Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/b5/85/4f/dce32f69e42434dc20ab2bb7ae1ee21f8a4d62ee1e6ba38006 [2020-09-02T21:56:18.841Z] Building wheel for ruamel.yaml.clib (setup.py): started [2020-09-02T21:56:45.472Z] Building wheel for ruamel.yaml.clib (setup.py): finished with status 'done' [2020-09-02T21:56:45.472Z] Created wheel for ruamel.yaml.clib: filename=ruamel.yaml.clib-0.2.0-cp36-cp36m-linux_x86_64.whl size=176503 sha256=efab4f05a183a3d046b2c9777c4a806caa5607c31db7ea093e15d1ecb1ebd45b [2020-09-02T21:56:45.472Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/e2/b8/ea/62fbbd3e532ea67717f7b561bdb57717515f288f83cdf93065 [2020-09-02T21:56:45.472Z] Building wheel for multi-key-dict (setup.py): started [2020-09-02T21:56:45.472Z] Building wheel for multi-key-dict (setup.py): finished with status 'done' [2020-09-02T21:56:45.472Z] Created wheel for multi-key-dict: filename=multi_key_dict-2.0.3-py3-none-any.whl size=9300 sha256=4e74fd25aefce72a47909d23ed1271b915db68b8018a579cbcdb0c9b57967341 [2020-09-02T21:56:45.472Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/0b/36/f1/3d9fcd071063a9c09bcbd05058274e14f540f6b92233d19867 [2020-09-02T21:56:45.472Z] Building wheel for pyrsistent (setup.py): started [2020-09-02T21:56:45.472Z] Building wheel for pyrsistent (setup.py): finished with status 'done' [2020-09-02T21:56:45.472Z] Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=74705 sha256=4b76bf7771432c5238c38af48b7015b8d106d298b54f5f324dbcf3a32661969b [2020-09-02T21:56:45.472Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464 [2020-09-02T21:56:45.472Z] Building wheel for wrapt (setup.py): started [2020-09-02T21:56:45.472Z] Building wheel for wrapt (setup.py): finished with status 'done' [2020-09-02T21:56:45.472Z] Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=33317 sha256=70e2f9d814ab55c488204858d594728be18263bcba491437ddc88e2f4e81ebed [2020-09-02T21:56:45.472Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/32/42/7f/23cae9ff6ef66798d00dc5d659088e57dbba01566f6c60db63 [2020-09-02T21:56:45.472Z] Building wheel for netifaces (setup.py): started [2020-09-02T21:56:47.384Z] Building wheel for netifaces (setup.py): finished with status 'done' [2020-09-02T21:56:47.384Z] Created wheel for netifaces: filename=netifaces-0.10.9-cp36-cp36m-linux_x86_64.whl size=12985 sha256=845fa9fa2a94c81ef437ca8041a2a1e7371074744ab1207172859bd7ecfc976a [2020-09-02T21:56:47.384Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/ef/f5/42/39d33556db44fd4d0caa4841154b5a2503f8a2d1eced209df5 [2020-09-02T21:56:47.384Z] Building wheel for dogpile.cache (setup.py): started [2020-09-02T21:56:47.955Z] Building wheel for dogpile.cache (setup.py): finished with status 'done' [2020-09-02T21:56:47.955Z] Created wheel for dogpile.cache: filename=dogpile.cache-1.0.2-py3-none-any.whl size=45483 sha256=23292f42a8db03b8e4bae44c340a9c0222af7f1fd120f097dc0499538180362f [2020-09-02T21:56:47.955Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/be/92/43/387b688346d5737d6df69684d281822252d924a42f03abd202 [2020-09-02T21:56:47.955Z] Building wheel for cryptography (PEP 517): started [2020-09-02T21:57:26.711Z] Building wheel for cryptography (PEP 517): finished with status 'done' [2020-09-02T21:57:26.711Z] Created wheel for cryptography: filename=cryptography-3.1-cp36-cp36m-linux_x86_64.whl size=356296 sha256=fe79af81f86c9f1c501d0d1a4a998418f47faf20a799a0adcddbe63b8c964cda [2020-09-02T21:57:26.711Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/35/45/aa/1e8f170c44f618d5b00d58774ac7ced203c04becd5df1166fa [2020-09-02T21:57:26.711Z] Building wheel for cffi (setup.py): started [2020-09-02T21:57:33.311Z] Building wheel for cffi (setup.py): finished with status 'done' [2020-09-02T21:57:33.311Z] Created wheel for cffi: filename=cffi-1.14.2-cp36-cp36m-linux_x86_64.whl size=187274 sha256=668519c8ad280692646fe3959595661feb562d4842886ca3997b34f91836f9c0 [2020-09-02T21:57:33.311Z] Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/6a/47/5a/1b45f132f0686ceaf0c57ef67cde7a68591387794a38f42282 [2020-09-02T21:57:33.311Z] Successfully built bs4 pyyaml pygerrit2 lxml ruamel.yaml.clib multi-key-dict pyrsistent wrapt netifaces dogpile.cache cryptography cffi [2020-09-02T21:57:33.311Z] Installing collected packages: soupsieve, beautifulsoup4, bs4, click, pyasn1, pyasn1-modules, httplib2, rsa, six, oauth2client, chardet, idna, certifi, urllib3, requests, ruamel.yaml.clib, ruamel.yaml, pyyaml, xdg, setuptools, pbr, multi-key-dict, python-jenkins, tabulate, pygerrit2, websocket-client, docker, defusedxml, attrs, zipp, importlib-metadata, pyrsistent, jsonschema, dnspython, email-validator, tqdm, lxml, pyjwt, wrapt, deprecated, pygithub, iso8601, stevedore, os-service-types, keystoneauth1, jmespath, appdirs, decorator, requestsexceptions, netifaces, jsonpointer, jsonpatch, munch, dogpile.cache, pycparser, cffi, cryptography, openstacksdk, os-client-config, shade, lftools [2020-09-02T21:57:41.468Z] Successfully installed appdirs-1.4.4 attrs-20.1.0 beautifulsoup4-4.9.1 bs4-0.0.1 certifi-2020.6.20 cffi-1.14.2 chardet-3.0.4 click-7.1.2 cryptography-3.1 decorator-4.4.2 defusedxml-0.6.0 deprecated-1.2.10 dnspython-2.0.0 docker-4.3.1 dogpile.cache-1.0.2 email-validator-1.1.1 httplib2-0.18.1 idna-2.10 importlib-metadata-1.7.0 iso8601-0.1.12 jmespath-0.10.0 jsonpatch-1.26 jsonpointer-2.0 jsonschema-3.2.0 keystoneauth1-4.2.1 lftools-0.31.1 lxml-4.5.2 multi-key-dict-2.0.3 munch-2.5.0 netifaces-0.10.9 oauth2client-4.1.3 openstacksdk-0.48.0 os-client-config-2.1.0 os-service-types-1.7.0 pbr-5.5.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pygerrit2-2.0.13 pygithub-1.53 pyjwt-1.7.1 pyrsistent-0.16.0 python-jenkins-1.7.0 pyyaml-5.3.1 requests-2.24.0 requestsexceptions-1.4.0 rsa-4.6 ruamel.yaml-0.16.10 ruamel.yaml.clib-0.2.0 setuptools-50.0.3 shade-1.27.2 six-1.15.0 soupsieve-2.0.1 stevedore-3.2.1 tabulate-0.8.7 tqdm-4.48.2 urllib3-1.25.10 websocket-client-0.57.0 wrapt-1.12.1 xdg-3.0.2 zipp-3.1.0 [2020-09-02T21:57:41.468Z] Cloning into 'global-jjb'... [2020-09-02T21:57:42.038Z] HEAD is now at 64faafa Merge "lftools_activate should be deprecated" [2020-09-02T21:57:42.038Z] WARNING: Ignoring APKINDEX.2c4ac24e.tar.gz: No such file or directory [2020-09-02T21:57:42.038Z] WARNING: Ignoring APKINDEX.40a3604f.tar.gz: No such file or directory [2020-09-02T21:57:42.038Z] World updated, but the following packages are not removed due to: [2020-09-02T21:57:42.038Z] linux-headers: libffi-dev [2020-09-02T21:57:42.038Z] [2020-09-02T21:57:42.038Z] (1/24) Purging build-base (0.5-r2) [2020-09-02T21:57:42.038Z] (2/24) Purging file (5.38-r0) [2020-09-02T21:57:42.038Z] (3/24) Purging g++ (9.3.0-r2) [2020-09-02T21:57:42.038Z] (4/24) Purging gcc (9.3.0-r2) [2020-09-02T21:57:42.300Z] (5/24) Purging binutils (2.34-r1) [2020-09-02T21:57:42.300Z] (6/24) Purging libatomic (9.3.0-r2) [2020-09-02T21:57:42.300Z] (7/24) Purging libgomp (9.3.0-r2) [2020-09-02T21:57:42.300Z] (8/24) Purging libgphobos (9.3.0-r2) [2020-09-02T21:57:42.300Z] (9/24) Purging libstdc++ (9.3.0-r2) [2020-09-02T21:57:42.300Z] (10/24) Purging make (4.3-r0) [2020-09-02T21:57:42.300Z] (11/24) Purging libc-dev (0.7.2-r3) [2020-09-02T21:57:42.300Z] (12/24) Purging musl-dev (1.1.24-r9) [2020-09-02T21:57:42.300Z] (13/24) Purging fortify-headers (1.1-r0) [2020-09-02T21:57:42.300Z] (14/24) Purging patch (2.7.6-r6) [2020-09-02T21:57:42.300Z] (15/24) Purging git (2.26.2-r0) [2020-09-02T21:57:42.300Z] (16/24) Purging libgcc (9.3.0-r2) [2020-09-02T21:57:42.300Z] (17/24) Purging libmagic (5.38-r0) [2020-09-02T21:57:42.300Z] (18/24) Purging isl (0.18-r0) [2020-09-02T21:57:42.561Z] (19/24) Purging mpc1 (1.1.0-r1) [2020-09-02T21:57:42.561Z] (20/24) Purging mpfr4 (4.0.2-r4) [2020-09-02T21:57:42.561Z] (21/24) Purging gmp (6.2.0-r0) [2020-09-02T21:57:42.561Z] (22/24) Purging libcurl (7.69.1-r0) [2020-09-02T21:57:42.561Z] (23/24) Purging nghttp2-libs (1.41.0-r0) [2020-09-02T21:57:42.561Z] (24/24) Purging pcre2 (10.35-r0) [2020-09-02T21:57:42.561Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T21:57:42.561Z] OK: 38 MiB in 64 packages [2020-09-02T21:57:57.488Z] Removing intermediate container 22b4ba0ad7c0 [2020-09-02T21:57:57.488Z] ---> 9834d0b90693 [2020-09-02T21:57:57.488Z] Successfully built 9834d0b90693 [2020-09-02T21:57:57.488Z] Successfully tagged edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-02T22:04:44.493Z] Building wheel for lxml (setup.py): still running... [2020-09-02T22:06:21.294Z] Building wheel for lxml (setup.py): still running... [2020-09-02T22:07:17.758Z] Building wheel for lxml (setup.py): still running... [2020-09-02T22:08:39.468Z] Building wheel for lxml (setup.py): still running... [2020-09-02T22:10:01.435Z] Building wheel for lxml (setup.py): still running... [2020-09-02T22:10:33.693Z] Building wheel for lxml (setup.py): finished with status 'done' [2020-09-02T22:10:33.693Z] Created wheel for lxml: filename=lxml-4.5.2-cp36-cp36m-linux_aarch64.whl size=1554913 sha256=0fa59ddc288ab8cabd2b2e1473fb605fc9db15289f1bd4b9e57aed5754bfa86c [2020-09-02T22:10:33.693Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/b5/85/4f/dce32f69e42434dc20ab2bb7ae1ee21f8a4d62ee1e6ba38006 [2020-09-02T22:10:33.693Z] Building wheel for multi-key-dict (setup.py): started [2020-09-02T22:10:33.693Z] Building wheel for multi-key-dict (setup.py): finished with status 'done' [2020-09-02T22:10:33.693Z] Created wheel for multi-key-dict: filename=multi_key_dict-2.0.3-py3-none-any.whl size=9300 sha256=0501f95b7aaac6d674969fe699c38a79dc1a4cc3b529ab7eed465189ffb894cb [2020-09-02T22:10:33.693Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/0b/36/f1/3d9fcd071063a9c09bcbd05058274e14f540f6b92233d19867 [2020-09-02T22:10:33.693Z] Building wheel for ruamel.yaml.clib (setup.py): started [2020-09-02T22:11:41.651Z] Building wheel for ruamel.yaml.clib (setup.py): still running... [2020-09-02T22:12:08.387Z] Building wheel for ruamel.yaml.clib (setup.py): finished with status 'done' [2020-09-02T22:12:08.387Z] Created wheel for ruamel.yaml.clib: filename=ruamel.yaml.clib-0.2.0-cp36-cp36m-linux_aarch64.whl size=151861 sha256=9d431b4ea4848f96f84efd3f36ae1d4cc9f1a91b28e8b36cebe032da6b1ef5f4 [2020-09-02T22:12:08.387Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/e2/b8/ea/62fbbd3e532ea67717f7b561bdb57717515f288f83cdf93065 [2020-09-02T22:12:08.387Z] Building wheel for pyrsistent (setup.py): started [2020-09-02T22:12:15.068Z] Building wheel for pyrsistent (setup.py): finished with status 'done' [2020-09-02T22:12:15.068Z] Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_aarch64.whl size=74532 sha256=950fe0ddba95912878e2b86ff7b0708b23dfa13bf3f9ce718c192f0fd2adaeb5 [2020-09-02T22:12:15.068Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464 [2020-09-02T22:12:15.068Z] Building wheel for wrapt (setup.py): started [2020-09-02T22:12:20.439Z] Building wheel for wrapt (setup.py): finished with status 'done' [2020-09-02T22:12:20.439Z] Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_aarch64.whl size=32352 sha256=f46118384911bf8d3ebdfab00229010a0adc7279e2e828554ef8bfd24bc68813 [2020-09-02T22:12:20.439Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/32/42/7f/23cae9ff6ef66798d00dc5d659088e57dbba01566f6c60db63 [2020-09-02T22:12:20.439Z] Building wheel for cryptography (PEP 517): started [2020-09-02T22:14:42.225Z] Building wheel for cryptography (PEP 517): still running... [2020-09-02T22:14:42.225Z] Building wheel for cryptography (PEP 517): finished with status 'done' [2020-09-02T22:14:42.225Z] Created wheel for cryptography: filename=cryptography-3.1-cp36-cp36m-linux_aarch64.whl size=331099 sha256=55e0c038d9937d930fca0992cac9b16d8b344167162dade5585d9fa5417738c9 [2020-09-02T22:14:42.225Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/35/45/aa/1e8f170c44f618d5b00d58774ac7ced203c04becd5df1166fa [2020-09-02T22:14:42.225Z] Building wheel for netifaces (setup.py): started [2020-09-02T22:14:42.225Z] Building wheel for netifaces (setup.py): finished with status 'done' [2020-09-02T22:14:42.225Z] Created wheel for netifaces: filename=netifaces-0.10.9-cp36-cp36m-linux_aarch64.whl size=12915 sha256=d1d62e7d6fe5f418d3b4c0ae3b3c665c6bd96521944eaa9c3d80a6e1e7001bad [2020-09-02T22:14:42.225Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/ef/f5/42/39d33556db44fd4d0caa4841154b5a2503f8a2d1eced209df5 [2020-09-02T22:14:42.225Z] Building wheel for dogpile.cache (setup.py): started [2020-09-02T22:14:42.225Z] Building wheel for dogpile.cache (setup.py): finished with status 'done' [2020-09-02T22:14:42.225Z] Created wheel for dogpile.cache: filename=dogpile.cache-1.0.2-py3-none-any.whl size=45483 sha256=8b89d798eecce9291410c181147ad27f9a88f312a6daa5459ddb6f973060d568 [2020-09-02T22:14:42.225Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/be/92/43/387b688346d5737d6df69684d281822252d924a42f03abd202 [2020-09-02T22:14:42.225Z] Building wheel for cffi (setup.py): started [2020-09-02T22:15:14.500Z] Building wheel for cffi (setup.py): finished with status 'done' [2020-09-02T22:15:14.500Z] Created wheel for cffi: filename=cffi-1.14.2-cp36-cp36m-linux_aarch64.whl size=189880 sha256=4e0bf7e178eef26170784fbb06b9bc945ce9a875b55ccda5b743637f4098c9f2 [2020-09-02T22:15:14.500Z] Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/6a/47/5a/1b45f132f0686ceaf0c57ef67cde7a68591387794a38f42282 [2020-09-02T22:15:14.500Z] Successfully built bs4 pyyaml pygerrit2 lxml multi-key-dict ruamel.yaml.clib pyrsistent wrapt cryptography netifaces dogpile.cache cffi [2020-09-02T22:15:14.500Z] Installing collected packages: soupsieve, beautifulsoup4, bs4, pyyaml, certifi, chardet, urllib3, idna, requests, six, httplib2, pyjwt, wrapt, deprecated, pygithub, pbr, multi-key-dict, python-jenkins, setuptools, tabulate, dnspython, email-validator, ruamel.yaml.clib, ruamel.yaml, pyasn1, pyasn1-modules, rsa, oauth2client, defusedxml, websocket-client, docker, click, xdg, pygerrit2, tqdm, lxml, zipp, importlib-metadata, pyrsistent, attrs, jsonschema, jsonpointer, jsonpatch, iso8601, os-service-types, requestsexceptions, jmespath, stevedore, keystoneauth1, appdirs, pycparser, cffi, cryptography, netifaces, decorator, munch, dogpile.cache, openstacksdk, os-client-config, shade, lftools [2020-09-02T22:15:36.640Z] Successfully installed appdirs-1.4.4 attrs-20.1.0 beautifulsoup4-4.9.1 bs4-0.0.1 certifi-2020.6.20 cffi-1.14.2 chardet-3.0.4 click-7.1.2 cryptography-3.1 decorator-4.4.2 defusedxml-0.6.0 deprecated-1.2.10 dnspython-2.0.0 docker-4.3.1 dogpile.cache-1.0.2 email-validator-1.1.1 httplib2-0.18.1 idna-2.10 importlib-metadata-1.7.0 iso8601-0.1.12 jmespath-0.10.0 jsonpatch-1.26 jsonpointer-2.0 jsonschema-3.2.0 keystoneauth1-4.2.1 lftools-0.31.1 lxml-4.5.2 multi-key-dict-2.0.3 munch-2.5.0 netifaces-0.10.9 oauth2client-4.1.3 openstacksdk-0.48.0 os-client-config-2.1.0 os-service-types-1.7.0 pbr-5.5.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pygerrit2-2.0.13 pygithub-1.53 pyjwt-1.7.1 pyrsistent-0.16.0 python-jenkins-1.7.0 pyyaml-5.3.1 requests-2.24.0 requestsexceptions-1.4.0 rsa-4.6 ruamel.yaml-0.16.10 ruamel.yaml.clib-0.2.0 setuptools-50.0.3 shade-1.27.2 six-1.15.0 soupsieve-2.0.1 stevedore-3.2.1 tabulate-0.8.7 tqdm-4.48.2 urllib3-1.25.10 websocket-client-0.57.0 wrapt-1.12.1 xdg-3.0.2 zipp-3.1.0 [2020-09-02T22:15:36.640Z] Cloning into 'global-jjb'... [2020-09-02T22:15:37.250Z] HEAD is now at 64faafa Merge "lftools_activate should be deprecated" [2020-09-02T22:15:37.250Z] WARNING: Ignoring APKINDEX.2c4ac24e.tar.gz: No such file or directory [2020-09-02T22:15:37.250Z] WARNING: Ignoring APKINDEX.40a3604f.tar.gz: No such file or directory [2020-09-02T22:15:37.250Z] World updated, but the following packages are not removed due to: [2020-09-02T22:15:37.250Z] linux-headers: libffi-dev [2020-09-02T22:15:37.250Z] [2020-09-02T22:15:37.250Z] (1/24) Purging build-base (0.5-r2) [2020-09-02T22:15:37.250Z] (2/24) Purging file (5.38-r0) [2020-09-02T22:15:37.250Z] (3/24) Purging g++ (9.3.0-r2) [2020-09-02T22:15:37.250Z] (4/24) Purging gcc (9.3.0-r2) [2020-09-02T22:15:37.532Z] (5/24) Purging binutils (2.34-r1) [2020-09-02T22:15:37.532Z] (6/24) Purging libatomic (9.3.0-r2) [2020-09-02T22:15:37.532Z] (7/24) Purging libgomp (9.3.0-r2) [2020-09-02T22:15:37.532Z] (8/24) Purging libgphobos (9.3.0-r2) [2020-09-02T22:15:37.532Z] (9/24) Purging libstdc++ (9.3.0-r2) [2020-09-02T22:15:37.532Z] (10/24) Purging make (4.3-r0) [2020-09-02T22:15:37.532Z] (11/24) Purging libc-dev (0.7.2-r3) [2020-09-02T22:15:37.532Z] (12/24) Purging musl-dev (1.1.24-r9) [2020-09-02T22:15:37.532Z] (13/24) Purging fortify-headers (1.1-r0) [2020-09-02T22:15:37.532Z] (14/24) Purging patch (2.7.6-r6) [2020-09-02T22:15:37.532Z] (15/24) Purging git (2.26.2-r0) [2020-09-02T22:15:37.532Z] (16/24) Purging libgcc (9.3.0-r2) [2020-09-02T22:15:37.532Z] (17/24) Purging libmagic (5.38-r0) [2020-09-02T22:15:37.532Z] (18/24) Purging isl (0.18-r0) [2020-09-02T22:15:37.532Z] (19/24) Purging mpc1 (1.1.0-r1) [2020-09-02T22:15:37.532Z] (20/24) Purging mpfr4 (4.0.2-r4) [2020-09-02T22:15:37.532Z] (21/24) Purging gmp (6.2.0-r0) [2020-09-02T22:15:37.532Z] (22/24) Purging libcurl (7.69.1-r0) [2020-09-02T22:15:37.532Z] (23/24) Purging nghttp2-libs (1.41.0-r0) [2020-09-02T22:15:37.532Z] (24/24) Purging pcre2 (10.35-r0) [2020-09-02T22:15:37.532Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T22:15:37.532Z] OK: 41 MiB in 64 packages [2020-09-02T22:15:49.958Z] Removing intermediate container 3cb80fd45b4e [2020-09-02T22:15:49.958Z] ---> 9de64a9ab42e [2020-09-02T22:15:49.958Z] Successfully built 9de64a9ab42e [2020-09-02T22:15:49.958Z] Successfully tagged edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Image Scan) Stage "Clair Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-02T22:15:52.815Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T22:15:53.444Z] ---> package-listing.sh [2020-09-02T22:15:53.444Z] ++ facter osfamily [2020-09-02T22:15:53.444Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-02T22:15:53.444Z] + OS_FAMILY=redhat [2020-09-02T22:15:53.444Z] + workspace=/w/workspace/exfoundry_ci-build-images_PR-146 [2020-09-02T22:15:53.444Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-02T22:15:53.444Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-02T22:15:53.444Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-02T22:15:53.444Z] + PACKAGES=/tmp/packages_start.txt [2020-09-02T22:15:53.444Z] + '[' /w/workspace/exfoundry_ci-build-images_PR-146 ']' [2020-09-02T22:15:53.444Z] + PACKAGES=/tmp/packages_end.txt [2020-09-02T22:15:53.444Z] + case "${OS_FAMILY}" in [2020-09-02T22:15:53.444Z] + rpm -qa [2020-09-02T22:15:53.444Z] + sort [2020-09-02T22:15:57.680Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-02T22:15:57.680Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-02T22:15:57.680Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-02T22:15:57.680Z] + '[' /w/workspace/exfoundry_ci-build-images_PR-146 ']' [2020-09-02T22:15:57.680Z] + mkdir -p /w/workspace/exfoundry_ci-build-images_PR-146/archives/ [2020-09-02T22:15:57.680Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_ci-build-images_PR-146/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-02T22:15:58.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T22:15:59.160Z] [2020-09-02T22:15:59.160Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-02T22:15:59.565Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T22:15:59.565Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-02T22:15:59.565Z] c9b1b535fdd9: Pulling fs layer [2020-09-02T22:15:59.565Z] 2cc5ad85d9ab: Pulling fs layer [2020-09-02T22:15:59.565Z] 756a868c4378: Pulling fs layer [2020-09-02T22:15:59.566Z] 444b2fc9a129: Pulling fs layer [2020-09-02T22:15:59.566Z] ea15f1150254: Pulling fs layer [2020-09-02T22:15:59.566Z] 41b27a9f41bf: Pulling fs layer [2020-09-02T22:15:59.566Z] 28c525ee5125: Pulling fs layer [2020-09-02T22:15:59.566Z] 094b1ea09ed8: Pulling fs layer [2020-09-02T22:15:59.566Z] 138eaada9080: Pulling fs layer [2020-09-02T22:15:59.566Z] 0622d0fa9048: Pulling fs layer [2020-09-02T22:15:59.566Z] 41b27a9f41bf: Waiting [2020-09-02T22:15:59.566Z] 28c525ee5125: Waiting [2020-09-02T22:15:59.566Z] 094b1ea09ed8: Waiting [2020-09-02T22:15:59.566Z] 138eaada9080: Waiting [2020-09-02T22:15:59.566Z] 0622d0fa9048: Waiting [2020-09-02T22:15:59.566Z] 444b2fc9a129: Waiting [2020-09-02T22:15:59.566Z] ea15f1150254: Waiting [2020-09-02T22:15:59.566Z] 2cc5ad85d9ab: Download complete [2020-09-02T22:15:59.566Z] 444b2fc9a129: Verifying Checksum [2020-09-02T22:15:59.566Z] 444b2fc9a129: Download complete [2020-09-02T22:15:59.566Z] c9b1b535fdd9: Download complete [2020-09-02T22:15:59.838Z] ea15f1150254: Download complete [2020-09-02T22:15:59.839Z] 28c525ee5125: Verifying Checksum [2020-09-02T22:15:59.839Z] 28c525ee5125: Download complete [2020-09-02T22:16:00.107Z] 756a868c4378: Verifying Checksum [2020-09-02T22:16:00.107Z] 756a868c4378: Download complete [2020-09-02T22:16:00.107Z] c9b1b535fdd9: Pull complete [2020-09-02T22:16:00.382Z] 138eaada9080: Verifying Checksum [2020-09-02T22:16:00.382Z] 138eaada9080: Download complete [2020-09-02T22:16:00.382Z] 094b1ea09ed8: Verifying Checksum [2020-09-02T22:16:00.382Z] 094b1ea09ed8: Download complete [2020-09-02T22:16:00.382Z] 0622d0fa9048: Download complete [2020-09-02T22:16:00.646Z] 41b27a9f41bf: Verifying Checksum [2020-09-02T22:16:00.646Z] 41b27a9f41bf: Download complete [2020-09-02T22:16:00.646Z] 2cc5ad85d9ab: Pull complete [2020-09-02T22:16:02.061Z] 756a868c4378: Pull complete [2020-09-02T22:16:02.327Z] 444b2fc9a129: Pull complete [2020-09-02T22:16:02.591Z] ea15f1150254: Pull complete [2020-09-02T22:16:06.833Z] 41b27a9f41bf: Pull complete [2020-09-02T22:16:07.095Z] 28c525ee5125: Pull complete [2020-09-02T22:16:09.043Z] 094b1ea09ed8: Pull complete [2020-09-02T22:16:10.965Z] 138eaada9080: Pull complete [2020-09-02T22:16:10.965Z] 0622d0fa9048: Pull complete [2020-09-02T22:16:10.965Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-09-02T22:16:10.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T22:16:10.965Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-02T22:16:11.167Z] prd-centos7-docker-4c-2g-1203 does not seem to be running inside a container [2020-09-02T22:16:11.222Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/exfoundry_ci-build-images_PR-146 -v /w/workspace/exfoundry_ci-build-images_PR-146:/w/workspace/exfoundry_ci-build-images_PR-146:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-146@tmp:/w/workspace/exfoundry_ci-build-images_PR-146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-02T22:16:14.538Z] $ docker top 91a56022543573f33e8045aff26a93bd6805629e7bb25c033be26410dbaf1b69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-02T22:16:14.832Z] provisioning config files... [2020-09-02T22:16:14.854Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-146@tmp/config4197034493348854596tmp [Pipeline] { [Pipeline] echo [2020-09-02T22:16:14.947Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T22:16:15.278Z] ---> create-netrc.sh [Pipeline] echo [2020-09-02T22:16:15.306Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T22:16:15.655Z] ---> logs-deploy.sh [2020-09-02T22:16:15.655Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/PR-146/2 [2020-09-02T22:16:15.655Z] INFO: archiving workspace using pattern(s): [2020-09-02T22:16:17.045Z] Archives upload complete. [2020-09-02T22:16:17.045Z] INFO: archiving logs to Nexus [2020-09-02T22:16:17.621Z] ---> uname -a: [2020-09-02T22:16:17.621Z] Linux 91a560225435 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-02T22:16:17.621Z] [2020-09-02T22:16:17.621Z] [2020-09-02T22:16:17.621Z] ---> lscpu: [2020-09-02T22:16:17.621Z] Architecture: x86_64 [2020-09-02T22:16:17.621Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-02T22:16:17.621Z] Byte Order: Little Endian [2020-09-02T22:16:17.621Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-02T22:16:17.621Z] CPU(s): 4 [2020-09-02T22:16:17.621Z] On-line CPU(s) list: 0-3 [2020-09-02T22:16:17.621Z] Thread(s) per core: 1 [2020-09-02T22:16:17.621Z] Core(s) per socket: 1 [2020-09-02T22:16:17.621Z] Socket(s): 4 [2020-09-02T22:16:17.621Z] NUMA node(s): 1 [2020-09-02T22:16:17.621Z] Vendor ID: GenuineIntel [2020-09-02T22:16:17.621Z] CPU family: 6 [2020-09-02T22:16:17.621Z] Model: 44 [2020-09-02T22:16:17.621Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-02T22:16:17.621Z] Stepping: 1 [2020-09-02T22:16:17.621Z] CPU MHz: 2933.438 [2020-09-02T22:16:17.621Z] BogoMIPS: 5866.87 [2020-09-02T22:16:17.621Z] Virtualization: VT-x [2020-09-02T22:16:17.621Z] Hypervisor vendor: KVM [2020-09-02T22:16:17.621Z] Virtualization type: full [2020-09-02T22:16:17.621Z] L1d cache: 128 KiB [2020-09-02T22:16:17.621Z] L1i cache: 128 KiB [2020-09-02T22:16:17.621Z] L2 cache: 16 MiB [2020-09-02T22:16:17.621Z] L3 cache: 64 MiB [2020-09-02T22:16:17.621Z] NUMA node0 CPU(s): 0-3 [2020-09-02T22:16:17.621Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-02T22:16:17.621Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-02T22:16:17.621Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-02T22:16:17.621Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-02T22:16:17.621Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-02T22:16:17.621Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-02T22:16:17.621Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-02T22:16:17.621Z] Vulnerability Tsx async abort: Not affected [2020-09-02T22:16:17.621Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-09-02T22:16:17.621Z] [2020-09-02T22:16:17.621Z] [2020-09-02T22:16:17.621Z] ---> nproc: [2020-09-02T22:16:17.621Z] 4 [2020-09-02T22:16:17.621Z] [2020-09-02T22:16:17.621Z] [2020-09-02T22:16:17.621Z] ---> df -h: [2020-09-02T22:16:17.621Z] Filesystem Size Used Available Use% Mounted on [2020-09-02T22:16:17.621Z] overlay 50.0G 6.8G 43.2G 14% / [2020-09-02T22:16:17.621Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-02T22:16:17.621Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-02T22:16:17.621Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-02T22:16:17.621Z] /dev/vda1 50.0G 6.8G 43.2G 14% /etc/resolv.conf [2020-09-02T22:16:17.621Z] /dev/vda1 50.0G 6.8G 43.2G 14% /etc/hostname [2020-09-02T22:16:17.622Z] /dev/vda1 50.0G 6.8G 43.2G 14% /etc/hosts [2020-09-02T22:16:17.622Z] /dev/vda1 50.0G 6.8G 43.2G 14% /var/log/sa [2020-09-02T22:16:17.622Z] /dev/vda1 50.0G 6.8G 43.2G 14% /w/workspace/exfoundry_ci-build-images_PR-146 [2020-09-02T22:16:17.622Z] /dev/vda1 50.0G 6.8G 43.2G 14% /w/workspace/exfoundry_ci-build-images_PR-146@tmp [2020-09-02T22:16:17.622Z] [2020-09-02T22:16:17.622Z] [2020-09-02T22:16:17.622Z] ---> free -m: [2020-09-02T22:16:17.622Z] total used free shared buff/cache available [2020-09-02T22:16:17.622Z] Mem: 1837 618 109 0 1109 1111 [2020-09-02T22:16:17.622Z] Swap: 1023 0 1023 [2020-09-02T22:16:17.622Z] [2020-09-02T22:16:17.622Z] [2020-09-02T22:16:17.622Z] ---> ip addr: [2020-09-02T22:16:17.622Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-02T22:16:17.622Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-02T22:16:17.622Z] inet 127.0.0.1/8 scope host lo [2020-09-02T22:16:17.622Z] valid_lft forever preferred_lft forever [2020-09-02T22:16:17.622Z] 4: eth0@if5: mtu 1458 qdisc noqueue state UP [2020-09-02T22:16:17.622Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-02T22:16:17.622Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-02T22:16:17.622Z] valid_lft forever preferred_lft forever [2020-09-02T22:16:17.622Z] [2020-09-02T22:16:17.622Z] [2020-09-02T22:16:17.622Z] ---> sar -b -r -n DEV: [2020-09-02T22:16:17.622Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/02/20 _x86_64_ (4 CPU) [2020-09-02T22:16:17.622Z] [2020-09-02T22:16:17.622Z] 21:44:01 LINUX RESTART [2020-09-02T22:16:17.622Z] [2020-09-02T22:16:17.622Z] 21:45:01 tps rtps wtps bread/s bwrtn/s [2020-09-02T22:16:17.622Z] 21:46:01 3.00 0.00 3.00 0.00 406.93 [2020-09-02T22:16:17.622Z] 21:47:01 0.30 0.02 0.28 2.13 3.38 [2020-09-02T22:16:17.622Z] 21:48:01 0.28 0.00 0.28 0.00 3.27 [2020-09-02T22:16:17.622Z] 21:49:01 0.32 0.00 0.32 0.00 4.76 [2020-09-02T22:16:17.622Z] 21:50:01 0.32 0.00 0.32 0.00 5.08 [2020-09-02T22:16:17.622Z] 21:51:01 0.37 0.00 0.37 0.00 5.70 [2020-09-02T22:16:17.622Z] 21:52:01 0.37 0.00 0.37 0.00 5.33 [2020-09-02T22:16:17.622Z] 21:53:01 0.30 0.00 0.30 0.00 4.21 [2020-09-02T22:16:17.622Z] 21:54:01 0.25 0.00 0.25 0.00 3.61 [2020-09-02T22:16:17.622Z] 21:55:01 0.35 0.00 0.35 0.00 5.33 [2020-09-02T22:16:17.622Z] 21:56:01 0.32 0.00 0.32 0.00 4.68 [2020-09-02T22:16:17.622Z] 21:57:01 0.35 0.00 0.35 0.00 5.28 [2020-09-02T22:16:17.622Z] 21:58:01 0.33 0.00 0.33 0.00 4.76 [2020-09-02T22:16:17.622Z] 21:59:01 0.47 0.20 0.27 6.26 3.86 [2020-09-02T22:16:17.622Z] 22:00:01 0.97 0.00 0.97 0.00 16.99 [2020-09-02T22:16:17.622Z] 22:01:01 0.33 0.02 0.32 0.13 5.06 [2020-09-02T22:16:17.622Z] 22:02:01 0.57 0.08 0.48 1.60 8.84 [2020-09-02T22:16:17.622Z] 22:03:01 0.28 0.00 0.28 0.00 5.31 [2020-09-02T22:16:17.622Z] 22:04:01 0.25 0.00 0.25 0.00 4.40 [2020-09-02T22:16:17.622Z] 22:05:02 0.27 0.00 0.27 0.00 3.86 [2020-09-02T22:16:17.622Z] 22:06:01 0.22 0.00 0.22 0.00 4.03 [2020-09-02T22:16:17.622Z] 22:07:01 0.37 0.00 0.37 0.00 5.86 [2020-09-02T22:16:17.622Z] 22:08:01 0.32 0.00 0.32 0.00 4.46 [2020-09-02T22:16:17.622Z] 22:09:01 0.27 0.00 0.27 0.00 3.78 [2020-09-02T22:16:17.622Z] 22:10:01 0.28 0.00 0.28 0.00 4.51 [2020-09-02T22:16:17.622Z] 22:11:01 0.23 0.00 0.23 0.00 3.56 [2020-09-02T22:16:17.622Z] 22:12:01 0.32 0.00 0.32 0.00 5.41 [2020-09-02T22:16:17.622Z] 22:13:01 0.28 0.00 0.28 0.00 4.43 [2020-09-02T22:16:17.622Z] 22:14:01 0.23 0.00 0.23 0.00 3.70 [2020-09-02T22:16:17.622Z] 22:15:01 0.17 0.00 0.17 0.00 1.57 [2020-09-02T22:16:17.622Z] 22:16:01 52.88 46.87 6.01 7709.36 4131.49 [2020-09-02T22:16:17.622Z] Average: 2.12 1.52 0.59 249.22 151.20 [2020-09-02T22:16:17.622Z] [2020-09-02T22:16:17.622Z] 21:45:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-02T22:16:17.622Z] 21:46:01 104104 1777452 94.47 2600 1268160 1035544 35.34 372720 1252308 16 [2020-09-02T22:16:17.622Z] 21:47:01 101836 1779720 94.59 2600 1268232 1035544 35.34 374844 1252080 12 [2020-09-02T22:16:17.622Z] 21:48:01 100728 1780828 94.65 2600 1268236 1035772 35.35 376176 1252080 16 [2020-09-02T22:16:17.622Z] 21:49:01 100200 1781356 94.67 2600 1268240 1035544 35.34 376608 1252084 12 [2020-09-02T22:16:17.622Z] 21:50:01 99856 1781700 94.69 2600 1268244 1035652 35.34 376116 1253280 8 [2020-09-02T22:16:17.622Z] 21:51:01 99796 1781760 94.70 2600 1268248 1035592 35.34 375880 1253280 16 [2020-09-02T22:16:17.622Z] 21:52:01 100232 1781324 94.67 2600 1268252 1035544 35.34 375104 1253532 8 [2020-09-02T22:16:17.622Z] 21:53:01 100124 1781432 94.68 2600 1268256 1035544 35.34 373028 1255724 12 [2020-09-02T22:16:17.622Z] 21:54:01 100140 1781416 94.68 2600 1268288 1035544 35.34 373148 1255732 20 [2020-09-02T22:16:17.622Z] 21:55:01 99804 1781752 94.70 2600 1268268 1035628 35.34 372900 1256460 16 [2020-09-02T22:16:17.622Z] 21:56:01 100304 1781252 94.67 2600 1268272 1035544 35.34 372464 1256464 8 [2020-09-02T22:16:17.622Z] 21:57:01 99984 1781572 94.69 2600 1268276 1035544 35.34 372416 1256500 8 [2020-09-02T22:16:17.622Z] 21:58:01 100496 1781060 94.66 2600 1268280 1035544 35.34 372244 1256692 8 [2020-09-02T22:16:17.622Z] 21:59:01 100232 1781324 94.67 2600 1268284 1035544 35.34 372124 1256692 8 [2020-09-02T22:16:17.622Z] 22:00:01 98856 1782700 94.75 2600 1268316 1035616 35.34 373020 1256716 8 [2020-09-02T22:16:17.622Z] 22:01:01 98104 1783452 94.79 2600 1268328 1038348 35.44 373536 1256720 16 [2020-09-02T22:16:17.622Z] 22:02:01 98712 1782844 94.75 2600 1268452 1036052 35.36 373056 1256780 16 [2020-09-02T22:16:17.622Z] 22:03:01 99140 1782416 94.73 2600 1268456 1044248 35.64 372964 1256780 16 [2020-09-02T22:16:17.622Z] 22:04:01 99140 1782416 94.73 2600 1268464 1044248 35.64 372828 1256780 8 [2020-09-02T22:16:17.622Z] 22:05:02 98040 1783516 94.79 2600 1268464 1044416 35.64 373884 1256780 12 [2020-09-02T22:16:17.622Z] 22:06:01 99008 1782548 94.74 2600 1268468 1044248 35.64 373012 1256780 12 [2020-09-02T22:16:17.622Z] 22:07:01 98768 1782788 94.75 2600 1268476 1044248 35.64 373012 1256780 8 [2020-09-02T22:16:17.622Z] 22:08:01 99040 1782516 94.74 2600 1268476 1044248 35.64 373012 1256780 8 [2020-09-02T22:16:17.622Z] 22:09:01 99084 1782472 94.73 2600 1268484 1044248 35.64 372896 1256780 8 [2020-09-02T22:16:17.622Z] 22:10:01 99084 1782472 94.73 2600 1268488 1044308 35.64 373336 1256780 8 [2020-09-02T22:16:17.622Z] 22:11:01 98408 1783148 94.77 2600 1268496 1044308 35.64 373356 1256780 8 [2020-09-02T22:16:17.622Z] 22:12:01 98728 1782828 94.75 2600 1268496 1044248 35.64 373072 1256776 8 [2020-09-02T22:16:17.622Z] 22:13:01 98580 1782976 94.76 2600 1268500 1044248 35.64 373192 1256780 8 [2020-09-02T22:16:17.622Z] 22:14:01 98952 1782604 94.74 2600 1268508 1044248 35.64 373076 1256780 8 [2020-09-02T22:16:17.622Z] 22:15:01 98688 1782868 94.75 2600 1268508 1044308 35.64 373280 1256776 16 [2020-09-02T22:16:17.622Z] 22:16:01 73672 1807884 96.08 2600 1196468 1504348 51.34 496268 1157180 87464 [2020-09-02T22:16:17.622Z] Average: 98769 1782787 94.75 2600 1266045 1054452 35.99 377502 1252530 2832 [2020-09-02T22:16:17.622Z] [2020-09-02T22:16:17.622Z] 21:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-09-02T22:16:17.622Z] 21:46:01 eth0 0.33 0.08 0.02 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:47:01 eth0 0.50 0.08 0.05 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:48:01 eth0 1.18 0.52 0.57 0.36 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:49:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:50:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:51:01 eth0 0.13 0.05 0.06 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:52:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:54:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:55:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:56:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:57:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:00:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:01:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:02:01 eth0 0.07 0.08 0.00 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:03:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:04:01 eth0 0.42 0.05 0.03 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:05:02 eth0 0.80 0.37 0.42 0.26 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:06:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:07:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.622Z] 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:08:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:09:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:10:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:11:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:12:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:13:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:14:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:15:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:16:01 eth0 134.75 91.03 2422.60 23.13 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] Average: eth0 4.54 3.05 78.27 0.78 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-02T22:16:17.623Z] [2020-09-02T22:16:17.623Z] [2020-09-02T22:16:17.623Z] ---> sar -P ALL: [2020-09-02T22:16:17.623Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/02/20 _x86_64_ (4 CPU) [2020-09-02T22:16:17.623Z] [2020-09-02T22:16:17.623Z] 21:44:01 LINUX RESTART [2020-09-02T22:16:17.623Z] [2020-09-02T22:16:17.623Z] 21:45:01 CPU %user %nice %system %iowait %steal %idle [2020-09-02T22:16:17.623Z] 21:46:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-09-02T22:16:17.623Z] 21:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-02T22:16:17.623Z] 21:46:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-09-02T22:16:17.623Z] 21:46:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 21:46:01 3 0.52 0.00 0.07 0.00 0.02 99.40 [2020-09-02T22:16:17.623Z] 21:47:01 all 0.08 0.00 0.03 0.00 0.00 99.89 [2020-09-02T22:16:17.623Z] 21:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 21:47:01 1 0.20 0.00 0.03 0.00 0.00 99.77 [2020-09-02T22:16:17.623Z] 21:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 21:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-02T22:16:17.623Z] 21:48:01 all 0.13 0.00 0.05 0.00 0.00 99.82 [2020-09-02T22:16:17.623Z] 21:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 21:48:01 1 0.05 0.00 0.08 0.00 0.02 99.85 [2020-09-02T22:16:17.623Z] 21:48:01 2 0.42 0.00 0.05 0.00 0.00 99.53 [2020-09-02T22:16:17.623Z] 21:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 21:49:01 all 0.13 0.00 0.03 0.00 0.00 99.84 [2020-09-02T22:16:17.623Z] 21:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 21:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-02T22:16:17.623Z] 21:49:01 2 0.47 0.00 0.02 0.00 0.02 99.50 [2020-09-02T22:16:17.623Z] 21:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 21:50:01 all 0.09 0.00 0.03 0.00 0.00 99.88 [2020-09-02T22:16:17.623Z] 21:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-09-02T22:16:17.623Z] 21:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 21:50:01 2 0.28 0.00 0.03 0.00 0.00 99.68 [2020-09-02T22:16:17.623Z] 21:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2020-09-02T22:16:17.623Z] 21:51:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-09-02T22:16:17.623Z] 21:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 21:51:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 21:51:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 21:51:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2020-09-02T22:16:17.623Z] 21:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-09-02T22:16:17.623Z] 21:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 21:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 21:52:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 21:52:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-09-02T22:16:17.623Z] 21:53:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2020-09-02T22:16:17.623Z] 21:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-09-02T22:16:17.623Z] 21:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 21:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 21:53:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2020-09-02T22:16:17.623Z] 21:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-02T22:16:17.623Z] 21:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 21:54:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 21:54:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2020-09-02T22:16:17.623Z] 21:54:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2020-09-02T22:16:17.623Z] 21:55:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2020-09-02T22:16:17.623Z] 21:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 21:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 21:55:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-09-02T22:16:17.623Z] 21:55:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2020-09-02T22:16:17.623Z] 21:56:01 all 0.13 0.00 0.04 0.00 0.00 99.83 [2020-09-02T22:16:17.623Z] 21:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-02T22:16:17.623Z] 21:56:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 21:56:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-09-02T22:16:17.623Z] 21:56:01 3 0.40 0.00 0.10 0.00 0.00 99.50 [2020-09-02T22:16:17.623Z] 21:57:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2020-09-02T22:16:17.623Z] 21:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 21:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2020-09-02T22:16:17.623Z] 21:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 21:57:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 21:58:01 all 0.08 0.00 0.04 0.00 0.00 99.88 [2020-09-02T22:16:17.623Z] 21:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 21:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 21:58:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 21:58:01 3 0.25 0.00 0.07 0.00 0.00 99.68 [2020-09-02T22:16:17.623Z] 21:59:01 all 0.15 0.00 0.05 0.00 0.00 99.81 [2020-09-02T22:16:17.623Z] 21:59:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2020-09-02T22:16:17.623Z] 21:59:01 1 0.02 0.00 0.07 0.02 0.00 99.90 [2020-09-02T22:16:17.623Z] 21:59:01 2 0.48 0.00 0.05 0.00 0.00 99.47 [2020-09-02T22:16:17.623Z] 21:59:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-02T22:16:17.623Z] 22:00:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 22:00:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 22:00:01 1 0.08 0.00 0.05 0.00 0.00 99.87 [2020-09-02T22:16:17.623Z] 22:00:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2020-09-02T22:16:17.623Z] 22:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 22:01:01 all 0.11 0.00 0.05 0.00 0.00 99.83 [2020-09-02T22:16:17.623Z] 22:01:01 0 0.00 0.00 0.07 0.00 0.00 99.93 [2020-09-02T22:16:17.623Z] 22:01:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 22:01:01 2 0.37 0.00 0.07 0.00 0.00 99.57 [2020-09-02T22:16:17.623Z] 22:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 22:02:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-09-02T22:16:17.623Z] 22:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 22:02:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-02T22:16:17.623Z] 22:02:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2020-09-02T22:16:17.623Z] 22:02:01 3 0.02 0.00 0.05 0.02 0.02 99.90 [2020-09-02T22:16:17.623Z] 22:03:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-09-02T22:16:17.623Z] 22:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 22:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 22:03:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2020-09-02T22:16:17.623Z] 22:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 22:04:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-09-02T22:16:17.623Z] 22:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 22:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 22:04:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 22:04:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2020-09-02T22:16:17.623Z] 22:05:02 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-02T22:16:17.623Z] 22:05:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 22:05:02 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 22:05:02 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 22:05:02 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-09-02T22:16:17.623Z] 22:06:01 all 0.16 0.00 0.03 0.00 0.00 99.82 [2020-09-02T22:16:17.623Z] 22:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-09-02T22:16:17.623Z] 22:06:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-02T22:16:17.623Z] 22:06:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 22:06:01 3 0.51 0.00 0.03 0.00 0.00 99.46 [2020-09-02T22:16:17.623Z] 22:07:01 all 0.10 0.00 0.03 0.00 0.00 99.87 [2020-09-02T22:16:17.623Z] 22:07:01 0 0.08 0.00 0.02 0.00 0.00 99.90 [2020-09-02T22:16:17.623Z] 22:07:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2020-09-02T22:16:17.623Z] 22:07:01 2 0.10 0.00 0.07 0.00 0.00 99.83 [2020-09-02T22:16:17.623Z] 22:07:01 3 0.20 0.00 0.02 0.00 0.00 99.78 [2020-09-02T22:16:17.623Z] 22:08:01 all 0.03 0.00 0.03 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 22:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-09-02T22:16:17.623Z] 22:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.623Z] 22:08:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-09-02T22:16:17.623Z] 22:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2020-09-02T22:16:17.623Z] 22:09:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2020-09-02T22:16:17.623Z] 22:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-09-02T22:16:17.623Z] 22:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.623Z] 22:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-02T22:16:17.623Z] 22:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.624Z] 22:10:01 all 0.08 0.00 0.03 0.00 0.00 99.88 [2020-09-02T22:16:17.624Z] 22:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-09-02T22:16:17.624Z] 22:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.624Z] 22:10:01 2 0.28 0.00 0.07 0.00 0.00 99.65 [2020-09-02T22:16:17.624Z] 22:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-02T22:16:17.624Z] 22:11:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2020-09-02T22:16:17.624Z] 22:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-09-02T22:16:17.624Z] 22:11:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-02T22:16:17.624Z] 22:11:01 2 0.32 0.00 0.03 0.00 0.00 99.65 [2020-09-02T22:16:17.624Z] 22:11:01 3 0.25 0.00 0.02 0.00 0.00 99.73 [2020-09-02T22:16:17.624Z] 22:12:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2020-09-02T22:16:17.624Z] 22:12:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2020-09-02T22:16:17.624Z] 22:12:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2020-09-02T22:16:17.624Z] 22:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-02T22:16:17.624Z] 22:12:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2020-09-02T22:16:17.624Z] 22:13:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-09-02T22:16:17.624Z] 22:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.624Z] 22:13:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-02T22:16:17.624Z] 22:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-02T22:16:17.624Z] 22:13:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-09-02T22:16:17.624Z] 22:14:01 all 0.09 0.00 0.03 0.00 0.00 99.89 [2020-09-02T22:16:17.624Z] 22:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2020-09-02T22:16:17.624Z] 22:14:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-02T22:16:17.624Z] 22:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-02T22:16:17.624Z] 22:14:01 3 0.27 0.00 0.05 0.00 0.00 99.68 [2020-09-02T22:16:17.624Z] 22:15:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2020-09-02T22:16:17.624Z] 22:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-02T22:16:17.624Z] 22:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-02T22:16:17.624Z] 22:15:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2020-09-02T22:16:17.624Z] 22:15:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2020-09-02T22:16:17.624Z] 22:16:01 all 2.43 0.00 1.25 1.12 0.01 95.19 [2020-09-02T22:16:17.624Z] 22:16:01 0 2.16 0.00 1.47 1.14 0.00 95.24 [2020-09-02T22:16:17.624Z] 22:16:01 1 2.19 0.00 1.10 1.37 0.00 95.34 [2020-09-02T22:16:17.624Z] 22:16:01 2 2.53 0.00 1.26 0.39 0.00 95.83 [2020-09-02T22:16:17.624Z] 22:16:01 3 2.82 0.00 1.15 1.59 0.02 94.42 [2020-09-02T22:16:17.624Z] Average: all 0.19 0.00 0.07 0.04 0.00 99.70 [2020-09-02T22:16:17.624Z] Average: 0 0.09 0.00 0.07 0.04 0.00 99.81 [2020-09-02T22:16:17.624Z] Average: 1 0.11 0.00 0.07 0.04 0.00 99.78 [2020-09-02T22:16:17.624Z] Average: 2 0.23 0.00 0.08 0.01 0.00 99.67 [2020-09-02T22:16:17.624Z] Average: 3 0.33 0.00 0.07 0.05 0.00 99.55 [2020-09-02T22:16:17.624Z] [2020-09-02T22:16:17.624Z] [2020-09-02T22:16:17.624Z]