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 21:44:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-146 [Pipeline] echo 21:44:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-146 [Pipeline] echo 21:44:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-146 [Pipeline] echo 21:44:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 077630f2270e1b1ff5e423db37e1004af1dbbe73 [Pipeline] echo 21:44:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 077630f [Pipeline] echo 21:44:52 [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 21:45:08 Still waiting to schedule task 21:45:08 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:45:08 Still waiting to schedule task 21:45:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:47:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1204 in /w/workspace/exfoundry_ci-build-images_PR-146 [Pipeline] { [Pipeline] checkout 21:47:08 using credential edgex-jenkins-ssh 21:47:08 Cloning the remote Git repository 21:47:08 Cloning with configured refspecs honoured and without tags 21:47:08 Cloning repository git@github.com:edgexfoundry/ci-build-images.git 21:47:09 Fetching without tags 21:47:08 > git init /w/workspace/exfoundry_ci-build-images_PR-146 # timeout=10 21:47:08 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 21:47:08 > git --version # timeout=10 21:47:08 > git --version # 'git version 2.17.1' 21:47:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:08 > 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 21:47:09 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 21:47:09 > git config --add remote.origin.fetch +refs/pull/146/head:refs/remotes/origin/PR-146 # timeout=10 21:47:09 > git config --add remote.origin.fetch +refs/heads/lftools:refs/remotes/origin/lftools # timeout=10 21:47:09 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 21:47:09 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 21:47:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:09 > 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 21:47:10 Merging remotes/origin/lftools commit 3dcff33bf83c5973e65aa9fbd30c44798bc4ed83 into PR head commit 077630f2270e1b1ff5e423db37e1004af1dbbe73 21:47:10 Merge succeeded, producing 077630f2270e1b1ff5e423db37e1004af1dbbe73 21:47:10 Checking out Revision 077630f2270e1b1ff5e423db37e1004af1dbbe73 (PR-146) 21:47:10 > git config core.sparsecheckout # timeout=10 21:47:10 > git checkout -f 077630f2270e1b1ff5e423db37e1004af1dbbe73 # timeout=10 21:47:10 > git remote # timeout=10 21:47:10 > git config --get remote.origin.url # timeout=10 21:47:10 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:10 > git merge 3dcff33bf83c5973e65aa9fbd30c44798bc4ed83 # timeout=10 21:47:10 > git rev-parse HEAD^{commit} # timeout=10 21:47:10 > git config core.sparsecheckout # timeout=10 21:47:10 > git checkout -f 077630f2270e1b1ff5e423db37e1004af1dbbe73 # timeout=10 21:47:14 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 21:47:15 provisioning config files... 21:47:15 copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-146@tmp/config9213337724461108222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:47:17 ---> docker-login.sh 21:47:17 nexus3.edgexfoundry.org:10001 21:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:18 Configure a credential helper to remove this warning. See 21:47:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:18 21:47:18 Login Succeeded 21:47:18 nexus3.edgexfoundry.org:10002 21:47:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:18 Configure a credential helper to remove this warning. See 21:47:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:18 21:47:18 Login Succeeded 21:47:18 nexus3.edgexfoundry.org:10003 21:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:19 Configure a credential helper to remove this warning. See 21:47:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:19 21:47:19 Login Succeeded 21:47:19 nexus3.edgexfoundry.org:10004 21:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:19 Configure a credential helper to remove this warning. See 21:47:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:19 21:47:19 Login Succeeded 21:47:19 docker.io 21:47:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:20 Configure a credential helper to remove this warning. See 21:47:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:20 21:47:20 Login Succeeded 21:47:20 ---> docker-login.sh ends [Pipeline] } 21:47:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] sh 21:47:21 + docker build -t edgex-lftools-log-publisher -f Dockerfile.logs-publish . 21:47:21 Sending build context to Docker daemon 218.1kB 21:47:21 [WARNING]: Empty continuation line found in: 21:47:21 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 21:47:21 [WARNING]: Empty continuation lines will become errors in a future release. 21:47:21 Step 1/11 : FROM alpine:3.12 as mktempbuilder 21:47:21 3.12: Pulling from library/alpine 21:47:22 b538f80385f9: Pulling fs layer 21:47:22 b538f80385f9: Verifying Checksum 21:47:22 b538f80385f9: Download complete 21:47:23 b538f80385f9: Pull complete 21:47:23 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:47:23 Status: Downloaded newer image for alpine:3.12 21:47:23 ---> 62ee0e9f8440 21:47:23 Step 2/11 : WORKDIR /tmp/build 21:47:23 ---> Running in 95c5654ddad7 21:47:23 Removing intermediate container 95c5654ddad7 21:47:23 ---> fd660312ff1d 21:47:23 Step 3/11 : RUN apk add --update --no-cache build-base linux-headers 21:47:23 ---> Running in 407961b126d0 21:47:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:47:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:47:25 (1/22) Upgrading musl (1.1.24-r8 -> 1.1.24-r9) 21:47:25 (2/22) Installing libgcc (9.3.0-r2) 21:47:26 (3/22) Installing libstdc++ (9.3.0-r2) 21:47:26 (4/22) Installing binutils (2.34-r1) 21:47:26 (5/22) Installing libmagic (5.38-r0) 21:47:26 (6/22) Installing file (5.38-r0) 21:47:26 (7/22) Installing gmp (6.2.0-r0) 21:47:26 (8/22) Installing isl (0.18-r0) 21:47:26 (9/22) Installing libgomp (9.3.0-r2) 21:47:26 (10/22) Installing libatomic (9.3.0-r2) 21:47:26 (11/22) Installing libgphobos (9.3.0-r2) 21:47:26 (12/22) Installing mpfr4 (4.0.2-r4) 21:47:26 (13/22) Installing mpc1 (1.1.0-r1) 21:47:26 (14/22) Installing gcc (9.3.0-r2) 21:47:28 (15/22) Installing musl-dev (1.1.24-r9) 21:47:28 (16/22) Installing libc-dev (0.7.2-r3) 21:47:28 (17/22) Installing g++ (9.3.0-r2) 21:47:30 (18/22) Installing make (4.3-r0) 21:47:30 (19/22) Installing fortify-headers (1.1-r0) 21:47:30 (20/22) Installing patch (2.7.6-r6) 21:47:30 (21/22) Installing build-base (0.5-r2) 21:47:30 (22/22) Installing linux-headers (5.4.5-r1) 21:47:30 Executing busybox-1.31.1-r16.trigger 21:47:30 OK: 197 MiB in 35 packages 21:47:38 Removing intermediate container 407961b126d0 21:47:38 ---> 13f7e311b02b 21:47:38 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 21:47:39 ---> Running in e321c0a79703 21:47:40 Connecting to www.mktemp.org (65.102.237.118:443) 21:47:40 saving to 'mktemp-1.7.tar.gz' 21:47:40 mktemp-1.7.tar.gz 100% |********************************| 78792 0:00:00 ETA 21:47:40 'mktemp-1.7.tar.gz' saved 21:47:40 mktemp-1.7/INSTALL 21:47:41 mktemp-1.7/INSTALL.configure 21:47:41 mktemp-1.7/LICENSE 21:47:41 mktemp-1.7/Makefile.in 21:47:41 mktemp-1.7/README 21:47:41 mktemp-1.7/RELEASE_NOTES 21:47:41 mktemp-1.7/config.guess 21:47:41 mktemp-1.7/config.h.in 21:47:41 mktemp-1.7/config.sub 21:47:41 mktemp-1.7/configure 21:47:41 mktemp-1.7/configure.in 21:47:41 mktemp-1.7/extern.h 21:47:41 mktemp-1.7/install-sh 21:47:41 mktemp-1.7/mkdtemp.c 21:47:41 mktemp-1.7/mkinstalldirs 21:47:41 mktemp-1.7/mktemp.c 21:47:41 mktemp-1.7/mktemp.man 21:47:41 mktemp-1.7/mktemp.mdoc 21:47:41 mktemp-1.7/priv_mktemp.c 21:47:41 mktemp-1.7/arc4random.c 21:47:41 mktemp-1.7/strdup.c 21:47:41 mktemp-1.7/strerror.c 21:47:41 Connecting to git.savannah.gnu.org (209.51.188.201:80) 21:47:41 saving to 'config.guess' 21:47:41 config.guess 100% |********************************| 48946 0:00:00 ETA 21:47:41 'config.guess' saved 21:47:41 Connecting to git.savannah.gnu.org (209.51.188.201:80) 21:47:42 saving to 'config.sub' 21:47:42 config.sub 100% |********************************| 34131 0:00:00 ETA 21:47:42 'config.sub' saved 21:47:42 checking build system type... aarch64-unknown-linux-musl 21:47:42 checking host system type... aarch64-unknown-linux-musl 21:47:42 checking for nroff... no 21:47:42 checking for gcc... gcc 21:47:42 checking for C compiler default output file name... a.out 21:47:42 checking whether the C compiler works... yes 21:47:42 checking whether we are cross compiling... no 21:47:42 checking for suffix of executables... 21:47:43 checking for suffix of object files... o 21:47:43 checking whether we are using the GNU C compiler... yes 21:47:43 checking whether gcc accepts -g... yes 21:47:43 checking for gcc option to accept ISO C89... none needed 21:47:43 checking how to run the C preprocessor... gcc -E 21:47:43 checking for grep that handles long lines and -e... /bin/grep 21:47:43 checking for egrep... /bin/grep -E 21:47:43 checking whether gcc needs -traditional... no 21:47:43 checking for an ANSI C-conforming const... yes 21:47:44 checking for ANSI C header files... yes 21:47:44 checking for sys/types.h... yes 21:47:44 checking for sys/stat.h... yes 21:47:44 checking for stdlib.h... yes 21:47:44 checking for string.h... yes 21:47:45 checking for memory.h... yes 21:47:45 checking for strings.h... yes 21:47:45 checking for inttypes.h... yes 21:47:45 checking for stdint.h... yes 21:47:45 checking for unistd.h... yes 21:47:45 checking paths.h usability... yes 21:47:45 checking paths.h presence... yes 21:47:45 checking for paths.h... yes 21:47:45 checking sys/time.h usability... yes 21:47:45 checking sys/time.h presence... yes 21:47:45 checking for sys/time.h... yes 21:47:46 checking whether time.h and sys/time.h may both be included... yes 21:47:46 checking for ssize_t... yes 21:47:46 checking for strerror... yes 21:47:46 checking for strdup... yes 21:47:46 checking for getopt_long... yes 21:47:46 checking for arc4random_uniform... no 21:47:46 checking for arc4random... no 21:47:47 checking for __progname... yes 21:47:47 checking for random device... /dev/urandom 21:47:47 checking whether to use mk{s,d}temp from libc... no 21:47:47 checking which macro set to use for manual... man 21:47:47 configure: creating ./config.status 21:47:47 config.status: creating Makefile 21:47:47 config.status: creating config.h 21:47:47 /bin/sh ./mkinstalldirs /usr/local/bin \ 21:47:47 /usr/local/share/man/man1 21:47:47 mkdir /usr/local/share/man 21:47:47 mkdir /usr/local/share/man/man1 21:47:47 gcc -c -I. -I. -g -O2 mktemp.c 21:47:47 gcc -c -I. -I. -g -O2 arc4random.c 21:47:48 gcc -c -I. -I. -g -O2 priv_mktemp.c 21:47:48 gcc -o mktemp mktemp.o arc4random.o priv_mktemp.o 21:47:48 /bin/sh ./install-sh -c -m 0555 -s mktemp /usr/local/bin/mktemp 21:47:48 /bin/sh ./install-sh -c -m 0444 ./mktemp.man \ 21:47:48 /usr/local/share/man/man1/mktemp.1 21:47:50 Removing intermediate container e321c0a79703 21:47:50 ---> a52469e2efbd 21:47:50 Step 5/11 : FROM python:3.6-alpine 21:47:50 3.6-alpine: Pulling from library/python 21:47:50 b538f80385f9: Already exists 21:47:50 0d489d24c263: Pulling fs layer 21:47:50 85a598a3ffd8: Pulling fs layer 21:47:50 f6ebbe0b582a: Pulling fs layer 21:47:50 9823ca79a027: Pulling fs layer 21:47:50 9823ca79a027: Waiting 21:47:50 0d489d24c263: Download complete 21:47:50 f6ebbe0b582a: Verifying Checksum 21:47:50 f6ebbe0b582a: Download complete 21:47:50 9823ca79a027: Verifying Checksum 21:47:50 9823ca79a027: Download complete 21:47:50 85a598a3ffd8: Verifying Checksum 21:47:50 85a598a3ffd8: Download complete 21:47:51 0d489d24c263: Pull complete 21:47:52 85a598a3ffd8: Pull complete 21:47:52 f6ebbe0b582a: Pull complete 21:47:53 Running on prd-centos7-docker-4c-2g-1205 in /w/workspace/exfoundry_ci-build-images_PR-146 [Pipeline] { [Pipeline] checkout 21:47:53 9823ca79a027: Pull complete 21:47:53 Digest: sha256:1aecd84e20860196525570a6cdc6016c2954ed241b1d254c0af3348382734082 21:47:53 Status: Downloaded newer image for python:3.6-alpine 21:47:53 ---> 05c4be11dc5c 21:47:53 Step 6/11 : ARG GLOBAL_JJB_COMMIT=64faafae2362d36e4d5c3e8d5fe6579b9d09cf55 21:47:53 ---> Running in 384f3c889113 21:47:54 Removing intermediate container 384f3c889113 21:47:54 ---> a02a5fe79c48 21:47:54 Step 7/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' maintainer="Ernesto Ojeda " 21:47:54 ---> Running in e6303d3c63fa 21:47:54 Removing intermediate container e6303d3c63fa 21:47:54 ---> 23e61e76d041 21:47:54 Step 8/11 : RUN mv /bin/mktemp /bin/mktemp-busybox 21:47:54 ---> Running in d52de8e486a9 21:47:55 using credential edgex-jenkins-ssh 21:47:55 Cloning the remote Git repository 21:47:55 Cloning with configured refspecs honoured and without tags 21:47:56 Fetching without tags 21:47:55 Cloning repository git@github.com:edgexfoundry/ci-build-images.git 21:47:55 > git init /w/workspace/exfoundry_ci-build-images_PR-146 # timeout=10 21:47:55 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 21:47:55 > git --version # timeout=10 21:47:55 > git --version # 'git version 2.16.5' 21:47:55 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:55 > 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 21:47:56 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 21:47:56 > git config --add remote.origin.fetch +refs/pull/146/head:refs/remotes/origin/PR-146 # timeout=10 21:47:56 > git config --add remote.origin.fetch +refs/heads/lftools:refs/remotes/origin/lftools # timeout=10 21:47:56 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 21:47:56 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 21:47:56 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:56 > 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 21:47:56 Merging remotes/origin/lftools commit 3dcff33bf83c5973e65aa9fbd30c44798bc4ed83 into PR head commit 077630f2270e1b1ff5e423db37e1004af1dbbe73 21:47:57 Merge succeeded, producing 077630f2270e1b1ff5e423db37e1004af1dbbe73 21:47:57 Checking out Revision 077630f2270e1b1ff5e423db37e1004af1dbbe73 (PR-146) 21:47:57 Removing intermediate container d52de8e486a9 21:47:57 ---> 862063f07c33 21:47:57 Step 9/11 : COPY --from=mktempbuilder /usr/local/bin/mktemp /usr/local/bin/mktemp 21:47:56 > git config core.sparsecheckout # timeout=10 21:47:57 > git checkout -f 077630f2270e1b1ff5e423db37e1004af1dbbe73 # timeout=10 21:47:57 > git remote # timeout=10 21:47:57 > git config --get remote.origin.url # timeout=10 21:47:57 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:57 > git merge 3dcff33bf83c5973e65aa9fbd30c44798bc4ed83 # timeout=10 21:47:57 > git rev-parse HEAD^{commit} # timeout=10 21:47:57 > git config core.sparsecheckout # timeout=10 21:47:57 > git checkout -f 077630f2270e1b1ff5e423db37e1004af1dbbe73 # timeout=10 21:47:58 ---> aba74c91557d 21:47:58 Step 10/11 : ENV SETUPTOOLS_USE_DISTUTILS="stdlib" 21:47:58 ---> Running in 8a3b0f328253 21:47:58 Removing intermediate container 8a3b0f328253 21:47:58 ---> 3b968df0e6dd 21:47:58 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 21:47:58 ---> Running in 3cb80fd45b4e 21:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:48:00 Commit message: "feat: replace BusyBox mktemp with GNU mktemp" 21:48:00 (1/54) Installing bash (5.0.17-r0) 21:48:00 Executing bash-5.0.17-r0.post-install 21:48:00 (2/54) Installing libgcc (9.3.0-r2) 21:48:00 (3/54) Installing libstdc++ (9.3.0-r2) [Pipeline] withEnv 21:48:01 (4/54) Installing binutils (2.34-r1) [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { 21:48:01 (5/54) Installing libmagic (5.38-r0) 21:48:01 (6/54) Installing file (5.38-r0) 21:48:01 (7/54) Installing gmp (6.2.0-r0) 21:48:01 (8/54) Installing isl (0.18-r0) 21:48:01 (9/54) Installing libgomp (9.3.0-r2) 21:48:01 (10/54) Installing libatomic (9.3.0-r2) 21:48:01 (11/54) Installing libgphobos (9.3.0-r2) 21:48:01 (12/54) Installing mpfr4 (4.0.2-r4) 21:48:01 (13/54) Installing mpc1 (1.1.0-r1) [Pipeline] configFileProvider 21:48:01 provisioning config files... 21:48:01 copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-146@tmp/config263397002084715678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:48:01 (14/54) Installing gcc (9.3.0-r2) 21:48:02 ---> docker-login.sh 21:48:02 nexus3.edgexfoundry.org:10001 21:48:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:02 Configure a credential helper to remove this warning. See 21:48:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:02 21:48:02 Login Succeeded 21:48:02 nexus3.edgexfoundry.org:10002 21:48:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:02 Configure a credential helper to remove this warning. See 21:48:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:02 21:48:02 Login Succeeded 21:48:02 nexus3.edgexfoundry.org:10003 21:48:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:02 Configure a credential helper to remove this warning. See 21:48:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:02 21:48:02 Login Succeeded 21:48:02 nexus3.edgexfoundry.org:10004 21:48:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:02 Configure a credential helper to remove this warning. See 21:48:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:02 21:48:02 Login Succeeded 21:48:02 docker.io 21:48:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:03 Configure a credential helper to remove this warning. See 21:48:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:03 21:48:03 Login Succeeded 21:48:03 ---> docker-login.sh ends [Pipeline] } 21:48:03 Deleting 1 temporary files [Pipeline] // configFileProvider 21:48:03 (15/54) Installing musl-dev (1.1.24-r9) 21:48:03 (16/54) Installing libc-dev (0.7.2-r3) 21:48:03 (17/54) Installing g++ (9.3.0-r2) [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] sh 21:48:04 + docker build -t edgex-lftools -f Dockerfile . 21:48:04 Sending build context to Docker daemon 218.1kB 21:48:04 Step 1/8 : FROM centos:7 21:48:04 7: Pulling from library/centos 21:48:04 75f829a71a1c: Pulling fs layer 21:48:04 (18/54) Installing make (4.3-r0) 21:48:05 (19/54) Installing fortify-headers (1.1-r0) 21:48:05 (20/54) Installing patch (2.7.6-r6) 21:48:05 (21/54) Installing build-base (0.5-r2) 21:48:05 (22/54) Installing nghttp2-libs (1.41.0-r0) 21:48:05 (23/54) Installing libcurl (7.69.1-r0) 21:48:05 (24/54) Installing pcre2 (10.35-r0) 21:48:05 (25/54) Installing git (2.26.2-r0) 21:48:05 (26/54) Installing linux-headers (5.4.5-r1) 21:48:05 (27/54) Installing pkgconf (1.7.2-r0) 21:48:05 (28/54) Installing libffi-dev (3.3-r2) 21:48:05 (29/54) Installing zlib-dev (1.2.11-r3) 21:48:05 (30/54) Installing xz-dev (5.2.5-r0) 21:48:05 (31/54) Installing libxml2 (2.9.10-r4) 21:48:06 75f829a71a1c: Retrying in 5 seconds 21:48:06 (32/54) Installing libxml2-dev (2.9.10-r4) 21:48:06 (33/54) Installing libgpg-error (1.37-r0) 21:48:06 (34/54) Installing libgcrypt (1.8.5-r0) 21:48:06 (35/54) Installing libxslt (1.1.34-r0) 21:48:06 (36/54) Installing libxslt-dev (1.1.34-r0) 21:48:06 (37/54) Installing openssl-dev (1.1.1g-r0) 21:48:06 (38/54) Installing sysstat (12.2.1-r0) 21:48:06 (39/54) Installing libblkid (2.35.2-r0) 21:48:06 (40/54) Installing blkid (2.35.2-r0) 21:48:06 (41/54) Installing libcap-ng (0.7.10-r1) 21:48:06 (42/54) Installing setpriv (2.35.2-r0) 21:48:06 (43/54) Installing libmount (2.35.2-r0) 21:48:06 (44/54) Installing libsmartcols (2.35.2-r0) 21:48:06 (45/54) Installing findmnt (2.35.2-r0) 21:48:06 (46/54) Installing mcookie (2.35.2-r0) 21:48:06 (47/54) Installing hexdump (2.35.2-r0) 21:48:06 (48/54) Installing lsblk (2.35.2-r0) 21:48:06 (49/54) Installing libuuid (2.35.2-r0) 21:48:06 (50/54) Installing libfdisk (2.35.2-r0) 21:48:06 (51/54) Installing sfdisk (2.35.2-r0) 21:48:06 (52/54) Installing cfdisk (2.35.2-r0) 21:48:06 (53/54) Installing util-linux (2.35.2-r0) 21:48:06 (54/54) Installing xmlstarlet (1.6.1-r0) 21:48:06 Executing busybox-1.31.1-r16.trigger 21:48:06 OK: 242 MiB in 88 packages 21:48:06 75f829a71a1c: Retrying in 4 seconds 21:48:07 75f829a71a1c: Retrying in 3 seconds 21:48:08 75f829a71a1c: Retrying in 2 seconds 21:48:09 75f829a71a1c: Retrying in 1 second 21:48:11 75f829a71a1c: Verifying Checksum 21:48:11 75f829a71a1c: Download complete 21:48:13 Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.2.2) 21:48:15 75f829a71a1c: Pull complete 21:48:15 Digest: sha256:19a79828ca2e505eaee0ff38c2f3fd9901f4826737295157cc5212b7a372cd2b 21:48:15 Status: Downloaded newer image for centos:7 21:48:15 ---> 7e6257c9f8d8 21:48:15 Step 2/8 : COPY ./fedora-infra-sigul.repo /etc/yum.repos.d/ 21:48:18 ---> f96661fa2dc8 21:48:18 Step 3/8 : ENV LC_ALL=en_US.utf-8 LANG=en_US.utf-8 21:48:18 ---> Running in 505eef9730cc 21:48:18 Removing intermediate container 505eef9730cc 21:48:18 ---> 3c6feb92f6b2 21:48:18 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 21:48:18 ---> Running in 74a7974011bb 21:48:19 Loaded plugins: fastestmirror, ovl 21:48:19 Determining fastest mirrors 21:48:20 Collecting setuptools 21:48:20 Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) 21:48:20 Installing collected packages: setuptools 21:48:20 Attempting uninstall: setuptools 21:48:20 Found existing installation: setuptools 49.6.0 21:48:21 Uninstalling setuptools-49.6.0: 21:48:21 * base: centos.mirror.globo.tech 21:48:21 * extras: centos.mirror.ca.planethoster.net 21:48:21 * updates: centos.mirror.ca.planethoster.net 21:48:21 Successfully uninstalled setuptools-49.6.0 21:48:23 Successfully installed setuptools-50.0.3 21:48:24 Package libxml2-2.9.1-6.el7.4.x86_64 already installed and latest version 21:48:24 Resolving Dependencies 21:48:24 --> Running transaction check 21:48:24 ---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed 21:48:24 --> Finished Dependency Resolution 21:48:24 21:48:24 Dependencies Resolved 21:48:24 21:48:24 ================================================================================ 21:48:24 Package Arch Version Repository Size 21:48:24 ================================================================================ 21:48:24 Installing: 21:48:24 libxslt x86_64 1.1.28-5.el7 base 242 k 21:48:24 21:48:24 Transaction Summary 21:48:24 ================================================================================ 21:48:24 Install 1 Package 21:48:24 21:48:24 Total download size: 242 k 21:48:24 Installed size: 486 k 21:48:24 Downloading packages: 21:48:24 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 21:48:24 Public key for libxslt-1.1.28-5.el7.x86_64.rpm is not installed 21:48:24 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 21:48:24 Importing GPG key 0xF4A80EB5: 21:48:24 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " 21:48:24 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 21:48:24 Package : centos-release-7-8.2003.0.el7.centos.x86_64 (@CentOS) 21:48:24 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 21:48:24 Running transaction check 21:48:24 Running transaction test 21:48:24 Transaction test succeeded 21:48:24 Running transaction 21:48:26 Installing : libxslt-1.1.28-5.el7.x86_64 1/1 21:48:26 Verifying : libxslt-1.1.28-5.el7.x86_64 1/1 21:48:26 21:48:26 Installed: 21:48:26 libxslt.x86_64 0:1.1.28-5.el7 21:48:26 21:48:26 Complete! 21:48:26 Collecting lftools[openstack]==0.31.1 21:48:26 Downloading lftools-0.31.1-py2.py3-none-any.whl (127 kB) 21:48:26 Collecting bs4 21:48:26 Downloading bs4-0.0.1.tar.gz (1.1 kB) 21:48:26 warning: /tmp/xmlstarlet-1.6.1-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY 21:48:26 Preparing... ######################################## 21:48:26 Updating / installing... 21:48:26 xmlstarlet-1.6.1-1.el7 ######################################## 21:48:28 Removing intermediate container 74a7974011bb 21:48:28 ---> 2e5c1eb44185 21:48:28 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 21:48:28 ---> Running in 77811b58afd6 21:48:28 Collecting pyyaml 21:48:28 Downloading PyYAML-5.3.1.tar.gz (269 kB) 21:48:29 Loaded plugins: fastestmirror, ovl 21:48:29 Loading mirror speeds from cached hostfile 21:48:29 * base: centos.mirror.globo.tech 21:48:29 * extras: centos.mirror.ca.planethoster.net 21:48:29 * updates: centos.mirror.ca.planethoster.net 21:48:30 Resolving Dependencies 21:48:30 --> Running transaction check 21:48:30 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed 21:48:30 --> Processing Dependency: perl >= 5.006 for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: autoconf >= 2.65 for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(warnings) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(vars) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(threads) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(strict) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(constant) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(POSIX) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(IO::File) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(Getopt::Long) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(File::stat) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(File::Spec) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(File::Path) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(File::Copy) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(File::Compare) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(File::Basename) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(Exporter) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(Errno) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(DynaLoader) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(Class::Struct) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: perl(Carp) for package: automake-1.13.4-3.el7.noarch 21:48:31 --> Processing Dependency: /usr/bin/perl for package: automake-1.13.4-3.el7.noarch 21:48:31 ---> Package gcc.x86_64 0:4.8.5-39.el7 will be installed 21:48:31 --> Processing Dependency: libgomp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64 21:48:31 --> Processing Dependency: cpp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64 21:48:31 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-39.el7.x86_64 21:48:31 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-39.el7.x86_64 21:48:31 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-39.el7.x86_64 21:48:31 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-39.el7.x86_64 21:48:31 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed 21:48:31 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64 21:48:31 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64 21:48:31 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64 21:48:31 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64 21:48:31 --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-23.el7_8.x86_64 21:48:31 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64 21:48:31 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64 21:48:31 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64 21:48:31 ---> Package kernel-devel.x86_64 0:3.10.0-1127.19.1.el7 will be installed 21:48:31 ---> Package make.x86_64 1:3.82-24.el7 will be installed 21:48:31 ---> Package python3.x86_64 0:3.6.8-13.el7 will be installed 21:48:31 --> Processing Dependency: python3-libs(x86-64) = 3.6.8-13.el7 for package: python3-3.6.8-13.el7.x86_64 21:48:31 --> Processing Dependency: python3-setuptools for package: python3-3.6.8-13.el7.x86_64 21:48:31 --> Processing Dependency: python3-pip for package: python3-3.6.8-13.el7.x86_64 21:48:31 --> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-13.el7.x86_64 21:48:31 ---> Package python3-devel.x86_64 0:3.6.8-13.el7 will be installed 21:48:31 --> Processing Dependency: redhat-rpm-config for package: python3-devel-3.6.8-13.el7.x86_64 21:48:31 --> Processing Dependency: python3-rpm-macros for package: python3-devel-3.6.8-13.el7.x86_64 21:48:31 --> Processing Dependency: python3-rpm-generators for package: python3-devel-3.6.8-13.el7.x86_64 21:48:31 --> Processing Dependency: python-rpm-macros for package: python3-devel-3.6.8-13.el7.x86_64 21:48:31 ---> Package sigul.x86_64 0:0.207-1.el7 will be installed 21:48:31 --> Processing Dependency: python-nss >= 0.11 for package: sigul-0.207-1.el7.x86_64 21:48:31 --> Processing Dependency: koji for package: sigul-0.207-1.el7.x86_64 21:48:31 --> Processing Dependency: logrotate for package: sigul-0.207-1.el7.x86_64 21:48:31 ---> Package sudo.x86_64 0:1.8.23-9.el7 will be installed 21:48:31 --> Running transaction check 21:48:31 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed 21:48:31 --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch 21:48:31 --> Processing Dependency: perl(Text::ParseWords) for package: autoconf-2.69-11.el7.noarch 21:48:31 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch 21:48:31 ---> Package cpp.x86_64 0:4.8.5-39.el7 will be installed 21:48:31 ---> Package glibc-devel.x86_64 0:2.17-307.el7.1 will be installed 21:48:31 --> Processing Dependency: glibc-headers = 2.17-307.el7.1 for package: glibc-devel-2.17-307.el7.1.x86_64 21:48:31 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-307.el7.1.x86_64 21:48:31 ---> Package koji.noarch 0:1.15.1-1.el7.centos will be installed 21:48:31 --> Processing Dependency: python2-koji = 1.15.1-1.el7.centos for package: koji-1.15.1-1.el7.centos.noarch 21:48:31 --> Processing Dependency: python-libcomps for package: koji-1.15.1-1.el7.centos.noarch 21:48:31 ---> Package less.x86_64 0:458-9.el7 will be installed 21:48:31 --> Processing Dependency: groff-base for package: less-458-9.el7.x86_64 21:48:31 ---> Package libgomp.x86_64 0:4.8.5-39.el7 will be installed 21:48:31 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed 21:48:31 ---> Package logrotate.x86_64 0:3.8.6-19.el7 will be installed 21:48:31 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed 21:48:31 ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed 21:48:31 --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64 21:48:31 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64 21:48:31 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 21:48:31 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 21:48:31 ---> Package perl.x86_64 4:5.16.3-295.el7 will be installed 21:48:31 --> Processing Dependency: perl-libs = 4:5.16.3-295.el7 for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-295.el7.x86_64 21:48:31 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed 21:48:31 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed 21:48:31 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed 21:48:31 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed 21:48:31 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed 21:48:31 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed 21:48:31 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch 21:48:31 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed 21:48:31 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed 21:48:31 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed 21:48:31 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed 21:48:31 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed 21:48:31 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed 21:48:31 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed 21:48:31 ---> Package python-nss.x86_64 0:0.16.0-3.el7 will be installed 21:48:31 ---> Package python-rpm-macros.noarch 0:3-32.el7 will be installed 21:48:31 --> Processing Dependency: python-srpm-macros for package: python-rpm-macros-3-32.el7.noarch 21:48:31 ---> Package python3-libs.x86_64 0:3.6.8-13.el7 will be installed 21:48:31 --> Processing Dependency: libtirpc.so.1()(64bit) for package: python3-libs-3.6.8-13.el7.x86_64 21:48:31 ---> Package python3-pip.noarch 0:9.0.3-7.el7_7 will be installed 21:48:31 ---> Package python3-rpm-generators.noarch 0:6-2.el7 will be installed 21:48:31 ---> Package python3-rpm-macros.noarch 0:3-32.el7 will be installed 21:48:31 ---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed 21:48:31 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed 21:48:31 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch 21:48:31 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch 21:48:31 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch 21:48:31 ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed 21:48:31 --> Running transaction check 21:48:31 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed 21:48:31 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed 21:48:31 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64 21:48:31 ---> Package glibc-headers.x86_64 0:2.17-307.el7.1 will be installed 21:48:31 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-307.el7.1.x86_64 21:48:31 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-307.el7.1.x86_64 21:48:31 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed 21:48:31 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed 21:48:31 ---> Package libtirpc.x86_64 0:0.2.4-0.16.el7 will be installed 21:48:31 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed 21:48:31 ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed 21:48:31 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed 21:48:31 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed 21:48:31 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed 21:48:31 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch 21:48:31 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch 21:48:31 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed 21:48:31 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch 21:48:31 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch 21:48:31 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed 21:48:31 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed 21:48:31 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed 21:48:31 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed 21:48:31 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed 21:48:31 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed 21:48:31 ---> Package perl-libs.x86_64 4:5.16.3-295.el7 will be installed 21:48:31 ---> Package perl-macros.x86_64 4:5.16.3-295.el7 will be installed 21:48:31 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed 21:48:31 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed 21:48:31 ---> Package python-srpm-macros.noarch 0:3-32.el7 will be installed 21:48:31 ---> Package python2-koji.noarch 0:1.15.1-1.el7.centos will be installed 21:48:31 --> Processing Dependency: python-krbV >= 1.0.13 for package: python2-koji-1.15.1-1.el7.centos.noarch 21:48:31 --> Processing Dependency: python-six for package: python2-koji-1.15.1-1.el7.centos.noarch 21:48:31 --> Processing Dependency: python-requests-kerberos for package: python2-koji-1.15.1-1.el7.centos.noarch 21:48:31 --> Processing Dependency: python-requests for package: python2-koji-1.15.1-1.el7.centos.noarch 21:48:31 --> Processing Dependency: python-dateutil for package: python2-koji-1.15.1-1.el7.centos.noarch 21:48:31 --> Processing Dependency: pyOpenSSL for package: python2-koji-1.15.1-1.el7.centos.noarch 21:48:31 ---> Package python2-libcomps.x86_64 0:0.1.8-14.el7 will be installed 21:48:31 --> Processing Dependency: libcomps(x86-64) = 0.1.8-14.el7 for package: python2-libcomps-0.1.8-14.el7.x86_64 21:48:31 --> Processing Dependency: libcomps.so.0.1.6()(64bit) for package: python2-libcomps-0.1.8-14.el7.x86_64 21:48:31 ---> Package zip.x86_64 0:3.0-11.el7 will be installed 21:48:31 --> Running transaction check 21:48:31 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed 21:48:31 ---> Package kernel-headers.x86_64 0:3.10.0-1127.19.1.el7 will be installed 21:48:31 ---> Package libcomps.x86_64 0:0.1.8-14.el7 will be installed 21:48:31 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed 21:48:31 ---> Package perl-Pod-Escapes.noarch 1:1.04-295.el7 will be installed 21:48:31 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed 21:48:31 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch 21:48:31 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch 21:48:31 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed 21:48:31 ---> Package pyOpenSSL.x86_64 0:0.13.1-4.el7 will be installed 21:48:31 ---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed 21:48:31 ---> Package python-krbV.x86_64 0:1.0.90-8.el7 will be installed 21:48:31 ---> Package python-requests.noarch 0:2.6.0-9.el7_8 will be installed 21:48:31 --> Processing Dependency: python-urllib3 >= 1.10.2-1 for package: python-requests-2.6.0-9.el7_8.noarch 21:48:31 ---> Package python-requests-kerberos.noarch 0:0.7.0-2.el7 will be installed 21:48:31 --> Processing Dependency: python-kerberos for package: python-requests-kerberos-0.7.0-2.el7.noarch 21:48:31 ---> Package python-six.noarch 0:1.9.0-2.el7 will be installed 21:48:31 --> Running transaction check 21:48:31 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed 21:48:31 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed 21:48:31 ---> Package python-kerberos.x86_64 0:1.1-15.el7 will be installed 21:48:31 ---> Package python-urllib3.noarch 0:1.10.2-7.el7 will be installed 21:48:31 --> Processing Dependency: python-ipaddress for package: python-urllib3-1.10.2-7.el7.noarch 21:48:31 --> Processing Dependency: python-backports-ssl_match_hostname for package: python-urllib3-1.10.2-7.el7.noarch 21:48:31 --> Running transaction check 21:48:31 ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed 21:48:31 --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 21:48:31 ---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed 21:48:31 --> Running transaction check 21:48:31 ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed 21:48:31 --> Finished Dependency Resolution 21:48:31 21:48:31 Dependencies Resolved 21:48:31 21:48:31 ================================================================================ 21:48:31 Package Arch Version Repository Size 21:48:31 ================================================================================ 21:48:31 Installing: 21:48:31 automake noarch 1.13.4-3.el7 base 679 k 21:48:31 gcc x86_64 4.8.5-39.el7 base 16 M 21:48:31 git x86_64 1.8.3.1-23.el7_8 updates 4.4 M 21:48:31 kernel-devel x86_64 3.10.0-1127.19.1.el7 updates 18 M 21:48:31 make x86_64 1:3.82-24.el7 base 421 k 21:48:31 python3 x86_64 3.6.8-13.el7 base 69 k 21:48:31 python3-devel x86_64 3.6.8-13.el7 base 215 k 21:48:31 sigul x86_64 0.207-1.el7 fedora-infra-sigul 100 k 21:48:31 sudo x86_64 1.8.23-9.el7 base 842 k 21:48:31 Installing for dependencies: 21:48:31 autoconf noarch 2.69-11.el7 base 701 k 21:48:31 cpp x86_64 4.8.5-39.el7 base 5.9 M 21:48:31 dwz x86_64 0.11-3.el7 base 99 k 21:48:31 fipscheck x86_64 1.4.1-6.el7 base 21 k 21:48:31 fipscheck-lib x86_64 1.4.1-6.el7 base 11 k 21:48:31 glibc-devel x86_64 2.17-307.el7.1 base 1.1 M 21:48:31 glibc-headers x86_64 2.17-307.el7.1 base 689 k 21:48:31 groff-base x86_64 1.22.2-8.el7 base 942 k 21:48:31 kernel-headers x86_64 3.10.0-1127.19.1.el7 updates 9.0 M 21:48:31 koji noarch 1.15.1-1.el7.centos extras 115 k 21:48:31 less x86_64 458-9.el7 base 120 k 21:48:31 libcomps x86_64 0.1.8-14.el7 extras 75 k 21:48:31 libedit x86_64 3.0-12.20121213cvs.el7 21:48:31 base 92 k 21:48:31 libgomp x86_64 4.8.5-39.el7 base 158 k 21:48:31 libmpc x86_64 1.0.1-3.el7 base 51 k 21:48:31 libtirpc x86_64 0.2.4-0.16.el7 base 89 k 21:48:31 logrotate x86_64 3.8.6-19.el7 base 70 k 21:48:31 m4 x86_64 1.4.16-10.el7 base 256 k 21:48:31 mpfr x86_64 3.1.1-4.el7 base 203 k 21:48:31 openssh x86_64 7.4p1-21.el7 base 510 k 21:48:31 openssh-clients x86_64 7.4p1-21.el7 base 655 k 21:48:31 perl x86_64 4:5.16.3-295.el7 base 8.0 M 21:48:31 perl-Carp noarch 1.26-244.el7 base 19 k 21:48:31 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k 21:48:31 perl-Encode x86_64 2.51-7.el7 base 1.5 M 21:48:31 perl-Error noarch 1:0.17020-2.el7 base 32 k 21:48:31 perl-Exporter noarch 5.68-3.el7 base 28 k 21:48:31 perl-File-Path noarch 2.09-2.el7 base 26 k 21:48:31 perl-File-Temp noarch 0.23.01-3.el7 base 56 k 21:48:31 perl-Filter x86_64 1.49-3.el7 base 76 k 21:48:31 perl-Getopt-Long noarch 2.40-3.el7 base 56 k 21:48:31 perl-Git noarch 1.8.3.1-23.el7_8 updates 56 k 21:48:31 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k 21:48:31 perl-PathTools x86_64 3.40-5.el7 base 82 k 21:48:31 perl-Pod-Escapes noarch 1:1.04-295.el7 base 51 k 21:48:31 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k 21:48:31 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k 21:48:31 perl-Pod-Usage noarch 1.63-3.el7 base 27 k 21:48:31 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k 21:48:31 perl-Socket x86_64 2.010-5.el7 base 49 k 21:48:31 perl-Storable x86_64 2.45-3.el7 base 77 k 21:48:31 perl-TermReadKey x86_64 2.30-20.el7 base 31 k 21:48:31 perl-Test-Harness noarch 3.28-3.el7 base 302 k 21:48:31 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k 21:48:31 perl-Thread-Queue noarch 3.02-2.el7 base 17 k 21:48:31 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k 21:48:31 perl-Time-Local noarch 1.2300-2.el7 base 24 k 21:48:31 perl-constant noarch 1.27-2.el7 base 19 k 21:48:31 perl-libs x86_64 4:5.16.3-295.el7 base 689 k 21:48:31 perl-macros x86_64 4:5.16.3-295.el7 base 44 k 21:48:31 perl-parent noarch 1:0.225-244.el7 base 12 k 21:48:31 perl-podlators noarch 2.5.1-3.el7 base 112 k 21:48:31 perl-srpm-macros noarch 1-8.el7 base 4.6 k 21:48:31 perl-threads x86_64 1.87-4.el7 base 49 k 21:48:31 perl-threads-shared x86_64 1.43-6.el7 base 39 k 21:48:31 pyOpenSSL x86_64 0.13.1-4.el7 base 135 k 21:48:31 python-backports x86_64 1.0-8.el7 base 5.8 k 21:48:31 python-backports-ssl_match_hostname 21:48:31 noarch 3.5.0.1-1.el7 base 13 k 21:48:31 python-dateutil noarch 1.5-7.el7 base 85 k 21:48:31 python-ipaddress noarch 1.0.16-2.el7 base 34 k 21:48:31 python-kerberos x86_64 1.1-15.el7 base 25 k 21:48:31 python-krbV x86_64 1.0.90-8.el7 base 54 k 21:48:31 python-nss x86_64 0.16.0-3.el7 base 266 k 21:48:31 python-requests noarch 2.6.0-9.el7_8 updates 94 k 21:48:31 python-requests-kerberos noarch 0.7.0-2.el7 extras 17 k 21:48:31 python-rpm-macros noarch 3-32.el7 base 8.8 k 21:48:31 python-six noarch 1.9.0-2.el7 base 29 k 21:48:31 python-srpm-macros noarch 3-32.el7 base 8.4 k 21:48:31 python-urllib3 noarch 1.10.2-7.el7 base 103 k 21:48:31 python2-koji noarch 1.15.1-1.el7.centos extras 291 k 21:48:31 python2-libcomps x86_64 0.1.8-14.el7 extras 47 k 21:48:31 python3-libs x86_64 3.6.8-13.el7 base 7.0 M 21:48:31 python3-pip noarch 9.0.3-7.el7_7 updates 1.8 M 21:48:31 python3-rpm-generators noarch 6-2.el7 base 20 k 21:48:31 python3-rpm-macros noarch 3-32.el7 base 7.7 k 21:48:31 python3-setuptools noarch 39.2.0-10.el7 base 629 k 21:48:31 redhat-rpm-config noarch 9.1.0-88.el7.centos base 81 k 21:48:31 rsync x86_64 3.1.2-10.el7 base 404 k 21:48:31 zip x86_64 3.0-11.el7 base 260 k 21:48:31 21:48:31 Transaction Summary 21:48:31 ================================================================================ 21:48:31 Install 9 Packages (+79 Dependent packages) 21:48:31 21:48:31 Total download size: 85 M 21:48:31 Installed size: 231 M 21:48:31 Downloading packages: 21:48:31 Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 21:48:32 Collecting requests 21:48:32 Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) 21:48:32 Collecting six 21:48:32 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) 21:48:32 Collecting httplib2 21:48:32 Downloading httplib2-0.18.1-py3-none-any.whl (95 kB) 21:48:32 Collecting pygithub 21:48:32 Downloading PyGithub-1.53-py3-none-any.whl (274 kB) 21:48:32 Collecting python-jenkins 21:48:32 Downloading python_jenkins-1.7.0-py3-none-any.whl (27 kB) 21:48:33 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 21:48:33 Public key for sigul-0.207-1.el7.x86_64.rpm is not installed 21:48:33 -------------------------------------------------------------------------------- 21:48:33 Total 41 MB/s | 85 MB 00:02 21:48:33 Retrieving key from https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS 21:48:34 Importing GPG key 0x47DD8EF9: 21:48:34 Userid : "Fedora Infrastructure (infrastructure) " 21:48:34 Fingerprint: 1d69 8e02 822f 64ca 1acb 9a32 8059 815e 47dd 8ef9 21:48:34 From : https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS 21:48:34 Running transaction check 21:48:34 Running transaction test 21:48:35 Transaction test succeeded 21:48:35 Running transaction 21:48:36 Collecting setuptools>=36.5.0 21:48:36 Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) 21:48:36 Installing : fipscheck-1.4.1-6.el7.x86_64 1/88 21:48:36 Collecting tabulate 21:48:36 Downloading tabulate-0.8.7-py3-none-any.whl (24 kB) 21:48:36 Collecting email-validator 21:48:36 Downloading email_validator-1.1.1-py2.py3-none-any.whl (17 kB) 21:48:38 Installing : fipscheck-lib-1.4.1-6.el7.x86_64 2/88 21:48:39 Installing : mpfr-3.1.1-4.el7.x86_64 3/88 21:48:40 Collecting ruamel.yaml 21:48:40 Downloading ruamel.yaml-0.16.10-py2.py3-none-any.whl (111 kB) 21:48:40 Collecting oauth2client 21:48:40 Downloading oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 21:48:40 Collecting defusedxml 21:48:40 Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 21:48:41 Collecting docker 21:48:41 Downloading docker-4.3.1-py2.py3-none-any.whl (145 kB) 21:48:41 Installing : libmpc-1.0.1-3.el7.x86_64 4/88 21:48:41 Installing : python-six-1.9.0-2.el7.noarch 5/88 21:48:41 Installing : python-srpm-macros-3-32.el7.noarch 6/88 21:48:41 Collecting click 21:48:41 Installing : python-ipaddress-1.0.16-2.el7.noarch 7/88 21:48:41 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) 21:48:41 Collecting xdg==3.0.2 21:48:41 Downloading xdg-3.0.2-py2.py3-none-any.whl (5.0 kB) 21:48:41 Collecting pygerrit2 21:48:41 Downloading pygerrit2-2.0.13.tar.gz (29 kB) 21:48:42 Installing : groff-base-1.22.2-8.el7.x86_64 8/88 21:48:42 Installing : less-458-9.el7.x86_64 9/88 21:48:42 Installing : 1:perl-parent-0.225-244.el7.noarch 10/88 21:48:42 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 11/88 21:48:42 Installing : perl-podlators-2.5.1-3.el7.noarch 12/88 21:48:42 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 13/88 21:48:42 Installing : 1:perl-Pod-Escapes-1.04-295.el7.noarch 14/88 21:48:43 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 15/88 21:48:43 Installing : perl-Encode-2.51-7.el7.x86_64 16/88 21:48:43 Installing : perl-Pod-Usage-1.63-3.el7.noarch 17/88 21:48:45 Installing : 4:perl-libs-5.16.3-295.el7.x86_64 18/88 21:48:45 Installing : 4:perl-macros-5.16.3-295.el7.x86_64 19/88 21:48:45 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 20/88 21:48:45 Installing : perl-threads-1.87-4.el7.x86_64 21/88 21:48:45 Installing : perl-Storable-2.45-3.el7.x86_64 22/88 21:48:45 Installing : perl-Carp-1.26-244.el7.noarch 23/88 21:48:45 Installing : perl-Filter-1.49-3.el7.x86_64 24/88 21:48:45 Installing : perl-Exporter-5.68-3.el7.noarch 25/88 21:48:45 Installing : perl-constant-1.27-2.el7.noarch 26/88 21:48:46 Installing : perl-Socket-2.010-5.el7.x86_64 27/88 21:48:46 Installing : perl-Time-Local-1.2300-2.el7.noarch 28/88 21:48:46 Installing : perl-threads-shared-1.43-6.el7.x86_64 29/88 21:48:46 Installing : perl-File-Temp-0.23.01-3.el7.noarch 30/88 21:48:46 Installing : perl-File-Path-2.09-2.el7.noarch 31/88 21:48:46 Installing : perl-PathTools-3.40-5.el7.x86_64 32/88 21:48:46 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 33/88 21:48:46 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 34/88 21:48:48 Installing : perl-Getopt-Long-2.40-3.el7.noarch 35/88 21:48:48 Installing : 4:perl-5.16.3-295.el7.x86_64 36/88 21:48:48 Installing : 1:perl-Error-0.17020-2.el7.noarch 37/88 21:48:48 Installing : perl-TermReadKey-2.30-20.el7.x86_64 38/88 21:48:48 Collecting tqdm 21:48:48 Downloading tqdm-4.48.2-py2.py3-none-any.whl (68 kB) 21:48:48 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 39/88 21:48:49 Installing : perl-Test-Harness-3.28-3.el7.noarch 40/88 21:48:49 Installing : perl-Thread-Queue-3.02-2.el7.noarch 41/88 21:48:50 Installing : python-rpm-macros-3-32.el7.noarch 42/88 21:48:50 Collecting lxml 21:48:50 Downloading lxml-4.5.2.tar.gz (4.5 MB) 21:48:53 Installing : cpp-4.8.5-39.el7.x86_64 43/88 21:48:53 Installing : openssh-7.4p1-21.el7.x86_64 44/88 21:48:53 Installing : zip-3.0-11.el7.x86_64 45/88 21:48:53 Installing : python-krbV-1.0.90-8.el7.x86_64 46/88 21:48:56 Installing : libtirpc-0.2.4-0.16.el7.x86_64 47/88 21:48:58 Collecting jsonschema 21:48:58 Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 21:48:58 Collecting shade~=1.27.1; extra == "openstack" 21:48:58 Downloading shade-1.27.2-py2.py3-none-any.whl (371 kB) 21:48:58 Collecting beautifulsoup4 21:48:58 Downloading beautifulsoup4-4.9.1-py3-none-any.whl (115 kB) 21:48:58 Collecting certifi>=2017.4.17 21:48:58 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) 21:48:58 Collecting chardet<4,>=3.0.2 21:48:58 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 21:48:58 Installing : python3-pip-9.0.3-7.el7_7.noarch 48/88 21:48:58 Installing : python3-libs-3.6.8-13.el7.x86_64 49/88 21:48:58 Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 21:48:58 Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB) 21:48:59 Installing : python3-3.6.8-13.el7.x86_64 50/88 21:48:59 Installing : python3-setuptools-39.2.0-10.el7.noarch 51/88 21:48:59 Collecting idna<3,>=2.5 21:48:59 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) 21:48:59 Installing : python3-rpm-generators-6-2.el7.noarch 52/88 21:48:59 Collecting pyjwt 21:48:59 Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) 21:48:59 Collecting deprecated 21:48:59 Downloading Deprecated-1.2.10-py2.py3-none-any.whl (8.7 kB) 21:49:00 Collecting pbr>=0.8.2 21:49:00 Downloading pbr-5.5.0-py2.py3-none-any.whl (106 kB) 21:49:00 Collecting multi-key-dict 21:49:00 Downloading multi_key_dict-2.0.3.tar.gz (8.4 kB) 21:49:01 Installing : dwz-0.11-3.el7.x86_64 53/88 21:49:01 Installing : logrotate-3.8.6-19.el7.x86_64 54/88 21:49:01 Installing : pyOpenSSL-0.13.1-4.el7.x86_64 55/88 21:49:01 Collecting dnspython>=1.15.0 21:49:01 Downloading dnspython-2.0.0-py3-none-any.whl (208 kB) 21:49:02 Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9" 21:49:02 Downloading ruamel.yaml.clib-0.2.0.tar.gz (178 kB) 21:49:03 Installing : libcomps-0.1.8-14.el7.x86_64 56/88 21:49:03 Installing : python2-libcomps-0.1.8-14.el7.x86_64 57/88 21:49:04 Installing : libgomp-4.8.5-39.el7.x86_64 58/88 21:49:04 Collecting pyasn1-modules>=0.0.5 21:49:04 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 21:49:04 Collecting rsa>=3.1.4 21:49:04 Downloading rsa-4.6-py3-none-any.whl (47 kB) 21:49:04 Installing : python3-rpm-macros-3-32.el7.noarch 59/88 21:49:04 Installing : python-dateutil-1.5-7.el7.noarch 60/88 21:49:05 Collecting pyasn1>=0.1.7 21:49:05 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 21:49:05 Collecting websocket-client>=0.32.0 21:49:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:49:06 Collecting importlib-metadata; python_version < "3.8" 21:49:06 Downloading importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB) 21:49:06 Collecting pyrsistent>=0.14.0 21:49:06 Downloading pyrsistent-0.16.0.tar.gz (108 kB) 21:49:08 Installing : m4-1.4.16-10.el7.x86_64 61/88 21:49:08 Collecting attrs>=17.4.0 21:49:08 Downloading attrs-20.1.0-py2.py3-none-any.whl (49 kB) 21:49:08 Collecting openstacksdk>=0.9.19 21:49:08 Downloading openstacksdk-0.48.0-py3-none-any.whl (1.3 MB) 21:49:09 Collecting os-client-config>=1.28.0 21:49:09 Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) 21:49:09 Collecting soupsieve>1.2 21:49:09 Downloading soupsieve-2.0.1-py3-none-any.whl (32 kB) 21:49:09 Installing : autoconf-2.69-11.el7.noarch 62/88 21:49:09 install-info: No such file or directory for /usr/share/info/autoconf.info 21:49:09 Installing : perl-srpm-macros-1-8.el7.noarch 63/88 21:49:09 Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 64/88 21:49:10 Collecting wrapt<2,>=1.10 21:49:10 Downloading wrapt-1.12.1.tar.gz (27 kB) 21:49:11 Collecting zipp>=0.5 21:49:11 Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) 21:49:11 Collecting jsonpatch!=1.20,>=1.16 21:49:11 Downloading jsonpatch-1.26-py2.py3-none-any.whl (11 kB) 21:49:11 Collecting iso8601>=0.1.11 21:49:11 Downloading iso8601-0.1.12-py2.py3-none-any.whl (12 kB) 21:49:12 Collecting os-service-types>=1.7.0 21:49:12 Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 21:49:12 Collecting requestsexceptions>=1.2.0 21:49:12 Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 21:49:12 Collecting jmespath>=0.9.0 21:49:12 Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 21:49:12 Collecting keystoneauth1>=3.18.0 21:49:12 Downloading keystoneauth1-4.2.1-py3-none-any.whl (308 kB) 21:49:13 Collecting appdirs>=1.3.0 21:49:13 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 21:49:14 Installing : rsync-3.1.2-10.el7.x86_64 65/88 21:49:15 Collecting cryptography>=2.1 21:49:15 Downloading cryptography-3.1.tar.gz (534 kB) 21:49:16 Installing : kernel-headers-3.10.0-1127.19.1.el7.x86_64 66/88 21:49:16 Installing : glibc-headers-2.17-307.el7.1.x86_64 67/88 21:49:16 Installing build dependencies: started 21:49:18 Installing : glibc-devel-2.17-307.el7.1.x86_64 68/88 21:49:18 Installing : python-nss-0.16.0-3.el7.x86_64 69/88 21:49:18 Installing : python-kerberos-1.1-15.el7.x86_64 70/88 21:49:20 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 71/88 21:49:20 Installing : openssh-clients-7.4p1-21.el7.x86_64 72/88 21:49:21 Installing : perl-Git-1.8.3.1-23.el7_8.noarch 73/88 21:49:21 Installing : git-1.8.3.1-23.el7_8.x86_64 74/88 21:49:21 Installing : python-backports-1.0-8.el7.x86_64 75/88 21:49:21 Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 76/88 21:49:21 Installing : python-urllib3-1.10.2-7.el7.noarch 77/88 21:49:21 Installing : python-requests-2.6.0-9.el7_8.noarch 78/88 21:49:21 Installing : python-requests-kerberos-0.7.0-2.el7.noarch 79/88 21:49:21 Installing : python2-koji-1.15.1-1.el7.centos.noarch 80/88 21:49:24 Installing : koji-1.15.1-1.el7.centos.noarch 81/88 21:49:25 Installing : sigul-0.207-1.el7.x86_64 82/88 21:49:27 Installing : gcc-4.8.5-39.el7.x86_64 83/88 21:49:27 Installing : python3-devel-3.6.8-13.el7.x86_64 84/88 21:49:29 Installing : automake-1.13.4-3.el7.noarch 85/88 21:49:29 install-info: No such file or directory for /usr/share/info/automake.info.gz 21:49:55 Installing : kernel-devel-3.10.0-1127.19.1.el7.x86_64 86/88 21:49:57 Installing : sudo-1.8.23-9.el7.x86_64 87/88 21:49:59 Installing : 1:make-3.82-24.el7.x86_64 88/88 21:49:59 Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 1/88 21:49:59 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/88 21:49:59 Verifying : koji-1.15.1-1.el7.centos.noarch 3/88 21:49:59 Verifying : gcc-4.8.5-39.el7.x86_64 4/88 21:49:59 Verifying : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 5/88 21:49:59 Verifying : git-1.8.3.1-23.el7_8.x86_64 6/88 21:49:59 Verifying : python-urllib3-1.10.2-7.el7.noarch 7/88 21:49:59 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 8/88 21:49:59 Verifying : 4:perl-libs-5.16.3-295.el7.x86_64 9/88 21:49:59 Verifying : groff-base-1.22.2-8.el7.x86_64 10/88 21:49:59 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 11/88 21:49:59 Verifying : 4:perl-macros-5.16.3-295.el7.x86_64 12/88 21:49:59 Verifying : python3-devel-3.6.8-13.el7.x86_64 13/88 21:49:59 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 14/88 21:49:59 Verifying : fipscheck-1.4.1-6.el7.x86_64 15/88 21:49:59 Verifying : 1:make-3.82-24.el7.x86_64 16/88 21:49:59 Verifying : python-backports-1.0-8.el7.x86_64 17/88 21:49:59 Verifying : python3-setuptools-39.2.0-10.el7.noarch 18/88 21:49:59 Verifying : python-rpm-macros-3-32.el7.noarch 19/88 21:49:59 Verifying : glibc-headers-2.17-307.el7.1.x86_64 20/88 21:49:59 Verifying : autoconf-2.69-11.el7.noarch 21/88 21:50:00 Verifying : perl-File-Path-2.09-2.el7.noarch 22/88 21:50:00 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 23/88 21:50:00 Verifying : python-ipaddress-1.0.16-2.el7.noarch 24/88 21:50:00 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 25/88 21:50:00 Verifying : python-kerberos-1.1-15.el7.x86_64 26/88 21:50:00 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 27/88 21:50:00 Verifying : 1:perl-Pod-Escapes-1.04-295.el7.noarch 28/88 21:50:00 Verifying : python3-pip-9.0.3-7.el7_7.noarch 29/88 21:50:00 Verifying : automake-1.13.4-3.el7.noarch 30/88 21:50:00 Verifying : kernel-devel-3.10.0-1127.19.1.el7.x86_64 31/88 21:50:00 Verifying : python-nss-0.16.0-3.el7.x86_64 32/88 21:50:00 Verifying : python3-libs-3.6.8-13.el7.x86_64 33/88 21:50:00 Verifying : kernel-headers-3.10.0-1127.19.1.el7.x86_64 34/88 21:50:00 Verifying : 4:perl-5.16.3-295.el7.x86_64 35/88 21:50:00 Verifying : openssh-clients-7.4p1-21.el7.x86_64 36/88 21:50:00 Verifying : libmpc-1.0.1-3.el7.x86_64 37/88 21:50:00 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 38/88 21:50:00 Verifying : perl-Encode-2.51-7.el7.x86_64 39/88 21:50:00 Verifying : python2-libcomps-0.1.8-14.el7.x86_64 40/88 21:50:00 Verifying : perl-threads-1.87-4.el7.x86_64 41/88 21:50:00 Verifying : rsync-3.1.2-10.el7.x86_64 42/88 21:50:00 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 43/88 21:50:00 Verifying : cpp-4.8.5-39.el7.x86_64 44/88 21:50:00 Verifying : perl-srpm-macros-1-8.el7.noarch 45/88 21:50:01 Verifying : python3-rpm-generators-6-2.el7.noarch 46/88 21:50:01 Verifying : perl-threads-shared-1.43-6.el7.x86_64 47/88 21:50:01 Verifying : perl-Storable-2.45-3.el7.x86_64 48/88 21:50:01 Verifying : m4-1.4.16-10.el7.x86_64 49/88 21:50:01 Verifying : 1:perl-parent-0.225-244.el7.noarch 50/88 21:50:01 Verifying : python-dateutil-1.5-7.el7.noarch 51/88 21:50:01 Verifying : perl-Test-Harness-3.28-3.el7.noarch 52/88 21:50:01 Verifying : python3-rpm-macros-3-32.el7.noarch 53/88 21:50:01 Verifying : libgomp-4.8.5-39.el7.x86_64 54/88 21:50:01 Verifying : python2-koji-1.15.1-1.el7.centos.noarch 55/88 21:50:01 Verifying : libcomps-0.1.8-14.el7.x86_64 56/88 21:50:01 Verifying : perl-Carp-1.26-244.el7.noarch 57/88 21:50:01 Verifying : pyOpenSSL-0.13.1-4.el7.x86_64 58/88 21:50:01 Verifying : sudo-1.8.23-9.el7.x86_64 59/88 21:50:01 Verifying : perl-podlators-2.5.1-3.el7.noarch 60/88 21:50:01 Verifying : python3-3.6.8-13.el7.x86_64 61/88 21:50:01 Verifying : mpfr-3.1.1-4.el7.x86_64 62/88 21:50:01 Verifying : logrotate-3.8.6-19.el7.x86_64 63/88 21:50:01 Verifying : perl-Filter-1.49-3.el7.x86_64 64/88 21:50:01 Verifying : dwz-0.11-3.el7.x86_64 65/88 21:50:01 Verifying : less-458-9.el7.x86_64 66/88 21:50:01 Verifying : libtirpc-0.2.4-0.16.el7.x86_64 67/88 21:50:01 Verifying : python-requests-kerberos-0.7.0-2.el7.noarch 68/88 21:50:01 Verifying : perl-Exporter-5.68-3.el7.noarch 69/88 21:50:01 Verifying : perl-constant-1.27-2.el7.noarch 70/88 21:50:01 Verifying : perl-PathTools-3.40-5.el7.x86_64 71/88 21:50:01 Verifying : perl-Socket-2.010-5.el7.x86_64 72/88 21:50:01 Verifying : openssh-7.4p1-21.el7.x86_64 73/88 21:50:01 Verifying : python-krbV-1.0.90-8.el7.x86_64 74/88 21:50:02 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 75/88 21:50:02 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 76/88 21:50:02 Verifying : python-srpm-macros-3-32.el7.noarch 77/88 21:50:02 Verifying : perl-Time-Local-1.2300-2.el7.noarch 78/88 21:50:02 Verifying : python-six-1.9.0-2.el7.noarch 79/88 21:50:02 Verifying : perl-Git-1.8.3.1-23.el7_8.noarch 80/88 21:50:02 Verifying : 1:perl-Error-0.17020-2.el7.noarch 81/88 21:50:02 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 82/88 21:50:02 Verifying : sigul-0.207-1.el7.x86_64 83/88 21:50:02 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 84/88 21:50:02 Verifying : glibc-devel-2.17-307.el7.1.x86_64 85/88 21:50:02 Verifying : zip-3.0-11.el7.x86_64 86/88 21:50:02 Verifying : python-requests-2.6.0-9.el7_8.noarch 87/88 21:50:02 Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 88/88 21:50:02 21:50:02 Installed: 21:50:02 automake.noarch 0:1.13.4-3.el7 21:50:02 gcc.x86_64 0:4.8.5-39.el7 21:50:02 git.x86_64 0:1.8.3.1-23.el7_8 21:50:02 kernel-devel.x86_64 0:3.10.0-1127.19.1.el7 21:50:02 make.x86_64 1:3.82-24.el7 21:50:02 python3.x86_64 0:3.6.8-13.el7 21:50:02 python3-devel.x86_64 0:3.6.8-13.el7 21:50:02 sigul.x86_64 0:0.207-1.el7 21:50:02 sudo.x86_64 0:1.8.23-9.el7 21:50:02 21:50:02 Dependency Installed: 21:50:02 autoconf.noarch 0:2.69-11.el7 21:50:02 cpp.x86_64 0:4.8.5-39.el7 21:50:02 dwz.x86_64 0:0.11-3.el7 21:50:02 fipscheck.x86_64 0:1.4.1-6.el7 21:50:02 fipscheck-lib.x86_64 0:1.4.1-6.el7 21:50:02 glibc-devel.x86_64 0:2.17-307.el7.1 21:50:02 glibc-headers.x86_64 0:2.17-307.el7.1 21:50:02 groff-base.x86_64 0:1.22.2-8.el7 21:50:02 kernel-headers.x86_64 0:3.10.0-1127.19.1.el7 21:50:02 koji.noarch 0:1.15.1-1.el7.centos 21:50:02 less.x86_64 0:458-9.el7 21:50:02 libcomps.x86_64 0:0.1.8-14.el7 21:50:02 libedit.x86_64 0:3.0-12.20121213cvs.el7 21:50:02 libgomp.x86_64 0:4.8.5-39.el7 21:50:02 libmpc.x86_64 0:1.0.1-3.el7 21:50:02 libtirpc.x86_64 0:0.2.4-0.16.el7 21:50:02 logrotate.x86_64 0:3.8.6-19.el7 21:50:02 m4.x86_64 0:1.4.16-10.el7 21:50:02 mpfr.x86_64 0:3.1.1-4.el7 21:50:02 openssh.x86_64 0:7.4p1-21.el7 21:50:02 openssh-clients.x86_64 0:7.4p1-21.el7 21:50:02 perl.x86_64 4:5.16.3-295.el7 21:50:02 perl-Carp.noarch 0:1.26-244.el7 21:50:02 perl-Data-Dumper.x86_64 0:2.145-3.el7 21:50:02 perl-Encode.x86_64 0:2.51-7.el7 21:50:02 perl-Error.noarch 1:0.17020-2.el7 21:50:02 perl-Exporter.noarch 0:5.68-3.el7 21:50:02 perl-File-Path.noarch 0:2.09-2.el7 21:50:02 perl-File-Temp.noarch 0:0.23.01-3.el7 21:50:02 perl-Filter.x86_64 0:1.49-3.el7 21:50:02 perl-Getopt-Long.noarch 0:2.40-3.el7 21:50:02 perl-Git.noarch 0:1.8.3.1-23.el7_8 21:50:02 perl-HTTP-Tiny.noarch 0:0.033-3.el7 21:50:02 perl-PathTools.x86_64 0:3.40-5.el7 21:50:02 perl-Pod-Escapes.noarch 1:1.04-295.el7 21:50:02 perl-Pod-Perldoc.noarch 0:3.20-4.el7 21:50:02 perl-Pod-Simple.noarch 1:3.28-4.el7 21:50:02 perl-Pod-Usage.noarch 0:1.63-3.el7 21:50:02 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 21:50:02 perl-Socket.x86_64 0:2.010-5.el7 21:50:02 perl-Storable.x86_64 0:2.45-3.el7 21:50:02 perl-TermReadKey.x86_64 0:2.30-20.el7 21:50:02 perl-Test-Harness.noarch 0:3.28-3.el7 21:50:02 perl-Text-ParseWords.noarch 0:3.29-4.el7 21:50:02 perl-Thread-Queue.noarch 0:3.02-2.el7 21:50:02 perl-Time-HiRes.x86_64 4:1.9725-3.el7 21:50:02 perl-Time-Local.noarch 0:1.2300-2.el7 21:50:02 perl-constant.noarch 0:1.27-2.el7 21:50:02 perl-libs.x86_64 4:5.16.3-295.el7 21:50:02 perl-macros.x86_64 4:5.16.3-295.el7 21:50:02 perl-parent.noarch 1:0.225-244.el7 21:50:02 perl-podlators.noarch 0:2.5.1-3.el7 21:50:02 perl-srpm-macros.noarch 0:1-8.el7 21:50:02 perl-threads.x86_64 0:1.87-4.el7 21:50:02 perl-threads-shared.x86_64 0:1.43-6.el7 21:50:02 pyOpenSSL.x86_64 0:0.13.1-4.el7 21:50:02 python-backports.x86_64 0:1.0-8.el7 21:50:02 python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 21:50:02 python-dateutil.noarch 0:1.5-7.el7 21:50:02 python-ipaddress.noarch 0:1.0.16-2.el7 21:50:02 python-kerberos.x86_64 0:1.1-15.el7 21:50:02 python-krbV.x86_64 0:1.0.90-8.el7 21:50:02 python-nss.x86_64 0:0.16.0-3.el7 21:50:02 python-requests.noarch 0:2.6.0-9.el7_8 21:50:02 python-requests-kerberos.noarch 0:0.7.0-2.el7 21:50:02 python-rpm-macros.noarch 0:3-32.el7 21:50:02 python-six.noarch 0:1.9.0-2.el7 21:50:02 python-srpm-macros.noarch 0:3-32.el7 21:50:02 python-urllib3.noarch 0:1.10.2-7.el7 21:50:02 python2-koji.noarch 0:1.15.1-1.el7.centos 21:50:02 python2-libcomps.x86_64 0:0.1.8-14.el7 21:50:02 python3-libs.x86_64 0:3.6.8-13.el7 21:50:02 python3-pip.noarch 0:9.0.3-7.el7_7 21:50:02 python3-rpm-generators.noarch 0:6-2.el7 21:50:02 python3-rpm-macros.noarch 0:3-32.el7 21:50:02 python3-setuptools.noarch 0:39.2.0-10.el7 21:50:02 redhat-rpm-config.noarch 0:9.1.0-88.el7.centos 21:50:02 rsync.x86_64 0:3.1.2-10.el7 21:50:02 zip.x86_64 0:3.0-11.el7 21:50:02 21:50:02 Complete! 21:50:03 Loaded plugins: fastestmirror, ovl 21:50:03 Cleaning repos: base extras fedora-infra-sigul updates 21:50:03 Cleaning up list of fastest mirrors 21:50:03 Python 3.6.8 21:50:03 Installing build dependencies: finished with status 'done' 21:50:03 Getting requirements to build wheel: started 21:50:03 Getting requirements to build wheel: finished with status 'done' 21:50:03 Preparing wheel metadata: started 21:50:06 Preparing wheel metadata: finished with status 'done' 21:50:06 Collecting netifaces>=0.10.4 21:50:06 Downloading netifaces-0.10.9.tar.gz (28 kB) 21:50:08 Collecting decorator>=4.4.1 21:50:08 Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 21:50:08 Collecting munch>=2.1.0 21:50:08 Downloading munch-2.5.0-py2.py3-none-any.whl (10 kB) 21:50:08 Collecting dogpile.cache>=0.6.5 21:50:08 Downloading dogpile.cache-1.0.2.tar.gz (351 kB) 21:50:11 Collecting jsonpointer>=1.9 21:50:11 Downloading jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) 21:50:11 Collecting stevedore>=1.20.0 21:50:11 Downloading stevedore-3.2.1-py3-none-any.whl (42 kB) 21:50:13 Collecting cffi!=1.11.3,>=1.8 21:50:13 Downloading cffi-1.14.2.tar.gz (470 kB) 21:50:16 Collecting pycparser 21:50:16 Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) 21:50:16 Building wheels for collected packages: bs4, pyyaml, pygerrit2, lxml, multi-key-dict, ruamel.yaml.clib, pyrsistent, wrapt, cryptography, netifaces, dogpile.cache, cffi 21:50:16 Building wheel for bs4 (setup.py): started 21:50:17 Building wheel for bs4 (setup.py): finished with status 'done' 21:50:17 Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1273 sha256=67a1235d861c13c8f1ba79cb5e6fb449a3bf70d616094506fdc7d628682fc68c 21:50:17 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/19/f5/6d/a97dd4f22376d4472d5f4c76c7646876052ff3166b3cf71050 21:50:17 Building wheel for pyyaml (setup.py): started 21:50:19 Building wheel for pyyaml (setup.py): finished with status 'done' 21:50:19 Created wheel for pyyaml: filename=PyYAML-5.3.1-cp36-cp36m-linux_aarch64.whl size=44622 sha256=4f9ab16b114c3bf58e04487f5afd2b4248ae18f74232282cb6abd8fef55691bc 21:50:19 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/e5/9d/ad/2ee53cf262cba1ffd8afe1487eef788ea3f260b7e6232a80fc 21:50:19 Building wheel for pygerrit2 (setup.py): started 21:50:21 Building wheel for pygerrit2 (setup.py): finished with status 'done' 21:50:21 Created wheel for pygerrit2: filename=pygerrit2-2.0.13-py3-none-any.whl size=10826 sha256=abb7512accf65fe3d67447dc95a2c7ba9e2fefe1b73c31055b6965d178b84fcd 21:50:21 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/83/3b/35/d60b3d5c1cd5590b09117c861f15eaa0115f942246c23b87ec 21:50:21 Building wheel for lxml (setup.py): started 21:50:29 Removing intermediate container 77811b58afd6 21:50:29 ---> 21276a60a479 21:50:29 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 21:50:29 ---> Running in 162ba6d36f7b 21:50:29  % Total % Received % Xferd Average Speed Time Time Time Current 21:50:29 Dload Upload Total Spent Left Speed 21:50:29 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 21:50:29 Collecting pip 21:50:29 Downloading pip-20.2.2-py2.py3-none-any.whl (1.5 MB) 21:50:29 Collecting wheel 21:50:29 Downloading wheel-0.35.1-py2.py3-none-any.whl (33 kB) 21:50:29 Installing collected packages: pip, wheel 21:50:29 Attempting uninstall: pip 21:50:29 Found existing installation: pip 9.0.3 21:50:30 Uninstalling pip-9.0.3: 21:50:34 Successfully uninstalled pip-9.0.3 21:50:35 Successfully installed pip-20.2.2 wheel-0.35.1 21:50:37 Removing intermediate container 162ba6d36f7b 21:50:37 ---> 3e406adb8cb9 21:50:37 Step 7/8 : RUN pip install --no-cache-dir --upgrade pip setuptools 21:50:37 ---> Running in 207f131936b2 21:50:39 Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.2.2) 21:50:40 Collecting setuptools 21:50:40 Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) 21:50:40 Installing collected packages: setuptools 21:50:40 Attempting uninstall: setuptools 21:50:40 Found existing installation: setuptools 39.2.0 21:50:40 Uninstalling setuptools-39.2.0: 21:50:42 Successfully uninstalled setuptools-39.2.0 21:50:43 Successfully installed setuptools-50.0.3 21:50:45 Removing intermediate container 207f131936b2 21:50:45 ---> 5ffaa030640d 21:50:45 Step 8/8 : RUN pip install --no-cache-dir -I lftools[openstack]==0.31.1 21:50:45 ---> Running in 2300686f7e3b 21:50:46 Collecting lftools[openstack]==0.31.1 21:50:46 Downloading lftools-0.31.1-py2.py3-none-any.whl (127 kB) 21:50:46 Collecting defusedxml 21:50:46 Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 21:50:46 Collecting jsonschema 21:50:46 Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 21:50:46 Collecting pygerrit2 21:50:46 Downloading pygerrit2-2.0.13.tar.gz (29 kB) 21:50:48 Collecting six 21:50:48 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) 21:50:48 Collecting tabulate 21:50:48 Downloading tabulate-0.8.7-py3-none-any.whl (24 kB) 21:50:48 Collecting pygithub 21:50:48 Downloading PyGithub-1.53-py3-none-any.whl (274 kB) 21:50:48 Collecting python-jenkins 21:50:48 Downloading python_jenkins-1.7.0-py3-none-any.whl (27 kB) 21:50:49 Collecting ruamel.yaml 21:50:49 Downloading ruamel.yaml-0.16.10-py2.py3-none-any.whl (111 kB) 21:50:49 Collecting click 21:50:49 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) 21:50:49 Collecting tqdm 21:50:49 Downloading tqdm-4.48.2-py2.py3-none-any.whl (68 kB) 21:50:49 Collecting pyyaml 21:50:49 Downloading PyYAML-5.3.1.tar.gz (269 kB) 21:50:50 Collecting email-validator 21:50:50 Downloading email_validator-1.1.1-py2.py3-none-any.whl (17 kB) 21:50:50 Collecting xdg==3.0.2 21:50:50 Downloading xdg-3.0.2-py2.py3-none-any.whl (5.0 kB) 21:50:50 Collecting requests 21:50:50 Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) 21:50:51 Collecting docker 21:50:51 Downloading docker-4.3.1-py2.py3-none-any.whl (145 kB) 21:50:51 Collecting lxml 21:50:51 Downloading lxml-4.5.2-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB) 21:50:52 Collecting setuptools>=36.5.0 21:50:52 Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) 21:50:52 Collecting httplib2 21:50:52 Downloading httplib2-0.18.1-py3-none-any.whl (95 kB) 21:50:52 Collecting bs4 21:50:52 Downloading bs4-0.0.1.tar.gz (1.1 kB) 21:50:53 Collecting oauth2client 21:50:53 Downloading oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 21:50:53 Collecting shade~=1.27.1; extra == "openstack" 21:50:53 Downloading shade-1.27.2-py2.py3-none-any.whl (371 kB) 21:50:53 Collecting importlib-metadata; python_version < "3.8" 21:50:53 Downloading importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB) 21:50:53 Collecting attrs>=17.4.0 21:50:53 Downloading attrs-20.1.0-py2.py3-none-any.whl (49 kB) 21:50:53 Collecting pyrsistent>=0.14.0 21:50:53 Downloading pyrsistent-0.16.0.tar.gz (108 kB) 21:50:54 Collecting pbr>=0.8.0 21:50:54 Downloading pbr-5.5.0-py2.py3-none-any.whl (106 kB) 21:50:54 Collecting deprecated 21:50:54 Downloading Deprecated-1.2.10-py2.py3-none-any.whl (8.7 kB) 21:50:54 Collecting pyjwt 21:50:54 Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) 21:50:54 Collecting multi-key-dict 21:50:54 Downloading multi_key_dict-2.0.3.tar.gz (8.4 kB) 21:50:54 Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9" 21:50:54 Downloading ruamel.yaml.clib-0.2.0-cp36-cp36m-manylinux1_x86_64.whl (548 kB) 21:50:54 Collecting dnspython>=1.15.0 21:50:54 Downloading dnspython-2.0.0-py3-none-any.whl (208 kB) 21:50:54 Collecting idna>=2.0.0 21:50:54 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) 21:50:54 Collecting chardet<4,>=3.0.2 21:50:54 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 21:50:55 Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 21:50:55 Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB) 21:50:55 Collecting certifi>=2017.4.17 21:50:55 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) 21:50:55 Collecting websocket-client>=0.32.0 21:50:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:50:55 Collecting beautifulsoup4 21:50:55 Downloading beautifulsoup4-4.9.1-py3-none-any.whl (115 kB) 21:50:55 Collecting rsa>=3.1.4 21:50:55 Downloading rsa-4.6-py3-none-any.whl (47 kB) 21:50:55 Collecting pyasn1>=0.1.7 21:50:55 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 21:50:55 Collecting pyasn1-modules>=0.0.5 21:50:55 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 21:50:55 Collecting os-client-config>=1.28.0 21:50:55 Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) 21:50:55 Collecting openstacksdk>=0.9.19 21:50:55 Downloading openstacksdk-0.48.0-py3-none-any.whl (1.3 MB) 21:50:55 Collecting zipp>=0.5 21:50:55 Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) 21:50:56 Collecting wrapt<2,>=1.10 21:50:56 Downloading wrapt-1.12.1.tar.gz (27 kB) 21:50:56 Collecting soupsieve>1.2 21:50:56 Downloading soupsieve-2.0.1-py3-none-any.whl (32 kB) 21:50:56 Collecting keystoneauth1>=3.18.0 21:50:56 Downloading keystoneauth1-4.2.1-py3-none-any.whl (308 kB) 21:50:57 Collecting cryptography>=2.1 21:50:57 Downloading cryptography-3.1-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB) 21:50:57 Collecting netifaces>=0.10.4 21:50:57 Downloading netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) 21:50:57 Collecting os-service-types>=1.7.0 21:50:57 Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 21:50:57 Collecting jsonpatch!=1.20,>=1.16 21:50:57 Downloading jsonpatch-1.26-py2.py3-none-any.whl (11 kB) 21:50:57 Collecting appdirs>=1.3.0 21:50:57 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 21:50:57 Collecting requestsexceptions>=1.2.0 21:50:57 Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 21:50:57 Collecting decorator>=4.4.1 21:50:57 Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 21:50:57 Collecting jmespath>=0.9.0 21:50:57 Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 21:50:57 Collecting iso8601>=0.1.11 21:50:57 Downloading iso8601-0.1.12-py2.py3-none-any.whl (12 kB) 21:50:57 Collecting munch>=2.1.0 21:50:57 Downloading munch-2.5.0-py2.py3-none-any.whl (10 kB) 21:50:57 Collecting dogpile.cache>=0.6.5 21:50:57 Downloading dogpile.cache-1.0.2.tar.gz (351 kB) 21:50:58 Collecting stevedore>=1.20.0 21:50:58 Downloading stevedore-3.2.1-py3-none-any.whl (42 kB) 21:50:58 Collecting cffi!=1.11.3,>=1.8 21:50:58 Downloading cffi-1.14.2-cp36-cp36m-manylinux1_x86_64.whl (400 kB) 21:50:58 Collecting jsonpointer>=1.9 21:50:58 Downloading jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) 21:50:58 Collecting pycparser 21:50:58 Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) 21:50:58 Building wheels for collected packages: pygerrit2, pyyaml, bs4, pyrsistent, multi-key-dict, wrapt, dogpile.cache 21:50:58 Building wheel for pygerrit2 (setup.py): started 21:50:59 Building wheel for pygerrit2 (setup.py): finished with status 'done' 21:50:59 Created wheel for pygerrit2: filename=pygerrit2-2.0.13-py3-none-any.whl size=10826 sha256=a64d399f923d1e7a2de1652e76417d1050557dfc15d5817dc40f194f5d77cd03 21:50:59 Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/83/3b/35/d60b3d5c1cd5590b09117c861f15eaa0115f942246c23b87ec 21:50:59 Building wheel for pyyaml (setup.py): started 21:51:00 Building wheel for pyyaml (setup.py): finished with status 'done' 21:51:00 Created wheel for pyyaml: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=44619 sha256=a4b519fa2d20fda91f61699fe0f783ec6545eaab466137c9a4a20d283df68598 21:51:00 Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/e5/9d/ad/2ee53cf262cba1ffd8afe1487eef788ea3f260b7e6232a80fc 21:51:00 Building wheel for bs4 (setup.py): started 21:51:00 Building wheel for bs4 (setup.py): finished with status 'done' 21:51:00 Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1273 sha256=b99335c099a0624a3217402af00b75e49d46e97145dcf2442846dfa8369b54ec 21:51:00 Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/19/f5/6d/a97dd4f22376d4472d5f4c76c7646876052ff3166b3cf71050 21:51:00 Building wheel for pyrsistent (setup.py): started 21:51:02 Building wheel for pyrsistent (setup.py): finished with status 'done' 21:51:02 Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=95296 sha256=90d3a95e83844a017c656ec8cd600ede80d3315ba4dd25d2f5fd8b791231a756 21:51:02 Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464 21:51:02 Building wheel for multi-key-dict (setup.py): started 21:51:02 Building wheel for multi-key-dict (setup.py): finished with status 'done' 21:51:02 Created wheel for multi-key-dict: filename=multi_key_dict-2.0.3-py3-none-any.whl size=9300 sha256=5b13fe28e57b7f5e82dde7bf63b42d16126045d3ec991d00c734c72198f9bdd3 21:51:02 Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/0b/36/f1/3d9fcd071063a9c09bcbd05058274e14f540f6b92233d19867 21:51:02 Building wheel for wrapt (setup.py): started 21:51:03 Building wheel for wrapt (setup.py): finished with status 'done' 21:51:03 Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=64468 sha256=33a52231ecf81e325af68a0b32366adc236081bda4b5e5f4c2c7fcd2cbeb76a9 21:51:03 Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/32/42/7f/23cae9ff6ef66798d00dc5d659088e57dbba01566f6c60db63 21:51:03 Building wheel for dogpile.cache (setup.py): started 21:51:03 Building wheel for dogpile.cache (setup.py): finished with status 'done' 21:51:03 Created wheel for dogpile.cache: filename=dogpile.cache-1.0.2-py3-none-any.whl size=45483 sha256=661fed407e376858f01041704cf58bfae33e96a1a60cf3029da169c3e67e62fa 21:51:03 Stored in directory: /tmp/pip-ephem-wheel-cache-0thwq5mv/wheels/be/92/43/387b688346d5737d6df69684d281822252d924a42f03abd202 21:51:03 Successfully built pygerrit2 pyyaml bs4 pyrsistent multi-key-dict wrapt dogpile.cache 21:51:04 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 21:51:14 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 21:51:24 Removing intermediate container 2300686f7e3b 21:51:24 ---> e64b60219019 21:51:24 Successfully built e64b60219019 21:51:24 Successfully tagged edgex-lftools:latest [Pipeline] isUnix [Pipeline] sh 21:51:24 + docker build -t edgex-lftools-log-publisher -f Dockerfile.logs-publish . 21:51:24 Sending build context to Docker daemon 218.1kB 21:51:24 [WARNING]: Empty continuation line found in: 21:51:24 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 21:51:24 [WARNING]: Empty continuation lines will become errors in a future release. 21:51:24 Step 1/11 : FROM alpine:3.12 as mktempbuilder 21:51:25 3.12: Pulling from library/alpine 21:51:25 df20fa9351a1: Pulling fs layer 21:51:25 df20fa9351a1: Verifying Checksum 21:51:25 df20fa9351a1: Download complete 21:51:25 df20fa9351a1: Pull complete 21:51:25 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:51:25 Status: Downloaded newer image for alpine:3.12 21:51:25 ---> a24bb4013296 21:51:25 Step 2/11 : WORKDIR /tmp/build 21:51:25 ---> Running in fab9a233ea7e 21:51:26 Removing intermediate container fab9a233ea7e 21:51:26 ---> 17c736d3e71a 21:51:26 Step 3/11 : RUN apk add --update --no-cache build-base linux-headers 21:51:26 ---> Running in 8dedfe45ecf2 21:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:26 (1/22) Upgrading musl (1.1.24-r8 -> 1.1.24-r9) 21:51:26 (2/22) Installing libgcc (9.3.0-r2) 21:51:26 (3/22) Installing libstdc++ (9.3.0-r2) 21:51:26 (4/22) Installing binutils (2.34-r1) 21:51:26 (5/22) Installing libmagic (5.38-r0) 21:51:27 (6/22) Installing file (5.38-r0) 21:51:27 (7/22) Installing gmp (6.2.0-r0) 21:51:27 (8/22) Installing isl (0.18-r0) 21:51:27 (9/22) Installing libgomp (9.3.0-r2) 21:51:27 (10/22) Installing libatomic (9.3.0-r2) 21:51:27 (11/22) Installing libgphobos (9.3.0-r2) 21:51:27 (12/22) Installing mpfr4 (4.0.2-r4) 21:51:27 (13/22) Installing mpc1 (1.1.0-r1) 21:51:27 (14/22) Installing gcc (9.3.0-r2) 21:51:29 (15/22) Installing musl-dev (1.1.24-r9) 21:51:29 (16/22) Installing libc-dev (0.7.2-r3) 21:51:29 (17/22) Installing g++ (9.3.0-r2) 21:51:31 (18/22) Installing make (4.3-r0) 21:51:31 (19/22) Installing fortify-headers (1.1-r0) 21:51:31 (20/22) Installing patch (2.7.6-r6) 21:51:31 (21/22) Installing build-base (0.5-r2) 21:51:31 (22/22) Installing linux-headers (5.4.5-r1) 21:51:31 Executing busybox-1.31.1-r16.trigger 21:51:31 OK: 213 MiB in 35 packages 21:51:36 Removing intermediate container 8dedfe45ecf2 21:51:36 ---> e42638907bf1 21:51:36 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 21:51:36 ---> Running in 60974f532096 21:51:37 Connecting to www.mktemp.org (65.102.237.118:443) 21:51:37 saving to 'mktemp-1.7.tar.gz' 21:51:37 mktemp-1.7.tar.gz 100% |********************************| 78792 0:00:00 ETA 21:51:37 'mktemp-1.7.tar.gz' saved 21:51:37 mktemp-1.7/INSTALL 21:51:37 mktemp-1.7/INSTALL.configure 21:51:37 mktemp-1.7/LICENSE 21:51:37 mktemp-1.7/Makefile.in 21:51:37 mktemp-1.7/README 21:51:37 mktemp-1.7/RELEASE_NOTES 21:51:37 mktemp-1.7/config.guess 21:51:37 mktemp-1.7/config.h.in 21:51:37 mktemp-1.7/config.sub 21:51:37 mktemp-1.7/configure 21:51:37 mktemp-1.7/configure.in 21:51:37 mktemp-1.7/extern.h 21:51:37 mktemp-1.7/install-sh 21:51:37 mktemp-1.7/mkdtemp.c 21:51:37 mktemp-1.7/mkinstalldirs 21:51:37 mktemp-1.7/mktemp.c 21:51:37 mktemp-1.7/mktemp.man 21:51:37 mktemp-1.7/mktemp.mdoc 21:51:37 mktemp-1.7/priv_mktemp.c 21:51:37 mktemp-1.7/arc4random.c 21:51:37 mktemp-1.7/strdup.c 21:51:37 mktemp-1.7/strerror.c 21:51:37 Connecting to git.savannah.gnu.org (209.51.188.201:80) 21:51:37 saving to 'config.guess' 21:51:37 config.guess 100% |********************************| 48946 0:00:00 ETA 21:51:37 'config.guess' saved 21:51:37 Connecting to git.savannah.gnu.org (209.51.188.201:80) 21:51:38 saving to 'config.sub' 21:51:39 config.sub 100% |********************************| 34131 0:00:00 ETA 21:51:39 'config.sub' saved 21:51:39 checking build system type... x86_64-pc-linux-musl 21:51:39 checking host system type... x86_64-pc-linux-musl 21:51:39 checking for nroff... no 21:51:39 checking for gcc... gcc 21:51:39 checking for C compiler default output file name... a.out 21:51:39 checking whether the C compiler works... yes 21:51:39 checking whether we are cross compiling... no 21:51:39 checking for suffix of executables... 21:51:39 checking for suffix of object files... o 21:51:39 checking whether we are using the GNU C compiler... yes 21:51:39 checking whether gcc accepts -g... yes 21:51:39 checking for gcc option to accept ISO C89... none needed 21:51:39 checking how to run the C preprocessor... gcc -E 21:51:39 checking for grep that handles long lines and -e... /bin/grep 21:51:39 checking for egrep... /bin/grep -E 21:51:39 checking whether gcc needs -traditional... no 21:51:39 checking for an ANSI C-conforming const... yes 21:51:39 checking for ANSI C header files... yes 21:51:39 checking for sys/types.h... yes 21:51:39 checking for sys/stat.h... yes 21:51:39 checking for stdlib.h... yes 21:51:39 checking for string.h... yes 21:51:39 checking for memory.h... yes 21:51:39 checking for strings.h... yes 21:51:40 checking for inttypes.h... yes 21:51:40 checking for stdint.h... yes 21:51:40 checking for unistd.h... yes 21:51:40 checking paths.h usability... yes 21:51:40 checking paths.h presence... yes 21:51:40 checking for paths.h... yes 21:51:40 checking sys/time.h usability... yes 21:51:40 checking sys/time.h presence... yes 21:51:40 checking for sys/time.h... yes 21:51:40 checking whether time.h and sys/time.h may both be included... yes 21:51:40 checking for ssize_t... yes 21:51:40 checking for strerror... yes 21:51:40 checking for strdup... yes 21:51:40 checking for getopt_long... yes 21:51:40 checking for arc4random_uniform... no 21:51:40 checking for arc4random... no 21:51:40 checking for __progname... yes 21:51:40 checking for random device... /dev/urandom 21:51:40 checking whether to use mk{s,d}temp from libc... no 21:51:40 checking which macro set to use for manual... man 21:51:40 configure: creating ./config.status 21:51:40 config.status: creating Makefile 21:51:40 config.status: creating config.h 21:51:40 /bin/sh ./mkinstalldirs /usr/local/bin \ 21:51:40 /usr/local/share/man/man1 21:51:40 mkdir /usr/local/share/man 21:51:40 mkdir /usr/local/share/man/man1 21:51:40 gcc -c -I. -I. -g -O2 mktemp.c 21:51:40 gcc -c -I. -I. -g -O2 arc4random.c 21:51:41 gcc -c -I. -I. -g -O2 priv_mktemp.c 21:51:41 gcc -o mktemp mktemp.o arc4random.o priv_mktemp.o 21:51:41 /bin/sh ./install-sh -c -m 0555 -s mktemp /usr/local/bin/mktemp 21:51:41 /bin/sh ./install-sh -c -m 0444 ./mktemp.man \ 21:51:41 /usr/local/share/man/man1/mktemp.1 21:51:41 Removing intermediate container 60974f532096 21:51:41 ---> 2e5099096f99 21:51:41 Step 5/11 : FROM python:3.6-alpine 21:51:41 3.6-alpine: Pulling from library/python 21:51:42 df20fa9351a1: Already exists 21:51:42 36b3adc4ff6f: Pulling fs layer 21:51:42 8ad3a11d3b57: Pulling fs layer 21:51:42 46f8f816bc3b: Pulling fs layer 21:51:42 0dadc02b9964: Pulling fs layer 21:51:42 0dadc02b9964: Waiting 21:51:42 46f8f816bc3b: Verifying Checksum 21:51:42 46f8f816bc3b: Download complete 21:51:42 36b3adc4ff6f: Verifying Checksum 21:51:42 36b3adc4ff6f: Download complete 21:51:42 0dadc02b9964: Verifying Checksum 21:51:42 0dadc02b9964: Download complete 21:51:42 8ad3a11d3b57: Download complete 21:51:43 36b3adc4ff6f: Pull complete 21:51:43 8ad3a11d3b57: Pull complete 21:51:43 46f8f816bc3b: Pull complete 21:51:44 0dadc02b9964: Pull complete 21:51:44 Digest: sha256:1aecd84e20860196525570a6cdc6016c2954ed241b1d254c0af3348382734082 21:51:44 Status: Downloaded newer image for python:3.6-alpine 21:51:44 ---> 96b6b6d94572 21:51:44 Step 6/11 : ARG GLOBAL_JJB_COMMIT=64faafae2362d36e4d5c3e8d5fe6579b9d09cf55 21:51:45 ---> Running in a79a49838411 21:51:45 Removing intermediate container a79a49838411 21:51:45 ---> e9ea5ae8acef 21:51:45 Step 7/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' maintainer="Ernesto Ojeda " 21:51:45 ---> Running in 511e0a038bd0 21:51:45 Removing intermediate container 511e0a038bd0 21:51:45 ---> 807a0822d3ce 21:51:45 Step 8/11 : RUN mv /bin/mktemp /bin/mktemp-busybox 21:51:46 ---> Running in 08db2e449917 21:51:46 Removing intermediate container 08db2e449917 21:51:46 ---> 143ba6361749 21:51:46 Step 9/11 : COPY --from=mktempbuilder /usr/local/bin/mktemp /usr/local/bin/mktemp 21:51:46 ---> 22ab3c8f5ddd 21:51:46 Step 10/11 : ENV SETUPTOOLS_USE_DISTUTILS="stdlib" 21:51:47 ---> Running in fb9e56434b9a 21:51:47 Removing intermediate container fb9e56434b9a 21:51:47 ---> 154d5a999569 21:51:47 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 21:51:47 ---> Running in 22b4ba0ad7c0 21:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:48 (1/54) Installing bash (5.0.17-r0) 21:51:48 Executing bash-5.0.17-r0.post-install 21:51:48 (2/54) Installing libgcc (9.3.0-r2) 21:51:48 (3/54) Installing libstdc++ (9.3.0-r2) 21:51:48 (4/54) Installing binutils (2.34-r1) 21:51:48 (5/54) Installing libmagic (5.38-r0) 21:51:48 (6/54) Installing file (5.38-r0) 21:51:48 (7/54) Installing gmp (6.2.0-r0) 21:51:48 (8/54) Installing isl (0.18-r0) 21:51:48 (9/54) Installing libgomp (9.3.0-r2) 21:51:48 (10/54) Installing libatomic (9.3.0-r2) 21:51:48 (11/54) Installing libgphobos (9.3.0-r2) 21:51:48 (12/54) Installing mpfr4 (4.0.2-r4) 21:51:48 (13/54) Installing mpc1 (1.1.0-r1) 21:51:48 (14/54) Installing gcc (9.3.0-r2) 21:51:50 (15/54) Installing musl-dev (1.1.24-r9) 21:51:50 (16/54) Installing libc-dev (0.7.2-r3) 21:51:50 (17/54) Installing g++ (9.3.0-r2) 21:51:51 (18/54) Installing make (4.3-r0) 21:51:51 (19/54) Installing fortify-headers (1.1-r0) 21:51:51 (20/54) Installing patch (2.7.6-r6) 21:51:51 (21/54) Installing build-base (0.5-r2) 21:51:51 (22/54) Installing nghttp2-libs (1.41.0-r0) 21:51:51 (23/54) Installing libcurl (7.69.1-r0) 21:51:51 (24/54) Installing pcre2 (10.35-r0) 21:51:51 (25/54) Installing git (2.26.2-r0) 21:51:51 (26/54) Installing linux-headers (5.4.5-r1) 21:51:51 (27/54) Installing pkgconf (1.7.2-r0) 21:51:51 (28/54) Installing libffi-dev (3.3-r2) 21:51:51 (29/54) Installing zlib-dev (1.2.11-r3) 21:51:51 (30/54) Installing xz-dev (5.2.5-r0) 21:51:51 (31/54) Installing libxml2 (2.9.10-r4) 21:51:51 (32/54) Installing libxml2-dev (2.9.10-r4) 21:51:51 (33/54) Installing libgpg-error (1.37-r0) 21:51:51 (34/54) Installing libgcrypt (1.8.5-r0) 21:51:51 (35/54) Installing libxslt (1.1.34-r0) 21:51:51 (36/54) Installing libxslt-dev (1.1.34-r0) 21:51:51 (37/54) Installing openssl-dev (1.1.1g-r0) 21:51:51 (38/54) Installing sysstat (12.2.1-r0) 21:51:51 (39/54) Installing libblkid (2.35.2-r0) 21:51:51 (40/54) Installing blkid (2.35.2-r0) 21:51:51 (41/54) Installing libcap-ng (0.7.10-r1) 21:51:51 (42/54) Installing setpriv (2.35.2-r0) 21:51:51 (43/54) Installing libmount (2.35.2-r0) 21:51:52 (44/54) Installing libsmartcols (2.35.2-r0) 21:51:52 (45/54) Installing findmnt (2.35.2-r0) 21:51:52 (46/54) Installing mcookie (2.35.2-r0) 21:51:52 (47/54) Installing hexdump (2.35.2-r0) 21:51:52 (48/54) Installing lsblk (2.35.2-r0) 21:51:52 (49/54) Installing libuuid (2.35.2-r0) 21:51:52 (50/54) Installing libfdisk (2.35.2-r0) 21:51:52 (51/54) Installing sfdisk (2.35.2-r0) 21:51:52 (52/54) Installing cfdisk (2.35.2-r0) 21:51:52 (53/54) Installing util-linux (2.35.2-r0) 21:51:52 (54/54) Installing xmlstarlet (1.6.1-r0) 21:51:52 Executing busybox-1.31.1-r16.trigger 21:51:52 OK: 254 MiB in 88 packages 21:51:54 Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.2.2) 21:51:55 Collecting setuptools 21:51:55 Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) 21:51:55 Installing collected packages: setuptools 21:51:55 Attempting uninstall: setuptools 21:51:55 Found existing installation: setuptools 49.6.0 21:51:56 Uninstalling setuptools-49.6.0: 21:51:56 Successfully uninstalled setuptools-49.6.0 21:51:56 Successfully installed setuptools-50.0.3 21:51:57 Collecting lftools[openstack]==0.31.1 21:51:57 Downloading lftools-0.31.1-py2.py3-none-any.whl (127 kB) 21:51:57 Collecting bs4 21:51:57 Downloading bs4-0.0.1.tar.gz (1.1 kB) 21:51:57 Collecting click 21:51:57 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) 21:51:58 Collecting oauth2client 21:51:58 Downloading oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 21:51:58 Collecting requests 21:51:58 Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) 21:51:59 Collecting ruamel.yaml 21:51:59 Downloading ruamel.yaml-0.16.10-py2.py3-none-any.whl (111 kB) 21:51:59 Collecting pyyaml 21:51:59 Downloading PyYAML-5.3.1.tar.gz (269 kB) 21:52:01 Collecting xdg==3.0.2 21:52:01 Downloading xdg-3.0.2-py2.py3-none-any.whl (5.0 kB) 21:52:01 Collecting setuptools>=36.5.0 21:52:01 Downloading setuptools-50.0.3-py3-none-any.whl (784 kB) 21:52:01 Collecting python-jenkins 21:52:01 Downloading python_jenkins-1.7.0-py3-none-any.whl (27 kB) 21:52:01 Collecting tabulate 21:52:01 Downloading tabulate-0.8.7-py3-none-any.whl (24 kB) 21:52:01 Collecting pygerrit2 21:52:01 Downloading pygerrit2-2.0.13.tar.gz (29 kB) 21:52:03 Collecting six 21:52:03 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) 21:52:03 Collecting docker 21:52:03 Downloading docker-4.3.1-py2.py3-none-any.whl (145 kB) 21:52:03 Collecting defusedxml 21:52:03 Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 21:52:03 Collecting jsonschema 21:52:03 Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 21:52:03 Collecting email-validator 21:52:03 Downloading email_validator-1.1.1-py2.py3-none-any.whl (17 kB) 21:52:03 Collecting tqdm 21:52:03 Downloading tqdm-4.48.2-py2.py3-none-any.whl (68 kB) 21:52:04 Collecting lxml 21:52:04 Downloading lxml-4.5.2.tar.gz (4.5 MB) 21:52:06 Collecting httplib2 21:52:06 Downloading httplib2-0.18.1-py3-none-any.whl (95 kB) 21:52:06 Collecting pygithub 21:52:06 Downloading PyGithub-1.53-py3-none-any.whl (274 kB) 21:52:06 Collecting shade~=1.27.1; extra == "openstack" 21:52:06 Downloading shade-1.27.2-py2.py3-none-any.whl (371 kB) 21:52:06 Collecting beautifulsoup4 21:52:06 Downloading beautifulsoup4-4.9.1-py3-none-any.whl (115 kB) 21:52:06 Collecting pyasn1-modules>=0.0.5 21:52:06 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 21:52:06 Collecting pyasn1>=0.1.7 21:52:06 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 21:52:06 Collecting rsa>=3.1.4 21:52:06 Downloading rsa-4.6-py3-none-any.whl (47 kB) 21:52:06 Collecting chardet<4,>=3.0.2 21:52:06 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 21:52:06 Collecting idna<3,>=2.5 21:52:06 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) 21:52:07 Collecting certifi>=2017.4.17 21:52:07 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) 21:52:07 Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 21:52:07 Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB) 21:52:07 Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.9" 21:52:07 Downloading ruamel.yaml.clib-0.2.0.tar.gz (178 kB) 21:52:08 Collecting pbr>=0.8.2 21:52:08 Downloading pbr-5.5.0-py2.py3-none-any.whl (106 kB) 21:52:08 Collecting multi-key-dict 21:52:08 Downloading multi_key_dict-2.0.3.tar.gz (8.4 kB) 21:52:08 Collecting websocket-client>=0.32.0 21:52:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:52:08 Collecting attrs>=17.4.0 21:52:08 Downloading attrs-20.1.0-py2.py3-none-any.whl (49 kB) 21:52:08 Collecting importlib-metadata; python_version < "3.8" 21:52:08 Downloading importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB) 21:52:08 Collecting pyrsistent>=0.14.0 21:52:08 Downloading pyrsistent-0.16.0.tar.gz (108 kB) 21:52:08 Collecting dnspython>=1.15.0 21:52:09 Downloading dnspython-2.0.0-py3-none-any.whl (208 kB) 21:52:09 Collecting pyjwt 21:52:09 Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) 21:52:09 Collecting deprecated 21:52:09 Downloading Deprecated-1.2.10-py2.py3-none-any.whl (8.7 kB) 21:52:09 Collecting openstacksdk>=0.9.19 21:52:09 Downloading openstacksdk-0.48.0-py3-none-any.whl (1.3 MB) 21:52:09 Collecting os-client-config>=1.28.0 21:52:09 Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB) 21:52:09 Collecting soupsieve>1.2 21:52:09 Downloading soupsieve-2.0.1-py3-none-any.whl (32 kB) 21:52:09 Collecting zipp>=0.5 21:52:09 Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) 21:52:09 Collecting wrapt<2,>=1.10 21:52:09 Downloading wrapt-1.12.1.tar.gz (27 kB) 21:52:09 Collecting iso8601>=0.1.11 21:52:09 Downloading iso8601-0.1.12-py2.py3-none-any.whl (12 kB) 21:52:10 Collecting keystoneauth1>=3.18.0 21:52:10 Downloading keystoneauth1-4.2.1-py3-none-any.whl (308 kB) 21:52:10 Collecting jmespath>=0.9.0 21:52:10 Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 21:52:10 Collecting appdirs>=1.3.0 21:52:10 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 21:52:10 Collecting decorator>=4.4.1 21:52:10 Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 21:52:10 Collecting requestsexceptions>=1.2.0 21:52:10 Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 21:52:10 Collecting netifaces>=0.10.4 21:52:10 Downloading netifaces-0.10.9.tar.gz (28 kB) 21:52:10 Collecting jsonpatch!=1.20,>=1.16 21:52:10 Downloading jsonpatch-1.26-py2.py3-none-any.whl (11 kB) 21:52:10 Collecting os-service-types>=1.7.0 21:52:10 Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 21:52:10 Collecting munch>=2.1.0 21:52:10 Downloading munch-2.5.0-py2.py3-none-any.whl (10 kB) 21:52:10 Collecting dogpile.cache>=0.6.5 21:52:10 Downloading dogpile.cache-1.0.2.tar.gz (351 kB) 21:52:12 Collecting cryptography>=2.1 21:52:12 Downloading cryptography-3.1.tar.gz (534 kB) 21:52:12 Installing build dependencies: started 21:52:24 Installing build dependencies: finished with status 'done' 21:52:24 Getting requirements to build wheel: started 21:52:24 Getting requirements to build wheel: finished with status 'done' 21:52:24 Preparing wheel metadata: started 21:52:25 Preparing wheel metadata: finished with status 'done' 21:52:25 Collecting stevedore>=1.20.0 21:52:25 Downloading stevedore-3.2.1-py3-none-any.whl (42 kB) 21:52:25 Collecting jsonpointer>=1.9 21:52:25 Downloading jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) 21:52:26 Collecting cffi!=1.11.3,>=1.8 21:52:26 Downloading cffi-1.14.2.tar.gz (470 kB) 21:52:26 Collecting pycparser 21:52:26 Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) 21:52:26 Building wheels for collected packages: bs4, pyyaml, pygerrit2, lxml, ruamel.yaml.clib, multi-key-dict, pyrsistent, wrapt, netifaces, dogpile.cache, cryptography, cffi 21:52:26 Building wheel for bs4 (setup.py): started 21:52:26 Building wheel for bs4 (setup.py): finished with status 'done' 21:52:26 Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1273 sha256=8d5437e2b147d010ac45a85247b059a8d9d567f2823785a5f9894ed057d10957 21:52:26 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/19/f5/6d/a97dd4f22376d4472d5f4c76c7646876052ff3166b3cf71050 21:52:26 Building wheel for pyyaml (setup.py): started 21:52:27 Building wheel for pyyaml (setup.py): finished with status 'done' 21:52:27 Created wheel for pyyaml: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=44619 sha256=d7c3939d8fb60d08eb3a75916a601c2ade93773198ae6ee7a43c15583039f9d1 21:52:27 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/e5/9d/ad/2ee53cf262cba1ffd8afe1487eef788ea3f260b7e6232a80fc 21:52:27 Building wheel for pygerrit2 (setup.py): started 21:52:27 Building wheel for pygerrit2 (setup.py): finished with status 'done' 21:52:27 Created wheel for pygerrit2: filename=pygerrit2-2.0.13-py3-none-any.whl size=10826 sha256=2f15379bb2d3c787c8f6809a9d6123a12e9de69ab57090918b99bf13fea8dd33 21:52:27 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/83/3b/35/d60b3d5c1cd5590b09117c861f15eaa0115f942246c23b87ec 21:52:27 Building wheel for lxml (setup.py): started 21:55:04 Building wheel for lxml (setup.py): still running... 21:56:12 Building wheel for lxml (setup.py): still running... 21:56:18 Building wheel for lxml (setup.py): finished with status 'done' 21:56:18 Created wheel for lxml: filename=lxml-4.5.2-cp36-cp36m-linux_x86_64.whl size=1625566 sha256=b9afbb0dbe513fa29a655b3f392396058e60df8decefc9d918a12e1c5710fedb 21:56:18 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/b5/85/4f/dce32f69e42434dc20ab2bb7ae1ee21f8a4d62ee1e6ba38006 21:56:18 Building wheel for ruamel.yaml.clib (setup.py): started 21:56:45 Building wheel for ruamel.yaml.clib (setup.py): finished with status 'done' 21:56:45 Created wheel for ruamel.yaml.clib: filename=ruamel.yaml.clib-0.2.0-cp36-cp36m-linux_x86_64.whl size=176503 sha256=efab4f05a183a3d046b2c9777c4a806caa5607c31db7ea093e15d1ecb1ebd45b 21:56:45 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/e2/b8/ea/62fbbd3e532ea67717f7b561bdb57717515f288f83cdf93065 21:56:45 Building wheel for multi-key-dict (setup.py): started 21:56:45 Building wheel for multi-key-dict (setup.py): finished with status 'done' 21:56:45 Created wheel for multi-key-dict: filename=multi_key_dict-2.0.3-py3-none-any.whl size=9300 sha256=4e74fd25aefce72a47909d23ed1271b915db68b8018a579cbcdb0c9b57967341 21:56:45 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/0b/36/f1/3d9fcd071063a9c09bcbd05058274e14f540f6b92233d19867 21:56:45 Building wheel for pyrsistent (setup.py): started 21:56:45 Building wheel for pyrsistent (setup.py): finished with status 'done' 21:56:45 Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=74705 sha256=4b76bf7771432c5238c38af48b7015b8d106d298b54f5f324dbcf3a32661969b 21:56:45 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464 21:56:45 Building wheel for wrapt (setup.py): started 21:56:45 Building wheel for wrapt (setup.py): finished with status 'done' 21:56:45 Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=33317 sha256=70e2f9d814ab55c488204858d594728be18263bcba491437ddc88e2f4e81ebed 21:56:45 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/32/42/7f/23cae9ff6ef66798d00dc5d659088e57dbba01566f6c60db63 21:56:45 Building wheel for netifaces (setup.py): started 21:56:47 Building wheel for netifaces (setup.py): finished with status 'done' 21:56:47 Created wheel for netifaces: filename=netifaces-0.10.9-cp36-cp36m-linux_x86_64.whl size=12985 sha256=845fa9fa2a94c81ef437ca8041a2a1e7371074744ab1207172859bd7ecfc976a 21:56:47 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/ef/f5/42/39d33556db44fd4d0caa4841154b5a2503f8a2d1eced209df5 21:56:47 Building wheel for dogpile.cache (setup.py): started 21:56:47 Building wheel for dogpile.cache (setup.py): finished with status 'done' 21:56:47 Created wheel for dogpile.cache: filename=dogpile.cache-1.0.2-py3-none-any.whl size=45483 sha256=23292f42a8db03b8e4bae44c340a9c0222af7f1fd120f097dc0499538180362f 21:56:47 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/be/92/43/387b688346d5737d6df69684d281822252d924a42f03abd202 21:56:47 Building wheel for cryptography (PEP 517): started 21:57:26 Building wheel for cryptography (PEP 517): finished with status 'done' 21:57:26 Created wheel for cryptography: filename=cryptography-3.1-cp36-cp36m-linux_x86_64.whl size=356296 sha256=fe79af81f86c9f1c501d0d1a4a998418f47faf20a799a0adcddbe63b8c964cda 21:57:26 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/35/45/aa/1e8f170c44f618d5b00d58774ac7ced203c04becd5df1166fa 21:57:26 Building wheel for cffi (setup.py): started 21:57:33 Building wheel for cffi (setup.py): finished with status 'done' 21:57:33 Created wheel for cffi: filename=cffi-1.14.2-cp36-cp36m-linux_x86_64.whl size=187274 sha256=668519c8ad280692646fe3959595661feb562d4842886ca3997b34f91836f9c0 21:57:33 Stored in directory: /tmp/pip-ephem-wheel-cache-6x7mx7t0/wheels/6a/47/5a/1b45f132f0686ceaf0c57ef67cde7a68591387794a38f42282 21:57:33 Successfully built bs4 pyyaml pygerrit2 lxml ruamel.yaml.clib multi-key-dict pyrsistent wrapt netifaces dogpile.cache cryptography cffi 21:57:33 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 21:57:41 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 21:57:41 Cloning into 'global-jjb'... 21:57:42 HEAD is now at 64faafa Merge "lftools_activate should be deprecated" 21:57:42 WARNING: Ignoring APKINDEX.2c4ac24e.tar.gz: No such file or directory 21:57:42 WARNING: Ignoring APKINDEX.40a3604f.tar.gz: No such file or directory 21:57:42 World updated, but the following packages are not removed due to: 21:57:42 linux-headers: libffi-dev 21:57:42 21:57:42 (1/24) Purging build-base (0.5-r2) 21:57:42 (2/24) Purging file (5.38-r0) 21:57:42 (3/24) Purging g++ (9.3.0-r2) 21:57:42 (4/24) Purging gcc (9.3.0-r2) 21:57:42 (5/24) Purging binutils (2.34-r1) 21:57:42 (6/24) Purging libatomic (9.3.0-r2) 21:57:42 (7/24) Purging libgomp (9.3.0-r2) 21:57:42 (8/24) Purging libgphobos (9.3.0-r2) 21:57:42 (9/24) Purging libstdc++ (9.3.0-r2) 21:57:42 (10/24) Purging make (4.3-r0) 21:57:42 (11/24) Purging libc-dev (0.7.2-r3) 21:57:42 (12/24) Purging musl-dev (1.1.24-r9) 21:57:42 (13/24) Purging fortify-headers (1.1-r0) 21:57:42 (14/24) Purging patch (2.7.6-r6) 21:57:42 (15/24) Purging git (2.26.2-r0) 21:57:42 (16/24) Purging libgcc (9.3.0-r2) 21:57:42 (17/24) Purging libmagic (5.38-r0) 21:57:42 (18/24) Purging isl (0.18-r0) 21:57:42 (19/24) Purging mpc1 (1.1.0-r1) 21:57:42 (20/24) Purging mpfr4 (4.0.2-r4) 21:57:42 (21/24) Purging gmp (6.2.0-r0) 21:57:42 (22/24) Purging libcurl (7.69.1-r0) 21:57:42 (23/24) Purging nghttp2-libs (1.41.0-r0) 21:57:42 (24/24) Purging pcre2 (10.35-r0) 21:57:42 Executing busybox-1.31.1-r16.trigger 21:57:42 OK: 38 MiB in 64 packages 21:57:57 Removing intermediate container 22b4ba0ad7c0 21:57:57 ---> 9834d0b90693 21:57:57 Successfully built 9834d0b90693 21:57:57 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] } 22:04:44 Building wheel for lxml (setup.py): still running... 22:06:21 Building wheel for lxml (setup.py): still running... 22:07:17 Building wheel for lxml (setup.py): still running... 22:08:39 Building wheel for lxml (setup.py): still running... 22:10:01 Building wheel for lxml (setup.py): still running... 22:10:33 Building wheel for lxml (setup.py): finished with status 'done' 22:10:33 Created wheel for lxml: filename=lxml-4.5.2-cp36-cp36m-linux_aarch64.whl size=1554913 sha256=0fa59ddc288ab8cabd2b2e1473fb605fc9db15289f1bd4b9e57aed5754bfa86c 22:10:33 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/b5/85/4f/dce32f69e42434dc20ab2bb7ae1ee21f8a4d62ee1e6ba38006 22:10:33 Building wheel for multi-key-dict (setup.py): started 22:10:33 Building wheel for multi-key-dict (setup.py): finished with status 'done' 22:10:33 Created wheel for multi-key-dict: filename=multi_key_dict-2.0.3-py3-none-any.whl size=9300 sha256=0501f95b7aaac6d674969fe699c38a79dc1a4cc3b529ab7eed465189ffb894cb 22:10:33 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/0b/36/f1/3d9fcd071063a9c09bcbd05058274e14f540f6b92233d19867 22:10:33 Building wheel for ruamel.yaml.clib (setup.py): started 22:11:41 Building wheel for ruamel.yaml.clib (setup.py): still running... 22:12:08 Building wheel for ruamel.yaml.clib (setup.py): finished with status 'done' 22:12:08 Created wheel for ruamel.yaml.clib: filename=ruamel.yaml.clib-0.2.0-cp36-cp36m-linux_aarch64.whl size=151861 sha256=9d431b4ea4848f96f84efd3f36ae1d4cc9f1a91b28e8b36cebe032da6b1ef5f4 22:12:08 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/e2/b8/ea/62fbbd3e532ea67717f7b561bdb57717515f288f83cdf93065 22:12:08 Building wheel for pyrsistent (setup.py): started 22:12:15 Building wheel for pyrsistent (setup.py): finished with status 'done' 22:12:15 Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_aarch64.whl size=74532 sha256=950fe0ddba95912878e2b86ff7b0708b23dfa13bf3f9ce718c192f0fd2adaeb5 22:12:15 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464 22:12:15 Building wheel for wrapt (setup.py): started 22:12:20 Building wheel for wrapt (setup.py): finished with status 'done' 22:12:20 Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_aarch64.whl size=32352 sha256=f46118384911bf8d3ebdfab00229010a0adc7279e2e828554ef8bfd24bc68813 22:12:20 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/32/42/7f/23cae9ff6ef66798d00dc5d659088e57dbba01566f6c60db63 22:12:20 Building wheel for cryptography (PEP 517): started 22:14:42 Building wheel for cryptography (PEP 517): still running... 22:14:42 Building wheel for cryptography (PEP 517): finished with status 'done' 22:14:42 Created wheel for cryptography: filename=cryptography-3.1-cp36-cp36m-linux_aarch64.whl size=331099 sha256=55e0c038d9937d930fca0992cac9b16d8b344167162dade5585d9fa5417738c9 22:14:42 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/35/45/aa/1e8f170c44f618d5b00d58774ac7ced203c04becd5df1166fa 22:14:42 Building wheel for netifaces (setup.py): started 22:14:42 Building wheel for netifaces (setup.py): finished with status 'done' 22:14:42 Created wheel for netifaces: filename=netifaces-0.10.9-cp36-cp36m-linux_aarch64.whl size=12915 sha256=d1d62e7d6fe5f418d3b4c0ae3b3c665c6bd96521944eaa9c3d80a6e1e7001bad 22:14:42 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/ef/f5/42/39d33556db44fd4d0caa4841154b5a2503f8a2d1eced209df5 22:14:42 Building wheel for dogpile.cache (setup.py): started 22:14:42 Building wheel for dogpile.cache (setup.py): finished with status 'done' 22:14:42 Created wheel for dogpile.cache: filename=dogpile.cache-1.0.2-py3-none-any.whl size=45483 sha256=8b89d798eecce9291410c181147ad27f9a88f312a6daa5459ddb6f973060d568 22:14:42 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/be/92/43/387b688346d5737d6df69684d281822252d924a42f03abd202 22:14:42 Building wheel for cffi (setup.py): started 22:15:14 Building wheel for cffi (setup.py): finished with status 'done' 22:15:14 Created wheel for cffi: filename=cffi-1.14.2-cp36-cp36m-linux_aarch64.whl size=189880 sha256=4e0bf7e178eef26170784fbb06b9bc945ce9a875b55ccda5b743637f4098c9f2 22:15:14 Stored in directory: /tmp/pip-ephem-wheel-cache-okyrhkam/wheels/6a/47/5a/1b45f132f0686ceaf0c57ef67cde7a68591387794a38f42282 22:15:14 Successfully built bs4 pyyaml pygerrit2 lxml multi-key-dict ruamel.yaml.clib pyrsistent wrapt cryptography netifaces dogpile.cache cffi 22:15:14 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 22:15:36 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 22:15:36 Cloning into 'global-jjb'... 22:15:37 HEAD is now at 64faafa Merge "lftools_activate should be deprecated" 22:15:37 WARNING: Ignoring APKINDEX.2c4ac24e.tar.gz: No such file or directory 22:15:37 WARNING: Ignoring APKINDEX.40a3604f.tar.gz: No such file or directory 22:15:37 World updated, but the following packages are not removed due to: 22:15:37 linux-headers: libffi-dev 22:15:37 22:15:37 (1/24) Purging build-base (0.5-r2) 22:15:37 (2/24) Purging file (5.38-r0) 22:15:37 (3/24) Purging g++ (9.3.0-r2) 22:15:37 (4/24) Purging gcc (9.3.0-r2) 22:15:37 (5/24) Purging binutils (2.34-r1) 22:15:37 (6/24) Purging libatomic (9.3.0-r2) 22:15:37 (7/24) Purging libgomp (9.3.0-r2) 22:15:37 (8/24) Purging libgphobos (9.3.0-r2) 22:15:37 (9/24) Purging libstdc++ (9.3.0-r2) 22:15:37 (10/24) Purging make (4.3-r0) 22:15:37 (11/24) Purging libc-dev (0.7.2-r3) 22:15:37 (12/24) Purging musl-dev (1.1.24-r9) 22:15:37 (13/24) Purging fortify-headers (1.1-r0) 22:15:37 (14/24) Purging patch (2.7.6-r6) 22:15:37 (15/24) Purging git (2.26.2-r0) 22:15:37 (16/24) Purging libgcc (9.3.0-r2) 22:15:37 (17/24) Purging libmagic (5.38-r0) 22:15:37 (18/24) Purging isl (0.18-r0) 22:15:37 (19/24) Purging mpc1 (1.1.0-r1) 22:15:37 (20/24) Purging mpfr4 (4.0.2-r4) 22:15:37 (21/24) Purging gmp (6.2.0-r0) 22:15:37 (22/24) Purging libcurl (7.69.1-r0) 22:15:37 (23/24) Purging nghttp2-libs (1.41.0-r0) 22:15:37 (24/24) Purging pcre2 (10.35-r0) 22:15:37 Executing busybox-1.31.1-r16.trigger 22:15:37 OK: 41 MiB in 64 packages 22:15:49 Removing intermediate container 3cb80fd45b4e 22:15:49 ---> 9de64a9ab42e 22:15:49 Successfully built 9de64a9ab42e 22:15:49 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 22:15:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:15:53 ---> package-listing.sh 22:15:53 ++ facter osfamily 22:15:53 ++ tr '[:upper:]' '[:lower:]' 22:15:53 + OS_FAMILY=redhat 22:15:53 + workspace=/w/workspace/exfoundry_ci-build-images_PR-146 22:15:53 + START_PACKAGES=/tmp/packages_start.txt 22:15:53 + END_PACKAGES=/tmp/packages_end.txt 22:15:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:15:53 + PACKAGES=/tmp/packages_start.txt 22:15:53 + '[' /w/workspace/exfoundry_ci-build-images_PR-146 ']' 22:15:53 + PACKAGES=/tmp/packages_end.txt 22:15:53 + case "${OS_FAMILY}" in 22:15:53 + rpm -qa 22:15:53 + sort 22:15:57 + '[' -f /tmp/packages_start.txt ']' 22:15:57 + '[' -f /tmp/packages_end.txt ']' 22:15:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:15:57 + '[' /w/workspace/exfoundry_ci-build-images_PR-146 ']' 22:15:57 + mkdir -p /w/workspace/exfoundry_ci-build-images_PR-146/archives/ 22:15:57 + 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 22:15:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:15:59 22:15:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:15:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:15:59 alpine: Pulling from edgex-lftools-log-publisher 22:15:59 c9b1b535fdd9: Pulling fs layer 22:15:59 2cc5ad85d9ab: Pulling fs layer 22:15:59 756a868c4378: Pulling fs layer 22:15:59 444b2fc9a129: Pulling fs layer 22:15:59 ea15f1150254: Pulling fs layer 22:15:59 41b27a9f41bf: Pulling fs layer 22:15:59 28c525ee5125: Pulling fs layer 22:15:59 094b1ea09ed8: Pulling fs layer 22:15:59 138eaada9080: Pulling fs layer 22:15:59 0622d0fa9048: Pulling fs layer 22:15:59 41b27a9f41bf: Waiting 22:15:59 28c525ee5125: Waiting 22:15:59 094b1ea09ed8: Waiting 22:15:59 138eaada9080: Waiting 22:15:59 0622d0fa9048: Waiting 22:15:59 444b2fc9a129: Waiting 22:15:59 ea15f1150254: Waiting 22:15:59 2cc5ad85d9ab: Download complete 22:15:59 444b2fc9a129: Verifying Checksum 22:15:59 444b2fc9a129: Download complete 22:15:59 c9b1b535fdd9: Download complete 22:15:59 ea15f1150254: Download complete 22:15:59 28c525ee5125: Verifying Checksum 22:15:59 28c525ee5125: Download complete 22:16:00 756a868c4378: Verifying Checksum 22:16:00 756a868c4378: Download complete 22:16:00 c9b1b535fdd9: Pull complete 22:16:00 138eaada9080: Verifying Checksum 22:16:00 138eaada9080: Download complete 22:16:00 094b1ea09ed8: Verifying Checksum 22:16:00 094b1ea09ed8: Download complete 22:16:00 0622d0fa9048: Download complete 22:16:00 41b27a9f41bf: Verifying Checksum 22:16:00 41b27a9f41bf: Download complete 22:16:00 2cc5ad85d9ab: Pull complete 22:16:02 756a868c4378: Pull complete 22:16:02 444b2fc9a129: Pull complete 22:16:02 ea15f1150254: Pull complete 22:16:06 41b27a9f41bf: Pull complete 22:16:07 28c525ee5125: Pull complete 22:16:09 094b1ea09ed8: Pull complete 22:16:10 138eaada9080: Pull complete 22:16:10 0622d0fa9048: Pull complete 22:16:10 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 22:16:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:16:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:16:11 prd-centos7-docker-4c-2g-1203 does not seem to be running inside a container 22:16:11 $ 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 22:16:14 $ docker top 91a56022543573f33e8045aff26a93bd6805629e7bb25c033be26410dbaf1b69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:16:14 provisioning config files... 22:16:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-146@tmp/config4197034493348854596tmp [Pipeline] { [Pipeline] echo 22:16:14 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:16:15 ---> create-netrc.sh [Pipeline] echo 22:16:15 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:16:15 ---> logs-deploy.sh 22:16:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/PR-146/2 22:16:15 INFO: archiving workspace using pattern(s): 22:16:17 Archives upload complete. 22:16:17 INFO: archiving logs to Nexus 22:16:17 ---> uname -a: 22:16:17 Linux 91a560225435 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:16:17 22:16:17 22:16:17 ---> lscpu: 22:16:17 Architecture: x86_64 22:16:17 CPU op-mode(s): 32-bit, 64-bit 22:16:17 Byte Order: Little Endian 22:16:17 Address sizes: 40 bits physical, 48 bits virtual 22:16:17 CPU(s): 4 22:16:17 On-line CPU(s) list: 0-3 22:16:17 Thread(s) per core: 1 22:16:17 Core(s) per socket: 1 22:16:17 Socket(s): 4 22:16:17 NUMA node(s): 1 22:16:17 Vendor ID: GenuineIntel 22:16:17 CPU family: 6 22:16:17 Model: 44 22:16:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:16:17 Stepping: 1 22:16:17 CPU MHz: 2933.438 22:16:17 BogoMIPS: 5866.87 22:16:17 Virtualization: VT-x 22:16:17 Hypervisor vendor: KVM 22:16:17 Virtualization type: full 22:16:17 L1d cache: 128 KiB 22:16:17 L1i cache: 128 KiB 22:16:17 L2 cache: 16 MiB 22:16:17 L3 cache: 64 MiB 22:16:17 NUMA node0 CPU(s): 0-3 22:16:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:16:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:16:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:16:17 Vulnerability Meltdown: Mitigation; PTI 22:16:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:16:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:16:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:16:17 Vulnerability Tsx async abort: Not affected 22:16:17 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 22:16:17 22:16:17 22:16:17 ---> nproc: 22:16:17 4 22:16:17 22:16:17 22:16:17 ---> df -h: 22:16:17 Filesystem Size Used Available Use% Mounted on 22:16:17 overlay 50.0G 6.8G 43.2G 14% / 22:16:17 tmpfs 64.0M 0 64.0M 0% /dev 22:16:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:16:17 shm 64.0M 0 64.0M 0% /dev/shm 22:16:17 /dev/vda1 50.0G 6.8G 43.2G 14% /etc/resolv.conf 22:16:17 /dev/vda1 50.0G 6.8G 43.2G 14% /etc/hostname 22:16:17 /dev/vda1 50.0G 6.8G 43.2G 14% /etc/hosts 22:16:17 /dev/vda1 50.0G 6.8G 43.2G 14% /var/log/sa 22:16:17 /dev/vda1 50.0G 6.8G 43.2G 14% /w/workspace/exfoundry_ci-build-images_PR-146 22:16:17 /dev/vda1 50.0G 6.8G 43.2G 14% /w/workspace/exfoundry_ci-build-images_PR-146@tmp 22:16:17 22:16:17 22:16:17 ---> free -m: 22:16:17 total used free shared buff/cache available 22:16:17 Mem: 1837 618 109 0 1109 1111 22:16:17 Swap: 1023 0 1023 22:16:17 22:16:17 22:16:17 ---> ip addr: 22:16:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:16:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:16:17 inet 127.0.0.1/8 scope host lo 22:16:17 valid_lft forever preferred_lft forever 22:16:17 4: eth0@if5: mtu 1458 qdisc noqueue state UP 22:16:17 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:16:17 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:16:17 valid_lft forever preferred_lft forever 22:16:17 22:16:17 22:16:17 ---> sar -b -r -n DEV: 22:16:17 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) 22:16:17 22:16:17 21:44:01 LINUX RESTART 22:16:17 22:16:17 21:45:01 tps rtps wtps bread/s bwrtn/s 22:16:17 21:46:01 3.00 0.00 3.00 0.00 406.93 22:16:17 21:47:01 0.30 0.02 0.28 2.13 3.38 22:16:17 21:48:01 0.28 0.00 0.28 0.00 3.27 22:16:17 21:49:01 0.32 0.00 0.32 0.00 4.76 22:16:17 21:50:01 0.32 0.00 0.32 0.00 5.08 22:16:17 21:51:01 0.37 0.00 0.37 0.00 5.70 22:16:17 21:52:01 0.37 0.00 0.37 0.00 5.33 22:16:17 21:53:01 0.30 0.00 0.30 0.00 4.21 22:16:17 21:54:01 0.25 0.00 0.25 0.00 3.61 22:16:17 21:55:01 0.35 0.00 0.35 0.00 5.33 22:16:17 21:56:01 0.32 0.00 0.32 0.00 4.68 22:16:17 21:57:01 0.35 0.00 0.35 0.00 5.28 22:16:17 21:58:01 0.33 0.00 0.33 0.00 4.76 22:16:17 21:59:01 0.47 0.20 0.27 6.26 3.86 22:16:17 22:00:01 0.97 0.00 0.97 0.00 16.99 22:16:17 22:01:01 0.33 0.02 0.32 0.13 5.06 22:16:17 22:02:01 0.57 0.08 0.48 1.60 8.84 22:16:17 22:03:01 0.28 0.00 0.28 0.00 5.31 22:16:17 22:04:01 0.25 0.00 0.25 0.00 4.40 22:16:17 22:05:02 0.27 0.00 0.27 0.00 3.86 22:16:17 22:06:01 0.22 0.00 0.22 0.00 4.03 22:16:17 22:07:01 0.37 0.00 0.37 0.00 5.86 22:16:17 22:08:01 0.32 0.00 0.32 0.00 4.46 22:16:17 22:09:01 0.27 0.00 0.27 0.00 3.78 22:16:17 22:10:01 0.28 0.00 0.28 0.00 4.51 22:16:17 22:11:01 0.23 0.00 0.23 0.00 3.56 22:16:17 22:12:01 0.32 0.00 0.32 0.00 5.41 22:16:17 22:13:01 0.28 0.00 0.28 0.00 4.43 22:16:17 22:14:01 0.23 0.00 0.23 0.00 3.70 22:16:17 22:15:01 0.17 0.00 0.17 0.00 1.57 22:16:17 22:16:01 52.88 46.87 6.01 7709.36 4131.49 22:16:17 Average: 2.12 1.52 0.59 249.22 151.20 22:16:17 22:16:17 21:45:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:16:17 21:46:01 104104 1777452 94.47 2600 1268160 1035544 35.34 372720 1252308 16 22:16:17 21:47:01 101836 1779720 94.59 2600 1268232 1035544 35.34 374844 1252080 12 22:16:17 21:48:01 100728 1780828 94.65 2600 1268236 1035772 35.35 376176 1252080 16 22:16:17 21:49:01 100200 1781356 94.67 2600 1268240 1035544 35.34 376608 1252084 12 22:16:17 21:50:01 99856 1781700 94.69 2600 1268244 1035652 35.34 376116 1253280 8 22:16:17 21:51:01 99796 1781760 94.70 2600 1268248 1035592 35.34 375880 1253280 16 22:16:17 21:52:01 100232 1781324 94.67 2600 1268252 1035544 35.34 375104 1253532 8 22:16:17 21:53:01 100124 1781432 94.68 2600 1268256 1035544 35.34 373028 1255724 12 22:16:17 21:54:01 100140 1781416 94.68 2600 1268288 1035544 35.34 373148 1255732 20 22:16:17 21:55:01 99804 1781752 94.70 2600 1268268 1035628 35.34 372900 1256460 16 22:16:17 21:56:01 100304 1781252 94.67 2600 1268272 1035544 35.34 372464 1256464 8 22:16:17 21:57:01 99984 1781572 94.69 2600 1268276 1035544 35.34 372416 1256500 8 22:16:17 21:58:01 100496 1781060 94.66 2600 1268280 1035544 35.34 372244 1256692 8 22:16:17 21:59:01 100232 1781324 94.67 2600 1268284 1035544 35.34 372124 1256692 8 22:16:17 22:00:01 98856 1782700 94.75 2600 1268316 1035616 35.34 373020 1256716 8 22:16:17 22:01:01 98104 1783452 94.79 2600 1268328 1038348 35.44 373536 1256720 16 22:16:17 22:02:01 98712 1782844 94.75 2600 1268452 1036052 35.36 373056 1256780 16 22:16:17 22:03:01 99140 1782416 94.73 2600 1268456 1044248 35.64 372964 1256780 16 22:16:17 22:04:01 99140 1782416 94.73 2600 1268464 1044248 35.64 372828 1256780 8 22:16:17 22:05:02 98040 1783516 94.79 2600 1268464 1044416 35.64 373884 1256780 12 22:16:17 22:06:01 99008 1782548 94.74 2600 1268468 1044248 35.64 373012 1256780 12 22:16:17 22:07:01 98768 1782788 94.75 2600 1268476 1044248 35.64 373012 1256780 8 22:16:17 22:08:01 99040 1782516 94.74 2600 1268476 1044248 35.64 373012 1256780 8 22:16:17 22:09:01 99084 1782472 94.73 2600 1268484 1044248 35.64 372896 1256780 8 22:16:17 22:10:01 99084 1782472 94.73 2600 1268488 1044308 35.64 373336 1256780 8 22:16:17 22:11:01 98408 1783148 94.77 2600 1268496 1044308 35.64 373356 1256780 8 22:16:17 22:12:01 98728 1782828 94.75 2600 1268496 1044248 35.64 373072 1256776 8 22:16:17 22:13:01 98580 1782976 94.76 2600 1268500 1044248 35.64 373192 1256780 8 22:16:17 22:14:01 98952 1782604 94.74 2600 1268508 1044248 35.64 373076 1256780 8 22:16:17 22:15:01 98688 1782868 94.75 2600 1268508 1044308 35.64 373280 1256776 16 22:16:17 22:16:01 73672 1807884 96.08 2600 1196468 1504348 51.34 496268 1157180 87464 22:16:17 Average: 98769 1782787 94.75 2600 1266045 1054452 35.99 377502 1252530 2832 22:16:17 22:16:17 21:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 22:16:17 21:46:01 eth0 0.33 0.08 0.02 0.01 0.00 0.00 0.00 22:16:17 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:47:01 eth0 0.50 0.08 0.05 0.01 0.00 0.00 0.00 22:16:17 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:48:01 eth0 1.18 0.52 0.57 0.36 0.00 0.00 0.00 22:16:17 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:49:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 22:16:17 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:50:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 22:16:17 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:51:01 eth0 0.13 0.05 0.06 0.00 0.00 0.00 0.00 22:16:17 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:52:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 22:16:17 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 22:16:17 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:54:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 22:16:17 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:55:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 22:16:17 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:56:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 22:16:17 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:57:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 22:16:17 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 22:16:17 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 22:16:17 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:00:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 22:16:17 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:01:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 22:16:17 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:02:01 eth0 0.07 0.08 0.00 0.01 0.00 0.00 0.00 22:16:17 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:03:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 22:16:17 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:04:01 eth0 0.42 0.05 0.03 0.00 0.00 0.00 0.00 22:16:17 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:05:02 eth0 0.80 0.37 0.42 0.26 0.00 0.00 0.00 22:16:17 22:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:06:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 22:16:17 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:07:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 22:16:17 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:08:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 22:16:17 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:09:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 22:16:17 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:10:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 22:16:17 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:11:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 22:16:17 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:12:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 22:16:17 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:13:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 22:16:17 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:14:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 22:16:17 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:15:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 22:16:17 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:16:01 eth0 134.75 91.03 2422.60 23.13 0.00 0.00 0.00 22:16:17 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 Average: eth0 4.54 3.05 78.27 0.78 0.00 0.00 0.00 22:16:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:16:17 22:16:17 22:16:17 ---> sar -P ALL: 22:16:17 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) 22:16:17 22:16:17 21:44:01 LINUX RESTART 22:16:17 22:16:17 21:45:01 CPU %user %nice %system %iowait %steal %idle 22:16:17 21:46:01 all 0.17 0.00 0.05 0.00 0.00 99.78 22:16:17 21:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:16:17 21:46:01 1 0.07 0.00 0.07 0.00 0.00 99.87 22:16:17 21:46:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:16:17 21:46:01 3 0.52 0.00 0.07 0.00 0.02 99.40 22:16:17 21:47:01 all 0.08 0.00 0.03 0.00 0.00 99.89 22:16:17 21:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:16:17 21:47:01 1 0.20 0.00 0.03 0.00 0.00 99.77 22:16:17 21:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 21:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:16:17 21:48:01 all 0.13 0.00 0.05 0.00 0.00 99.82 22:16:17 21:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 21:48:01 1 0.05 0.00 0.08 0.00 0.02 99.85 22:16:17 21:48:01 2 0.42 0.00 0.05 0.00 0.00 99.53 22:16:17 21:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 21:49:01 all 0.13 0.00 0.03 0.00 0.00 99.84 22:16:17 21:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 21:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:16:17 21:49:01 2 0.47 0.00 0.02 0.00 0.02 99.50 22:16:17 21:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:16:17 21:50:01 all 0.09 0.00 0.03 0.00 0.00 99.88 22:16:17 21:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:16:17 21:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:16:17 21:50:01 2 0.28 0.00 0.03 0.00 0.00 99.68 22:16:17 21:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:16:17 21:51:01 all 0.15 0.00 0.03 0.00 0.00 99.81 22:16:17 21:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:16:17 21:51:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:16:17 21:51:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:16:17 21:51:01 3 0.50 0.00 0.03 0.00 0.00 99.47 22:16:17 21:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:16:17 21:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 21:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 21:52:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:16:17 21:52:01 3 0.52 0.00 0.02 0.00 0.00 99.47 22:16:17 21:53:01 all 0.14 0.00 0.03 0.00 0.00 99.83 22:16:17 21:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:16:17 21:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:16:17 21:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:16:17 21:53:01 3 0.50 0.00 0.03 0.00 0.00 99.47 22:16:17 21:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:16:17 21:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 21:54:01 1 0.03 0.00 0.00 0.00 0.00 99.97 22:16:17 21:54:01 2 0.05 0.00 0.07 0.00 0.02 99.87 22:16:17 21:54:01 3 0.50 0.00 0.03 0.00 0.00 99.47 22:16:17 21:55:01 all 0.14 0.00 0.03 0.00 0.00 99.83 22:16:17 21:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 21:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 21:55:01 2 0.05 0.00 0.07 0.00 0.00 99.88 22:16:17 21:55:01 3 0.50 0.00 0.02 0.00 0.00 99.48 22:16:17 21:56:01 all 0.13 0.00 0.04 0.00 0.00 99.83 22:16:17 21:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:16:17 21:56:01 1 0.03 0.00 0.00 0.00 0.00 99.97 22:16:17 21:56:01 2 0.07 0.00 0.03 0.00 0.00 99.90 22:16:17 21:56:01 3 0.40 0.00 0.10 0.00 0.00 99.50 22:16:17 21:57:01 all 0.03 0.00 0.03 0.00 0.00 99.94 22:16:17 21:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 21:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:16:17 21:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 21:57:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:16:17 21:58:01 all 0.08 0.00 0.04 0.00 0.00 99.88 22:16:17 21:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 21:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 21:58:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:16:17 21:58:01 3 0.25 0.00 0.07 0.00 0.00 99.68 22:16:17 21:59:01 all 0.15 0.00 0.05 0.00 0.00 99.81 22:16:17 21:59:01 0 0.00 0.00 0.02 0.00 0.02 99.97 22:16:17 21:59:01 1 0.02 0.00 0.07 0.02 0.00 99.90 22:16:17 21:59:01 2 0.48 0.00 0.05 0.00 0.00 99.47 22:16:17 21:59:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:16:17 22:00:01 all 0.05 0.00 0.03 0.00 0.00 99.92 22:16:17 22:00:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:16:17 22:00:01 1 0.08 0.00 0.05 0.00 0.00 99.87 22:16:17 22:00:01 2 0.07 0.00 0.03 0.00 0.02 99.88 22:16:17 22:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 22:01:01 all 0.11 0.00 0.05 0.00 0.00 99.83 22:16:17 22:01:01 0 0.00 0.00 0.07 0.00 0.00 99.93 22:16:17 22:01:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:16:17 22:01:01 2 0.37 0.00 0.07 0.00 0.00 99.57 22:16:17 22:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:16:17 22:02:01 all 0.15 0.00 0.03 0.00 0.00 99.81 22:16:17 22:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 22:02:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:16:17 22:02:01 2 0.52 0.00 0.02 0.00 0.00 99.47 22:16:17 22:02:01 3 0.02 0.00 0.05 0.02 0.02 99.90 22:16:17 22:03:01 all 0.15 0.00 0.02 0.00 0.00 99.82 22:16:17 22:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 22:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 22:03:01 2 0.53 0.00 0.03 0.00 0.00 99.43 22:16:17 22:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 22:04:01 all 0.15 0.00 0.02 0.00 0.00 99.82 22:16:17 22:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 22:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 22:04:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:16:17 22:04:01 3 0.53 0.00 0.05 0.00 0.00 99.42 22:16:17 22:05:02 all 0.15 0.00 0.03 0.00 0.00 99.82 22:16:17 22:05:02 0 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 22:05:02 1 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 22:05:02 2 0.03 0.00 0.05 0.00 0.00 99.92 22:16:17 22:05:02 3 0.52 0.00 0.02 0.00 0.00 99.47 22:16:17 22:06:01 all 0.16 0.00 0.03 0.00 0.00 99.82 22:16:17 22:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:16:17 22:06:01 1 0.05 0.00 0.02 0.00 0.00 99.93 22:16:17 22:06:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:16:17 22:06:01 3 0.51 0.00 0.03 0.00 0.00 99.46 22:16:17 22:07:01 all 0.10 0.00 0.03 0.00 0.00 99.87 22:16:17 22:07:01 0 0.08 0.00 0.02 0.00 0.00 99.90 22:16:17 22:07:01 1 0.03 0.00 0.03 0.00 0.02 99.92 22:16:17 22:07:01 2 0.10 0.00 0.07 0.00 0.00 99.83 22:16:17 22:07:01 3 0.20 0.00 0.02 0.00 0.00 99.78 22:16:17 22:08:01 all 0.03 0.00 0.03 0.00 0.00 99.95 22:16:17 22:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:16:17 22:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 22:08:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:16:17 22:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:16:17 22:09:01 all 0.02 0.00 0.02 0.00 0.00 99.96 22:16:17 22:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:16:17 22:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 22:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:16:17 22:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 22:10:01 all 0.08 0.00 0.03 0.00 0.00 99.88 22:16:17 22:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:16:17 22:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 22:10:01 2 0.28 0.00 0.07 0.00 0.00 99.65 22:16:17 22:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:16:17 22:11:01 all 0.15 0.00 0.03 0.00 0.00 99.83 22:16:17 22:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:16:17 22:11:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:16:17 22:11:01 2 0.32 0.00 0.03 0.00 0.00 99.65 22:16:17 22:11:01 3 0.25 0.00 0.02 0.00 0.00 99.73 22:16:17 22:12:01 all 0.14 0.00 0.02 0.00 0.00 99.83 22:16:17 22:12:01 0 0.00 0.00 0.03 0.00 0.00 99.97 22:16:17 22:12:01 1 0.03 0.00 0.07 0.00 0.00 99.90 22:16:17 22:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:16:17 22:12:01 3 0.50 0.00 0.02 0.00 0.00 99.48 22:16:17 22:13:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:16:17 22:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 22:13:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:16:17 22:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:16:17 22:13:01 3 0.53 0.00 0.03 0.00 0.00 99.43 22:16:17 22:14:01 all 0.09 0.00 0.03 0.00 0.00 99.89 22:16:17 22:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:16:17 22:14:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:16:17 22:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:16:17 22:14:01 3 0.27 0.00 0.05 0.00 0.00 99.68 22:16:17 22:15:01 all 0.03 0.00 0.03 0.00 0.00 99.94 22:16:17 22:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:16:17 22:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:16:17 22:15:01 2 0.05 0.00 0.05 0.00 0.02 99.88 22:16:17 22:15:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:16:17 22:16:01 all 2.43 0.00 1.25 1.12 0.01 95.19 22:16:17 22:16:01 0 2.16 0.00 1.47 1.14 0.00 95.24 22:16:17 22:16:01 1 2.19 0.00 1.10 1.37 0.00 95.34 22:16:17 22:16:01 2 2.53 0.00 1.26 0.39 0.00 95.83 22:16:17 22:16:01 3 2.82 0.00 1.15 1.59 0.02 94.42 22:16:17 Average: all 0.19 0.00 0.07 0.04 0.00 99.70 22:16:17 Average: 0 0.09 0.00 0.07 0.04 0.00 99.81 22:16:17 Average: 1 0.11 0.00 0.07 0.04 0.00 99.78 22:16:17 Average: 2 0.23 0.00 0.08 0.01 0.00 99.67 22:16:17 Average: 3 0.33 0.00 0.07 0.05 0.00 99.55 22:16:17 22:16:17 22:16:17