Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3555043a6994042684a9c8b6423498381cadcc6f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-654 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/128 [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/edgex-go.git > git init /w/workspace/edgex-go/128 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3555043a6994042684a9c8b6423498381cadcc6f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 Commit message: "Merge pull request #2665 from venkata-subbareddyK/update-Dockerfiles-forCMD" > git rev-list --no-walk 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:27:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:27:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:27:08 ========================================================= 07:27:08 EdgeX Global Pipelines Version Info 07:27:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:27:09 ------------------- 07:27:09 stable info: 07:27:09 ------------------- 07:27:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:27:09 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 07:27:09 Message: update stable to v1.0.106 07:27:10 ------------------- 07:27:10 experimental info: 07:27:10 ------------------- 07:27:10 Commited By: **** collab-it+edgex@linuxfoundation.org 07:27:10 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 07:27:10 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh 07:27:12 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 07:27:12 + for file in '`ls cmd/**/Dockerfile`' 07:27:12 ++ dirname cmd/core-command/Dockerfile 07:27:12 ++ cut -d/ -f2 07:27:12 + echo core-command,cmd/core-command/Dockerfile 07:27:12 + for file in '`ls cmd/**/Dockerfile`' 07:27:12 ++ dirname cmd/core-data/Dockerfile 07:27:12 ++ cut -d/ -f2 07:27:12 + echo core-data,cmd/core-data/Dockerfile 07:27:12 + for file in '`ls cmd/**/Dockerfile`' 07:27:12 ++ dirname cmd/core-metadata/Dockerfile 07:27:12 ++ cut -d/ -f2 07:27:12 + echo core-metadata,cmd/core-metadata/Dockerfile 07:27:12 + for file in '`ls cmd/**/Dockerfile`' 07:27:12 ++ dirname cmd/security-proxy-setup/Dockerfile 07:27:12 ++ cut -d/ -f2 07:27:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:27:12 + for file in '`ls cmd/**/Dockerfile`' 07:27:12 ++ dirname cmd/security-secrets-setup/Dockerfile 07:27:12 ++ cut -d/ -f2 07:27:12 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 07:27:12 + for file in '`ls cmd/**/Dockerfile`' 07:27:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:27:12 ++ cut -d/ -f2 07:27:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:27:12 + for file in '`ls cmd/**/Dockerfile`' 07:27:12 ++ dirname cmd/support-logging/Dockerfile 07:27:12 ++ cut -d/ -f2 07:27:12 + echo support-logging,cmd/support-logging/Dockerfile 07:27:12 + for file in '`ls cmd/**/Dockerfile`' 07:27:12 ++ dirname cmd/support-notifications/Dockerfile 07:27:12 ++ cut -d/ -f2 07:27:12 + echo support-notifications,cmd/support-notifications/Dockerfile 07:27:12 + for file in '`ls cmd/**/Dockerfile`' 07:27:12 ++ dirname cmd/support-scheduler/Dockerfile 07:27:12 ++ cut -d/ -f2 07:27:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:27:12 + for file in '`ls cmd/**/Dockerfile`' 07:27:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:27:12 ++ cut -d/ -f2 07:27:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:27:12 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:27:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:27:13 07:27:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:27:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:27:14 latest: Pulling from edgex-devops/git-semver 07:27:14 31603596830f: Pulling fs layer 07:27:14 2a8b12db71e7: Pulling fs layer 07:27:14 6ca5941a6612: Pulling fs layer 07:27:14 ecc8261a40a4: Pulling fs layer 07:27:14 ecc8261a40a4: Waiting 07:27:14 2a8b12db71e7: Verifying Checksum 07:27:14 2a8b12db71e7: Download complete 07:27:14 31603596830f: Download complete 07:27:14 6ca5941a6612: Verifying Checksum 07:27:14 6ca5941a6612: Download complete 07:27:14 ecc8261a40a4: Verifying Checksum 07:27:14 ecc8261a40a4: Download complete 07:27:14 31603596830f: Pull complete 07:27:14 2a8b12db71e7: Pull complete 07:27:15 6ca5941a6612: Pull complete 07:27:15 ecc8261a40a4: Pull complete 07:27:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:27:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:27:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:27:15 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:27:15 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:27:18 $ docker top 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:27:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:27:18 [ssh-agent] Looking for ssh-agent implementation... 07:27:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:27:18 $ docker exec 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 ssh-agent 07:27:18 SSH_AUTH_SOCK=/tmp/ssh-paDlLKIT2LXH/agent.11 07:27:18 SSH_AGENT_PID=16 07:27:18 Running ssh-add (command line suppressed) 07:27:19 Identity added: /w/workspace/edgex-go/128@tmp/private_key_8611156095171559642.key (/w/workspace/edgex-go/128@tmp/private_key_8611156095171559642.key) 07:27:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:27:19 + git describe --exact-match --tags HEAD 07:27:19 fatal: No names found, cannot describe anything. [Pipeline] } 07:27:19 $ docker exec --env ******** --env ******** 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 ssh-agent -k 07:27:19 unset SSH_AUTH_SOCK; 07:27:19 unset SSH_AGENT_PID; 07:27:19 echo Agent pid 16 killed; 07:27:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:27:19 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:27:19 This usually means this commit has not been tagged. [Pipeline] sshagent 07:27:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:27:19 [ssh-agent] Looking for ssh-agent implementation... 07:27:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:27:20 $ docker exec 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 ssh-agent 07:27:20 SSH_AUTH_SOCK=/tmp/ssh-zYZPwE4cMTdD/agent.45 07:27:20 SSH_AGENT_PID=50 07:27:20 Running ssh-add (command line suppressed) 07:27:20 Identity added: /w/workspace/edgex-go/128@tmp/private_key_4798929643667383445.key (/w/workspace/edgex-go/128@tmp/private_key_4798929643667383445.key) 07:27:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:27:20 + git semver init 07:27:20 # -> Open(): unable to determine branch for HEAD 07:27:20 # $GIT_DIR = /w/workspace/edgex-go/128/.git 07:27:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/128 07:27:20 # $SEMVER_REMOTE_NAME = origin 07:27:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:27:20 # $SEMVER_USER_NAME = edgex-jenkins 07:27:20 # $SEMVER_BRANCH = master 07:27:20 # $SEMVER_TEMP = /tmp/semver-339899345 07:27:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:27:38 # '/tmp/semver-339899345' -> '/w/workspace/edgex-go/128/.semver' 07:27:38 # -> Force: false 07:27:38 # $SEMVER_DIR = /w/workspace/edgex-go/128/.semver [Pipeline] } 07:27:38 $ docker exec --env ******** --env ******** 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 ssh-agent -k 07:27:39 unset SSH_AUTH_SOCK; 07:27:39 unset SSH_AGENT_PID; 07:27:39 echo Agent pid 50 killed; 07:27:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:27:39 + git semver [Pipeline] } 07:27:39 $ docker stop --time=1 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 07:27:41 $ docker rm -f 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:27:54 Stashed 33 file(s) [Pipeline] echo 07:27:54 [edgeXSemver] initialized semver on version 1.2.2-dev.16 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 07:27:54 ========================================================= 07:27:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:27:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:27:55 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 07:27:59 Sending build context to Docker daemon 323.1MB 07:27:59 Step 1/7 : ARG BASE=golang:1.13-alpine 07:27:59 Step 2/7 : FROM ${BASE} 07:27:59 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:27:59 df20fa9351a1: Pulling fs layer 07:27:59 ed8968b2872e: Pulling fs layer 07:27:59 a92cc7c5fd73: Pulling fs layer 07:27:59 2dd03ba5bac4: Pulling fs layer 07:27:59 1e091d79d1de: Pulling fs layer 07:27:59 481702a1767f: Pulling fs layer 07:27:59 f64a6f60c768: Pulling fs layer 07:27:59 e78d2573fc39: Pulling fs layer 07:27:59 e876d2f968b6: Pulling fs layer 07:27:59 ce8a83651883: Pulling fs layer 07:27:59 07967f4d0e4b: Pulling fs layer 07:27:59 481702a1767f: Waiting 07:27:59 f64a6f60c768: Waiting 07:27:59 e78d2573fc39: Waiting 07:27:59 e876d2f968b6: Waiting 07:27:59 ce8a83651883: Waiting 07:27:59 2dd03ba5bac4: Waiting 07:27:59 1e091d79d1de: Waiting 07:27:59 a92cc7c5fd73: Verifying Checksum 07:27:59 a92cc7c5fd73: Download complete 07:27:59 ed8968b2872e: Verifying Checksum 07:27:59 ed8968b2872e: Download complete 07:27:59 1e091d79d1de: Verifying Checksum 07:27:59 1e091d79d1de: Download complete 07:27:59 481702a1767f: Download complete 07:27:59 df20fa9351a1: Verifying Checksum 07:27:59 df20fa9351a1: Download complete 07:27:59 df20fa9351a1: Pull complete 07:28:00 f64a6f60c768: Verifying Checksum 07:28:00 f64a6f60c768: Download complete 07:28:00 e876d2f968b6: Verifying Checksum 07:28:00 e876d2f968b6: Download complete 07:28:00 2dd03ba5bac4: Download complete 07:28:00 07967f4d0e4b: Verifying Checksum 07:28:00 07967f4d0e4b: Download complete 07:28:00 e78d2573fc39: Verifying Checksum 07:28:00 e78d2573fc39: Download complete 07:28:00 ce8a83651883: Verifying Checksum 07:28:00 ce8a83651883: Download complete 07:28:01 ed8968b2872e: Pull complete 07:28:01 a92cc7c5fd73: Pull complete 07:28:07 2dd03ba5bac4: Pull complete 07:28:07 1e091d79d1de: Pull complete 07:28:07 481702a1767f: Pull complete 07:28:09 Still waiting to schedule task 07:28:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:28:15 f64a6f60c768: Pull complete 07:28:18 e78d2573fc39: Pull complete 07:28:18 e876d2f968b6: Pull complete 07:28:19 ce8a83651883: Pull complete 07:28:19 07967f4d0e4b: Pull complete 07:28:19 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 07:28:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:28:19 ---> 5d7c900382c6 07:28:19 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:28:21 ---> Running in 68aa04348845 07:28:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:22 (1/12) Installing libmagic (5.38-r0) 07:28:22 (2/12) Installing file (5.38-r0) 07:28:22 (3/12) Installing libc-dev (0.7.2-r3) 07:28:22 (4/12) Installing g++ (9.3.0-r2) 07:28:25 (5/12) Installing fortify-headers (1.1-r0) 07:28:25 (6/12) Installing patch (2.7.6-r6) 07:28:25 (7/12) Installing build-base (0.5-r2) 07:28:25 (8/12) Installing libsodium (1.0.18-r0) 07:28:25 (9/12) Installing pkgconf (1.7.2-r0) 07:28:25 (10/12) Installing libsodium-dev (1.0.18-r0) 07:28:25 (11/12) Installing libzmq (4.3.2-r0) 07:28:25 (12/12) Installing zeromq-dev (4.3.2-r0) 07:28:25 Executing busybox-1.31.1-r16.trigger 07:28:25 OK: 233 MiB in 51 packages 07:28:29 Removing intermediate container 68aa04348845 07:28:29 ---> c9efc4aea260 07:28:29 Step 4/7 : WORKDIR /edgex-go 07:28:29 ---> Running in ed97753e0a9e 07:28:29 Removing intermediate container ed97753e0a9e 07:28:29 ---> 85ac276b0115 07:28:29 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:28:30 latest: Pulling from library/docker 07:28:30 df20fa9351a1: Already exists 07:28:30 25ad7478873d: Pulling fs layer 07:28:30 4684f6177b5d: Pulling fs layer 07:28:30 46e300cec669: Pulling fs layer 07:28:30 63038576ad94: Pulling fs layer 07:28:30 0fdb76c4706c: Pulling fs layer 07:28:30 cb7edeffdfd5: Pulling fs layer 07:28:30 63038576ad94: Waiting 07:28:30 0fdb76c4706c: Waiting 07:28:30 cb7edeffdfd5: Waiting 07:28:30 25ad7478873d: Verifying Checksum 07:28:30 25ad7478873d: Download complete 07:28:30 4684f6177b5d: Verifying Checksum 07:28:30 4684f6177b5d: Download complete 07:28:30 63038576ad94: Verifying Checksum 07:28:30 63038576ad94: Download complete 07:28:30 0fdb76c4706c: Verifying Checksum 07:28:30 0fdb76c4706c: Download complete 07:28:30 cb7edeffdfd5: Verifying Checksum 07:28:30 25ad7478873d: Pull complete 07:28:30 4684f6177b5d: Pull complete 07:28:31 46e300cec669: Verifying Checksum 07:28:31 46e300cec669: Download complete 07:28:33 46e300cec669: Pull complete 07:28:33 63038576ad94: Pull complete 07:28:33 0fdb76c4706c: Pull complete 07:28:33 cb7edeffdfd5: Pull complete 07:28:33 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:28:33 Status: Downloaded newer image for docker:latest 07:28:35 ---> 3aa90f05bd2e 07:28:35 Step 6/7 : COPY go.mod . 07:28:35 ---> 0d556d18d3fc 07:28:35 Step 7/7 : RUN go mod download 07:28:35 ---> Running in f73ddbce4aa6 07:28:38 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:28:38 go: finding github.com/BurntSushi/toml v0.3.1 07:28:38 go: finding github.com/OneOfOne/xxhash v1.2.5 07:28:38 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:28:38 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:28:38 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:28:38 go: finding github.com/bgentry/speakeasy v0.1.0 07:28:38 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:28:38 go: finding github.com/cloudflare/gokey v0.1.0 07:28:38 go: finding github.com/davecgh/go-spew v1.1.1 07:28:38 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:28:38 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:28:38 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 07:28:38 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:28:38 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 07:28:38 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 07:28:38 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:28:39 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:28:39 go: finding github.com/fatih/color v1.7.0 07:28:39 go: finding github.com/fsnotify/fsnotify v1.4.7 07:28:39 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:28:39 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 07:28:39 go: finding github.com/go-kit/kit v0.8.0 07:28:39 go: finding github.com/go-logfmt/logfmt v0.4.0 07:28:39 go: finding github.com/go-playground/assert/v2 v2.0.1 07:28:39 go: finding github.com/go-playground/locales v0.13.0 07:28:39 go: finding github.com/go-playground/universal-translator v0.17.0 07:28:39 go: finding github.com/go-playground/validator/v10 v10.3.0 07:28:39 go: finding github.com/go-redis/redis/v7 v7.2.0 07:28:39 go: finding github.com/go-stack/stack v1.8.0 07:28:39 go: finding github.com/golang/protobuf v1.3.2 07:28:39 go: finding github.com/gomodule/redigo v2.0.0+incompatible 07:28:39 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:28:39 go: finding github.com/google/uuid v1.1.0 07:28:39 go: finding github.com/gorilla/mux v1.7.1 07:28:39 go: finding github.com/hashicorp/consul/api v1.1.0 07:28:40 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:28:40 go: finding github.com/hashicorp/errwrap v1.0.0 07:28:40 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:28:40 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:28:40 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:28:40 go: finding github.com/hashicorp/go-multierror v1.0.0 07:28:40 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:28:40 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:28:40 go: finding github.com/hashicorp/go-syslog v1.0.0 07:28:40 go: finding github.com/hashicorp/go-uuid v1.0.1 07:28:40 go: finding github.com/hashicorp/go.net v0.0.1 07:28:40 go: finding github.com/hashicorp/golang-lru v0.5.0 07:28:40 go: finding github.com/hashicorp/logutils v1.0.0 07:28:40 go: finding github.com/hashicorp/mdns v1.0.0 07:28:40 go: finding github.com/hashicorp/memberlist v0.1.3 07:28:40 go: finding github.com/hashicorp/serf v0.8.2 07:28:40 go: finding github.com/hpcloud/tail v1.0.0 07:28:40 go: finding github.com/imdario/mergo v0.3.6 07:28:40 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:28:40 go: finding github.com/kr/pretty v0.1.0 07:28:40 go: finding github.com/kr/pty v1.1.1 07:28:40 go: finding github.com/kr/text v0.1.0 07:28:40 go: finding github.com/leodido/go-urn v1.2.0 07:28:40 go: finding github.com/mattn/go-colorable v0.0.9 07:28:40 go: finding github.com/mattn/go-isatty v0.0.3 07:28:40 go: finding github.com/miekg/dns v1.0.14 07:28:40 go: finding github.com/mitchellh/cli v1.0.0 07:28:41 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:28:41 go: finding github.com/mitchellh/copystructure v1.0.0 07:28:41 go: finding github.com/mitchellh/go-homedir v1.0.0 07:28:41 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:28:41 go: finding github.com/mitchellh/gox v0.4.0 07:28:41 go: finding github.com/mitchellh/iochan v1.0.0 07:28:41 go: finding github.com/mitchellh/mapstructure v1.1.2 07:28:41 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:28:41 go: finding github.com/onsi/ginkgo v1.10.1 07:28:41 go: finding github.com/onsi/gomega v1.7.0 07:28:41 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:28:41 go: finding github.com/pebbe/zmq4 v1.0.0 07:28:41 go: finding github.com/pelletier/go-toml v1.2.0 07:28:41 go: finding github.com/pkg/errors v0.8.1 07:28:41 go: finding github.com/pmezard/go-difflib v1.0.0 07:28:41 go: finding github.com/posener/complete v1.1.1 07:28:41 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:28:41 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:28:41 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:28:41 go: finding github.com/stretchr/objx v0.1.0 07:28:41 go: finding github.com/stretchr/testify v1.5.1 07:28:41 go: finding github.com/ugorji/go v1.1.4 07:28:41 go: finding github.com/x448/float16 v0.8.4 07:28:41 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 07:28:41 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:28:41 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:28:42 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 07:28:42 go: finding golang.org/x/text v0.3.2 07:28:42 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 07:28:42 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:28:42 go: finding gopkg.in/eapache/queue.v1 v1.1.0 07:28:42 go: finding gopkg.in/fsnotify.v1 v1.4.7 07:28:42 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:28:42 go: finding gopkg.in/yaml.v2 v2.2.8 07:29:00 Removing intermediate container f73ddbce4aa6 07:29:00 ---> 4cb69aab6b32 07:29:00 Successfully built 4cb69aab6b32 07:29:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:29:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:29:03 07:29:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:29:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:29:04 latest: Pulling from edgex-devops/edgex-compose 07:29:04 cbdbe7a5bc2a: Pulling fs layer 07:29:04 ca9280d653b3: Pulling fs layer 07:29:04 7e9c9ca2126c: Pulling fs layer 07:29:04 cbdbe7a5bc2a: Verifying Checksum 07:29:04 cbdbe7a5bc2a: Download complete 07:29:04 ca9280d653b3: Verifying Checksum 07:29:04 ca9280d653b3: Download complete 07:29:04 cbdbe7a5bc2a: Pull complete 07:29:05 7e9c9ca2126c: Verifying Checksum 07:29:05 7e9c9ca2126c: Download complete 07:29:05 ca9280d653b3: Pull complete 07:29:11 7e9c9ca2126c: Pull complete 07:29:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:29:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:29:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:29:12 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:29:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:29:14 $ docker top e0e7384d2f8a6e81bd94c2899702b7cd622d8b970df8ead81ec22cbe045fadcf -eo pid,comm [Pipeline] { [Pipeline] sh 07:29:15 + docker-compose build --help 07:29:15 + grep parallel 07:29:16 --parallel Build images in parallel. [Pipeline] } 07:29:16 $ docker stop --time=1 e0e7384d2f8a6e81bd94c2899702b7cd622d8b970df8ead81ec22cbe045fadcf 07:29:17 $ docker rm -f e0e7384d2f8a6e81bd94c2899702b7cd622d8b970df8ead81ec22cbe045fadcf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:29:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:29:18 . [Pipeline] withDockerContainer 07:29:18 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:29:18 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:29:19 $ docker top 7a8c50d9624db14b5fdd73b4996cdab52ffef562d8246ee4535e1f22e93b3a86 -eo pid,comm [Pipeline] { [Pipeline] sh 07:29:19 + docker-compose -f ./docker-compose-build.yml build --parallel 07:29:20 Building docker-core-command-go ... 07:29:20 Building docker-core-data-go ... 07:29:20 Building docker-core-metadata-go ... 07:29:20 Building docker-security-proxy-setup-go ... 07:29:20 Building docker-security-secrets-setup-go ... 07:29:20 Building docker-security-secretstore-setup-go ... 07:29:20 Building docker-support-logging-go ... 07:29:20 Building docker-support-notifications-go ... 07:29:20 Building docker-support-scheduler-go ... 07:29:20 Building docker-sys-mgmt-agent-go ... 07:29:20 Building docker-security-secrets-setup-go 07:29:20 Building docker-support-scheduler-go 07:29:20 Building docker-security-secretstore-setup-go 07:29:20 Building docker-support-notifications-go 07:29:20 Building docker-security-proxy-setup-go 07:29:42 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:29:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:29:42 ---> 4cb69aab6b32 07:29:42 Step 3/26 : WORKDIR /edgex-go 07:29:42 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 07:29:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:29:42 ---> 4cb69aab6b32 07:29:42 Step 3/24 : WORKDIR /edgex-go 07:29:42 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:29:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:29:42 ---> 4cb69aab6b32 07:29:42 Step 3/21 : WORKDIR /edgex-go 07:29:42 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 07:29:42 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:29:42 ---> 4cb69aab6b32 07:29:42 Step 3/29 : WORKDIR /edgex-go 07:29:42 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:29:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:29:42 ---> 4cb69aab6b32 07:29:42 Step 3/20 : WORKDIR /edgex-go 07:29:42 ---> Running in 42f43cbcf54c 07:29:42 ---> Running in 0bff2e7da944 07:29:42 ---> Running in 59b3c82bfecb 07:29:42 ---> Running in 32f9a263aa29 07:29:42 ---> Running in 7af3ba6e2715 07:29:42 Removing intermediate container 0bff2e7da944 07:29:42 ---> eca0833cf39f 07:29:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:43 Removing intermediate container 32f9a263aa29 07:29:43 ---> 40d871a3cd7e 07:29:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:43 Removing intermediate container 42f43cbcf54c 07:29:43 ---> 59057c594051 07:29:43 Step 4/29 : RUN apk update && apk add make git 07:29:43 Removing intermediate container 7af3ba6e2715 07:29:43 ---> 03fabf319996 07:29:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:43 Removing intermediate container 59b3c82bfecb 07:29:43 ---> 71f2638a2198 07:29:43 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:43 ---> Running in bde4464fc2de 07:29:43 ---> Running in 20ea2b516791 07:29:43 ---> Running in ee7a7472236f 07:29:43 ---> Running in ede675f44c1d 07:29:43 ---> Running in 7b5cf363b94c 07:29:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:46 Removing intermediate container bde4464fc2de 07:29:46 ---> 30c67b37d1b1 07:29:46 Step 5/26 : RUN apk update && apk add make git 07:29:46 Removing intermediate container 20ea2b516791 07:29:46 ---> fc8d07d25482 07:29:46 Step 5/21 : RUN apk update && apk add make git 07:29:46 ---> Running in d58f5d975b6b 07:29:46 Removing intermediate container ede675f44c1d 07:29:46 ---> d07e1629341d 07:29:46 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 07:29:46 ---> Running in 4b571687a38d 07:29:46 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:29:46 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:29:46 OK: 12746 distinct packages available 07:29:46 Removing intermediate container 7b5cf363b94c 07:29:46 ---> af73dcf405a9 07:29:46 Step 5/20 : RUN apk update && apk add make git 07:29:46 ---> Running in 233e5c623441 07:29:46 ---> Running in 5bf885333a9b 07:29:46 OK: 233 MiB in 51 packages 07:29:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:47 Removing intermediate container ee7a7472236f 07:29:47 ---> a3c8020c43cd 07:29:47 Step 5/29 : COPY go.mod . 07:29:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:47 ---> 815867f58bc0 07:29:47 Step 6/29 : RUN go mod download 07:29:47 ---> Running in df4e7cdaacb2 07:29:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:48 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:29:48 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:29:48 OK: 12746 distinct packages available 07:29:48 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:29:48 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:29:48 OK: 12746 distinct packages available 07:29:48 OK: 233 MiB in 51 packages 07:29:48 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:29:48 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:29:48 OK: 12746 distinct packages available 07:29:48 OK: 233 MiB in 51 packages 07:29:49 OK: 233 MiB in 51 packages 07:29:49 Removing intermediate container d58f5d975b6b 07:29:49 ---> b382ef99d75b 07:29:49 Step 6/26 : COPY go.mod . 07:29:49 Removing intermediate container 4b571687a38d 07:29:49 ---> 4f8977f6837b 07:29:49 Step 6/21 : COPY go.mod . 07:29:49 Removing intermediate container 5bf885333a9b 07:29:49 ---> a7f41ee5dd21 07:29:49 Step 6/20 : COPY go.mod . 07:29:49 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:29:49 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:29:49 OK: 12746 distinct packages available 07:29:49 Removing intermediate container df4e7cdaacb2 07:29:49 ---> 925fb094e149 07:29:49 Step 7/29 : COPY . . 07:29:49 ---> 02e8d6fb9ee7 07:29:49 Step 7/26 : RUN go mod download 07:29:49 ---> a678a5051e24 07:29:49 Step 7/21 : RUN go mod download 07:29:49 OK: 233 MiB in 51 packages 07:29:50 ---> Running in ec70dafe74d8 07:29:50 ---> ec93a9d1413c 07:29:50 Step 7/20 : RUN go mod download 07:29:50 ---> Running in cc3152ec307a 07:29:51 ---> Running in ca05d4a2c0e0 07:29:54 Removing intermediate container 233e5c623441 07:29:54 ---> ddd8fff0b45e 07:29:54 Step 6/24 : COPY go.mod . 07:29:55 ---> 72f1098d67ea 07:29:55 Step 7/24 : RUN go mod download 07:29:56 ---> Running in 31ed48b2cfa4 07:29:56 Removing intermediate container ec70dafe74d8 07:29:56 ---> febc9d183be3 07:29:56 Step 8/26 : COPY . . 07:29:59 Removing intermediate container ca05d4a2c0e0 07:29:59 ---> e9efaf0aa4d0 07:29:59 Step 8/20 : COPY . . 07:30:00 Removing intermediate container cc3152ec307a 07:30:00 ---> 643485627010 07:30:00 Step 8/21 : COPY . . 07:30:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-655 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 07:30:04 Running in /w/workspace/edgex-go/128 [Pipeline] { [Pipeline] checkout 07:30:06 Removing intermediate container 31ed48b2cfa4 07:30:06 ---> 3c2ffeba389b 07:30:06 Step 8/24 : COPY . . 07:30:08 ---> f22d6d24cd63 07:30:08 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:30:09 using credential edgex-jenkins-ssh 07:30:09 Cloning the remote Git repository 07:30:09 Cloning with configured refspecs honoured and without tags 07:30:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:30:09 > git init /w/workspace/edgex-go/128 # timeout=10 07:30:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:30:10 > git --version # timeout=10 07:30:10 using GIT_SSH to set credentials SSH Credentials for GitHub 07:30:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:30:11 ---> Running in 5cbefe1d9677 07:30:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:30:23 ---> f3012113bc1f 07:30:23 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 07:30:23 ---> ab70d49da039 07:30:23 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:30:23 ---> 340c67a3a397 07:30:23 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 07:30:23 ---> Running in 330f40d930d9 07:30:23 ---> Running in 9850f3e277b0 07:30:23 ---> Running in 0e8008b3d5d6 07:30:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:30:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:30:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:30:26 ---> e42827045ff1 07:30:26 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:30:26 ---> Running in 6894ed28e9a0 07:30:26 Fetching without tags 07:30:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:30:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:30:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:30:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:30:26 using GIT_SSH to set credentials SSH Credentials for GitHub 07:30:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:30:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:30:27 Checking out Revision 3555043a6994042684a9c8b6423498381cadcc6f (master) 07:30:27 > git config core.sparsecheckout # timeout=10 07:30:27 > git checkout -f 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 07:30:31 Commit message: "Merge pull request #2665 from venkata-subbareddyK/update-Dockerfiles-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:30:43 ========================================================= 07:30:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:30:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:30:44 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 07:30:45 Removing intermediate container 5cbefe1d9677 07:30:45 ---> edd978b1ce04 07:30:45 07:30:45 Step 9/29 : FROM alpine:latest 07:30:45 latest: Pulling from library/alpine 07:30:45 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 07:30:45 Status: Downloaded newer image for alpine:latest 07:30:45 ---> a24bb4013296 07:30:45 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:30:45 ---> Running in 46bad0cfbb85 07:30:45 Removing intermediate container 46bad0cfbb85 07:30:45 ---> 18cb56c51ca8 07:30:45 Step 11/29 : USER root 07:30:45 ---> Running in e5d64b736c88 07:30:45 Removing intermediate container e5d64b736c88 07:30:45 ---> e413ca955fda 07:30:45 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:30:45 ---> Running in 810ebe31d7cf 07:30:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:47 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:30:47 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:30:47 OK: 12746 distinct packages available 07:30:48 (1/2) Installing ca-certificates (20191127-r4) 07:30:48 (2/2) Installing dumb-init (1.2.2-r1) 07:30:48 Executing busybox-1.31.1-r16.trigger 07:30:48 Executing ca-certificates-20191127-r4.trigger 07:30:48 Sending build context to Docker daemon 323.1MB 07:30:48 Step 1/7 : ARG BASE=golang:1.13-alpine 07:30:48 Step 2/7 : FROM ${BASE} 07:30:48 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:30:48 b538f80385f9: Pulling fs layer 07:30:48 74f711af9a0d: Pulling fs layer 07:30:48 99f96fe45779: Pulling fs layer 07:30:48 fd7a069fd194: Pulling fs layer 07:30:48 66aa3694b03b: Pulling fs layer 07:30:48 170f70906a0f: Pulling fs layer 07:30:48 ad7c5574e4b9: Pulling fs layer 07:30:48 e772456be8f7: Pulling fs layer 07:30:48 c890913d741a: Pulling fs layer 07:30:48 2480fcc9aa5a: Pulling fs layer 07:30:48 09adf4765672: Pulling fs layer 07:30:48 fd7a069fd194: Waiting 07:30:48 ad7c5574e4b9: Waiting 07:30:48 e772456be8f7: Waiting 07:30:48 66aa3694b03b: Waiting 07:30:48 c890913d741a: Waiting 07:30:48 09adf4765672: Waiting 07:30:48 170f70906a0f: Waiting 07:30:48 2480fcc9aa5a: Waiting 07:30:48 99f96fe45779: Verifying Checksum 07:30:48 99f96fe45779: Download complete 07:30:48 74f711af9a0d: Verifying Checksum 07:30:48 74f711af9a0d: Download complete 07:30:48 66aa3694b03b: Download complete 07:30:48 170f70906a0f: Download complete 07:30:48 b538f80385f9: Verifying Checksum 07:30:48 b538f80385f9: Download complete 07:30:48 OK: 6 MiB in 16 packages 07:30:49 b538f80385f9: Pull complete 07:30:49 74f711af9a0d: Pull complete 07:30:50 99f96fe45779: Pull complete 07:30:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:30:51 Removing intermediate container 810ebe31d7cf 07:30:51 ---> 1d0366f01b49 07:30:51 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:30:51 ---> Running in e3ceef8db770 07:30:51 ad7c5574e4b9: Verifying Checksum 07:30:51 ad7c5574e4b9: Download complete 07:30:51 c890913d741a: Verifying Checksum 07:30:51 c890913d741a: Download complete 07:30:51 Removing intermediate container e3ceef8db770 07:30:51 ---> 3d4d0b74420a 07:30:51 Step 14/29 : WORKDIR $BASE_DIR 07:30:52 2480fcc9aa5a: Verifying Checksum 07:30:52 2480fcc9aa5a: Download complete 07:30:52 09adf4765672: Download complete 07:30:53 e772456be8f7: Verifying Checksum 07:30:53 e772456be8f7: Download complete 07:30:54 fd7a069fd194: Verifying Checksum 07:30:54 fd7a069fd194: Download complete 07:30:56 ---> Running in 07fdf1cc9848 07:30:56 Removing intermediate container 330f40d930d9 07:30:56 ---> a12e17a88999 07:30:56 07:30:56 Step 10/20 : FROM alpine 07:30:56 ---> a24bb4013296 07:30:56 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:30:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 07:30:56 Removing intermediate container 07fdf1cc9848 07:30:56 ---> fcdcbf8b010b 07:30:56 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:30:56 ---> Running in 78d6406f4dfd 07:30:56 ---> Running in 6a7450750f5b 07:30:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:57 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:30:57 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:30:57 OK: 12746 distinct packages available 07:30:58 (1/4) Installing ca-certificates (20191127-r4) 07:30:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:30:58 (3/4) Installing libcurl (7.69.1-r0) 07:30:58 (4/4) Installing curl (7.69.1-r0) 07:30:58 Executing busybox-1.31.1-r16.trigger 07:30:58 Executing ca-certificates-20191127-r4.trigger 07:30:58 OK: 7 MiB in 18 packages 07:31:00 Removing intermediate container 9850f3e277b0 07:31:00 ---> c31a0cbafa2b 07:31:00 07:31:00 Step 10/21 : FROM scratch 07:31:00 ---> 07:31:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:31:00 ---> Running in a5dae6d1e949 07:31:00 Removing intermediate container 6894ed28e9a0 07:31:00 ---> 89c3af1d7a67 07:31:00 07:31:00 Step 10/24 : FROM scratch 07:31:00 ---> 07:31:00 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:31:00 ---> Running in e7c39ad09d96 07:31:01 Removing intermediate container 6a7450750f5b 07:31:01 ---> 4255cfacc5df 07:31:01 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:31:01 Removing intermediate container a5dae6d1e949 07:31:01 ---> 7bf0fbfa6365 07:31:01 Step 12/21 : ENV APP_PORT=48085 07:31:01 ---> Running in 44c88aceefd0 07:31:02 Removing intermediate container e7c39ad09d96 07:31:02 ---> 1b45330be398 07:31:02 Step 12/24 : ENV APP_PORT=48060 07:31:02 Removing intermediate container 78d6406f4dfd 07:31:02 ---> f1e7d1525ba8 07:31:02 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:31:03 ---> Running in 00fe8b171d55 07:31:03 Removing intermediate container 44c88aceefd0 07:31:03 ---> a911f37509f6 07:31:03 Step 13/21 : EXPOSE $APP_PORT 07:31:03 ---> c4c95c750ce8 07:31:03 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:31:03 ---> Running in 34d05f805cc6 07:31:03 ---> Running in 933430ef5c8a 07:31:03 Removing intermediate container 0e8008b3d5d6 07:31:03 ---> 12f4f1250052 07:31:03 07:31:03 Step 10/26 : FROM alpine:3.10 07:31:03 Removing intermediate container 00fe8b171d55 07:31:03 ---> 64bc641e32ec 07:31:03 Step 13/24 : EXPOSE $APP_PORT 07:31:03 3.10: Pulling from library/alpine 07:31:04 Removing intermediate container 34d05f805cc6 07:31:04 ---> 675c0b47bd1b 07:31:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:31:05 ---> 20848dd6147d 07:31:05 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:31:05 Removing intermediate container 933430ef5c8a 07:31:05 ---> 6f6f187eb569 07:31:05 Step 13/20 : WORKDIR /edgex 07:31:05 ---> Running in dad7d9a0676f 07:31:05 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:31:05 ---> 82149897f3d5 07:31:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:31:05 Status: Downloaded newer image for alpine:3.10 07:31:05 ---> be4e4bea2c2e 07:31:05 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:31:05 ---> Running in ef9acfbeae7b 07:31:05 ---> Running in 6c3bbf95585e 07:31:05 Removing intermediate container dad7d9a0676f 07:31:05 ---> 466845cc6906 07:31:05 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:31:05 ---> 52bdfae02a97 07:31:05 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:31:06 ---> c6991fc1cdcd 07:31:06 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:31:06 Removing intermediate container ef9acfbeae7b 07:31:06 ---> 80cec5ae4cc0 07:31:06 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:31:06 ---> a6abe16b6c4d 07:31:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:31:06 ---> ea82bd88a78b 07:31:06 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:31:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:31:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:31:07 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:31:07 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:31:07 OK: 10346 distinct packages available 07:31:07 (1/5) Installing ca-certificates (20191127-r2) 07:31:07 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:31:07 fd7a069fd194: Pull complete 07:31:07 66aa3694b03b: Pull complete 07:31:07 170f70906a0f: Pull complete 07:31:07 (3/5) Installing libcurl (7.66.0-r0) 07:31:07 (4/5) Installing curl (7.66.0-r0) 07:31:07 (5/5) Installing dumb-init (1.2.2-r1) 07:31:07 Executing busybox-1.30.1-r3.trigger 07:31:07 Executing ca-certificates-20191127-r2.trigger 07:31:07 OK: 7 MiB in 19 packages 07:31:07 ---> 5026f99b5005 07:31:07 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:31:08 ---> eb10c51d3ffa 07:31:08 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:31:08 ---> f79b37d797c8 07:31:08 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:31:08 ---> f60cf625158c 07:31:08 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:31:08 ---> Running in 0c9c22f9fd11 07:31:08 ---> Running in e536b8a43296 07:31:09 ---> 8ca0c5ada4f5 07:31:09 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:31:09 ---> Running in 4838b80fbf27 07:31:09 Removing intermediate container 0c9c22f9fd11 07:31:09 ---> f1ce7c47d06c 07:31:09 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:10 ---> 04170060f325 07:31:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:31:10 Removing intermediate container 6c3bbf95585e 07:31:10 ---> 9d98d004e9ef 07:31:10 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:31:10 ---> Running in 52f525810783 07:31:10 ---> Running in bb506cfb81e6 07:31:10 Removing intermediate container 4838b80fbf27 07:31:10 ---> 35e772d3ed86 07:31:10 Step 17/20 : CMD ["--init=true"] 07:31:10 ad7c5574e4b9: Pull complete 07:31:10 ---> 219a7715f1ae 07:31:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:31:10 ---> Running in 625ff6d4143d 07:31:10 Removing intermediate container 52f525810783 07:31:10 ---> aca6eab2bf09 07:31:10 Step 19/21 : LABEL arch=x86_64 07:31:10 Removing intermediate container bb506cfb81e6 07:31:10 ---> 9a38321f7c4f 07:31:10 Step 13/26 : WORKDIR / 07:31:11 ---> Running in 9b2ed6b6307d 07:31:11 Removing intermediate container 625ff6d4143d 07:31:11 ---> e9585fe82381 07:31:11 Step 18/20 : LABEL arch=x86_64 07:31:11 ---> Running in 58e3e3e57cce 07:31:11 Removing intermediate container e536b8a43296 07:31:11 ---> a673af2d6ab7 07:31:11 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:31:11 ---> dfe41b5a0277 07:31:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:31:11 Removing intermediate container 9b2ed6b6307d 07:31:11 ---> 220e9029f066 07:31:11 Step 20/21 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:31:11 ---> Running in 5cddfb939c4b 07:31:11 ---> Running in 42662556dad5 07:31:11 Removing intermediate container 58e3e3e57cce 07:31:11 ---> fb9b8bdd3607 07:31:11 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:31:11 ---> f858c1c7afe4 07:31:11 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:31:11 ---> 07e55fe662f5 07:31:11 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:31:11 Removing intermediate container 5cddfb939c4b 07:31:11 ---> 87f4ec262271 07:31:11 Step 19/20 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:31:12 Removing intermediate container 42662556dad5 07:31:12 ---> 3b0071d2cd9b 07:31:12 Step 21/21 : LABEL version=1.2.2-dev.16 07:31:12 ---> Running in 82efe2110542 07:31:12 ---> Running in 342b358f46ce 07:31:12 ---> Running in 5bc29b818a85 07:31:12 ---> Running in cb3b49fada79 07:31:12 ---> 57c106c524bd 07:31:12 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:31:12 Removing intermediate container 82efe2110542 07:31:12 ---> 3ec5baf37025 07:31:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:13 Removing intermediate container cb3b49fada79 07:31:13 ---> 57e1183deea1 07:31:13 07:31:13 Removing intermediate container 5bc29b818a85 07:31:13 ---> e39397128f6f 07:31:13 Step 20/20 : LABEL version=1.2.2-dev.16 07:31:13 ---> Running in ac18c846cfd4 07:31:13 ---> bad7347742d7 07:31:13 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:31:13 ---> Running in 823d81338607 07:31:13 Successfully built 57e1183deea1 07:31:13 Successfully tagged docker-support-scheduler-go:latest 07:31:13 Building docker-core-metadata-go 07:31:13  Building docker-support-scheduler-go ... done Removing intermediate container ac18c846cfd4 07:31:13 ---> fbad1f19c881 07:31:13 Step 22/24 : LABEL arch=x86_64 07:31:13 Removing intermediate container 823d81338607 07:31:13 ---> 5fe73bfe69d9 07:31:13 07:31:13 ---> e064c7bcaa2d 07:31:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 07:31:13 ---> Running in 42d8851632bb 07:31:13 Successfully built 5fe73bfe69d9 07:31:13 Successfully tagged docker-security-proxy-setup-go:latest 07:31:13  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 07:31:13 Removing intermediate container 42d8851632bb 07:31:13 ---> 66cac9a4e15e 07:31:13 Step 23/24 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:31:15 e772456be8f7: Pull complete 07:31:15 c890913d741a: Pull complete 07:31:16 ---> Running in 5878688947f9 07:31:17 2480fcc9aa5a: Pull complete 07:31:18 09adf4765672: Pull complete 07:31:18 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 07:31:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:31:18 ---> 2248a725d1cf 07:31:18 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:31:18 ---> 3177b5210c01 07:31:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:31:18 Removing intermediate container 342b358f46ce 07:31:18 ---> 495a16219682 07:31:18 Step 24/29 : RUN chmod 755 security-secrets-setup 07:31:19 ---> Running in 5a0a99d55a11 07:31:20 Removing intermediate container 5878688947f9 07:31:20 ---> a54c12f23576 07:31:20 Step 24/24 : LABEL version=1.2.2-dev.16 07:31:22 ---> Running in 076f8139366d 07:31:22 ---> 8480a77dc758 07:31:22 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:31:23 Removing intermediate container 076f8139366d 07:31:23 ---> b033b4950f55 07:31:23 07:31:23 ---> Running in 996bbb0f1086 07:31:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:31:24 Successfully built b033b4950f55 07:31:25 Successfully tagged docker-support-notifications-go:latest 07:31:25 Building docker-core-command-go 07:31:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:31:26  Building docker-support-notifications-go ... done  ---> 11d893db261c 07:31:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 07:31:26 (1/12) Installing libmagic (5.38-r0) 07:31:26 (2/12) Installing file (5.38-r0) 07:31:26 (3/12) Installing libc-dev (0.7.2-r3) 07:31:27 (4/12) Installing g++ (9.3.0-r2) 07:31:29 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 07:31:29 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:31:29 ---> 4cb69aab6b32 07:31:29 Step 3/27 : WORKDIR /edgex-go 07:31:29 ---> Using cache 07:31:29 ---> 03fabf319996 07:31:29 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:29 ---> Using cache 07:31:29 ---> d07e1629341d 07:31:29 Step 5/27 : RUN apk update && apk add make bash git 07:31:29 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 07:31:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:31:29 ---> 4cb69aab6b32 07:31:29 Step 3/22 : WORKDIR /edgex-go 07:31:29 ---> Using cache 07:31:29 ---> 03fabf319996 07:31:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:29 ---> Using cache 07:31:29 ---> d07e1629341d 07:31:29 Step 5/22 : RUN apk update && apk add make git 07:31:31 ---> a608c61690f7 07:31:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:31:31 ---> Running in 555e9f327f05 07:31:31 ---> Running in 70c87fca6f18 07:31:31 Removing intermediate container 5a0a99d55a11 07:31:31 ---> f018c0a2aa63 07:31:31 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:31:31 ---> Running in 3a929cfcfa96 07:31:31 ---> 0b5cca0f33de 07:31:31 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:31:32 ---> Running in 41a4b038d9c6 07:31:32 Removing intermediate container 3a929cfcfa96 07:31:32 ---> 441591332db0 07:31:32 Step 26/29 : CMD [ "generate" ] 07:31:32 (5/12) Installing fortify-headers (1.1-r0) 07:31:32 (6/12) Installing patch (2.7.6-r6) 07:31:32 (7/12) Installing build-base (0.5-r2) 07:31:32 (8/12) Installing libsodium (1.0.18-r0) 07:31:32 (9/12) Installing pkgconf (1.7.2-r0) 07:31:32 (10/12) Installing libsodium-dev (1.0.18-r0) 07:31:32 (11/12) Installing libzmq (4.3.2-r0) 07:31:32 (12/12) Installing zeromq-dev (4.3.2-r0) 07:31:33 Executing busybox-1.31.1-r16.trigger 07:31:33 OK: 217 MiB in 51 packages 07:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:31:33 ---> Running in 69e0dcbab98b 07:31:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:31:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:31:34 Removing intermediate container 69e0dcbab98b 07:31:34 ---> 1a42e947aba6 07:31:34 Step 27/29 : LABEL arch=x86_64 07:31:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:31:34 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:31:34 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:31:34 OK: 12746 distinct packages available 07:31:34 OK: 233 MiB in 51 packages 07:31:34 ---> Running in 4dbb44b0d6a4 07:31:35 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:31:35 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:31:35 OK: 12746 distinct packages available 07:31:35 OK: 233 MiB in 51 packages 07:31:35 Removing intermediate container 4dbb44b0d6a4 07:31:35 ---> 8653649be112 07:31:35 Step 28/29 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:31:35 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 07:31:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:31:35 ---> 4cb69aab6b32 07:31:35 Step 3/22 : WORKDIR /edgex-go 07:31:35 ---> Using cache 07:31:35 ---> 03fabf319996 07:31:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:35 ---> Using cache 07:31:35 ---> d07e1629341d 07:31:35 Step 5/22 : RUN apk update && apk add make git 07:31:36 Removing intermediate container 41a4b038d9c6 07:31:36 ---> c70e9ce651c7 07:31:36 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:31:36 ---> Running in 89e09b897418 07:31:36 ---> Running in baa086a8d8f9 07:31:37 ---> Running in 51cbc32c6996 07:31:37 Removing intermediate container 555e9f327f05 07:31:37 ---> 377fce19805e 07:31:37 Step 6/22 : COPY go.mod . 07:31:37 Removing intermediate container baa086a8d8f9 07:31:37 ---> 7c2f38150dfe 07:31:37 Step 29/29 : LABEL version=1.2.2-dev.16 07:31:37 Removing intermediate container 996bbb0f1086 07:31:37 ---> 9137b5b6dc01 07:31:37 Step 4/7 : WORKDIR /edgex-go 07:31:37 ---> Running in 7624742f60c3 07:31:37 Removing intermediate container 70c87fca6f18 07:31:37 ---> fafcd759a2ea 07:31:37 Step 6/27 : COPY go.mod . 07:31:37 Removing intermediate container 51cbc32c6996 07:31:37 ---> 800f5272af5e 07:31:37 Step 24/26 : LABEL arch=x86_64 07:31:37 ---> Running in 9b0573e0adef 07:31:37 ---> Running in ca203b6fd3ac 07:31:37 ---> 4f716a9377a4 07:31:37 Step 7/22 : RUN go mod download 07:31:37 Removing intermediate container 7624742f60c3 07:31:37 ---> 12d1051c9c5c 07:31:37 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:31:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:31:38 Removing intermediate container 9b0573e0adef 07:31:38 ---> dc6f3c68c065 07:31:38 07:31:38 ---> Running in e33ad6b9af34 07:31:38 Successfully built dc6f3c68c065 07:31:38 latest: Pulling from library/docker 07:31:38 b538f80385f9: Already exists 07:31:38 259a493cd78d: Pulling fs layer 07:31:38 b8e66b5100f5: Pulling fs layer 07:31:38 39dc9c94d07c: Pulling fs layer 07:31:38 551b823b3b82: Pulling fs layer 07:31:38 3c52a74df98c: Pulling fs layer 07:31:38 6c9b121b6998: Pulling fs layer 07:31:38 551b823b3b82: Waiting 07:31:38 3c52a74df98c: Waiting 07:31:38 6c9b121b6998: Waiting 07:31:38 Successfully tagged docker-security-secrets-setup-go:latest 07:31:38  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go 07:31:38 ---> a7a51b07e693 07:31:38 Step 7/27 : RUN go mod download 07:31:38 Removing intermediate container ca203b6fd3ac 07:31:38 ---> 285651e5cde0 07:31:38 Step 25/26 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:31:38 ---> Running in e55f54bb2dab 07:31:38 ---> Running in 7aa43368bd2c 07:31:38 b8e66b5100f5: Verifying Checksum 07:31:38 b8e66b5100f5: Download complete 07:31:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:31:38 551b823b3b82: Verifying Checksum 07:31:38 551b823b3b82: Download complete 07:31:39 Removing intermediate container e55f54bb2dab 07:31:39 ---> b890f194be40 07:31:39 Step 26/26 : LABEL version=1.2.2-dev.16 07:31:39 259a493cd78d: Download complete 07:31:39 3c52a74df98c: Verifying Checksum 07:31:39 3c52a74df98c: Download complete 07:31:39 6c9b121b6998: Verifying Checksum 07:31:39 6c9b121b6998: Download complete 07:31:39 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:31:39 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:31:39 OK: 12746 distinct packages available 07:31:39 39dc9c94d07c: Verifying Checksum 07:31:39 39dc9c94d07c: Download complete 07:31:39 259a493cd78d: Pull complete 07:31:39 OK: 233 MiB in 51 packages 07:31:40 b8e66b5100f5: Pull complete 07:31:40 ---> Running in 5e05cf26e43e 07:31:41 Removing intermediate container 5e05cf26e43e 07:31:41 ---> e399fa0a0627 07:31:41 07:31:41 Successfully built e399fa0a0627 07:31:41 Successfully tagged docker-security-secretstore-setup-go:latest 07:31:41  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 07:31:42 Removing intermediate container 89e09b897418 07:31:42 ---> 518338c061c4 07:31:42 Step 6/22 : COPY go.mod . 07:31:43 39dc9c94d07c: Pull complete 07:31:43 551b823b3b82: Pull complete 07:31:43 3c52a74df98c: Pull complete 07:31:44 6c9b121b6998: Pull complete 07:31:44 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:31:44 Status: Downloaded newer image for docker:latest 07:31:46 Removing intermediate container e33ad6b9af34 07:31:46 ---> f407f318ae88 07:31:46 Step 8/22 : COPY . . 07:31:47 Removing intermediate container 7aa43368bd2c 07:31:47 ---> 036ee0462ddf 07:31:47 Step 8/27 : COPY . . 07:31:47 ---> 53ac945b230e 07:31:47 Step 6/7 : COPY go.mod . 07:31:48 ---> aa88f44f4374 07:31:48 Step 7/7 : RUN go mod download 07:31:48 ---> d9346e433afe 07:31:48 Step 7/22 : RUN go mod download 07:31:48 ---> Running in ffc6145b7b1b 07:31:51 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 07:31:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:31:51 ---> 4cb69aab6b32 07:31:51 Step 3/22 : WORKDIR /edgex-go 07:31:51 ---> Using cache 07:31:51 ---> 03fabf319996 07:31:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:51 ---> Using cache 07:31:51 ---> d07e1629341d 07:31:51 Step 5/22 : RUN apk update && apk add make && apk add bash git 07:31:51 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:31:52 go: finding github.com/BurntSushi/toml v0.3.1 07:31:52 go: finding github.com/OneOfOne/xxhash v1.2.5 07:31:52 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:31:52 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:31:52 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:31:52 go: finding github.com/bgentry/speakeasy v0.1.0 07:31:52 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:31:52 go: finding github.com/cloudflare/gokey v0.1.0 07:31:52 go: finding github.com/davecgh/go-spew v1.1.1 07:31:52 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:31:52 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 07:31:52 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 07:31:52 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:31:52 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 07:31:52 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 07:31:52 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:31:52 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:31:52 go: finding github.com/fatih/color v1.7.0 07:31:52 go: finding github.com/fsnotify/fsnotify v1.4.7 07:31:52 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:31:52 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 07:31:52 go: finding github.com/go-kit/kit v0.8.0 07:31:52 go: finding github.com/go-logfmt/logfmt v0.4.0 07:31:52 go: finding github.com/go-playground/assert/v2 v2.0.1 07:31:52 go: finding github.com/go-playground/locales v0.13.0 07:31:52 go: finding github.com/go-playground/universal-translator v0.17.0 07:31:53 go: finding github.com/go-playground/validator/v10 v10.3.0 07:31:53 go: finding github.com/go-redis/redis/v7 v7.2.0 07:31:53 go: finding github.com/go-stack/stack v1.8.0 07:31:53 go: finding github.com/golang/protobuf v1.3.2 07:31:53 go: finding github.com/gomodule/redigo v2.0.0+incompatible 07:31:53 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:31:53 go: finding github.com/google/uuid v1.1.0 07:31:53 go: finding github.com/gorilla/mux v1.7.1 07:31:53 go: finding github.com/hashicorp/consul/api v1.1.0 07:31:53 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:31:53 go: finding github.com/hashicorp/errwrap v1.0.0 07:31:53 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:31:53 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:31:53 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:31:53 go: finding github.com/hashicorp/go-multierror v1.0.0 07:31:53 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:31:53 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:31:53 go: finding github.com/hashicorp/go-syslog v1.0.0 07:31:53 go: finding github.com/hashicorp/go-uuid v1.0.1 07:31:53 go: finding github.com/hashicorp/go.net v0.0.1 07:31:53 go: finding github.com/hashicorp/golang-lru v0.5.0 07:31:53 go: finding github.com/hashicorp/logutils v1.0.0 07:31:53 go: finding github.com/hashicorp/mdns v1.0.0 07:31:53 go: finding github.com/hashicorp/memberlist v0.1.3 07:31:53 go: finding github.com/hashicorp/serf v0.8.2 07:31:53 go: finding github.com/hpcloud/tail v1.0.0 07:31:53 go: finding github.com/imdario/mergo v0.3.6 07:31:54 ---> Running in b9483e89c359 07:31:54 ---> Running in 08a8709e0afa 07:31:54 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:31:54 go: finding github.com/kr/pretty v0.1.0 07:31:54 go: finding github.com/kr/pty v1.1.1 07:31:54 go: finding github.com/kr/text v0.1.0 07:31:54 go: finding github.com/leodido/go-urn v1.2.0 07:31:54 go: finding github.com/mattn/go-colorable v0.0.9 07:31:54 go: finding github.com/mattn/go-isatty v0.0.3 07:31:54 go: finding github.com/miekg/dns v1.0.14 07:31:54 go: finding github.com/mitchellh/cli v1.0.0 07:31:54 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:31:54 go: finding github.com/mitchellh/copystructure v1.0.0 07:31:54 go: finding github.com/mitchellh/go-homedir v1.0.0 07:31:54 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 07:31:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:31:54 ---> 4cb69aab6b32 07:31:54 Step 3/23 : WORKDIR /edgex-go 07:31:54 ---> Using cache 07:31:54 ---> 03fabf319996 07:31:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:54 ---> Using cache 07:31:54 ---> d07e1629341d 07:31:54 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:31:54 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:31:54 go: finding github.com/mitchellh/gox v0.4.0 07:31:54 go: finding github.com/mitchellh/iochan v1.0.0 07:31:54 go: finding github.com/mitchellh/mapstructure v1.1.2 07:31:54 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:31:54 go: finding github.com/onsi/ginkgo v1.10.1 07:31:54 go: finding github.com/onsi/gomega v1.7.0 07:31:55 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:31:55 go: finding github.com/pebbe/zmq4 v1.0.0 07:31:55 go: finding github.com/pelletier/go-toml v1.2.0 07:31:55 go: finding github.com/pkg/errors v0.8.1 07:31:55 go: finding github.com/pmezard/go-difflib v1.0.0 07:31:55 go: finding github.com/posener/complete v1.1.1 07:31:55 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:31:55 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:31:55 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:31:55 go: finding github.com/stretchr/objx v0.1.0 07:31:55 go: finding github.com/stretchr/testify v1.5.1 07:31:55 go: finding github.com/ugorji/go v1.1.4 07:31:55 go: finding github.com/x448/float16 v0.8.4 07:31:55 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 07:31:55 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:31:55 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:31:55 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 07:31:55 go: finding golang.org/x/text v0.3.2 07:31:55 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 07:31:55 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:31:55 go: finding gopkg.in/eapache/queue.v1 v1.1.0 07:31:55 go: finding gopkg.in/fsnotify.v1 v1.4.7 07:31:55 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:31:55 go: finding gopkg.in/yaml.v2 v2.2.8 07:31:57 ---> Running in 50eb8bc090c0 07:31:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:31:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:31:58 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:31:58 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:31:58 OK: 12746 distinct packages available 07:31:58 OK: 233 MiB in 51 packages 07:31:59 OK: 233 MiB in 51 packages 07:31:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:32:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:32:00 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:32:00 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:32:00 OK: 12746 distinct packages available 07:32:01 OK: 233 MiB in 51 packages 07:32:03 Removing intermediate container 08a8709e0afa 07:32:03 ---> 68c7dc65cd88 07:32:03 Step 6/22 : COPY go.mod . 07:32:03 Removing intermediate container b9483e89c359 07:32:03 ---> 57e3bd168a77 07:32:03 Step 8/22 : COPY . . 07:32:09 Removing intermediate container 50eb8bc090c0 07:32:09 ---> b475050120f0 07:32:09 Step 6/23 : COPY go.mod . 07:32:09 ---> 2a78e2e481e6 07:32:09 Step 7/22 : RUN go mod download 07:32:09 ---> c49b802ebaf9 07:32:09 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:32:09 ---> 695b5beae772 07:32:09 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:32:10 ---> ea4274153871 07:32:10 Step 7/23 : RUN go mod download 07:32:10 ---> Running in 1b64bdcaa2fe 07:32:10 ---> Running in e845d7ea8575 07:32:10 ---> Running in c26ec73481e7 07:32:10 ---> Running in 5d1f3079a7d7 07:32:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:32:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:32:15 ---> 4b0919379128 07:32:15 Step 9/22 : RUN make cmd/core-command/core-command 07:32:16 ---> Running in e093b97389f6 07:32:16 Removing intermediate container 1b64bdcaa2fe 07:32:16 ---> 6260130abfc8 07:32:16 Step 8/22 : COPY . . 07:32:16 Removing intermediate container 5d1f3079a7d7 07:32:16 ---> 7caaf4b84848 07:32:16 Step 8/23 : COPY . . 07:32:18 Removing intermediate container ffc6145b7b1b 07:32:18 ---> 35f757a588bf 07:32:18 Successfully built 35f757a588bf 07:32:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:32:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:18 07:32:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:32:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:19 latest: Pulling from edgex-devops/edgex-compose-arm64 07:32:19 29e5d40040c1: Pulling fs layer 07:32:19 1ce36da41761: Pulling fs layer 07:32:19 25b303627fd3: Pulling fs layer 07:32:19 29e5d40040c1: Verifying Checksum 07:32:19 29e5d40040c1: Download complete 07:32:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-command/core-command ./cmd/core-command 07:32:20 1ce36da41761: Verifying Checksum 07:32:20 1ce36da41761: Download complete 07:32:20 29e5d40040c1: Pull complete 07:32:21 1ce36da41761: Pull complete 07:32:22 25b303627fd3: Verifying Checksum 07:32:22 25b303627fd3: Download complete 07:32:32 25b303627fd3: Pull complete 07:32:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:32:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:32:32 prd-ubuntu18.04-docker-arm64-4c-16g-655 does not seem to be running inside a container 07:32:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:32:36 $ docker top 799a5e2968bec8e8f5e042a98b534f564f28b78a5052a10a9bb1e990f60e3bf1 -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:37 + docker-compose build --help 07:32:37 + grep parallel 07:32:40 --parallel Build images in parallel. [Pipeline] } 07:32:40 $ docker stop --time=1 799a5e2968bec8e8f5e042a98b534f564f28b78a5052a10a9bb1e990f60e3bf1 07:32:41 ---> 18d28ba25d04 07:32:41 Step 9/23 : RUN make cmd/core-data/core-data 07:32:41 ---> 1f91d6deb217 07:32:41 Step 9/22 : RUN make cmd/support-logging/support-logging 07:32:41 ---> Running in 4ba62591aff7 07:32:41 ---> Running in 6278ce8f2752 07:32:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-data/core-data ./cmd/core-data 07:32:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-logging/support-logging ./cmd/support-logging 07:32:42 $ docker rm -f 799a5e2968bec8e8f5e042a98b534f564f28b78a5052a10a9bb1e990f60e3bf1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:32:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:43 . [Pipeline] withDockerContainer 07:32:43 prd-ubuntu18.04-docker-arm64-4c-16g-655 does not seem to be running inside a container 07:32:44 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:32:45 $ docker top 507027927f2b2c57244330001df7f17fe526f0c47fe35b8b7ee1116542592500 -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:46 + docker-compose -f ./docker-compose-build.yml build --parallel 07:32:48 Removing intermediate container e845d7ea8575 07:32:48 ---> f91a580af217 07:32:48 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:32:49 ---> Running in 0d01460d8b70 07:32:49 Building docker-core-command-go ... 07:32:49 Building docker-core-data-go ... 07:32:49 Building docker-core-metadata-go ... 07:32:49 Building docker-security-proxy-setup-go ... 07:32:49 Building docker-security-secrets-setup-go ... 07:32:49 Building docker-security-secretstore-setup-go ... 07:32:49 Building docker-support-logging-go ... 07:32:49 Building docker-support-notifications-go ... 07:32:49 Building docker-support-scheduler-go ... 07:32:49 Building docker-sys-mgmt-agent-go ... 07:32:49 Building docker-security-secretstore-setup-go 07:32:49 Building docker-support-scheduler-go 07:32:49 Building docker-core-metadata-go 07:32:49 Building docker-support-logging-go 07:32:49 Building docker-core-data-go 07:32:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:32:54 Removing intermediate container c26ec73481e7 07:32:54 ---> fca82524ac64 07:32:54 07:32:54 Step 10/22 : FROM scratch 07:32:54 ---> 07:32:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:32:56 ---> Using cache 07:32:56 ---> 7bf0fbfa6365 07:32:56 Step 12/22 : ENV APP_PORT=48081 07:32:56 ---> Running in 0c4c485b788b 07:32:57 Removing intermediate container e093b97389f6 07:32:57 ---> ce2746e23106 07:32:57 07:32:57 Step 10/22 : FROM scratch 07:32:57 ---> 07:32:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:32:57 ---> Using cache 07:32:57 ---> 7bf0fbfa6365 07:32:57 Step 12/22 : ENV APP_PORT=48082 07:32:57 Removing intermediate container 0d01460d8b70 07:32:57 ---> 09ad9047de8c 07:32:57 07:32:57 Step 11/27 : FROM docker:latest 07:32:57 ---> 81f5749c9058 07:32:57 Step 12/27 : RUN apk add --no-cache bash 07:32:57 ---> Running in e902d665fee8 07:32:57 ---> Running in d117198abe99 07:32:57 Removing intermediate container 0c4c485b788b 07:32:57 ---> 72692623825d 07:32:57 Step 13/22 : EXPOSE $APP_PORT 07:32:58 ---> Running in 05fd9922d446 07:32:58 Removing intermediate container e902d665fee8 07:32:58 ---> a5ac26728cc8 07:32:58 Step 13/22 : EXPOSE $APP_PORT 07:32:58 ---> Running in 8ea3f0834912 07:32:58 Removing intermediate container 05fd9922d446 07:32:58 ---> b8cb330c3fc6 07:32:58 Step 14/22 : WORKDIR / 07:32:58 ---> Running in d13a5805cf6a 07:32:58 Removing intermediate container 8ea3f0834912 07:32:58 ---> 3f660ef9c22d 07:32:58 Step 14/22 : WORKDIR / 07:32:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:32:58 ---> Running in dcae0a8e1944 07:32:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:32:59 Removing intermediate container d13a5805cf6a 07:32:59 ---> 9df81f23ec4d 07:32:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:32:59 Removing intermediate container dcae0a8e1944 07:32:59 ---> fcbc94974982 07:32:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:32:59 (1/2) Installing readline (8.0.4-r0) 07:32:59 (2/2) Installing bash (5.0.17-r0) 07:32:59 Executing bash-5.0.17-r0.post-install 07:32:59 Executing busybox-1.31.1-r16.trigger 07:32:59 OK: 12 MiB in 22 packages 07:32:59 ---> 02fef9a647bc 07:32:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:32:59 ---> 6f8896d30abf 07:32:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:33:00 Removing intermediate container d117198abe99 07:33:00 ---> 290ec9a31475 07:33:00 Step 13/27 : RUN rm -rf /var/cache/apk/* 07:33:02 ---> Running in ce7f52d2ab50 07:33:02 ---> eedf25617040 07:33:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:33:02 ---> 87f58f3eeff8 07:33:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:33:03 ---> 7c6f4712bd64 07:33:03 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:33:03 ---> Running in c492c61f3137 07:33:03 ---> 6f12062e86c3 07:33:03 Step 18/22 : ENTRYPOINT ["/core-command"] 07:33:04 ---> Running in 892d8e03d3de 07:33:04 Removing intermediate container c492c61f3137 07:33:04 ---> d491dedc9e60 07:33:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:05 ---> Running in 20cf160fa1c4 07:33:05 Removing intermediate container 892d8e03d3de 07:33:05 ---> 53a527695ed5 07:33:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:05 ---> Running in c7d034f2e470 07:33:05 Removing intermediate container 20cf160fa1c4 07:33:05 ---> 549addf4a0b2 07:33:05 Step 20/22 : LABEL arch=x86_64 07:33:05 Removing intermediate container ce7f52d2ab50 07:33:05 ---> 788d768cc29d 07:33:05 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:33:06 ---> Running in c197962744c2 07:33:06 ---> Running in 5a92e779d6f1 07:33:06 Removing intermediate container c7d034f2e470 07:33:06 ---> 8fd41b97b5c7 07:33:06 Step 20/22 : LABEL arch=x86_64 07:33:06 ---> Running in e9528eb56263 07:33:07 Removing intermediate container c197962744c2 07:33:07 ---> 7f1b3b7f9575 07:33:07 Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:33:07 Removing intermediate container 5a92e779d6f1 07:33:07 ---> df2da15d67dc 07:33:07 Step 15/27 : ENV APP_PORT=48090 07:33:07 ---> Running in adbdb9306849 07:33:07 Removing intermediate container e9528eb56263 07:33:07 ---> f305416e06a6 07:33:07 Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:33:08 Removing intermediate container 6278ce8f2752 07:33:08 ---> 7b7f4e39a81b 07:33:08 07:33:08 Step 10/22 : FROM scratch 07:33:08 ---> 07:33:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:33:08 ---> Using cache 07:33:08 ---> 1b45330be398 07:33:08 Step 12/22 : ENV APP_PORT=48061 07:33:08 ---> Running in f322cc9eb514 07:33:08 ---> Running in 7a85a3d42427 07:33:08 ---> Running in d697dd077691 07:33:08 Removing intermediate container adbdb9306849 07:33:08 ---> 6af6f2a49756 07:33:08 Step 22/22 : LABEL version=1.2.2-dev.16 07:33:08 Removing intermediate container f322cc9eb514 07:33:08 ---> 375c9bbd09a2 07:33:08 Step 16/27 : EXPOSE $APP_PORT 07:33:08 ---> Running in 4ab053b65daa 07:33:08 Removing intermediate container d697dd077691 07:33:08 ---> b44252c6c9ce 07:33:08 Step 13/22 : EXPOSE $APP_PORT 07:33:08 ---> Running in 8fcb634170ea 07:33:08 Removing intermediate container 7a85a3d42427 07:33:08 ---> 66c489717c6c 07:33:08 Step 22/22 : LABEL version=1.2.2-dev.16 07:33:10 ---> Running in 3d7d21533c20 07:33:10 ---> Running in 311bd0bea72b 07:33:10 Removing intermediate container 4ab053b65daa 07:33:10 ---> bbd56d48934a 07:33:10 07:33:10 Removing intermediate container 8fcb634170ea 07:33:10 ---> 70d7e8ad499f 07:33:10 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:33:11 Successfully built bbd56d48934a 07:33:11 Removing intermediate container 3d7d21533c20 07:33:11 ---> 1b0b5cd7e2d9 07:33:11 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 07:33:11 Successfully tagged docker-core-metadata-go:latest 07:33:11  Building docker-core-metadata-go ... done Removing intermediate container 311bd0bea72b 07:33:11 ---> fddddd0f2aa9 07:33:11 07:33:11 Successfully built fddddd0f2aa9 07:33:11 Successfully tagged docker-core-command-go:latest 07:33:11  Building docker-core-command-go ... done  ---> a2a96a0ebdcf 07:33:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:33:11 ---> 405155d77410 07:33:11 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:33:13 ---> 715abdf0a3ce 07:33:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:33:13 ---> d1f66b98e08e 07:33:13 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:33:13 Removing intermediate container 4ba62591aff7 07:33:13 ---> 0a839e3c326b 07:33:13 07:33:13 Step 10/23 : FROM alpine 07:33:13 ---> a24bb4013296 07:33:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:33:13 ---> Running in 9bb1d1f97864 07:33:13 ---> 25e0fa9ded43 07:33:13 Step 20/27 : RUN apk --no-cache add py-pip 07:33:13 ---> Running in e676e9f5c5a5 07:33:13 Removing intermediate container 9bb1d1f97864 07:33:13 ---> c3c0c636be82 07:33:13 Step 12/23 : ENV APP_PORT=48080 07:33:14 ---> 206f3db67d44 07:33:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:33:14 ---> Running in caf22f156178 07:33:14 ---> 2ccc9ecc55c5 07:33:14 Step 18/22 : ENTRYPOINT ["/support-logging"] 07:33:14 Removing intermediate container caf22f156178 07:33:14 ---> b076a8b8cce2 07:33:14 Step 13/23 : EXPOSE $APP_PORT 07:33:14 ---> Running in 87aebf5dfd04 07:33:14 ---> Running in 0fc32e4190b4 07:33:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:33:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:33:14 (1/33) Installing libbz2 (1.0.8-r1) 07:33:14 (2/33) Installing expat (2.2.9-r1) 07:33:14 (3/33) Installing libffi (3.3-r2) 07:33:14 (4/33) Installing gdbm (1.13-r1) 07:33:15 (5/33) Installing xz-libs (5.2.5-r0) 07:33:15 (6/33) Installing sqlite-libs (3.32.1-r0) 07:33:15 (7/33) Installing python3 (3.8.5-r0) 07:33:16 Removing intermediate container 87aebf5dfd04 07:33:16 ---> ae0b3555a542 07:33:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:19 Removing intermediate container 0fc32e4190b4 07:33:19 ---> f7d285d764c1 07:33:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:33:19 ---> Running in ca8ec65b25aa 07:33:19 ---> Running in e24fc3f6dc94 07:33:19 (8/33) Installing py3-appdirs (1.4.4-r1) 07:33:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:33:19 (10/33) Installing py3-parsing (2.4.7-r0) 07:33:19 (11/33) Installing py3-six (1.15.0-r0) 07:33:19 (12/33) Installing py3-packaging (20.4-r0) 07:33:19 (13/33) Installing py3-setuptools (47.0.0-r0) 07:33:19 (14/33) Installing py3-chardet (3.0.4-r4) 07:33:19 (15/33) Installing py3-idna (2.9-r0) 07:33:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:33:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:33:20 (18/33) Installing py3-requests (2.23.0-r0) 07:33:20 (19/33) Installing py3-msgpack (1.0.0-r0) 07:33:20 Removing intermediate container ca8ec65b25aa 07:33:20 ---> a3aa94efa1d6 07:33:20 Step 20/22 : LABEL arch=x86_64 07:33:20 (20/33) Installing py3-lockfile (0.12.2-r3) 07:33:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:33:20 (22/33) Installing py3-colorama (0.4.3-r0) 07:33:20 (23/33) Installing py3-distlib (0.3.0-r0) 07:33:20 (24/33) Installing py3-distro (1.5.0-r1) 07:33:21 (25/33) Installing py3-webencodings (0.5.1-r3) 07:33:21 ---> Running in ea3d921d2848 07:33:21 (26/33) Installing py3-html5lib (1.0.1-r4) 07:33:21 (27/33) Installing py3-pytoml (0.1.21-r0) 07:33:21 (28/33) Installing py3-pep517 (0.8.2-r0) 07:33:21 (29/33) Installing py3-progress (1.5-r0) 07:33:21 (30/33) Installing py3-toml (0.10.1-r0) 07:33:21 (31/33) Installing py3-retrying (1.3.3-r0) 07:33:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:33:21 (33/33) Installing py3-pip (20.1.1-r0) 07:33:21 Executing busybox-1.31.1-r16.trigger 07:33:22 OK: 71 MiB in 55 packages 07:33:22 Removing intermediate container ea3d921d2848 07:33:22 ---> d926324b31ba 07:33:22 Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:33:22 ---> Running in 9c6264ccd2f1 07:33:22 Removing intermediate container 9c6264ccd2f1 07:33:22 ---> 286b823f73eb 07:33:22 Step 22/22 : LABEL version=1.2.2-dev.16 07:33:22 Removing intermediate container e24fc3f6dc94 07:33:22 ---> efb061f18218 07:33:22 Step 15/23 : RUN apk --no-cache add zeromq 07:33:27 ---> Running in 536f56515e31 07:33:27 ---> Running in 056e21aa5a46 07:33:27 Removing intermediate container 536f56515e31 07:33:27 ---> 5c0ee7ae7452 07:33:27 07:33:27 Successfully built 5c0ee7ae7452 07:33:27 Successfully tagged docker-support-logging-go:latest 07:33:27  Building docker-support-logging-go ... done Removing intermediate container e676e9f5c5a5 07:33:27 ---> cde5b1cd7c91 07:33:27 Step 21/27 : RUN pip install docker-compose==1.23.2 07:33:27 ---> Running in f7a013ccaff8 07:33:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:33:28 (1/5) Installing libgcc (9.3.0-r2) 07:33:28 Collecting docker-compose==1.23.2 07:33:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:33:28 (2/5) Installing libsodium (1.0.18-r0) 07:33:28 (3/5) Installing libstdc++ (9.3.0-r2) 07:33:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:33:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:33:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:33:29 (4/5) Installing libzmq (4.3.2-r0) 07:33:29 (5/5) Installing zeromq (4.3.2-r0) 07:33:29 Collecting PyYAML<4,>=3.10 07:33:29 Downloading PyYAML-3.13.tar.gz (270 kB) 07:33:29 Executing busybox-1.31.1-r16.trigger 07:33:29 OK: 8 MiB in 19 packages 07:33:30 Collecting dockerpty<0.5,>=0.4.1 07:33:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:33:30 Removing intermediate container 056e21aa5a46 07:33:30 ---> de57d312aa5f 07:33:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:33:31 ---> 43b6a06fd0f0 07:33:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:33:31 Collecting jsonschema<3,>=2.5.1 07:33:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:33:31 Collecting docopt<0.7,>=0.6.1 07:33:31 Downloading docopt-0.6.2.tar.gz (25 kB) 07:33:32 ---> 7d7196178eba 07:33:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:33:32 Collecting cached-property<2,>=1.2.0 07:33:32 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 07:33:32 Collecting websocket-client<1.0,>=0.32.0 07:33:32 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:33:32 ---> 230212adcfcc 07:33:32 Step 19/23 : ENTRYPOINT ["/core-data"] 07:33:32 Collecting texttable<0.10,>=0.9.0 07:33:32 Downloading texttable-0.9.1.tar.gz (11 kB) 07:33:32 ---> Running in de7cd9e1ae78 07:33:32 Removing intermediate container de7cd9e1ae78 07:33:32 ---> 5fcaca9d6600 07:33:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:32 ---> Running in 90968f44be93 07:33:32 Removing intermediate container 90968f44be93 07:33:32 ---> a65d10506e78 07:33:32 Step 21/23 : LABEL arch=x86_64 07:33:32 ---> Running in 406086df2eb8 07:33:32 Collecting docker<4.0,>=3.6.0 07:33:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:33:32 Removing intermediate container 406086df2eb8 07:33:32 ---> 3c41472367b2 07:33:32 Step 22/23 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:33:32 Collecting idna<2.8,>=2.5 07:33:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:33:32 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:33:32 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:33:33 ---> Running in 50da591031c1 07:33:33 Collecting urllib3<1.25,>=1.21.1 07:33:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:33:33 Removing intermediate container 50da591031c1 07:33:33 ---> 14a7bad57e7e 07:33:33 Step 23/23 : LABEL version=1.2.2-dev.16 07:33:33 Collecting docker-pycreds>=0.4.0 07:33:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:33:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:33:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:33:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:33:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:33:33 ---> Running in 82c88c2bb725 07:33:33 Installing collected packages: idna, urllib3, requests, PyYAML, dockerpty, jsonschema, docopt, cached-property, websocket-client, texttable, docker-pycreds, docker, docker-compose 07:33:33 Attempting uninstall: idna 07:33:33 Found existing installation: idna 2.9 07:33:33 Uninstalling idna-2.9: 07:33:33 Removing intermediate container 82c88c2bb725 07:33:33 ---> dc65cbd0d2ad 07:33:33 07:33:33 Successfully uninstalled idna-2.9 07:33:33 Successfully built dc65cbd0d2ad 07:33:33 Successfully tagged docker-core-data-go:latest 07:33:33  Building docker-core-data-go ... done  Attempting uninstall: urllib3 07:33:33 Found existing installation: urllib3 1.25.9 07:33:33 Uninstalling urllib3-1.25.9: 07:33:33 Successfully uninstalled urllib3-1.25.9 07:33:34 Attempting uninstall: requests 07:33:34 Found existing installation: requests 2.23.0 07:33:34 Uninstalling requests-2.23.0: 07:33:34 Successfully uninstalled requests-2.23.0 07:33:34 Running setup.py install for PyYAML: started 07:33:34 Running setup.py install for PyYAML: finished with status 'done' 07:33:34 Running setup.py install for dockerpty: started 07:33:35 Running setup.py install for dockerpty: finished with status 'done' 07:33:36 Running setup.py install for docopt: started 07:33:36 Running setup.py install for docopt: finished with status 'done' 07:33:36 Running setup.py install for texttable: started 07:33:37 Running setup.py install for texttable: finished with status 'done' 07:33:37 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 07:33:41 Removing intermediate container f7a013ccaff8 07:33:41 ---> ca31ee068840 07:33:41 Step 22/27 : RUN apk --no-cache add curl 07:33:41 ---> Running in 3a379b55894e 07:33:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:33:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:33:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:33:41 (2/3) Installing libcurl (7.69.1-r0) 07:33:41 (3/3) Installing curl (7.69.1-r0) 07:33:42 Executing busybox-1.31.1-r16.trigger 07:33:42 OK: 72 MiB in 58 packages 07:33:42 Removing intermediate container 3a379b55894e 07:33:42 ---> 14a65c168b9a 07:33:42 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 07:33:42 ---> Running in 030575f20ace 07:33:42 Removing intermediate container 030575f20ace 07:33:42 ---> d3b4c766fbd1 07:33:42 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:42 ---> Running in c070af9f071e 07:33:42 Removing intermediate container c070af9f071e 07:33:42 ---> e7997c253fe1 07:33:42 Step 25/27 : LABEL arch=x86_64 07:33:43 ---> Running in 25826148c0be 07:33:43 Removing intermediate container 25826148c0be 07:33:43 ---> 3a4d56b681cc 07:33:43 Step 26/27 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:33:43 ---> Running in 5c6273822d88 07:33:43 Removing intermediate container 5c6273822d88 07:33:43 ---> 1be14ba442d4 07:33:43 Step 27/27 : LABEL version=1.2.2-dev.16 07:33:43 ---> Running in b8f4719dc7b4 07:33:43 Removing intermediate container b8f4719dc7b4 07:33:43 ---> 52d653e82f3c 07:33:43 07:33:43 Successfully built 52d653e82f3c 07:33:43 Successfully tagged docker-sys-mgmt-agent-go:latest 07:33:44  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:33:44 $ docker stop --time=1 7a8c50d9624db14b5fdd73b4996cdab52ffef562d8246ee4535e1f22e93b3a86 07:33:46 $ docker rm -f 7a8c50d9624db14b5fdd73b4996cdab52ffef562d8246ee4535e1f22e93b3a86 [Pipeline] // withDockerContainer [Pipeline] sh 07:33:47 + docker images 07:33:47 + grep docker 07:33:47 docker-sys-mgmt-agent-go latest 52d653e82f3c 4 seconds ago 284MB 07:33:47 docker-core-data-go latest dc65cbd0d2ad 14 seconds ago 24.5MB 07:33:47 docker-support-logging-go latest 5c0ee7ae7452 21 seconds ago 11.8MB 07:33:47 docker-core-metadata-go latest bbd56d48934a 37 seconds ago 14.4MB 07:33:47 docker-core-command-go latest fddddd0f2aa9 37 seconds ago 13MB 07:33:47 docker-security-secretstore-setup-go latest e399fa0a0627 2 minutes ago 33.9MB 07:33:47 docker-security-secrets-setup-go latest dc6f3c68c065 2 minutes ago 25.1MB 07:33:47 docker-support-notifications-go latest b033b4950f55 2 minutes ago 14.5MB 07:33:47 docker-security-proxy-setup-go latest 5fe73bfe69d9 2 minutes ago 16.4MB 07:33:47 docker-support-scheduler-go latest 57e1183deea1 2 minutes ago 13.1MB 07:33:47 docker latest 81f5749c9058 8 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:33:47 provisioning config files... 07:33:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/128@tmp/config8877247677717057009tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:33:48 nexus3.edgexfoundry.org:10001 07:33:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:48 Configure a credential helper to remove this warning. See 07:33:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:48 07:33:48 Login Succeeded 07:33:48 nexus3.edgexfoundry.org:10002 07:33:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:48 Configure a credential helper to remove this warning. See 07:33:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:48 07:33:48 Login Succeeded 07:33:48 nexus3.edgexfoundry.org:10003 07:33:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:48 Configure a credential helper to remove this warning. See 07:33:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:48 07:33:48 Login Succeeded 07:33:48 nexus3.edgexfoundry.org:10004 07:33:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:49 Configure a credential helper to remove this warning. See 07:33:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:49 07:33:49 Login Succeeded 07:33:49 docker.io 07:33:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:49 Configure a credential helper to remove this warning. See 07:33:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:49 07:33:49 Login Succeeded [Pipeline] } 07:33:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:33:49 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 07:33:49 3555043a6994042684a9c8b6423498381cadcc6f 07:33:49 1.2.2-dev.16 07:33:49 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:33:49 master 07:33:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:33:50 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:33:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f 07:33:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:33:50 80f01c7cb409: Preparing 07:33:50 52a097f60446: Preparing 07:33:50 8b736e511cab: Preparing 07:33:50 80f01c7cb409: Pushed 07:33:50 8b736e511cab: Pushed 07:33:51 52a097f60446: Pushed 07:33:51 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:d3b4ff8701c222963dd9143e3a26cf38b7701132fb8fdee047bdfc533d770669 size: 943 [Pipeline] isUnix [Pipeline] sh 07:33:52 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:33:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.16 07:33:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:33:52 80f01c7cb409: Preparing 07:33:52 52a097f60446: Preparing 07:33:52 8b736e511cab: Preparing 07:33:52 8b736e511cab: Layer already exists 07:33:52 80f01c7cb409: Layer already exists 07:33:52 52a097f60446: Layer already exists 07:33:52 1.2.2-dev.16: digest: sha256:d3b4ff8701c222963dd9143e3a26cf38b7701132fb8fdee047bdfc533d770669 size: 943 [Pipeline] isUnix [Pipeline] sh 07:33:52 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:33:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:33:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:33:52 80f01c7cb409: Preparing 07:33:52 52a097f60446: Preparing 07:33:52 8b736e511cab: Preparing 07:33:52 80f01c7cb409: Layer already exists 07:33:52 52a097f60446: Layer already exists 07:33:52 8b736e511cab: Layer already exists 07:33:52 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:d3b4ff8701c222963dd9143e3a26cf38b7701132fb8fdee047bdfc533d770669 size: 943 [Pipeline] isUnix [Pipeline] sh 07:33:53 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 07:33:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 07:33:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:33:53 80f01c7cb409: Preparing 07:33:53 52a097f60446: Preparing 07:33:53 8b736e511cab: Preparing 07:33:53 8b736e511cab: Layer already exists 07:33:53 80f01c7cb409: Layer already exists 07:33:53 52a097f60446: Layer already exists 07:33:53 master: digest: sha256:d3b4ff8701c222963dd9143e3a26cf38b7701132fb8fdee047bdfc533d770669 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:33:53 ===================================================== [Pipeline] echo 07:33:53 taggedImages: 07:33:53 - nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f 07:33:53 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.16 07:33:53 - nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:33:53 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 07:33:53 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 07:33:53 3555043a6994042684a9c8b6423498381cadcc6f 07:33:53 1.2.2-dev.16 07:33:53 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:33:53 master 07:33:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:33:54 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:33:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f 07:33:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:33:54 c1bb12c5db7c: Preparing 07:33:54 d9d51374224b: Preparing 07:33:54 056fdef2cccb: Preparing 07:33:54 9184a08e0800: Preparing 07:33:54 de53356324ca: Preparing 07:33:54 50644c29ef5a: Preparing 07:33:54 50644c29ef5a: Waiting 07:33:54 c1bb12c5db7c: Pushed 07:33:54 de53356324ca: Pushed 07:33:54 056fdef2cccb: Pushed 07:33:54 50644c29ef5a: Layer already exists 07:33:54 9184a08e0800: Pushed 07:33:56 d9d51374224b: Pushed 07:33:56 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:8e4d465cb6a6883a90839b42c35b71154a691841fe81079b1226c9b963fe42b1 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:33:56 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:33:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.16 07:33:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:33:56 c1bb12c5db7c: Preparing 07:33:56 d9d51374224b: Preparing 07:33:56 056fdef2cccb: Preparing 07:33:56 9184a08e0800: Preparing 07:33:56 de53356324ca: Preparing 07:33:56 50644c29ef5a: Preparing 07:33:56 50644c29ef5a: Waiting 07:33:56 9184a08e0800: Layer already exists 07:33:56 056fdef2cccb: Layer already exists 07:33:56 de53356324ca: Layer already exists 07:33:56 d9d51374224b: Layer already exists 07:33:56 c1bb12c5db7c: Layer already exists 07:33:56 50644c29ef5a: Layer already exists 07:33:56 1.2.2-dev.16: digest: sha256:8e4d465cb6a6883a90839b42c35b71154a691841fe81079b1226c9b963fe42b1 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:33:57 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:33:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:33:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:33:57 c1bb12c5db7c: Preparing 07:33:57 d9d51374224b: Preparing 07:33:57 056fdef2cccb: Preparing 07:33:57 9184a08e0800: Preparing 07:33:57 de53356324ca: Preparing 07:33:57 50644c29ef5a: Preparing 07:33:57 c1bb12c5db7c: Layer already exists 07:33:57 d9d51374224b: Layer already exists 07:33:57 056fdef2cccb: Layer already exists 07:33:57 de53356324ca: Layer already exists 07:33:57 9184a08e0800: Layer already exists 07:33:57 50644c29ef5a: Layer already exists 07:33:57 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:8e4d465cb6a6883a90839b42c35b71154a691841fe81079b1226c9b963fe42b1 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:33:57 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 07:33:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 07:33:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:33:58 c1bb12c5db7c: Preparing 07:33:58 d9d51374224b: Preparing 07:33:58 056fdef2cccb: Preparing 07:33:58 9184a08e0800: Preparing 07:33:58 de53356324ca: Preparing 07:33:58 50644c29ef5a: Preparing 07:33:58 50644c29ef5a: Waiting 07:33:58 056fdef2cccb: Layer already exists 07:33:58 d9d51374224b: Layer already exists 07:33:58 9184a08e0800: Layer already exists 07:33:58 de53356324ca: Layer already exists 07:33:58 c1bb12c5db7c: Layer already exists 07:33:58 50644c29ef5a: Layer already exists 07:33:58 master: digest: sha256:8e4d465cb6a6883a90839b42c35b71154a691841fe81079b1226c9b963fe42b1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:33:58 ===================================================== [Pipeline] echo 07:33:58 taggedImages: 07:33:58 - nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f 07:33:58 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.16 07:33:58 - nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:33:58 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 07:33:58 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 07:33:58 3555043a6994042684a9c8b6423498381cadcc6f 07:33:58 1.2.2-dev.16 07:33:58 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:33:58 master 07:33:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:33:58 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:33:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f 07:33:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:33:59 7e5dff5dd956: Preparing 07:33:59 5d2e6a54165c: Preparing 07:33:59 29f97d68f5b2: Preparing 07:33:59 29f97d68f5b2: Pushed 07:33:59 7e5dff5dd956: Pushed 07:34:00 5d2e6a54165c: Pushed 07:34:00 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:cd4191a6f06dbf649d5b092100fbda2c5378655f07b70933f26208865988156c size: 943 [Pipeline] isUnix [Pipeline] sh 07:34:00 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.16 07:34:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:34:01 7e5dff5dd956: Preparing 07:34:01 5d2e6a54165c: Preparing 07:34:01 29f97d68f5b2: Preparing 07:34:01 29f97d68f5b2: Layer already exists 07:34:01 7e5dff5dd956: Layer already exists 07:34:01 5d2e6a54165c: Layer already exists 07:34:01 1.2.2-dev.16: digest: sha256:cd4191a6f06dbf649d5b092100fbda2c5378655f07b70933f26208865988156c size: 943 [Pipeline] isUnix [Pipeline] sh 07:34:01 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:34:01 7e5dff5dd956: Preparing 07:34:01 5d2e6a54165c: Preparing 07:34:01 29f97d68f5b2: Preparing 07:34:01 5d2e6a54165c: Layer already exists 07:34:01 7e5dff5dd956: Layer already exists 07:34:01 29f97d68f5b2: Layer already exists 07:34:01 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:cd4191a6f06dbf649d5b092100fbda2c5378655f07b70933f26208865988156c size: 943 [Pipeline] isUnix [Pipeline] sh 07:34:02 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 07:34:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 07:34:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:34:02 7e5dff5dd956: Preparing 07:34:02 5d2e6a54165c: Preparing 07:34:02 29f97d68f5b2: Preparing 07:34:02 5d2e6a54165c: Layer already exists 07:34:02 7e5dff5dd956: Layer already exists 07:34:02 29f97d68f5b2: Layer already exists 07:34:02 master: digest: sha256:cd4191a6f06dbf649d5b092100fbda2c5378655f07b70933f26208865988156c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:34:02 ===================================================== [Pipeline] echo 07:34:02 taggedImages: 07:34:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.16 07:34:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 07:34:02 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 07:34:02 3555043a6994042684a9c8b6423498381cadcc6f 07:34:02 1.2.2-dev.16 07:34:02 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:02 master 07:34:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:03 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:34:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:34:03 1741fcf6ec8c: Preparing 07:34:03 c98675737a46: Preparing 07:34:03 13c20eebd582: Preparing 07:34:03 2634156fc055: Preparing 07:34:03 50644c29ef5a: Preparing 07:34:03 50644c29ef5a: Layer already exists 07:34:03 13c20eebd582: Pushed 07:34:03 c98675737a46: Pushed 07:34:04 2634156fc055: Pushed 07:34:04 1741fcf6ec8c: Pushed 07:34:04 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:09cdc6b1e3a34c84649f0a79624772de288c68ec8a59fb3f7179e04635b169d3 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:34:04 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.16 07:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:34:05 1741fcf6ec8c: Preparing 07:34:05 c98675737a46: Preparing 07:34:05 13c20eebd582: Preparing 07:34:05 2634156fc055: Preparing 07:34:05 50644c29ef5a: Preparing 07:34:05 c98675737a46: Layer already exists 07:34:05 13c20eebd582: Layer already exists 07:34:05 50644c29ef5a: Layer already exists 07:34:05 1741fcf6ec8c: Layer already exists 07:34:05 2634156fc055: Layer already exists 07:34:05 1.2.2-dev.16: digest: sha256:09cdc6b1e3a34c84649f0a79624772de288c68ec8a59fb3f7179e04635b169d3 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:34:05 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:34:05 1741fcf6ec8c: Preparing 07:34:05 c98675737a46: Preparing 07:34:05 13c20eebd582: Preparing 07:34:05 2634156fc055: Preparing 07:34:05 50644c29ef5a: Preparing 07:34:05 c98675737a46: Layer already exists 07:34:05 2634156fc055: Layer already exists 07:34:05 13c20eebd582: Layer already exists 07:34:05 50644c29ef5a: Layer already exists 07:34:05 1741fcf6ec8c: Layer already exists 07:34:05 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:09cdc6b1e3a34c84649f0a79624772de288c68ec8a59fb3f7179e04635b169d3 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:34:06 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 07:34:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 07:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:34:06 1741fcf6ec8c: Preparing 07:34:06 c98675737a46: Preparing 07:34:06 13c20eebd582: Preparing 07:34:06 2634156fc055: Preparing 07:34:06 50644c29ef5a: Preparing 07:34:06 1741fcf6ec8c: Layer already exists 07:34:06 2634156fc055: Layer already exists 07:34:06 50644c29ef5a: Layer already exists 07:34:06 c98675737a46: Layer already exists 07:34:06 13c20eebd582: Layer already exists 07:34:06 master: digest: sha256:09cdc6b1e3a34c84649f0a79624772de288c68ec8a59fb3f7179e04635b169d3 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:34:06 ===================================================== [Pipeline] echo 07:34:06 taggedImages: 07:34:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.16 07:34:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 07:34:06 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 07:34:06 3555043a6994042684a9c8b6423498381cadcc6f 07:34:06 1.2.2-dev.16 07:34:06 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:06 master 07:34:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:07 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:34:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 07:34:07 7c53f8519897: Preparing 07:34:07 156e24ec10bf: Preparing 07:34:07 612951a317ba: Preparing 07:34:07 3ed186a8ad33: Preparing 07:34:07 3ed186a8ad33: Preparing 07:34:07 90ea93f1b592: Preparing 07:34:07 53f78e120b3f: Preparing 07:34:07 b5e86ae0bf17: Preparing 07:34:07 7c53f8519897: Preparing 07:34:07 98ba4d9b5fa4: Preparing 07:34:07 960ceef85bf5: Preparing 07:34:07 1422edbff779: Preparing 07:34:07 50644c29ef5a: Preparing 07:34:07 98ba4d9b5fa4: Waiting 07:34:07 960ceef85bf5: Waiting 07:34:07 1422edbff779: Waiting 07:34:07 50644c29ef5a: Waiting 07:34:07 53f78e120b3f: Waiting 07:34:07 b5e86ae0bf17: Waiting 07:34:07 3ed186a8ad33: Pushed 07:34:07 90ea93f1b592: Pushed 07:34:07 612951a317ba: Pushed 07:34:07 156e24ec10bf: Pushed 07:34:07 53f78e120b3f: Pushed 07:34:07 98ba4d9b5fa4: Pushed 07:34:07 b5e86ae0bf17: Pushed 07:34:07 960ceef85bf5: Pushed 07:34:07 50644c29ef5a: Layer already exists 07:34:08 1422edbff779: Pushed 07:34:08 7c53f8519897: Pushed 07:34:08 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:c6e60d214643a58b75d1befec5f6ab6c4be69108abb706d6d3a616841f12d6cf size: 3027 [Pipeline] isUnix [Pipeline] sh 07:34:08 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.16 07:34:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 07:34:09 7c53f8519897: Preparing 07:34:09 156e24ec10bf: Preparing 07:34:09 612951a317ba: Preparing 07:34:09 3ed186a8ad33: Preparing 07:34:09 3ed186a8ad33: Preparing 07:34:09 90ea93f1b592: Preparing 07:34:09 53f78e120b3f: Preparing 07:34:09 b5e86ae0bf17: Preparing 07:34:09 7c53f8519897: Preparing 07:34:09 98ba4d9b5fa4: Preparing 07:34:09 960ceef85bf5: Preparing 07:34:09 1422edbff779: Preparing 07:34:09 50644c29ef5a: Preparing 07:34:09 53f78e120b3f: Waiting 07:34:09 b5e86ae0bf17: Waiting 07:34:09 98ba4d9b5fa4: Waiting 07:34:09 960ceef85bf5: Waiting 07:34:09 1422edbff779: Waiting 07:34:09 50644c29ef5a: Waiting 07:34:09 612951a317ba: Layer already exists 07:34:09 3ed186a8ad33: Layer already exists 07:34:09 7c53f8519897: Layer already exists 07:34:09 90ea93f1b592: Layer already exists 07:34:09 156e24ec10bf: Layer already exists 07:34:09 b5e86ae0bf17: Layer already exists 07:34:09 53f78e120b3f: Layer already exists 07:34:09 98ba4d9b5fa4: Layer already exists 07:34:09 960ceef85bf5: Layer already exists 07:34:09 1422edbff779: Layer already exists 07:34:09 50644c29ef5a: Layer already exists 07:34:09 1.2.2-dev.16: digest: sha256:c6e60d214643a58b75d1befec5f6ab6c4be69108abb706d6d3a616841f12d6cf size: 3027 [Pipeline] isUnix [Pipeline] sh 07:34:09 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 07:34:09 7c53f8519897: Preparing 07:34:09 156e24ec10bf: Preparing 07:34:09 612951a317ba: Preparing 07:34:09 3ed186a8ad33: Preparing 07:34:09 3ed186a8ad33: Preparing 07:34:09 90ea93f1b592: Preparing 07:34:09 53f78e120b3f: Preparing 07:34:09 b5e86ae0bf17: Preparing 07:34:09 7c53f8519897: Preparing 07:34:09 98ba4d9b5fa4: Preparing 07:34:09 960ceef85bf5: Preparing 07:34:09 1422edbff779: Preparing 07:34:09 50644c29ef5a: Preparing 07:34:09 b5e86ae0bf17: Waiting 07:34:09 1422edbff779: Waiting 07:34:09 960ceef85bf5: Waiting 07:34:09 98ba4d9b5fa4: Waiting 07:34:09 50644c29ef5a: Waiting 07:34:09 53f78e120b3f: Waiting 07:34:09 90ea93f1b592: Layer already exists 07:34:09 7c53f8519897: Layer already exists 07:34:09 612951a317ba: Layer already exists 07:34:09 156e24ec10bf: Layer already exists 07:34:09 3ed186a8ad33: Layer already exists 07:34:09 b5e86ae0bf17: Layer already exists 07:34:09 53f78e120b3f: Layer already exists 07:34:09 98ba4d9b5fa4: Layer already exists 07:34:09 1422edbff779: Layer already exists 07:34:09 960ceef85bf5: Layer already exists 07:34:09 50644c29ef5a: Layer already exists 07:34:09 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:c6e60d214643a58b75d1befec5f6ab6c4be69108abb706d6d3a616841f12d6cf size: 3027 [Pipeline] isUnix [Pipeline] sh 07:34:10 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 07:34:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 07:34:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 07:34:10 7c53f8519897: Preparing 07:34:10 156e24ec10bf: Preparing 07:34:10 612951a317ba: Preparing 07:34:10 3ed186a8ad33: Preparing 07:34:10 3ed186a8ad33: Preparing 07:34:10 90ea93f1b592: Preparing 07:34:10 53f78e120b3f: Preparing 07:34:10 b5e86ae0bf17: Preparing 07:34:10 7c53f8519897: Preparing 07:34:10 98ba4d9b5fa4: Preparing 07:34:10 960ceef85bf5: Preparing 07:34:10 1422edbff779: Preparing 07:34:10 50644c29ef5a: Preparing 07:34:10 98ba4d9b5fa4: Waiting 07:34:10 960ceef85bf5: Waiting 07:34:10 1422edbff779: Waiting 07:34:10 50644c29ef5a: Waiting 07:34:10 53f78e120b3f: Waiting 07:34:10 b5e86ae0bf17: Waiting 07:34:10 612951a317ba: Layer already exists 07:34:10 3ed186a8ad33: Layer already exists 07:34:10 156e24ec10bf: Layer already exists 07:34:10 90ea93f1b592: Layer already exists 07:34:10 7c53f8519897: Layer already exists 07:34:10 b5e86ae0bf17: Layer already exists 07:34:10 53f78e120b3f: Layer already exists 07:34:10 98ba4d9b5fa4: Layer already exists 07:34:10 1422edbff779: Layer already exists 07:34:10 960ceef85bf5: Layer already exists 07:34:10 50644c29ef5a: Layer already exists 07:34:10 master: digest: sha256:c6e60d214643a58b75d1befec5f6ab6c4be69108abb706d6d3a616841f12d6cf size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:34:10 ===================================================== [Pipeline] echo 07:34:10 taggedImages: 07:34:10 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:10 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.16 07:34:10 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:10 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 07:34:10 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 07:34:10 3555043a6994042684a9c8b6423498381cadcc6f 07:34:10 1.2.2-dev.16 07:34:10 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:10 master 07:34:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:11 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:34:11 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 07:34:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:34:11 ---> 35f757a588bf 07:34:11 Step 3/22 : WORKDIR /edgex-go 07:34:11 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine 07:34:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:34:11 ---> 35f757a588bf 07:34:11 Step 3/26 : WORKDIR /edgex-go 07:34:11 Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine 07:34:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:34:11 ---> 35f757a588bf 07:34:11 Step 3/23 : WORKDIR /edgex-go 07:34:11 Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine 07:34:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:34:11 ---> 35f757a588bf 07:34:11 Step 3/21 : WORKDIR /edgex-go 07:34:11 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 07:34:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:34:11 ---> 35f757a588bf 07:34:11 Step 3/22 : WORKDIR /edgex-go 07:34:11 ---> Running in b76211cd2fb1 07:34:11 ---> Running in af21d76bc2ac 07:34:11 ---> Running in b6d198563c28 07:34:11 ---> Running in 0502529862fe 07:34:11 ---> Running in 9d19ceb050f8 07:34:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:34:11 8e38bf5b9f51: Preparing 07:34:11 cdf348e7742d: Preparing 07:34:11 815aa998b693: Preparing 07:34:11 ca6cc8b1c181: Preparing 07:34:11 f19bf32726b2: Preparing 07:34:11 2f1360dc0758: Preparing 07:34:11 3cbc2af70bd8: Preparing 07:34:11 c0c3947557ca: Preparing 07:34:11 06ade5b94d5e: Preparing 07:34:11 09c62f62d716: Preparing 07:34:11 1b3ee35aacca: Preparing 07:34:11 c0c3947557ca: Waiting 07:34:11 06ade5b94d5e: Waiting 07:34:11 09c62f62d716: Waiting 07:34:11 1b3ee35aacca: Waiting 07:34:11 2f1360dc0758: Waiting 07:34:11 3cbc2af70bd8: Waiting 07:34:11 8e38bf5b9f51: Pushed 07:34:11 cdf348e7742d: Pushed 07:34:11 2f1360dc0758: Pushed 07:34:11 3cbc2af70bd8: Pushed 07:34:11 Removing intermediate container b76211cd2fb1 07:34:11 ---> 13eb7e7c2156 07:34:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:11 Removing intermediate container af21d76bc2ac 07:34:11 ---> a7c47485fb81 07:34:12 c0c3947557ca: Pushed 07:34:12 06ade5b94d5e: Pushed 07:34:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:12 Removing intermediate container b6d198563c28 07:34:12 ---> cd2b6822e14f 07:34:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:12 Removing intermediate container 9d19ceb050f8 07:34:12 ---> 733d4e32363c 07:34:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:12 Removing intermediate container 0502529862fe 07:34:12 ---> d407bfe3a157 07:34:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:12 ---> Running in 3e1bdc172a9f 07:34:12 1b3ee35aacca: Layer already exists 07:34:12 815aa998b693: Pushed 07:34:12 ---> Running in ab01bb382392 07:34:12 ---> Running in 52cec37d92dc 07:34:12 ---> Running in 371d188e998b 07:34:12 ---> Running in 76444d35b4fb 07:34:12 09c62f62d716: Pushed 07:34:12 ca6cc8b1c181: Pushed 07:34:12 f19bf32726b2: Pushed 07:34:12 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:c3e0c195daff1658b24b81cff53a6bcb2b11d77958050191c589f42b9d077663 size: 2616 [Pipeline] isUnix [Pipeline] sh 07:34:13 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.16 07:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:34:13 8e38bf5b9f51: Preparing 07:34:13 cdf348e7742d: Preparing 07:34:13 815aa998b693: Preparing 07:34:13 ca6cc8b1c181: Preparing 07:34:13 f19bf32726b2: Preparing 07:34:13 2f1360dc0758: Preparing 07:34:13 3cbc2af70bd8: Preparing 07:34:13 c0c3947557ca: Preparing 07:34:13 06ade5b94d5e: Preparing 07:34:13 09c62f62d716: Preparing 07:34:13 1b3ee35aacca: Preparing 07:34:13 2f1360dc0758: Waiting 07:34:13 3cbc2af70bd8: Waiting 07:34:13 c0c3947557ca: Waiting 07:34:13 06ade5b94d5e: Waiting 07:34:13 09c62f62d716: Waiting 07:34:13 1b3ee35aacca: Waiting 07:34:13 ca6cc8b1c181: Layer already exists 07:34:13 815aa998b693: Layer already exists 07:34:13 8e38bf5b9f51: Layer already exists 07:34:13 cdf348e7742d: Layer already exists 07:34:13 f19bf32726b2: Layer already exists 07:34:13 c0c3947557ca: Layer already exists 07:34:13 3cbc2af70bd8: Layer already exists 07:34:13 2f1360dc0758: Layer already exists 07:34:13 06ade5b94d5e: Layer already exists 07:34:13 09c62f62d716: Layer already exists 07:34:13 1b3ee35aacca: Layer already exists 07:34:13 1.2.2-dev.16: digest: sha256:c3e0c195daff1658b24b81cff53a6bcb2b11d77958050191c589f42b9d077663 size: 2616 [Pipeline] isUnix [Pipeline] sh 07:34:13 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:34:14 8e38bf5b9f51: Preparing 07:34:14 cdf348e7742d: Preparing 07:34:14 815aa998b693: Preparing 07:34:14 ca6cc8b1c181: Preparing 07:34:14 f19bf32726b2: Preparing 07:34:14 2f1360dc0758: Preparing 07:34:14 3cbc2af70bd8: Preparing 07:34:14 c0c3947557ca: Preparing 07:34:14 06ade5b94d5e: Preparing 07:34:14 09c62f62d716: Preparing 07:34:14 1b3ee35aacca: Preparing 07:34:14 3cbc2af70bd8: Waiting 07:34:14 c0c3947557ca: Waiting 07:34:14 06ade5b94d5e: Waiting 07:34:14 09c62f62d716: Waiting 07:34:14 1b3ee35aacca: Waiting 07:34:14 2f1360dc0758: Waiting 07:34:14 ca6cc8b1c181: Layer already exists 07:34:14 8e38bf5b9f51: Layer already exists 07:34:14 cdf348e7742d: Layer already exists 07:34:14 f19bf32726b2: Layer already exists 07:34:14 815aa998b693: Layer already exists 07:34:14 3cbc2af70bd8: Layer already exists 07:34:14 2f1360dc0758: Layer already exists 07:34:14 06ade5b94d5e: Layer already exists 07:34:14 c0c3947557ca: Layer already exists 07:34:14 09c62f62d716: Layer already exists 07:34:14 1b3ee35aacca: Layer already exists 07:34:14 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:c3e0c195daff1658b24b81cff53a6bcb2b11d77958050191c589f42b9d077663 size: 2616 [Pipeline] isUnix [Pipeline] sh 07:34:14 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 07:34:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 07:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:34:14 8e38bf5b9f51: Preparing 07:34:14 cdf348e7742d: Preparing 07:34:14 815aa998b693: Preparing 07:34:14 ca6cc8b1c181: Preparing 07:34:14 f19bf32726b2: Preparing 07:34:14 2f1360dc0758: Preparing 07:34:14 3cbc2af70bd8: Preparing 07:34:14 c0c3947557ca: Preparing 07:34:14 06ade5b94d5e: Preparing 07:34:14 09c62f62d716: Preparing 07:34:14 1b3ee35aacca: Preparing 07:34:14 2f1360dc0758: Waiting 07:34:14 3cbc2af70bd8: Waiting 07:34:14 c0c3947557ca: Waiting 07:34:14 06ade5b94d5e: Waiting 07:34:14 09c62f62d716: Waiting 07:34:14 1b3ee35aacca: Waiting 07:34:14 cdf348e7742d: Layer already exists 07:34:14 815aa998b693: Layer already exists 07:34:14 f19bf32726b2: Layer already exists 07:34:14 8e38bf5b9f51: Layer already exists 07:34:14 ca6cc8b1c181: Layer already exists 07:34:14 06ade5b94d5e: Layer already exists 07:34:14 2f1360dc0758: Layer already exists 07:34:14 3cbc2af70bd8: Layer already exists 07:34:14 c0c3947557ca: Layer already exists 07:34:14 09c62f62d716: Layer already exists 07:34:14 1b3ee35aacca: Layer already exists 07:34:14 master: digest: sha256:c3e0c195daff1658b24b81cff53a6bcb2b11d77958050191c589f42b9d077663 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:34:14 ===================================================== [Pipeline] echo 07:34:14 taggedImages: 07:34:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.16 07:34:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:14 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 07:34:15 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 07:34:15 3555043a6994042684a9c8b6423498381cadcc6f 07:34:15 1.2.2-dev.16 07:34:15 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:15 master 07:34:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:15 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:34:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 07:34:15 348de6b4db55: Preparing 07:34:15 f076ce6c1c13: Preparing 07:34:15 7d6d79dbe3c1: Preparing 07:34:15 cc13a6993751: Preparing 07:34:15 348de6b4db55: Pushed 07:34:15 7d6d79dbe3c1: Pushed 07:34:15 cc13a6993751: Pushed 07:34:16 f076ce6c1c13: Pushed 07:34:16 Removing intermediate container 3e1bdc172a9f 07:34:16 ---> 6dcf0dc6161d 07:34:16 Step 5/22 : RUN apk update && apk add make git 07:34:16 ---> Running in a46b2d873fb3 07:34:16 Removing intermediate container 52cec37d92dc 07:34:16 ---> 718c0e045380 07:34:16 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:34:16 ---> Running in 0fa4a9450c61 07:34:16 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:8e280ae37447aab03a5457838a7a96c3e1988034a0f4f775b5193a780c915395 size: 1153 [Pipeline] isUnix [Pipeline] sh 07:34:17 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:17 Removing intermediate container ab01bb382392 07:34:17 ---> 382b67963000 07:34:17 Step 5/26 : RUN apk update && apk add make git 07:34:17 Removing intermediate container 371d188e998b 07:34:17 ---> 0510789dbf45 07:34:17 Step 5/22 : RUN apk update && apk add make && apk add bash git 07:34:17 Removing intermediate container 76444d35b4fb 07:34:17 ---> d1e4ebc0ccca 07:34:17 Step 5/21 : RUN apk update && apk add make git 07:34:17 ---> Running in 8bb907f7a501 07:34:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.16 07:34:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 07:34:17 348de6b4db55: Preparing 07:34:17 f076ce6c1c13: Preparing 07:34:17 7d6d79dbe3c1: Preparing 07:34:17 cc13a6993751: Preparing 07:34:17 7d6d79dbe3c1: Layer already exists 07:34:17 f076ce6c1c13: Layer already exists 07:34:17 cc13a6993751: Layer already exists 07:34:17 348de6b4db55: Layer already exists 07:34:17 1.2.2-dev.16: digest: sha256:8e280ae37447aab03a5457838a7a96c3e1988034a0f4f775b5193a780c915395 size: 1153 [Pipeline] isUnix [Pipeline] sh 07:34:17 ---> Running in d2a4340dc3c5 07:34:17 ---> Running in a482dbff839c 07:34:17 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:18 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 07:34:18 348de6b4db55: Preparing 07:34:18 f076ce6c1c13: Preparing 07:34:18 7d6d79dbe3c1: Preparing 07:34:18 cc13a6993751: Preparing 07:34:18 f076ce6c1c13: Layer already exists 07:34:18 cc13a6993751: Layer already exists 07:34:18 348de6b4db55: Layer already exists 07:34:18 7d6d79dbe3c1: Layer already exists 07:34:18 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:8e280ae37447aab03a5457838a7a96c3e1988034a0f4f775b5193a780c915395 size: 1153 [Pipeline] isUnix [Pipeline] sh 07:34:18 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 07:34:18 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 07:34:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 07:34:18 348de6b4db55: Preparing 07:34:18 f076ce6c1c13: Preparing 07:34:18 7d6d79dbe3c1: Preparing 07:34:18 cc13a6993751: Preparing 07:34:18 f076ce6c1c13: Layer already exists 07:34:18 7d6d79dbe3c1: Layer already exists 07:34:18 cc13a6993751: Layer already exists 07:34:18 348de6b4db55: Layer already exists 07:34:18 master: digest: sha256:8e280ae37447aab03a5457838a7a96c3e1988034a0f4f775b5193a780c915395 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:34:18 ===================================================== [Pipeline] echo 07:34:18 taggedImages: 07:34:18 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:18 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.16 07:34:18 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:18 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 07:34:19 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 07:34:19 3555043a6994042684a9c8b6423498381cadcc6f 07:34:19 1.2.2-dev.16 07:34:19 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:19 master 07:34:19 ===================================================== 07:34:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:19 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:34:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:34:19 bfc2cb64641c: Preparing 07:34:19 19bd54415a5a: Preparing 07:34:19 fc059c20bc57: Preparing 07:34:19 ee610b384ddc: Preparing 07:34:19 b7e331a852d0: Preparing 07:34:19 ed2a62882aa8: Preparing 07:34:19 ed2a62882aa8: Waiting 07:34:19 fc059c20bc57: Pushed 07:34:19 bfc2cb64641c: Pushed 07:34:19 ee610b384ddc: Pushed 07:34:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:20 ed2a62882aa8: Pushed 07:34:20 b7e331a852d0: Pushed 07:34:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:21 19bd54415a5a: Pushed 07:34:21 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:34:21 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:34:21 OK: 12617 distinct packages available 07:34:21 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:34:21 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:34:21 OK: 12617 distinct packages available 07:34:21 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:6730e95b958cbc6c7812dfd40c6690af4ffc74967d47af8e36c8f02d272b9ee8 size: 1573 [Pipeline] isUnix [Pipeline] sh 07:34:21 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:21 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:34:21 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:34:21 OK: 12617 distinct packages available 07:34:21 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:34:21 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:34:21 OK: 12617 distinct packages available 07:34:21 OK: 217 MiB in 51 packages 07:34:21 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.16 07:34:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:34:21 bfc2cb64641c: Preparing 07:34:21 19bd54415a5a: Preparing 07:34:21 fc059c20bc57: Preparing 07:34:21 ee610b384ddc: Preparing 07:34:21 b7e331a852d0: Preparing 07:34:21 ed2a62882aa8: Preparing 07:34:21 ed2a62882aa8: Waiting 07:34:21 19bd54415a5a: Layer already exists 07:34:21 bfc2cb64641c: Layer already exists 07:34:21 fc059c20bc57: Layer already exists 07:34:21 ee610b384ddc: Layer already exists 07:34:21 b7e331a852d0: Layer already exists 07:34:21 ed2a62882aa8: Layer already exists 07:34:21 1.2.2-dev.16: digest: sha256:6730e95b958cbc6c7812dfd40c6690af4ffc74967d47af8e36c8f02d272b9ee8 size: 1573 [Pipeline] isUnix [Pipeline] sh 07:34:22 OK: 217 MiB in 51 packages 07:34:22 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:22 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:34:22 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:34:22 OK: 12617 distinct packages available 07:34:22 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:34:22 bfc2cb64641c: Preparing 07:34:22 19bd54415a5a: Preparing 07:34:22 fc059c20bc57: Preparing 07:34:22 ee610b384ddc: Preparing 07:34:22 b7e331a852d0: Preparing 07:34:22 ed2a62882aa8: Preparing 07:34:22 ed2a62882aa8: Waiting 07:34:22 ee610b384ddc: Layer already exists 07:34:22 bfc2cb64641c: Layer already exists 07:34:22 fc059c20bc57: Layer already exists 07:34:22 b7e331a852d0: Layer already exists 07:34:22 19bd54415a5a: Layer already exists 07:34:22 ed2a62882aa8: Layer already exists 07:34:22 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:6730e95b958cbc6c7812dfd40c6690af4ffc74967d47af8e36c8f02d272b9ee8 size: 1573 [Pipeline] isUnix [Pipeline] sh 07:34:22 OK: 217 MiB in 51 packages 07:34:22 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 07:34:22 OK: 217 MiB in 51 packages 07:34:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 07:34:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:34:23 bfc2cb64641c: Preparing 07:34:23 19bd54415a5a: Preparing 07:34:23 fc059c20bc57: Preparing 07:34:23 ee610b384ddc: Preparing 07:34:23 b7e331a852d0: Preparing 07:34:23 ed2a62882aa8: Preparing 07:34:23 ed2a62882aa8: Waiting 07:34:23 ee610b384ddc: Layer already exists 07:34:23 bfc2cb64641c: Layer already exists 07:34:23 fc059c20bc57: Layer already exists 07:34:23 19bd54415a5a: Layer already exists 07:34:23 b7e331a852d0: Layer already exists 07:34:23 ed2a62882aa8: Layer already exists 07:34:23 master: digest: sha256:6730e95b958cbc6c7812dfd40c6690af4ffc74967d47af8e36c8f02d272b9ee8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry 07:34:23 OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:34:23 ===================================================== [Pipeline] echo 07:34:23 taggedImages: 07:34:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.16 07:34:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:23 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 07:34:23 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 07:34:23 3555043a6994042684a9c8b6423498381cadcc6f 07:34:23 1.2.2-dev.16 07:34:23 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:23 master 07:34:23 ===================================================== [Pipeline] withEnv [Pipeline] { 07:34:23 OK: 217 MiB in 51 packages [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:23 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:34:24 Removing intermediate container a46b2d873fb3 07:34:24 ---> 7918218ea57b 07:34:24 Step 6/22 : COPY go.mod . 07:34:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:34:24 2f9603be2533: Preparing 07:34:24 a126a8e8f373: Preparing 07:34:24 28096cff7cb6: Preparing 07:34:24 28096cff7cb6: Pushed 07:34:24 2f9603be2533: Pushed 07:34:24 Removing intermediate container 0fa4a9450c61 07:34:24 ---> 715912fff3fa 07:34:24 Step 6/23 : COPY go.mod . 07:34:24 Removing intermediate container d2a4340dc3c5 07:34:24 ---> 556ac86dbf2a 07:34:24 Step 6/26 : COPY go.mod . 07:34:25 Removing intermediate container a482dbff839c 07:34:25 ---> dfe93a44dc52 07:34:25 Step 6/21 : COPY go.mod . 07:34:25 Removing intermediate container 8bb907f7a501 07:34:25 ---> 17aebb331bd4 07:34:25 Step 6/22 : COPY go.mod . 07:34:25 ---> 3ee3a7de7ae6 07:34:25 Step 7/22 : RUN go mod download 07:34:25 ---> 514a5ecd311d 07:34:25 Step 7/23 : RUN go mod download 07:34:25 ---> Running in c803006028ac 07:34:25 ---> c2ad116c318f 07:34:25 ---> Running in aeda26328869 07:34:25 Step 7/26 : RUN go mod download 07:34:25 a126a8e8f373: Pushed 07:34:25 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:77499bd047684ec78a9fce297f9c91b87e574850b7e6a2d6dcb25163ea534757 size: 944 [Pipeline] isUnix [Pipeline] sh 07:34:25 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:26 ---> Running in 8c962fac1996 07:34:26 ---> 0ea7f444cb13 07:34:26 Step 7/21 : RUN go mod download 07:34:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.16 07:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:34:26 2f9603be2533: Preparing 07:34:26 a126a8e8f373: Preparing 07:34:26 28096cff7cb6: Preparing 07:34:26 a126a8e8f373: Layer already exists 07:34:26 28096cff7cb6: Layer already exists 07:34:26 2f9603be2533: Layer already exists 07:34:26 1.2.2-dev.16: digest: sha256:77499bd047684ec78a9fce297f9c91b87e574850b7e6a2d6dcb25163ea534757 size: 944 [Pipeline] isUnix [Pipeline] sh 07:34:26 ---> 3ac33da23d3b 07:34:26 Step 7/22 : RUN go mod download 07:34:26 ---> Running in c215e61ff35d 07:34:26 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:34:26 2f9603be2533: Preparing 07:34:26 a126a8e8f373: Preparing 07:34:26 28096cff7cb6: Preparing 07:34:26 a126a8e8f373: Layer already exists 07:34:26 2f9603be2533: Layer already exists 07:34:26 28096cff7cb6: Layer already exists 07:34:26 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:77499bd047684ec78a9fce297f9c91b87e574850b7e6a2d6dcb25163ea534757 size: 944 [Pipeline] isUnix [Pipeline] sh 07:34:27 ---> Running in 5afbba0d5575 07:34:27 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 07:34:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 07:34:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:34:27 2f9603be2533: Preparing 07:34:27 a126a8e8f373: Preparing 07:34:27 28096cff7cb6: Preparing 07:34:27 a126a8e8f373: Layer already exists 07:34:27 2f9603be2533: Layer already exists 07:34:27 28096cff7cb6: Layer already exists 07:34:27 master: digest: sha256:77499bd047684ec78a9fce297f9c91b87e574850b7e6a2d6dcb25163ea534757 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:34:27 ===================================================== [Pipeline] echo 07:34:27 taggedImages: 07:34:27 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:27 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.16 07:34:27 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:27 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 07:34:27 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 07:34:27 3555043a6994042684a9c8b6423498381cadcc6f 07:34:27 1.2.2-dev.16 07:34:27 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:27 master 07:34:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:28 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:34:28 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:34:28 4d6dd8c95ad0: Preparing 07:34:28 4b9b5f487a7d: Preparing 07:34:28 8b3ea83a705c: Preparing 07:34:28 c6aa8e0339a1: Preparing 07:34:28 4bf64e7e7801: Preparing 07:34:28 7d77e6009bb4: Preparing 07:34:28 75f9e6df768e: Preparing 07:34:28 8890c171a12b: Preparing 07:34:28 4ae5bd84d450: Preparing 07:34:28 723a561964c8: Preparing 07:34:28 78764725b56c: Preparing 07:34:28 51d6d3d09136: Preparing 07:34:28 1507bc794612: Preparing 07:34:28 50644c29ef5a: Preparing 07:34:28 4ae5bd84d450: Waiting 07:34:28 723a561964c8: Waiting 07:34:28 78764725b56c: Waiting 07:34:28 51d6d3d09136: Waiting 07:34:28 1507bc794612: Waiting 07:34:28 50644c29ef5a: Waiting 07:34:28 7d77e6009bb4: Waiting 07:34:28 75f9e6df768e: Waiting 07:34:28 8890c171a12b: Waiting 07:34:28 4bf64e7e7801: Pushed 07:34:28 4d6dd8c95ad0: Pushed 07:34:29 c6aa8e0339a1: Pushed 07:34:29 8890c171a12b: Layer already exists 07:34:29 4ae5bd84d450: Layer already exists 07:34:29 723a561964c8: Layer already exists 07:34:29 75f9e6df768e: Pushed 07:34:29 78764725b56c: Layer already exists 07:34:29 51d6d3d09136: Layer already exists 07:34:29 4b9b5f487a7d: Pushed 07:34:29 1507bc794612: Layer already exists 07:34:29 50644c29ef5a: Layer already exists 07:34:29 7d77e6009bb4: Pushed 07:34:31 Removing intermediate container c803006028ac 07:34:31 ---> df11edf01e79 07:34:31 Step 8/22 : COPY . . 07:34:31 Removing intermediate container aeda26328869 07:34:31 ---> 07d7fa0015d0 07:34:31 Step 8/23 : COPY . . 07:34:31 Removing intermediate container 5afbba0d5575 07:34:31 ---> 676c1922e5d9 07:34:31 Step 8/22 : COPY . . 07:34:31 Removing intermediate container 8c962fac1996 07:34:31 ---> 7418dc84c204 07:34:31 Step 8/26 : COPY . . 07:34:31 Removing intermediate container c215e61ff35d 07:34:31 ---> f273b2c8be26 07:34:31 Step 8/21 : COPY . . 07:34:33 8b3ea83a705c: Pushed 07:34:33 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:cb9bccfe3fce31e8d7ff25fca4b4aa84f4a128c9c8a4590ac24208a9d8c80914 size: 3253 [Pipeline] isUnix [Pipeline] sh 07:34:33 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:33 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.16 07:34:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:34:33 4d6dd8c95ad0: Preparing 07:34:33 4b9b5f487a7d: Preparing 07:34:33 8b3ea83a705c: Preparing 07:34:33 c6aa8e0339a1: Preparing 07:34:33 4bf64e7e7801: Preparing 07:34:33 7d77e6009bb4: Preparing 07:34:33 75f9e6df768e: Preparing 07:34:33 8890c171a12b: Preparing 07:34:33 4ae5bd84d450: Preparing 07:34:33 723a561964c8: Preparing 07:34:33 78764725b56c: Preparing 07:34:33 51d6d3d09136: Preparing 07:34:33 1507bc794612: Preparing 07:34:33 50644c29ef5a: Preparing 07:34:33 723a561964c8: Waiting 07:34:33 78764725b56c: Waiting 07:34:33 51d6d3d09136: Waiting 07:34:33 1507bc794612: Waiting 07:34:33 7d77e6009bb4: Waiting 07:34:33 50644c29ef5a: Waiting 07:34:33 8890c171a12b: Waiting 07:34:33 75f9e6df768e: Waiting 07:34:33 4ae5bd84d450: Waiting 07:34:33 4b9b5f487a7d: Layer already exists 07:34:33 4d6dd8c95ad0: Layer already exists 07:34:33 c6aa8e0339a1: Layer already exists 07:34:33 4bf64e7e7801: Layer already exists 07:34:33 8b3ea83a705c: Layer already exists 07:34:33 7d77e6009bb4: Layer already exists 07:34:33 75f9e6df768e: Layer already exists 07:34:33 723a561964c8: Layer already exists 07:34:33 4ae5bd84d450: Layer already exists 07:34:33 8890c171a12b: Layer already exists 07:34:33 78764725b56c: Layer already exists 07:34:33 51d6d3d09136: Layer already exists 07:34:33 1507bc794612: Layer already exists 07:34:33 50644c29ef5a: Layer already exists 07:34:33 1.2.2-dev.16: digest: sha256:cb9bccfe3fce31e8d7ff25fca4b4aa84f4a128c9c8a4590ac24208a9d8c80914 size: 3253 [Pipeline] isUnix [Pipeline] sh 07:34:34 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:34:34 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:34:34 4d6dd8c95ad0: Preparing 07:34:34 4b9b5f487a7d: Preparing 07:34:34 8b3ea83a705c: Preparing 07:34:34 c6aa8e0339a1: Preparing 07:34:34 4bf64e7e7801: Preparing 07:34:34 7d77e6009bb4: Preparing 07:34:34 75f9e6df768e: Preparing 07:34:34 8890c171a12b: Preparing 07:34:34 4ae5bd84d450: Preparing 07:34:34 723a561964c8: Preparing 07:34:34 78764725b56c: Preparing 07:34:34 51d6d3d09136: Preparing 07:34:34 1507bc794612: Preparing 07:34:34 50644c29ef5a: Preparing 07:34:34 7d77e6009bb4: Waiting 07:34:34 75f9e6df768e: Waiting 07:34:34 8890c171a12b: Waiting 07:34:34 1507bc794612: Waiting 07:34:34 4ae5bd84d450: Waiting 07:34:34 50644c29ef5a: Waiting 07:34:34 723a561964c8: Waiting 07:34:34 78764725b56c: Waiting 07:34:34 51d6d3d09136: Waiting 07:34:34 c6aa8e0339a1: Layer already exists 07:34:34 8b3ea83a705c: Layer already exists 07:34:34 4d6dd8c95ad0: Layer already exists 07:34:34 4bf64e7e7801: Layer already exists 07:34:34 4b9b5f487a7d: Layer already exists 07:34:34 7d77e6009bb4: Layer already exists 07:34:34 75f9e6df768e: Layer already exists 07:34:34 4ae5bd84d450: Layer already exists 07:34:34 8890c171a12b: Layer already exists 07:34:34 723a561964c8: Layer already exists 07:34:34 78764725b56c: Layer already exists 07:34:34 1507bc794612: Layer already exists 07:34:34 51d6d3d09136: Layer already exists 07:34:34 50644c29ef5a: Layer already exists 07:34:34 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:cb9bccfe3fce31e8d7ff25fca4b4aa84f4a128c9c8a4590ac24208a9d8c80914 size: 3253 [Pipeline] isUnix [Pipeline] sh 07:34:34 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 07:34:34 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 07:34:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:34:34 4d6dd8c95ad0: Preparing 07:34:34 4b9b5f487a7d: Preparing 07:34:34 8b3ea83a705c: Preparing 07:34:34 c6aa8e0339a1: Preparing 07:34:34 4bf64e7e7801: Preparing 07:34:34 7d77e6009bb4: Preparing 07:34:34 75f9e6df768e: Preparing 07:34:34 8890c171a12b: Preparing 07:34:34 4ae5bd84d450: Preparing 07:34:34 723a561964c8: Preparing 07:34:34 78764725b56c: Preparing 07:34:34 51d6d3d09136: Preparing 07:34:34 1507bc794612: Preparing 07:34:34 50644c29ef5a: Preparing 07:34:34 7d77e6009bb4: Waiting 07:34:34 75f9e6df768e: Waiting 07:34:34 8890c171a12b: Waiting 07:34:34 4ae5bd84d450: Waiting 07:34:34 723a561964c8: Waiting 07:34:34 78764725b56c: Waiting 07:34:34 51d6d3d09136: Waiting 07:34:34 1507bc794612: Waiting 07:34:34 50644c29ef5a: Waiting 07:34:34 8b3ea83a705c: Layer already exists 07:34:34 4bf64e7e7801: Layer already exists 07:34:34 c6aa8e0339a1: Layer already exists 07:34:34 4d6dd8c95ad0: Layer already exists 07:34:34 4b9b5f487a7d: Layer already exists 07:34:34 7d77e6009bb4: Layer already exists 07:34:34 75f9e6df768e: Layer already exists 07:34:34 8890c171a12b: Layer already exists 07:34:34 723a561964c8: Layer already exists 07:34:34 4ae5bd84d450: Layer already exists 07:34:34 78764725b56c: Layer already exists 07:34:34 51d6d3d09136: Layer already exists 07:34:34 1507bc794612: Layer already exists 07:34:34 50644c29ef5a: Layer already exists 07:34:34 master: digest: sha256:cb9bccfe3fce31e8d7ff25fca4b4aa84f4a128c9c8a4590ac24208a9d8c80914 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:34:35 ===================================================== [Pipeline] echo 07:34:35 taggedImages: 07:34:35 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f 07:34:35 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.16 07:34:35 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:34:35 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:34:54 ---> 8c32ac987a86 07:34:54 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:34:54 ---> a2ce60764fa5 07:34:54 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 07:34:54 ---> 24ba5e6abd54 07:34:54 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:34:54 ---> Running in f1c82d832503 07:34:54 ---> a3c1e2a2f2a6 07:34:54 Step 9/22 : RUN make cmd/support-logging/support-logging 07:34:54 ---> Running in 79c082d34bf0 07:34:54 ---> f5b1fb1fc0de 07:34:54 Step 9/23 : RUN make cmd/core-data/core-data 07:34:54 ---> Running in f7c3fbcd9de5 07:34:54 ---> Running in 16d8d53d8b10 07:34:54 ---> Running in f0c77eabe68f 07:34:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:34:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:34:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:34:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-data/core-data ./cmd/core-data 07:34:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-logging/support-logging ./cmd/support-logging 07:36:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:36:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 07:36:33 Removing intermediate container 16d8d53d8b10 07:36:33 ---> 12c148b05223 07:36:33 07:36:33 Step 10/22 : FROM scratch 07:36:33 ---> 07:36:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:36:33 ---> Running in 5f0dcf14c1d7 07:36:34 Removing intermediate container 5f0dcf14c1d7 07:36:34 ---> 91866aa7d53f 07:36:34 Step 12/22 : ENV APP_PORT=48061 07:36:34 ---> Running in 42e0babbd6f1 07:36:34 Removing intermediate container 42e0babbd6f1 07:36:34 ---> e41e224aa0c8 07:36:34 Step 13/22 : EXPOSE $APP_PORT 07:36:35 ---> Running in b0a79cd4c465 07:36:35 Removing intermediate container b0a79cd4c465 07:36:35 ---> e5bc145a4ac6 07:36:35 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 07:36:37 ---> 9b7470d729b5 07:36:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:36:39 ---> 744cd33ec1d3 07:36:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:36:40 Removing intermediate container f7c3fbcd9de5 07:36:40 ---> c7682143a63b 07:36:40 07:36:40 Step 10/26 : FROM alpine:3.10 07:36:40 3.10: Pulling from library/alpine 07:36:42 ---> afabfac449e2 07:36:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:36:42 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:36:42 Status: Downloaded newer image for alpine:3.10 07:36:42 ---> 536a684cf733 07:36:42 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:36:43 ---> Running in c1400c7407a6 07:36:43 ---> 26e8b7183cc7 07:36:43 Step 18/22 : ENTRYPOINT ["/support-logging"] 07:36:43 ---> Running in edb7b8636471 07:36:44 Removing intermediate container edb7b8636471 07:36:44 ---> 66d29ea977ac 07:36:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:36:45 ---> Running in f8c1c27808b8 07:36:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 07:36:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 07:36:46 Removing intermediate container f8c1c27808b8 07:36:46 ---> 34cbec7d9260 07:36:46 Step 20/22 : LABEL arch=arm64 07:36:46 v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:36:46 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:36:46 OK: 10167 distinct packages available 07:36:46 ---> Running in 2818e0c66c93 07:36:47 (1/5) Installing ca-certificates (20191127-r2) 07:36:47 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:36:47 (3/5) Installing libcurl (7.66.0-r0) 07:36:47 Removing intermediate container 2818e0c66c93 07:36:47 ---> 92fec40fc39b 07:36:47 Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:36:47 (4/5) Installing curl (7.66.0-r0) 07:36:47 (5/5) Installing dumb-init (1.2.2-r1) 07:36:47 Executing busybox-1.30.1-r3.trigger 07:36:47 Executing ca-certificates-20191127-r2.trigger 07:36:48 OK: 7 MiB in 19 packages 07:36:48 ---> Running in bb9ce8edb63c 07:36:49 Removing intermediate container bb9ce8edb63c 07:36:49 ---> fca00b60c925 07:36:49 Step 22/22 : LABEL version=1.2.2-dev.16 07:36:50 ---> Running in e00b1e88ed81 07:36:51 Removing intermediate container e00b1e88ed81 07:36:51 ---> 4af260aa96b1 07:36:51 07:36:51 Removing intermediate container c1400c7407a6 07:36:51 ---> 2c7a2ad5b143 07:36:51 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:36:52 Successfully built 4af260aa96b1 07:36:52 Successfully tagged docker-support-logging-go-arm64:latest 07:36:52  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 07:36:52 Removing intermediate container 79c082d34bf0 07:36:52 ---> 313addd49cbb 07:36:52 07:36:52 Step 10/21 : FROM scratch 07:36:52 ---> 07:36:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:36:52 ---> Running in 8bf7240d4fa2 07:36:52 ---> Running in b9ac4dbdc53d 07:36:53 Removing intermediate container 8bf7240d4fa2 07:36:53 ---> d8eca6593746 07:36:53 Step 13/26 : WORKDIR / 07:36:54 Removing intermediate container b9ac4dbdc53d 07:36:54 ---> 2ecdde548a68 07:36:54 Step 12/21 : ENV APP_PORT=48085 07:36:55 ---> Running in 13d82aefb282 07:36:55 ---> Running in 016fb0fa8df0 07:36:56 Removing intermediate container 13d82aefb282 07:36:56 ---> 804e87ed3edd 07:36:56 Step 13/21 : EXPOSE $APP_PORT 07:36:57 ---> Running in e0ee4f1593ec 07:36:57 Removing intermediate container 016fb0fa8df0 07:36:57 ---> 63bf911d69a6 07:36:57 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:36:58 Removing intermediate container e0ee4f1593ec 07:36:58 ---> 40339fcf5a35 07:36:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:36:59 ---> 61998ad6161b 07:36:59 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:37:00 ---> d07b077ee9a4 07:37:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:37:00 ---> 4cfe0bb12f67 07:37:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:37:00 Removing intermediate container f1c82d832503 07:37:00 ---> 55a72904943e 07:37:00 07:37:00 Step 10/22 : FROM scratch 07:37:00 ---> 07:37:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:37:00 ---> Using cache 07:37:00 ---> 2ecdde548a68 07:37:00 Step 12/22 : ENV APP_PORT=48081 07:37:02 ---> Running in 8bf37c9820ba 07:37:02 ---> 0fd95df798d1 07:37:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:37:03 ---> 7ddb59eb6f2e 07:37:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 07:37:03 Removing intermediate container 8bf37c9820ba 07:37:03 ---> 479256b4f4c3 07:37:03 Step 13/22 : EXPOSE $APP_PORT 07:37:03 ---> Running in 0d77c7edda51 07:37:03 ---> a62e3199017b 07:37:03 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:37:04 ---> Running in 4184c0d6fad0 07:37:04 Removing intermediate container 0d77c7edda51 07:37:04 ---> 8fee3cead335 07:37:04 Step 14/22 : WORKDIR / 07:37:04 ---> c3ea8a750cfc 07:37:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:37:04 ---> Running in b4f8388e0daa 07:37:05 Removing intermediate container 4184c0d6fad0 07:37:05 ---> 95608ce09b8f 07:37:05 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:37:06 ---> Running in ae115506297c 07:37:06 Removing intermediate container b4f8388e0daa 07:37:06 ---> 2ed94ad196be 07:37:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:37:07 ---> c28a628698d2 07:37:07 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:37:07 ---> ceaf74a4bb39 07:37:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:37:07 Removing intermediate container ae115506297c 07:37:07 ---> 18c379ead465 07:37:07 Step 19/21 : LABEL arch=arm64 07:37:08 ---> Running in f08dd9352635 07:37:09 ---> fac78f8e3b2f 07:37:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 07:37:09 Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine 07:37:09 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:37:09 ---> 35f757a588bf 07:37:09 Step 3/27 : WORKDIR /edgex-go 07:37:09 ---> Using cache 07:37:09 ---> d407bfe3a157 07:37:09 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:37:09 ---> Using cache 07:37:09 ---> d1e4ebc0ccca 07:37:09 Step 5/27 : RUN apk update && apk add make bash git 07:37:09 Removing intermediate container f08dd9352635 07:37:09 ---> 257450106789 07:37:09 Step 20/21 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:37:09 ---> Running in cf51f312b8f8 07:37:09 ---> 6efb3c3e66d6 07:37:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:37:10 ---> Running in 4c0282052185 07:37:10 ---> 6d295b43e6f7 07:37:10 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:37:11 ---> b6529f41f8e2 07:37:11 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:37:11 Removing intermediate container 4c0282052185 07:37:11 ---> dba8de4bb99a 07:37:11 Step 21/21 : LABEL version=1.2.2-dev.16 07:37:11 ---> Running in 36919a847445 07:37:11 ---> Running in 6eb451a1dd33 07:37:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:11 ---> c5fdbb1bb106 07:37:11 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:37:12 Removing intermediate container 6eb451a1dd33 07:37:12 ---> 632e32032ade 07:37:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:37:12 Removing intermediate container 36919a847445 07:37:12 ---> e7a64a1d37f9 07:37:12 07:37:12 ---> Running in bebc936e87e4 07:37:12 ---> Running in bb6a79dc5c13 07:37:12 Successfully built e7a64a1d37f9 07:37:12 Successfully tagged docker-support-scheduler-go-arm64:latest 07:37:12 Building docker-core-command-go 07:37:12  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:13 Removing intermediate container bb6a79dc5c13 07:37:13 ---> f8bcb95d06f7 07:37:13 Step 20/22 : LABEL arch=arm64 07:37:14 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:37:14 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:37:14 OK: 12617 distinct packages available 07:37:15 OK: 217 MiB in 51 packages 07:37:15 ---> Running in cda48633a369 07:37:16 Removing intermediate container f0c77eabe68f 07:37:16 ---> c631a0e5c2fc 07:37:16 07:37:16 Step 10/23 : FROM alpine 07:37:16 latest: Pulling from library/alpine 07:37:17 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 07:37:17 Removing intermediate container cda48633a369 07:37:17 ---> 64f5992c9163 07:37:17 Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:37:17 Status: Downloaded newer image for alpine:latest 07:37:17 ---> 62ee0e9f8440 07:37:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:37:18 ---> Running in 3833c6c721b0 07:37:18 ---> Running in 89b49ac28947 07:37:18 Removing intermediate container bebc936e87e4 07:37:18 ---> 5bf2e30aecf9 07:37:18 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:37:18 Removing intermediate container cf51f312b8f8 07:37:18 ---> 4234dd1cb38b 07:37:18 Step 6/27 : COPY go.mod . 07:37:18 ---> Running in 10e90664bb55 07:37:18 Removing intermediate container 89b49ac28947 07:37:18 ---> 59250d9971d3 07:37:18 Step 12/23 : ENV APP_PORT=48080 07:37:18 Removing intermediate container 3833c6c721b0 07:37:18 ---> 3c747f5d3952 07:37:18 Step 22/22 : LABEL version=1.2.2-dev.16 07:37:18 ---> Running in 2dc0a61dd76f 07:37:19 ---> Running in 9adee873ed37 07:37:19 Removing intermediate container 10e90664bb55 07:37:19 ---> 3aa29b1b7898 07:37:19 Step 24/26 : LABEL arch=arm64 07:37:19 ---> 4acea68ab32f 07:37:19 Step 7/27 : RUN go mod download 07:37:19 ---> Running in 3137e8b54e12 07:37:19 ---> Running in 0ad02192308b 07:37:19 Removing intermediate container 2dc0a61dd76f 07:37:19 ---> b0a2e84113e2 07:37:19 Step 13/23 : EXPOSE $APP_PORT 07:37:19 Removing intermediate container 9adee873ed37 07:37:19 ---> 3c65fc99cd42 07:37:19 07:37:20 ---> Running in 1b3f7ce9b439 07:37:20 Removing intermediate container 3137e8b54e12 07:37:20 ---> 8ea06f4122f6 07:37:20 Step 25/26 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:37:20 ---> Running in c21a0959b7c0 07:37:20 Successfully built 3c65fc99cd42 07:37:20 Successfully tagged docker-core-metadata-go-arm64:latest 07:37:20  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go 07:37:21 Removing intermediate container 1b3f7ce9b439 07:37:21 ---> dc096f6c5418 07:37:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:37:21 Removing intermediate container c21a0959b7c0 07:37:21 ---> 60e655a84513 07:37:21 Step 26/26 : LABEL version=1.2.2-dev.16 07:37:21 ---> Running in a02fb50af2d6 07:37:21 ---> Running in f06800cfc707 07:37:22 Removing intermediate container f06800cfc707 07:37:22 ---> b0f7b2be269c 07:37:22 07:37:23 Successfully built b0f7b2be269c 07:37:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:37:24  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 07:37:25 Removing intermediate container 0ad02192308b 07:37:25 ---> 54b6093d1c8a 07:37:25 Step 8/27 : COPY . . 07:37:26 Removing intermediate container a02fb50af2d6 07:37:26 ---> 05d109d759bb 07:37:26 Step 15/23 : RUN apk --no-cache add zeromq 07:37:29 ---> Running in 18d34fb01b1e 07:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:33 (1/5) Installing libgcc (9.3.0-r2) 07:37:33 (2/5) Installing libsodium (1.0.18-r0) 07:37:33 (3/5) Installing libstdc++ (9.3.0-r2) 07:37:33 (4/5) Installing libzmq (4.3.2-r0) 07:37:33 (5/5) Installing zeromq (4.3.2-r0) 07:37:33 Executing busybox-1.31.1-r16.trigger 07:37:33 OK: 8 MiB in 19 packages 07:37:39 ---> 2d99ca870778 07:37:39 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:37:39 ---> Running in d59b28bf1f17 07:37:39 Removing intermediate container 18d34fb01b1e 07:37:39 ---> 407a7b3a08ac 07:37:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:37:41 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine 07:37:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:37:41 ---> 35f757a588bf 07:37:41 Step 3/22 : WORKDIR /edgex-go 07:37:41 ---> Using cache 07:37:41 ---> d407bfe3a157 07:37:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:37:41 ---> Using cache 07:37:41 ---> d1e4ebc0ccca 07:37:41 Step 5/22 : RUN apk update && apk add make git 07:37:41 ---> Using cache 07:37:41 ---> dfe93a44dc52 07:37:41 Step 6/22 : COPY go.mod . 07:37:41 ---> Using cache 07:37:41 ---> 0ea7f444cb13 07:37:41 Step 7/22 : RUN go mod download 07:37:41 ---> Using cache 07:37:41 ---> f273b2c8be26 07:37:41 Step 8/22 : COPY . . 07:37:41 ---> Using cache 07:37:41 ---> 24ba5e6abd54 07:37:41 Step 9/22 : RUN make cmd/core-command/core-command 07:37:41 ---> 1cd2d956b0f4 07:37:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:37:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:37:41 ---> Running in 19c33aea501d 07:37:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-command/core-command ./cmd/core-command 07:37:46 ---> fc5153594556 07:37:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:37:47 ---> 388cf0d8d1c5 07:37:47 Step 19/23 : ENTRYPOINT ["/core-data"] 07:37:48 ---> Running in f4d02e75fb8c 07:37:49 Removing intermediate container f4d02e75fb8c 07:37:49 ---> 1666a762aaac 07:37:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:37:50 ---> Running in d37ae1205c6a 07:37:51 Removing intermediate container d37ae1205c6a 07:37:51 ---> c1daf747a72b 07:37:51 Step 21/23 : LABEL arch=arm64 07:37:52 ---> Running in c650653176ee 07:37:53 Removing intermediate container c650653176ee 07:37:53 ---> dc3c57475033 07:37:53 Step 22/23 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:37:53 ---> Running in 0d0f78f27d71 07:37:54 Removing intermediate container 0d0f78f27d71 07:37:54 ---> af20554b15b9 07:37:54 Step 23/23 : LABEL version=1.2.2-dev.16 07:37:55 ---> Running in 1fe0d49ff219 07:37:56 Removing intermediate container 1fe0d49ff219 07:37:56 ---> 1a8ff6d7acd1 07:37:56 07:37:56 Successfully built 1a8ff6d7acd1 07:37:56 Successfully tagged docker-core-data-go-arm64:latest 07:37:56  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 07:37:57 Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine 07:37:57 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:37:57 ---> 35f757a588bf 07:37:57 Step 3/29 : WORKDIR /edgex-go 07:37:57 ---> Using cache 07:37:57 ---> d407bfe3a157 07:37:57 Step 4/29 : RUN apk update && apk add make git 07:37:57 ---> Running in 9406c87c8d24 07:38:00 Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine 07:38:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:38:00 ---> 35f757a588bf 07:38:00 Step 3/24 : WORKDIR /edgex-go 07:38:00 ---> Using cache 07:38:00 ---> d407bfe3a157 07:38:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:00 ---> Using cache 07:38:00 ---> d1e4ebc0ccca 07:38:00 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 07:38:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:01 ---> Running in c80a17887341 07:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:02 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:38:02 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:38:02 OK: 12617 distinct packages available 07:38:03 OK: 217 MiB in 51 packages 07:38:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:06 v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] 07:38:06 v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:38:06 OK: 12617 distinct packages available 07:38:06 Removing intermediate container 9406c87c8d24 07:38:06 ---> 78a668fb39fb 07:38:06 Step 5/29 : COPY go.mod . 07:38:06 OK: 217 MiB in 51 packages 07:38:08 ---> 221eb50ed1b9 07:38:08 Step 6/29 : RUN go mod download 07:38:08 ---> Running in d8271a43cc6b 07:38:09 Removing intermediate container c80a17887341 07:38:09 ---> 7003d71dec56 07:38:09 Step 6/24 : COPY go.mod . 07:38:11 ---> d1012ef0deeb 07:38:11 Step 7/24 : RUN go mod download 07:38:11 ---> Running in 513cfc656a35 07:38:14 Removing intermediate container d8271a43cc6b 07:38:14 ---> 89a0304f8400 07:38:14 Step 7/29 : COPY . . 07:38:17 Removing intermediate container 513cfc656a35 07:38:17 ---> 406ebb4bb386 07:38:17 Step 8/24 : COPY . . 07:38:22 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine 07:38:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:38:22 ---> 35f757a588bf 07:38:22 Step 3/20 : WORKDIR /edgex-go 07:38:22 ---> Using cache 07:38:22 ---> d407bfe3a157 07:38:22 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:22 ---> Using cache 07:38:22 ---> d1e4ebc0ccca 07:38:22 Step 5/20 : RUN apk update && apk add make git 07:38:22 ---> Using cache 07:38:22 ---> dfe93a44dc52 07:38:22 Step 6/20 : COPY go.mod . 07:38:22 ---> Using cache 07:38:22 ---> 0ea7f444cb13 07:38:22 Step 7/20 : RUN go mod download 07:38:22 ---> Using cache 07:38:22 ---> f273b2c8be26 07:38:22 Step 8/20 : COPY . . 07:38:22 ---> Using cache 07:38:22 ---> 24ba5e6abd54 07:38:22 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 07:38:24 ---> Running in 5ce488eb4652 07:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:38:45 ---> 525ec8275f20 07:38:45 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:38:45 ---> 70936f43d188 07:38:45 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:38:45 ---> Running in bc22d4fd220d 07:38:45 ---> Running in e300ef2ef12c 07:38:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:38:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 07:39:00 Removing intermediate container d59b28bf1f17 07:39:00 ---> da7650f173be 07:39:00 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:39:00 ---> Running in 9352d69230bd 07:39:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:39:09 Removing intermediate container 9352d69230bd 07:39:09 ---> 0089ac8e83ad 07:39:09 07:39:09 Step 11/27 : FROM docker:latest 07:39:09 ---> ce9d55ae87f1 07:39:09 Step 12/27 : RUN apk add --no-cache bash 07:39:09 ---> Running in af02f787e6d2 07:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:12 (1/2) Installing readline (8.0.4-r0) 07:39:12 (2/2) Installing bash (5.0.17-r0) 07:39:12 Executing bash-5.0.17-r0.post-install 07:39:12 Executing busybox-1.31.1-r16.trigger 07:39:12 OK: 12 MiB in 22 packages 07:39:14 Removing intermediate container af02f787e6d2 07:39:14 ---> ce14e0bd5273 07:39:14 Step 13/27 : RUN rm -rf /var/cache/apk/* 07:39:15 ---> Running in 58f7ea66fad5 07:39:19 Removing intermediate container 58f7ea66fad5 07:39:19 ---> de77a7c254a9 07:39:19 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:39:19 ---> Running in c0ac727763f8 07:39:20 Removing intermediate container c0ac727763f8 07:39:20 ---> c22c92877477 07:39:20 Step 15/27 : ENV APP_PORT=48090 07:39:20 ---> Running in ea37d43b3574 07:39:20 Removing intermediate container ea37d43b3574 07:39:20 ---> f6ffbfbe4e7b 07:39:20 Step 16/27 : EXPOSE $APP_PORT 07:39:21 ---> Running in 3c56ef0e980c 07:39:22 Removing intermediate container 3c56ef0e980c 07:39:22 ---> eb28e7e90aa3 07:39:22 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:39:25 ---> a0b076ecbf3c 07:39:25 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:39:26 Removing intermediate container 19c33aea501d 07:39:26 ---> 711ccdcc31b4 07:39:26 07:39:26 Step 10/22 : FROM scratch 07:39:26 ---> 07:39:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:39:26 ---> ff1d51a98936 07:39:26 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:39:27 ---> Using cache 07:39:27 ---> 2ecdde548a68 07:39:27 Step 12/22 : ENV APP_PORT=48082 07:39:27 ---> Running in ee5424880d33 07:39:28 Removing intermediate container ee5424880d33 07:39:28 ---> acf5b582a8df 07:39:28 Step 13/22 : EXPOSE $APP_PORT 07:39:28 ---> Running in e36d8838c565 07:39:28 ---> cfe83abefa15 07:39:28 Step 20/27 : RUN apk --no-cache add py-pip 07:39:28 ---> Running in ca07ec03481c 07:39:29 Removing intermediate container e36d8838c565 07:39:29 ---> 048258d63f7f 07:39:29 Step 14/22 : WORKDIR / 07:39:29 ---> Running in e78e49dc6deb 07:39:30 Removing intermediate container e78e49dc6deb 07:39:30 ---> 3dc2a1d16511 07:39:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:39:31 ---> 0c260b8eed5e 07:39:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:39:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:32 (1/33) Installing libbz2 (1.0.8-r1) 07:39:32 (2/33) Installing expat (2.2.9-r1) 07:39:32 (3/33) Installing libffi (3.3-r2) 07:39:32 (4/33) Installing gdbm (1.13-r1) 07:39:32 (5/33) Installing xz-libs (5.2.5-r0) 07:39:32 (6/33) Installing sqlite-libs (3.32.1-r0) 07:39:32 (7/33) Installing python3 (3.8.5-r0) 07:39:33 ---> 9ff99f9e0465 07:39:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:39:34 ---> 68969f7ae457 07:39:34 Step 18/22 : ENTRYPOINT ["/core-command"] 07:39:34 ---> Running in 35bd2f362381 07:39:35 (8/33) Installing py3-appdirs (1.4.4-r1) 07:39:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:39:35 (10/33) Installing py3-parsing (2.4.7-r0) 07:39:35 (11/33) Installing py3-six (1.15.0-r0) 07:39:35 (12/33) Installing py3-packaging (20.4-r0) 07:39:35 (13/33) Installing py3-setuptools (47.0.0-r0) 07:39:35 (14/33) Installing py3-chardet (3.0.4-r4) 07:39:35 (15/33) Installing py3-idna (2.9-r0) 07:39:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:39:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:39:35 (18/33) Installing py3-requests (2.23.0-r0) 07:39:35 (19/33) Installing py3-msgpack (1.0.0-r0) 07:39:35 (20/33) Installing py3-lockfile (0.12.2-r3) 07:39:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:39:35 (22/33) Installing py3-colorama (0.4.3-r0) 07:39:35 (23/33) Installing py3-distlib (0.3.0-r0) 07:39:35 (24/33) Installing py3-distro (1.5.0-r1) 07:39:35 (25/33) Installing py3-webencodings (0.5.1-r3) 07:39:35 (26/33) Installing py3-html5lib (1.0.1-r4) 07:39:35 Removing intermediate container 35bd2f362381 07:39:35 ---> be3ce9178d23 07:39:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:39:35 (27/33) Installing py3-pytoml (0.1.21-r0) 07:39:35 (28/33) Installing py3-pep517 (0.8.2-r0) 07:39:35 (29/33) Installing py3-progress (1.5-r0) 07:39:35 (30/33) Installing py3-toml (0.10.1-r0) 07:39:35 (31/33) Installing py3-retrying (1.3.3-r0) 07:39:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:39:35 (33/33) Installing py3-pip (20.1.1-r0) 07:39:35 ---> Running in 00f8e9277ce0 07:39:36 Executing busybox-1.31.1-r16.trigger 07:39:36 OK: 71 MiB in 55 packages 07:39:36 Removing intermediate container 00f8e9277ce0 07:39:36 ---> 941c80f601bd 07:39:36 Step 20/22 : LABEL arch=arm64 07:39:36 ---> Running in 579af0447f7d 07:39:37 Removing intermediate container 579af0447f7d 07:39:37 ---> 8b8188c9081a 07:39:37 Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:39:37 ---> Running in 95e74bb81149 07:39:38 Removing intermediate container 95e74bb81149 07:39:38 ---> 114c33c7e6d1 07:39:38 Step 22/22 : LABEL version=1.2.2-dev.16 07:39:39 ---> Running in 15fc7f3d816b 07:39:40 Removing intermediate container 15fc7f3d816b 07:39:40 ---> b8a18241b114 07:39:40 07:39:41 Successfully built b8a18241b114 07:39:41 Successfully tagged docker-core-command-go-arm64:latest 07:39:46  Building docker-core-command-go ... done Removing intermediate container 5ce488eb4652 07:39:46 ---> 6786c9d8ea0b 07:39:46 07:39:46 Step 10/20 : FROM alpine 07:39:46 ---> 62ee0e9f8440 07:39:46 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:39:46 ---> Running in ffc3d8f0ce07 07:39:47 Removing intermediate container ca07ec03481c 07:39:47 ---> babc6384262c 07:39:47 Step 21/27 : RUN pip install docker-compose==1.23.2 07:39:47 ---> Running in 4101f842b606 07:39:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:50 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:39:50 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:39:50 OK: 12617 distinct packages available 07:39:51 (1/4) Installing ca-certificates (20191127-r4) 07:39:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:39:51 (3/4) Installing libcurl (7.69.1-r0) 07:39:51 (4/4) Installing curl (7.69.1-r0) 07:39:51 Executing busybox-1.31.1-r16.trigger 07:39:51 Executing ca-certificates-20191127-r4.trigger 07:39:51 OK: 7 MiB in 18 packages 07:39:54 Removing intermediate container ffc3d8f0ce07 07:39:54 ---> c261bd7df4f4 07:39:54 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:39:54 ---> Running in c43c8406b6ae 07:39:54 Removing intermediate container c43c8406b6ae 07:39:54 ---> 20603b635a48 07:39:54 Step 13/20 : WORKDIR /edgex 07:39:54 Collecting docker-compose==1.23.2 07:39:55 ---> Running in 89e987f2fe29 07:39:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:39:55 Removing intermediate container 89e987f2fe29 07:39:55 ---> b724e162b92e 07:39:55 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:39:56 Collecting cached-property<2,>=1.2.0 07:39:56 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) 07:39:56 ---> 6cf3ed1758df 07:39:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:39:56 Collecting jsonschema<3,>=2.5.1 07:39:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:39:57 Collecting docker<4.0,>=3.6.0 07:39:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:39:58 Collecting docopt<0.7,>=0.6.1 07:39:58 Downloading docopt-0.6.2.tar.gz (25 kB) 07:39:58 ---> aea4225a8d9a 07:39:58 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:39:59 ---> Running in d4fefd983553 07:40:00 Removing intermediate container d4fefd983553 07:40:00 ---> 2aba824b09c7 07:40:00 Step 17/20 : CMD ["--init=true"] 07:40:00 ---> Running in b4a514fb5fe2 07:40:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:40:01 Removing intermediate container b4a514fb5fe2 07:40:01 ---> 09c54dc76812 07:40:01 Step 18/20 : LABEL arch=arm64 07:40:01 Collecting dockerpty<0.5,>=0.4.1 07:40:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:40:01 ---> Running in 4a56389c70e9 07:40:02 Removing intermediate container e300ef2ef12c 07:40:02 ---> 292321d14f5f 07:40:02 07:40:02 Step 9/29 : FROM alpine:latest 07:40:02 ---> 62ee0e9f8440 07:40:02 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:40:02 Removing intermediate container 4a56389c70e9 07:40:02 ---> c1a1f45cbc80 07:40:02 Step 19/20 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:40:02 ---> Running in 95015c2a474d 07:40:02 ---> Running in 1d95411daffe 07:40:03 Removing intermediate container 1d95411daffe 07:40:03 ---> 4651efdcf68e 07:40:03 Step 20/20 : LABEL version=1.2.2-dev.16 07:40:03 Removing intermediate container 95015c2a474d 07:40:03 ---> b85ff66db5ac 07:40:03 Step 11/29 : USER root 07:40:03 ---> Running in 056726d83a4e 07:40:03 ---> Running in 86b24b7f3d55 07:40:04 Removing intermediate container 86b24b7f3d55 07:40:04 ---> f5744a3b056c 07:40:04 07:40:04 Removing intermediate container 056726d83a4e 07:40:04 ---> d57a674db273 07:40:04 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:40:04 Collecting PyYAML<4,>=3.10 07:40:04 ---> Running in d87c519abced 07:40:04 Downloading PyYAML-3.13.tar.gz (270 kB) 07:40:04 Successfully built f5744a3b056c 07:40:05 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:40:06  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:40:07 v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:40:07 v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:40:07 OK: 12617 distinct packages available 07:40:08 (1/2) Installing ca-certificates (20191127-r4) 07:40:08 (2/2) Installing dumb-init (1.2.2-r1) 07:40:08 Executing busybox-1.31.1-r16.trigger 07:40:08 Executing ca-certificates-20191127-r4.trigger 07:40:08 OK: 6 MiB in 16 packages 07:40:08 Collecting websocket-client<1.0,>=0.32.0 07:40:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:40:09 Collecting texttable<0.10,>=0.9.0 07:40:09 Downloading texttable-0.9.1.tar.gz (11 kB) 07:40:09 Removing intermediate container d87c519abced 07:40:09 ---> 1b2f8e2699f7 07:40:09 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:40:10 ---> Running in 5799ce3a1f05 07:40:10 Removing intermediate container 5799ce3a1f05 07:40:10 ---> b4fe03aa6598 07:40:10 Step 14/29 : WORKDIR $BASE_DIR 07:40:11 ---> Running in 71e0e508ca93 07:40:11 Removing intermediate container 71e0e508ca93 07:40:11 ---> 7eb3b8be1f39 07:40:11 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:40:11 ---> Running in 60dac1d3c2ce 07:40:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:40:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:40:13 Collecting docker-pycreds>=0.4.0 07:40:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:40:13 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:40:13 Removing intermediate container bc22d4fd220d 07:40:13 ---> edf663d8fe05 07:40:13 07:40:13 Step 10/24 : FROM scratch 07:40:13 ---> 07:40:13 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:40:13 Collecting idna<2.8,>=2.5 07:40:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:40:14 ---> Using cache 07:40:14 ---> 91866aa7d53f 07:40:14 Step 12/24 : ENV APP_PORT=48060 07:40:14 ---> Running in 89a90cc56949 07:40:14 Collecting urllib3<1.25,>=1.21.1 07:40:14 Removing intermediate container 89a90cc56949 07:40:14 ---> 1fd1ae66b099 07:40:14 Step 13/24 : EXPOSE $APP_PORT 07:40:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:40:14 ---> Running in 216b05461c56 07:40:14 Removing intermediate container 60dac1d3c2ce 07:40:14 ---> 3b318d128d5a 07:40:14 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:40:15 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:40:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:40:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:40:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:40:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:40:15 Removing intermediate container 216b05461c56 07:40:15 ---> 9bc1187baa3a 07:40:15 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:40:16 Installing collected packages: cached-property, jsonschema, docker-pycreds, websocket-client, idna, urllib3, requests, docker, docopt, dockerpty, PyYAML, texttable, docker-compose 07:40:16 ---> 258668dec128 07:40:16 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:40:16 ---> 9c28c03eba1f 07:40:16 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:40:17 Attempting uninstall: idna 07:40:17 Found existing installation: idna 2.9 07:40:17 Uninstalling idna-2.9: 07:40:17 ---> 44df5377300a 07:40:17 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:40:17 Successfully uninstalled idna-2.9 07:40:17 ---> 76e3cbb4bde6 07:40:17 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:40:18 Attempting uninstall: urllib3 07:40:18 Found existing installation: urllib3 1.25.9 07:40:18 Uninstalling urllib3-1.25.9: 07:40:18 ---> 54bcbcd4e9ae 07:40:18 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:40:18 Successfully uninstalled urllib3-1.25.9 07:40:18 ---> 42f70cf01e43 07:40:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:40:18 Attempting uninstall: requests 07:40:18 Found existing installation: requests 2.23.0 07:40:18 Uninstalling requests-2.23.0: 07:40:19 ---> 15a20d679997 07:40:19 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:40:19 Successfully uninstalled requests-2.23.0 07:40:19 ---> acb33fd7eb40 07:40:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:40:20 ---> 01469b971c3f 07:40:20 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:40:20 ---> Running in 6d6372883fcb 07:40:20 Running setup.py install for docopt: started 07:40:21 ---> bf3c52914d27 07:40:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:40:21 ---> 49f670460534 07:40:21 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:40:22 ---> Running in b5d4ecc146e5 07:40:22 Removing intermediate container b5d4ecc146e5 07:40:22 ---> d3d804c7ba23 07:40:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:23 ---> Running in 450c06966363 07:40:23 Running setup.py install for docopt: finished with status 'done' 07:40:23 Running setup.py install for dockerpty: started 07:40:23 Removing intermediate container 6d6372883fcb 07:40:23 ---> f9db029279ec 07:40:23 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:40:23 Removing intermediate container 450c06966363 07:40:23 ---> dc8e67a89dd8 07:40:23 Step 22/24 : LABEL arch=arm64 07:40:23 ---> Running in e0091576e17f 07:40:23 ---> 4f6947b4661a 07:40:23 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:40:23 ---> Running in a947a5cc73a4 07:40:24 Removing intermediate container e0091576e17f 07:40:24 ---> a1ad97355b72 07:40:24 Step 23/24 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:40:24 ---> Running in d7f56092d033 07:40:25 Removing intermediate container d7f56092d033 07:40:25 ---> 7e43d632c0e7 07:40:25 Step 24/24 : LABEL version=1.2.2-dev.16 07:40:25 ---> Running in d46532d9e618 07:40:25 Running setup.py install for dockerpty: finished with status 'done' 07:40:25 Running setup.py install for PyYAML: started 07:40:25 Removing intermediate container d46532d9e618 07:40:25 ---> 921106d628a7 07:40:25 07:40:26 Successfully built 921106d628a7 07:40:26 Successfully tagged docker-support-notifications-go-arm64:latest 07:40:26  Building docker-support-notifications-go ... done Removing intermediate container a947a5cc73a4 07:40:26 ---> 1b2e685b1d64 07:40:26 Step 24/29 : RUN chmod 755 security-secrets-setup 07:40:26 ---> Running in bc6fa94345f7 07:40:28 Running setup.py install for PyYAML: finished with status 'done' 07:40:28 Running setup.py install for texttable: started 07:40:29 Removing intermediate container bc6fa94345f7 07:40:29 ---> c30b98a7c6a6 07:40:29 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:40:30 ---> Running in 9a64511ad34c 07:40:30 Running setup.py install for texttable: finished with status 'done' 07:40:30 Removing intermediate container 9a64511ad34c 07:40:30 ---> 3f7a77fc7e5e 07:40:30 Step 26/29 : CMD [ "generate" ] 07:40:30 ---> Running in 6301ceaceb2a 07:40:31 Removing intermediate container 6301ceaceb2a 07:40:31 ---> 81065073b212 07:40:31 Step 27/29 : LABEL arch=arm64 07:40:31 Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 07:40:31 ---> Running in 511f2a43fa6e 07:40:31 Removing intermediate container 511f2a43fa6e 07:40:31 ---> 6c684256ee60 07:40:31 Step 28/29 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:40:31 ---> Running in 2f668466e265 07:40:32 Removing intermediate container 2f668466e265 07:40:32 ---> 064d7013aeff 07:40:32 Step 29/29 : LABEL version=1.2.2-dev.16 07:40:32 ---> Running in af0ff8f4dfd9 07:40:32 Removing intermediate container af0ff8f4dfd9 07:40:32 ---> 5594b4e865f1 07:40:32 07:40:33 Successfully built 5594b4e865f1 07:40:33 Successfully tagged docker-security-secrets-setup-go-arm64:latest 07:40:34  Building docker-security-secrets-setup-go ... done Removing intermediate container 4101f842b606 07:40:34 ---> 71aa4211da81 07:40:34 Step 22/27 : RUN apk --no-cache add curl 07:40:35 ---> Running in e3d180d6b69d 07:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:40:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:40:37 (2/3) Installing libcurl (7.69.1-r0) 07:40:37 (3/3) Installing curl (7.69.1-r0) 07:40:37 Executing busybox-1.31.1-r16.trigger 07:40:37 OK: 71 MiB in 58 packages 07:40:38 Removing intermediate container e3d180d6b69d 07:40:38 ---> 3ce96b2f3b00 07:40:38 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 07:40:38 ---> Running in e4d7b8e9d021 07:40:39 Removing intermediate container e4d7b8e9d021 07:40:39 ---> 92f81673b3c5 07:40:39 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:39 ---> Running in 5f93b001e87d 07:40:40 Removing intermediate container 5f93b001e87d 07:40:40 ---> a8389d6e51dd 07:40:40 Step 25/27 : LABEL arch=arm64 07:40:40 ---> Running in d45b77b9505f 07:40:40 Removing intermediate container d45b77b9505f 07:40:40 ---> 587646205a03 07:40:40 Step 26/27 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f 07:40:40 ---> Running in 0ce121e5e520 07:40:41 Removing intermediate container 0ce121e5e520 07:40:41 ---> 8de9907b2ebc 07:40:41 Step 27/27 : LABEL version=1.2.2-dev.16 07:40:41 ---> Running in 98f8c6e638aa 07:40:41 Removing intermediate container 98f8c6e638aa 07:40:41 ---> 08457b772db3 07:40:41 07:40:42 Successfully built 08457b772db3 07:40:42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:40:42  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:40:42 $ docker stop --time=1 507027927f2b2c57244330001df7f17fe526f0c47fe35b8b7ee1116542592500 07:40:44 $ docker rm -f 507027927f2b2c57244330001df7f17fe526f0c47fe35b8b7ee1116542592500 [Pipeline] // withDockerContainer [Pipeline] sh 07:40:45 + grep docker 07:40:45 + docker images 07:40:45 docker-sys-mgmt-agent-go-arm64 latest 08457b772db3 4 seconds ago 266MB 07:40:45 docker-security-secrets-setup-go-arm64 latest 5594b4e865f1 13 seconds ago 24.2MB 07:40:45 docker-support-notifications-go-arm64 latest 921106d628a7 20 seconds ago 13.9MB 07:40:45 docker-security-proxy-setup-go-arm64 latest f5744a3b056c 42 seconds ago 15.8MB 07:40:45 docker-core-command-go-arm64 latest b8a18241b114 About a minute ago 12.4MB 07:40:45 docker-core-data-go-arm64 latest 1a8ff6d7acd1 2 minutes ago 23.3MB 07:40:45 docker-security-secretstore-setup-go-arm64 latest b0f7b2be269c 3 minutes ago 32.6MB 07:40:45 docker-core-metadata-go-arm64 latest 3c65fc99cd42 3 minutes ago 13.8MB 07:40:45 docker-support-scheduler-go-arm64 latest e7a64a1d37f9 3 minutes ago 12.6MB 07:40:45 docker-support-logging-go-arm64 latest 4af260aa96b1 3 minutes ago 11.4MB 07:40:45 docker latest ce9d55ae87f1 8 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:40:45 provisioning config files... 07:40:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/128@tmp/config4508404843776086992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:40:46 nexus3.edgexfoundry.org:10001 07:40:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:46 Configure a credential helper to remove this warning. See 07:40:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:46 07:40:46 Login Succeeded 07:40:46 nexus3.edgexfoundry.org:10002 07:40:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:47 Configure a credential helper to remove this warning. See 07:40:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:47 07:40:47 Login Succeeded 07:40:47 nexus3.edgexfoundry.org:10003 07:40:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:47 Configure a credential helper to remove this warning. See 07:40:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:47 07:40:47 Login Succeeded 07:40:47 nexus3.edgexfoundry.org:10004 07:40:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:48 Configure a credential helper to remove this warning. See 07:40:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:48 07:40:48 Login Succeeded 07:40:48 docker.io 07:40:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:49 Configure a credential helper to remove this warning. See 07:40:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:49 07:40:49 Login Succeeded [Pipeline] } 07:40:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:40:49 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 07:40:49 3555043a6994042684a9c8b6423498381cadcc6f 07:40:49 1.2.2-dev.16 07:40:49 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:40:49 master 07:40:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:40:50 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:40:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:40:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:40:50 076a55726499: Preparing 07:40:50 22e19a58c817: Preparing 07:40:50 6bed56c4ace2: Preparing 07:40:50 6bed56c4ace2: Pushed 07:40:50 076a55726499: Pushed 07:40:53 22e19a58c817: Pushed 07:40:53 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:0f1813de23d0589e25da363be505a575b3072a8ad9a06b660fc09b9960bb5f7a size: 943 [Pipeline] isUnix [Pipeline] sh 07:40:53 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:40:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.16 07:40:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:40:54 076a55726499: Preparing 07:40:54 22e19a58c817: Preparing 07:40:54 6bed56c4ace2: Preparing 07:40:54 22e19a58c817: Layer already exists 07:40:54 6bed56c4ace2: Layer already exists 07:40:54 076a55726499: Layer already exists 07:40:54 1.2.2-dev.16: digest: sha256:0f1813de23d0589e25da363be505a575b3072a8ad9a06b660fc09b9960bb5f7a size: 943 [Pipeline] isUnix [Pipeline] sh 07:40:54 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:40:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:40:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:40:55 076a55726499: Preparing 07:40:55 22e19a58c817: Preparing 07:40:55 6bed56c4ace2: Preparing 07:40:55 076a55726499: Layer already exists 07:40:55 6bed56c4ace2: Layer already exists 07:40:55 22e19a58c817: Layer already exists 07:40:55 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:0f1813de23d0589e25da363be505a575b3072a8ad9a06b660fc09b9960bb5f7a size: 943 [Pipeline] isUnix [Pipeline] sh 07:40:55 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:40:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 07:40:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:40:56 076a55726499: Preparing 07:40:56 22e19a58c817: Preparing 07:40:56 6bed56c4ace2: Preparing 07:40:56 6bed56c4ace2: Layer already exists 07:40:56 22e19a58c817: Layer already exists 07:40:56 076a55726499: Layer already exists 07:40:56 master: digest: sha256:0f1813de23d0589e25da363be505a575b3072a8ad9a06b660fc09b9960bb5f7a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:40:56 ===================================================== [Pipeline] echo 07:40:56 taggedImages: 07:40:56 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:40:56 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.16 07:40:56 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:40:56 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 07:40:56 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 07:40:56 3555043a6994042684a9c8b6423498381cadcc6f 07:40:56 1.2.2-dev.16 07:40:56 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:40:56 master 07:40:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:40:57 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:40:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:40:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:40:57 bc1e00a0c9aa: Preparing 07:40:57 35b55b2c2237: Preparing 07:40:57 f8bfedc820f4: Preparing 07:40:57 155eab234209: Preparing 07:40:57 5ab76dc3b706: Preparing 07:40:57 e2f13739ad41: Preparing 07:40:57 e2f13739ad41: Waiting 07:40:57 5ab76dc3b706: Pushed 07:40:57 bc1e00a0c9aa: Pushed 07:40:57 f8bfedc820f4: Pushed 07:40:57 e2f13739ad41: Layer already exists 07:40:58 155eab234209: Pushed 07:41:01 35b55b2c2237: Pushed 07:41:01 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:d13a4ef7e1a74a0eac150256d0e78d3575f439876408b81f38e15dd23f913559 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:41:01 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.16 07:41:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:41:02 bc1e00a0c9aa: Preparing 07:41:02 35b55b2c2237: Preparing 07:41:02 f8bfedc820f4: Preparing 07:41:02 155eab234209: Preparing 07:41:02 5ab76dc3b706: Preparing 07:41:02 e2f13739ad41: Preparing 07:41:02 e2f13739ad41: Waiting 07:41:02 35b55b2c2237: Layer already exists 07:41:02 5ab76dc3b706: Layer already exists 07:41:02 f8bfedc820f4: Layer already exists 07:41:02 bc1e00a0c9aa: Layer already exists 07:41:02 155eab234209: Layer already exists 07:41:02 e2f13739ad41: Layer already exists 07:41:02 1.2.2-dev.16: digest: sha256:d13a4ef7e1a74a0eac150256d0e78d3575f439876408b81f38e15dd23f913559 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:41:02 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:41:03 bc1e00a0c9aa: Preparing 07:41:03 35b55b2c2237: Preparing 07:41:03 f8bfedc820f4: Preparing 07:41:03 155eab234209: Preparing 07:41:03 5ab76dc3b706: Preparing 07:41:03 e2f13739ad41: Preparing 07:41:03 e2f13739ad41: Waiting 07:41:03 bc1e00a0c9aa: Layer already exists 07:41:03 35b55b2c2237: Layer already exists 07:41:03 155eab234209: Layer already exists 07:41:03 f8bfedc820f4: Layer already exists 07:41:03 5ab76dc3b706: Layer already exists 07:41:03 e2f13739ad41: Layer already exists 07:41:03 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:d13a4ef7e1a74a0eac150256d0e78d3575f439876408b81f38e15dd23f913559 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:41:03 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:41:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 07:41:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:41:04 bc1e00a0c9aa: Preparing 07:41:04 35b55b2c2237: Preparing 07:41:04 f8bfedc820f4: Preparing 07:41:04 155eab234209: Preparing 07:41:04 5ab76dc3b706: Preparing 07:41:04 e2f13739ad41: Preparing 07:41:04 e2f13739ad41: Waiting 07:41:04 f8bfedc820f4: Layer already exists 07:41:04 bc1e00a0c9aa: Layer already exists 07:41:04 155eab234209: Layer already exists 07:41:04 5ab76dc3b706: Layer already exists 07:41:04 35b55b2c2237: Layer already exists 07:41:04 e2f13739ad41: Layer already exists 07:41:04 master: digest: sha256:d13a4ef7e1a74a0eac150256d0e78d3575f439876408b81f38e15dd23f913559 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:41:04 ===================================================== [Pipeline] echo 07:41:04 taggedImages: 07:41:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.16 07:41:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 07:41:04 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 07:41:04 3555043a6994042684a9c8b6423498381cadcc6f 07:41:04 1.2.2-dev.16 07:41:04 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:04 master 07:41:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:41:05 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:41:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:41:05 0383bd59a27c: Preparing 07:41:05 1e1655018574: Preparing 07:41:05 5f745f2209ea: Preparing 07:41:05 5f745f2209ea: Pushed 07:41:05 0383bd59a27c: Pushed 07:41:09 1e1655018574: Pushed 07:41:09 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:841d6bec5e43db61f2c804f5e200006b76b7cb07dd4ee5ba1fa9f8bec5ea7f80 size: 943 [Pipeline] isUnix [Pipeline] sh 07:41:09 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.16 07:41:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:41:09 0383bd59a27c: Preparing 07:41:09 1e1655018574: Preparing 07:41:09 5f745f2209ea: Preparing 07:41:09 5f745f2209ea: Layer already exists 07:41:09 0383bd59a27c: Layer already exists 07:41:09 1e1655018574: Layer already exists 07:41:10 1.2.2-dev.16: digest: sha256:841d6bec5e43db61f2c804f5e200006b76b7cb07dd4ee5ba1fa9f8bec5ea7f80 size: 943 [Pipeline] isUnix [Pipeline] sh 07:41:10 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:41:10 0383bd59a27c: Preparing 07:41:10 1e1655018574: Preparing 07:41:10 5f745f2209ea: Preparing 07:41:10 1e1655018574: Layer already exists 07:41:10 0383bd59a27c: Layer already exists 07:41:10 5f745f2209ea: Layer already exists 07:41:11 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:841d6bec5e43db61f2c804f5e200006b76b7cb07dd4ee5ba1fa9f8bec5ea7f80 size: 943 [Pipeline] isUnix [Pipeline] sh 07:41:11 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:41:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 07:41:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:41:11 0383bd59a27c: Preparing 07:41:11 1e1655018574: Preparing 07:41:11 5f745f2209ea: Preparing 07:41:11 1e1655018574: Layer already exists 07:41:11 0383bd59a27c: Layer already exists 07:41:11 5f745f2209ea: Layer already exists 07:41:12 master: digest: sha256:841d6bec5e43db61f2c804f5e200006b76b7cb07dd4ee5ba1fa9f8bec5ea7f80 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:41:12 ===================================================== [Pipeline] echo 07:41:12 taggedImages: 07:41:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.16 07:41:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 07:41:12 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 07:41:12 3555043a6994042684a9c8b6423498381cadcc6f 07:41:12 1.2.2-dev.16 07:41:12 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:12 master 07:41:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:41:12 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:41:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:41:13 bcddbafb158c: Preparing 07:41:13 5e4a6f9fb042: Preparing 07:41:13 b02bd4ff5d13: Preparing 07:41:13 fdca69e87bc7: Preparing 07:41:13 e2f13739ad41: Preparing 07:41:13 e2f13739ad41: Layer already exists 07:41:13 b02bd4ff5d13: Pushed 07:41:13 5e4a6f9fb042: Pushed 07:41:13 fdca69e87bc7: Pushed 07:41:15 bcddbafb158c: Pushed 07:41:15 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:316713f9b1ee70f290cde37a1a183bc8100ce1151138e2ffcdb64a9f73c990f8 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:41:16 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.16 07:41:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:41:16 bcddbafb158c: Preparing 07:41:16 5e4a6f9fb042: Preparing 07:41:16 b02bd4ff5d13: Preparing 07:41:16 fdca69e87bc7: Preparing 07:41:16 e2f13739ad41: Preparing 07:41:16 fdca69e87bc7: Layer already exists 07:41:16 e2f13739ad41: Layer already exists 07:41:16 bcddbafb158c: Layer already exists 07:41:16 b02bd4ff5d13: Layer already exists 07:41:16 5e4a6f9fb042: Layer already exists 07:41:16 1.2.2-dev.16: digest: sha256:316713f9b1ee70f290cde37a1a183bc8100ce1151138e2ffcdb64a9f73c990f8 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:41:17 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:41:17 bcddbafb158c: Preparing 07:41:17 5e4a6f9fb042: Preparing 07:41:17 b02bd4ff5d13: Preparing 07:41:17 fdca69e87bc7: Preparing 07:41:17 e2f13739ad41: Preparing 07:41:17 e2f13739ad41: Layer already exists 07:41:17 b02bd4ff5d13: Layer already exists 07:41:17 fdca69e87bc7: Layer already exists 07:41:17 5e4a6f9fb042: Layer already exists 07:41:17 bcddbafb158c: Layer already exists 07:41:17 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:316713f9b1ee70f290cde37a1a183bc8100ce1151138e2ffcdb64a9f73c990f8 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:41:18 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:41:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 07:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:41:18 bcddbafb158c: Preparing 07:41:18 5e4a6f9fb042: Preparing 07:41:18 b02bd4ff5d13: Preparing 07:41:18 fdca69e87bc7: Preparing 07:41:18 e2f13739ad41: Preparing 07:41:18 5e4a6f9fb042: Layer already exists 07:41:18 b02bd4ff5d13: Layer already exists 07:41:18 bcddbafb158c: Layer already exists 07:41:18 e2f13739ad41: Layer already exists 07:41:18 fdca69e87bc7: Layer already exists 07:41:18 master: digest: sha256:316713f9b1ee70f290cde37a1a183bc8100ce1151138e2ffcdb64a9f73c990f8 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:41:18 ===================================================== [Pipeline] echo 07:41:18 taggedImages: 07:41:18 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:18 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.16 07:41:18 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:18 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 07:41:19 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 07:41:19 3555043a6994042684a9c8b6423498381cadcc6f 07:41:19 1.2.2-dev.16 07:41:19 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:19 master 07:41:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:41:19 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:41:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 07:41:19 9e4bf293ff6e: Preparing 07:41:19 f923da286ea6: Preparing 07:41:19 df565dda6309: Preparing 07:41:19 ffe80097a260: Preparing 07:41:19 ffe80097a260: Preparing 07:41:19 c76474746f51: Preparing 07:41:19 9663120db3af: Preparing 07:41:19 9d3292f852b7: Preparing 07:41:19 9e4bf293ff6e: Preparing 07:41:19 1e9233824d5b: Preparing 07:41:19 bd937952866f: Preparing 07:41:19 6c10ea07e2d0: Preparing 07:41:19 e2f13739ad41: Preparing 07:41:19 6c10ea07e2d0: Waiting 07:41:19 1e9233824d5b: Waiting 07:41:19 bd937952866f: Waiting 07:41:19 e2f13739ad41: Waiting 07:41:19 9663120db3af: Waiting 07:41:19 9d3292f852b7: Waiting 07:41:20 ffe80097a260: Pushed 07:41:20 f923da286ea6: Pushed 07:41:20 df565dda6309: Pushed 07:41:20 c76474746f51: Pushed 07:41:20 9663120db3af: Pushed 07:41:20 9d3292f852b7: Pushed 07:41:20 bd937952866f: Pushed 07:41:20 1e9233824d5b: Pushed 07:41:20 e2f13739ad41: Layer already exists 07:41:20 6c10ea07e2d0: Pushed 07:41:22 9e4bf293ff6e: Pushed 07:41:22 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:c0608373ffb9ea2913d6440e44c512b79810396cf73a95add4030afd781c17cb size: 3027 [Pipeline] isUnix [Pipeline] sh 07:41:23 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.16 07:41:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 07:41:23 9e4bf293ff6e: Preparing 07:41:23 f923da286ea6: Preparing 07:41:23 df565dda6309: Preparing 07:41:23 ffe80097a260: Preparing 07:41:23 ffe80097a260: Preparing 07:41:23 c76474746f51: Preparing 07:41:23 9663120db3af: Preparing 07:41:23 9d3292f852b7: Preparing 07:41:23 9e4bf293ff6e: Preparing 07:41:23 1e9233824d5b: Preparing 07:41:23 bd937952866f: Preparing 07:41:23 6c10ea07e2d0: Preparing 07:41:23 e2f13739ad41: Preparing 07:41:23 1e9233824d5b: Waiting 07:41:23 9663120db3af: Waiting 07:41:23 9d3292f852b7: Waiting 07:41:23 bd937952866f: Waiting 07:41:23 6c10ea07e2d0: Waiting 07:41:23 e2f13739ad41: Waiting 07:41:23 c76474746f51: Layer already exists 07:41:23 f923da286ea6: Layer already exists 07:41:23 9e4bf293ff6e: Layer already exists 07:41:23 df565dda6309: Layer already exists 07:41:23 ffe80097a260: Layer already exists 07:41:23 9663120db3af: Layer already exists 07:41:23 1e9233824d5b: Layer already exists 07:41:23 9d3292f852b7: Layer already exists 07:41:23 6c10ea07e2d0: Layer already exists 07:41:23 bd937952866f: Layer already exists 07:41:23 e2f13739ad41: Layer already exists 07:41:23 1.2.2-dev.16: digest: sha256:c0608373ffb9ea2913d6440e44c512b79810396cf73a95add4030afd781c17cb size: 3027 [Pipeline] isUnix [Pipeline] sh 07:41:23 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 07:41:24 9e4bf293ff6e: Preparing 07:41:24 f923da286ea6: Preparing 07:41:24 df565dda6309: Preparing 07:41:24 ffe80097a260: Preparing 07:41:24 ffe80097a260: Preparing 07:41:24 c76474746f51: Preparing 07:41:24 9663120db3af: Preparing 07:41:24 9d3292f852b7: Preparing 07:41:24 9e4bf293ff6e: Preparing 07:41:24 1e9233824d5b: Preparing 07:41:24 bd937952866f: Preparing 07:41:24 6c10ea07e2d0: Preparing 07:41:24 e2f13739ad41: Preparing 07:41:24 1e9233824d5b: Waiting 07:41:24 bd937952866f: Waiting 07:41:24 9663120db3af: Waiting 07:41:24 9d3292f852b7: Waiting 07:41:24 e2f13739ad41: Waiting 07:41:24 6c10ea07e2d0: Waiting 07:41:24 c76474746f51: Layer already exists 07:41:24 9e4bf293ff6e: Layer already exists 07:41:24 df565dda6309: Layer already exists 07:41:24 ffe80097a260: Layer already exists 07:41:24 f923da286ea6: Layer already exists 07:41:24 9663120db3af: Layer already exists 07:41:24 1e9233824d5b: Layer already exists 07:41:24 bd937952866f: Layer already exists 07:41:24 6c10ea07e2d0: Layer already exists 07:41:24 9d3292f852b7: Layer already exists 07:41:24 e2f13739ad41: Layer already exists 07:41:24 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:c0608373ffb9ea2913d6440e44c512b79810396cf73a95add4030afd781c17cb size: 3027 [Pipeline] isUnix [Pipeline] sh 07:41:24 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:41:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 07:41:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 07:41:25 9e4bf293ff6e: Preparing 07:41:25 f923da286ea6: Preparing 07:41:25 df565dda6309: Preparing 07:41:25 ffe80097a260: Preparing 07:41:25 ffe80097a260: Preparing 07:41:25 c76474746f51: Preparing 07:41:25 9663120db3af: Preparing 07:41:25 9d3292f852b7: Preparing 07:41:25 9663120db3af: Waiting 07:41:25 9e4bf293ff6e: Preparing 07:41:25 1e9233824d5b: Preparing 07:41:25 9d3292f852b7: Waiting 07:41:25 1e9233824d5b: Waiting 07:41:25 bd937952866f: Preparing 07:41:25 6c10ea07e2d0: Preparing 07:41:25 bd937952866f: Waiting 07:41:25 e2f13739ad41: Preparing 07:41:25 6c10ea07e2d0: Waiting 07:41:25 e2f13739ad41: Waiting 07:41:25 ffe80097a260: Layer already exists 07:41:25 f923da286ea6: Layer already exists 07:41:25 df565dda6309: Layer already exists 07:41:25 c76474746f51: Layer already exists 07:41:25 9e4bf293ff6e: Layer already exists 07:41:25 1e9233824d5b: Layer already exists 07:41:25 9663120db3af: Layer already exists 07:41:25 6c10ea07e2d0: Layer already exists 07:41:25 bd937952866f: Layer already exists 07:41:25 9d3292f852b7: Layer already exists 07:41:25 e2f13739ad41: Layer already exists 07:41:25 master: digest: sha256:c0608373ffb9ea2913d6440e44c512b79810396cf73a95add4030afd781c17cb size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:41:25 ===================================================== [Pipeline] echo 07:41:25 taggedImages: 07:41:25 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:25 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.16 07:41:25 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:25 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 07:41:25 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 07:41:25 3555043a6994042684a9c8b6423498381cadcc6f 07:41:25 1.2.2-dev.16 07:41:25 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:25 master 07:41:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:41:26 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:41:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:41:26 45ee65eaf170: Preparing 07:41:26 320d35ee90af: Preparing 07:41:26 ddc6f79ee4d6: Preparing 07:41:26 76febf9c6801: Preparing 07:41:26 3732c95ae74a: Preparing 07:41:26 d6fab2657d09: Preparing 07:41:26 1db116d74b39: Preparing 07:41:26 afddeeca2252: Preparing 07:41:26 304ef43cd2a8: Preparing 07:41:26 2e4b3f1557e6: Preparing 07:41:26 66b385cf80cf: Preparing 07:41:26 d6fab2657d09: Waiting 07:41:26 1db116d74b39: Waiting 07:41:26 2e4b3f1557e6: Waiting 07:41:26 304ef43cd2a8: Waiting 07:41:26 66b385cf80cf: Waiting 07:41:26 afddeeca2252: Waiting 07:41:26 320d35ee90af: Pushed 07:41:26 45ee65eaf170: Pushed 07:41:27 d6fab2657d09: Pushed 07:41:27 1db116d74b39: Pushed 07:41:27 afddeeca2252: Pushed 07:41:27 304ef43cd2a8: Pushed 07:41:27 66b385cf80cf: Layer already exists 07:41:28 2e4b3f1557e6: Pushed 07:41:29 ddc6f79ee4d6: Pushed 07:41:29 76febf9c6801: Pushed 07:41:29 3732c95ae74a: Pushed 07:41:29 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:76281149643f52e799b8a3113e7da035647533f2d06e9f7789411a42cdc9bf4a size: 2616 [Pipeline] isUnix [Pipeline] sh 07:41:29 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.16 07:41:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:41:30 45ee65eaf170: Preparing 07:41:30 320d35ee90af: Preparing 07:41:30 ddc6f79ee4d6: Preparing 07:41:30 76febf9c6801: Preparing 07:41:30 3732c95ae74a: Preparing 07:41:30 d6fab2657d09: Preparing 07:41:30 1db116d74b39: Preparing 07:41:30 afddeeca2252: Preparing 07:41:30 304ef43cd2a8: Preparing 07:41:30 2e4b3f1557e6: Preparing 07:41:30 66b385cf80cf: Preparing 07:41:30 304ef43cd2a8: Waiting 07:41:30 d6fab2657d09: Waiting 07:41:30 1db116d74b39: Waiting 07:41:30 afddeeca2252: Waiting 07:41:30 2e4b3f1557e6: Waiting 07:41:30 66b385cf80cf: Waiting 07:41:30 ddc6f79ee4d6: Layer already exists 07:41:30 45ee65eaf170: Layer already exists 07:41:30 76febf9c6801: Layer already exists 07:41:30 3732c95ae74a: Layer already exists 07:41:30 320d35ee90af: Layer already exists 07:41:30 d6fab2657d09: Layer already exists 07:41:30 afddeeca2252: Layer already exists 07:41:30 1db116d74b39: Layer already exists 07:41:30 304ef43cd2a8: Layer already exists 07:41:30 2e4b3f1557e6: Layer already exists 07:41:30 66b385cf80cf: Layer already exists 07:41:30 1.2.2-dev.16: digest: sha256:76281149643f52e799b8a3113e7da035647533f2d06e9f7789411a42cdc9bf4a size: 2616 [Pipeline] isUnix [Pipeline] sh 07:41:30 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:41:31 45ee65eaf170: Preparing 07:41:31 320d35ee90af: Preparing 07:41:31 ddc6f79ee4d6: Preparing 07:41:31 76febf9c6801: Preparing 07:41:31 3732c95ae74a: Preparing 07:41:31 d6fab2657d09: Preparing 07:41:31 1db116d74b39: Preparing 07:41:31 afddeeca2252: Preparing 07:41:31 304ef43cd2a8: Preparing 07:41:31 2e4b3f1557e6: Preparing 07:41:31 66b385cf80cf: Preparing 07:41:31 304ef43cd2a8: Waiting 07:41:31 1db116d74b39: Waiting 07:41:31 d6fab2657d09: Waiting 07:41:31 afddeeca2252: Waiting 07:41:31 66b385cf80cf: Waiting 07:41:31 45ee65eaf170: Layer already exists 07:41:31 3732c95ae74a: Layer already exists 07:41:31 76febf9c6801: Layer already exists 07:41:31 ddc6f79ee4d6: Layer already exists 07:41:31 320d35ee90af: Layer already exists 07:41:31 afddeeca2252: Layer already exists 07:41:31 304ef43cd2a8: Layer already exists 07:41:31 d6fab2657d09: Layer already exists 07:41:31 2e4b3f1557e6: Layer already exists 07:41:31 1db116d74b39: Layer already exists 07:41:31 66b385cf80cf: Layer already exists 07:41:31 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:76281149643f52e799b8a3113e7da035647533f2d06e9f7789411a42cdc9bf4a size: 2616 [Pipeline] isUnix [Pipeline] sh 07:41:31 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:41:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 07:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:41:32 45ee65eaf170: Preparing 07:41:32 320d35ee90af: Preparing 07:41:32 ddc6f79ee4d6: Preparing 07:41:32 76febf9c6801: Preparing 07:41:32 3732c95ae74a: Preparing 07:41:32 d6fab2657d09: Preparing 07:41:32 1db116d74b39: Preparing 07:41:32 afddeeca2252: Preparing 07:41:32 304ef43cd2a8: Preparing 07:41:32 2e4b3f1557e6: Preparing 07:41:32 66b385cf80cf: Preparing 07:41:32 afddeeca2252: Waiting 07:41:32 304ef43cd2a8: Waiting 07:41:32 2e4b3f1557e6: Waiting 07:41:32 66b385cf80cf: Waiting 07:41:32 d6fab2657d09: Waiting 07:41:32 3732c95ae74a: Layer already exists 07:41:32 76febf9c6801: Layer already exists 07:41:32 320d35ee90af: Layer already exists 07:41:32 ddc6f79ee4d6: Layer already exists 07:41:32 45ee65eaf170: Layer already exists 07:41:32 d6fab2657d09: Layer already exists 07:41:32 afddeeca2252: Layer already exists 07:41:32 2e4b3f1557e6: Layer already exists 07:41:32 1db116d74b39: Layer already exists 07:41:32 304ef43cd2a8: Layer already exists 07:41:32 66b385cf80cf: Layer already exists 07:41:32 master: digest: sha256:76281149643f52e799b8a3113e7da035647533f2d06e9f7789411a42cdc9bf4a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:41:32 ===================================================== [Pipeline] echo 07:41:32 taggedImages: 07:41:32 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:32 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.16 07:41:32 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:32 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 07:41:32 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 07:41:32 3555043a6994042684a9c8b6423498381cadcc6f 07:41:32 1.2.2-dev.16 07:41:32 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:32 master 07:41:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:41:33 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:41:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 07:41:33 1a265849a9e8: Preparing 07:41:33 e274ac20cbcf: Preparing 07:41:33 fa514c506b71: Preparing 07:41:33 388b8e16c111: Preparing 07:41:33 1a265849a9e8: Pushed 07:41:33 fa514c506b71: Pushed 07:41:34 388b8e16c111: Pushed 07:41:36 e274ac20cbcf: Pushed 07:41:36 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:0b6420fa0182046380ce25817bd9026b1339d80d95eac4961c14175fc9564024 size: 1153 [Pipeline] isUnix [Pipeline] sh 07:41:36 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.16 07:41:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 07:41:37 1a265849a9e8: Preparing 07:41:37 e274ac20cbcf: Preparing 07:41:37 fa514c506b71: Preparing 07:41:37 388b8e16c111: Preparing 07:41:37 e274ac20cbcf: Layer already exists 07:41:37 388b8e16c111: Layer already exists 07:41:37 fa514c506b71: Layer already exists 07:41:37 1a265849a9e8: Layer already exists 07:41:37 1.2.2-dev.16: digest: sha256:0b6420fa0182046380ce25817bd9026b1339d80d95eac4961c14175fc9564024 size: 1153 [Pipeline] isUnix [Pipeline] sh 07:41:37 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 07:41:38 1a265849a9e8: Preparing 07:41:38 e274ac20cbcf: Preparing 07:41:38 fa514c506b71: Preparing 07:41:38 388b8e16c111: Preparing 07:41:38 e274ac20cbcf: Layer already exists 07:41:38 1a265849a9e8: Layer already exists 07:41:38 388b8e16c111: Layer already exists 07:41:38 fa514c506b71: Layer already exists 07:41:38 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:0b6420fa0182046380ce25817bd9026b1339d80d95eac4961c14175fc9564024 size: 1153 [Pipeline] isUnix [Pipeline] sh 07:41:38 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:41:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 07:41:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 07:41:39 1a265849a9e8: Preparing 07:41:39 e274ac20cbcf: Preparing 07:41:39 fa514c506b71: Preparing 07:41:39 388b8e16c111: Preparing 07:41:39 e274ac20cbcf: Layer already exists 07:41:39 388b8e16c111: Layer already exists 07:41:39 1a265849a9e8: Layer already exists 07:41:39 fa514c506b71: Layer already exists 07:41:39 master: digest: sha256:0b6420fa0182046380ce25817bd9026b1339d80d95eac4961c14175fc9564024 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:41:39 ===================================================== [Pipeline] echo 07:41:39 taggedImages: 07:41:39 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:39 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.16 07:41:39 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:39 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 07:41:39 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 07:41:39 3555043a6994042684a9c8b6423498381cadcc6f 07:41:39 1.2.2-dev.16 07:41:39 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:39 master 07:41:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:41:40 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:41:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:41:40 0da82e4e70b3: Preparing 07:41:40 961498b2d637: Preparing 07:41:40 0ae0ccf56988: Preparing 07:41:40 947db0142fc8: Preparing 07:41:40 4dc7b033cfa7: Preparing 07:41:40 7f69111c6dd3: Preparing 07:41:40 7f69111c6dd3: Waiting 07:41:40 0ae0ccf56988: Pushed 07:41:40 0da82e4e70b3: Pushed 07:41:40 947db0142fc8: Pushed 07:41:40 4dc7b033cfa7: Pushed 07:41:41 7f69111c6dd3: Pushed 07:41:44 961498b2d637: Pushed 07:41:44 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:46320447d504428c8e1a00dfc5deb45711a22da55de511304ef4a2fcc994f22d size: 1573 [Pipeline] isUnix [Pipeline] sh 07:41:45 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.16 07:41:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:41:45 0da82e4e70b3: Preparing 07:41:45 961498b2d637: Preparing 07:41:45 0ae0ccf56988: Preparing 07:41:45 947db0142fc8: Preparing 07:41:45 4dc7b033cfa7: Preparing 07:41:45 7f69111c6dd3: Preparing 07:41:45 7f69111c6dd3: Waiting 07:41:45 961498b2d637: Layer already exists 07:41:45 0ae0ccf56988: Layer already exists 07:41:45 4dc7b033cfa7: Layer already exists 07:41:45 947db0142fc8: Layer already exists 07:41:45 0da82e4e70b3: Layer already exists 07:41:45 7f69111c6dd3: Layer already exists 07:41:45 1.2.2-dev.16: digest: sha256:46320447d504428c8e1a00dfc5deb45711a22da55de511304ef4a2fcc994f22d size: 1573 [Pipeline] isUnix [Pipeline] sh 07:41:46 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:41:46 0da82e4e70b3: Preparing 07:41:46 961498b2d637: Preparing 07:41:46 0ae0ccf56988: Preparing 07:41:46 947db0142fc8: Preparing 07:41:46 4dc7b033cfa7: Preparing 07:41:46 7f69111c6dd3: Preparing 07:41:46 7f69111c6dd3: Waiting 07:41:46 4dc7b033cfa7: Layer already exists 07:41:46 947db0142fc8: Layer already exists 07:41:46 0ae0ccf56988: Layer already exists 07:41:46 961498b2d637: Layer already exists 07:41:46 0da82e4e70b3: Layer already exists 07:41:46 7f69111c6dd3: Layer already exists 07:41:46 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:46320447d504428c8e1a00dfc5deb45711a22da55de511304ef4a2fcc994f22d size: 1573 [Pipeline] isUnix [Pipeline] sh 07:41:47 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:41:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 07:41:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:41:47 0da82e4e70b3: Preparing 07:41:47 961498b2d637: Preparing 07:41:47 0ae0ccf56988: Preparing 07:41:47 947db0142fc8: Preparing 07:41:47 4dc7b033cfa7: Preparing 07:41:47 7f69111c6dd3: Preparing 07:41:47 7f69111c6dd3: Waiting 07:41:47 4dc7b033cfa7: Layer already exists 07:41:47 961498b2d637: Layer already exists 07:41:47 947db0142fc8: Layer already exists 07:41:47 0ae0ccf56988: Layer already exists 07:41:47 0da82e4e70b3: Layer already exists 07:41:47 7f69111c6dd3: Layer already exists 07:41:47 master: digest: sha256:46320447d504428c8e1a00dfc5deb45711a22da55de511304ef4a2fcc994f22d size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:41:47 ===================================================== [Pipeline] echo 07:41:47 taggedImages: 07:41:47 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:47 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.16 07:41:47 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:47 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 07:41:47 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 07:41:47 3555043a6994042684a9c8b6423498381cadcc6f 07:41:47 1.2.2-dev.16 07:41:47 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:47 master 07:41:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:41:48 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:41:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:41:48 6924adfd91a1: Preparing 07:41:48 525c554d13a4: Preparing 07:41:48 89c194c8da77: Preparing 07:41:49 89c194c8da77: Pushed 07:41:49 6924adfd91a1: Pushed 07:41:52 525c554d13a4: Pushed 07:41:52 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:3759e91acbdd2dd5758a83c6be72521201125db77646b9aabc2ad421ce30571e size: 943 [Pipeline] isUnix [Pipeline] sh 07:41:52 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.16 07:41:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:41:53 6924adfd91a1: Preparing 07:41:53 525c554d13a4: Preparing 07:41:53 89c194c8da77: Preparing 07:41:53 525c554d13a4: Layer already exists 07:41:53 6924adfd91a1: Layer already exists 07:41:53 89c194c8da77: Layer already exists 07:41:53 1.2.2-dev.16: digest: sha256:3759e91acbdd2dd5758a83c6be72521201125db77646b9aabc2ad421ce30571e size: 943 [Pipeline] isUnix [Pipeline] sh 07:41:53 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:41:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:41:54 6924adfd91a1: Preparing 07:41:54 525c554d13a4: Preparing 07:41:54 89c194c8da77: Preparing 07:41:54 525c554d13a4: Layer already exists 07:41:54 89c194c8da77: Layer already exists 07:41:54 6924adfd91a1: Layer already exists 07:41:54 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:3759e91acbdd2dd5758a83c6be72521201125db77646b9aabc2ad421ce30571e size: 943 [Pipeline] isUnix [Pipeline] sh 07:41:54 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:41:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 07:41:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:41:54 6924adfd91a1: Preparing 07:41:54 525c554d13a4: Preparing 07:41:54 89c194c8da77: Preparing 07:41:54 6924adfd91a1: Layer already exists 07:41:54 89c194c8da77: Layer already exists 07:41:54 525c554d13a4: Layer already exists 07:41:55 master: digest: sha256:3759e91acbdd2dd5758a83c6be72521201125db77646b9aabc2ad421ce30571e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:41:55 ===================================================== [Pipeline] echo 07:41:55 taggedImages: 07:41:55 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:55 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.16 07:41:55 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:55 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 07:41:55 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 07:41:55 3555043a6994042684a9c8b6423498381cadcc6f 07:41:55 1.2.2-dev.16 07:41:55 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:41:55 master 07:41:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:41:56 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh 07:41:56 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:41:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:41:56 3b9f0d48d53b: Preparing 07:41:56 83a91117fda3: Preparing 07:41:56 5aa04081cb3a: Preparing 07:41:56 56991f7660ff: Preparing 07:41:56 c10d594e8410: Preparing 07:41:56 be9abb70372a: Preparing 07:41:56 a68fd19056fe: Preparing 07:41:56 dcafda8adff7: Preparing 07:41:56 48d9eb58abf3: Preparing 07:41:56 e5de615b7841: Preparing 07:41:56 b0d752909cf9: Preparing 07:41:56 94fdc660876c: Preparing 07:41:56 4e7279dfc0c0: Preparing 07:41:56 e2f13739ad41: Preparing 07:41:56 be9abb70372a: Waiting 07:41:56 e5de615b7841: Waiting 07:41:56 a68fd19056fe: Waiting 07:41:56 b0d752909cf9: Waiting 07:41:56 94fdc660876c: Waiting 07:41:56 e2f13739ad41: Waiting 07:41:56 4e7279dfc0c0: Waiting 07:41:56 48d9eb58abf3: Waiting 07:41:56 dcafda8adff7: Waiting 07:41:56 c10d594e8410: Pushed 07:41:57 3b9f0d48d53b: Pushed 07:41:57 56991f7660ff: Pushed 07:41:57 dcafda8adff7: Layer already exists 07:41:57 48d9eb58abf3: Layer already exists 07:41:57 e5de615b7841: Layer already exists 07:41:57 b0d752909cf9: Layer already exists 07:41:57 a68fd19056fe: Pushed 07:41:58 4e7279dfc0c0: Layer already exists 07:41:58 94fdc660876c: Layer already exists 07:41:58 e2f13739ad41: Layer already exists 07:41:58 83a91117fda3: Pushed 07:41:59 be9abb70372a: Pushed 07:42:09 5aa04081cb3a: Pushed 07:42:09 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:04f885a9082d33898bf2f9fb95603b34c7b4a1d2326b816f97681596dbb13b0a size: 3253 [Pipeline] isUnix [Pipeline] sh 07:42:10 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:42:10 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.16 07:42:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:42:10 3b9f0d48d53b: Preparing 07:42:10 83a91117fda3: Preparing 07:42:10 5aa04081cb3a: Preparing 07:42:10 56991f7660ff: Preparing 07:42:10 c10d594e8410: Preparing 07:42:10 be9abb70372a: Preparing 07:42:10 a68fd19056fe: Preparing 07:42:10 dcafda8adff7: Preparing 07:42:10 48d9eb58abf3: Preparing 07:42:10 e5de615b7841: Preparing 07:42:10 b0d752909cf9: Preparing 07:42:10 94fdc660876c: Preparing 07:42:10 4e7279dfc0c0: Preparing 07:42:10 e2f13739ad41: Preparing 07:42:10 be9abb70372a: Waiting 07:42:10 a68fd19056fe: Waiting 07:42:10 e5de615b7841: Waiting 07:42:10 dcafda8adff7: Waiting 07:42:10 b0d752909cf9: Waiting 07:42:10 48d9eb58abf3: Waiting 07:42:10 94fdc660876c: Waiting 07:42:10 e2f13739ad41: Waiting 07:42:10 4e7279dfc0c0: Waiting 07:42:10 3b9f0d48d53b: Layer already exists 07:42:10 56991f7660ff: Layer already exists 07:42:10 83a91117fda3: Layer already exists 07:42:10 c10d594e8410: Layer already exists 07:42:10 5aa04081cb3a: Layer already exists 07:42:11 be9abb70372a: Layer already exists 07:42:11 a68fd19056fe: Layer already exists 07:42:11 48d9eb58abf3: Layer already exists 07:42:11 dcafda8adff7: Layer already exists 07:42:11 e5de615b7841: Layer already exists 07:42:11 b0d752909cf9: Layer already exists 07:42:11 94fdc660876c: Layer already exists 07:42:11 e2f13739ad41: Layer already exists 07:42:11 4e7279dfc0c0: Layer already exists 07:42:11 1.2.2-dev.16: digest: sha256:04f885a9082d33898bf2f9fb95603b34c7b4a1d2326b816f97681596dbb13b0a size: 3253 [Pipeline] isUnix [Pipeline] sh 07:42:11 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh 07:42:11 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:42:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:42:11 3b9f0d48d53b: Preparing 07:42:11 83a91117fda3: Preparing 07:42:11 5aa04081cb3a: Preparing 07:42:11 56991f7660ff: Preparing 07:42:11 c10d594e8410: Preparing 07:42:11 be9abb70372a: Preparing 07:42:11 a68fd19056fe: Preparing 07:42:11 dcafda8adff7: Preparing 07:42:11 48d9eb58abf3: Preparing 07:42:11 e5de615b7841: Preparing 07:42:11 b0d752909cf9: Preparing 07:42:11 94fdc660876c: Preparing 07:42:11 4e7279dfc0c0: Preparing 07:42:11 e2f13739ad41: Preparing 07:42:11 48d9eb58abf3: Waiting 07:42:11 e5de615b7841: Waiting 07:42:11 b0d752909cf9: Waiting 07:42:11 94fdc660876c: Waiting 07:42:11 4e7279dfc0c0: Waiting 07:42:11 e2f13739ad41: Waiting 07:42:11 a68fd19056fe: Waiting 07:42:11 dcafda8adff7: Waiting 07:42:11 be9abb70372a: Waiting 07:42:11 c10d594e8410: Layer already exists 07:42:11 5aa04081cb3a: Layer already exists 07:42:11 3b9f0d48d53b: Layer already exists 07:42:11 83a91117fda3: Layer already exists 07:42:11 56991f7660ff: Layer already exists 07:42:11 be9abb70372a: Layer already exists 07:42:11 a68fd19056fe: Layer already exists 07:42:11 48d9eb58abf3: Layer already exists 07:42:11 dcafda8adff7: Layer already exists 07:42:11 e5de615b7841: Layer already exists 07:42:12 94fdc660876c: Layer already exists 07:42:12 b0d752909cf9: Layer already exists 07:42:12 4e7279dfc0c0: Layer already exists 07:42:12 e2f13739ad41: Layer already exists 07:42:12 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:04f885a9082d33898bf2f9fb95603b34c7b4a1d2326b816f97681596dbb13b0a size: 3253 [Pipeline] isUnix [Pipeline] sh 07:42:12 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:42:12 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 07:42:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:42:12 3b9f0d48d53b: Preparing 07:42:12 83a91117fda3: Preparing 07:42:12 5aa04081cb3a: Preparing 07:42:12 56991f7660ff: Preparing 07:42:12 c10d594e8410: Preparing 07:42:12 be9abb70372a: Preparing 07:42:12 a68fd19056fe: Preparing 07:42:12 dcafda8adff7: Preparing 07:42:12 48d9eb58abf3: Preparing 07:42:12 e5de615b7841: Preparing 07:42:12 b0d752909cf9: Preparing 07:42:12 94fdc660876c: Preparing 07:42:12 4e7279dfc0c0: Preparing 07:42:12 e2f13739ad41: Preparing 07:42:12 be9abb70372a: Waiting 07:42:12 a68fd19056fe: Waiting 07:42:12 b0d752909cf9: Waiting 07:42:12 94fdc660876c: Waiting 07:42:12 4e7279dfc0c0: Waiting 07:42:12 e2f13739ad41: Waiting 07:42:12 dcafda8adff7: Waiting 07:42:12 e5de615b7841: Waiting 07:42:12 48d9eb58abf3: Waiting 07:42:12 5aa04081cb3a: Layer already exists 07:42:12 56991f7660ff: Layer already exists 07:42:12 c10d594e8410: Layer already exists 07:42:12 3b9f0d48d53b: Layer already exists 07:42:12 83a91117fda3: Layer already exists 07:42:12 be9abb70372a: Layer already exists 07:42:12 dcafda8adff7: Layer already exists 07:42:12 a68fd19056fe: Layer already exists 07:42:12 e5de615b7841: Layer already exists 07:42:12 48d9eb58abf3: Layer already exists 07:42:12 b0d752909cf9: Layer already exists 07:42:12 94fdc660876c: Layer already exists 07:42:12 4e7279dfc0c0: Layer already exists 07:42:12 e2f13739ad41: Layer already exists 07:42:12 master: digest: sha256:04f885a9082d33898bf2f9fb95603b34c7b4a1d2326b816f97681596dbb13b0a size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:13 ===================================================== [Pipeline] echo 07:42:13 taggedImages: 07:42:13 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:42:13 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.16 07:42:13 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 07:42:13 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:42:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:42:14 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:42:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:42:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:42:15 07:42:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 07:42:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:42:15 1.317.0: Pulling from edgex-devops/edgex-snyk-go 07:42:15 cbdbe7a5bc2a: Already exists 07:42:15 408f87550127: Pulling fs layer 07:42:15 fe522b08c979: Pulling fs layer 07:42:15 221eaa008020: Pulling fs layer 07:42:15 2a4607e5d6b9: Pulling fs layer 07:42:15 8f79b27c4fd2: Pulling fs layer 07:42:15 e5c8dbe1645b: Pulling fs layer 07:42:15 23e8b3b47431: Pulling fs layer 07:42:15 5c568d65a230: Pulling fs layer 07:42:15 e5c8dbe1645b: Waiting 07:42:15 23e8b3b47431: Waiting 07:42:15 5c568d65a230: Waiting 07:42:15 2a4607e5d6b9: Waiting 07:42:15 8f79b27c4fd2: Waiting 07:42:15 fe522b08c979: Verifying Checksum 07:42:15 fe522b08c979: Download complete 07:42:15 408f87550127: Download complete 07:42:15 8f79b27c4fd2: Verifying Checksum 07:42:15 8f79b27c4fd2: Download complete 07:42:15 2a4607e5d6b9: Verifying Checksum 07:42:15 2a4607e5d6b9: Download complete 07:42:15 408f87550127: Pull complete 07:42:15 e5c8dbe1645b: Verifying Checksum 07:42:15 e5c8dbe1645b: Download complete 07:42:15 fe522b08c979: Pull complete 07:42:16 23e8b3b47431: Verifying Checksum 07:42:16 23e8b3b47431: Download complete 07:42:16 5c568d65a230: Verifying Checksum 07:42:16 5c568d65a230: Download complete 07:42:16 221eaa008020: Verifying Checksum 07:42:16 221eaa008020: Download complete 07:42:23 221eaa008020: Pull complete 07:42:23 2a4607e5d6b9: Pull complete 07:42:24 8f79b27c4fd2: Pull complete 07:42:27 e5c8dbe1645b: Pull complete 07:42:31 23e8b3b47431: Pull complete 07:42:34 5c568d65a230: Pull complete 07:42:34 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 07:42:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:42:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 07:42:34 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:42:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgex-go/128:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 07:42:35 $ docker top a44d1f40d40617b3988bfeae3674e6285ef50a18d59b3aac13c701de27de481d -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:36 + snyk monitor '--org=edgex-jenkins' 07:42:58 07:42:58 Monitoring /w/workspace/edgex-go/128 (github.com/edgexfoundry/edgex-go)... 07:42:58 07:42:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/0e571614-c126-415c-ae48-8748051c61d8 07:42:58 07:42:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:42:58 07:42:58 07:42:58 Snyk CLI supports Node.js 8 and higher. 07:42:58 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 07:42:58 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 07:42:58 07:42:58 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 07:42:58 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 07:42:58 $ docker stop --time=1 a44d1f40d40617b3988bfeae3674e6285ef50a18d59b3aac13c701de27de481d 07:43:01 $ docker rm -f a44d1f40d40617b3988bfeae3674e6285ef50a18d59b3aac13c701de27de481d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:43:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:43:02 07:43:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 07:43:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:43:03 latest: Pulling from edgex-devops/edgex-klar 07:43:03 e7c96db7181b: Pulling fs layer 07:43:03 1868ca2cb446: Pulling fs layer 07:43:03 136be5d0fe8e: Pulling fs layer 07:43:03 894bfe63afcb: Pulling fs layer 07:43:03 894bfe63afcb: Waiting 07:43:03 1868ca2cb446: Verifying Checksum 07:43:03 1868ca2cb446: Download complete 07:43:03 136be5d0fe8e: Download complete 07:43:03 e7c96db7181b: Download complete 07:43:03 894bfe63afcb: Verifying Checksum 07:43:03 894bfe63afcb: Download complete 07:43:03 e7c96db7181b: Pull complete 07:43:03 1868ca2cb446: Pull complete 07:43:03 136be5d0fe8e: Pull complete 07:43:04 894bfe63afcb: Pull complete 07:43:04 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 07:43:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:43:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 07:43:04 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:43:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:43:05 $ docker top 5f58a5adf1312acd501a407c8e55b65d204548d35be5dd0d8723d4246594ff70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:06 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f 07:43:06 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:43:08 $ docker stop --time=1 5f58a5adf1312acd501a407c8e55b65d204548d35be5dd0d8723d4246594ff70 07:43:10 $ docker rm -f 5f58a5adf1312acd501a407c8e55b65d204548d35be5dd0d8723d4246594ff70 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:43:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:43:10 . [Pipeline] withDockerContainer 07:43:10 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:43:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:43:11 $ docker top 71b921bbf0281f42d2f52f625faa076c32e3aa844557bf8205fe8d008d426794 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:12 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f 07:43:12 + tee 07:43:12 clair timeout 1m0s 07:43:12 docker timeout: 1m0s 07:43:12 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:43:12 $ docker stop --time=1 71b921bbf0281f42d2f52f625faa076c32e3aa844557bf8205fe8d008d426794 07:43:14 $ docker rm -f 71b921bbf0281f42d2f52f625faa076c32e3aa844557bf8205fe8d008d426794 [Pipeline] // withDockerContainer [Pipeline] sh 07:43:14 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:43:14 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-command-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:43:14 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:43:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:43:15 . [Pipeline] withDockerContainer 07:43:15 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:43:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:43:15 $ docker top 986de53180acf65003bdbb2042307205c6ad7be62ebd13c949223b87a31f8d4a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:16 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f 07:43:16 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:43:22 $ docker stop --time=1 986de53180acf65003bdbb2042307205c6ad7be62ebd13c949223b87a31f8d4a 07:43:23 $ docker rm -f 986de53180acf65003bdbb2042307205c6ad7be62ebd13c949223b87a31f8d4a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:43:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:43:24 . [Pipeline] withDockerContainer 07:43:24 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:43:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:43:24 $ docker top 9a565bbaa7a2c06745dfe8c6497c801c6f8bda2f674da7e40ea4ad162ff27453 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:25 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f 07:43:25 + tee 07:43:25 clair timeout 1m0s 07:43:25 docker timeout: 1m0s 07:43:25 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:43:26 $ docker stop --time=1 9a565bbaa7a2c06745dfe8c6497c801c6f8bda2f674da7e40ea4ad162ff27453 07:43:27 $ docker rm -f 9a565bbaa7a2c06745dfe8c6497c801c6f8bda2f674da7e40ea4ad162ff27453 [Pipeline] // withDockerContainer [Pipeline] sh 07:43:28 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:43:28 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-data-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:43:28 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:43:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:43:28 . [Pipeline] withDockerContainer 07:43:28 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:43:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:43:29 $ docker top 2c32e5446d9b1069cbf3b2f825a7debd68357dd680c48e321d5c18a2d01e1b10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:29 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f 07:43:29 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:43:32 $ docker stop --time=1 2c32e5446d9b1069cbf3b2f825a7debd68357dd680c48e321d5c18a2d01e1b10 07:43:34 $ docker rm -f 2c32e5446d9b1069cbf3b2f825a7debd68357dd680c48e321d5c18a2d01e1b10 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:43:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:43:34 . [Pipeline] withDockerContainer 07:43:34 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:43:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:43:35 $ docker top 55cdb67594303ef0bdb7a8c621c826ffbd6fd1bfb33d806e846cf98454d4adcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:35 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f 07:43:35 + tee 07:43:35 clair timeout 1m0s 07:43:35 docker timeout: 1m0s 07:43:35 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:43:36 $ docker stop --time=1 55cdb67594303ef0bdb7a8c621c826ffbd6fd1bfb33d806e846cf98454d4adcb 07:43:37 $ docker rm -f 55cdb67594303ef0bdb7a8c621c826ffbd6fd1bfb33d806e846cf98454d4adcb [Pipeline] // withDockerContainer [Pipeline] sh 07:43:38 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:43:38 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-metadata-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:43:38 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:43:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:43:38 . [Pipeline] withDockerContainer 07:43:38 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:43:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:43:39 $ docker top 4f3d3c5f777c7512722b8333519e5acb2df9b8fb1250a2f691dd361985d251ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:40 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:43:40 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:43:44 $ docker stop --time=1 4f3d3c5f777c7512722b8333519e5acb2df9b8fb1250a2f691dd361985d251ef 07:43:45 $ docker rm -f 4f3d3c5f777c7512722b8333519e5acb2df9b8fb1250a2f691dd361985d251ef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:43:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:43:46 . [Pipeline] withDockerContainer 07:43:46 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:43:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:43:47 $ docker top ef26c71b21ddf40649ca97fd131fc2c646e3d8fe416e6ff3dd6a5da55e52a136 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:47 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:43:47 + tee 07:43:47 clair timeout 1m0s 07:43:47 docker timeout: 1m0s 07:43:47 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:43:48 $ docker stop --time=1 ef26c71b21ddf40649ca97fd131fc2c646e3d8fe416e6ff3dd6a5da55e52a136 07:43:50 $ docker rm -f ef26c71b21ddf40649ca97fd131fc2c646e3d8fe416e6ff3dd6a5da55e52a136 [Pipeline] // withDockerContainer [Pipeline] sh 07:43:50 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:43:50 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-proxy-setup-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:43:50 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:43:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:43:51 . [Pipeline] withDockerContainer 07:43:51 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:43:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:43:52 $ docker top 7cb973aecbcdd5b10341ce3ddbbc95ffb0f1eba285c707e3d1e935f044d4fb26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:52 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:43:52 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:44:00 $ docker stop --time=1 7cb973aecbcdd5b10341ce3ddbbc95ffb0f1eba285c707e3d1e935f044d4fb26 07:44:02 $ docker rm -f 7cb973aecbcdd5b10341ce3ddbbc95ffb0f1eba285c707e3d1e935f044d4fb26 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:44:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:44:02 . [Pipeline] withDockerContainer 07:44:02 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:44:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:44:03 $ docker top 3bd8ae3883e64698e8dbdc276e4766785411329580ada3dddc582316217919fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:04 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:44:04 + tee 07:44:04 clair timeout 1m0s 07:44:04 docker timeout: 1m0s 07:44:04 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:44:05 $ docker stop --time=1 3bd8ae3883e64698e8dbdc276e4766785411329580ada3dddc582316217919fc 07:44:07 $ docker rm -f 3bd8ae3883e64698e8dbdc276e4766785411329580ada3dddc582316217919fc [Pipeline] // withDockerContainer [Pipeline] sh 07:44:07 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:44:07 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-secrets-setup-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:44:07 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:44:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:44:08 . [Pipeline] withDockerContainer 07:44:08 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:44:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:44:08 $ docker top 53dedec9bb6ca969809f5963f301b1619ca7161c0cb5a01a9804dc2a185e8935 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:09 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:44:09 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:44:17 $ docker stop --time=1 53dedec9bb6ca969809f5963f301b1619ca7161c0cb5a01a9804dc2a185e8935 07:44:19 $ docker rm -f 53dedec9bb6ca969809f5963f301b1619ca7161c0cb5a01a9804dc2a185e8935 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:44:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:44:19 . [Pipeline] withDockerContainer 07:44:19 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:44:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:44:20 $ docker top 34fc2f7aa39550f3f3b628d7daead21b96556811bebbe1443441b4098728f4ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:21 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f 07:44:21 + tee 07:44:21 clair timeout 1m0s 07:44:21 docker timeout: 1m0s 07:44:21 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:44:22 $ docker stop --time=1 34fc2f7aa39550f3f3b628d7daead21b96556811bebbe1443441b4098728f4ed 07:44:24 $ docker rm -f 34fc2f7aa39550f3f3b628d7daead21b96556811bebbe1443441b4098728f4ed [Pipeline] // withDockerContainer [Pipeline] sh 07:44:24 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:44:24 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-secretstore-setup-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:44:24 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:44:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:44:25 . [Pipeline] withDockerContainer 07:44:25 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:44:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:44:25 $ docker top dd1d012aca32c90868698ece836aa407270a0dc3fb5ea855edb4792efae367c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:26 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f 07:44:26 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:44:29 $ docker stop --time=1 dd1d012aca32c90868698ece836aa407270a0dc3fb5ea855edb4792efae367c1 07:44:31 $ docker rm -f dd1d012aca32c90868698ece836aa407270a0dc3fb5ea855edb4792efae367c1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:44:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:44:31 . [Pipeline] withDockerContainer 07:44:31 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:44:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:44:32 $ docker top 71f34acd7354858791e77f79c6ce5cfb4d23f028ee7ae8105edc9f1ea8ee96ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:33 + + /klartee 07:44:33 nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f 07:44:33 clair timeout 1m0s 07:44:33 docker timeout: 1m0s 07:44:33 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:44:35 $ docker stop --time=1 71f34acd7354858791e77f79c6ce5cfb4d23f028ee7ae8105edc9f1ea8ee96ec 07:44:36 $ docker rm -f 71f34acd7354858791e77f79c6ce5cfb4d23f028ee7ae8105edc9f1ea8ee96ec [Pipeline] // withDockerContainer [Pipeline] sh 07:44:37 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:44:37 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-logging-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:44:37 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:44:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:44:37 . [Pipeline] withDockerContainer 07:44:39 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:44:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:44:39 $ docker top e78107588bfa006c4f9312a8d7c492e80392af27553b62744a7a40cfaafa8648 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:40 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f 07:44:40 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:44:44 $ docker stop --time=1 e78107588bfa006c4f9312a8d7c492e80392af27553b62744a7a40cfaafa8648 07:44:46 $ docker rm -f e78107588bfa006c4f9312a8d7c492e80392af27553b62744a7a40cfaafa8648 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:44:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:44:47 . [Pipeline] withDockerContainer 07:44:47 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:44:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:44:48 $ docker top 28d14983fbbac866c8c429510aa150739e04768a6c39872c1b8f8053bffae7cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:48 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f 07:44:48 + tee 07:44:48 clair timeout 1m0s 07:44:48 docker timeout: 1m0s 07:44:48 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:44:49 $ docker stop --time=1 28d14983fbbac866c8c429510aa150739e04768a6c39872c1b8f8053bffae7cf 07:44:51 $ docker rm -f 28d14983fbbac866c8c429510aa150739e04768a6c39872c1b8f8053bffae7cf [Pipeline] // withDockerContainer [Pipeline] sh 07:44:51 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:44:51 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-notifications-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:44:51 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:44:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:44:51 . [Pipeline] withDockerContainer 07:44:52 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:44:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:44:52 $ docker top aa3b5541af70f65fc5ce5d6c76846ea85c1cd939722e87df9609593584852181 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:53 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f 07:44:53 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:44:55 $ docker stop --time=1 aa3b5541af70f65fc5ce5d6c76846ea85c1cd939722e87df9609593584852181 07:44:57 $ docker rm -f aa3b5541af70f65fc5ce5d6c76846ea85c1cd939722e87df9609593584852181 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:44:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:44:57 . [Pipeline] withDockerContainer 07:44:57 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:44:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:44:58 $ docker top 98b4049c4a749761345491f52f8f24942fedfd77f1d52e317076444e81c866a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:59 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f 07:44:59 + tee 07:44:59 clair timeout 1m0s 07:44:59 docker timeout: 1m0s 07:44:59 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:44:59 $ docker stop --time=1 98b4049c4a749761345491f52f8f24942fedfd77f1d52e317076444e81c866a1 07:45:01 $ docker rm -f 98b4049c4a749761345491f52f8f24942fedfd77f1d52e317076444e81c866a1 [Pipeline] // withDockerContainer [Pipeline] sh 07:45:01 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:45:01 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-scheduler-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:45:01 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:45:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:45:02 . [Pipeline] withDockerContainer 07:45:02 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:45:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:45:02 $ docker top 3b3437ff7e5b1372044859968e5f6a10aac9e6a948a8612b87f40ac00953363e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:03 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f 07:45:03 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:45:18 $ docker stop --time=1 3b3437ff7e5b1372044859968e5f6a10aac9e6a948a8612b87f40ac00953363e 07:45:19 $ docker rm -f 3b3437ff7e5b1372044859968e5f6a10aac9e6a948a8612b87f40ac00953363e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:45:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:45:20 . [Pipeline] withDockerContainer 07:45:20 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:45:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:45:21 $ docker top b903cc70dc00835cbab465c6afabac8c3df67f392356a09efc30eefd86338f56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:21 + + /klartee nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f 07:45:21 07:45:21 clair timeout 1m0s 07:45:21 docker timeout: 1m0s 07:45:21 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:45:23 $ docker stop --time=1 b903cc70dc00835cbab465c6afabac8c3df67f392356a09efc30eefd86338f56 07:45:24 $ docker rm -f b903cc70dc00835cbab465c6afabac8c3df67f392356a09efc30eefd86338f56 [Pipeline] // withDockerContainer [Pipeline] sh 07:45:25 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:45:25 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-sys-mgmt-agent-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:45:25 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:45:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:45:25 . [Pipeline] withDockerContainer 07:45:25 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:45:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:45:26 $ docker top 137a7562639abe06fb0cd2ac7610b6546ccf8b297f7f9220f2615edcf0cfcc8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:27 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:45:27 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:45:29 $ docker stop --time=1 137a7562639abe06fb0cd2ac7610b6546ccf8b297f7f9220f2615edcf0cfcc8a 07:45:31 $ docker rm -f 137a7562639abe06fb0cd2ac7610b6546ccf8b297f7f9220f2615edcf0cfcc8a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:45:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:45:31 . [Pipeline] withDockerContainer 07:45:31 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:45:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:45:32 $ docker top 2ca51754400dd941cc36cbd15b55cf8b4b5b6c8455686f05a1a31a7d277f6f95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:32 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:45:32 + tee 07:45:32 clair timeout 1m0s 07:45:32 docker timeout: 1m0s 07:45:32 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:45:33 $ docker stop --time=1 2ca51754400dd941cc36cbd15b55cf8b4b5b6c8455686f05a1a31a7d277f6f95 07:45:34 $ docker rm -f 2ca51754400dd941cc36cbd15b55cf8b4b5b6c8455686f05a1a31a7d277f6f95 [Pipeline] // withDockerContainer [Pipeline] sh 07:45:35 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:45:35 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-command-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:45:35 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:45:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:45:35 . [Pipeline] withDockerContainer 07:45:35 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:45:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:45:36 $ docker top c558074a20e59ce6d525d99384c7156a4a7baf6cc92e5364a14aa450ca750c16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:36 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:45:36 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:45:42 $ docker stop --time=1 c558074a20e59ce6d525d99384c7156a4a7baf6cc92e5364a14aa450ca750c16 07:45:43 $ docker rm -f c558074a20e59ce6d525d99384c7156a4a7baf6cc92e5364a14aa450ca750c16 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:45:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:45:44 . [Pipeline] withDockerContainer 07:45:44 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:45:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:45:45 $ docker top 7e9f8f59fd3d0dcf9f6070dcbda23324b0f031ab4a2901a35b74dd8025b30366 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:45 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:45:45 + tee 07:45:45 clair timeout 1m0s 07:45:45 docker timeout: 1m0s 07:45:45 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:45:46 $ docker stop --time=1 7e9f8f59fd3d0dcf9f6070dcbda23324b0f031ab4a2901a35b74dd8025b30366 07:45:48 $ docker rm -f 7e9f8f59fd3d0dcf9f6070dcbda23324b0f031ab4a2901a35b74dd8025b30366 [Pipeline] // withDockerContainer [Pipeline] sh 07:45:48 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:45:48 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-data-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:45:48 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:45:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:45:48 . [Pipeline] withDockerContainer 07:45:49 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:45:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:45:49 $ docker top a231198a54b5edd0206e5db6daf4a0249b9d0e4ad48345ffde4f6b5d296f0495 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:50 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:45:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:45:52 $ docker stop --time=1 a231198a54b5edd0206e5db6daf4a0249b9d0e4ad48345ffde4f6b5d296f0495 07:45:54 $ docker rm -f a231198a54b5edd0206e5db6daf4a0249b9d0e4ad48345ffde4f6b5d296f0495 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:45:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:45:54 . [Pipeline] withDockerContainer 07:45:54 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:45:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:45:55 $ docker top 0ffb55a5c5954e61b91f467f7641b15dde1a7c135b7802b3bdb62768e1f9fb72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:56 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:45:56 + tee 07:45:56 clair timeout 1m0s 07:45:56 docker timeout: 1m0s 07:45:56 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:45:56 $ docker stop --time=1 0ffb55a5c5954e61b91f467f7641b15dde1a7c135b7802b3bdb62768e1f9fb72 07:45:58 $ docker rm -f 0ffb55a5c5954e61b91f467f7641b15dde1a7c135b7802b3bdb62768e1f9fb72 [Pipeline] // withDockerContainer [Pipeline] sh 07:45:58 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:45:58 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-metadata-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:45:58 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:45:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:45:59 . [Pipeline] withDockerContainer 07:45:59 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:45:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:45:59 $ docker top 760272aa97eda577dc730c1b02ad781e91d4996b95f781d3c67c1d4a3d704ada -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:00 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:46:00 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:46:04 $ docker stop --time=1 760272aa97eda577dc730c1b02ad781e91d4996b95f781d3c67c1d4a3d704ada 07:46:06 $ docker rm -f 760272aa97eda577dc730c1b02ad781e91d4996b95f781d3c67c1d4a3d704ada [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:46:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:46:06 . [Pipeline] withDockerContainer 07:46:06 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:46:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:46:07 $ docker top 7af9d3f4d08ad9fada40eae38d0a3659de3e889c4c982d03636474ca293595e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:07 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:46:07 + tee 07:46:07 clair timeout 1m0s 07:46:07 docker timeout: 1m0s 07:46:07 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:46:08 $ docker stop --time=1 7af9d3f4d08ad9fada40eae38d0a3659de3e889c4c982d03636474ca293595e4 07:46:10 $ docker rm -f 7af9d3f4d08ad9fada40eae38d0a3659de3e889c4c982d03636474ca293595e4 [Pipeline] // withDockerContainer [Pipeline] sh 07:46:10 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:46:10 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:46:10 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:46:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:46:11 . [Pipeline] withDockerContainer 07:46:11 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:46:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:46:11 $ docker top 0c366b1b90e0180c7242bb3b1461d4a173f54fac7c960a88ff9f7599d842e8b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:12 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:46:12 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:46:20 $ docker stop --time=1 0c366b1b90e0180c7242bb3b1461d4a173f54fac7c960a88ff9f7599d842e8b5 07:46:22 $ docker rm -f 0c366b1b90e0180c7242bb3b1461d4a173f54fac7c960a88ff9f7599d842e8b5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:46:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:46:22 . [Pipeline] withDockerContainer 07:46:22 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:46:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:46:23 $ docker top e295b88c73729450c38eaf2c70015b25cb4889f97e5e47dcbd7cf3c457d49cfc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:23 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:46:23 + tee 07:46:23 clair timeout 1m0s 07:46:23 docker timeout: 1m0s 07:46:23 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:46:25 $ docker stop --time=1 e295b88c73729450c38eaf2c70015b25cb4889f97e5e47dcbd7cf3c457d49cfc 07:46:26 $ docker rm -f e295b88c73729450c38eaf2c70015b25cb4889f97e5e47dcbd7cf3c457d49cfc [Pipeline] // withDockerContainer [Pipeline] sh 07:46:27 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:46:27 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:46:27 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:46:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:46:27 . [Pipeline] withDockerContainer 07:46:27 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:46:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:46:28 $ docker top 154a3bc2793c3e3cb422809e0b15680270ff28fbff4ce4eea698343e3bd6d6cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:29 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:46:29 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:46:37 $ docker stop --time=1 154a3bc2793c3e3cb422809e0b15680270ff28fbff4ce4eea698343e3bd6d6cc 07:46:38 $ docker rm -f 154a3bc2793c3e3cb422809e0b15680270ff28fbff4ce4eea698343e3bd6d6cc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:46:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:46:39 . [Pipeline] withDockerContainer 07:46:39 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:46:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:46:40 $ docker top aef1c8d3fe94baed1a682e71febb63ae6a5603f15bdf311cf06871fecabd939b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:40 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:46:40 + tee 07:46:40 clair timeout 1m0s 07:46:40 docker timeout: 1m0s 07:46:40 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:46:42 $ docker stop --time=1 aef1c8d3fe94baed1a682e71febb63ae6a5603f15bdf311cf06871fecabd939b 07:46:43 $ docker rm -f aef1c8d3fe94baed1a682e71febb63ae6a5603f15bdf311cf06871fecabd939b [Pipeline] // withDockerContainer [Pipeline] sh 07:46:43 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:46:43 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:46:44 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:46:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:46:44 . [Pipeline] withDockerContainer 07:46:44 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:46:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:46:45 $ docker top e695ee3160b340c0229889a75182220342640a2080aa340ff995d6864d35c330 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:45 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:46:45 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:46:49 $ docker stop --time=1 e695ee3160b340c0229889a75182220342640a2080aa340ff995d6864d35c330 07:46:50 $ docker rm -f e695ee3160b340c0229889a75182220342640a2080aa340ff995d6864d35c330 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:46:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:46:50 . [Pipeline] withDockerContainer 07:46:51 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:46:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:46:51 $ docker top e215e379495261b1d67d4d12d777523d141b8af1625b281d04a12f1047acf8b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:52 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:46:52 + tee 07:46:52 clair timeout 1m0s 07:46:52 docker timeout: 1m0s 07:46:52 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:46:52 $ docker stop --time=1 e215e379495261b1d67d4d12d777523d141b8af1625b281d04a12f1047acf8b2 07:46:54 $ docker rm -f e215e379495261b1d67d4d12d777523d141b8af1625b281d04a12f1047acf8b2 [Pipeline] // withDockerContainer [Pipeline] sh 07:46:54 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:46:54 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-logging-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:46:54 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:46:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:46:55 . [Pipeline] withDockerContainer 07:46:55 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:46:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:46:55 $ docker top 8d76b072ee3484030c76fd8c46c986481dbba91bcf54983b4e1e28c6050540f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:56 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:46:56 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:47:01 $ docker stop --time=1 8d76b072ee3484030c76fd8c46c986481dbba91bcf54983b4e1e28c6050540f9 07:47:03 $ docker rm -f 8d76b072ee3484030c76fd8c46c986481dbba91bcf54983b4e1e28c6050540f9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:47:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:47:03 . [Pipeline] withDockerContainer 07:47:03 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:47:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:47:04 $ docker top 6625dfdbd087d5c250292a76883c7a59421910bf504ab91ed77d7cbde81ac897 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:05 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:47:05 + tee 07:47:05 clair timeout 1m0s 07:47:05 docker timeout: 1m0s 07:47:05 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:47:06 $ docker stop --time=1 6625dfdbd087d5c250292a76883c7a59421910bf504ab91ed77d7cbde81ac897 07:47:07 $ docker rm -f 6625dfdbd087d5c250292a76883c7a59421910bf504ab91ed77d7cbde81ac897 [Pipeline] // withDockerContainer [Pipeline] sh 07:47:07 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:47:07 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-notifications-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:47:08 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:47:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:47:08 . [Pipeline] withDockerContainer 07:47:08 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:47:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:47:09 $ docker top bf6cc620105ccd59a1a209c53a4fae2f6472ffaec1226d27fcdceb9bcf8450f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:09 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:47:09 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:47:12 $ docker stop --time=1 bf6cc620105ccd59a1a209c53a4fae2f6472ffaec1226d27fcdceb9bcf8450f5 07:47:13 $ docker rm -f bf6cc620105ccd59a1a209c53a4fae2f6472ffaec1226d27fcdceb9bcf8450f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:47:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:47:14 . [Pipeline] withDockerContainer 07:47:14 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:47:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:47:14 $ docker top fdc2cb6d2f8c1b974b7aad1e8976b77f40514f6cce47ef692e142bb37f745813 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:15 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:47:15 + tee 07:47:15 clair timeout 1m0s 07:47:15 docker timeout: 1m0s 07:47:15 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:47:16 $ docker stop --time=1 fdc2cb6d2f8c1b974b7aad1e8976b77f40514f6cce47ef692e142bb37f745813 07:47:17 $ docker rm -f fdc2cb6d2f8c1b974b7aad1e8976b77f40514f6cce47ef692e142bb37f745813 [Pipeline] // withDockerContainer [Pipeline] sh 07:47:17 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:47:17 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-scheduler-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:47:17 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:47:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:47:18 . [Pipeline] withDockerContainer 07:47:18 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:47:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:47:18 $ docker top 2c4f2eab2e75b9ea1ee31e91540349176c77e49e7f8ad0dbecb2e37c1503c793 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:19 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:47:19 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:47:34 $ docker stop --time=1 2c4f2eab2e75b9ea1ee31e91540349176c77e49e7f8ad0dbecb2e37c1503c793 07:47:35 $ docker rm -f 2c4f2eab2e75b9ea1ee31e91540349176c77e49e7f8ad0dbecb2e37c1503c793 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:47:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:47:36 . [Pipeline] withDockerContainer 07:47:36 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:47:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:47:37 $ docker top dc5e362df10fb456f414e601a0265fed3be0ad56c2ced45e1bd5d90166990706 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:37 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f 07:47:37 + tee 07:47:37 clair timeout 1m0s 07:47:37 docker timeout: 1m0s 07:47:37 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:47:39 $ docker stop --time=1 dc5e362df10fb456f414e601a0265fed3be0ad56c2ced45e1bd5d90166990706 07:47:40 $ docker rm -f dc5e362df10fb456f414e601a0265fed3be0ad56c2ced45e1bd5d90166990706 [Pipeline] // withDockerContainer [Pipeline] sh 07:47:41 + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo 07:47:41 Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step 07:47:41 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 07:47:41 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:47:41 provisioning config files... 07:47:41 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/128@tmp/config1751483297604750034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:47:41 --> edgex-publish-swagger.sh 07:47:41 === Publish openapi/v1 API === 07:47:41 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 07:47:41 [publishToSwagger] Publishing API Name [core-command] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [core-data] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [core-metadata] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [support-logging] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [support-notifications] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [support-scheduler] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [system-agent] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true 07:47:41 === Publish openapi/v2 API === 07:47:41 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:47:41 [publishToSwagger] Publishing API Name [core-command] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [core-data] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [core-metadata] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [support-logging] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [support-notifications] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [support-scheduler] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true 07:47:41 [publishToSwagger] Publishing API Name [system-agent] 07:47:41 [publishToSwagger] Dry Run enabled...Simulating upload 07:47:41 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } 07:47:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 07:47:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:47:50 . [Pipeline] withDockerContainer 07:47:50 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:47:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:47:51 $ docker top d73729dbdfd492bf839daec2fcac9e42e2d62c0dc252761f5ed4dcc8ff46abd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:47:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:47:51 [ssh-agent] Looking for ssh-agent implementation... 07:47:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:47:51 $ docker exec d73729dbdfd492bf839daec2fcac9e42e2d62c0dc252761f5ed4dcc8ff46abd8 ssh-agent 07:47:51 SSH_AUTH_SOCK=/tmp/ssh-YwAYEslt5lsl/agent.11 07:47:51 SSH_AGENT_PID=16 07:47:51 Running ssh-add (command line suppressed) 07:47:52 Identity added: /w/workspace/edgex-go/128@tmp/private_key_1712920605534805224.key (/w/workspace/edgex-go/128@tmp/private_key_1712920605534805224.key) 07:47:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:47:52 + git semver tag 07:47:52 # -> Open(): unable to determine branch for HEAD 07:47:52 # $GIT_DIR = /w/workspace/edgex-go/128/.git 07:47:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/128 07:47:52 # $SEMVER_REMOTE_NAME = origin 07:47:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:47:52 # $SEMVER_USER_NAME = edgex-jenkins 07:47:52 # $SEMVER_BRANCH = master 07:47:52 # $SEMVER_DIR = /w/workspace/edgex-go/128/.semver 07:47:52 # 3555043a6994042684a9c8b6423498381cadcc6f HEAD 07:47:53 # -> Force: false 07:47:53 # 8318dc1ae9d2a51afa6b327ba462361f20a67079 refs/tags/v1.2.2-dev.16 [Pipeline] } 07:47:53 $ docker exec --env ******** --env ******** d73729dbdfd492bf839daec2fcac9e42e2d62c0dc252761f5ed4dcc8ff46abd8 ssh-agent -k 07:47:53 unset SSH_AUTH_SOCK; 07:47:53 unset SSH_AGENT_PID; 07:47:53 echo Agent pid 16 killed; 07:47:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:47:53 + git semver [Pipeline] } 07:47:53 $ docker stop --time=1 d73729dbdfd492bf839daec2fcac9e42e2d62c0dc252761f5ed4dcc8ff46abd8 07:47:55 $ docker rm -f d73729dbdfd492bf839daec2fcac9e42e2d62c0dc252761f5ed4dcc8ff46abd8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:47:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:47:55 07:47:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:47:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:47:56 0.23.1-centos7: Pulling from edgex-lftools 07:47:56 ab5ef0e58194: Pulling fs layer 07:47:56 9712f1f96733: Pulling fs layer 07:47:56 63f879dbbcfc: Pulling fs layer 07:47:56 0d9ebad4ef96: Pulling fs layer 07:47:56 e9a5061849ea: Pulling fs layer 07:47:56 d747dcd14b5f: Pulling fs layer 07:47:56 2de7ff778b66: Pulling fs layer 07:47:56 0d9ebad4ef96: Waiting 07:47:56 e9a5061849ea: Waiting 07:47:56 d747dcd14b5f: Waiting 07:47:56 2de7ff778b66: Waiting 07:47:56 9712f1f96733: Verifying Checksum 07:47:56 9712f1f96733: Download complete 07:47:56 63f879dbbcfc: Verifying Checksum 07:47:56 63f879dbbcfc: Download complete 07:47:56 e9a5061849ea: Verifying Checksum 07:47:56 e9a5061849ea: Download complete 07:47:56 d747dcd14b5f: Verifying Checksum 07:47:56 d747dcd14b5f: Download complete 07:47:57 2de7ff778b66: Verifying Checksum 07:47:57 2de7ff778b66: Download complete 07:47:57 0d9ebad4ef96: Verifying Checksum 07:47:57 0d9ebad4ef96: Download complete 07:47:57 ab5ef0e58194: Verifying Checksum 07:47:57 ab5ef0e58194: Download complete 07:48:01 ab5ef0e58194: Pull complete 07:48:01 9712f1f96733: Pull complete 07:48:03 63f879dbbcfc: Pull complete 07:48:10 0d9ebad4ef96: Pull complete 07:48:11 e9a5061849ea: Pull complete 07:48:11 d747dcd14b5f: Pull complete 07:48:14 2de7ff778b66: Pull complete 07:48:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:48:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:48:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:48:14 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:48:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:48:18 $ docker top a5ac017fa9af1e0c7e1793a904554f7876275409662c8e6ec8a0b530d6e56776 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:48:18 provisioning config files... 07:48:18 copy managed file [sigul-config] to file:/w/workspace/edgex-go/128@tmp/config920277168178666303tmp 07:48:18 copy managed file [sigul-password] to file:/w/workspace/edgex-go/128@tmp/config3838461547847971110tmp 07:48:18 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/128@tmp/config6768575746395012188tmp [Pipeline] { [Pipeline] echo 07:48:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:48:19 ---> sigul-configuration.sh 07:48:19 gpg: directory `/root/.gnupg' created 07:48:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:48:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:48:19 gpg: keyring `/root/.gnupg/secring.gpg' created 07:48:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:48:19 gpg: CAST5 encrypted data 07:48:19 gpg: encrypted with 1 passphrase 07:48:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:48:19 + mkdir /home/jenkins 07:48:19 + mkdir /home/jenkins/sigul [Pipeline] sh 07:48:19 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 07:48:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:48:20 ---> sigul-install.sh 07:48:25 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:48:25 + git tag --list 07:48:25 v1.2.2-dev.16 [Pipeline] sh 07:48:26 + lftools sign git-tag v1.2.2-dev.16 07:48:27 Signing Git tag with Sigul... 07:48:27 Signing v1.2.2-dev.16 [Pipeline] echo 07:48:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:48:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:48:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:48:29 $ docker stop --time=1 a5ac017fa9af1e0c7e1793a904554f7876275409662c8e6ec8a0b530d6e56776 07:48:31 $ docker rm -f a5ac017fa9af1e0c7e1793a904554f7876275409662c8e6ec8a0b530d6e56776 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:48:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:48:32 . [Pipeline] withDockerContainer 07:48:32 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:48:32 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:48:32 $ docker top e01b4e33eaac2261b09fce54023f1ce61f06f1121f7e92265bb97b1df8c86dbe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:48:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:33 [ssh-agent] Looking for ssh-agent implementation... 07:48:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:33 $ docker exec e01b4e33eaac2261b09fce54023f1ce61f06f1121f7e92265bb97b1df8c86dbe ssh-agent 07:48:33 SSH_AUTH_SOCK=/tmp/ssh-23227EG85tD7/agent.12 07:48:33 SSH_AGENT_PID=18 07:48:33 Running ssh-add (command line suppressed) 07:48:33 Identity added: /w/workspace/edgex-go/128@tmp/private_key_1576061517698768127.key (/w/workspace/edgex-go/128@tmp/private_key_1576061517698768127.key) 07:48:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:33 + git semver bump pre 07:48:33 # -> Open(): unable to determine branch for HEAD 07:48:33 # $GIT_DIR = /w/workspace/edgex-go/128/.git 07:48:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/128 07:48:33 # $SEMVER_REMOTE_NAME = origin 07:48:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:48:33 # $SEMVER_USER_NAME = edgex-jenkins 07:48:33 # $SEMVER_BRANCH = master 07:48:33 # $SEMVER_DIR = /w/workspace/edgex-go/128/.semver 07:48:33 1.2.2-dev.17 [Pipeline] } 07:48:33 $ docker exec --env ******** --env ******** e01b4e33eaac2261b09fce54023f1ce61f06f1121f7e92265bb97b1df8c86dbe ssh-agent -k 07:48:34 unset SSH_AUTH_SOCK; 07:48:34 unset SSH_AGENT_PID; 07:48:34 echo Agent pid 18 killed; 07:48:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:48:34 + git semver [Pipeline] } 07:48:34 $ docker stop --time=1 e01b4e33eaac2261b09fce54023f1ce61f06f1121f7e92265bb97b1df8c86dbe 07:48:35 $ docker rm -f e01b4e33eaac2261b09fce54023f1ce61f06f1121f7e92265bb97b1df8c86dbe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:48:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:48:36 . [Pipeline] withDockerContainer 07:48:36 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:48:36 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:48:37 $ docker top 4dd61583b2187d2b4911d589916eb270f0390a5e0abead03b8a469f5e317bb68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:48:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:37 [ssh-agent] Looking for ssh-agent implementation... 07:48:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:37 $ docker exec 4dd61583b2187d2b4911d589916eb270f0390a5e0abead03b8a469f5e317bb68 ssh-agent 07:48:37 SSH_AUTH_SOCK=/tmp/ssh-Ap2jtthQcz4a/agent.12 07:48:37 SSH_AGENT_PID=17 07:48:37 Running ssh-add (command line suppressed) 07:48:37 Identity added: /w/workspace/edgex-go/128@tmp/private_key_2568268046817327636.key (/w/workspace/edgex-go/128@tmp/private_key_2568268046817327636.key) 07:48:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:38 + git semver push 07:48:38 # -> Open(): unable to determine branch for HEAD 07:48:38 # $GIT_DIR = /w/workspace/edgex-go/128/.git 07:48:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/128 07:48:38 # $SEMVER_REMOTE_NAME = origin 07:48:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:48:38 # $SEMVER_USER_NAME = edgex-jenkins 07:48:38 # $SEMVER_BRANCH = master 07:48:38 # $SEMVER_DIR = /w/workspace/edgex-go/128/.semver [Pipeline] } 07:48:48 $ docker exec --env ******** --env ******** 4dd61583b2187d2b4911d589916eb270f0390a5e0abead03b8a469f5e317bb68 ssh-agent -k 07:48:48 unset SSH_AUTH_SOCK; 07:48:48 unset SSH_AGENT_PID; 07:48:48 echo Agent pid 17 killed; 07:48:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:48:49 + git semver [Pipeline] } 07:48:49 $ docker stop --time=1 4dd61583b2187d2b4911d589916eb270f0390a5e0abead03b8a469f5e317bb68 07:48:50 $ docker rm -f 4dd61583b2187d2b4911d589916eb270f0390a5e0abead03b8a469f5e317bb68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:48:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:48:52 ---> package-listing.sh 07:48:52 ++ facter osfamily 07:48:52 ++ tr '[:upper:]' '[:lower:]' 07:48:52 + OS_FAMILY=redhat 07:48:52 + workspace=/w/workspace/edgex-go/128 07:48:52 + START_PACKAGES=/tmp/packages_start.txt 07:48:52 + END_PACKAGES=/tmp/packages_end.txt 07:48:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:48:52 + PACKAGES=/tmp/packages_start.txt 07:48:52 + '[' /w/workspace/edgex-go/128 ']' 07:48:52 + PACKAGES=/tmp/packages_end.txt 07:48:52 + case "${OS_FAMILY}" in 07:48:52 + rpm -qa 07:48:52 + sort 07:48:56 + '[' -f /tmp/packages_start.txt ']' 07:48:56 + '[' -f /tmp/packages_end.txt ']' 07:48:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:48:56 + '[' /w/workspace/edgex-go/128 ']' 07:48:56 + mkdir -p /w/workspace/edgex-go/128/archives/ 07:48:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/128/archives/ [Pipeline] isUnix [Pipeline] sh 07:48:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:48:57 07:48:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:48:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:48:57 alpine: Pulling from edgex-lftools-log-publisher 07:48:57 c9b1b535fdd9: Pulling fs layer 07:48:57 2cc5ad85d9ab: Pulling fs layer 07:48:57 756a868c4378: Pulling fs layer 07:48:57 444b2fc9a129: Pulling fs layer 07:48:57 ea15f1150254: Pulling fs layer 07:48:57 41b27a9f41bf: Pulling fs layer 07:48:57 28c525ee5125: Pulling fs layer 07:48:57 094b1ea09ed8: Pulling fs layer 07:48:57 138eaada9080: Pulling fs layer 07:48:57 0622d0fa9048: Pulling fs layer 07:48:57 41b27a9f41bf: Waiting 07:48:57 28c525ee5125: Waiting 07:48:57 094b1ea09ed8: Waiting 07:48:57 138eaada9080: Waiting 07:48:57 0622d0fa9048: Waiting 07:48:57 444b2fc9a129: Waiting 07:48:57 ea15f1150254: Waiting 07:48:57 2cc5ad85d9ab: Verifying Checksum 07:48:57 2cc5ad85d9ab: Download complete 07:48:57 444b2fc9a129: Verifying Checksum 07:48:57 444b2fc9a129: Download complete 07:48:57 c9b1b535fdd9: Verifying Checksum 07:48:57 c9b1b535fdd9: Download complete 07:48:57 ea15f1150254: Download complete 07:48:57 28c525ee5125: Verifying Checksum 07:48:57 28c525ee5125: Download complete 07:48:58 756a868c4378: Verifying Checksum 07:48:58 756a868c4378: Download complete 07:48:58 c9b1b535fdd9: Pull complete 07:48:58 138eaada9080: Verifying Checksum 07:48:58 138eaada9080: Download complete 07:48:58 0622d0fa9048: Verifying Checksum 07:48:58 0622d0fa9048: Download complete 07:48:58 094b1ea09ed8: Download complete 07:48:58 41b27a9f41bf: Verifying Checksum 07:48:58 41b27a9f41bf: Download complete 07:48:59 2cc5ad85d9ab: Pull complete 07:49:01 756a868c4378: Pull complete 07:49:01 444b2fc9a129: Pull complete 07:49:01 ea15f1150254: Pull complete 07:49:04 41b27a9f41bf: Pull complete 07:49:04 28c525ee5125: Pull complete 07:49:06 094b1ea09ed8: Pull complete 07:49:06 138eaada9080: Pull complete 07:49:06 0622d0fa9048: Pull complete 07:49:06 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 07:49:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:49:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:49:06 prd-centos7-docker-4c-2g-654 does not seem to be running inside a container 07:49:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:49:09 $ docker top df2b595575c18e7a44095640d6a8269156b000c8e2cfaf77d15fd41dd60b7636 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:49:10 provisioning config files... 07:49:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/128@tmp/config3964228365616964436tmp [Pipeline] { [Pipeline] echo 07:49:10 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:49:10 ---> create-netrc.sh [Pipeline] echo 07:49:10 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:49:11 ---> logs-deploy.sh 07:49:11 + ARCHIVE_ARTIFACTS= 07:49:11 + LOGS_SERVER=https://logs.edgexfoundry.org 07:49:11 + '[' https://logs.edgexfoundry.org == None ']' 07:49:11 + NEXUS_URL=https://nexus.edgexfoundry.org 07:49:11 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/128 07:49:11 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/128/ 07:49:11 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/128 /w/workspace/edgex-go/128 07:49:11 Archives upload complete. 07:49:12 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/128 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/128/ 07:49:13 ---> uname -a: 07:49:13 Linux df2b595575c1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:49:13 07:49:13 07:49:13 ---> lscpu: 07:49:13 Architecture: x86_64 07:49:13 CPU op-mode(s): 32-bit, 64-bit 07:49:13 Byte Order: Little Endian 07:49:13 Address sizes: 40 bits physical, 48 bits virtual 07:49:13 CPU(s): 4 07:49:13 On-line CPU(s) list: 0-3 07:49:13 Thread(s) per core: 1 07:49:13 Core(s) per socket: 1 07:49:13 Socket(s): 4 07:49:13 NUMA node(s): 1 07:49:13 Vendor ID: GenuineIntel 07:49:13 CPU family: 6 07:49:13 Model: 44 07:49:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:49:13 Stepping: 1 07:49:13 CPU MHz: 2933.396 07:49:13 BogoMIPS: 5866.79 07:49:13 Virtualization: VT-x 07:49:13 Hypervisor vendor: KVM 07:49:13 Virtualization type: full 07:49:13 L1d cache: 128 KiB 07:49:13 L1i cache: 128 KiB 07:49:13 L2 cache: 16 MiB 07:49:13 L3 cache: 64 MiB 07:49:13 NUMA node0 CPU(s): 0-3 07:49:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:49:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:49:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:49:13 Vulnerability Meltdown: Mitigation; PTI 07:49:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:49:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:49:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:49:13 Vulnerability Tsx async abort: Not affected 07:49:13 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 07:49:13 07:49:13 07:49:13 ---> nproc: 07:49:13 4 07:49:13 07:49:13 07:49:13 ---> df -h: 07:49:13 Filesystem Size Used Available Use% Mounted on 07:49:13 overlay 50.0G 13.7G 36.3G 27% / 07:49:13 tmpfs 64.0M 0 64.0M 0% /dev 07:49:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:49:13 shm 64.0M 0 64.0M 0% /dev/shm 07:49:13 /dev/vda1 50.0G 13.7G 36.3G 27% /etc/resolv.conf 07:49:13 /dev/vda1 50.0G 13.7G 36.3G 27% /etc/hostname 07:49:13 /dev/vda1 50.0G 13.7G 36.3G 27% /etc/hosts 07:49:13 /dev/vda1 50.0G 13.7G 36.3G 27% /var/log/sa 07:49:13 /dev/vda1 50.0G 13.7G 36.3G 27% /w/workspace/edgex-go/128@tmp 07:49:13 /dev/vda1 50.0G 13.7G 36.3G 27% /w/workspace/edgex-go/128 07:49:13 07:49:13 07:49:13 ---> free -m: 07:49:13 total used free shared buff/cache available 07:49:13 Mem: 1837 664 116 0 1056 1117 07:49:13 Swap: 1023 72 951 07:49:13 07:49:13 07:49:13 ---> ip addr: 07:49:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:49:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:49:13 inet 127.0.0.1/8 scope host lo 07:49:13 valid_lft forever preferred_lft forever 07:49:13 204: eth0@if205: mtu 1458 qdisc noqueue state UP 07:49:13 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 07:49:13 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 07:49:13 valid_lft forever preferred_lft forever 07:49:13 07:49:13 07:49:13 ---> sar -b -r -n DEV: 07:49:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/21/20 _x86_64_ (4 CPU) 07:49:13 07:49:13 07:26:10 LINUX RESTART 07:49:13 07:49:13 07:27:01 tps rtps wtps bread/s bwrtn/s 07:49:13 07:28:01 138.59 59.45 79.14 8314.16 35809.73 07:49:13 07:29:01 465.01 242.43 222.58 8277.75 60002.91 07:49:13 07:30:04 1574.91 1275.67 299.24 110309.15 163487.74 07:49:13 07:31:02 1207.62 937.26 270.35 62376.38 81886.27 07:49:13 07:32:01 2167.55 1804.37 363.18 110899.68 153898.77 07:49:13 07:33:01 1220.43 917.33 303.10 70174.54 89934.71 07:49:13 07:34:01 233.56 36.54 197.02 5473.68 17601.49 07:49:13 07:35:01 28.80 17.18 11.62 2671.73 240.46 07:49:13 07:36:01 0.45 0.02 0.43 0.53 6.83 07:49:13 07:37:01 0.78 0.52 0.27 17.05 2.75 07:49:13 07:38:01 0.23 0.05 0.18 0.40 2.02 07:49:13 07:39:01 0.28 0.02 0.27 0.13 3.16 07:49:13 07:40:01 0.32 0.02 0.30 0.27 2.65 07:49:13 07:41:01 0.30 0.00 0.30 0.00 3.53 07:49:13 07:42:01 1.67 1.45 0.22 49.95 2.60 07:49:13 07:43:01 303.48 166.86 136.62 6936.48 34054.73 07:49:13 07:44:01 41.35 8.54 32.81 575.20 1217.60 07:49:13 07:45:01 34.43 5.43 29.00 140.24 459.88 07:49:13 07:46:01 28.75 1.71 27.04 75.78 441.98 07:49:13 07:47:01 25.85 0.27 25.59 93.09 415.05 07:49:13 07:48:02 81.92 17.36 64.56 2437.72 17884.56 07:49:13 07:49:01 245.66 133.56 112.10 9532.74 26971.43 07:49:13 Average: 355.13 256.28 98.85 18207.15 31278.70 07:49:13 07:49:13 07:27:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:49:13 07:28:01 104428 1777128 94.45 2596 1144076 1367600 46.67 658228 951060 43816 07:49:13 07:29:01 360712 1520844 80.83 1492 842272 1103380 37.66 528208 743020 12 07:49:13 07:30:04 69400 1812156 96.31 0 1049416 2129020 72.66 777964 864764 83076 07:49:13 07:31:02 470564 1410992 74.99 0 701780 1584668 54.08 571468 628764 6924 07:49:13 07:32:01 70260 1811296 96.27 0 1141532 1780236 60.76 642252 989712 7832 07:49:13 07:33:01 237720 1643836 87.37 0 947176 2096292 71.54 598852 828864 0 07:49:13 07:34:01 269504 1612052 85.68 0 988112 1424340 48.61 630272 760556 32 07:49:13 07:35:01 227276 1654280 87.92 0 1067276 1183248 40.38 664536 769316 16 07:49:13 07:36:01 232376 1649180 87.65 0 1067284 1140060 38.91 660804 769136 8 07:49:13 07:37:01 232220 1649336 87.66 0 1067768 1140176 38.91 660788 769628 8 07:49:13 07:38:01 232600 1648956 87.64 0 1067772 1140060 38.91 660692 769632 12 07:49:13 07:39:01 232884 1648672 87.62 0 1067792 1140060 38.91 660700 769648 8 07:49:13 07:40:01 232644 1648912 87.64 0 1067792 1140060 38.91 660580 769648 8 07:49:13 07:41:01 232808 1648748 87.63 0 1067804 1140060 38.91 660704 769656 8 07:49:13 07:42:01 230988 1650568 87.72 0 1068608 1140156 38.91 661032 770240 16 07:49:13 07:43:01 186424 1695132 90.09 0 1040204 1341228 45.77 705040 726236 24 07:49:13 07:44:01 192668 1688888 89.76 0 1045996 1436296 49.02 725776 715628 40 07:49:13 07:45:01 230212 1651344 87.76 0 1046056 1137996 38.84 699644 705080 24 07:49:13 07:46:01 232800 1648756 87.63 0 1046280 1327912 45.32 703476 697164 44 07:49:13 07:47:01 241436 1640120 87.17 0 1049112 1209488 41.28 695836 697240 48 07:49:13 07:48:02 77004 1804552 95.91 0 1146544 1520484 51.89 681736 855624 75192 07:49:13 07:49:01 92400 1789156 95.09 0 1100492 1540284 52.57 601328 878572 87536 07:49:13 Average: 213151 1668405 88.67 186 1037779 1371050 46.79 659542 781781 13849 07:49:13 07:49:13 07:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 07:49:13 07:28:01 eth0 1924.99 1522.69 8683.99 2847.36 0.00 0.00 0.00 07:49:13 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:28:01 docker0 780.88 629.30 64.71 2641.86 0.00 0.00 0.00 07:49:13 07:29:01 eth0 319.27 215.00 1924.47 29.16 0.00 0.00 0.00 07:49:13 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:29:01 docker0 110.49 146.87 8.03 833.06 0.00 0.00 0.00 07:49:13 07:30:04 veth65e60ae 0.00 0.43 0.00 0.02 0.00 0.00 0.00 07:49:13 07:30:04 eth0 3017.31 2215.87 14956.39 2880.03 0.00 0.00 0.00 07:49:13 07:30:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 07:49:13 07:30:04 docker0 867.94 763.18 70.40 3455.64 0.00 0.00 0.00 07:49:13 07:31:02 veth65e60ae 0.00 0.09 0.00 0.00 0.00 0.00 0.00 07:49:13 07:31:02 eth0 57.91 38.23 101.04 59.68 0.00 0.00 0.00 07:49:13 07:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:31:02 docker0 13.96 18.59 0.73 74.51 0.00 0.00 0.00 07:49:13 07:32:01 veth65e60ae 0.00 0.29 0.00 0.01 0.00 0.00 0.00 07:49:13 07:32:01 eth0 93.94 60.15 268.92 67.78 0.00 0.00 0.00 07:49:13 07:32:01 veth8217187 2.94 4.67 0.19 29.51 0.00 0.00 0.00 07:49:13 07:32:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 07:49:13 07:33:01 veth4e8d016 0.00 0.15 0.00 0.01 0.00 0.00 0.00 07:49:13 07:33:01 veth65e60ae 0.00 0.88 0.00 0.04 0.00 0.00 0.00 07:49:13 07:33:01 eth0 3350.57 2442.27 16097.02 3196.36 0.00 0.00 0.00 07:49:13 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:34:01 eth0 209.46 170.50 495.87 466.08 0.00 0.00 0.00 07:49:13 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:34:01 docker0 994.26 919.00 79.12 4397.83 0.00 0.00 0.00 07:49:13 07:35:01 eth0 319.58 323.73 153.13 1301.47 0.00 0.00 0.00 07:49:13 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:36:01 eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 07:49:13 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:37:01 eth0 4.58 4.43 0.42 7.01 0.00 0.00 0.00 07:49:13 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:38:01 eth0 0.08 0.15 0.01 0.01 0.00 0.00 0.00 07:49:13 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 07:49:13 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:40:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 07:49:13 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 07:49:13 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:42:01 eth0 0.83 0.73 0.18 6.42 0.00 0.00 0.00 07:49:13 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:43:01 eth0 174.33 131.82 3962.08 22.21 0.00 0.00 0.00 07:49:13 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:43:01 docker0 41.16 40.78 3.82 235.04 0.00 0.00 0.00 07:49:13 07:44:01 eth0 132.91 106.84 260.45 113.29 0.00 0.00 0.00 07:49:13 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:44:01 veth4e6c453 0.57 0.80 0.20 0.31 0.00 0.00 0.00 07:49:13 07:44:01 docker0 1023.16 948.36 82.54 4562.86 0.00 0.00 0.00 07:49:13 07:45:01 eth0 123.26 97.30 107.36 99.32 0.00 0.00 0.00 07:49:13 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:45:01 docker0 4.20 3.71 1.07 1.86 0.00 0.00 0.00 07:49:13 07:46:01 vethf0f9fa2 0.30 0.32 0.05 0.14 0.00 0.00 0.00 07:49:13 07:46:01 eth0 4445.70 3377.19 21222.44 5312.72 0.00 0.00 0.00 07:49:13 07:46:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 07:49:13 07:46:01 docker0 1031.36 955.64 84.57 4566.50 0.00 0.00 0.00 07:49:13 07:47:01 eth0 119.14 90.13 97.27 89.00 0.00 0.00 0.00 07:49:13 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:47:01 veth364988b 0.45 0.57 0.12 0.21 0.00 0.00 0.00 07:49:13 07:47:01 docker0 4.05 3.83 1.16 1.90 0.00 0.00 0.00 07:49:13 07:48:02 eth0 2147.39 1408.42 6115.45 238.79 0.00 0.00 0.00 07:49:13 07:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:48:02 docker0 2.45 2.22 0.67 1.13 0.00 0.00 0.00 07:49:13 07:49:01 eth0 275.32 188.46 2631.60 87.61 0.00 0.00 0.00 07:49:13 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 07:49:01 docker0 63.10 96.87 3.84 204.86 0.00 0.00 0.00 07:49:13 Average: eth0 282.97 208.75 1221.03 257.73 0.00 0.00 0.00 07:49:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:13 Average: docker0 50.06 48.10 4.10 217.13 0.00 0.00 0.00 07:49:13 07:49:13 07:49:13 ---> sar -P ALL: 07:49:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/21/20 _x86_64_ (4 CPU) 07:49:13 07:49:13 07:26:10 LINUX RESTART 07:49:13 07:49:13 07:27:01 CPU %user %nice %system %iowait %steal %idle 07:49:13 07:28:01 all 19.55 0.00 7.42 2.71 0.02 70.30 07:49:13 07:28:01 0 18.17 0.00 9.03 0.84 0.00 71.96 07:49:13 07:28:01 1 33.79 0.00 7.04 3.44 0.02 55.72 07:49:13 07:28:01 2 16.08 0.00 7.60 3.71 0.02 72.60 07:49:13 07:28:01 3 10.10 0.00 6.03 2.84 0.02 81.02 07:49:13 07:29:01 all 12.57 0.00 9.55 6.39 0.03 71.46 07:49:13 07:29:01 0 11.84 0.00 8.61 5.67 0.03 73.84 07:49:13 07:29:01 1 11.83 0.00 10.34 6.78 0.03 71.02 07:49:13 07:29:01 2 13.23 0.00 10.52 7.74 0.02 68.49 07:49:13 07:29:01 3 13.39 0.00 8.71 5.39 0.03 72.47 07:49:13 07:30:04 all 18.72 0.00 22.68 17.24 0.05 41.33 07:49:13 07:30:04 0 17.49 0.00 22.68 14.96 0.03 44.84 07:49:13 07:30:04 1 18.89 0.00 22.48 19.46 0.05 39.12 07:49:13 07:30:04 2 19.47 0.00 22.95 17.14 0.07 40.38 07:49:13 07:30:04 3 19.02 0.00 22.60 17.37 0.03 40.97 07:49:13 07:31:02 all 50.76 0.00 19.60 18.04 0.03 11.57 07:49:13 07:31:02 0 50.65 0.00 20.24 18.32 0.04 10.75 07:49:13 07:31:02 1 50.37 0.00 18.48 17.82 0.02 13.32 07:49:13 07:31:02 2 51.17 0.00 20.27 18.34 0.02 10.20 07:49:13 07:31:02 3 50.85 0.00 19.41 17.70 0.04 12.01 07:49:13 07:32:01 all 17.41 0.00 22.59 30.78 0.04 29.18 07:49:13 07:32:01 0 18.51 0.00 22.95 29.29 0.03 29.22 07:49:13 07:32:01 1 16.92 0.00 22.18 29.97 0.05 30.88 07:49:13 07:32:01 2 17.86 0.00 24.30 31.91 0.09 25.85 07:49:13 07:32:01 3 16.35 0.00 20.90 31.96 0.02 30.77 07:49:13 07:33:01 all 54.02 0.00 21.15 15.84 0.03 8.95 07:49:13 07:33:01 0 54.79 0.00 20.56 16.03 0.03 8.58 07:49:13 07:33:01 1 53.15 0.00 21.15 15.72 0.03 9.95 07:49:13 07:33:01 2 56.13 0.00 19.69 16.18 0.03 7.96 07:49:13 07:33:01 3 52.01 0.00 23.21 15.43 0.05 9.31 07:49:13 07:34:01 all 14.61 0.00 8.49 13.38 0.01 63.50 07:49:13 07:34:01 0 13.97 0.00 8.12 10.71 0.02 67.19 07:49:13 07:34:01 1 15.84 0.00 8.19 14.54 0.00 61.43 07:49:13 07:34:01 2 13.66 0.00 8.72 15.71 0.02 61.90 07:49:13 07:34:01 3 14.98 0.00 8.95 12.57 0.00 63.50 07:49:13 07:35:01 all 7.42 0.00 2.49 0.37 0.01 89.70 07:49:13 07:35:01 0 7.70 0.00 2.89 0.32 0.00 89.09 07:49:13 07:35:01 1 7.26 0.00 2.13 0.39 0.02 90.21 07:49:13 07:35:01 2 7.35 0.00 2.56 0.42 0.02 89.65 07:49:13 07:35:01 3 7.38 0.00 2.37 0.35 0.02 89.88 07:49:13 07:36:01 all 0.04 0.00 0.04 0.00 0.00 99.92 07:49:13 07:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:49:13 07:36:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:49:13 07:36:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:49:13 07:36:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:49:13 07:37:01 all 0.05 0.00 0.04 0.01 0.00 99.90 07:49:13 07:37:01 0 0.07 0.00 0.05 0.00 0.00 99.88 07:49:13 07:37:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:49:13 07:37:01 2 0.07 0.00 0.03 0.03 0.00 99.87 07:49:13 07:37:01 3 0.07 0.00 0.07 0.00 0.00 99.87 07:49:13 07:38:01 all 0.02 0.00 0.03 0.00 0.00 99.95 07:49:13 07:38:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:49:13 07:38:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:49:13 07:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:49:13 07:38:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:49:13 07:39:01 all 0.03 0.00 0.02 0.00 0.00 99.95 07:49:13 07:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:49:13 07:39:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:49:13 07:39:01 2 0.05 0.00 0.03 0.02 0.00 99.90 07:49:13 07:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:49:13 07:40:01 all 0.02 0.00 0.03 0.00 0.00 99.95 07:49:13 07:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:49:13 07:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:49:13 07:40:01 2 0.03 0.00 0.05 0.00 0.00 99.92 07:49:13 07:40:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:49:13 07:41:01 all 0.03 0.00 0.02 0.00 0.00 99.95 07:49:13 07:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:49:13 07:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:49:13 07:41:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:49:13 07:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:49:13 07:42:01 all 0.05 0.00 0.06 0.02 0.00 99.88 07:49:13 07:42:01 0 0.05 0.00 0.07 0.00 0.00 99.88 07:49:13 07:42:01 1 0.08 0.00 0.05 0.00 0.00 99.87 07:49:13 07:42:01 2 0.05 0.00 0.12 0.08 0.00 99.75 07:49:13 07:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:49:13 07:43:01 all 8.10 0.00 5.91 5.72 0.02 80.25 07:49:13 07:43:01 0 7.28 0.00 5.32 3.58 0.03 83.79 07:49:13 07:43:01 1 8.32 0.00 6.52 5.17 0.00 79.98 07:49:13 07:43:01 2 8.29 0.00 5.54 7.87 0.02 78.28 07:49:13 07:43:01 3 8.51 0.00 6.22 6.27 0.02 78.98 07:49:13 07:44:01 all 3.87 0.00 4.06 0.73 0.01 91.34 07:49:13 07:44:01 0 4.09 0.00 4.34 0.57 0.00 91.00 07:49:13 07:44:01 1 4.00 0.00 4.13 1.41 0.00 90.46 07:49:13 07:44:01 2 3.49 0.00 3.14 0.65 0.03 92.68 07:49:13 07:44:01 3 3.89 0.00 4.61 0.29 0.00 91.22 07:49:13 07:45:01 all 3.44 0.00 3.76 0.78 0.01 92.01 07:49:13 07:45:01 0 3.62 0.00 4.24 1.26 0.02 90.87 07:49:13 07:45:01 1 3.70 0.00 4.22 0.69 0.02 91.37 07:49:13 07:45:01 2 3.16 0.00 3.16 0.60 0.00 93.08 07:49:13 07:45:01 3 3.28 0.00 3.43 0.59 0.02 92.68 07:49:13 07:46:01 all 3.22 0.00 3.34 0.55 0.01 92.88 07:49:13 07:46:01 0 3.06 0.00 3.22 0.32 0.00 93.40 07:49:13 07:46:01 1 3.69 0.00 3.81 0.60 0.00 91.89 07:49:13 07:46:01 2 3.07 0.00 3.09 0.55 0.02 93.28 07:49:13 07:46:01 3 3.06 0.00 3.22 0.71 0.00 93.01 07:49:13 07:47:01 all 2.86 0.00 3.07 0.46 0.01 93.61 07:49:13 07:47:01 0 3.05 0.00 3.56 0.37 0.02 93.01 07:49:13 07:47:01 1 2.72 0.00 3.02 0.40 0.00 93.86 07:49:13 07:47:01 2 3.13 0.00 3.19 0.45 0.00 93.23 07:49:13 07:47:01 3 2.52 0.00 2.50 0.62 0.02 94.35 07:49:13 07:48:02 all 8.94 0.00 6.63 1.05 0.01 83.37 07:49:13 07:48:02 0 8.08 0.00 7.26 0.90 0.02 83.75 07:49:13 07:48:02 1 9.32 0.00 6.49 1.54 0.02 82.63 07:49:13 07:48:02 2 9.09 0.00 6.28 1.01 0.02 83.60 07:49:13 07:48:02 3 9.29 0.00 6.50 0.74 0.02 83.45 07:49:13 07:49:01 all 10.04 0.00 7.61 4.72 0.01 77.62 07:49:13 07:49:01 0 8.79 0.00 7.05 3.37 0.00 80.79 07:49:13 07:49:01 1 9.58 0.00 7.33 6.18 0.02 76.89 07:49:13 07:49:01 2 12.72 0.00 8.17 7.21 0.02 71.88 07:49:13 07:49:01 3 9.04 0.00 7.89 2.08 0.02 80.98 07:49:13 Average: all 10.54 0.00 6.68 5.31 0.01 77.46 07:49:13 Average: 0 10.34 0.00 6.76 4.76 0.01 78.13 07:49:13 Average: 1 11.17 0.00 6.65 5.56 0.01 76.61 07:49:13 Average: 2 10.66 0.00 6.72 5.80 0.02 76.81 07:49:13 Average: 3 10.00 0.00 6.59 5.12 0.01 78.28 07:49:13 07:49:13 07:49:13