Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 65f742f3c09a75b9cecbe50bc703c053f2863689 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:lfit/releng-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, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32469 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/427 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/427 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 65f742f3c09a75b9cecbe50bc703c053f2863689 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65f742f3c09a75b9cecbe50bc703c053f2863689 # timeout=10 Commit message: "Merge pull request #3330 from weichou1229/issue-3323" > git rev-list --no-walk 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:21:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:21:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:21:52 ========================================================= 15:21:52 EdgeX Global Pipelines Version Info 15:21:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:21:53 ------------------- 15:21:53 stable info: 15:21:53 ------------------- 15:21:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:21:53 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:21:53 Message: update stable to v1.0.186 15:21:54 ------------------- 15:21:54 experimental info: 15:21:54 ------------------- 15:21:54 Commited By: **** collab-it+edgex@linuxfoundation.org 15:21:54 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 15:21:54 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:21:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:21:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:21:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:21:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:21:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:21:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:21:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:21:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:21:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:21:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:21:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:21:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:21:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:21:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:21:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:21:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:21:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:21:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:21:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:21:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:21:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:21:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:21:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] echo 15:21:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 65f742f [Pipeline] echo 15:21:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:21:58 provisioning config files... 15:21:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/427@tmp/config802072294715514835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:21:58 ---> docker-login.sh 15:21:58 nexus3.edgexfoundry.org:10001 15:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:59 Configure a credential helper to remove this warning. See 15:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:59 15:21:59 Login Succeeded 15:21:59 nexus3.edgexfoundry.org:10002 15:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:59 Configure a credential helper to remove this warning. See 15:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:59 15:21:59 Login Succeeded 15:21:59 nexus3.edgexfoundry.org:10003 15:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:59 Configure a credential helper to remove this warning. See 15:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:59 15:21:59 Login Succeeded 15:21:59 nexus3.edgexfoundry.org:10004 15:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:59 Configure a credential helper to remove this warning. See 15:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:59 15:21:59 Login Succeeded 15:21:59 docker.io 15:22:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:00 Configure a credential helper to remove this warning. See 15:22:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:00 15:22:00 Login Succeeded 15:22:00 ---> docker-login.sh ends [Pipeline] } 15:22:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:22:00 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:22:00 + for file in '`ls cmd/**/Dockerfile`' 15:22:00 ++ dirname cmd/core-command/Dockerfile 15:22:00 ++ cut -d/ -f2 15:22:00 + echo core-command,cmd/core-command/Dockerfile 15:22:00 + for file in '`ls cmd/**/Dockerfile`' 15:22:00 ++ dirname cmd/core-data/Dockerfile 15:22:00 ++ cut -d/ -f2 15:22:00 + echo core-data,cmd/core-data/Dockerfile 15:22:00 + for file in '`ls cmd/**/Dockerfile`' 15:22:00 ++ dirname cmd/core-metadata/Dockerfile 15:22:00 ++ cut -d/ -f2 15:22:00 + echo core-metadata,cmd/core-metadata/Dockerfile 15:22:00 + for file in '`ls cmd/**/Dockerfile`' 15:22:00 ++ dirname cmd/security-bootstrapper/Dockerfile 15:22:00 ++ cut -d/ -f2 15:22:00 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:22:00 + for file in '`ls cmd/**/Dockerfile`' 15:22:00 ++ dirname cmd/security-proxy-setup/Dockerfile 15:22:00 ++ cut -d/ -f2 15:22:00 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:22:00 + for file in '`ls cmd/**/Dockerfile`' 15:22:00 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:22:00 ++ cut -d/ -f2 15:22:00 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:22:00 + for file in '`ls cmd/**/Dockerfile`' 15:22:00 ++ dirname cmd/support-notifications/Dockerfile 15:22:00 ++ cut -d/ -f2 15:22:00 + echo support-notifications,cmd/support-notifications/Dockerfile 15:22:00 + for file in '`ls cmd/**/Dockerfile`' 15:22:00 ++ dirname cmd/support-scheduler/Dockerfile 15:22:00 ++ cut -d/ -f2 15:22:00 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:22:00 + for file in '`ls cmd/**/Dockerfile`' 15:22:00 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:22:00 ++ cut -d/ -f2 15:22:00 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:22:00 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/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 15:22:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:22:02 15:22:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:22:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:22:02 latest: Pulling from edgex-devops/git-semver 15:22:02 31603596830f: Pulling fs layer 15:22:02 2a8b12db71e7: Pulling fs layer 15:22:02 6ca5941a6612: Pulling fs layer 15:22:02 ecc8261a40a4: Pulling fs layer 15:22:02 ecc8261a40a4: Waiting 15:22:02 2a8b12db71e7: Verifying Checksum 15:22:02 2a8b12db71e7: Download complete 15:22:02 31603596830f: Verifying Checksum 15:22:02 31603596830f: Download complete 15:22:02 6ca5941a6612: Verifying Checksum 15:22:02 6ca5941a6612: Download complete 15:22:02 ecc8261a40a4: Verifying Checksum 15:22:02 ecc8261a40a4: Download complete 15:22:03 31603596830f: Pull complete 15:22:03 2a8b12db71e7: Pull complete 15:22:04 6ca5941a6612: Pull complete 15:22:04 ecc8261a40a4: Pull complete 15:22:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:22:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:22:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:22:04 prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container 15:22:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:22:07 $ docker top 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:22:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:22:07 [ssh-agent] Looking for ssh-agent implementation... 15:22:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:22:07 $ docker exec 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 ssh-agent 15:22:07 SSH_AUTH_SOCK=/tmp/ssh-mpnCeXJSP1zU/agent.12 15:22:07 SSH_AGENT_PID=17 15:22:07 Running ssh-add (command line suppressed) 15:22:07 Identity added: /w/workspace/edgex-go/427@tmp/private_key_709658496592781468.key (/w/workspace/edgex-go/427@tmp/private_key_709658496592781468.key) 15:22:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:22:08 + git tag --points-at HEAD [Pipeline] } 15:22:08 $ docker exec --env ******** --env ******** 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 ssh-agent -k 15:22:08 unset SSH_AUTH_SOCK; 15:22:08 unset SSH_AGENT_PID; 15:22:08 echo Agent pid 17 killed; 15:22:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:22:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:22:08 [ssh-agent] Looking for ssh-agent implementation... 15:22:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:22:08 $ docker exec 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 ssh-agent 15:22:09 SSH_AUTH_SOCK=/tmp/ssh-Fd2d9xZLl4lY/agent.45 15:22:09 SSH_AGENT_PID=50 15:22:09 Running ssh-add (command line suppressed) 15:22:09 Identity added: /w/workspace/edgex-go/427@tmp/private_key_6923441966277864635.key (/w/workspace/edgex-go/427@tmp/private_key_6923441966277864635.key) 15:22:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:22:09 + git semver init 15:22:09 # -> Open(): unable to determine branch for HEAD 15:22:09 # $GIT_DIR = /w/workspace/edgex-go/427/.git 15:22:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/427 15:22:09 # $SEMVER_REMOTE_NAME = origin 15:22:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:22:09 # $SEMVER_USER_NAME = edgex-jenkins 15:22:09 # $SEMVER_BRANCH = master 15:22:09 # $SEMVER_TEMP = /tmp/semver-730846736 15:22:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:22:27 # '/tmp/semver-730846736' -> '/w/workspace/edgex-go/427/.semver' 15:22:27 # -> Force: false 15:22:27 # $SEMVER_DIR = /w/workspace/edgex-go/427/.semver [Pipeline] } 15:22:27 $ docker exec --env ******** --env ******** 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 ssh-agent -k 15:22:28 unset SSH_AUTH_SOCK; 15:22:28 unset SSH_AGENT_PID; 15:22:28 echo Agent pid 50 killed; 15:22:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:22:28 + git semver [Pipeline] } 15:22:28 $ docker stop --time=1 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 15:22:30 $ docker rm -f 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 [Pipeline] // withDockerContainer [Pipeline] sh 15:22:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:22:31 Stashed 1 file(s) [Pipeline] echo 15:22:31 [edgeXSemver]: initialized semver on version 2.0.0-dev.159 [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] sh 15:22:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:22:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:22:33 + sudo service docker restart 15:22:33 + true 15:22:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:22:33 ========================================================= 15:22:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:22:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:22:34 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:22:39 Sending build context to Docker daemon 329.1MB 15:22:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:22:39 Step 2/6 : FROM ${BASE} 15:22:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:22:39 188c0c94c7c5: Pulling fs layer 15:22:39 0ef7d3d256c8: Pulling fs layer 15:22:39 de9db76c5a1d: Pulling fs layer 15:22:39 bca2f99d35d6: Pulling fs layer 15:22:39 93359f2a8cfa: Pulling fs layer 15:22:39 7c6f9722023f: Pulling fs layer 15:22:39 a35cf1a2eb13: Pulling fs layer 15:22:39 bca2f99d35d6: Waiting 15:22:39 93359f2a8cfa: Waiting 15:22:39 7c6f9722023f: Waiting 15:22:39 a35cf1a2eb13: Waiting 15:22:39 0ef7d3d256c8: Verifying Checksum 15:22:39 0ef7d3d256c8: Download complete 15:22:39 de9db76c5a1d: Verifying Checksum 15:22:39 de9db76c5a1d: Download complete 15:22:39 93359f2a8cfa: Verifying Checksum 15:22:39 93359f2a8cfa: Download complete 15:22:39 188c0c94c7c5: Verifying Checksum 15:22:39 188c0c94c7c5: Download complete 15:22:39 7c6f9722023f: Verifying Checksum 15:22:39 7c6f9722023f: Download complete 15:22:39 188c0c94c7c5: Pull complete 15:22:39 0ef7d3d256c8: Pull complete 15:22:39 de9db76c5a1d: Pull complete 15:22:41 a35cf1a2eb13: Verifying Checksum 15:22:41 a35cf1a2eb13: Download complete 15:22:41 bca2f99d35d6: Verifying Checksum 15:22:41 bca2f99d35d6: Download complete 15:22:46 Still waiting to schedule task 15:22:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:22:47 bca2f99d35d6: Pull complete 15:22:47 93359f2a8cfa: Pull complete 15:22:47 7c6f9722023f: Pull complete 15:22:51 a35cf1a2eb13: Pull complete 15:22:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:22:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:22:51 ---> a62c8e92a672 15:22:51 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:22:51 ---> Running in d22bb3d7e69c 15:22:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:54 (1/12) Installing libmagic (5.38-r0) 15:22:54 (2/12) Installing file (5.38-r0) 15:22:54 (3/12) Installing libc-dev (0.7.2-r3) 15:22:54 (4/12) Installing g++ (9.3.0-r2) 15:22:58 (5/12) Installing fortify-headers (1.1-r0) 15:22:58 (6/12) Installing patch (2.7.6-r6) 15:22:58 (7/12) Installing build-base (0.5-r2) 15:22:58 (8/12) Installing libsodium (1.0.18-r0) 15:22:59 (9/12) Installing pkgconf (1.7.2-r0) 15:22:59 (10/12) Installing libsodium-dev (1.0.18-r0) 15:22:59 (11/12) Installing libzmq (4.3.3-r0) 15:22:59 (12/12) Installing zeromq-dev (4.3.3-r0) 15:22:59 Executing busybox-1.31.1-r19.trigger 15:22:59 OK: 233 MiB in 51 packages 15:23:03 Removing intermediate container d22bb3d7e69c 15:23:03 ---> 57ce5eb26c18 15:23:03 Step 4/6 : WORKDIR /edgex-go 15:23:03 ---> Running in d36f340e059f 15:23:03 Removing intermediate container d36f340e059f 15:23:03 ---> 0c387d467ebb 15:23:03 Step 5/6 : COPY go.mod . 15:23:03 ---> 10ea69d0a6ed 15:23:03 Step 6/6 : RUN go mod download 15:23:03 ---> Running in e4ddd780e8bd 15:23:25 Removing intermediate container e4ddd780e8bd 15:23:25 ---> 636c89349929 15:23:25 Successfully built 636c89349929 15:23:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:23:26 + docker inspect -f . ci-base-image-x86_64 15:23:26 . [Pipeline] withDockerContainer 15:23:26 prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container 15:23:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:23:27 $ docker top 1ea18630fc8fc5dab2aad347d841354c05c0bd039be96b85ccb4028da3c13c70 -eo pid,comm [Pipeline] { [Pipeline] sh 15:23:28 + go version 15:23:28 go version go1.15.5 linux/amd64 [Pipeline] } 15:23:28 $ docker stop --time=1 1ea18630fc8fc5dab2aad347d841354c05c0bd039be96b85ccb4028da3c13c70 15:23:29 $ docker rm -f 1ea18630fc8fc5dab2aad347d841354c05c0bd039be96b85ccb4028da3c13c70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:23:30 + docker inspect -f . ci-base-image-x86_64 15:23:30 . [Pipeline] withDockerContainer 15:23:30 prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container 15:23:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:23:31 $ docker top 5b9c2eac415b3506899cdf39e4f6b2062138676a45ba11f3bd1affe36249d0c3 -eo pid,comm [Pipeline] { [Pipeline] echo 15:23:31 ========================================================= 15:23:31 [edgeXBuildGoParallel] Running Tests and Build... 15:23:31 ========================================================= [Pipeline] sh 15:23:31 + make test 15:23:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:23:41 ? github.com/edgexfoundry/edgex-go [no test files] 15:23:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:24:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:24:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:24:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:24:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:24:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:24:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:24:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:24:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:24:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:24:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:24:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:24:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:24:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.170s coverage: 45.9% of statements 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:24:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:24:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.084s coverage: 19.8% of statements 15:24:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements 15:24:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.250s coverage: 27.1% of statements 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:24:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:24:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:24:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 71.3% of statements 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:24:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.208s coverage: 82.9% of statements 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:24:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.073s coverage: 78.9% of statements 15:24:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.171s coverage: 97.5% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.093s coverage: 78.3% of statements 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.385s coverage: 92.8% of statements 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 1.0% of statements 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 47.1% of statements 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 15:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements 15:24:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32470 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 15:24:28 Running in /w/workspace/edgex-go/427 [Pipeline] { [Pipeline] checkout 15:24:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements 15:24:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 15:24:35 using credential edgex-jenkins-ssh 15:24:35 Cloning the remote Git repository 15:24:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:24:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.297s coverage: 82.6% of statements 15:24:35 > git init /w/workspace/edgex-go/427 # timeout=10 15:24:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:24:35 > git --version # timeout=10 15:24:35 > git --version # 'git version 2.17.1' 15:24:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:24:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.099s coverage: 92.9% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.6% of statements 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.6% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 64.4% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 38.4% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.0% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 87.1% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.109s coverage: 95.6% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:24:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 15:24:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 15:24:48 GO111MODULE=on go vet ./... 15:24:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:24:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:24:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:24:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:24:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:24:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:24:51 Checking out Revision 65f742f3c09a75b9cecbe50bc703c053f2863689 (master) 15:24:51 > git config core.sparsecheckout # timeout=10 15:24:51 > git checkout -f 65f742f3c09a75b9cecbe50bc703c053f2863689 # timeout=10 15:24:56 Commit message: "Merge pull request #3330 from weichou1229/issue-3323" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:24:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:24:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:24:58 + sudo service docker restart 15:24:58 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:25:01 provisioning config files... 15:25:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/427@tmp/config293620974608740234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:25:01 ---> docker-login.sh 15:25:01 nexus3.edgexfoundry.org:10001 15:25:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:03 Configure a credential helper to remove this warning. See 15:25:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:03 15:25:03 Login Succeeded 15:25:03 nexus3.edgexfoundry.org:10002 15:25:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:03 Configure a credential helper to remove this warning. See 15:25:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:03 15:25:03 Login Succeeded 15:25:03 nexus3.edgexfoundry.org:10003 15:25:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:04 Configure a credential helper to remove this warning. See 15:25:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:04 15:25:04 Login Succeeded 15:25:04 nexus3.edgexfoundry.org:10004 15:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:04 Configure a credential helper to remove this warning. See 15:25:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:04 15:25:04 Login Succeeded 15:25:04 docker.io 15:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:05 Configure a credential helper to remove this warning. See 15:25:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:05 15:25:05 Login Succeeded 15:25:05 ---> docker-login.sh ends [Pipeline] } 15:25:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:25:05 ========================================================= 15:25:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:25:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:25:06 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:25:08 Sending build context to Docker daemon 167MB 15:25:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:25:08 Step 2/6 : FROM ${BASE} 15:25:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:25:08 5f621e34cdf4: Pulling fs layer 15:25:08 a4357932f1b6: Pulling fs layer 15:25:08 18c013af1878: Pulling fs layer 15:25:08 00ac8860ef70: Pulling fs layer 15:25:08 63d7cb157983: Pulling fs layer 15:25:08 b116817d02f9: Pulling fs layer 15:25:08 745a02a5169b: Pulling fs layer 15:25:08 00ac8860ef70: Waiting 15:25:08 63d7cb157983: Waiting 15:25:08 b116817d02f9: Waiting 15:25:08 18c013af1878: Download complete 15:25:08 a4357932f1b6: Verifying Checksum 15:25:08 a4357932f1b6: Download complete 15:25:08 63d7cb157983: Download complete 15:25:08 b116817d02f9: Verifying Checksum 15:25:08 b116817d02f9: Download complete 15:25:09 5f621e34cdf4: Verifying Checksum 15:25:09 5f621e34cdf4: Download complete 15:25:09 5f621e34cdf4: Pull complete 15:25:10 a4357932f1b6: Pull complete 15:25:10 18c013af1878: Pull complete 15:25:11 745a02a5169b: Verifying Checksum 15:25:11 745a02a5169b: Download complete 15:25:12 00ac8860ef70: Verifying Checksum 15:25:12 00ac8860ef70: Download complete 15:25:15 gofmt -l . 15:25:15 [ "`gofmt -l .`" = "" ] 15:25:15 ./bin/test-go-mod-tidy.sh 15:25:16 ./bin/test-attribution-txt.sh [Pipeline] sh 15:25:16 + ls -al . 15:25:16 total 784 15:25:16 drwxrwxr-x 10 1001 1001 4096 Apr 1 15:25 . 15:25:16 drwxr-xr-x 4 root root 32 Apr 1 15:23 .. 15:25:16 -rw-rw-r-- 1 1001 1001 11 Apr 1 15:21 .dockerignore 15:25:16 drwxrwxr-x 8 1001 1001 162 Apr 1 15:21 .git 15:25:16 drwxrwxr-x 3 1001 1001 125 Apr 1 15:21 .github 15:25:16 -rw-rw-r-- 1 1001 1001 818 Apr 1 15:21 .gitignore 15:25:16 drwx------ 3 1001 1001 45 Apr 1 15:22 .semver 15:25:16 -rw-rw-r-- 1 1001 1001 166 Apr 1 15:21 .sonarcloud.properties 15:25:16 -rw-rw-r-- 1 1001 1001 8607 Apr 1 15:21 Attribution.txt 15:25:16 -rw-rw-r-- 1 1001 1001 3804 Apr 1 15:21 CONTRIBUTING.md 15:25:16 -rw-rw-r-- 1 1001 1001 931 Apr 1 15:21 Dockerfile.build 15:25:16 -rw-rw-r-- 1 1001 1001 863 Apr 1 15:21 Jenkinsfile 15:25:16 -rw-rw-r-- 1 1001 1001 10775 Apr 1 15:21 LICENSE 15:25:16 -rw-rw-r-- 1 1001 1001 5774 Apr 1 15:21 Makefile 15:25:16 -rw-rw-r-- 1 1001 1001 6548 Apr 1 15:21 README.md 15:25:16 -rw-rw-r-- 1 1001 1001 6755 Apr 1 15:21 SECURITY.md 15:25:16 -rw-rw-r-- 1 1001 1001 13 Apr 1 15:22 VERSION 15:25:16 -rw-rw-r-- 1 1001 1001 4131 Apr 1 15:21 ZMQWindows.md 15:25:16 drwxrwxr-x 2 1001 1001 117 Apr 1 15:21 bin 15:25:16 drwxrwxr-x 14 1001 1001 4096 Apr 1 15:21 cmd 15:25:16 -rw-r--r-- 1 root root 672489 Apr 1 15:24 coverage.out 15:25:16 -rw-r--r-- 1 root root 1056 Apr 1 15:25 go.mod 15:25:16 -rw-r--r-- 1 root root 22360 Apr 1 15:25 go.sum 15:25:16 drwxrwxr-x 8 1001 1001 127 Apr 1 15:21 internal 15:25:16 drwxrwxr-x 4 1001 1001 26 Apr 1 15:21 openapi 15:25:16 drwxrwxr-x 4 1001 1001 71 Apr 1 15:21 snap 15:25:16 -rw-rw-r-- 1 1001 1001 168 Apr 1 15:21 version.go [Pipeline] sh 15:25:17 + '[' -e coverage.out ] 15:25:17 + chown 1001:1001 coverage.out [Pipeline] stash 15:25:17 Stashed 1 file(s) [Pipeline] sh 15:25:17 + make build 15:25:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-data/core-data ./cmd/core-data 15:25:22 00ac8860ef70: Pull complete 15:25:22 63d7cb157983: Pull complete 15:25:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:25:23 b116817d02f9: Pull complete 15:25:27 745a02a5169b: Pull complete 15:25:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:25:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:25:27 ---> b7e6874047d6 15:25:27 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:25:30 ---> Running in 9adb39b093c1 15:25:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-command/core-command ./cmd/core-command 15:25:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:25:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:25:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:25:33 (1/12) Installing libmagic (5.38-r0) 15:25:33 (2/12) Installing file (5.38-r0) 15:25:33 (3/12) Installing libc-dev (0.7.2-r3) 15:25:33 (4/12) Installing g++ (9.3.0-r2) 15:25:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:25:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:25:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:25:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:25:37 (5/12) Installing fortify-headers (1.1-r0) 15:25:37 (6/12) Installing patch (2.7.6-r6) 15:25:37 (7/12) Installing build-base (0.5-r2) 15:25:37 (8/12) Installing libsodium (1.0.18-r0) 15:25:37 (9/12) Installing pkgconf (1.7.2-r0) 15:25:37 (10/12) Installing libsodium-dev (1.0.18-r0) 15:25:37 (11/12) Installing libzmq (4.3.3-r0) 15:25:37 (12/12) Installing zeromq-dev (4.3.3-r0) 15:25:38 Executing busybox-1.31.1-r19.trigger 15:25:38 OK: 217 MiB in 51 packages 15:25:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:25:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:25:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/secrets-config ./cmd/secrets-config 15:25:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:25:42 Removing intermediate container 9adb39b093c1 15:25:42 ---> 0501415bee32 15:25:42 Step 4/6 : WORKDIR /edgex-go 15:25:42 ---> Running in 786fb17975c1 15:25:42 Removing intermediate container 786fb17975c1 15:25:42 ---> 8b9ee0270455 15:25:42 Step 5/6 : COPY go.mod . 15:25:43 ---> 67bb43f0f937 15:25:43 Step 6/6 : RUN go mod download 15:25:43 ---> Running in aa5ee64b0325 [Pipeline] } 15:25:44 $ docker stop --time=1 5b9c2eac415b3506899cdf39e4f6b2062138676a45ba11f3bd1affe36249d0c3 15:25:45 $ docker rm -f 5b9c2eac415b3506899cdf39e4f6b2062138676a45ba11f3bd1affe36249d0c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:25:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:25:49 15:25:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:25:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:25:50 latest: Pulling from edgex-devops/edgex-compose 15:25:50 cbdbe7a5bc2a: Pulling fs layer 15:25:50 ca9280d653b3: Pulling fs layer 15:25:50 7e9c9ca2126c: Pulling fs layer 15:25:50 cbdbe7a5bc2a: Verifying Checksum 15:25:50 cbdbe7a5bc2a: Download complete 15:25:50 cbdbe7a5bc2a: Pull complete 15:25:51 ca9280d653b3: Verifying Checksum 15:25:51 ca9280d653b3: Download complete 15:25:51 7e9c9ca2126c: Verifying Checksum 15:25:51 7e9c9ca2126c: Download complete 15:25:52 ca9280d653b3: Pull complete 15:25:58 7e9c9ca2126c: Pull complete 15:25:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:25:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:25:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:25:59 prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container 15:25:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:26:02 $ docker top fe0bfc1e3dd877766b1f975114d12c9ddd86944fcbe56c70d0b20b7994746f27 -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:03 + docker-compose build --help 15:26:03 + grep parallel 15:26:04 --parallel Build images in parallel. [Pipeline] } 15:26:04 $ docker stop --time=1 fe0bfc1e3dd877766b1f975114d12c9ddd86944fcbe56c70d0b20b7994746f27 15:26:05 $ docker rm -f fe0bfc1e3dd877766b1f975114d12c9ddd86944fcbe56c70d0b20b7994746f27 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:26:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:26:06 . [Pipeline] withDockerContainer 15:26:06 prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container 15:26:06 $ 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/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:26:07 $ docker top 55100170cf3ca3213acb7d6296bfd6e6657ff915dba9659588fe6bd9f7382bfc -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:07 + docker-compose -f ./docker-compose-build.yml build --parallel 15:26:08 Building docker-core-command-go ... 15:26:08 Building docker-core-data-go ... 15:26:08 Building docker-core-metadata-go ... 15:26:08 Building docker-security-bootstrapper-go ... 15:26:08 Building docker-security-proxy-setup-go ... 15:26:08 Building docker-security-secretstore-setup-go ... 15:26:08 Building docker-support-notifications-go ... 15:26:08 Building docker-support-scheduler-go ... 15:26:08 Building docker-sys-mgmt-agent-go ... 15:26:08 Building docker-support-notifications-go 15:26:08 Building docker-security-proxy-setup-go 15:26:08 Building docker-security-bootstrapper-go 15:26:08 Building docker-sys-mgmt-agent-go 15:26:08 Building docker-support-scheduler-go 15:26:10 Removing intermediate container aa5ee64b0325 15:26:10 ---> fae3707b8aec 15:26:10 Successfully built fae3707b8aec 15:26:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:26:10 + docker inspect -f . ci-base-image-arm64 15:26:10 . [Pipeline] withDockerContainer 15:26:11 prd-ubuntu18.04-docker-arm64-4c-16g-32470 does not seem to be running inside a container 15:26:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:26:12 $ docker top ad917536746d15276c2f0f2e2c2bbfb49adef5eb805bd1e4fba9467c962b0b8e -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:13 + go version 15:26:13 go version go1.15.5 linux/arm64 [Pipeline] } 15:26:13 $ docker stop --time=1 ad917536746d15276c2f0f2e2c2bbfb49adef5eb805bd1e4fba9467c962b0b8e 15:26:15 $ docker rm -f ad917536746d15276c2f0f2e2c2bbfb49adef5eb805bd1e4fba9467c962b0b8e [Pipeline] // withDockerContainer [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 15:26:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:26:16 15:26:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:26:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:26:17 latest: Pulling from edgex-devops/edgex-compose-arm64 15:26:17 29e5d40040c1: Pulling fs layer 15:26:17 1ce36da41761: Pulling fs layer 15:26:17 25b303627fd3: Pulling fs layer 15:26:18 29e5d40040c1: Verifying Checksum 15:26:18 29e5d40040c1: Download complete 15:26:18 1ce36da41761: Verifying Checksum 15:26:18 1ce36da41761: Download complete 15:26:18 29e5d40040c1: Pull complete 15:26:20 1ce36da41761: Pull complete 15:26:20 25b303627fd3: Verifying Checksum 15:26:20 25b303627fd3: Download complete 15:26:30 25b303627fd3: Pull complete 15:26:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:26:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:26:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:26:30 prd-ubuntu18.04-docker-arm64-4c-16g-32470 does not seem to be running inside a container 15:26:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:26:33 $ docker top 8cc83020a9aff7d7c010b0805cb3ec1dbf65c34ba4ca23214f606b7ec86858b3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:34 + docker-compose build --help 15:26:34 + grep parallel 15:26:37 --parallel Build images in parallel. [Pipeline] } 15:26:37 $ docker stop --time=1 8cc83020a9aff7d7c010b0805cb3ec1dbf65c34ba4ca23214f606b7ec86858b3 15:26:39 $ docker rm -f 8cc83020a9aff7d7c010b0805cb3ec1dbf65c34ba4ca23214f606b7ec86858b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:26:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:26:40 . [Pipeline] withDockerContainer 15:26:40 prd-ubuntu18.04-docker-arm64-4c-16g-32470 does not seem to be running inside a container 15:26:40 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:26:40 Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:26:40 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:26:40 15:26:40 ---> 636c89349929 15:26:40 Step 3/26 : WORKDIR /edgex-go 15:26:40 ---> 636c89349929 15:26:40 Step 3/31 : WORKDIR /edgex-go 15:26:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:26:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:26:40 ---> 636c89349929 15:26:40 Step 3/22 : WORKDIR /edgex-go 15:26:40 $ 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/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:26:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:26:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:26:41 ---> 636c89349929 15:26:41 Step 3/22 : WORKDIR /edgex-go 15:26:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:26:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:26:42 ---> 636c89349929 15:26:42 Step 3/21 : WORKDIR /edgex-go 15:26:42 $ docker top 7d0150e207e386382d8212a0f8daf5f923d26c4a28fa786c5b856bd9331e601e -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:43 ---> Running in ab48341bdefd 15:26:43 ---> Running in ba19426c8b9a 15:26:43 ---> Running in 8ea116fb33bb 15:26:43 ---> Running in 6265f7fd87ab 15:26:43 ---> Running in afb62b28b5a7 15:26:43 Removing intermediate container afb62b28b5a7 15:26:43 ---> 02f8d0191780 15:26:43 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:43 Removing intermediate container 8ea116fb33bb 15:26:43 ---> 8eff1e3f6f14 15:26:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:43 Removing intermediate container ab48341bdefd 15:26:43 ---> ceee240602f8 15:26:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:43 + docker-compose -f ./docker-compose-build.yml build --parallel 15:26:43 Removing intermediate container 6265f7fd87ab 15:26:43 ---> ea497ad2d1e7 15:26:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:43 Removing intermediate container ba19426c8b9a 15:26:43 ---> 00b4908c58cd 15:26:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:43 ---> Running in 1ae4ad306e94 15:26:43 ---> Running in e8bc6b26bbb2 15:26:43 ---> Running in f0ed7ee0d1a7 15:26:43 ---> Running in 3f9d6d810df4 15:26:43 ---> Running in e2a1eb8bc0a1 15:26:45 Removing intermediate container f0ed7ee0d1a7 15:26:45 ---> c5fdbb0f9a6c 15:26:45 Step 5/21 : RUN apk add --update --no-cache make git 15:26:45 ---> Running in eb781ccfc30f 15:26:45 Removing intermediate container 1ae4ad306e94 15:26:45 ---> 7f1f9d15f11b 15:26:45 Step 5/26 : RUN apk add --update --no-cache make bash git 15:26:45 Removing intermediate container e8bc6b26bbb2 15:26:45 ---> b627176785c2 15:26:45 Step 5/31 : RUN apk add --update --no-cache make git 15:26:46 ---> Running in eb56ec689711 15:26:46 ---> Running in 0f73e2a7f9dc 15:26:46 Removing intermediate container e2a1eb8bc0a1 15:26:46 ---> a73d6d6b0c08 15:26:46 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:26:46 Removing intermediate container 3f9d6d810df4 15:26:46 ---> c5ab64d71174 15:26:46 Step 5/22 : RUN apk add --update --no-cache make git 15:26:46 ---> Running in 1201be7d0674 15:26:46 ---> Running in e1e2bda19982 15:26:46 Building docker-core-command-go ... 15:26:46 Building docker-core-data-go ... 15:26:46 Building docker-core-metadata-go ... 15:26:46 Building docker-security-bootstrapper-go ... 15:26:46 Building docker-security-proxy-setup-go ... 15:26:46 Building docker-security-secretstore-setup-go ... 15:26:46 Building docker-support-notifications-go ... 15:26:46 Building docker-support-scheduler-go ... 15:26:46 Building docker-sys-mgmt-agent-go ... 15:26:46 Building docker-security-bootstrapper-go 15:26:46 Building docker-core-command-go 15:26:46 Building docker-security-proxy-setup-go 15:26:46 Building docker-support-notifications-go 15:26:46 Building docker-sys-mgmt-agent-go 15:26:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:26:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:26:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:26:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:26:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:26:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:26:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:26:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:26:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:26:48 OK: 233 MiB in 51 packages 15:26:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:26:48 OK: 233 MiB in 51 packages 15:26:48 OK: 233 MiB in 51 packages 15:26:48 OK: 233 MiB in 51 packages 15:26:49 Removing intermediate container eb781ccfc30f 15:26:49 ---> bc984dfe656b 15:26:49 Step 6/21 : COPY go.mod . 15:26:49 OK: 233 MiB in 51 packages 15:26:49 Removing intermediate container eb56ec689711 15:26:49 ---> 78e21e51124d 15:26:49 Step 6/26 : COPY go.mod . 15:26:49 ---> 91956cf5d5af 15:26:49 Step 7/21 : RUN go mod download 15:26:49 ---> Running in 602395d0b3a2 15:26:49 Removing intermediate container 0f73e2a7f9dc 15:26:49 ---> 8dae15fe75b8 15:26:49 Step 6/31 : COPY go.mod . 15:26:49 ---> 18f1c16ea47a 15:26:49 Step 7/26 : RUN go mod download 15:26:49 Removing intermediate container e1e2bda19982 15:26:49 ---> c0a714ecd99a 15:26:49 Step 6/22 : COPY go.mod . 15:26:49 ---> Running in c89733f3d812 15:26:50 Removing intermediate container 1201be7d0674 15:26:50 ---> 20c45295cd90 15:26:50 Step 6/22 : COPY go.mod . 15:26:50 ---> f8be6dd55751 15:26:50 Step 7/31 : RUN go mod download 15:26:50 ---> 8ca519796061 15:26:50 Step 7/22 : RUN go mod download 15:26:50 ---> Running in 3c5335b5a9ad 15:26:50 ---> Running in 720ac399c37e 15:26:50 ---> d857a30189ad 15:26:50 Step 7/22 : RUN go mod download 15:26:50 ---> Running in f485886dc867 15:26:52 Removing intermediate container 602395d0b3a2 15:26:52 ---> 98bacb171e5b 15:26:52 Step 8/21 : COPY . . 15:26:52 Removing intermediate container c89733f3d812 15:26:52 ---> f6aca49d5237 15:26:52 Step 8/26 : COPY . . 15:26:52 Removing intermediate container 3c5335b5a9ad 15:26:52 ---> f90294d0cb40 15:26:52 Step 8/22 : COPY . . 15:26:53 Removing intermediate container f485886dc867 15:26:53 ---> 316a9aff85e4 15:26:53 Step 8/22 : COPY . . 15:26:55 Removing intermediate container 720ac399c37e 15:26:55 ---> e2055421b95a 15:26:55 Step 8/31 : COPY . . 15:27:35 ---> f307da74c6bd 15:27:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:27:35 ---> Running in 28bb76a1414a 15:27:35 ---> 019b6dd950b5 15:27:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:27:35 ---> 14d4fe7f1484 15:27:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:27:35 ---> b5903fb13dd5 15:27:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:27:35 ---> Running in aebadd5bb342 15:27:35 ---> d0df4a845c1c 15:27:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:27:35 ---> Running in 5ca3989ec4f5 15:27:35 ---> Running in 8d5af2f17fd2 15:27:35 ---> Running in 607889a9aacc 15:27:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:27:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:27:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:27:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:27:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:27:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:27:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:27:43 ---> fae3707b8aec 15:27:43 Step 3/26 : WORKDIR /edgex-go 15:27:43 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:27:43 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:27:43 ---> fae3707b8aec 15:27:43 Step 3/31 : WORKDIR /edgex-go 15:27:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:27:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:27:43 ---> fae3707b8aec 15:27:43 Step 3/22 : WORKDIR /edgex-go 15:27:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:27:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:27:43 ---> fae3707b8aec 15:27:43 Step 3/21 : WORKDIR /edgex-go 15:27:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:27:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:27:43 ---> fae3707b8aec 15:27:43 Step 3/23 : WORKDIR /edgex-go 15:27:43 ---> Running in e07744365f0a 15:27:43 ---> Running in 41897f710d1a 15:27:43 ---> Running in 33fc7198d9b6 15:27:43 ---> Running in d5ff4f1cb41c 15:27:43 ---> Running in 3e253613bf3e 15:27:43 Removing intermediate container 41897f710d1a 15:27:43 ---> eb02df1301b5 15:27:43 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:27:43 Removing intermediate container 3e253613bf3e 15:27:43 ---> d5732aafba3e 15:27:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:27:43 Removing intermediate container e07744365f0a 15:27:43 ---> 7882cc099d4f 15:27:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:27:43 Removing intermediate container 33fc7198d9b6 15:27:43 ---> b6af8ec32447 15:27:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:27:43 Removing intermediate container d5ff4f1cb41c 15:27:43 ---> 70e83ded7a80 15:27:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:27:43 ---> Running in 2a212ee86c6f 15:27:43 ---> Running in 029d009bf4e2 15:27:43 ---> Running in eb3148b98543 15:27:43 ---> Running in 4b8fde326625 15:27:43 ---> Running in f4d87f01f653 15:27:43 Removing intermediate container 2a212ee86c6f 15:27:43 ---> 48c01d1ddc68 15:27:43 Step 5/31 : RUN apk add --update --no-cache make git 15:27:43 ---> Running in 16eee4e8b5a8 15:27:43 Removing intermediate container 029d009bf4e2 15:27:43 ---> 8a07edddc561 15:27:43 Step 5/26 : RUN apk add --update --no-cache make bash git 15:27:43 Removing intermediate container 4b8fde326625 15:27:43 ---> c836598a2b9f 15:27:43 Step 5/21 : RUN apk add --update --no-cache make git 15:27:43 Removing intermediate container f4d87f01f653 15:27:43 ---> 625104a48d35 15:27:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:27:44 ---> Running in 526a944ac8f0 15:27:44 ---> Running in 3357c3c490c2 15:27:44 Removing intermediate container eb3148b98543 15:27:44 ---> 7bb4531914a1 15:27:44 Step 5/23 : RUN apk add --update --no-cache make git 15:27:44 ---> Running in 6f0f782c09c1 15:27:44 ---> Running in a39b1d020cfa 15:27:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:27:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:27:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:27:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:27:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:27:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:27:46 OK: 217 MiB in 51 packages 15:27:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:27:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:27:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:27:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:27:48 OK: 217 MiB in 51 packages 15:27:48 OK: 217 MiB in 51 packages 15:27:48 OK: 217 MiB in 51 packages 15:27:48 OK: 217 MiB in 51 packages 15:27:48 Removing intermediate container 16eee4e8b5a8 15:27:48 ---> 33d5692e95fe 15:27:48 Step 6/31 : COPY go.mod . 15:27:49 ---> c0f3e985b010 15:27:49 Step 7/31 : RUN go mod download 15:27:49 Removing intermediate container 3357c3c490c2 15:27:49 ---> 43a8dceda552 15:27:49 Step 6/26 : COPY go.mod . 15:27:50 ---> Running in 4fa3aec2d90e 15:27:50 Removing intermediate container 526a944ac8f0 15:27:50 ---> 349e4bb96ac3 15:27:50 Step 6/21 : COPY go.mod . 15:27:50 Removing intermediate container 6f0f782c09c1 15:27:50 ---> abddd13866c0 15:27:50 Step 6/22 : COPY go.mod . 15:27:50 Removing intermediate container a39b1d020cfa 15:27:50 ---> 5460f8409061 15:27:50 Step 6/23 : COPY go.mod . 15:27:50 ---> 639c490d8db8 15:27:50 Step 7/26 : RUN go mod download 15:27:51 ---> Running in bb61399abcec 15:27:51 ---> 51859e6ecf07 15:27:51 Step 7/22 : RUN go mod download 15:27:51 ---> 441795f40755 15:27:51 Step 7/21 : RUN go mod download 15:27:51 ---> Running in 3bc2c98faa2e 15:27:51 ---> Running in 3fe9678aa73e 15:27:51 ---> 62c9d44c126f 15:27:51 Step 7/23 : RUN go mod download 15:27:52 ---> Running in a8a2b9fd55ad 15:27:54 Removing intermediate container 4fa3aec2d90e 15:27:54 ---> 9870af5eea82 15:27:54 Step 8/31 : COPY . . 15:27:55 Removing intermediate container bb61399abcec 15:27:55 ---> 87f22d28e833 15:27:55 Step 8/26 : COPY . . 15:27:57 Removing intermediate container 3fe9678aa73e 15:27:57 ---> fd1cdc818331 15:27:57 Step 8/22 : COPY . . 15:27:57 Removing intermediate container 3bc2c98faa2e 15:27:57 ---> a453f2a1738f 15:27:57 Step 8/21 : COPY . . 15:27:57 Removing intermediate container a8a2b9fd55ad 15:27:57 ---> 723bdab3585a 15:27:57 Step 8/23 : COPY . . 15:28:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/secrets-config ./cmd/secrets-config 15:28:16 ---> d5270268e59a 15:28:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:28:16 ---> 40b4f9770ded 15:28:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:28:16 ---> 8340fbe62eba 15:28:16 Step 9/23 : RUN make cmd/core-command/core-command 15:28:16 ---> 1a546b824c09 15:28:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:28:16 ---> 84f7c528e681 15:28:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:28:16 ---> Running in cf23b9d77dbb 15:28:16 ---> Running in f1f56809c4a8 15:28:16 ---> Running in f715d680cc9c 15:28:16 ---> Running in 31d61f1c93c1 15:28:16 ---> Running in 53c52f5e25eb 15:28:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:28:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:28:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-command/core-command ./cmd/core-command 15:28:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:28:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:28:17 Removing intermediate container 607889a9aacc 15:28:17 ---> 31e993db617e 15:28:17 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:28:17 Removing intermediate container 28bb76a1414a 15:28:17 ---> e520ac5e9e99 15:28:17 15:28:17 Step 10/31 : FROM alpine:3.12 15:28:17 3.12: Pulling from library/alpine 15:28:17 Removing intermediate container aebadd5bb342 15:28:17 ---> 830df0bb4356 15:28:17 15:28:17 Step 10/22 : FROM alpine:3.12 15:28:17 3.12: Pulling from library/alpine 15:28:17 ---> Running in 41d62e4ec90a 15:28:17 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 15:28:17 Status: Downloaded newer image for alpine:3.12 15:28:17 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 15:28:17 Status: Image is up to date for alpine:3.12 15:28:17 ---> 7230e588e954 15:28:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:28:17 ---> 7230e588e954 15:28:17 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:28:17 Removing intermediate container 8d5af2f17fd2 15:28:17 ---> a13989336de9 15:28:17 15:28:17 Step 10/22 : FROM alpine:3.12 15:28:17 ---> 7230e588e954 15:28:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:28:18 Removing intermediate container 5ca3989ec4f5 15:28:18 ---> a9ce7f1c5144 15:28:18 15:28:18 Step 10/21 : FROM alpine:3.12 15:28:18 ---> 7230e588e954 15:28:18 Step 11/21 : RUN apk add --update --no-cache curl 15:28:18 ---> Running in 4f52dc189010 15:28:18 ---> Running in efa3f693d033 15:28:18 ---> Running in c4ec0334965c 15:28:18 ---> Running in 9e7fca18392b 15:28:19 Removing intermediate container efa3f693d033 15:28:19 ---> 319d6c5696cb 15:28:19 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:28:19 ---> Running in 723acaa78923 15:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:19 (1/1) Installing dumb-init (1.2.2-r1) 15:28:19 Executing busybox-1.31.1-r20.trigger 15:28:19 OK: 6 MiB in 15 packages 15:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:19 (1/2) Installing ca-certificates (20191127-r4) 15:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:19 (2/2) Installing dumb-init (1.2.2-r1) 15:28:19 Executing busybox-1.31.1-r20.trigger 15:28:19 Executing ca-certificates-20191127-r4.trigger 15:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:20 OK: 6 MiB in 16 packages 15:28:20 (1/4) Installing ca-certificates (20191127-r4) 15:28:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:28:20 (3/4) Installing libcurl (7.69.1-r3) 15:28:20 (4/4) Installing curl (7.69.1-r3) 15:28:20 Executing busybox-1.31.1-r20.trigger 15:28:20 Executing ca-certificates-20191127-r4.trigger 15:28:20 (1/2) Installing dumb-init (1.2.2-r1) 15:28:20 (2/2) Installing su-exec (0.2-r1) 15:28:20 Executing busybox-1.31.1-r20.trigger 15:28:20 OK: 6 MiB in 16 packages 15:28:20 OK: 7 MiB in 18 packages 15:28:21 Removing intermediate container 4f52dc189010 15:28:21 ---> 13ec3d8783f7 15:28:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:28:21 ---> Running in 4ab78b361437 15:28:22 Removing intermediate container 4ab78b361437 15:28:22 ---> facec755bb32 15:28:22 Step 13/22 : ENV APP_PORT=48085 15:28:23 Removing intermediate container 9e7fca18392b 15:28:23 ---> 40fc4ad9ef29 15:28:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:28:23 Removing intermediate container c4ec0334965c 15:28:23 ---> 1a6867b9da72 15:28:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:28:23 ---> Running in 0434e1c9819c 15:28:23 ---> Running in 563832c9b3fd 15:28:23 Removing intermediate container 723acaa78923 15:28:23 ---> 68c1370f1766 15:28:23 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:28:23 Removing intermediate container 41d62e4ec90a 15:28:23 ---> 52f0dd6e9dcb 15:28:23 15:28:23 Step 11/26 : FROM docker:20.10.0 15:28:23 20.10.0: Pulling from library/docker 15:28:23 ---> Running in 71fe3cebc9d4 15:28:23 ---> Running in 34a2c22b74cd 15:28:23 Removing intermediate container 0434e1c9819c 15:28:23 ---> d361d94864ee 15:28:23 Step 14/22 : EXPOSE $APP_PORT 15:28:23 Removing intermediate container 563832c9b3fd 15:28:23 ---> ead4aab546f3 15:28:23 Step 13/22 : ENV APP_PORT=48060 15:28:24 ---> Running in 960445a09d98 15:28:24 Removing intermediate container 71fe3cebc9d4 15:28:24 ---> f75eb7ece8f4 15:28:24 Step 13/21 : WORKDIR /edgex 15:28:24 Removing intermediate container 34a2c22b74cd 15:28:24 ---> 12a0816e0ff3 15:28:24 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:28:24 ---> Running in f274f1d39bfe 15:28:24 ---> Running in c942bc9cd4c1 15:28:24 ---> Running in e1b24772d516 15:28:24 Removing intermediate container 960445a09d98 15:28:24 ---> ca6c67522f38 15:28:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:28:25 Removing intermediate container f274f1d39bfe 15:28:25 ---> 69278b8d973f 15:28:25 Step 14/22 : EXPOSE $APP_PORT 15:28:25 Removing intermediate container c942bc9cd4c1 15:28:25 ---> e38f22808c1d 15:28:25 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:28:25 Removing intermediate container e1b24772d516 15:28:25 ---> d0b51656ae2b 15:28:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:28:25 ---> c2147cc40af6 15:28:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:28:25 ---> Running in 047915489e2c 15:28:25 ---> Running in 46e2f0572dc7 15:28:26 ---> b808bc5ddd45 15:28:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:28:26 Removing intermediate container 047915489e2c 15:28:26 ---> 1bebaf38a2e0 15:28:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:28:26 ---> 0dd8be7caf73 15:28:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:28:26 ---> f9c3ee33879a 15:28:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:28:26 ---> 1daa6082f160 15:28:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:28:27 ---> 8fe64fd241ae 15:28:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:28:27 ---> Running in c4d6245c730a 15:28:27 Removing intermediate container c4d6245c730a 15:28:27 ---> bf7bd901fae0 15:28:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:28:27 ---> Running in 9664abe37e2e 15:28:27 ---> b32c0685a3ff 15:28:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:28:27 Removing intermediate container 46e2f0572dc7 15:28:27 ---> 884257cbb90d 15:28:27 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:28:27 ---> Running in a5dff6105aaf 15:28:27 Removing intermediate container 9664abe37e2e 15:28:27 ---> 8508fa721692 15:28:27 Step 20/22 : LABEL arch=x86_64 15:28:28 ---> a5102161a498 15:28:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:28:28 ---> 6f0369554aff 15:28:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:28:28 ---> Running in 3f9f8e110ec2 15:28:28 ---> Running in e6dab0c4399d 15:28:28 Removing intermediate container a5dff6105aaf 15:28:28 ---> 84ef94152539 15:28:28 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:28:28 ---> Running in eefec2422ef8 15:28:28 Removing intermediate container 3f9f8e110ec2 15:28:28 ---> ddb97c4f84dd 15:28:28 Step 21/22 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:28:28 Removing intermediate container e6dab0c4399d 15:28:28 ---> c17284969d05 15:28:28 Step 18/21 : CMD ["--init=true"] 15:28:28 ---> Running in beb788505eb5 15:28:28 Removing intermediate container eefec2422ef8 15:28:28 ---> 515d219316e1 15:28:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:28:28 ---> 38a52c187b2a 15:28:28 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:28:28 ---> Running in 9d56bde82bd9 15:28:29 ---> Running in ed8f6d13df38 15:28:29 ---> Running in a850f10eb446 15:28:29 Removing intermediate container beb788505eb5 15:28:29 ---> 74ea9a2e217d 15:28:29 Step 22/22 : LABEL version=2.0.0-dev.159 15:28:29 ---> Running in 00135d13b08f 15:28:29 Removing intermediate container 9d56bde82bd9 15:28:29 ---> 8f8df3a144a9 15:28:29 Step 19/21 : LABEL arch=x86_64 15:28:29 Removing intermediate container ed8f6d13df38 15:28:29 ---> 42a309e4235e 15:28:29 Step 20/22 : LABEL arch=x86_64 15:28:29 ---> Running in a9cce0e3eee2 15:28:29 ---> Running in 0d55aeb04d75 15:28:30 Removing intermediate container 00135d13b08f 15:28:30 ---> 4fd6b1806d26 15:28:30 15:28:30 Successfully built 4fd6b1806d26 15:28:30 Successfully tagged docker-support-scheduler-go:latest 15:28:30  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 15:28:30 Removing intermediate container 0d55aeb04d75 15:28:30 ---> ab22c290d4e4 15:28:30 Step 21/22 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:28:30 Removing intermediate container a9cce0e3eee2 15:28:30 ---> f48fee1c1659 15:28:30 Step 20/21 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:28:30 ---> Running in af0bd4e594f7 15:28:30 ---> Running in fab78650b982 15:28:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:28:30 Status: Downloaded newer image for docker:20.10.0 15:28:30 ---> aefe523efa57 15:28:30 Step 12/26 : RUN apk add --no-cache bash 15:28:30 ---> Running in 3d9df73802cc 15:28:31 Removing intermediate container af0bd4e594f7 15:28:31 ---> e6db8c2233f8 15:28:31 Step 21/21 : LABEL version=2.0.0-dev.159 15:28:32 Removing intermediate container fab78650b982 15:28:32 ---> a4aa24c7e53d 15:28:32 Step 22/22 : LABEL version=2.0.0-dev.159 15:28:33 ---> Running in 5919a0b61779 15:28:33 Removing intermediate container a850f10eb446 15:28:33 ---> 0a1d27ed8ba3 15:28:33 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:28:33 ---> Running in 05f339be4e71 15:28:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:34 (1/2) Installing readline (8.0.4-r0) 15:28:34 (2/2) Installing bash (5.0.17-r0) 15:28:34 Executing bash-5.0.17-r0.post-install 15:28:35 Executing busybox-1.31.1-r19.trigger 15:28:35 OK: 12 MiB in 22 packages 15:28:35 Removing intermediate container 5919a0b61779 15:28:35 ---> ae7b7bb3de78 15:28:35 15:28:36 Successfully built ae7b7bb3de78 15:28:37 Removing intermediate container 05f339be4e71 15:28:37 ---> dfa82e1fd9d6 15:28:37 15:28:37 Successfully tagged docker-security-proxy-setup-go:latest 15:28:37 Building docker-core-command-go 15:28:37  Building docker-security-proxy-setup-go ... done  ---> ac8f8b025c9c 15:28:37 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:28:37 Successfully built dfa82e1fd9d6 15:28:37 Successfully tagged docker-support-notifications-go:latest 15:28:37  Building docker-support-notifications-go ... done Building docker-core-data-go 15:28:42 ---> df7a233a47e5 15:28:42 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:28:42 Removing intermediate container 3d9df73802cc 15:28:42 ---> 58a15f0266e9 15:28:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:28:42 ---> Running in 57b8b1e52379 15:28:45 ---> 94579abd6d0c 15:28:45 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:28:45 Removing intermediate container 57b8b1e52379 15:28:45 ---> b318486d80c2 15:28:45 Step 14/26 : ENV APP_PORT=48090 15:28:46 ---> Running in d49a540fc2fa 15:28:46 ---> dfbe590a9c34 15:28:46 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:28:48 Removing intermediate container d49a540fc2fa 15:28:48 ---> bac109169471 15:28:48 Step 15/26 : EXPOSE $APP_PORT 15:28:50 ---> Running in 2fe80996d253 15:28:50 ---> 2d9c4d1fc646 15:28:50 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:28:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:28:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:28:50 ---> 636c89349929 15:28:50 Step 3/24 : WORKDIR /edgex-go 15:28:50 ---> Using cache 15:28:50 ---> 00b4908c58cd 15:28:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:28:50 ---> Using cache 15:28:50 ---> a73d6d6b0c08 15:28:50 Step 5/24 : RUN apk add --update --no-cache make git 15:28:53 Removing intermediate container 2fe80996d253 15:28:53 ---> 9f40babf9974 15:28:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:28:53 ---> Running in 471a39a4c340 15:28:54 ---> Running in 26ac8155aa0f 15:28:57 Removing intermediate container 471a39a4c340 15:28:57 ---> e00db1e24304 15:28:57 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:28:57 ---> fc5a2f5b5363 15:28:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:28:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:58 ---> 0d15a98246c5 15:28:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:28:58 ---> 65f0e8a0bfe0 15:28:58 Step 26/31 : RUN chmod +x /entrypoint.sh 15:28:58 OK: 233 MiB in 51 packages 15:29:00 ---> Running in 6efec367a1c9 15:29:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:29:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:29:01 ---> 636c89349929 15:29:01 Step 3/23 : WORKDIR /edgex-go 15:29:01 ---> Using cache 15:29:01 ---> 00b4908c58cd 15:29:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:29:01 ---> Using cache 15:29:01 ---> a73d6d6b0c08 15:29:01 Step 5/23 : RUN apk add --update --no-cache make git 15:29:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:29:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:29:01 ---> 636c89349929 15:29:01 Step 3/23 : WORKDIR /edgex-go 15:29:01 ---> Using cache 15:29:01 ---> 00b4908c58cd 15:29:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:29:01 ---> Using cache 15:29:01 ---> a73d6d6b0c08 15:29:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:29:02 ---> 37465d1740e4 15:29:02 Step 19/26 : RUN apk --no-cache add py3-pip 15:29:02 ---> Running in 6c546063471b 15:29:02 ---> Running in b3a929dec374 15:29:02 ---> Running in 08b5bf140c64 15:29:02 Removing intermediate container 26ac8155aa0f 15:29:02 ---> 31ca62d41959 15:29:02 Step 6/24 : COPY go.mod . 15:29:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:29:02 ---> 1081ab2ddbba 15:29:02 Step 7/24 : RUN go mod download 15:29:02 ---> Running in 5820dc5a062f 15:29:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:29:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:29:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:29:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:29:03 (1/33) Installing libbz2 (1.0.8-r1) 15:29:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:29:03 (2/33) Installing expat (2.2.9-r1) 15:29:03 (3/33) Installing libffi (3.3-r2) 15:29:03 (4/33) Installing gdbm (1.13-r1) 15:29:03 (5/33) Installing xz-libs (5.2.5-r0) 15:29:03 (6/33) Installing sqlite-libs (3.32.1-r0) 15:29:03 (7/33) Installing python3 (3.8.8-r0) 15:29:04 OK: 233 MiB in 51 packages 15:29:04 OK: 233 MiB in 51 packages 15:29:04 Removing intermediate container 6efec367a1c9 15:29:04 ---> ca776e219313 15:29:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:29:07 (8/33) Installing py3-appdirs (1.4.4-r1) 15:29:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:29:07 (10/33) Installing py3-parsing (2.4.7-r0) 15:29:07 (11/33) Installing py3-six (1.15.0-r0) 15:29:07 (12/33) Installing py3-packaging (20.4-r0) 15:29:07 ---> Running in 6cd1f2894e12 15:29:07 (13/33) Installing py3-setuptools (47.0.0-r0) 15:29:07 (14/33) Installing py3-chardet (3.0.4-r4) 15:29:07 (15/33) Installing py3-idna (2.9-r0) 15:29:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:29:07 Removing intermediate container b3a929dec374 15:29:07 ---> a8eff59f4d56 15:29:07 Step 6/23 : COPY go.mod . 15:29:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:29:07 (18/33) Installing py3-requests (2.23.0-r0) 15:29:07 (19/33) Installing py3-msgpack (1.0.0-r0) 15:29:07 (20/33) Installing py3-lockfile (0.12.2-r3) 15:29:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:29:08 (22/33) Installing py3-colorama (0.4.3-r0) 15:29:08 (23/33) Installing py3-distlib (0.3.0-r0) 15:29:08 Removing intermediate container 6c546063471b 15:29:08 ---> 7317d683a78a 15:29:08 Step 6/23 : COPY go.mod . 15:29:08 Removing intermediate container 6cd1f2894e12 15:29:08 ---> 678408d0e72c 15:29:08 Step 28/31 : CMD ["gate"] 15:29:08 (24/33) Installing py3-distro (1.5.0-r1) 15:29:08 (25/33) Installing py3-webencodings (0.5.1-r3) 15:29:08 (26/33) Installing py3-html5lib (1.0.1-r4) 15:29:08 ---> 4a1310189472 15:29:08 Step 7/23 : RUN go mod download 15:29:09 (27/33) Installing py3-pytoml (0.1.21-r0) 15:29:09 (28/33) Installing py3-pep517 (0.8.2-r0) 15:29:09 (29/33) Installing py3-progress (1.5-r0) 15:29:09 (30/33) Installing py3-toml (0.10.1-r0) 15:29:09 (31/33) Installing py3-retrying (1.3.3-r0) 15:29:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:29:09 (33/33) Installing py3-pip (20.1.1-r0) 15:29:09 ---> Running in d0e54c39010f 15:29:10 ---> Running in 7de0ecede8aa 15:29:10 Removing intermediate container 5820dc5a062f 15:29:10 ---> 1c332b5a924c 15:29:10 Step 8/24 : COPY . . 15:29:10 ---> 1044ac0acd8f 15:29:10 Step 7/23 : RUN go mod download 15:29:10 Executing busybox-1.31.1-r19.trigger 15:29:10 OK: 71 MiB in 55 packages 15:29:10 ---> Running in e5175d34525e 15:29:11 Removing intermediate container d0e54c39010f 15:29:11 ---> 0b8833cc3133 15:29:11 Step 29/31 : LABEL arch=x86_64 15:29:13 ---> Running in 3d84f09a235d 15:29:16 Removing intermediate container 3d84f09a235d 15:29:16 ---> b4d4b2b31995 15:29:16 Step 30/31 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:29:18 ---> Running in 50ba9bd58525 15:29:19 Removing intermediate container 7de0ecede8aa 15:29:19 ---> 37f439bd4838 15:29:19 Step 8/23 : COPY . . 15:29:20 Removing intermediate container e5175d34525e 15:29:20 ---> add11113760e 15:29:20 Step 8/23 : COPY . . 15:29:26 Removing intermediate container 50ba9bd58525 15:29:26 ---> 604966557e21 15:29:26 Step 31/31 : LABEL version=2.0.0-dev.159 15:29:27 Removing intermediate container 08b5bf140c64 15:29:27 ---> 953aad3cbdd8 15:29:27 Step 20/26 : RUN pip install docker-compose==1.23.2 15:29:31 ---> Running in 178e608f278e 15:29:31 ---> Running in d28af34b3fcb 15:29:42 Removing intermediate container d28af34b3fcb 15:29:42 ---> a8a024e1451d 15:29:42 15:29:43 Successfully built a8a024e1451d 15:29:44 Successfully tagged docker-security-bootstrapper-go:latest 15:29:44 Building docker-core-metadata-go 15:29:44  Building docker-security-bootstrapper-go ... done  ---> 7fc87bda2bab 15:29:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:29:46 ---> Running in 988d20b3a531 15:29:47 Collecting docker-compose==1.23.2 15:29:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:29:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:29:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:29:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:29:50 Collecting texttable<0.10,>=0.9.0 15:29:50 Downloading texttable-0.9.1.tar.gz (11 kB) 15:29:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:29:53 Collecting websocket-client<1.0,>=0.32.0 15:29:53 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:29:53 Collecting jsonschema<3,>=2.5.1 15:29:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:29:54 Collecting docker<4.0,>=3.6.0 15:29:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:29:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/secrets-config ./cmd/secrets-config 15:29:55 Collecting PyYAML<4,>=3.10 15:29:55 Downloading PyYAML-3.13.tar.gz (270 kB) 15:29:57 ---> 3d444d51b049 15:29:57 Step 9/23 : RUN make cmd/core-data/core-data 15:29:59 ---> 7cee15319d51 15:29:59 Step 9/23 : RUN make cmd/core-command/core-command 15:29:59 Collecting docopt<0.7,>=0.6.1 15:29:59 Downloading docopt-0.6.2.tar.gz (25 kB) 15:30:00 ---> Running in 2d74e7996d07 15:30:00 Collecting cached-property<2,>=1.2.0 15:30:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:30:00 ---> Running in c42e41faa2a5 15:30:00 Collecting dockerpty<0.5,>=0.4.1 15:30:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:30:02 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) 15:30:02 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) 15:30:02 Collecting urllib3<1.25,>=1.21.1 15:30:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:30:03 Collecting idna<2.8,>=2.5 15:30:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:30:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-command/core-command ./cmd/core-command 15:30:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-data/core-data ./cmd/core-data 15:30:03 Collecting docker-pycreds>=0.4.0 15:30:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:30:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:30:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:30:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:30:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:30:03 Installing collected packages: urllib3, idna, requests, texttable, websocket-client, jsonschema, docker-pycreds, docker, PyYAML, docopt, cached-property, dockerpty, docker-compose 15:30:03 Attempting uninstall: urllib3 15:30:03 Found existing installation: urllib3 1.25.9 15:30:03 Uninstalling urllib3-1.25.9: 15:30:04 Successfully uninstalled urllib3-1.25.9 15:30:04 Removing intermediate container f1f56809c4a8 15:30:04 ---> ab64d071e995 15:30:04 15:30:04 Step 10/31 : FROM alpine:3.12 15:30:04 3.12: Pulling from library/alpine 15:30:05 Attempting uninstall: idna 15:30:05 Found existing installation: idna 2.9 15:30:05 Uninstalling idna-2.9: 15:30:05 Successfully uninstalled idna-2.9 15:30:05 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 15:30:05 Status: Downloaded newer image for alpine:3.12 15:30:05 ---> d75e27dfc0a0 15:30:05 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:30:05 Attempting uninstall: requests 15:30:05 Found existing installation: requests 2.23.0 15:30:05 Uninstalling requests-2.23.0: 15:30:05 Successfully uninstalled requests-2.23.0 15:30:06 ---> Running in 10c6c601d7ee 15:30:06 Running setup.py install for texttable: started 15:30:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:30:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:30:06 ---> 636c89349929 15:30:06 Step 3/23 : WORKDIR /edgex-go 15:30:06 ---> Using cache 15:30:06 ---> 00b4908c58cd 15:30:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:30:06 ---> Using cache 15:30:06 ---> a73d6d6b0c08 15:30:06 Step 5/23 : RUN apk add --update --no-cache make git 15:30:06 ---> Using cache 15:30:06 ---> 7317d683a78a 15:30:06 Step 6/23 : COPY go.mod . 15:30:06 ---> Using cache 15:30:06 ---> 1044ac0acd8f 15:30:06 Step 7/23 : RUN go mod download 15:30:06 ---> Using cache 15:30:06 ---> add11113760e 15:30:06 Step 8/23 : COPY . . 15:30:07 ---> Using cache 15:30:07 ---> 7cee15319d51 15:30:07 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:30:07 Running setup.py install for texttable: finished with status 'done' 15:30:07 Removing intermediate container 10c6c601d7ee 15:30:07 ---> 590b50324757 15:30:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:30:07 Removing intermediate container 53c52f5e25eb 15:30:07 ---> 8dd8de011d94 15:30:07 15:30:07 Step 10/21 : FROM alpine:3.12 15:30:07 ---> d75e27dfc0a0 15:30:07 Step 11/21 : RUN apk add --update --no-cache curl 15:30:08 ---> Running in ecbb47b2d849 15:30:08 Removing intermediate container cf23b9d77dbb 15:30:08 ---> 0cba56da67d8 15:30:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:30:08 ---> Running in df923cb6172f 15:30:08 ---> Running in 4f4b375a9e38 15:30:08 ---> Running in 30350c45e42c 15:30:08 Running setup.py install for PyYAML: started 15:30:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:30:09 Running setup.py install for PyYAML: finished with status 'done' 15:30:09 Running setup.py install for docopt: started 15:30:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:30:10 Running setup.py install for docopt: finished with status 'done' 15:30:10 Running setup.py install for dockerpty: started 15:30:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:30:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:30:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:30:11 Running setup.py install for dockerpty: finished with status 'done' 15:30:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:30:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:30:11 (1/4) Installing ca-certificates (20191127-r4) 15:30:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:30:11 (3/4) Installing libcurl (7.69.1-r3) 15:30:11 (4/4) Installing curl (7.69.1-r3) 15:30:11 Executing busybox-1.31.1-r20.trigger 15:30:11 Executing ca-certificates-20191127-r4.trigger 15:30:11 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 15:30:11 (1/2) Installing dumb-init (1.2.2-r1) 15:30:11 (2/2) Installing su-exec (0.2-r1) 15:30:11 Executing busybox-1.31.1-r20.trigger 15:30:11 OK: 7 MiB in 18 packages 15:30:11 OK: 5 MiB in 16 packages 15:30:14 Removing intermediate container f715d680cc9c 15:30:14 ---> cd8d731dc13f 15:30:14 15:30:14 Step 10/23 : FROM alpine:3.12 15:30:14 ---> d75e27dfc0a0 15:30:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:30:14 Removing intermediate container 31d61f1c93c1 15:30:14 ---> fa1c713abc0e 15:30:14 15:30:14 Step 10/22 : FROM alpine:3.12 15:30:14 ---> d75e27dfc0a0 15:30:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:30:14 ---> Running in ac1d2068a89e 15:30:14 Removing intermediate container 4f4b375a9e38 15:30:14 ---> 85f26dfef911 15:30:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:30:14 ---> Running in f24e220420c0 15:30:14 Removing intermediate container df923cb6172f 15:30:14 ---> c3e273f54faa 15:30:14 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:30:15 ---> Running in 895b3d3495cc 15:30:15 ---> Running in 9c451de5c543 15:30:15 Removing intermediate container 30350c45e42c 15:30:15 ---> fee9d2cfbb22 15:30:15 15:30:15 Step 11/26 : FROM docker:20.10.0 15:30:16 20.10.0: Pulling from library/docker 15:30:16 Removing intermediate container 9c451de5c543 15:30:16 ---> 18ccb1bb25b1 15:30:16 Step 13/21 : WORKDIR /edgex 15:30:16 Removing intermediate container 895b3d3495cc 15:30:16 ---> 87d22c7c4a69 15:30:16 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:30:16 ---> Running in 2527cab48dc6 15:30:16 ---> Running in b201a000a1be 15:30:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:30:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:30:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:30:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:30:17 Removing intermediate container 178e608f278e 15:30:17 ---> b6970afa3634 15:30:17 Step 21/26 : RUN apk --no-cache add curl 15:30:17 Removing intermediate container 2527cab48dc6 15:30:17 ---> b5a6525f6e57 15:30:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:30:17 (1/1) Installing dumb-init (1.2.2-r1) 15:30:17 Executing busybox-1.31.1-r20.trigger 15:30:17 OK: 5 MiB in 15 packages 15:30:17 Removing intermediate container b201a000a1be 15:30:17 ---> b9fc1e295155 15:30:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:30:17 ---> Running in 29d3d2cf1b2f 15:30:17 (1/2) Installing ca-certificates (20191127-r4) 15:30:17 (2/2) Installing dumb-init (1.2.2-r1) 15:30:17 Executing busybox-1.31.1-r20.trigger 15:30:17 Executing ca-certificates-20191127-r4.trigger 15:30:17 ---> Running in a69926c552c1 15:30:17 OK: 6 MiB in 16 packages 15:30:19 ---> baad15b316ad 15:30:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:30:19 Removing intermediate container ac1d2068a89e 15:30:19 ---> edc8031376fa 15:30:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:30:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:30:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:30:20 ---> Running in 24ad6ac2f3d7 15:30:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:30:20 (2/3) Installing libcurl (7.69.1-r3) 15:30:20 (3/3) Installing curl (7.69.1-r3) 15:30:20 Executing busybox-1.31.1-r19.trigger 15:30:20 OK: 72 MiB in 58 packages 15:30:20 Removing intermediate container 24ad6ac2f3d7 15:30:20 ---> e2b8eee08e21 15:30:20 Step 13/23 : ENV APP_PORT=48082 15:30:20 Removing intermediate container f24e220420c0 15:30:20 ---> 0d3f360931a5 15:30:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:30:21 Removing intermediate container 988d20b3a531 15:30:21 ---> 98fd0ebc9e69 15:30:21 15:30:21 Step 10/24 : FROM alpine:3.12 15:30:21 ---> 7230e588e954 15:30:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 15:30:21 ---> Running in 1d415254eaa1 15:30:21 ---> Running in 548b6fc0f423 15:30:21 ---> Running in 3c3269874a3e 15:30:21 ---> 8f782b174c8a 15:30:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:30:21 Removing intermediate container a69926c552c1 15:30:21 ---> 6434892a64cc 15:30:21 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:30:21 ---> Running in d5abc9fea858 15:30:21 Removing intermediate container 29d3d2cf1b2f 15:30:21 ---> a95b210e964a 15:30:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:30:21 Removing intermediate container 548b6fc0f423 15:30:21 ---> f5de3c4ef78a 15:30:21 Step 13/22 : ENV APP_PORT=48060 15:30:21 ---> Running in 53d7b38bdf54 15:30:22 ---> Running in 79736e5eba45 15:30:22 Removing intermediate container 53d7b38bdf54 15:30:22 ---> 06f79ee3024f 15:30:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:30:22 Removing intermediate container 1d415254eaa1 15:30:22 ---> 6bfcaaeb6a10 15:30:22 Step 14/23 : EXPOSE $APP_PORT 15:30:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:30:22 ---> Running in 8bbd8cffb628 15:30:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:30:22 Removing intermediate container 8bbd8cffb628 15:30:22 ---> ef0da7f909ef 15:30:22 Step 24/26 : LABEL arch=x86_64 15:30:22 (1/6) Installing ca-certificates (20191127-r4) 15:30:22 (2/6) Installing nghttp2-libs (1.41.0-r0) 15:30:22 (3/6) Installing libcurl (7.69.1-r3) 15:30:22 (4/6) Installing curl (7.69.1-r3) 15:30:22 (5/6) Installing dumb-init (1.2.2-r1) 15:30:22 (6/6) Installing su-exec (0.2-r1) 15:30:22 Executing busybox-1.31.1-r20.trigger 15:30:23 Executing ca-certificates-20191127-r4.trigger 15:30:23 OK: 7 MiB in 20 packages 15:30:23 ---> Running in 9d509f7aca84 15:30:23 Removing intermediate container d5abc9fea858 15:30:23 ---> f50ad30206c8 15:30:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:30:23 ---> Running in 338c35491d02 15:30:23 Removing intermediate container 79736e5eba45 15:30:23 ---> 62ad10cf8015 15:30:23 Step 14/22 : EXPOSE $APP_PORT 15:30:23 Removing intermediate container 338c35491d02 15:30:23 ---> 16b2964d271b 15:30:23 Step 25/26 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:30:23 ---> Running in d17b9c946565 15:30:23 ---> Running in e162f71f12db 15:30:24 Removing intermediate container d17b9c946565 15:30:24 ---> 7eddb527c062 15:30:24 Step 26/26 : LABEL version=2.0.0-dev.159 15:30:24 Removing intermediate container 9d509f7aca84 15:30:24 ---> 228f71a5cab0 15:30:24 Step 15/23 : WORKDIR / 15:30:24 ---> f59657a0f14b 15:30:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:30:24 ---> Running in 17c843cc5ad6 15:30:24 Removing intermediate container 3c3269874a3e 15:30:24 ---> cb7104821924 15:30:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:30:24 ---> 136e2f4c48ce 15:30:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:30:24 ---> Running in 2f952e0eafaf 15:30:24 ---> Running in 7ed241bff840 15:30:24 ---> Running in 2e57eaaec1b9 15:30:24 ---> Running in ea84dbbc1b2f 15:30:24 Removing intermediate container 17c843cc5ad6 15:30:24 ---> 8316ea4f28d7 15:30:24 15:30:25 Removing intermediate container e162f71f12db 15:30:25 ---> 130c8553fd8a 15:30:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:30:25 Removing intermediate container 2f952e0eafaf 15:30:25 ---> dc3f65053e60 15:30:25 Step 13/24 : WORKDIR / 15:30:25 Successfully built 8316ea4f28d7 15:30:25 Successfully tagged docker-sys-mgmt-agent-go:latest 15:30:25  Building docker-sys-mgmt-agent-go ... done  ---> Running in 84f8c470ed4d 15:30:25 Removing intermediate container 2e57eaaec1b9 15:30:25 ---> 77e50d707616 15:30:25 Step 18/21 : CMD ["--init=true"] 15:30:25 Removing intermediate container 84f8c470ed4d 15:30:25 ---> 15d7da203a9b 15:30:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:30:25 Removing intermediate container 7ed241bff840 15:30:25 ---> 045f92366921 15:30:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:30:26 ---> b37918c02c97 15:30:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:30:26 ---> Running in 4f15e93ff48b 15:30:26 ---> f66c1460da1d 15:30:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:30:26 ---> c0d4f5314c88 15:30:26 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:30:27 ---> 4552c9c238fb 15:30:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:30:27 Removing intermediate container 4f15e93ff48b 15:30:27 ---> ca4f39a16102 15:30:27 Step 19/21 : LABEL arch=arm64 15:30:28 ---> dca798174caf 15:30:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:30:28 ---> Running in 2909e05963ab 15:30:29 ---> 826ef0b5d4e9 15:30:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:30:29 Removing intermediate container 2909e05963ab 15:30:29 ---> 4cc21418b12d 15:30:29 Step 20/21 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:30:29 Removing intermediate container ea84dbbc1b2f 15:30:29 ---> c24f9553a9a5 15:30:29 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:30:29 ---> Running in 32045e72f428 15:30:29 ---> c19fd36fcf6b 15:30:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:30:29 ---> d8d235f67c79 15:30:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:30:30 ---> 3968cf689936 15:30:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:30:30 ---> Running in d03ba11356c4 15:30:30 Removing intermediate container 32045e72f428 15:30:30 ---> 8b7aed3c163c 15:30:30 Step 21/21 : LABEL version=2.0.0-dev.159 15:30:30 ---> cd7db1f370f1 15:30:30 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:30:30 ---> Running in a15355a63e41 15:30:30 ---> 96bab7222258 15:30:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:30:31 Removing intermediate container d03ba11356c4 15:30:31 ---> d9ea353943ec 15:30:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:30:31 ---> 90e212f53d4a 15:30:31 Step 19/23 : ENTRYPOINT ["/core-command"] 15:30:31 ---> Running in 17a2875ff9d5 15:30:31 ---> Running in 04d984df6781 15:30:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:30:31 Status: Downloaded newer image for docker:20.10.0 15:30:31 ---> eeaf43b92773 15:30:31 Step 12/26 : RUN apk add --no-cache bash 15:30:31 Removing intermediate container a15355a63e41 15:30:31 ---> a669b0367b3a 15:30:31 15:30:31 ---> Running in 8f202115f786 15:30:31 Successfully built a669b0367b3a 15:30:31 ---> 6882277aebcc 15:30:31 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:30:31 ---> Running in 6f2086b646c4 15:30:32 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:30:32  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 15:30:32 Removing intermediate container 17a2875ff9d5 15:30:32 ---> 5d92862bc733 15:30:32 Step 20/22 : LABEL arch=arm64 15:30:32 Removing intermediate container 04d984df6781 15:30:32 ---> 6efb65808eb7 15:30:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:30:32 ---> a6fc1df3e7df 15:30:32 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:30:32 ---> Running in 952552d2293f 15:30:32 ---> Running in ce50fbec94e4 15:30:32 Removing intermediate container 952552d2293f 15:30:32 ---> bbfde3a91ca6 15:30:32 Step 21/22 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:30:33 ---> Running in 416328490ee4 15:30:33 Removing intermediate container ce50fbec94e4 15:30:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:30:33 ---> 46f54dbcc434 15:30:33 Step 21/23 : LABEL arch=arm64 15:30:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:30:33 ---> 6394a4310a92 15:30:33 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:30:34 ---> Running in 00857fb49e60 15:30:34 (1/2) Installing readline (8.0.4-r0) 15:30:34 (2/2) Installing bash (5.0.17-r0) 15:30:34 Executing bash-5.0.17-r0.post-install 15:30:34 Executing busybox-1.31.1-r19.trigger 15:30:34 OK: 12 MiB in 22 packages 15:30:34 Removing intermediate container 416328490ee4 15:30:34 ---> 9ba8ecdf39ba 15:30:34 Step 22/22 : LABEL version=2.0.0-dev.159 15:30:35 ---> Running in 07f9f0b8e341 15:30:35 Removing intermediate container 00857fb49e60 15:30:35 ---> 76d6bfe2a542 15:30:35 Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:30:35 ---> 1ad91b17ab31 15:30:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:30:35 ---> Running in 47625954f084 15:30:35 Removing intermediate container 07f9f0b8e341 15:30:35 ---> eb5c205b6002 15:30:35 15:30:36 Successfully built eb5c205b6002 15:30:36 Successfully tagged docker-support-notifications-go-arm64:latest 15:30:36  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 15:30:36 Removing intermediate container 8f202115f786 15:30:36 ---> ce5bc38c0f53 15:30:36 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:30:36 Removing intermediate container 47625954f084 15:30:36 ---> ee1bb92ecab3 15:30:36 Step 23/23 : LABEL version=2.0.0-dev.159 15:30:36 ---> fe753e12cfaa 15:30:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:30:36 ---> Running in d7db236bd3ae 15:30:36 ---> Running in a625d4bddcbd 15:30:37 Removing intermediate container 6f2086b646c4 15:30:37 ---> 978623df4983 15:30:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:30:37 ---> Running in 91df744c6425 15:30:37 ---> Running in b580f16f87bd 15:30:37 Removing intermediate container a625d4bddcbd 15:30:37 ---> e5604d01d2b0 15:30:37 15:30:37 Removing intermediate container d7db236bd3ae 15:30:37 ---> e24415d13e24 15:30:37 Step 14/26 : ENV APP_PORT=48090 15:30:37 Removing intermediate container 91df744c6425 15:30:37 ---> 245924908830 15:30:37 Step 22/24 : LABEL arch=x86_64 15:30:37 ---> Running in 87e25bcaad72 15:30:37 ---> Running in a6574f82111e 15:30:37 Successfully built e5604d01d2b0 15:30:37 Successfully tagged docker-core-command-go-arm64:latest 15:30:37  Building docker-core-command-go ... done Building docker-core-data-go 15:30:37 Removing intermediate container b580f16f87bd 15:30:37 ---> 5ea1baa1ebe5 15:30:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:30:38 Removing intermediate container a6574f82111e 15:30:38 ---> b5505e8db117 15:30:38 Step 23/24 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:30:38 Removing intermediate container 87e25bcaad72 15:30:38 ---> 2c852f6221c1 15:30:38 Step 15/26 : EXPOSE $APP_PORT 15:30:38 ---> Running in 04ed44165f94 15:30:38 ---> 13450f682ac5 15:30:38 Step 26/31 : RUN chmod +x /entrypoint.sh 15:30:39 Removing intermediate container 04ed44165f94 15:30:39 ---> 8d01e34a98f6 15:30:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:30:39 ---> Running in 55ef6876583b 15:30:39 ---> Running in 156aac3ddbe5 15:30:40 Removing intermediate container 2d74e7996d07 15:30:40 ---> b825a4de9ef1 15:30:40 15:30:40 Step 10/23 : FROM alpine:3.12 15:30:40 ---> 7230e588e954 15:30:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:30:40 Removing intermediate container c42e41faa2a5 15:30:40 ---> 5db8f08aa9eb 15:30:40 15:30:40 Step 10/23 : FROM alpine:3.12 15:30:40 ---> 7230e588e954 15:30:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:30:40 ---> Using cache 15:30:40 ---> 13ec3d8783f7 15:30:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:30:40 ---> Using cache 15:30:40 ---> facec755bb32 15:30:40 Step 13/23 : ENV APP_PORT=48082 15:30:40 Removing intermediate container 156aac3ddbe5 15:30:40 ---> 0600c4a30a94 15:30:40 Step 24/24 : LABEL version=2.0.0-dev.159 15:30:41 ---> Running in 7d1a69b812e1 15:30:41 ---> Running in 5f6f5e1d2012 15:30:41 ---> Running in d4454b4fb5ab 15:30:41 ---> 7452cf3ed6e6 15:30:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:30:41 Removing intermediate container 7d1a69b812e1 15:30:41 ---> 7428594b3600 15:30:41 Step 12/23 : ENV APP_PORT=48080 15:30:41 Removing intermediate container 5f6f5e1d2012 15:30:41 ---> 9bf21630541f 15:30:41 Step 14/23 : EXPOSE $APP_PORT 15:30:41 Removing intermediate container d4454b4fb5ab 15:30:41 ---> 0865f55a36c5 15:30:41 15:30:42 ---> d2b35a43a4ae 15:30:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:30:43 Removing intermediate container 55ef6876583b 15:30:43 ---> f0f26addb992 15:30:43 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:30:43 ---> Running in 178791e262bb 15:30:43 ---> Running in 0518018202d4 15:30:43 Successfully built 0865f55a36c5 15:30:43 Successfully tagged docker-security-secretstore-setup-go:latest 15:30:44 ---> Running in 9a7d4c8ad34c 15:30:44  Building docker-security-secretstore-setup-go ... done Removing intermediate container 178791e262bb 15:30:44 ---> c00796c5818c 15:30:44 Step 15/23 : WORKDIR / 15:30:44 Removing intermediate container 0518018202d4 15:30:44 ---> 028c9f82665c 15:30:44 Step 13/23 : EXPOSE $APP_PORT 15:30:44 ---> Running in 1033fe245615 15:30:44 ---> Running in 9c3e7fc69aa9 15:30:44 ---> 3285afb9ee3c 15:30:44 Step 19/26 : RUN apk --no-cache add py3-pip 15:30:44 Removing intermediate container ecbb47b2d849 15:30:44 ---> 455070ddfb14 15:30:44 15:30:44 Step 10/23 : FROM alpine:3.12 15:30:44 ---> 7230e588e954 15:30:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:30:44 ---> Using cache 15:30:44 ---> 13ec3d8783f7 15:30:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:30:44 ---> Using cache 15:30:44 ---> facec755bb32 15:30:44 Step 13/23 : ENV APP_PORT=48081 15:30:44 ---> Running in c22cb168f9bf 15:30:44 Removing intermediate container 9c3e7fc69aa9 15:30:44 ---> 5e09a1b48481 15:30:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:30:44 Removing intermediate container 1033fe245615 15:30:44 ---> 3615fd25097c 15:30:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:30:44 Removing intermediate container 9a7d4c8ad34c 15:30:44 ---> bd7549e0343b 15:30:44 Step 28/31 : CMD ["gate"] 15:30:45 ---> Running in 734f116fc9a8 15:30:45 Removing intermediate container c22cb168f9bf 15:30:45 ---> c5830df81a32 15:30:45 Step 14/23 : EXPOSE $APP_PORT 15:30:45 ---> Running in 5e1c8a4618f9 15:30:45 ---> Running in cc77936e3d2b 15:30:45 ---> f3bea8fb2c44 15:30:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:30:45 Removing intermediate container cc77936e3d2b 15:30:45 ---> 8ead835d994c 15:30:45 Step 15/23 : WORKDIR / 15:30:45 ---> Running in 7d41f597aead 15:30:45 ---> Running in 7102949d2eec 15:30:45 Removing intermediate container 7d41f597aead 15:30:45 ---> 4a7c7da6e7c1 15:30:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:30:46 ---> 44ebd6720e52 15:30:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:30:46 ---> f5f091d1b19b 15:30:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:30:46 Removing intermediate container 734f116fc9a8 15:30:46 ---> f84257ab6436 15:30:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:30:46 ---> 076c94a3229b 15:30:46 Step 19/23 : ENTRYPOINT ["/core-command"] 15:30:46 Removing intermediate container 7102949d2eec 15:30:46 ---> c3cda665682c 15:30:46 Step 29/31 : LABEL arch=arm64 15:30:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:30:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:30:47 ---> Running in 0b1bc44dbd8c 15:30:47 ---> Running in e21313898d76 15:30:47 ---> Running in 409d18458083 15:30:47 ---> 0f003519f208 15:30:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:30:47 Removing intermediate container e21313898d76 15:30:47 ---> 0a16a003aa2a 15:30:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:30:47 (1/33) Installing libbz2 (1.0.8-r1) 15:30:47 (2/33) Installing expat (2.2.9-r1) 15:30:47 (3/33) Installing libffi (3.3-r2) 15:30:47 (4/33) Installing gdbm (1.13-r1) 15:30:47 (5/33) Installing xz-libs (5.2.5-r0) 15:30:47 (6/33) Installing sqlite-libs (3.32.1-r0) 15:30:47 (7/33) Installing python3 (3.8.8-r0) 15:30:47 ---> Running in e4b6f121547d 15:30:47 ---> c167aa8488d3 15:30:47 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:30:47 ---> Running in c3e29f66f7a4 15:30:47 Removing intermediate container 0b1bc44dbd8c 15:30:47 ---> 0f9c6bef3967 15:30:47 Step 30/31 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:30:47 Removing intermediate container e4b6f121547d 15:30:47 ---> 875284b3990a 15:30:47 Step 21/23 : LABEL arch=x86_64 15:30:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:30:47 Removing intermediate container c3e29f66f7a4 15:30:47 ---> 073197cfcdc7 15:30:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:30:47 ---> Running in dc9cf83caf98 15:30:47 ---> Running in 9b7a18259f2e 15:30:48 Removing intermediate container dc9cf83caf98 15:30:48 ---> eb44029e3ac1 15:30:48 Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:30:48 Removing intermediate container 9b7a18259f2e 15:30:48 ---> f5f5fef432f4 15:30:48 Step 21/23 : LABEL arch=x86_64 15:30:48 ---> Running in c8ad82477362 15:30:48 ---> Running in 4a0d1f8319c1 15:30:48 Removing intermediate container c8ad82477362 15:30:48 ---> 5f6ce29d603d 15:30:48 Step 23/23 : LABEL version=2.0.0-dev.159 15:30:48 ---> Running in 43d6d473f0be 15:30:48 Removing intermediate container 4a0d1f8319c1 15:30:48 ---> 6fa92a973a95 15:30:48 Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:30:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:30:48 ---> Running in c156a9520771 15:30:48 ---> Running in e0bb05470b34 15:30:48 Removing intermediate container 43d6d473f0be 15:30:48 ---> 8fc2654c8fba 15:30:48 15:30:48 (1/6) Installing dumb-init (1.2.2-r1) 15:30:49 (2/6) Installing libgcc (9.3.0-r2) 15:30:49 (3/6) Installing libsodium (1.0.18-r0) 15:30:49 (4/6) Installing libstdc++ (9.3.0-r2) 15:30:49 Removing intermediate container e0bb05470b34 15:30:49 ---> 9b9e0695f60c 15:30:49 Step 31/31 : LABEL version=2.0.0-dev.159 15:30:49 (8/33) Installing py3-appdirs (1.4.4-r1) 15:30:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:30:49 (10/33) Installing py3-parsing (2.4.7-r0) 15:30:49 (11/33) Installing py3-six (1.15.0-r0) 15:30:49 (12/33) Installing py3-packaging (20.4-r0) 15:30:49 (13/33) Installing py3-setuptools (47.0.0-r0) 15:30:49 (5/6) Installing libzmq (4.3.3-r0) 15:30:49 (14/33) Installing py3-chardet (3.0.4-r4) 15:30:49 (15/33) Installing py3-idna (2.9-r0) 15:30:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:30:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:30:49 ---> Running in b5681712dbec 15:30:49 (18/33) Installing py3-requests (2.23.0-r0) 15:30:49 (19/33) Installing py3-msgpack (1.0.0-r0) 15:30:49 (20/33) Installing py3-lockfile (0.12.2-r3) 15:30:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:30:49 Removing intermediate container c156a9520771 15:30:49 ---> cdcc0f5153c8 15:30:49 Step 23/23 : LABEL version=2.0.0-dev.159 15:30:49 (6/6) Installing zeromq (4.3.3-r0) 15:30:49 Successfully built 8fc2654c8fba 15:30:49 Successfully tagged docker-core-command-go:latest 15:30:49  Building docker-core-command-go ... done  ---> Running in dab351fe5e19 15:30:49 Executing busybox-1.31.1-r20.trigger 15:30:49 OK: 8 MiB in 20 packages 15:30:49 (22/33) Installing py3-colorama (0.4.3-r0) 15:30:49 (23/33) Installing py3-distlib (0.3.0-r0) 15:30:49 (24/33) Installing py3-distro (1.5.0-r1) 15:30:49 (25/33) Installing py3-webencodings (0.5.1-r3) 15:30:49 (26/33) Installing py3-html5lib (1.0.1-r4) 15:30:49 (27/33) Installing py3-pytoml (0.1.21-r0) 15:30:49 (28/33) Installing py3-pep517 (0.8.2-r0) 15:30:49 (29/33) Installing py3-progress (1.5-r0) 15:30:49 (30/33) Installing py3-toml (0.10.1-r0) 15:30:49 (31/33) Installing py3-retrying (1.3.3-r0) 15:30:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:30:49 (33/33) Installing py3-pip (20.1.1-r0) 15:30:50 Removing intermediate container dab351fe5e19 15:30:50 ---> 833adcdeea83 15:30:50 15:30:50 Successfully built 833adcdeea83 15:30:50 Successfully tagged docker-core-metadata-go:latest 15:30:50 Executing busybox-1.31.1-r19.trigger 15:30:50 OK: 71 MiB in 55 packages 15:30:50 Removing intermediate container b5681712dbec 15:30:50 ---> fabb14a21994 15:30:50 15:30:50  Building docker-core-metadata-go ... done Removing intermediate container 409d18458083 15:30:50 ---> 244560c97e71 15:30:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:30:50 ---> 6ddbfc977150 15:30:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:30:50 Successfully built fabb14a21994 15:30:50 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:30:50  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 15:30:51 ---> 6490569f8457 15:30:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:30:51 ---> bd752b1f6f85 15:30:51 Step 19/23 : ENTRYPOINT ["/core-data"] 15:30:51 ---> Running in 921be4756612 15:30:51 Removing intermediate container 921be4756612 15:30:51 ---> 465ea629a825 15:30:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:30:51 ---> Running in 522910a8aacb 15:30:52 Removing intermediate container 522910a8aacb 15:30:52 ---> fd92f3a33a96 15:30:52 Step 21/23 : LABEL arch=x86_64 15:30:52 ---> Running in 747bfee2bea8 15:30:52 Removing intermediate container 747bfee2bea8 15:30:52 ---> 35c8cd126a93 15:30:52 Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:30:52 ---> Running in 9690affb6658 15:30:52 Removing intermediate container 9690affb6658 15:30:52 ---> a57f14e3bd3d 15:30:52 Step 23/23 : LABEL version=2.0.0-dev.159 15:30:52 ---> Running in 894e11a3914e 15:30:52 Removing intermediate container 894e11a3914e 15:30:52 ---> 1632ab0c74ec 15:30:52 15:30:53 Successfully built 1632ab0c74ec 15:30:53 Successfully tagged docker-core-data-go:latest 15:30:53  Building docker-core-data-go ... done  [Pipeline] } 15:30:53 $ docker stop --time=1 55100170cf3ca3213acb7d6296bfd6e6657ff915dba9659588fe6bd9f7382bfc 15:30:55 $ docker rm -f 55100170cf3ca3213acb7d6296bfd6e6657ff915dba9659588fe6bd9f7382bfc [Pipeline] // withDockerContainer [Pipeline] sh 15:30:55 + docker images 15:30:55 + grep docker 15:30:55 docker-core-data-go latest 1632ab0c74ec 3 seconds ago 22.7MB 15:30:55 docker-core-metadata-go latest 833adcdeea83 6 seconds ago 19MB 15:30:55 docker-core-command-go latest 8fc2654c8fba 7 seconds ago 17.3MB 15:30:55 docker-security-secretstore-setup-go latest 0865f55a36c5 14 seconds ago 25.7MB 15:30:55 docker-sys-mgmt-agent-go latest 8316ea4f28d7 31 seconds ago 314MB 15:30:55 docker-security-bootstrapper-go latest a8a024e1451d About a minute ago 18.9MB 15:30:55 docker-support-notifications-go latest dfa82e1fd9d6 2 minutes ago 17.9MB 15:30:55 docker-security-proxy-setup-go latest ae7b7bb3de78 2 minutes ago 25.4MB 15:30:55 docker-support-scheduler-go latest 4fd6b1806d26 2 minutes ago 17.4MB 15:30:55 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 15:30:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:30:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:30:56 ---> fae3707b8aec 15:30:56 Step 3/24 : WORKDIR /edgex-go 15:30:56 ---> Using cache 15:30:56 ---> 70e83ded7a80 15:30:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:30:56 ---> Using cache 15:30:56 ---> 625104a48d35 15:30:56 Step 5/24 : RUN apk add --update --no-cache make git [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:30:56 provisioning config files... 15:30:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/427@tmp/config6903964126783633053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:30:57 ---> docker-login.sh 15:30:57 nexus3.edgexfoundry.org:10001 15:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:57 Configure a credential helper to remove this warning. See 15:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:57 15:30:57 Login Succeeded 15:30:57 nexus3.edgexfoundry.org:10002 15:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:57 Configure a credential helper to remove this warning. See 15:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:57 15:30:57 Login Succeeded 15:30:57 nexus3.edgexfoundry.org:10003 15:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:57 Configure a credential helper to remove this warning. See 15:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:57 15:30:57 Login Succeeded 15:30:57 nexus3.edgexfoundry.org:10004 15:30:57 ---> Running in 013733cce79f 15:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:57 Configure a credential helper to remove this warning. See 15:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:57 15:30:57 Login Succeeded 15:30:57 docker.io 15:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:58 Configure a credential helper to remove this warning. See 15:30:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:58 15:30:58 Login Succeeded 15:30:58 ---> docker-login.sh ends [Pipeline] } 15:30:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:30:58 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 15:30:58 65f742f3c09a75b9cecbe50bc703c053f2863689 15:30:58 2.0.0-dev.159 15:30:58 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:30:58 master 15:30:58 ===================================================== 15:30:58 Removing intermediate container 5e1c8a4618f9 15:30:58 ---> c6755efc8bb9 15:30:58 Step 20/26 : RUN pip install docker-compose==1.23.2 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:30:59 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:30:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:30:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:30:59 d4f7c1be8c76: Preparing 15:30:59 190b0a57e0a5: Preparing 15:30:59 3576fb862771: Preparing 15:30:59 795ccadd8354: Preparing 15:30:59 b0b9881431d7: Preparing 15:30:59 b0b9881431d7: Layer already exists 15:30:59 795ccadd8354: Pushed 15:30:59 d4f7c1be8c76: Pushed 15:30:59 3576fb862771: Pushed 15:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:00 ---> Running in 383625252b12 15:31:00 190b0a57e0a5: Pushed 15:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:00 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:a3bdf917c096f604eb740870cca37f9fe8ed9eca53c82b61eced93fd4d6e9570 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:31:01 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.159 15:31:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:31:01 d4f7c1be8c76: Preparing 15:31:01 190b0a57e0a5: Preparing 15:31:01 3576fb862771: Preparing 15:31:01 795ccadd8354: Preparing 15:31:01 b0b9881431d7: Preparing 15:31:01 190b0a57e0a5: Layer already exists 15:31:01 b0b9881431d7: Layer already exists 15:31:01 3576fb862771: Layer already exists 15:31:01 d4f7c1be8c76: Layer already exists 15:31:01 795ccadd8354: Layer already exists 15:31:01 2.0.0-dev.159: digest: sha256:a3bdf917c096f604eb740870cca37f9fe8ed9eca53c82b61eced93fd4d6e9570 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:31:01 OK: 217 MiB in 51 packages 15:31:01 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:31:02 d4f7c1be8c76: Preparing 15:31:02 190b0a57e0a5: Preparing 15:31:02 3576fb862771: Preparing 15:31:02 795ccadd8354: Preparing 15:31:02 b0b9881431d7: Preparing 15:31:02 795ccadd8354: Layer already exists 15:31:02 b0b9881431d7: Layer already exists 15:31:02 3576fb862771: Layer already exists 15:31:02 d4f7c1be8c76: Layer already exists 15:31:02 190b0a57e0a5: Layer already exists 15:31:02 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:a3bdf917c096f604eb740870cca37f9fe8ed9eca53c82b61eced93fd4d6e9570 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:31:02 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 15:31:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 15:31:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 15:31:03 d4f7c1be8c76: Preparing 15:31:03 190b0a57e0a5: Preparing 15:31:03 3576fb862771: Preparing 15:31:03 795ccadd8354: Preparing 15:31:03 b0b9881431d7: Preparing 15:31:03 190b0a57e0a5: Layer already exists 15:31:03 795ccadd8354: Layer already exists 15:31:03 d4f7c1be8c76: Layer already exists 15:31:03 3576fb862771: Layer already exists 15:31:03 b0b9881431d7: Layer already exists 15:31:03 master: digest: sha256:a3bdf917c096f604eb740870cca37f9fe8ed9eca53c82b61eced93fd4d6e9570 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:03 ===================================================== [Pipeline] echo 15:31:03 taggedImages: 15:31:03 - nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:03 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.159 15:31:03 - nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:03 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 15:31:03 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 15:31:03 65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:03 2.0.0-dev.159 15:31:03 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:03 master 15:31:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:31:04 Removing intermediate container 013733cce79f 15:31:04 ---> 1b9fc0ab7a1f 15:31:04 Step 6/24 : COPY go.mod . 15:31:04 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:31:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:31:04 72467aa73b25: Preparing 15:31:04 3de5df526f22: Preparing 15:31:04 3576fb862771: Preparing 15:31:04 728f45854665: Preparing 15:31:04 59df5fc4670a: Preparing 15:31:04 b0b9881431d7: Preparing 15:31:04 b0b9881431d7: Waiting 15:31:04 3576fb862771: Layer already exists 15:31:04 b0b9881431d7: Layer already exists 15:31:04 72467aa73b25: Pushed 15:31:04 59df5fc4670a: Pushed 15:31:05 728f45854665: Pushed 15:31:05 ---> fa29b54bb0b0 15:31:05 Step 7/24 : RUN go mod download 15:31:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:31:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:31:05 ---> fae3707b8aec 15:31:05 Step 3/22 : WORKDIR /edgex-go 15:31:05 ---> Using cache 15:31:05 ---> 70e83ded7a80 15:31:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:05 ---> Using cache 15:31:05 ---> 625104a48d35 15:31:05 Step 5/22 : RUN apk add --update --no-cache make git 15:31:05 ---> Using cache 15:31:05 ---> 1b9fc0ab7a1f 15:31:05 Step 6/22 : COPY go.mod . 15:31:05 ---> Using cache 15:31:05 ---> fa29b54bb0b0 15:31:05 Step 7/22 : RUN go mod download 15:31:05 ---> Running in 61a0a6b80d9a 15:31:05 ---> Running in cd09929e658e 15:31:06 3de5df526f22: Pushed 15:31:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:31:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:31:06 ---> fae3707b8aec 15:31:06 Step 3/23 : WORKDIR /edgex-go 15:31:06 ---> Using cache 15:31:06 ---> 70e83ded7a80 15:31:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:06 ---> Using cache 15:31:06 ---> 625104a48d35 15:31:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:31:06 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:01d86f6b9921ea73e4822f395dc85e69a8e228cd452e59726b10e97303437c8a size: 1572 [Pipeline] isUnix [Pipeline] sh 15:31:06 Collecting docker-compose==1.23.2 15:31:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:31:06 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.159 15:31:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:31:07 72467aa73b25: Preparing 15:31:07 3de5df526f22: Preparing 15:31:07 3576fb862771: Preparing 15:31:07 728f45854665: Preparing 15:31:07 59df5fc4670a: Preparing 15:31:07 b0b9881431d7: Preparing 15:31:07 b0b9881431d7: Waiting 15:31:07 3de5df526f22: Layer already exists 15:31:07 3576fb862771: Layer already exists 15:31:07 72467aa73b25: Layer already exists 15:31:07 59df5fc4670a: Layer already exists 15:31:07 728f45854665: Layer already exists 15:31:07 b0b9881431d7: Layer already exists 15:31:07 2.0.0-dev.159: digest: sha256:01d86f6b9921ea73e4822f395dc85e69a8e228cd452e59726b10e97303437c8a size: 1572 [Pipeline] isUnix [Pipeline] sh 15:31:07 ---> Running in 096aa68b7c1e 15:31:07 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:31:07 72467aa73b25: Preparing 15:31:07 3de5df526f22: Preparing 15:31:07 3576fb862771: Preparing 15:31:07 728f45854665: Preparing 15:31:07 59df5fc4670a: Preparing 15:31:07 b0b9881431d7: Preparing 15:31:07 b0b9881431d7: Waiting 15:31:07 728f45854665: Layer already exists 15:31:07 72467aa73b25: Layer already exists 15:31:07 3de5df526f22: Layer already exists 15:31:07 3576fb862771: Layer already exists 15:31:07 59df5fc4670a: Layer already exists 15:31:07 b0b9881431d7: Layer already exists 15:31:07 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:01d86f6b9921ea73e4822f395dc85e69a8e228cd452e59726b10e97303437c8a size: 1572 [Pipeline] isUnix [Pipeline] sh 15:31:07 Collecting dockerpty<0.5,>=0.4.1 15:31:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:31:08 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 15:31:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 15:31:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 15:31:08 72467aa73b25: Preparing 15:31:08 3de5df526f22: Preparing 15:31:08 3576fb862771: Preparing 15:31:08 728f45854665: Preparing 15:31:08 59df5fc4670a: Preparing 15:31:08 b0b9881431d7: Preparing 15:31:08 b0b9881431d7: Waiting 15:31:08 59df5fc4670a: Layer already exists 15:31:08 728f45854665: Layer already exists 15:31:08 3de5df526f22: Layer already exists 15:31:08 3576fb862771: Layer already exists 15:31:08 72467aa73b25: Layer already exists 15:31:08 b0b9881431d7: Layer already exists 15:31:08 master: digest: sha256:01d86f6b9921ea73e4822f395dc85e69a8e228cd452e59726b10e97303437c8a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:08 ===================================================== [Pipeline] echo 15:31:08 taggedImages: 15:31:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.159 15:31:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 15:31:08 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 15:31:08 65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:08 2.0.0-dev.159 15:31:08 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:08 master 15:31:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:31:09 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix 15:31:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] sh 15:31:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:31:09 c737c60d43ee: Preparing 15:31:09 3358d711ca68: Preparing 15:31:09 3576fb862771: Preparing 15:31:09 795ccadd8354: Preparing 15:31:09 b0b9881431d7: Preparing 15:31:09 3576fb862771: Layer already exists 15:31:09 795ccadd8354: Layer already exists 15:31:09 b0b9881431d7: Layer already exists 15:31:09 c737c60d43ee: Pushed 15:31:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:10 OK: 217 MiB in 51 packages 15:31:10 3358d711ca68: Pushed 15:31:10 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:188c0aa6b06e3d7a9682548d19cc7b900dc1b313389e55bb370eef5700cca6af size: 1363 [Pipeline] isUnix [Pipeline] sh 15:31:11 Collecting PyYAML<4,>=3.10 15:31:11 Downloading PyYAML-3.13.tar.gz (270 kB) 15:31:11 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.159 15:31:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:31:11 c737c60d43ee: Preparing 15:31:11 3358d711ca68: Preparing 15:31:11 3576fb862771: Preparing 15:31:11 795ccadd8354: Preparing 15:31:11 b0b9881431d7: Preparing 15:31:11 c737c60d43ee: Layer already exists 15:31:11 795ccadd8354: Layer already exists 15:31:11 b0b9881431d7: Layer already exists 15:31:11 3358d711ca68: Layer already exists 15:31:11 3576fb862771: Layer already exists 15:31:11 2.0.0-dev.159: digest: sha256:188c0aa6b06e3d7a9682548d19cc7b900dc1b313389e55bb370eef5700cca6af size: 1363 [Pipeline] isUnix [Pipeline] sh 15:31:11 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:31:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:31:12 ---> fae3707b8aec 15:31:12 Step 3/23 : WORKDIR /edgex-go 15:31:12 ---> Using cache 15:31:12 ---> 70e83ded7a80 15:31:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:12 ---> Using cache 15:31:12 ---> 625104a48d35 15:31:12 Step 5/23 : RUN apk add --update --no-cache make git 15:31:12 ---> Using cache 15:31:12 ---> 1b9fc0ab7a1f 15:31:12 Step 6/23 : COPY go.mod . 15:31:12 ---> Using cache 15:31:12 ---> fa29b54bb0b0 15:31:12 Step 7/23 : RUN go mod download 15:31:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:31:12 c737c60d43ee: Preparing 15:31:12 3358d711ca68: Preparing 15:31:12 3576fb862771: Preparing 15:31:12 795ccadd8354: Preparing 15:31:12 b0b9881431d7: Preparing 15:31:12 c737c60d43ee: Layer already exists 15:31:12 b0b9881431d7: Layer already exists 15:31:12 795ccadd8354: Layer already exists 15:31:12 3358d711ca68: Layer already exists 15:31:12 3576fb862771: Layer already exists 15:31:12 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:188c0aa6b06e3d7a9682548d19cc7b900dc1b313389e55bb370eef5700cca6af size: 1363 [Pipeline] isUnix [Pipeline] sh 15:31:12 ---> Running in 38c2c9b76583 15:31:12 Removing intermediate container cd09929e658e 15:31:12 ---> 19468444a8b0 15:31:12 Step 8/24 : COPY . . 15:31:12 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 15:31:12 Removing intermediate container 61a0a6b80d9a 15:31:12 ---> 455660f8dec9 15:31:12 Step 8/22 : COPY . . 15:31:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 15:31:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 15:31:12 c737c60d43ee: Preparing 15:31:12 3358d711ca68: Preparing 15:31:12 3576fb862771: Preparing 15:31:12 795ccadd8354: Preparing 15:31:12 b0b9881431d7: Preparing 15:31:12 c737c60d43ee: Layer already exists 15:31:12 3358d711ca68: Layer already exists 15:31:12 b0b9881431d7: Layer already exists 15:31:12 795ccadd8354: Layer already exists 15:31:12 3576fb862771: Layer already exists 15:31:12 master: digest: sha256:188c0aa6b06e3d7a9682548d19cc7b900dc1b313389e55bb370eef5700cca6af size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:12 ===================================================== 15:31:12 Removing intermediate container 096aa68b7c1e 15:31:12 ---> b3a626482c68 15:31:12 Step 6/23 : COPY go.mod . [Pipeline] echo 15:31:12 taggedImages: 15:31:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.159 15:31:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 15:31:13 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 15:31:13 65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:13 2.0.0-dev.159 15:31:13 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:13 master 15:31:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:31:13 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:31:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:31:13 d3e9cbff199d: Preparing 15:31:13 d3e9cbff199d: Preparing 15:31:13 38cdc5bb0dbe: Preparing 15:31:13 030e51fd4bcf: Preparing 15:31:13 f35f614482ae: Preparing 15:31:13 a53753c4ed95: Preparing 15:31:13 3576fb862771: Preparing 15:31:13 d8739ae97772: Preparing 15:31:13 d8739ae97772: Preparing 15:31:13 b310e89fcc9a: Preparing 15:31:13 1ec630a3d0cc: Preparing 15:31:13 b0b9881431d7: Preparing 15:31:13 3576fb862771: Waiting 15:31:13 d8739ae97772: Waiting 15:31:13 b310e89fcc9a: Waiting 15:31:13 1ec630a3d0cc: Waiting 15:31:13 b0b9881431d7: Waiting 15:31:14 030e51fd4bcf: Pushed 15:31:14 38cdc5bb0dbe: Pushed 15:31:14 d3e9cbff199d: Pushed 15:31:14 f35f614482ae: Pushed 15:31:14 3576fb862771: Layer already exists 15:31:14 b0b9881431d7: Layer already exists 15:31:14 d8739ae97772: Pushed 15:31:14 b310e89fcc9a: Pushed 15:31:14 1ec630a3d0cc: Pushed 15:31:14 ---> cc1893665c83 15:31:14 Step 7/23 : RUN go mod download 15:31:15 a53753c4ed95: Pushed 15:31:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:31:15 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:78c058b62700916b05802c60d50a19d54784714ecd9981884907a915abeb3c46 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:31:15 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:16 Collecting docker<4.0,>=3.6.0 15:31:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:31:16 ---> Running in 8a4affdea847 15:31:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.159 15:31:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:31:16 d3e9cbff199d: Preparing 15:31:16 d3e9cbff199d: Preparing 15:31:16 38cdc5bb0dbe: Preparing 15:31:16 030e51fd4bcf: Preparing 15:31:16 f35f614482ae: Preparing 15:31:16 a53753c4ed95: Preparing 15:31:16 3576fb862771: Preparing 15:31:16 d8739ae97772: Preparing 15:31:16 d8739ae97772: Preparing 15:31:16 b310e89fcc9a: Preparing 15:31:16 1ec630a3d0cc: Preparing 15:31:16 b0b9881431d7: Preparing 15:31:16 b310e89fcc9a: Waiting 15:31:16 3576fb862771: Waiting 15:31:16 d8739ae97772: Waiting 15:31:16 1ec630a3d0cc: Waiting 15:31:16 b0b9881431d7: Waiting 15:31:16 d3e9cbff199d: Layer already exists 15:31:16 030e51fd4bcf: Layer already exists 15:31:16 a53753c4ed95: Layer already exists 15:31:16 38cdc5bb0dbe: Layer already exists 15:31:16 f35f614482ae: Layer already exists 15:31:16 d8739ae97772: Layer already exists 15:31:16 b310e89fcc9a: Layer already exists 15:31:16 1ec630a3d0cc: Layer already exists 15:31:16 3576fb862771: Layer already exists 15:31:16 b0b9881431d7: Layer already exists 15:31:16 2.0.0-dev.159: digest: sha256:78c058b62700916b05802c60d50a19d54784714ecd9981884907a915abeb3c46 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:31:16 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:31:16 d3e9cbff199d: Preparing 15:31:16 d3e9cbff199d: Preparing 15:31:16 38cdc5bb0dbe: Preparing 15:31:16 030e51fd4bcf: Preparing 15:31:16 f35f614482ae: Preparing 15:31:16 a53753c4ed95: Preparing 15:31:16 3576fb862771: Preparing 15:31:16 d8739ae97772: Preparing 15:31:16 d8739ae97772: Preparing 15:31:16 b310e89fcc9a: Preparing 15:31:16 1ec630a3d0cc: Preparing 15:31:16 b0b9881431d7: Preparing 15:31:16 b310e89fcc9a: Waiting 15:31:16 1ec630a3d0cc: Waiting 15:31:16 b0b9881431d7: Waiting 15:31:16 3576fb862771: Waiting 15:31:16 d8739ae97772: Waiting 15:31:16 d3e9cbff199d: Layer already exists 15:31:16 030e51fd4bcf: Layer already exists 15:31:16 38cdc5bb0dbe: Layer already exists 15:31:16 f35f614482ae: Layer already exists 15:31:16 a53753c4ed95: Layer already exists 15:31:16 b310e89fcc9a: Layer already exists 15:31:16 3576fb862771: Layer already exists 15:31:16 d8739ae97772: Layer already exists 15:31:16 1ec630a3d0cc: Layer already exists 15:31:16 b0b9881431d7: Layer already exists 15:31:16 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:78c058b62700916b05802c60d50a19d54784714ecd9981884907a915abeb3c46 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:31:17 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 15:31:17 Collecting websocket-client<1.0,>=0.32.0 15:31:17 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:31:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 15:31:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 15:31:17 d3e9cbff199d: Preparing 15:31:17 d3e9cbff199d: Preparing 15:31:17 38cdc5bb0dbe: Preparing 15:31:17 030e51fd4bcf: Preparing 15:31:17 f35f614482ae: Preparing 15:31:17 a53753c4ed95: Preparing 15:31:17 3576fb862771: Preparing 15:31:17 d8739ae97772: Preparing 15:31:17 d8739ae97772: Preparing 15:31:17 b310e89fcc9a: Preparing 15:31:17 1ec630a3d0cc: Preparing 15:31:17 b0b9881431d7: Preparing 15:31:17 3576fb862771: Waiting 15:31:17 d8739ae97772: Waiting 15:31:17 b310e89fcc9a: Waiting 15:31:17 1ec630a3d0cc: Waiting 15:31:17 b0b9881431d7: Waiting 15:31:17 d3e9cbff199d: Layer already exists 15:31:17 38cdc5bb0dbe: Layer already exists 15:31:17 f35f614482ae: Layer already exists 15:31:17 030e51fd4bcf: Layer already exists 15:31:17 a53753c4ed95: Layer already exists 15:31:17 3576fb862771: Layer already exists 15:31:17 d8739ae97772: Layer already exists 15:31:17 1ec630a3d0cc: Layer already exists 15:31:17 b310e89fcc9a: Layer already exists 15:31:17 b0b9881431d7: Layer already exists 15:31:17 master: digest: sha256:78c058b62700916b05802c60d50a19d54784714ecd9981884907a915abeb3c46 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:18 ===================================================== [Pipeline] echo 15:31:18 taggedImages: 15:31:18 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:18 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.159 15:31:18 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:18 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 15:31:18 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 15:31:18 65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:18 2.0.0-dev.159 15:31:18 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:18 master 15:31:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:31:18 Removing intermediate container 38c2c9b76583 15:31:18 ---> fe58e29f6fc3 15:31:18 Step 8/23 : COPY . . 15:31:18 Collecting cached-property<2,>=1.2.0 15:31:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:31:18 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:31:19 Collecting jsonschema<3,>=2.5.1 15:31:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:31:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:31:19 07347f6bd4b6: Preparing 15:31:19 c10beb52957d: Preparing 15:31:19 3fe34e72be01: Preparing 15:31:19 b245a4db6bed: Preparing 15:31:19 a4b9c60bd67d: Preparing 15:31:19 b0b9881431d7: Preparing 15:31:19 b0b9881431d7: Waiting 15:31:19 3fe34e72be01: Pushed 15:31:19 b245a4db6bed: Pushed 15:31:19 b0b9881431d7: Layer already exists 15:31:19 a4b9c60bd67d: Pushed 15:31:20 c10beb52957d: Pushed 15:31:20 07347f6bd4b6: Pushed 15:31:20 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:dfe668604c1b8f0e98297ba585a86a87712cbdfe6ed791550ddaee66d5291995 size: 1575 [Pipeline] isUnix [Pipeline] sh 15:31:20 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:31:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:31:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.159 15:31:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:31:21 07347f6bd4b6: Preparing 15:31:21 c10beb52957d: Preparing 15:31:21 3fe34e72be01: Preparing 15:31:21 b245a4db6bed: Preparing 15:31:21 a4b9c60bd67d: Preparing 15:31:21 b0b9881431d7: Preparing 15:31:21 b0b9881431d7: Waiting 15:31:21 a4b9c60bd67d: Layer already exists 15:31:21 b245a4db6bed: Layer already exists 15:31:21 3fe34e72be01: Layer already exists 15:31:21 07347f6bd4b6: Layer already exists 15:31:21 c10beb52957d: Layer already exists 15:31:21 b0b9881431d7: Layer already exists 15:31:21 2.0.0-dev.159: digest: sha256:dfe668604c1b8f0e98297ba585a86a87712cbdfe6ed791550ddaee66d5291995 size: 1575 [Pipeline] isUnix [Pipeline] sh 15:31:21 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:21 Removing intermediate container 8a4affdea847 15:31:21 ---> 073bfea0e618 15:31:21 Step 8/23 : COPY . . 15:31:21 Collecting docopt<0.7,>=0.6.1 15:31:21 Downloading docopt-0.6.2.tar.gz (25 kB) 15:31:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:31:21 07347f6bd4b6: Preparing 15:31:21 c10beb52957d: Preparing 15:31:21 3fe34e72be01: Preparing 15:31:21 b245a4db6bed: Preparing 15:31:21 a4b9c60bd67d: Preparing 15:31:21 b0b9881431d7: Preparing 15:31:21 b0b9881431d7: Waiting 15:31:21 3fe34e72be01: Layer already exists 15:31:21 a4b9c60bd67d: Layer already exists 15:31:21 07347f6bd4b6: Layer already exists 15:31:21 c10beb52957d: Layer already exists 15:31:21 b245a4db6bed: Layer already exists 15:31:21 b0b9881431d7: Layer already exists 15:31:21 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:dfe668604c1b8f0e98297ba585a86a87712cbdfe6ed791550ddaee66d5291995 size: 1575 [Pipeline] isUnix [Pipeline] sh 15:31:22 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 15:31:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 15:31:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 15:31:22 07347f6bd4b6: Preparing 15:31:22 c10beb52957d: Preparing 15:31:22 3fe34e72be01: Preparing 15:31:22 b245a4db6bed: Preparing 15:31:22 a4b9c60bd67d: Preparing 15:31:22 b0b9881431d7: Preparing 15:31:22 b0b9881431d7: Waiting 15:31:22 a4b9c60bd67d: Layer already exists 15:31:22 07347f6bd4b6: Layer already exists 15:31:22 b245a4db6bed: Layer already exists 15:31:22 3fe34e72be01: Layer already exists 15:31:22 c10beb52957d: Layer already exists 15:31:22 b0b9881431d7: Layer already exists 15:31:22 master: digest: sha256:dfe668604c1b8f0e98297ba585a86a87712cbdfe6ed791550ddaee66d5291995 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:22 ===================================================== [Pipeline] echo 15:31:22 taggedImages: 15:31:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.159 15:31:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 15:31:22 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 15:31:22 65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:22 2.0.0-dev.159 15:31:22 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:22 master 15:31:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:31:23 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:31:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:31:23 44456a96229f: Preparing 15:31:23 3a9e4d6faeee: Preparing 15:31:23 6feb3de68a4c: Preparing 15:31:23 99f6b773bf62: Preparing 15:31:23 99e63bd35143: Preparing 15:31:23 2264188066af: Preparing 15:31:23 91c47d79de80: Preparing 15:31:23 4a0330d77b1a: Preparing 15:31:23 b0b9881431d7: Preparing 15:31:23 91c47d79de80: Waiting 15:31:23 b0b9881431d7: Waiting 15:31:23 4a0330d77b1a: Waiting 15:31:23 3a9e4d6faeee: Pushed 15:31:23 99e63bd35143: Pushed 15:31:23 44456a96229f: Pushed 15:31:24 91c47d79de80: Pushed 15:31:24 2264188066af: Pushed 15:31:24 b0b9881431d7: Layer already exists 15:31:24 4a0330d77b1a: Pushed 15:31:24 Collecting texttable<0.10,>=0.9.0 15:31:24 Downloading texttable-0.9.1.tar.gz (11 kB) 15:31:24 99f6b773bf62: Pushed 15:31:24 6feb3de68a4c: Pushed 15:31:24 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:4c4959f9b08ae3d81985f6e52b3c1206d6a8c3903190cfab6a54b6109d7d4e42 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:31:25 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.159 15:31:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:31:25 44456a96229f: Preparing 15:31:25 3a9e4d6faeee: Preparing 15:31:25 6feb3de68a4c: Preparing 15:31:25 99f6b773bf62: Preparing 15:31:25 99e63bd35143: Preparing 15:31:25 2264188066af: Preparing 15:31:25 91c47d79de80: Preparing 15:31:25 4a0330d77b1a: Preparing 15:31:25 b0b9881431d7: Preparing 15:31:25 2264188066af: Waiting 15:31:25 91c47d79de80: Waiting 15:31:25 4a0330d77b1a: Waiting 15:31:25 b0b9881431d7: Waiting 15:31:25 6feb3de68a4c: Layer already exists 15:31:25 3a9e4d6faeee: Layer already exists 15:31:25 99e63bd35143: Layer already exists 15:31:25 44456a96229f: Layer already exists 15:31:25 99f6b773bf62: Layer already exists 15:31:25 91c47d79de80: Layer already exists 15:31:25 2264188066af: Layer already exists 15:31:25 4a0330d77b1a: Layer already exists 15:31:25 b0b9881431d7: Layer already exists 15:31:25 2.0.0-dev.159: digest: sha256:4c4959f9b08ae3d81985f6e52b3c1206d6a8c3903190cfab6a54b6109d7d4e42 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:31:25 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:31:26 44456a96229f: Preparing 15:31:26 3a9e4d6faeee: Preparing 15:31:26 6feb3de68a4c: Preparing 15:31:26 99f6b773bf62: Preparing 15:31:26 99e63bd35143: Preparing 15:31:26 2264188066af: Preparing 15:31:26 91c47d79de80: Preparing 15:31:26 4a0330d77b1a: Preparing 15:31:26 b0b9881431d7: Preparing 15:31:26 91c47d79de80: Waiting 15:31:26 4a0330d77b1a: Waiting 15:31:26 b0b9881431d7: Waiting 15:31:26 2264188066af: Waiting 15:31:26 99f6b773bf62: Layer already exists 15:31:26 6feb3de68a4c: Layer already exists 15:31:26 3a9e4d6faeee: Layer already exists 15:31:26 99e63bd35143: Layer already exists 15:31:26 44456a96229f: Layer already exists 15:31:26 2264188066af: Layer already exists 15:31:26 91c47d79de80: Layer already exists 15:31:26 b0b9881431d7: Layer already exists 15:31:26 4a0330d77b1a: Layer already exists 15:31:26 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:4c4959f9b08ae3d81985f6e52b3c1206d6a8c3903190cfab6a54b6109d7d4e42 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:31:26 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 15:31:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 15:31:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 15:31:26 44456a96229f: Preparing 15:31:26 3a9e4d6faeee: Preparing 15:31:26 6feb3de68a4c: Preparing 15:31:26 99f6b773bf62: Preparing 15:31:26 99e63bd35143: Preparing 15:31:26 2264188066af: Preparing 15:31:26 91c47d79de80: Preparing 15:31:26 4a0330d77b1a: Preparing 15:31:26 b0b9881431d7: Preparing 15:31:26 2264188066af: Waiting 15:31:26 91c47d79de80: Waiting 15:31:26 4a0330d77b1a: Waiting 15:31:26 b0b9881431d7: Waiting 15:31:26 99e63bd35143: Layer already exists 15:31:26 3a9e4d6faeee: Layer already exists 15:31:26 44456a96229f: Layer already exists 15:31:26 6feb3de68a4c: Layer already exists 15:31:26 99f6b773bf62: Layer already exists 15:31:26 4a0330d77b1a: Layer already exists 15:31:26 2264188066af: Layer already exists 15:31:26 b0b9881431d7: Layer already exists 15:31:26 91c47d79de80: Layer already exists 15:31:26 master: digest: sha256:4c4959f9b08ae3d81985f6e52b3c1206d6a8c3903190cfab6a54b6109d7d4e42 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:27 ===================================================== [Pipeline] echo 15:31:27 taggedImages: 15:31:27 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:27 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.159 15:31:27 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:27 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 15:31:27 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 15:31:27 65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:27 2.0.0-dev.159 15:31:27 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:27 master 15:31:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:31:27 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:31:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:31:27 eaa5c70e6b2f: Preparing 15:31:27 6b4beba2b8c6: Preparing 15:31:27 3576fb862771: Preparing 15:31:27 457610c10988: Preparing 15:31:27 b0b9881431d7: Preparing 15:31:27 b0b9881431d7: Layer already exists 15:31:27 3576fb862771: Layer already exists 15:31:27 eaa5c70e6b2f: Pushed 15:31:27 Collecting docker-pycreds>=0.4.0 15:31:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:31:28 457610c10988: Pushed 15:31:29 6b4beba2b8c6: Pushed 15:31:29 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:5ddc4e7b4f16b6d7ca14f69d0dc0e6a860a94b605ab235d289c1edfcb3bb346a size: 1364 [Pipeline] isUnix [Pipeline] sh 15:31:29 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.159 15:31:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:31:29 eaa5c70e6b2f: Preparing 15:31:29 6b4beba2b8c6: Preparing 15:31:29 3576fb862771: Preparing 15:31:29 457610c10988: Preparing 15:31:29 b0b9881431d7: Preparing 15:31:29 eaa5c70e6b2f: Layer already exists 15:31:29 3576fb862771: Layer already exists 15:31:29 6b4beba2b8c6: Layer already exists 15:31:29 457610c10988: Layer already exists 15:31:29 b0b9881431d7: Layer already exists 15:31:29 2.0.0-dev.159: digest: sha256:5ddc4e7b4f16b6d7ca14f69d0dc0e6a860a94b605ab235d289c1edfcb3bb346a size: 1364 15:31:29 Collecting urllib3<1.25,>=1.21.1 15:31:29 ---> 0485d5199a33 15:31:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:31:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:31:29 ---> 6e6c470011cc 15:31:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] isUnix [Pipeline] sh 15:31:30 Collecting idna<2.8,>=2.5 15:31:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:31:30 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:30 ---> Running in 400b620f5066 15:31:30 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) 15:31:30 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) 15:31:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:31:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:31:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:31:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:31:30 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:31:30 eaa5c70e6b2f: Preparing 15:31:30 6b4beba2b8c6: Preparing 15:31:30 3576fb862771: Preparing 15:31:30 457610c10988: Preparing 15:31:30 b0b9881431d7: Preparing 15:31:30 3576fb862771: Layer already exists 15:31:30 b0b9881431d7: Layer already exists 15:31:30 6b4beba2b8c6: Layer already exists 15:31:30 457610c10988: Layer already exists 15:31:30 eaa5c70e6b2f: Layer already exists 15:31:30 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:5ddc4e7b4f16b6d7ca14f69d0dc0e6a860a94b605ab235d289c1edfcb3bb346a size: 1364 [Pipeline] isUnix [Pipeline] sh 15:31:30 ---> Running in 672a37506393 15:31:30 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 15:31:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 15:31:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 15:31:31 eaa5c70e6b2f: Preparing 15:31:31 6b4beba2b8c6: Preparing 15:31:31 3576fb862771: Preparing 15:31:31 457610c10988: Preparing 15:31:31 b0b9881431d7: Preparing 15:31:31 457610c10988: Layer already exists 15:31:31 6b4beba2b8c6: Layer already exists 15:31:31 3576fb862771: Layer already exists 15:31:31 b0b9881431d7: Layer already exists 15:31:31 eaa5c70e6b2f: Layer already exists 15:31:31 master: digest: sha256:5ddc4e7b4f16b6d7ca14f69d0dc0e6a860a94b605ab235d289c1edfcb3bb346a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:31 ===================================================== [Pipeline] echo 15:31:31 taggedImages: 15:31:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.159 15:31:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 15:31:31 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 15:31:31 65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:31 2.0.0-dev.159 15:31:31 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:31 master 15:31:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:31:31 Installing collected packages: dockerpty, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, jsonschema, docopt, texttable, docker-compose 15:31:31 Running setup.py install for dockerpty: started 15:31:32 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:31:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:31:32 bb9a8c8ff407: Preparing 15:31:32 4930b4290f75: Preparing 15:31:32 3576fb862771: Preparing 15:31:32 795ccadd8354: Preparing 15:31:32 b0b9881431d7: Preparing 15:31:32 3576fb862771: Layer already exists 15:31:32 795ccadd8354: Layer already exists 15:31:32 b0b9881431d7: Layer already exists 15:31:32 bb9a8c8ff407: Pushed 15:31:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:31:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:31:33 4930b4290f75: Pushed 15:31:33 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:50fbc19a311a12f14601a0f74211588741bac12ab9fbd3cd5f7726c909d7d1ac size: 1363 [Pipeline] isUnix [Pipeline] sh 15:31:34 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:34 Running setup.py install for dockerpty: finished with status 'done' 15:31:34 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.159 15:31:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:31:34 bb9a8c8ff407: Preparing 15:31:34 4930b4290f75: Preparing 15:31:34 3576fb862771: Preparing 15:31:34 795ccadd8354: Preparing 15:31:34 b0b9881431d7: Preparing 15:31:34 b0b9881431d7: Layer already exists 15:31:34 3576fb862771: Layer already exists 15:31:34 795ccadd8354: Layer already exists 15:31:34 4930b4290f75: Layer already exists 15:31:34 bb9a8c8ff407: Layer already exists 15:31:34 2.0.0-dev.159: digest: sha256:50fbc19a311a12f14601a0f74211588741bac12ab9fbd3cd5f7726c909d7d1ac size: 1363 15:31:34 Running setup.py install for PyYAML: started [Pipeline] isUnix [Pipeline] sh 15:31:34 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:35 ---> 2d9550604dfc 15:31:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:31:35 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:31:35 bb9a8c8ff407: Preparing 15:31:35 4930b4290f75: Preparing 15:31:35 3576fb862771: Preparing 15:31:35 795ccadd8354: Preparing 15:31:35 b0b9881431d7: Preparing 15:31:35 4930b4290f75: Layer already exists 15:31:35 795ccadd8354: Layer already exists 15:31:35 bb9a8c8ff407: Layer already exists 15:31:35 3576fb862771: Layer already exists 15:31:35 b0b9881431d7: Layer already exists 15:31:35 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:50fbc19a311a12f14601a0f74211588741bac12ab9fbd3cd5f7726c909d7d1ac size: 1363 [Pipeline] isUnix [Pipeline] sh 15:31:35 ---> Running in 20ed71c61ec4 15:31:35 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 15:31:35 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 15:31:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 15:31:35 bb9a8c8ff407: Preparing 15:31:35 4930b4290f75: Preparing 15:31:35 3576fb862771: Preparing 15:31:35 795ccadd8354: Preparing 15:31:35 b0b9881431d7: Preparing 15:31:35 4930b4290f75: Layer already exists 15:31:35 3576fb862771: Layer already exists 15:31:35 bb9a8c8ff407: Layer already exists 15:31:35 b0b9881431d7: Layer already exists 15:31:35 795ccadd8354: Layer already exists 15:31:35 master: digest: sha256:50fbc19a311a12f14601a0f74211588741bac12ab9fbd3cd5f7726c909d7d1ac size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:35 ===================================================== [Pipeline] echo 15:31:35 taggedImages: 15:31:35 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:35 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.159 15:31:35 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:35 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 15:31:36 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 15:31:36 65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:36 2.0.0-dev.159 15:31:36 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:36 master 15:31:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:31:36 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:31:36 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:31:36 22131c52ec5f: Preparing 15:31:36 0b5c692c63ab: Preparing 15:31:36 e5e5aa833ad7: Preparing 15:31:36 57e476cdc9d1: Preparing 15:31:36 5bd96f1222a4: Preparing 15:31:36 76f99887d902: Preparing 15:31:36 1236c9247fff: Preparing 15:31:36 0754057c0ad3: Preparing 15:31:36 998cdf262ab1: Preparing 15:31:36 02e56110abd2: Preparing 15:31:36 abc36efb885a: Preparing 15:31:36 b0b09059f4e1: Preparing 15:31:36 bb961f40224b: Preparing 15:31:36 f4666769fca7: Preparing 15:31:36 76f99887d902: Waiting 15:31:36 1236c9247fff: Waiting 15:31:36 0754057c0ad3: Waiting 15:31:36 998cdf262ab1: Waiting 15:31:36 02e56110abd2: Waiting 15:31:36 abc36efb885a: Waiting 15:31:36 b0b09059f4e1: Waiting 15:31:36 bb961f40224b: Waiting 15:31:36 f4666769fca7: Waiting 15:31:37 5bd96f1222a4: Pushed 15:31:37 22131c52ec5f: Pushed 15:31:37 57e476cdc9d1: Pushed 15:31:37 0754057c0ad3: Layer already exists 15:31:37 998cdf262ab1: Layer already exists 15:31:37 Running setup.py install for PyYAML: finished with status 'done' 15:31:37 Attempting uninstall: urllib3 15:31:37 Found existing installation: urllib3 1.25.9 15:31:37 Uninstalling urllib3-1.25.9: 15:31:37 Successfully uninstalled urllib3-1.25.9 15:31:37 1236c9247fff: Pushed 15:31:37 02e56110abd2: Layer already exists 15:31:37 abc36efb885a: Layer already exists 15:31:37 0b5c692c63ab: Pushed 15:31:37 b0b09059f4e1: Layer already exists 15:31:37 bb961f40224b: Layer already exists 15:31:37 f4666769fca7: Layer already exists 15:31:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:31:38 76f99887d902: Pushed 15:31:38 Attempting uninstall: idna 15:31:38 Found existing installation: idna 2.9 15:31:38 Uninstalling idna-2.9: 15:31:38 ---> 5d6756f93afc 15:31:38 Step 9/23 : RUN make cmd/core-data/core-data 15:31:38 Successfully uninstalled idna-2.9 15:31:38 ---> Running in 1f71b989c3e4 15:31:39 Attempting uninstall: requests 15:31:39 Found existing installation: requests 2.23.0 15:31:39 Uninstalling requests-2.23.0: 15:31:39 Successfully uninstalled requests-2.23.0 15:31:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-data/core-data ./cmd/core-data 15:31:42 Running setup.py install for docopt: started 15:31:44 Running setup.py install for docopt: finished with status 'done' 15:31:45 Running setup.py install for texttable: started 15:31:46 e5e5aa833ad7: Pushed 15:31:46 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:c868d45ec3b1103f6e08ebc8e41d0463904e4023a5af3d570074ca92f694d0fb size: 3252 [Pipeline] isUnix [Pipeline] sh 15:31:46 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:46 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.159 15:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:31:46 22131c52ec5f: Preparing 15:31:46 0b5c692c63ab: Preparing 15:31:46 e5e5aa833ad7: Preparing 15:31:46 57e476cdc9d1: Preparing 15:31:46 5bd96f1222a4: Preparing 15:31:46 76f99887d902: Preparing 15:31:46 1236c9247fff: Preparing 15:31:46 0754057c0ad3: Preparing 15:31:46 998cdf262ab1: Preparing 15:31:46 02e56110abd2: Preparing 15:31:46 abc36efb885a: Preparing 15:31:46 b0b09059f4e1: Preparing 15:31:46 bb961f40224b: Preparing 15:31:46 f4666769fca7: Preparing 15:31:46 998cdf262ab1: Waiting 15:31:46 02e56110abd2: Waiting 15:31:46 b0b09059f4e1: Waiting 15:31:46 abc36efb885a: Waiting 15:31:46 bb961f40224b: Waiting 15:31:46 f4666769fca7: Waiting 15:31:46 1236c9247fff: Waiting 15:31:46 0754057c0ad3: Waiting 15:31:46 e5e5aa833ad7: Layer already exists 15:31:46 57e476cdc9d1: Layer already exists 15:31:46 22131c52ec5f: Layer already exists 15:31:46 5bd96f1222a4: Layer already exists 15:31:46 0b5c692c63ab: Layer already exists 15:31:46 76f99887d902: Layer already exists 15:31:46 0754057c0ad3: Layer already exists 15:31:46 02e56110abd2: Layer already exists 15:31:46 1236c9247fff: Layer already exists 15:31:46 998cdf262ab1: Layer already exists 15:31:46 abc36efb885a: Layer already exists 15:31:46 b0b09059f4e1: Layer already exists 15:31:46 f4666769fca7: Layer already exists 15:31:46 bb961f40224b: Layer already exists 15:31:47 2.0.0-dev.159: digest: sha256:c868d45ec3b1103f6e08ebc8e41d0463904e4023a5af3d570074ca92f694d0fb size: 3252 [Pipeline] isUnix [Pipeline] sh 15:31:47 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:31:47 Running setup.py install for texttable: finished with status 'done' 15:31:47 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:31:47 22131c52ec5f: Preparing 15:31:47 0b5c692c63ab: Preparing 15:31:47 e5e5aa833ad7: Preparing 15:31:47 57e476cdc9d1: Preparing 15:31:47 5bd96f1222a4: Preparing 15:31:47 76f99887d902: Preparing 15:31:47 1236c9247fff: Preparing 15:31:47 0754057c0ad3: Preparing 15:31:47 998cdf262ab1: Preparing 15:31:47 02e56110abd2: Preparing 15:31:47 abc36efb885a: Preparing 15:31:47 b0b09059f4e1: Preparing 15:31:47 bb961f40224b: Preparing 15:31:47 f4666769fca7: Preparing 15:31:47 76f99887d902: Waiting 15:31:47 1236c9247fff: Waiting 15:31:47 0754057c0ad3: Waiting 15:31:47 998cdf262ab1: Waiting 15:31:47 02e56110abd2: Waiting 15:31:47 abc36efb885a: Waiting 15:31:47 b0b09059f4e1: Waiting 15:31:47 bb961f40224b: Waiting 15:31:47 f4666769fca7: Waiting 15:31:47 22131c52ec5f: Layer already exists 15:31:47 57e476cdc9d1: Layer already exists 15:31:47 0b5c692c63ab: Layer already exists 15:31:47 e5e5aa833ad7: Layer already exists 15:31:47 5bd96f1222a4: Layer already exists 15:31:47 1236c9247fff: Layer already exists 15:31:47 76f99887d902: Layer already exists 15:31:47 0754057c0ad3: Layer already exists 15:31:47 02e56110abd2: Layer already exists 15:31:47 998cdf262ab1: Layer already exists 15:31:47 b0b09059f4e1: Layer already exists 15:31:47 abc36efb885a: Layer already exists 15:31:47 bb961f40224b: Layer already exists 15:31:47 f4666769fca7: Layer already exists 15:31:47 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:c868d45ec3b1103f6e08ebc8e41d0463904e4023a5af3d570074ca92f694d0fb size: 3252 [Pipeline] isUnix [Pipeline] sh 15:31:48 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 15:31:48 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 15:31:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 15:31:48 22131c52ec5f: Preparing 15:31:48 0b5c692c63ab: Preparing 15:31:48 e5e5aa833ad7: Preparing 15:31:48 57e476cdc9d1: Preparing 15:31:48 5bd96f1222a4: Preparing 15:31:48 76f99887d902: Preparing 15:31:48 1236c9247fff: Preparing 15:31:48 0754057c0ad3: Preparing 15:31:48 998cdf262ab1: Preparing 15:31:48 02e56110abd2: Preparing 15:31:48 abc36efb885a: Preparing 15:31:48 b0b09059f4e1: Preparing 15:31:48 bb961f40224b: Preparing 15:31:48 f4666769fca7: Preparing 15:31:48 76f99887d902: Waiting 15:31:48 02e56110abd2: Waiting 15:31:48 abc36efb885a: Waiting 15:31:48 b0b09059f4e1: Waiting 15:31:48 bb961f40224b: Waiting 15:31:48 f4666769fca7: Waiting 15:31:48 1236c9247fff: Waiting 15:31:48 0754057c0ad3: Waiting 15:31:48 998cdf262ab1: Waiting 15:31:48 e5e5aa833ad7: Layer already exists 15:31:48 57e476cdc9d1: Layer already exists 15:31:48 5bd96f1222a4: Layer already exists 15:31:48 22131c52ec5f: Layer already exists 15:31:48 0b5c692c63ab: Layer already exists 15:31:48 1236c9247fff: Layer already exists 15:31:48 76f99887d902: Layer already exists 15:31:48 02e56110abd2: Layer already exists 15:31:48 0754057c0ad3: Layer already exists 15:31:48 998cdf262ab1: Layer already exists 15:31:48 abc36efb885a: Layer already exists 15:31:48 b0b09059f4e1: Layer already exists 15:31:48 bb961f40224b: Layer already exists 15:31:48 f4666769fca7: Layer already exists 15:31:48 master: digest: sha256:c868d45ec3b1103f6e08ebc8e41d0463904e4023a5af3d570074ca92f694d0fb size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:49 ===================================================== [Pipeline] echo 15:31:49 taggedImages: 15:31:49 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689 15:31:49 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.159 15:31:49 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:31:49 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } 15:31:49 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:31:54 Removing intermediate container 383625252b12 15:31:54 ---> e38a345ff8c3 15:31:54 Step 21/26 : RUN apk --no-cache add curl 15:31:54 ---> Running in 16b3f70a1f75 15:31:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:31:57 (2/3) Installing libcurl (7.69.1-r3) 15:31:57 (3/3) Installing curl (7.69.1-r3) 15:31:57 Executing busybox-1.31.1-r19.trigger 15:31:57 OK: 72 MiB in 58 packages 15:31:59 Removing intermediate container 16b3f70a1f75 15:31:59 ---> 50b57aaadb7c 15:31:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:31:59 ---> Running in ecb0fcb3572e 15:32:00 Removing intermediate container ecb0fcb3572e 15:32:00 ---> c4e69af63d92 15:32:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:32:00 ---> Running in af4012541add 15:32:01 Removing intermediate container af4012541add 15:32:01 ---> e6491178de3d 15:32:01 Step 24/26 : LABEL arch=arm64 15:32:01 ---> Running in f7ab3baedd84 15:32:01 Removing intermediate container f7ab3baedd84 15:32:01 ---> eb3c9b86a375 15:32:01 Step 25/26 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:32:02 ---> Running in 17af2b445c7a 15:32:02 Removing intermediate container 17af2b445c7a 15:32:02 ---> 2ddd58f8507e 15:32:02 Step 26/26 : LABEL version=2.0.0-dev.159 15:32:03 ---> Running in a244a688a375 15:32:03 Removing intermediate container a244a688a375 15:32:03 ---> 952c207ac28b 15:32:03 15:32:04 Successfully built 952c207ac28b 15:32:04 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:33:01  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:33:09 Removing intermediate container 400b620f5066 15:33:09 ---> 7f2c2521eb5f 15:33:09 15:33:09 Step 10/24 : FROM alpine:3.12 15:33:09 ---> d75e27dfc0a0 15:33:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 15:33:09 ---> Running in 35f4dea6881a 15:33:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:33:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:33:12 (1/6) Installing ca-certificates (20191127-r4) 15:33:12 (2/6) Installing nghttp2-libs (1.41.0-r0) 15:33:12 (3/6) Installing libcurl (7.69.1-r3) 15:33:12 (4/6) Installing curl (7.69.1-r3) 15:33:12 (5/6) Installing dumb-init (1.2.2-r1) 15:33:12 (6/6) Installing su-exec (0.2-r1) 15:33:12 Executing busybox-1.31.1-r20.trigger 15:33:12 Executing ca-certificates-20191127-r4.trigger 15:33:12 OK: 7 MiB in 20 packages 15:33:16 Removing intermediate container 35f4dea6881a 15:33:16 ---> 75d784cb6c11 15:33:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:33:16 ---> Running in e5ca0f51e45d 15:33:17 Removing intermediate container e5ca0f51e45d 15:33:17 ---> cbbc3d15fffb 15:33:17 Step 13/24 : WORKDIR / 15:33:17 ---> Running in 6028edb27d09 15:33:18 Removing intermediate container 672a37506393 15:33:18 ---> 03a3a83a6419 15:33:18 15:33:18 Step 10/22 : FROM alpine:3.12 15:33:18 ---> d75e27dfc0a0 15:33:18 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:33:18 ---> Using cache 15:33:18 ---> edc8031376fa 15:33:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:33:18 ---> Using cache 15:33:18 ---> e2b8eee08e21 15:33:18 Step 13/22 : ENV APP_PORT=48085 15:33:18 Removing intermediate container 6028edb27d09 15:33:18 ---> 27984cdad408 15:33:18 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:33:18 ---> Running in a219983919bc 15:33:19 Removing intermediate container a219983919bc 15:33:19 ---> 2eb04a8af664 15:33:19 Step 14/22 : EXPOSE $APP_PORT 15:33:19 ---> Running in 7db33bac53cb 15:33:19 ---> 34105d1b6700 15:33:19 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:33:20 Removing intermediate container 7db33bac53cb 15:33:20 ---> 7e04510d2236 15:33:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:33:21 ---> 44b967e6e4fb 15:33:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:33:21 ---> 7b0f955285e4 15:33:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:33:22 ---> 7bb56dfcbddd 15:33:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:33:23 ---> 85d5ded44aca 15:33:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:33:23 ---> e788f69e661b 15:33:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:33:24 ---> 59832a67e0af 15:33:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:33:24 ---> Running in e2f56681edb9 15:33:25 ---> 34ab63fb5ab8 15:33:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:33:25 Removing intermediate container e2f56681edb9 15:33:25 ---> 0328be76a3bc 15:33:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:33:25 ---> Running in 674d2d138121 15:33:27 ---> f36dade66840 15:33:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:33:27 Removing intermediate container 674d2d138121 15:33:27 ---> af51321481ba 15:33:27 Step 20/22 : LABEL arch=arm64 15:33:27 ---> Running in a5f2665c499c 15:33:27 ---> Running in 5497acdaab1f 15:33:28 Removing intermediate container a5f2665c499c 15:33:28 ---> be9e3c01099b 15:33:28 Step 21/22 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:33:28 ---> Running in d9e10cc372c4 15:33:29 Removing intermediate container d9e10cc372c4 15:33:29 ---> 65ce959cf110 15:33:29 Step 22/22 : LABEL version=2.0.0-dev.159 15:33:30 ---> Running in 18370b00f72f 15:33:31 Removing intermediate container 18370b00f72f 15:33:31 ---> 9409f38e5224 15:33:31 15:33:31 Removing intermediate container 20ed71c61ec4 15:33:31 ---> 653d966039f4 15:33:31 15:33:31 Step 10/23 : FROM alpine:3.12 15:33:31 ---> d75e27dfc0a0 15:33:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:33:31 ---> Using cache 15:33:31 ---> edc8031376fa 15:33:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:33:31 ---> Using cache 15:33:31 ---> e2b8eee08e21 15:33:31 Step 13/23 : ENV APP_PORT=48081 15:33:31 Removing intermediate container 5497acdaab1f 15:33:31 ---> 8598a6ba01cc 15:33:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:33:31 Successfully built 9409f38e5224 15:33:31 Successfully tagged docker-support-scheduler-go-arm64:latest 15:33:31  Building docker-support-scheduler-go ... done  ---> Running in 71e594b62e5b 15:33:31 ---> Running in b80644d9e8c1 15:33:32 Removing intermediate container b80644d9e8c1 15:33:32 ---> dd8fe835303b 15:33:32 Step 22/24 : LABEL arch=arm64 15:33:32 Removing intermediate container 71e594b62e5b 15:33:32 ---> 9ff0e879f9d4 15:33:32 Step 14/23 : EXPOSE $APP_PORT 15:33:32 ---> Running in cd9623937103 15:33:32 ---> Running in 863fcef15239 15:33:33 Removing intermediate container cd9623937103 15:33:33 ---> 55d4ab0e9dfc 15:33:33 Step 23/24 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689Removing intermediate container 863fcef15239 15:33:33 ---> ed68fc3f4f5c 15:33:33 Step 15/23 : WORKDIR / 15:33:33 15:33:33 ---> Running in a3ca95ebbd0b 15:33:33 ---> Running in 8d0cf7cbd4ba 15:33:34 Removing intermediate container 8d0cf7cbd4ba 15:33:34 ---> 97e64dbeb231 15:33:34 Step 24/24 : LABEL version=2.0.0-dev.159 15:33:34 Removing intermediate container a3ca95ebbd0b 15:33:34 ---> eeb1c9c5966c 15:33:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:33:34 ---> Running in 6cd403a03147 15:33:35 Removing intermediate container 6cd403a03147 15:33:35 ---> 9ce099b0d452 15:33:35 15:33:35 ---> 174c392ee2e8 15:33:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:33:35 Successfully built 9ce099b0d452 15:33:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:33:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1f71b989c3e4 15:33:35 ---> d181303ee160 15:33:35 15:33:35 Step 10/23 : FROM alpine:3.12 15:33:35 ---> d75e27dfc0a0 15:33:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:33:35 ---> Running in ebb0add85779 15:33:36 Removing intermediate container ebb0add85779 15:33:36 ---> bdd3b1945719 15:33:36 Step 12/23 : ENV APP_PORT=48080 15:33:36 ---> 3fbd2eaddb24 15:33:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:33:36 ---> Running in b39d349bc73f 15:33:36 Removing intermediate container b39d349bc73f 15:33:36 ---> d500a46225f8 15:33:36 Step 13/23 : EXPOSE $APP_PORT 15:33:37 ---> Running in 03c39b6f5fc2 15:33:37 ---> 1424c57aaa0d 15:33:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:33:37 ---> Running in 97f6b149e8e3 15:33:37 Removing intermediate container 03c39b6f5fc2 15:33:37 ---> 1766a642099c 15:33:37 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:33:37 ---> Running in 11b354dedcb6 15:33:38 Removing intermediate container 97f6b149e8e3 15:33:38 ---> 5e9825375c1e 15:33:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:33:38 ---> Running in c3996bd0bfb3 15:33:38 Removing intermediate container c3996bd0bfb3 15:33:38 ---> 349ba7e9688f 15:33:38 Step 21/23 : LABEL arch=arm64 15:33:38 ---> Running in 7095ae19fd94 15:33:39 Removing intermediate container 7095ae19fd94 15:33:39 ---> e3044bdcc19d 15:33:39 Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:33:39 ---> Running in db88468781ad 15:33:40 Removing intermediate container db88468781ad 15:33:40 ---> 4020b95b8c6f 15:33:40 Step 23/23 : LABEL version=2.0.0-dev.159 15:33:40 Removing intermediate container 11b354dedcb6 15:33:40 ---> d18a137da8b5 15:33:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:33:40 ---> Running in b46080b6fc18 15:33:40 ---> Running in 9eec31323674 15:33:40 Removing intermediate container b46080b6fc18 15:33:40 ---> 1f2a66759d6e 15:33:40 15:33:41 Successfully built 1f2a66759d6e 15:33:41 Successfully tagged docker-core-metadata-go-arm64:latest 15:33:41  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:33:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:33:43 (1/6) Installing dumb-init (1.2.2-r1) 15:33:43 (2/6) Installing libgcc (9.3.0-r2) 15:33:43 (3/6) Installing libsodium (1.0.18-r0) 15:33:43 (4/6) Installing libstdc++ (9.3.0-r2) 15:33:43 (5/6) Installing libzmq (4.3.3-r0) 15:33:43 (6/6) Installing zeromq (4.3.3-r0) 15:33:43 Executing busybox-1.31.1-r20.trigger 15:33:43 OK: 8 MiB in 20 packages 15:33:44 Removing intermediate container 9eec31323674 15:33:44 ---> 2aa0494df500 15:33:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:33:45 ---> bba7ce481866 15:33:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:33:47 ---> 26a6aed1ab3d 15:33:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:33:47 ---> 7c8cc9416d5a 15:33:47 Step 19/23 : ENTRYPOINT ["/core-data"] 15:33:47 ---> Running in 7c432e16368f 15:33:48 Removing intermediate container 7c432e16368f 15:33:48 ---> 617ccd19ad51 15:33:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:33:48 ---> Running in a326918eb025 15:33:48 Removing intermediate container a326918eb025 15:33:48 ---> c9016ce9e91f 15:33:48 Step 21/23 : LABEL arch=arm64 15:33:48 ---> Running in 3d5a1bf8eddd 15:33:49 Removing intermediate container 3d5a1bf8eddd 15:33:49 ---> 2974e1926f63 15:33:49 Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 15:33:49 ---> Running in c80b198118c3 15:33:50 Removing intermediate container c80b198118c3 15:33:50 ---> 38c64a266859 15:33:50 Step 23/23 : LABEL version=2.0.0-dev.159 15:33:50 ---> Running in d9c9903d7d36 15:33:50 Removing intermediate container d9c9903d7d36 15:33:50 ---> d1ef750383c4 15:33:50 15:33:50 Successfully built d1ef750383c4 15:33:50 Successfully tagged docker-core-data-go-arm64:latest 15:33:51  Building docker-core-data-go ... done  [Pipeline] } 15:33:51 $ docker stop --time=1 7d0150e207e386382d8212a0f8daf5f923d26c4a28fa786c5b856bd9331e601e 15:33:53 $ docker rm -f 7d0150e207e386382d8212a0f8daf5f923d26c4a28fa786c5b856bd9331e601e [Pipeline] // withDockerContainer [Pipeline] sh 15:33:53 + docker images 15:33:53 + grep docker 15:33:54 docker-core-data-go-arm64 latest d1ef750383c4 4 seconds ago 21.4MB 15:33:54 docker-core-metadata-go-arm64 latest 1f2a66759d6e 14 seconds ago 17.9MB 15:33:54 docker-security-secretstore-setup-go-arm64 latest 9ce099b0d452 20 seconds ago 24.4MB 15:33:54 docker-support-scheduler-go-arm64 latest 9409f38e5224 24 seconds ago 16.4MB 15:33:54 docker-sys-mgmt-agent-go-arm64 latest 952c207ac28b About a minute ago 301MB 15:33:54 docker-security-bootstrapper-go-arm64 latest fabb14a21994 3 minutes ago 17.9MB 15:33:54 docker-core-command-go-arm64 latest e5604d01d2b0 3 minutes ago 16.3MB 15:33:54 docker-support-notifications-go-arm64 latest eb5c205b6002 3 minutes ago 16.9MB 15:33:54 docker-security-proxy-setup-go-arm64 latest a669b0367b3a 3 minutes ago 24.1MB 15:33:54 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:33:54 provisioning config files... 15:33:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/427@tmp/config1005223277908500157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:33:55 ---> docker-login.sh 15:33:55 nexus3.edgexfoundry.org:10001 15:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:55 Configure a credential helper to remove this warning. See 15:33:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:55 15:33:55 Login Succeeded 15:33:55 nexus3.edgexfoundry.org:10002 15:33:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:56 Configure a credential helper to remove this warning. See 15:33:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:56 15:33:56 Login Succeeded 15:33:56 nexus3.edgexfoundry.org:10003 15:33:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:56 Configure a credential helper to remove this warning. See 15:33:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:56 15:33:56 Login Succeeded 15:33:56 nexus3.edgexfoundry.org:10004 15:33:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:57 Configure a credential helper to remove this warning. See 15:33:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:57 15:33:57 Login Succeeded 15:33:57 docker.io 15:33:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:58 Configure a credential helper to remove this warning. See 15:33:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:58 15:33:58 Login Succeeded 15:33:58 ---> docker-login.sh ends [Pipeline] } 15:33:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:33:58 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 15:33:58 65f742f3c09a75b9cecbe50bc703c053f2863689 15:33:58 2.0.0-dev.159 15:33:58 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:33:58 master 15:33:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:33:59 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:33:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:33:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:33:59 b2f223b5d761: Preparing 15:33:59 1628322c25c0: Preparing 15:33:59 759c7baf056a: Preparing 15:33:59 f996158a7771: Preparing 15:33:59 e08058ee1dfe: Preparing 15:33:59 e08058ee1dfe: Layer already exists 15:33:59 f996158a7771: Pushed 15:33:59 b2f223b5d761: Pushed 15:33:59 759c7baf056a: Pushed 15:34:02 1628322c25c0: Pushed 15:34:02 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:7e30a390ae66b92e3235dbdb68da7597ffd9e00ed5838cfe33cd660c76a116bb size: 1363 [Pipeline] isUnix [Pipeline] sh 15:34:02 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.159 15:34:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:34:03 b2f223b5d761: Preparing 15:34:03 1628322c25c0: Preparing 15:34:03 759c7baf056a: Preparing 15:34:03 f996158a7771: Preparing 15:34:03 e08058ee1dfe: Preparing 15:34:03 f996158a7771: Layer already exists 15:34:03 b2f223b5d761: Layer already exists 15:34:03 1628322c25c0: Layer already exists 15:34:03 e08058ee1dfe: Layer already exists 15:34:03 759c7baf056a: Layer already exists 15:34:03 2.0.0-dev.159: digest: sha256:7e30a390ae66b92e3235dbdb68da7597ffd9e00ed5838cfe33cd660c76a116bb size: 1363 [Pipeline] isUnix [Pipeline] sh 15:34:03 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:34:04 b2f223b5d761: Preparing 15:34:04 1628322c25c0: Preparing 15:34:04 759c7baf056a: Preparing 15:34:04 f996158a7771: Preparing 15:34:04 e08058ee1dfe: Preparing 15:34:04 f996158a7771: Layer already exists 15:34:04 759c7baf056a: Layer already exists 15:34:04 1628322c25c0: Layer already exists 15:34:04 e08058ee1dfe: Layer already exists 15:34:04 b2f223b5d761: Layer already exists 15:34:04 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:7e30a390ae66b92e3235dbdb68da7597ffd9e00ed5838cfe33cd660c76a116bb size: 1363 [Pipeline] isUnix [Pipeline] sh 15:34:04 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:34:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 15:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 15:34:05 b2f223b5d761: Preparing 15:34:05 1628322c25c0: Preparing 15:34:05 759c7baf056a: Preparing 15:34:05 f996158a7771: Preparing 15:34:05 e08058ee1dfe: Preparing 15:34:05 f996158a7771: Layer already exists 15:34:05 1628322c25c0: Layer already exists 15:34:05 e08058ee1dfe: Layer already exists 15:34:05 b2f223b5d761: Layer already exists 15:34:05 759c7baf056a: Layer already exists 15:34:05 master: digest: sha256:7e30a390ae66b92e3235dbdb68da7597ffd9e00ed5838cfe33cd660c76a116bb size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:34:05 ===================================================== [Pipeline] echo 15:34:05 taggedImages: 15:34:05 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:05 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.159 15:34:05 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:05 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 15:34:05 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 15:34:05 65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:05 2.0.0-dev.159 15:34:05 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:05 master 15:34:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:06 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:34:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:34:06 da0823db2c96: Preparing 15:34:06 5bd253ad5def: Preparing 15:34:06 759c7baf056a: Preparing 15:34:06 efe99d95f998: Preparing 15:34:06 396dc7649ea6: Preparing 15:34:06 e08058ee1dfe: Preparing 15:34:06 e08058ee1dfe: Waiting 15:34:06 759c7baf056a: Layer already exists 15:34:06 e08058ee1dfe: Layer already exists 15:34:06 da0823db2c96: Pushed 15:34:07 396dc7649ea6: Pushed 15:34:07 efe99d95f998: Pushed 15:34:10 5bd253ad5def: Pushed 15:34:10 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:1726a64a756e0282c9354007019d645c84bba97c0f1ede00f6400c373b1d5a75 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:34:10 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.159 15:34:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:34:11 da0823db2c96: Preparing 15:34:11 5bd253ad5def: Preparing 15:34:11 759c7baf056a: Preparing 15:34:11 efe99d95f998: Preparing 15:34:11 396dc7649ea6: Preparing 15:34:11 e08058ee1dfe: Preparing 15:34:11 e08058ee1dfe: Waiting 15:34:11 396dc7649ea6: Layer already exists 15:34:11 da0823db2c96: Layer already exists 15:34:11 759c7baf056a: Layer already exists 15:34:11 efe99d95f998: Layer already exists 15:34:11 5bd253ad5def: Layer already exists 15:34:11 e08058ee1dfe: Layer already exists 15:34:11 2.0.0-dev.159: digest: sha256:1726a64a756e0282c9354007019d645c84bba97c0f1ede00f6400c373b1d5a75 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:34:11 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:34:12 da0823db2c96: Preparing 15:34:12 5bd253ad5def: Preparing 15:34:12 759c7baf056a: Preparing 15:34:12 efe99d95f998: Preparing 15:34:12 396dc7649ea6: Preparing 15:34:12 e08058ee1dfe: Preparing 15:34:12 e08058ee1dfe: Waiting 15:34:12 759c7baf056a: Layer already exists 15:34:12 efe99d95f998: Layer already exists 15:34:12 396dc7649ea6: Layer already exists 15:34:12 5bd253ad5def: Layer already exists 15:34:12 da0823db2c96: Layer already exists 15:34:12 e08058ee1dfe: Layer already exists 15:34:12 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:1726a64a756e0282c9354007019d645c84bba97c0f1ede00f6400c373b1d5a75 size: 1572 [Pipeline] isUnix [Pipeline] sh 15:34:12 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:34:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 15:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 15:34:13 da0823db2c96: Preparing 15:34:13 5bd253ad5def: Preparing 15:34:13 759c7baf056a: Preparing 15:34:13 efe99d95f998: Preparing 15:34:13 396dc7649ea6: Preparing 15:34:13 e08058ee1dfe: Preparing 15:34:13 e08058ee1dfe: Waiting 15:34:13 759c7baf056a: Layer already exists 15:34:13 5bd253ad5def: Layer already exists 15:34:13 da0823db2c96: Layer already exists 15:34:13 396dc7649ea6: Layer already exists 15:34:13 efe99d95f998: Layer already exists 15:34:13 e08058ee1dfe: Layer already exists 15:34:13 master: digest: sha256:1726a64a756e0282c9354007019d645c84bba97c0f1ede00f6400c373b1d5a75 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:34:13 ===================================================== [Pipeline] echo 15:34:13 taggedImages: 15:34:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.159 15:34:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:13 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 15:34:13 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 15:34:13 65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:13 2.0.0-dev.159 15:34:13 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:13 master 15:34:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:14 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:34:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:34:14 4e54e583b3a6: Preparing 15:34:14 992468839d0a: Preparing 15:34:14 759c7baf056a: Preparing 15:34:14 f996158a7771: Preparing 15:34:14 e08058ee1dfe: Preparing 15:34:14 759c7baf056a: Layer already exists 15:34:14 e08058ee1dfe: Layer already exists 15:34:14 f996158a7771: Layer already exists 15:34:14 4e54e583b3a6: Pushed 15:34:18 992468839d0a: Pushed 15:34:18 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:e8e464a54769a72ef4a358f70fa1c67a04cb049ff5f13bf7a26e1b95eb462468 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:34:18 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.159 15:34:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:34:18 4e54e583b3a6: Preparing 15:34:18 992468839d0a: Preparing 15:34:18 759c7baf056a: Preparing 15:34:18 f996158a7771: Preparing 15:34:18 e08058ee1dfe: Preparing 15:34:18 f996158a7771: Layer already exists 15:34:18 4e54e583b3a6: Layer already exists 15:34:18 992468839d0a: Layer already exists 15:34:18 e08058ee1dfe: Layer already exists 15:34:18 759c7baf056a: Layer already exists 15:34:19 2.0.0-dev.159: digest: sha256:e8e464a54769a72ef4a358f70fa1c67a04cb049ff5f13bf7a26e1b95eb462468 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:34:19 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:34:19 4e54e583b3a6: Preparing 15:34:19 992468839d0a: Preparing 15:34:19 759c7baf056a: Preparing 15:34:19 f996158a7771: Preparing 15:34:19 e08058ee1dfe: Preparing 15:34:19 e08058ee1dfe: Layer already exists 15:34:19 4e54e583b3a6: Layer already exists 15:34:19 f996158a7771: Layer already exists 15:34:19 759c7baf056a: Layer already exists 15:34:19 992468839d0a: Layer already exists 15:34:19 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:e8e464a54769a72ef4a358f70fa1c67a04cb049ff5f13bf7a26e1b95eb462468 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:34:20 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:34:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 15:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 15:34:20 4e54e583b3a6: Preparing 15:34:20 992468839d0a: Preparing 15:34:20 759c7baf056a: Preparing 15:34:20 f996158a7771: Preparing 15:34:20 e08058ee1dfe: Preparing 15:34:20 759c7baf056a: Layer already exists 15:34:20 4e54e583b3a6: Layer already exists 15:34:20 f996158a7771: Layer already exists 15:34:20 e08058ee1dfe: Layer already exists 15:34:20 992468839d0a: Layer already exists 15:34:20 master: digest: sha256:e8e464a54769a72ef4a358f70fa1c67a04cb049ff5f13bf7a26e1b95eb462468 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:34:21 ===================================================== [Pipeline] echo 15:34:21 taggedImages: 15:34:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.159 15:34:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 15:34:21 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 15:34:21 65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:21 2.0.0-dev.159 15:34:21 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:21 master 15:34:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:21 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:34:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:34:22 dd4449e3f61e: Preparing 15:34:22 dd4449e3f61e: Preparing 15:34:22 40be1ab2b0b0: Preparing 15:34:22 a658722cf170: Preparing 15:34:22 331fd7208be4: Preparing 15:34:22 e6acb9e186a6: Preparing 15:34:22 759c7baf056a: Preparing 15:34:22 5672fdbc1f99: Preparing 15:34:22 5672fdbc1f99: Preparing 15:34:22 1a92865b09a3: Preparing 15:34:22 b5b8c94f280b: Preparing 15:34:22 e08058ee1dfe: Preparing 15:34:22 759c7baf056a: Waiting 15:34:22 5672fdbc1f99: Waiting 15:34:22 1a92865b09a3: Waiting 15:34:22 b5b8c94f280b: Waiting 15:34:22 e08058ee1dfe: Waiting 15:34:22 a658722cf170: Pushed 15:34:22 40be1ab2b0b0: Pushed 15:34:22 331fd7208be4: Pushed 15:34:22 dd4449e3f61e: Pushed 15:34:22 759c7baf056a: Layer already exists 15:34:22 e08058ee1dfe: Layer already exists 15:34:22 5672fdbc1f99: Pushed 15:34:22 1a92865b09a3: Pushed 15:34:22 b5b8c94f280b: Pushed 15:34:25 e6acb9e186a6: Pushed 15:34:25 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:7228f48e1b8de2073e3fe213adbc8562dd691b5bacfa535098537040e0fb7bc8 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:34:25 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.159 15:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:34:26 dd4449e3f61e: Preparing 15:34:26 dd4449e3f61e: Preparing 15:34:26 40be1ab2b0b0: Preparing 15:34:26 a658722cf170: Preparing 15:34:26 331fd7208be4: Preparing 15:34:26 e6acb9e186a6: Preparing 15:34:26 759c7baf056a: Preparing 15:34:26 5672fdbc1f99: Preparing 15:34:26 5672fdbc1f99: Preparing 15:34:26 1a92865b09a3: Preparing 15:34:26 b5b8c94f280b: Preparing 15:34:26 e08058ee1dfe: Preparing 15:34:26 5672fdbc1f99: Waiting 15:34:26 1a92865b09a3: Waiting 15:34:26 759c7baf056a: Waiting 15:34:26 b5b8c94f280b: Waiting 15:34:26 e08058ee1dfe: Waiting 15:34:26 331fd7208be4: Layer already exists 15:34:26 dd4449e3f61e: Layer already exists 15:34:26 40be1ab2b0b0: Layer already exists 15:34:26 e6acb9e186a6: Layer already exists 15:34:26 a658722cf170: Layer already exists 15:34:26 5672fdbc1f99: Layer already exists 15:34:26 1a92865b09a3: Layer already exists 15:34:26 759c7baf056a: Layer already exists 15:34:26 e08058ee1dfe: Layer already exists 15:34:26 b5b8c94f280b: Layer already exists 15:34:26 2.0.0-dev.159: digest: sha256:7228f48e1b8de2073e3fe213adbc8562dd691b5bacfa535098537040e0fb7bc8 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:34:26 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:34:27 dd4449e3f61e: Preparing 15:34:27 dd4449e3f61e: Preparing 15:34:27 40be1ab2b0b0: Preparing 15:34:27 a658722cf170: Preparing 15:34:27 331fd7208be4: Preparing 15:34:27 e6acb9e186a6: Preparing 15:34:27 759c7baf056a: Preparing 15:34:27 5672fdbc1f99: Preparing 15:34:27 5672fdbc1f99: Preparing 15:34:27 1a92865b09a3: Preparing 15:34:27 b5b8c94f280b: Preparing 15:34:27 e08058ee1dfe: Preparing 15:34:27 5672fdbc1f99: Waiting 15:34:27 1a92865b09a3: Waiting 15:34:27 b5b8c94f280b: Waiting 15:34:27 759c7baf056a: Waiting 15:34:27 331fd7208be4: Layer already exists 15:34:27 40be1ab2b0b0: Layer already exists 15:34:27 e6acb9e186a6: Layer already exists 15:34:27 dd4449e3f61e: Layer already exists 15:34:27 a658722cf170: Layer already exists 15:34:27 759c7baf056a: Layer already exists 15:34:27 5672fdbc1f99: Layer already exists 15:34:27 b5b8c94f280b: Layer already exists 15:34:27 1a92865b09a3: Layer already exists 15:34:27 e08058ee1dfe: Layer already exists 15:34:27 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:7228f48e1b8de2073e3fe213adbc8562dd691b5bacfa535098537040e0fb7bc8 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:34:27 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:34:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 15:34:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 15:34:27 dd4449e3f61e: Preparing 15:34:27 dd4449e3f61e: Preparing 15:34:27 40be1ab2b0b0: Preparing 15:34:27 a658722cf170: Preparing 15:34:27 331fd7208be4: Preparing 15:34:27 e6acb9e186a6: Preparing 15:34:27 759c7baf056a: Preparing 15:34:27 5672fdbc1f99: Preparing 15:34:27 5672fdbc1f99: Preparing 15:34:27 1a92865b09a3: Preparing 15:34:27 b5b8c94f280b: Preparing 15:34:27 e08058ee1dfe: Preparing 15:34:27 759c7baf056a: Waiting 15:34:27 5672fdbc1f99: Waiting 15:34:27 1a92865b09a3: Waiting 15:34:27 b5b8c94f280b: Waiting 15:34:27 e08058ee1dfe: Waiting 15:34:27 a658722cf170: Layer already exists 15:34:28 dd4449e3f61e: Layer already exists 15:34:28 40be1ab2b0b0: Layer already exists 15:34:28 e6acb9e186a6: Layer already exists 15:34:28 331fd7208be4: Layer already exists 15:34:28 759c7baf056a: Layer already exists 15:34:28 b5b8c94f280b: Layer already exists 15:34:28 5672fdbc1f99: Layer already exists 15:34:28 e08058ee1dfe: Layer already exists 15:34:28 1a92865b09a3: Layer already exists 15:34:28 master: digest: sha256:7228f48e1b8de2073e3fe213adbc8562dd691b5bacfa535098537040e0fb7bc8 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:34:28 ===================================================== [Pipeline] echo 15:34:28 taggedImages: 15:34:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.159 15:34:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:28 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 15:34:28 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 15:34:28 65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:28 2.0.0-dev.159 15:34:28 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:28 master 15:34:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:29 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:34:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:34:29 8febcdc7668b: Preparing 15:34:29 8bf52e00aa70: Preparing 15:34:29 52a81b4dc32a: Preparing 15:34:29 596e3f227d23: Preparing 15:34:29 14c30e3b0434: Preparing 15:34:29 e08058ee1dfe: Preparing 15:34:29 e08058ee1dfe: Waiting 15:34:29 52a81b4dc32a: Pushed 15:34:29 596e3f227d23: Pushed 15:34:29 e08058ee1dfe: Layer already exists 15:34:29 14c30e3b0434: Pushed 15:34:31 8bf52e00aa70: Pushed 15:34:31 8febcdc7668b: Pushed 15:34:32 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:c449cf553c8ec4f26de76e524d35f223e5a09ae59c21bbe33cc1ea257cec1c83 size: 1575 [Pipeline] isUnix [Pipeline] sh 15:34:32 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.159 15:34:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:34:32 8febcdc7668b: Preparing 15:34:32 8bf52e00aa70: Preparing 15:34:32 52a81b4dc32a: Preparing 15:34:32 596e3f227d23: Preparing 15:34:32 14c30e3b0434: Preparing 15:34:32 e08058ee1dfe: Preparing 15:34:32 e08058ee1dfe: Waiting 15:34:32 8bf52e00aa70: Layer already exists 15:34:32 596e3f227d23: Layer already exists 15:34:32 52a81b4dc32a: Layer already exists 15:34:32 8febcdc7668b: Layer already exists 15:34:32 14c30e3b0434: Layer already exists 15:34:32 e08058ee1dfe: Layer already exists 15:34:33 2.0.0-dev.159: digest: sha256:c449cf553c8ec4f26de76e524d35f223e5a09ae59c21bbe33cc1ea257cec1c83 size: 1575 [Pipeline] isUnix [Pipeline] sh 15:34:33 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:34:33 8febcdc7668b: Preparing 15:34:33 8bf52e00aa70: Preparing 15:34:33 52a81b4dc32a: Preparing 15:34:33 596e3f227d23: Preparing 15:34:33 14c30e3b0434: Preparing 15:34:33 e08058ee1dfe: Preparing 15:34:33 e08058ee1dfe: Waiting 15:34:33 8febcdc7668b: Layer already exists 15:34:33 596e3f227d23: Layer already exists 15:34:33 52a81b4dc32a: Layer already exists 15:34:33 14c30e3b0434: Layer already exists 15:34:33 8bf52e00aa70: Layer already exists 15:34:33 e08058ee1dfe: Layer already exists 15:34:34 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:c449cf553c8ec4f26de76e524d35f223e5a09ae59c21bbe33cc1ea257cec1c83 size: 1575 [Pipeline] isUnix [Pipeline] sh 15:34:34 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:34:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 15:34:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 15:34:34 8febcdc7668b: Preparing 15:34:34 8bf52e00aa70: Preparing 15:34:34 52a81b4dc32a: Preparing 15:34:34 596e3f227d23: Preparing 15:34:34 14c30e3b0434: Preparing 15:34:34 e08058ee1dfe: Preparing 15:34:34 e08058ee1dfe: Waiting 15:34:34 14c30e3b0434: Layer already exists 15:34:34 52a81b4dc32a: Layer already exists 15:34:34 8bf52e00aa70: Layer already exists 15:34:34 8febcdc7668b: Layer already exists 15:34:34 596e3f227d23: Layer already exists 15:34:34 e08058ee1dfe: Layer already exists 15:34:35 master: digest: sha256:c449cf553c8ec4f26de76e524d35f223e5a09ae59c21bbe33cc1ea257cec1c83 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:34:35 ===================================================== [Pipeline] echo 15:34:35 taggedImages: 15:34:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.159 15:34:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 15:34:35 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 15:34:35 65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:35 2.0.0-dev.159 15:34:35 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:35 master 15:34:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:35 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:34:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:34:36 119a47791fa7: Preparing 15:34:36 1b180e1fef6c: Preparing 15:34:36 142e53795f56: Preparing 15:34:36 8b483e53bcda: Preparing 15:34:36 d788111e235d: Preparing 15:34:36 4813ffb0e019: Preparing 15:34:36 d5c6b14c6f19: Preparing 15:34:36 47ee35a7fcbb: Preparing 15:34:36 e08058ee1dfe: Preparing 15:34:36 d5c6b14c6f19: Waiting 15:34:36 47ee35a7fcbb: Waiting 15:34:36 e08058ee1dfe: Waiting 15:34:36 4813ffb0e019: Waiting 15:34:36 119a47791fa7: Pushed 15:34:36 d788111e235d: Pushed 15:34:36 1b180e1fef6c: Pushed 15:34:36 4813ffb0e019: Pushed 15:34:36 d5c6b14c6f19: Pushed 15:34:36 e08058ee1dfe: Layer already exists 15:34:37 47ee35a7fcbb: Pushed 15:34:38 8b483e53bcda: Pushed 15:34:38 142e53795f56: Pushed 15:34:39 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:168779a8cadb78733da9a818de757fd381278a4a622dbe8334197c95476bfd85 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:34:39 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.159 15:34:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:34:39 119a47791fa7: Preparing 15:34:39 1b180e1fef6c: Preparing 15:34:39 142e53795f56: Preparing 15:34:39 8b483e53bcda: Preparing 15:34:39 d788111e235d: Preparing 15:34:39 4813ffb0e019: Preparing 15:34:39 d5c6b14c6f19: Preparing 15:34:39 47ee35a7fcbb: Preparing 15:34:39 e08058ee1dfe: Preparing 15:34:39 d5c6b14c6f19: Waiting 15:34:39 47ee35a7fcbb: Waiting 15:34:39 e08058ee1dfe: Waiting 15:34:39 4813ffb0e019: Waiting 15:34:40 1b180e1fef6c: Layer already exists 15:34:40 d788111e235d: Layer already exists 15:34:40 142e53795f56: Layer already exists 15:34:40 8b483e53bcda: Layer already exists 15:34:40 119a47791fa7: Layer already exists 15:34:40 e08058ee1dfe: Layer already exists 15:34:40 d5c6b14c6f19: Layer already exists 15:34:40 4813ffb0e019: Layer already exists 15:34:40 47ee35a7fcbb: Layer already exists 15:34:40 2.0.0-dev.159: digest: sha256:168779a8cadb78733da9a818de757fd381278a4a622dbe8334197c95476bfd85 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:34:40 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:34:40 119a47791fa7: Preparing 15:34:40 1b180e1fef6c: Preparing 15:34:40 142e53795f56: Preparing 15:34:40 8b483e53bcda: Preparing 15:34:40 d788111e235d: Preparing 15:34:40 4813ffb0e019: Preparing 15:34:40 d5c6b14c6f19: Preparing 15:34:40 47ee35a7fcbb: Preparing 15:34:40 e08058ee1dfe: Preparing 15:34:40 4813ffb0e019: Waiting 15:34:40 d5c6b14c6f19: Waiting 15:34:40 47ee35a7fcbb: Waiting 15:34:40 e08058ee1dfe: Waiting 15:34:40 1b180e1fef6c: Layer already exists 15:34:40 8b483e53bcda: Layer already exists 15:34:40 d788111e235d: Layer already exists 15:34:40 119a47791fa7: Layer already exists 15:34:40 142e53795f56: Layer already exists 15:34:40 d5c6b14c6f19: Layer already exists 15:34:40 e08058ee1dfe: Layer already exists 15:34:40 47ee35a7fcbb: Layer already exists 15:34:40 4813ffb0e019: Layer already exists 15:34:40 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:168779a8cadb78733da9a818de757fd381278a4a622dbe8334197c95476bfd85 size: 2198 [Pipeline] isUnix [Pipeline] sh 15:34:41 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:34:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 15:34:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 15:34:41 119a47791fa7: Preparing 15:34:41 1b180e1fef6c: Preparing 15:34:41 142e53795f56: Preparing 15:34:41 8b483e53bcda: Preparing 15:34:41 d788111e235d: Preparing 15:34:41 4813ffb0e019: Preparing 15:34:41 d5c6b14c6f19: Preparing 15:34:41 47ee35a7fcbb: Preparing 15:34:41 e08058ee1dfe: Preparing 15:34:41 4813ffb0e019: Waiting 15:34:41 d5c6b14c6f19: Waiting 15:34:41 e08058ee1dfe: Waiting 15:34:41 47ee35a7fcbb: Waiting 15:34:41 d788111e235d: Layer already exists 15:34:41 142e53795f56: Layer already exists 15:34:41 119a47791fa7: Layer already exists 15:34:41 1b180e1fef6c: Layer already exists 15:34:41 8b483e53bcda: Layer already exists 15:34:41 4813ffb0e019: Layer already exists 15:34:41 d5c6b14c6f19: Layer already exists 15:34:41 e08058ee1dfe: Layer already exists 15:34:41 47ee35a7fcbb: Layer already exists 15:34:41 master: digest: sha256:168779a8cadb78733da9a818de757fd381278a4a622dbe8334197c95476bfd85 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:34:42 ===================================================== [Pipeline] echo 15:34:42 taggedImages: 15:34:42 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:42 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.159 15:34:42 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:42 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 15:34:42 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 15:34:42 65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:42 2.0.0-dev.159 15:34:42 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:42 master 15:34:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:42 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:34:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:34:43 c167ae1216e7: Preparing 15:34:43 b7dc3e95bf98: Preparing 15:34:43 759c7baf056a: Preparing 15:34:43 3f719b407182: Preparing 15:34:43 e08058ee1dfe: Preparing 15:34:43 e08058ee1dfe: Layer already exists 15:34:43 759c7baf056a: Layer already exists 15:34:43 c167ae1216e7: Pushed 15:34:43 3f719b407182: Pushed 15:34:46 b7dc3e95bf98: Pushed 15:34:46 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:fb8c935d3a97e8ea3705294b55d5eb96a4d1fc17e9942a5aefd9eec7232ec39b size: 1364 [Pipeline] isUnix [Pipeline] sh 15:34:46 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.159 15:34:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:34:47 c167ae1216e7: Preparing 15:34:47 b7dc3e95bf98: Preparing 15:34:47 759c7baf056a: Preparing 15:34:47 3f719b407182: Preparing 15:34:47 e08058ee1dfe: Preparing 15:34:47 e08058ee1dfe: Layer already exists 15:34:47 c167ae1216e7: Layer already exists 15:34:47 b7dc3e95bf98: Layer already exists 15:34:47 759c7baf056a: Layer already exists 15:34:47 3f719b407182: Layer already exists 15:34:47 2.0.0-dev.159: digest: sha256:fb8c935d3a97e8ea3705294b55d5eb96a4d1fc17e9942a5aefd9eec7232ec39b size: 1364 [Pipeline] isUnix [Pipeline] sh 15:34:47 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:34:47 c167ae1216e7: Preparing 15:34:47 b7dc3e95bf98: Preparing 15:34:47 759c7baf056a: Preparing 15:34:47 3f719b407182: Preparing 15:34:47 e08058ee1dfe: Preparing 15:34:47 3f719b407182: Layer already exists 15:34:47 c167ae1216e7: Layer already exists 15:34:47 b7dc3e95bf98: Layer already exists 15:34:47 759c7baf056a: Layer already exists 15:34:47 e08058ee1dfe: Layer already exists 15:34:48 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:fb8c935d3a97e8ea3705294b55d5eb96a4d1fc17e9942a5aefd9eec7232ec39b size: 1364 [Pipeline] isUnix [Pipeline] sh 15:34:48 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:34:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 15:34:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 15:34:48 c167ae1216e7: Preparing 15:34:48 b7dc3e95bf98: Preparing 15:34:48 759c7baf056a: Preparing 15:34:48 3f719b407182: Preparing 15:34:48 e08058ee1dfe: Preparing 15:34:48 e08058ee1dfe: Layer already exists 15:34:48 b7dc3e95bf98: Layer already exists 15:34:48 3f719b407182: Layer already exists 15:34:48 759c7baf056a: Layer already exists 15:34:48 c167ae1216e7: Layer already exists 15:34:49 master: digest: sha256:fb8c935d3a97e8ea3705294b55d5eb96a4d1fc17e9942a5aefd9eec7232ec39b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:34:49 ===================================================== [Pipeline] echo 15:34:49 taggedImages: 15:34:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.159 15:34:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:49 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 15:34:49 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 15:34:49 65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:49 2.0.0-dev.159 15:34:49 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:49 master 15:34:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:50 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:34:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:34:50 b606863ae430: Preparing 15:34:50 ba085e72024a: Preparing 15:34:50 759c7baf056a: Preparing 15:34:50 f996158a7771: Preparing 15:34:50 e08058ee1dfe: Preparing 15:34:50 f996158a7771: Layer already exists 15:34:50 e08058ee1dfe: Layer already exists 15:34:50 759c7baf056a: Layer already exists 15:34:50 b606863ae430: Pushed 15:34:53 ba085e72024a: Pushed 15:34:53 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:18df7fd1905a21782ae4494fd2ff95986056ed5216ad7a254654dfb38e198e01 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:34:53 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.159 15:34:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:34:54 b606863ae430: Preparing 15:34:54 ba085e72024a: Preparing 15:34:54 759c7baf056a: Preparing 15:34:54 f996158a7771: Preparing 15:34:54 e08058ee1dfe: Preparing 15:34:54 759c7baf056a: Layer already exists 15:34:54 e08058ee1dfe: Layer already exists 15:34:54 ba085e72024a: Layer already exists 15:34:54 f996158a7771: Layer already exists 15:34:54 b606863ae430: Layer already exists 15:34:54 2.0.0-dev.159: digest: sha256:18df7fd1905a21782ae4494fd2ff95986056ed5216ad7a254654dfb38e198e01 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:34:54 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:34:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:34:55 b606863ae430: Preparing 15:34:55 ba085e72024a: Preparing 15:34:55 759c7baf056a: Preparing 15:34:55 f996158a7771: Preparing 15:34:55 e08058ee1dfe: Preparing 15:34:55 ba085e72024a: Layer already exists 15:34:55 f996158a7771: Layer already exists 15:34:55 e08058ee1dfe: Layer already exists 15:34:55 b606863ae430: Layer already exists 15:34:55 759c7baf056a: Layer already exists 15:34:55 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:18df7fd1905a21782ae4494fd2ff95986056ed5216ad7a254654dfb38e198e01 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:34:55 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:34:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 15:34:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 15:34:56 b606863ae430: Preparing 15:34:56 ba085e72024a: Preparing 15:34:56 759c7baf056a: Preparing 15:34:56 f996158a7771: Preparing 15:34:56 e08058ee1dfe: Preparing 15:34:56 759c7baf056a: Layer already exists 15:34:56 e08058ee1dfe: Layer already exists 15:34:56 ba085e72024a: Layer already exists 15:34:56 b606863ae430: Layer already exists 15:34:56 f996158a7771: Layer already exists 15:34:56 master: digest: sha256:18df7fd1905a21782ae4494fd2ff95986056ed5216ad7a254654dfb38e198e01 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:34:56 ===================================================== [Pipeline] echo 15:34:56 taggedImages: 15:34:56 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:56 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.159 15:34:56 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:56 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 15:34:56 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 15:34:56 65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:56 2.0.0-dev.159 15:34:56 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:34:56 master 15:34:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:57 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh 15:34:57 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:34:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:34:57 7826456f962e: Preparing 15:34:57 b229dbe79dc0: Preparing 15:34:57 87de01983cf3: Preparing 15:34:57 1290b1392f4e: Preparing 15:34:57 26d5aae5dd98: Preparing 15:34:57 555e569b3602: Preparing 15:34:57 9c5ab2ace176: Preparing 15:34:57 9ded3b6bb9b5: Preparing 15:34:57 fa1afe8e6ed9: Preparing 15:34:57 87a09b4c083e: Preparing 15:34:57 0f74e9ff2a61: Preparing 15:34:57 b122376c33c6: Preparing 15:34:57 f8381ed47b22: Preparing 15:34:57 e934a737d657: Preparing 15:34:57 555e569b3602: Waiting 15:34:57 9c5ab2ace176: Waiting 15:34:57 9ded3b6bb9b5: Waiting 15:34:57 fa1afe8e6ed9: Waiting 15:34:57 f8381ed47b22: Waiting 15:34:57 87a09b4c083e: Waiting 15:34:57 0f74e9ff2a61: Waiting 15:34:57 e934a737d657: Waiting 15:34:57 b122376c33c6: Waiting 15:34:58 26d5aae5dd98: Pushed 15:34:58 7826456f962e: Pushed 15:34:58 1290b1392f4e: Pushed 15:34:58 9ded3b6bb9b5: Layer already exists 15:34:58 9c5ab2ace176: Pushed 15:34:59 fa1afe8e6ed9: Layer already exists 15:34:59 87a09b4c083e: Layer already exists 15:34:59 0f74e9ff2a61: Layer already exists 15:34:59 b122376c33c6: Layer already exists 15:34:59 f8381ed47b22: Layer already exists 15:34:59 e934a737d657: Layer already exists 15:34:59 b229dbe79dc0: Pushed 15:35:00 555e569b3602: Pushed 15:35:10 87de01983cf3: Pushed 15:35:10 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:ca544a12d36e7552b02c508345066e416c3faeb38792a2d64e8dd1eaa61aee6b size: 3252 [Pipeline] isUnix [Pipeline] sh 15:35:11 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:35:11 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.159 15:35:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:35:11 7826456f962e: Preparing 15:35:11 b229dbe79dc0: Preparing 15:35:11 87de01983cf3: Preparing 15:35:11 1290b1392f4e: Preparing 15:35:11 26d5aae5dd98: Preparing 15:35:11 555e569b3602: Preparing 15:35:11 9c5ab2ace176: Preparing 15:35:11 9ded3b6bb9b5: Preparing 15:35:11 fa1afe8e6ed9: Preparing 15:35:11 87a09b4c083e: Preparing 15:35:11 0f74e9ff2a61: Preparing 15:35:11 b122376c33c6: Preparing 15:35:11 f8381ed47b22: Preparing 15:35:11 e934a737d657: Preparing 15:35:11 87a09b4c083e: Waiting 15:35:11 0f74e9ff2a61: Waiting 15:35:11 b122376c33c6: Waiting 15:35:11 9c5ab2ace176: Waiting 15:35:11 555e569b3602: Waiting 15:35:11 9ded3b6bb9b5: Waiting 15:35:11 f8381ed47b22: Waiting 15:35:11 fa1afe8e6ed9: Waiting 15:35:11 e934a737d657: Waiting 15:35:11 1290b1392f4e: Layer already exists 15:35:11 7826456f962e: Layer already exists 15:35:11 26d5aae5dd98: Layer already exists 15:35:11 b229dbe79dc0: Layer already exists 15:35:11 87de01983cf3: Layer already exists 15:35:11 555e569b3602: Layer already exists 15:35:11 9c5ab2ace176: Layer already exists 15:35:11 9ded3b6bb9b5: Layer already exists 15:35:11 87a09b4c083e: Layer already exists 15:35:11 fa1afe8e6ed9: Layer already exists 15:35:11 0f74e9ff2a61: Layer already exists 15:35:11 e934a737d657: Layer already exists 15:35:11 f8381ed47b22: Layer already exists 15:35:11 b122376c33c6: Layer already exists 15:35:11 2.0.0-dev.159: digest: sha256:ca544a12d36e7552b02c508345066e416c3faeb38792a2d64e8dd1eaa61aee6b size: 3252 [Pipeline] isUnix [Pipeline] sh 15:35:12 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh 15:35:12 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:35:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:35:12 7826456f962e: Preparing 15:35:12 b229dbe79dc0: Preparing 15:35:12 87de01983cf3: Preparing 15:35:12 1290b1392f4e: Preparing 15:35:12 26d5aae5dd98: Preparing 15:35:12 555e569b3602: Preparing 15:35:12 9c5ab2ace176: Preparing 15:35:12 9ded3b6bb9b5: Preparing 15:35:12 fa1afe8e6ed9: Preparing 15:35:12 87a09b4c083e: Preparing 15:35:12 0f74e9ff2a61: Preparing 15:35:12 b122376c33c6: Preparing 15:35:12 f8381ed47b22: Preparing 15:35:12 e934a737d657: Preparing 15:35:12 555e569b3602: Waiting 15:35:12 9c5ab2ace176: Waiting 15:35:12 9ded3b6bb9b5: Waiting 15:35:12 fa1afe8e6ed9: Waiting 15:35:12 87a09b4c083e: Waiting 15:35:12 f8381ed47b22: Waiting 15:35:12 e934a737d657: Waiting 15:35:12 b122376c33c6: Waiting 15:35:12 0f74e9ff2a61: Waiting 15:35:12 b229dbe79dc0: Layer already exists 15:35:12 87de01983cf3: Layer already exists 15:35:12 1290b1392f4e: Layer already exists 15:35:12 7826456f962e: Layer already exists 15:35:12 26d5aae5dd98: Layer already exists 15:35:12 555e569b3602: Layer already exists 15:35:12 87a09b4c083e: Layer already exists 15:35:12 fa1afe8e6ed9: Layer already exists 15:35:12 9c5ab2ace176: Layer already exists 15:35:12 9ded3b6bb9b5: Layer already exists 15:35:12 0f74e9ff2a61: Layer already exists 15:35:12 b122376c33c6: Layer already exists 15:35:12 f8381ed47b22: Layer already exists 15:35:12 e934a737d657: Layer already exists 15:35:12 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:ca544a12d36e7552b02c508345066e416c3faeb38792a2d64e8dd1eaa61aee6b size: 3252 [Pipeline] isUnix [Pipeline] sh 15:35:13 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:35:13 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 15:35:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 15:35:13 7826456f962e: Preparing 15:35:13 b229dbe79dc0: Preparing 15:35:13 87de01983cf3: Preparing 15:35:13 1290b1392f4e: Preparing 15:35:13 26d5aae5dd98: Preparing 15:35:13 555e569b3602: Preparing 15:35:13 9c5ab2ace176: Preparing 15:35:13 9ded3b6bb9b5: Preparing 15:35:13 fa1afe8e6ed9: Preparing 15:35:13 87a09b4c083e: Preparing 15:35:13 0f74e9ff2a61: Preparing 15:35:13 b122376c33c6: Preparing 15:35:13 f8381ed47b22: Preparing 15:35:13 e934a737d657: Preparing 15:35:13 555e569b3602: Waiting 15:35:13 9c5ab2ace176: Waiting 15:35:13 9ded3b6bb9b5: Waiting 15:35:13 fa1afe8e6ed9: Waiting 15:35:13 b122376c33c6: Waiting 15:35:13 e934a737d657: Waiting 15:35:13 f8381ed47b22: Waiting 15:35:13 87a09b4c083e: Waiting 15:35:13 0f74e9ff2a61: Waiting 15:35:13 b229dbe79dc0: Layer already exists 15:35:13 1290b1392f4e: Layer already exists 15:35:13 87de01983cf3: Layer already exists 15:35:13 26d5aae5dd98: Layer already exists 15:35:13 7826456f962e: Layer already exists 15:35:13 9ded3b6bb9b5: Layer already exists 15:35:13 87a09b4c083e: Layer already exists 15:35:13 9c5ab2ace176: Layer already exists 15:35:13 555e569b3602: Layer already exists 15:35:13 0f74e9ff2a61: Layer already exists 15:35:13 f8381ed47b22: Layer already exists 15:35:13 b122376c33c6: Layer already exists 15:35:13 e934a737d657: Layer already exists 15:35:14 fa1afe8e6ed9: Layer already exists 15:35:14 master: digest: sha256:ca544a12d36e7552b02c508345066e416c3faeb38792a2d64e8dd1eaa61aee6b size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:35:14 ===================================================== [Pipeline] echo 15:35:15 taggedImages: 15:35:15 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 15:35:15 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.159 15:35:15 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 15:35:15 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:35:15 ---> job-cost.sh 15:35:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZqYC 15:35:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:37:31 lf-activate-venv(): INFO: Adding /tmp/venv-ZqYC/bin to PATH 15:37:31 INFO: No Stack... 15:37:31 INFO: Retrieving Pricing Info for: lf-standard-4 15:37:31 INFO: Archiving Costs [Pipeline] sh 15:37:31 + cat+ /w/workspace/edgex-go/427/archives/cost.csv 15:37:31 cut -d, -f6 [Pipeline] lock 15:37:31 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-427-stack-cost] 15:37:31 Resource [jenkins-edgexfoundry-edgex-go-master-427-stack-cost] did not exist. Created. 15:37:31 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-427-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:37:32 + echo total: 0.20999999344348907 [Pipeline] stash 15:37:33 Stashed 1 file(s) [Pipeline] } 15:37:33 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-427-stack-cost] [Pipeline] // lock [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) [Pipeline] unstash [Pipeline] wrap 15:37:35 provisioning config files... 15:37:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/427@tmp/config2417731501632592326tmp [Pipeline] { [Pipeline] sh 15:37:35 + set +x 15:37:35 + curl -s https://codecov.io/bash 15:37:35 + bash -s -- 15:37:36 15:37:36 _____ _ 15:37:36 / ____| | | 15:37:36 | | ___ __| | ___ ___ _____ __ 15:37:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:37:36 | |___| (_) | (_| | __/ (_| (_) \ V / 15:37:36 \_____\___/ \__,_|\___|\___\___/ \_/ 15:37:36 Bash-20210309-2b87ace 15:37:36 15:37:36 15:37:36 ==> git version 2.24.3 found 15:37:36 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:37:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:37:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:37:36 ==> Jenkins CI detected. 15:37:36 project root: . 15:37:36 --> token set from env 15:37:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:37:36 ==> Running gcov in . (disable via -X gcov) 15:37:36 ==> Python coveragepy not found 15:37:36 ==> Searching for coverage reports in: 15:37:36 + . 15:37:36 -> Found 1 reports 15:37:36 ==> Detecting git/mercurial file structure 15:37:36 ==> Reading reports 15:37:36 + ./coverage.out bytes=672489 15:37:36 ==> Appending adjustments 15:37:36 https://docs.codecov.io/docs/fixing-reports 15:37:39 + Found adjustments 15:37:39 ==> Gzipping contents 15:37:39 96K /tmp/codecov.cnk0bC.gz 15:37:39 ==> Uploading reports 15:37:39 url: https://codecov.io 15:37:39 query: branch=master&commit=65f742f3c09a75b9cecbe50bc703c053f2863689&build=427&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F427%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:37:39 -> Pinging Codecov 15:37:39 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=65f742f3c09a75b9cecbe50bc703c053f2863689&build=427&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F427%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:37:40 -> Uploading to 15:37:40 https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/65f742f3c09a75b9cecbe50bc703c053f2863689/2ad6d28c-520f-4a0a-bcb4-fe14a67de51f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T153740Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3f004f744c43293fb8b87e6a342f5892f5d968ffa7095282ca74860a651607a8 15:37:40 % Total % Received % Xferd Average Speed Time Time Time Current 15:37:40 Dload Upload Total Spent Left Speed 15:37:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97159 0 0 100 97159 0 211k --:--:-- --:--:-- --:--:-- 212k 15:37:40 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] } 15:37:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:37:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:37:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:37:42 15:37:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:37:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:37:42 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:37:42 188c0c94c7c5: Already exists 15:37:42 0ef7d3d256c8: Already exists 15:37:42 de9db76c5a1d: Already exists 15:37:42 0eba1c9be4d2: Pulling fs layer 15:37:42 0d57e429df01: Pulling fs layer 15:37:42 4e4be7b47b0d: Pulling fs layer 15:37:42 e1f770b5df2f: Pulling fs layer 15:37:42 85a0685a4137: Pulling fs layer 15:37:42 e1f770b5df2f: Waiting 15:37:42 85a0685a4137: Waiting 15:37:42 4e4be7b47b0d: Verifying Checksum 15:37:42 4e4be7b47b0d: Download complete 15:37:42 0d57e429df01: Verifying Checksum 15:37:42 0d57e429df01: Download complete 15:37:44 e1f770b5df2f: Verifying Checksum 15:37:44 e1f770b5df2f: Download complete 15:37:46 0eba1c9be4d2: Verifying Checksum 15:37:46 0eba1c9be4d2: Download complete 15:37:47 85a0685a4137: Verifying Checksum 15:37:47 85a0685a4137: Download complete 15:37:52 0eba1c9be4d2: Pull complete 15:37:52 0d57e429df01: Pull complete 15:37:52 4e4be7b47b0d: Pull complete 15:37:55 e1f770b5df2f: Pull complete 15:38:06 85a0685a4137: Pull complete 15:38:06 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:38:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:38:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:38:06 prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container 15:38:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:38:08 $ docker top 61b7743cc74c5c462a6cfa5b260e30df3d2408cd330e43c3fe28ebce5083d245 -eo pid,comm [Pipeline] { [Pipeline] echo 15:38:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:38:08 + set -o pipefail 15:38:08 + snyk monitor '--org=edgex-jenkins' 15:38:18 15:38:18 Monitoring /w/workspace/edgex-go/427 (github.com/edgexfoundry/edgex-go)... 15:38:18 15:38:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/371b1528-fb1c-464b-ab67-c29c53c6a3c7 15:38:18 15:38:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:38:18 15:38:18 15:38:18 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 15:38:18 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:38:18 $ docker stop --time=1 61b7743cc74c5c462a6cfa5b260e30df3d2408cd330e43c3fe28ebce5083d245 15:38:21 $ docker rm -f 61b7743cc74c5c462a6cfa5b260e30df3d2408cd330e43c3fe28ebce5083d245 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:38:23 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:38:23 provisioning config files... 15:38:23 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/427@tmp/config4703870190435854871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:38:23 --> edgex-publish-swagger.sh 15:38:23 === Publish openapi/v1 API === 15:38:23 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 15:38:23 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/427/openapi/v1/core-command.yaml] 15:38:23 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:23 Dload Upload Total Spent Left Speed 15:38:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 11292 --:--:-- --:--:-- --:--:-- 11301 15:38:24 15:38:24 15:38:24 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/427/openapi/v1/core-data.yaml] 15:38:24 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:24 Dload Upload Total Spent Left Speed 15:38:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 35516 --:--:-- --:--:-- --:--:-- 35503 15:38:25 15:38:25 15:38:25 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/427/openapi/v1/core-metadata.yaml] 15:38:25 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:25 Dload Upload Total Spent Left Speed 15:38:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 71854 0:00:01 0:00:01 --:--:-- 71922 100 73721 0 0 100 73721 0 71841 0:00:01 0:00:01 --:--:-- 71922 15:38:26 15:38:26 15:38:26 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/427/openapi/v1/support-logging.yaml] 15:38:26 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:26 Dload Upload Total Spent Left Speed 15:38:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 13581 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13613 --:--:-- --:--:-- --:--:-- 13608 15:38:27 15:38:27 15:38:27 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/427/openapi/v1/support-notifications.yaml] 15:38:27 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:27 Dload Upload Total Spent Left Speed 15:38:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 38890 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 44272 --:--:-- --:--:-- --:--:-- 44243 15:38:28 15:38:28 15:38:28 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/427/openapi/v1/support-scheduler.yaml] 15:38:28 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:28 Dload Upload Total Spent Left Speed 15:38:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 16008 --:--:-- --:--:-- --:--:-- 16010 100 14249 0 0 100 14249 0 16005 --:--:-- --:--:-- --:--:-- 15992 15:38:29 15:38:29 15:38:29 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/427/openapi/v1/system-agent.yaml] 15:38:29 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:29 Dload Upload Total Spent Left Speed 15:38:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4585 --:--:-- --:--:-- --:--:-- 4581 100 4110 0 0 100 4110 0 4584 --:--:-- --:--:-- --:--:-- 4581 15:38:30 15:38:30 15:38:30 === Publish openapi/v2 API === 15:38:30 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:38:30 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/427/openapi/v2/core-command.yaml] 15:38:30 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:30 Dload Upload Total Spent Left Speed 15:38:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 33617 --:--:-- --:--:-- --:--:-- 33591 100 29594 0 0 100 29594 0 33611 --:--:-- --:--:-- --:--:-- 33591 15:38:31 15:38:31 15:38:31 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/427/openapi/v2/core-data.yaml] 15:38:31 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:31 Dload Upload Total Spent Left Speed 15:38:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 54462 0:00:01 0:00:01 --:--:-- 54500 100 56190 0 0 100 56190 0 54453 0:00:01 0:00:01 --:--:-- 54500 15:38:32 15:38:32 15:38:32 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/427/openapi/v2/core-metadata.yaml] 15:38:32 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:32 Dload Upload Total Spent Left Speed 15:38:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 118k --:--:-- --:--:-- --:--:-- 118k 100 116k 0 0 100 116k 0 118k --:--:-- --:--:-- --:--:-- 118k 15:38:33 15:38:33 15:38:33 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/427/openapi/v2/support-notifications.yaml] 15:38:33 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:33 Dload Upload Total Spent Left Speed 15:38:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75621 0 0 100 75621 0 62717 0:00:01 0:00:01 --:--:-- 62756 100 75621 0 0 100 75621 0 44811 0:00:01 0:00:01 --:--:-- 44799 100 75621 0 0 100 75621 0 44807 0:00:01 0:00:01 --:--:-- 44799 15:38:34 15:38:34 15:38:34 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/427/openapi/v2/support-scheduler.yaml] 15:38:34 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:34 Dload Upload Total Spent Left Speed 15:38:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37428 0 0 100 37428 0 37108 0:00:01 0:00:01 --:--:-- 37130 100 37428 0 0 100 37428 0 37100 0:00:01 0:00:01 --:--:-- 37130 15:38:35 15:38:35 15:38:35 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/427/openapi/v2/system-agent.yaml] 15:38:35 % Total % Received % Xferd Average Speed Time Time Time Current 15:38:35 Dload Upload Total Spent Left Speed 15:38:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 22776 0:00:01 0:00:01 --:--:-- 22792 100 24092 0 0 100 24092 0 22772 0:00:01 0:00:01 --:--:-- 22792 15:38:37 15:38:37 [Pipeline] } 15:38:37 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 15:38:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:38:38 . [Pipeline] withDockerContainer 15:38:38 prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container 15:38:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:38:39 $ docker top 890d4493aec059f2f958606ad72c35468963deed3fecd5857e71cc45c73a03b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:38:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:38:39 [ssh-agent] Looking for ssh-agent implementation... 15:38:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:38:39 $ docker exec 890d4493aec059f2f958606ad72c35468963deed3fecd5857e71cc45c73a03b1 ssh-agent 15:38:40 SSH_AUTH_SOCK=/tmp/ssh-SHonFCCzTdZA/agent.11 15:38:40 SSH_AGENT_PID=16 15:38:40 Running ssh-add (command line suppressed) 15:38:40 Identity added: /w/workspace/edgex-go/427@tmp/private_key_6629785329315238057.key (/w/workspace/edgex-go/427@tmp/private_key_6629785329315238057.key) 15:38:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:38:40 + git semver tag 15:38:41 # -> Open(): unable to determine branch for HEAD 15:38:41 # $GIT_DIR = /w/workspace/edgex-go/427/.git 15:38:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/427 15:38:41 # $SEMVER_REMOTE_NAME = origin 15:38:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:38:41 # $SEMVER_USER_NAME = edgex-jenkins 15:38:41 # $SEMVER_BRANCH = master 15:38:41 # $SEMVER_DIR = /w/workspace/edgex-go/427/.semver 15:38:41 # 65f742f3c09a75b9cecbe50bc703c053f2863689 HEAD 15:38:41 # -> Force: false 15:38:41 # 47986a6a1e572fbd2d6b0d9908ef6a017e8dd795 refs/tags/v2.0.0-dev.159 [Pipeline] } 15:38:41 $ docker exec --env ******** --env ******** 890d4493aec059f2f958606ad72c35468963deed3fecd5857e71cc45c73a03b1 ssh-agent -k 15:38:42 unset SSH_AUTH_SOCK; 15:38:42 unset SSH_AGENT_PID; 15:38:42 echo Agent pid 16 killed; 15:38:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:38:42 + git semver [Pipeline] } 15:38:42 $ docker stop --time=1 890d4493aec059f2f958606ad72c35468963deed3fecd5857e71cc45c73a03b1 15:38:44 $ docker rm -f 890d4493aec059f2f958606ad72c35468963deed3fecd5857e71cc45c73a03b1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:38:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:38:44 15:38:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:38:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:38:45 0.23.1-centos7: Pulling from edgex-lftools 15:38:45 ab5ef0e58194: Pulling fs layer 15:38:45 9712f1f96733: Pulling fs layer 15:38:45 63f879dbbcfc: Pulling fs layer 15:38:45 0d9ebad4ef96: Pulling fs layer 15:38:45 e9a5061849ea: Pulling fs layer 15:38:45 d747dcd14b5f: Pulling fs layer 15:38:45 2de7ff778b66: Pulling fs layer 15:38:45 0d9ebad4ef96: Waiting 15:38:45 e9a5061849ea: Waiting 15:38:45 d747dcd14b5f: Waiting 15:38:45 2de7ff778b66: Waiting 15:38:45 9712f1f96733: Download complete 15:38:47 63f879dbbcfc: Verifying Checksum 15:38:47 63f879dbbcfc: Download complete 15:38:47 e9a5061849ea: Download complete 15:38:47 d747dcd14b5f: Verifying Checksum 15:38:47 d747dcd14b5f: Download complete 15:38:47 2de7ff778b66: Verifying Checksum 15:38:47 2de7ff778b66: Download complete 15:38:47 ab5ef0e58194: Verifying Checksum 15:38:47 ab5ef0e58194: Download complete 15:38:47 0d9ebad4ef96: Verifying Checksum 15:38:47 0d9ebad4ef96: Download complete 15:38:54 ab5ef0e58194: Pull complete 15:38:54 9712f1f96733: Pull complete 15:38:56 63f879dbbcfc: Pull complete 15:39:03 0d9ebad4ef96: Pull complete 15:39:05 e9a5061849ea: Pull complete 15:39:05 d747dcd14b5f: Pull complete 15:39:08 2de7ff778b66: Pull complete 15:39:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:39:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:39:08 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:39:08 prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container 15:39:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:39:12 $ docker top dd41fc4d26ca572e34086b009e46017a718f7ef2d3293214ddf337f7105513ce -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:39:12 provisioning config files... 15:39:12 copy managed file [sigul-config] to file:/w/workspace/edgex-go/427@tmp/config5972187693387475762tmp 15:39:12 copy managed file [sigul-password] to file:/w/workspace/edgex-go/427@tmp/config8086173487879797197tmp 15:39:12 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/427@tmp/config502554680029058185tmp [Pipeline] { [Pipeline] echo 15:39:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:39:12 ---> sigul-configuration.sh 15:39:12 gpg: directory `/root/.gnupg' created 15:39:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:39:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:39:12 gpg: keyring `/root/.gnupg/secring.gpg' created 15:39:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:39:12 gpg: CAST5 encrypted data 15:39:13 gpg: encrypted with 1 passphrase 15:39:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:39:13 + mkdir /home/jenkins 15:39:13 + mkdir /home/jenkins/sigul [Pipeline] sh 15:39:13 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:39:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:39:14 ---> sigul-install.sh 15:39:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:39:19 + git tag --list 15:39:19 0.6.0 15:39:19 0.6.1 15:39:19 0.7.0 15:39:19 0.7.1 15:39:19 v0.0.0 15:39:19 v0.0.1-dev.1 15:39:19 v1.0.0 15:39:19 v1.0.1 15:39:19 v1.1.0 15:39:19 v1.2.0 15:39:19 v1.2.1 15:39:19 v1.2.2-dev.1 15:39:19 v1.2.2-dev.10 15:39:19 v1.2.2-dev.100 15:39:19 v1.2.2-dev.101 15:39:19 v1.2.2-dev.102 15:39:19 v1.2.2-dev.103 15:39:19 v1.2.2-dev.104 15:39:19 v1.2.2-dev.105 15:39:19 v1.2.2-dev.106 15:39:19 v1.2.2-dev.107 15:39:19 v1.2.2-dev.11 15:39:19 v1.2.2-dev.12 15:39:19 v1.2.2-dev.13 15:39:19 v1.2.2-dev.14 15:39:19 v1.2.2-dev.15 15:39:19 v1.2.2-dev.16 15:39:19 v1.2.2-dev.17 15:39:19 v1.2.2-dev.18 15:39:19 v1.2.2-dev.19 15:39:19 v1.2.2-dev.2 15:39:19 v1.2.2-dev.20 15:39:19 v1.2.2-dev.21 15:39:19 v1.2.2-dev.22 15:39:19 v1.2.2-dev.23 15:39:19 v1.2.2-dev.24 15:39:19 v1.2.2-dev.25 15:39:19 v1.2.2-dev.26 15:39:19 v1.2.2-dev.27 15:39:19 v1.2.2-dev.28 15:39:19 v1.2.2-dev.29 15:39:19 v1.2.2-dev.3 15:39:19 v1.2.2-dev.30 15:39:19 v1.2.2-dev.31 15:39:19 v1.2.2-dev.32 15:39:19 v1.2.2-dev.33 15:39:19 v1.2.2-dev.34 15:39:19 v1.2.2-dev.35 15:39:19 v1.2.2-dev.36 15:39:19 v1.2.2-dev.37 15:39:19 v1.2.2-dev.38 15:39:19 v1.2.2-dev.39 15:39:19 v1.2.2-dev.4 15:39:19 v1.2.2-dev.40 15:39:19 v1.2.2-dev.41 15:39:19 v1.2.2-dev.42 15:39:19 v1.2.2-dev.43 15:39:19 v1.2.2-dev.44 15:39:19 v1.2.2-dev.45 15:39:19 v1.2.2-dev.46 15:39:19 v1.2.2-dev.47 15:39:19 v1.2.2-dev.48 15:39:19 v1.2.2-dev.49 15:39:19 v1.2.2-dev.5 15:39:19 v1.2.2-dev.50 15:39:19 v1.2.2-dev.51 15:39:19 v1.2.2-dev.52 15:39:19 v1.2.2-dev.53 15:39:19 v1.2.2-dev.54 15:39:19 v1.2.2-dev.55 15:39:19 v1.2.2-dev.56 15:39:19 v1.2.2-dev.57 15:39:19 v1.2.2-dev.58 15:39:19 v1.2.2-dev.59 15:39:19 v1.2.2-dev.6 15:39:19 v1.2.2-dev.60 15:39:19 v1.2.2-dev.61 15:39:19 v1.2.2-dev.62 15:39:19 v1.2.2-dev.63 15:39:19 v1.2.2-dev.64 15:39:19 v1.2.2-dev.65 15:39:19 v1.2.2-dev.66 15:39:19 v1.2.2-dev.67 15:39:19 v1.2.2-dev.68 15:39:19 v1.2.2-dev.69 15:39:19 v1.2.2-dev.7 15:39:19 v1.2.2-dev.70 15:39:19 v1.2.2-dev.71 15:39:19 v1.2.2-dev.72 15:39:19 v1.2.2-dev.73 15:39:19 v1.2.2-dev.74 15:39:19 v1.2.2-dev.75 15:39:19 v1.2.2-dev.76 15:39:19 v1.2.2-dev.77 15:39:19 v1.2.2-dev.78 15:39:19 v1.2.2-dev.79 15:39:19 v1.2.2-dev.8 15:39:19 v1.2.2-dev.80 15:39:19 v1.2.2-dev.81 15:39:19 v1.2.2-dev.82 15:39:19 v1.2.2-dev.83 15:39:19 v1.2.2-dev.84 15:39:19 v1.2.2-dev.85 15:39:19 v1.2.2-dev.86 15:39:19 v1.2.2-dev.87 15:39:19 v1.2.2-dev.88 15:39:19 v1.2.2-dev.89 15:39:19 v1.2.2-dev.9 15:39:19 v1.2.2-dev.90 15:39:19 v1.2.2-dev.91 15:39:19 v1.2.2-dev.92 15:39:19 v1.2.2-dev.93 15:39:19 v1.2.2-dev.94 15:39:19 v1.2.2-dev.95 15:39:19 v1.2.2-dev.96 15:39:19 v1.2.2-dev.97 15:39:19 v1.2.2-dev.98 15:39:19 v1.2.2-dev.99 15:39:19 v1.3.0 15:39:19 v1.3.1 15:39:19 v1.3.1-dev.1 15:39:19 v1.3.1-dev.10 15:39:19 v1.3.1-dev.11 15:39:19 v1.3.1-dev.12 15:39:19 v1.3.1-dev.13 15:39:19 v1.3.1-dev.14 15:39:19 v1.3.1-dev.15 15:39:19 v1.3.1-dev.16 15:39:19 v1.3.1-dev.17 15:39:19 v1.3.1-dev.18 15:39:19 v1.3.1-dev.2 15:39:19 v1.3.1-dev.3 15:39:19 v1.3.1-dev.4 15:39:19 v1.3.1-dev.5 15:39:19 v1.3.1-dev.6 15:39:19 v1.3.1-dev.7 15:39:19 v1.3.1-dev.8 15:39:19 v1.3.1-dev.9 15:39:19 v2.0.0-dev.1 15:39:19 v2.0.0-dev.10 15:39:19 v2.0.0-dev.100 15:39:19 v2.0.0-dev.101 15:39:19 v2.0.0-dev.102 15:39:19 v2.0.0-dev.103 15:39:19 v2.0.0-dev.104 15:39:19 v2.0.0-dev.105 15:39:19 v2.0.0-dev.106 15:39:19 v2.0.0-dev.107 15:39:19 v2.0.0-dev.108 15:39:19 v2.0.0-dev.109 15:39:19 v2.0.0-dev.11 15:39:19 v2.0.0-dev.110 15:39:19 v2.0.0-dev.111 15:39:19 v2.0.0-dev.112 15:39:19 v2.0.0-dev.113 15:39:19 v2.0.0-dev.114 15:39:19 v2.0.0-dev.115 15:39:19 v2.0.0-dev.116 15:39:19 v2.0.0-dev.117 15:39:19 v2.0.0-dev.118 15:39:19 v2.0.0-dev.119 15:39:19 v2.0.0-dev.12 15:39:19 v2.0.0-dev.120 15:39:19 v2.0.0-dev.121 15:39:19 v2.0.0-dev.122 15:39:19 v2.0.0-dev.123 15:39:19 v2.0.0-dev.124 15:39:19 v2.0.0-dev.125 15:39:19 v2.0.0-dev.126 15:39:19 v2.0.0-dev.127 15:39:19 v2.0.0-dev.128 15:39:19 v2.0.0-dev.129 15:39:19 v2.0.0-dev.13 15:39:19 v2.0.0-dev.130 15:39:19 v2.0.0-dev.131 15:39:19 v2.0.0-dev.132 15:39:19 v2.0.0-dev.133 15:39:19 v2.0.0-dev.134 15:39:19 v2.0.0-dev.135 15:39:19 v2.0.0-dev.136 15:39:19 v2.0.0-dev.137 15:39:19 v2.0.0-dev.138 15:39:19 v2.0.0-dev.139 15:39:19 v2.0.0-dev.14 15:39:19 v2.0.0-dev.140 15:39:19 v2.0.0-dev.141 15:39:19 v2.0.0-dev.142 15:39:19 v2.0.0-dev.143 15:39:19 v2.0.0-dev.144 15:39:19 v2.0.0-dev.145 15:39:19 v2.0.0-dev.146 15:39:19 v2.0.0-dev.147 15:39:19 v2.0.0-dev.148 15:39:19 v2.0.0-dev.149 15:39:19 v2.0.0-dev.15 15:39:19 v2.0.0-dev.150 15:39:19 v2.0.0-dev.151 15:39:19 v2.0.0-dev.152 15:39:19 v2.0.0-dev.153 15:39:19 v2.0.0-dev.154 15:39:19 v2.0.0-dev.155 15:39:19 v2.0.0-dev.156 15:39:19 v2.0.0-dev.157 15:39:19 v2.0.0-dev.158 15:39:19 v2.0.0-dev.159 15:39:19 v2.0.0-dev.16 15:39:19 v2.0.0-dev.17 15:39:19 v2.0.0-dev.18 15:39:19 v2.0.0-dev.19 15:39:19 v2.0.0-dev.2 15:39:19 v2.0.0-dev.20 15:39:19 v2.0.0-dev.21 15:39:19 v2.0.0-dev.22 15:39:19 v2.0.0-dev.23 15:39:19 v2.0.0-dev.24 15:39:19 v2.0.0-dev.25 15:39:19 v2.0.0-dev.26 15:39:19 v2.0.0-dev.27 15:39:19 v2.0.0-dev.28 15:39:19 v2.0.0-dev.29 15:39:19 v2.0.0-dev.3 15:39:19 v2.0.0-dev.30 15:39:19 v2.0.0-dev.31 15:39:19 v2.0.0-dev.32 15:39:19 v2.0.0-dev.33 15:39:19 v2.0.0-dev.34 15:39:19 v2.0.0-dev.35 15:39:19 v2.0.0-dev.36 15:39:19 v2.0.0-dev.37 15:39:19 v2.0.0-dev.38 15:39:19 v2.0.0-dev.39 15:39:19 v2.0.0-dev.4 15:39:19 v2.0.0-dev.40 15:39:19 v2.0.0-dev.41 15:39:19 v2.0.0-dev.42 15:39:19 v2.0.0-dev.43 15:39:19 v2.0.0-dev.44 15:39:19 v2.0.0-dev.45 15:39:19 v2.0.0-dev.46 15:39:19 v2.0.0-dev.47 15:39:19 v2.0.0-dev.48 15:39:19 v2.0.0-dev.49 15:39:19 v2.0.0-dev.5 15:39:19 v2.0.0-dev.50 15:39:19 v2.0.0-dev.51 15:39:19 v2.0.0-dev.52 15:39:19 v2.0.0-dev.53 15:39:19 v2.0.0-dev.54 15:39:19 v2.0.0-dev.55 15:39:19 v2.0.0-dev.56 15:39:19 v2.0.0-dev.57 15:39:19 v2.0.0-dev.58 15:39:19 v2.0.0-dev.59 15:39:19 v2.0.0-dev.6 15:39:19 v2.0.0-dev.60 15:39:19 v2.0.0-dev.61 15:39:19 v2.0.0-dev.62 15:39:19 v2.0.0-dev.63 15:39:19 v2.0.0-dev.64 15:39:19 v2.0.0-dev.65 15:39:19 v2.0.0-dev.66 15:39:19 v2.0.0-dev.67 15:39:19 v2.0.0-dev.68 15:39:19 v2.0.0-dev.69 15:39:19 v2.0.0-dev.7 15:39:19 v2.0.0-dev.70 15:39:19 v2.0.0-dev.71 15:39:19 v2.0.0-dev.72 15:39:19 v2.0.0-dev.73 15:39:19 v2.0.0-dev.74 15:39:19 v2.0.0-dev.75 15:39:19 v2.0.0-dev.76 15:39:19 v2.0.0-dev.77 15:39:19 v2.0.0-dev.78 15:39:19 v2.0.0-dev.79 15:39:19 v2.0.0-dev.8 15:39:19 v2.0.0-dev.80 15:39:19 v2.0.0-dev.81 15:39:19 v2.0.0-dev.82 15:39:19 v2.0.0-dev.83 15:39:19 v2.0.0-dev.84 15:39:19 v2.0.0-dev.85 15:39:19 v2.0.0-dev.86 15:39:19 v2.0.0-dev.87 15:39:19 v2.0.0-dev.88 15:39:19 v2.0.0-dev.89 15:39:19 v2.0.0-dev.9 15:39:19 v2.0.0-dev.90 15:39:19 v2.0.0-dev.91 15:39:19 v2.0.0-dev.92 15:39:19 v2.0.0-dev.93 15:39:19 v2.0.0-dev.94 15:39:19 v2.0.0-dev.95 15:39:19 v2.0.0-dev.96 15:39:19 v2.0.0-dev.97 15:39:19 v2.0.0-dev.98 15:39:19 v2.0.0-dev.99 [Pipeline] sh 15:39:20 + lftools sign git-tag v2.0.0-dev.159 15:39:21 Signing Git tag with Sigul... 15:39:21 Signing v2.0.0-dev.159 [Pipeline] echo 15:39:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:39:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:39:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:39:23 $ docker stop --time=1 dd41fc4d26ca572e34086b009e46017a718f7ef2d3293214ddf337f7105513ce 15:39:25 $ docker rm -f dd41fc4d26ca572e34086b009e46017a718f7ef2d3293214ddf337f7105513ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:39:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:39:26 . [Pipeline] withDockerContainer 15:39:26 prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container 15:39:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:39:27 $ docker top 04bc5882c6d007a19fd503d9206d0a56616925ec2fcb17ba8ae0f84382be3917 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:39:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:39:27 [ssh-agent] Looking for ssh-agent implementation... 15:39:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:39:28 $ docker exec 04bc5882c6d007a19fd503d9206d0a56616925ec2fcb17ba8ae0f84382be3917 ssh-agent 15:39:28 SSH_AUTH_SOCK=/tmp/ssh-XMoG9WkGzhce/agent.11 15:39:28 SSH_AGENT_PID=16 15:39:28 Running ssh-add (command line suppressed) 15:39:28 Identity added: /w/workspace/edgex-go/427@tmp/private_key_7581915205368997717.key (/w/workspace/edgex-go/427@tmp/private_key_7581915205368997717.key) 15:39:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:39:28 + git semver bump pre 15:39:28 # -> Open(): unable to determine branch for HEAD 15:39:28 # $GIT_DIR = /w/workspace/edgex-go/427/.git 15:39:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/427 15:39:28 # $SEMVER_REMOTE_NAME = origin 15:39:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:39:28 # $SEMVER_USER_NAME = edgex-jenkins 15:39:28 # $SEMVER_BRANCH = master 15:39:28 # $SEMVER_DIR = /w/workspace/edgex-go/427/.semver 15:39:28 2.0.0-dev.160 [Pipeline] } 15:39:28 $ docker exec --env ******** --env ******** 04bc5882c6d007a19fd503d9206d0a56616925ec2fcb17ba8ae0f84382be3917 ssh-agent -k 15:39:29 unset SSH_AUTH_SOCK; 15:39:29 unset SSH_AGENT_PID; 15:39:29 echo Agent pid 16 killed; 15:39:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:39:29 + git semver [Pipeline] } 15:39:29 $ docker stop --time=1 04bc5882c6d007a19fd503d9206d0a56616925ec2fcb17ba8ae0f84382be3917 15:39:30 $ docker rm -f 04bc5882c6d007a19fd503d9206d0a56616925ec2fcb17ba8ae0f84382be3917 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:39:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:39:31 . [Pipeline] withDockerContainer 15:39:31 prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container 15:39:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:39:32 $ docker top 20c06a6580799b2635c147ed856282548837f8de655e6621580107618668656d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:39:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:39:32 [ssh-agent] Looking for ssh-agent implementation... 15:39:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:39:32 $ docker exec 20c06a6580799b2635c147ed856282548837f8de655e6621580107618668656d ssh-agent 15:39:33 SSH_AUTH_SOCK=/tmp/ssh-L9dpIOOU5Gul/agent.11 15:39:33 SSH_AGENT_PID=16 15:39:33 Running ssh-add (command line suppressed) 15:39:33 Identity added: /w/workspace/edgex-go/427@tmp/private_key_6287665786782782146.key (/w/workspace/edgex-go/427@tmp/private_key_6287665786782782146.key) 15:39:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:39:33 + git semver push 15:39:33 # -> Open(): unable to determine branch for HEAD 15:39:33 # $GIT_DIR = /w/workspace/edgex-go/427/.git 15:39:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/427 15:39:33 # $SEMVER_REMOTE_NAME = origin 15:39:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:39:33 # $SEMVER_USER_NAME = edgex-jenkins 15:39:33 # $SEMVER_BRANCH = master 15:39:33 # $SEMVER_DIR = /w/workspace/edgex-go/427/.semver [Pipeline] } 15:39:41 $ docker exec --env ******** --env ******** 20c06a6580799b2635c147ed856282548837f8de655e6621580107618668656d ssh-agent -k 15:39:42 unset SSH_AUTH_SOCK; 15:39:42 unset SSH_AGENT_PID; 15:39:42 echo Agent pid 16 killed; 15:39:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:39:42 + git semver [Pipeline] } 15:39:42 $ docker stop --time=1 20c06a6580799b2635c147ed856282548837f8de655e6621580107618668656d 15:39:43 $ docker rm -f 20c06a6580799b2635c147ed856282548837f8de655e6621580107618668656d [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 15:39:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:39:46 ---> package-listing.sh 15:39:46 ++ facter osfamily 15:39:46 ++ tr '[:upper:]' '[:lower:]' 15:39:46 + OS_FAMILY=redhat 15:39:46 + workspace=/w/workspace/edgex-go/427 15:39:46 + START_PACKAGES=/tmp/packages_start.txt 15:39:46 + END_PACKAGES=/tmp/packages_end.txt 15:39:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:39:46 + PACKAGES=/tmp/packages_start.txt 15:39:46 + '[' /w/workspace/edgex-go/427 ']' 15:39:46 + PACKAGES=/tmp/packages_end.txt 15:39:46 + case "${OS_FAMILY}" in 15:39:46 + rpm -qa 15:39:46 + sort 15:39:51 + '[' -f /tmp/packages_start.txt ']' 15:39:51 + '[' -f /tmp/packages_end.txt ']' 15:39:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:39:51 + '[' /w/workspace/edgex-go/427 ']' 15:39:51 + mkdir -p /w/workspace/edgex-go/427/archives/ 15:39:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/427/archives/ [Pipeline] echo 15:39:51 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/427/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:39:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:39:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:39:52 15:39:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:39:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:39:52 alpine: Pulling from edgex-lftools-log-publisher 15:39:52 df20fa9351a1: Pulling fs layer 15:39:52 36b3adc4ff6f: Pulling fs layer 15:39:52 8ad3a11d3b57: Pulling fs layer 15:39:52 46f8f816bc3b: Pulling fs layer 15:39:52 93b61091891f: Pulling fs layer 15:39:52 93b9cdb0e59b: Pulling fs layer 15:39:52 5e14af77c1be: Pulling fs layer 15:39:52 01666e4c0597: Pulling fs layer 15:39:52 aa168da1d23b: Pulling fs layer 15:39:52 46f8f816bc3b: Waiting 15:39:52 93b61091891f: Waiting 15:39:52 93b9cdb0e59b: Waiting 15:39:52 5e14af77c1be: Waiting 15:39:52 01666e4c0597: Waiting 15:39:52 aa168da1d23b: Waiting 15:39:52 36b3adc4ff6f: Verifying Checksum 15:39:52 36b3adc4ff6f: Download complete 15:39:52 46f8f816bc3b: Verifying Checksum 15:39:52 46f8f816bc3b: Download complete 15:39:52 df20fa9351a1: Verifying Checksum 15:39:52 df20fa9351a1: Download complete 15:39:52 93b9cdb0e59b: Verifying Checksum 15:39:52 93b9cdb0e59b: Download complete 15:39:52 5e14af77c1be: Verifying Checksum 15:39:52 5e14af77c1be: Download complete 15:39:52 93b61091891f: Verifying Checksum 15:39:52 93b61091891f: Download complete 15:39:52 01666e4c0597: Verifying Checksum 15:39:52 01666e4c0597: Download complete 15:39:53 df20fa9351a1: Pull complete 15:39:53 36b3adc4ff6f: Pull complete 15:39:53 8ad3a11d3b57: Verifying Checksum 15:39:53 8ad3a11d3b57: Download complete 15:39:54 8ad3a11d3b57: Pull complete 15:39:55 aa168da1d23b: Verifying Checksum 15:39:55 aa168da1d23b: Download complete 15:39:55 46f8f816bc3b: Pull complete 15:39:55 93b61091891f: Pull complete 15:39:55 93b9cdb0e59b: Pull complete 15:39:55 5e14af77c1be: Pull complete 15:39:55 01666e4c0597: Pull complete 15:40:04 aa168da1d23b: Pull complete 15:40:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:40:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:40:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:40:04 prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container 15:40:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/427/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:40:08 $ docker top 3dca210623c0c512a7bb9831416949bb75fdfb6d1525eb34422eede3a7b0ab75 -eo pid,comm [Pipeline] { [Pipeline] sh 15:40:08 + touch /tmp/pre-build-complete [Pipeline] sh 15:40:09 + mkdir -p /var/log/sa [Pipeline] sh 15:40:09 + ls /var/log/sa-host 15:40:09 + sadf -c /var/log/sa-host/sa01 15:40:09 file_magic: OK 15:40:09 HZ: Using current value: 100 15:40:09 file_header: OK 15:40:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:40:09 Statistics: 15:40:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:40:09 File successfully converted to sysstat format version 12.2.1 15:40:09 + sadf -c /var/log/sa-host/sa23 15:40:09 file_magic: OK 15:40:09 HZ: Using current value: 100 15:40:09 file_header: OK 15:40:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:40:09 Statistics: 15:40:09 Hnuu...uuuununununu... 15:40:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:40:10 provisioning config files... 15:40:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/427@tmp/config416072097586946354tmp [Pipeline] { [Pipeline] echo 15:40:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:40:10 ---> create-netrc.sh [Pipeline] } 15:40:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:40:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:40:11 ---> python-tools-install.sh [Pipeline] echo 15:40:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:40:11 ---> sudo-logs.sh 15:40:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:40:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:40:11 ---> job-cost.sh 15:40:11 lf-activate-venv: SKIPPING 15:40:11 DEBUG: total: 0.20999999344348907 15:40:11 INFO: Retrieving Stack Cost... 15:40:13 INFO: Retrieving Pricing Info for: v1-standard-2 15:40:13 INFO: Archiving Costs [Pipeline] echo 15:40:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:40:13 ---> logs-deploy.sh 15:40:13 lf-activate-venv: SKIPPING 15:40:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/427 15:40:13 INFO: archiving workspace using pattern(s): 15:40:15 Archives upload complete. 15:40:15 INFO: archiving logs to Nexus 15:40:16 ---> uname -a: 15:40:16 Linux prd-centos7-docker-4c-2g-32469.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:40:16 15:40:16 15:40:16 ---> lscpu: 15:40:16 Architecture: x86_64 15:40:16 CPU op-mode(s): 32-bit, 64-bit 15:40:16 Byte Order: Little Endian 15:40:16 Address sizes: 40 bits physical, 48 bits virtual 15:40:16 CPU(s): 4 15:40:16 On-line CPU(s) list: 0-3 15:40:16 Thread(s) per core: 1 15:40:16 Core(s) per socket: 1 15:40:16 Socket(s): 4 15:40:16 NUMA node(s): 1 15:40:16 Vendor ID: GenuineIntel 15:40:16 CPU family: 6 15:40:16 Model: 44 15:40:16 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:40:16 Stepping: 1 15:40:16 CPU MHz: 2933.438 15:40:16 BogoMIPS: 5866.87 15:40:16 Virtualization: VT-x 15:40:16 Hypervisor vendor: KVM 15:40:16 Virtualization type: full 15:40:16 L1d cache: 128 KiB 15:40:16 L1i cache: 128 KiB 15:40:16 L2 cache: 16 MiB 15:40:16 L3 cache: 64 MiB 15:40:16 NUMA node0 CPU(s): 0-3 15:40:16 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:40:16 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:40:16 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:40:16 Vulnerability Meltdown: Mitigation; PTI 15:40:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:40:16 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:40:16 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:40:16 Vulnerability Srbds: Not affected 15:40:16 Vulnerability Tsx async abort: Not affected 15:40:16 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 15:40:16 15:40:16 15:40:16 ---> nproc: 15:40:16 4 15:40:16 15:40:16 15:40:16 ---> df -h: 15:40:16 Filesystem Size Used Available Use% Mounted on 15:40:16 overlay 50.0G 13.5G 36.5G 27% / 15:40:16 tmpfs 64.0M 0 64.0M 0% /dev 15:40:16 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:40:16 shm 64.0M 0 64.0M 0% /dev/shm 15:40:16 /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os 15:40:16 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf 15:40:16 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname 15:40:16 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts 15:40:16 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log 15:40:16 /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json 15:40:16 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host 15:40:16 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure 15:40:16 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/427@tmp 15:40:16 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/427 15:40:16 15:40:16 15:40:16 ---> free -m: 15:40:16 total used free shared buff/cache available 15:40:16 Mem: 1837 775 158 0 903 1015 15:40:16 Swap: 1023 87 936 15:40:16 15:40:16 15:40:16 ---> ip addr: 15:40:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:40:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:40:16 inet 127.0.0.1/8 scope host lo 15:40:16 valid_lft forever preferred_lft forever 15:40:16 inet6 ::1/128 scope host 15:40:16 valid_lft forever preferred_lft forever 15:40:16 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:40:16 link/ether fa:16:3e:ba:ee:93 brd ff:ff:ff:ff:ff:ff 15:40:16 inet 10.30.122.216/23 brd 10.30.123.255 scope global dynamic eth0 15:40:16 valid_lft 85257sec preferred_lft 85257sec 15:40:16 inet6 fe80::f816:3eff:feba:ee93/64 scope link 15:40:16 valid_lft forever preferred_lft forever 15:40:16 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:40:16 link/ether 02:42:cf:c9:43:a9 brd ff:ff:ff:ff:ff:ff 15:40:16 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:40:16 valid_lft forever preferred_lft forever 15:40:16 inet6 fe80::42:cfff:fec9:43a9/64 scope link 15:40:16 valid_lft forever preferred_lft forever 15:40:16 15:40:16 15:40:16 ---> sar -b -r -n DEV: 15:40:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 15:40:16 15:40:16 15:21:01 LINUX RESTART (4 CPU) 15:40:16 15:40:16 15:22:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:40:16 15:23:01 241.13 110.77 130.36 0.00 8828.28 49709.99 0.00 15:40:16 15:24:01 264.61 104.50 160.10 0.00 3810.30 21634.15 0.00 15:40:16 15:25:01 122.07 55.71 66.37 0.00 1987.09 8065.12 0.00 15:40:16 15:26:01 140.36 35.17 105.19 0.00 2386.02 26425.27 0.00 15:40:16 15:27:04 1836.93 1517.82 319.11 0.00 142391.95 198571.20 0.00 15:40:16 15:28:01 1830.65 1596.53 234.12 0.00 95889.66 110512.92 0.00 15:40:16 15:29:01 1286.77 941.41 345.35 0.00 85800.60 123322.53 0.00 15:40:16 15:30:02 2400.23 2055.74 344.49 0.00 115384.44 124784.31 0.00 15:40:16 15:31:01 513.31 277.53 235.77 0.00 18441.39 33375.08 0.00 15:40:16 15:32:01 86.65 71.83 14.82 0.00 4149.83 418.21 0.00 15:40:16 15:33:01 3.28 1.23 2.05 0.00 94.04 42.34 0.00 15:40:16 15:34:01 0.28 0.02 0.27 0.00 0.27 3.78 0.00 15:40:16 15:35:01 0.27 0.02 0.25 0.00 0.27 3.35 0.00 15:40:16 15:36:01 0.80 0.43 0.37 0.00 28.77 5.49 0.00 15:40:16 15:37:01 2.01 1.17 0.85 0.00 25.31 16.27 0.00 15:40:16 15:38:02 139.26 56.72 82.54 0.00 2548.42 25290.06 0.00 15:40:16 15:39:01 270.77 131.19 139.58 0.00 7751.99 33983.53 0.00 15:40:16 15:40:01 252.19 129.54 122.65 0.00 9905.87 27013.35 0.00 15:40:16 Average: 522.77 394.56 128.21 0.00 27917.46 43751.88 0.00 15:40:16 15:40:16 15:22:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:40:16 15:23:01 82432 0 739448 39.30 1564 1058100 1534008 52.35 596004 961464 14188 15:40:16 15:24:01 209304 0 825388 43.87 780 846072 1745116 59.56 639728 754116 42320 15:40:16 15:25:01 256732 0 769204 40.88 668 854940 1536116 52.43 597388 738532 66632 15:40:16 15:26:01 204312 0 751592 39.95 492 925148 1330404 45.40 557608 830556 16 15:40:16 15:27:04 79572 0 835188 44.39 8 966776 2351344 80.25 769800 816344 51060 15:40:16 15:28:01 219836 0 1143192 60.76 8 518508 3687052 125.83 748588 633852 46468 15:40:16 15:29:01 472588 0 662984 35.24 8 745964 1495408 51.04 568192 626764 20 15:40:16 15:30:02 73988 0 884024 46.98 8 923524 3332356 113.73 725656 831080 41760 15:40:16 15:31:01 428688 0 633216 33.65 8 819632 1251692 42.72 487732 705940 32 15:40:16 15:32:01 310568 0 627960 33.37 8 943008 1233484 42.10 545316 768552 16 15:40:16 15:33:01 315116 0 620584 32.98 8 945836 1166640 39.82 540268 770144 8 15:40:16 15:34:01 315852 0 619844 32.94 8 945840 1166640 39.82 540148 770148 8 15:40:16 15:35:01 315548 0 620128 32.96 8 945860 1166640 39.82 540404 770164 12 15:40:16 15:36:01 314444 0 620316 32.97 8 946776 1167364 39.84 540900 770784 8 15:40:16 15:37:01 313980 0 620704 32.99 8 946852 1166712 39.82 540504 771012 8 15:40:16 15:38:02 83248 0 728608 38.72 8 1069680 1600148 54.61 676088 823952 99480 15:40:16 15:39:01 146248 0 786468 41.80 0 948828 1608760 54.90 600752 782032 86392 15:40:16 15:40:01 71136 0 803592 42.71 0 1006816 1605944 54.81 679000 756016 95784 15:40:16 Average: 234088 0 738469 39.25 200 908787 1674768 57.16 605226 771192 30234 15:40:16 15:40:16 15:22:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:40:16 15:23:01 eth0 1227.50 1286.49 6313.29 142.46 0.00 0.00 0.00 0.00 15:40:16 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:23:01 docker0 975.09 855.40 76.52 3098.81 0.00 0.00 0.00 0.00 15:40:16 15:24:01 eth0 197.51 172.90 501.26 73.24 0.00 0.00 0.00 0.00 15:40:16 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:24:01 veth4fcd141 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:40:16 15:24:01 docker0 128.53 140.93 10.06 470.01 0.00 0.00 0.00 0.00 15:40:16 15:25:01 eth0 28.01 15.25 21.70 11.25 0.00 0.00 0.00 0.00 15:40:16 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:25:01 veth4fcd141 2.26 2.26 0.18 0.18 0.00 0.00 0.00 0.00 15:40:16 15:25:01 docker0 2.26 2.26 0.15 0.18 0.00 0.00 0.00 0.00 15:40:16 15:26:01 eth0 193.87 157.66 1695.23 79.61 0.00 0.00 0.00 0.00 15:40:16 15:26:01 veth1d37a63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:26:01 veth879e8db 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:27:04 veth3a3d0e3 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 15:40:16 15:27:04 eth0 74.35 52.76 171.45 53.92 0.00 0.00 0.00 0.00 15:40:16 15:27:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:27:04 docker0 1067.56 975.63 83.30 3521.75 0.00 0.00 0.00 0.00 15:40:16 15:28:01 vethbf0bac3 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:40:16 15:28:01 veth3a3d0e3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:28:01 veth92d883d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:40:16 15:28:01 eth0 7.10 3.63 5.95 3.09 0.00 0.00 0.00 0.00 15:40:16 15:29:01 veth3a3d0e3 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 15:40:16 15:29:01 eth0 172.83 116.62 1490.03 23.82 0.00 0.00 0.00 0.00 15:40:16 15:29:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:40:16 15:29:01 veth7e6f91a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:30:02 veth7d3d62d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:40:16 15:30:02 veth6cc8675 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:30:02 veth3a3d0e3 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 15:40:16 15:30:02 veth9006c9b 2.30 3.44 0.36 14.67 0.00 0.00 0.00 0.00 15:40:16 15:31:01 eth0 3328.52 2832.39 14366.32 768.58 0.00 0.00 0.00 0.00 15:40:16 15:31:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:40:16 15:31:01 docker0 1179.05 1129.15 91.10 4439.39 0.00 0.00 0.00 0.00 15:40:16 15:32:01 eth0 377.03 381.29 160.27 1494.99 0.00 0.00 0.00 0.00 15:40:16 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:40:16 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:34:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:40:16 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:40:16 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:36:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:40:16 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:37:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 15:40:16 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:38:02 eth0 417.96 372.75 4015.72 67.19 0.00 0.00 0.00 0.00 15:40:16 15:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:39:01 eth0 442.40 393.16 3522.01 84.44 0.00 0.00 0.00 0.00 15:40:16 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:39:01 docker0 34.93 36.11 3.43 252.29 0.00 0.00 0.00 0.00 15:40:16 15:40:01 eth0 335.54 270.28 2459.81 91.61 0.00 0.00 0.00 0.00 15:40:16 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 15:40:01 docker0 39.38 52.07 3.02 235.09 0.00 0.00 0.00 0.00 15:40:16 Average: eth0 203.85 185.99 1159.35 132.29 0.00 0.00 0.00 0.00 15:40:16 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:40:16 Average: docker0 68.72 66.76 5.35 270.23 0.00 0.00 0.00 0.00 15:40:16 15:40:16 15:40:16 ---> sar -P ALL: 15:40:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 15:40:16 15:40:16 15:21:01 LINUX RESTART (4 CPU) 15:40:16 15:40:16 15:22:02 CPU %user %nice %system %iowait %steal %idle 15:40:16 15:23:01 all 16.85 0.00 9.93 2.67 0.05 70.49 15:40:16 15:23:01 0 20.02 0.00 12.07 2.84 0.04 65.03 15:40:16 15:23:01 1 16.42 0.00 10.31 4.11 0.05 69.12 15:40:16 15:23:01 2 17.39 0.00 8.69 2.13 0.07 71.73 15:40:16 15:23:01 3 13.61 0.00 8.70 1.62 0.03 76.03 15:40:16 15:24:01 all 34.33 0.00 11.68 6.38 0.06 47.56 15:40:16 15:24:01 0 33.61 0.00 12.18 8.36 0.07 45.78 15:40:16 15:24:01 1 34.62 0.00 11.94 5.85 0.05 47.53 15:40:16 15:24:01 2 35.57 0.00 11.53 4.96 0.05 47.89 15:40:16 15:24:01 3 33.51 0.00 11.07 6.34 0.07 49.02 15:40:16 15:25:01 all 51.09 0.00 13.70 2.39 0.06 32.76 15:40:16 15:25:01 0 50.60 0.00 13.80 2.40 0.05 33.15 15:40:16 15:25:01 1 52.84 0.00 13.28 0.72 0.05 33.11 15:40:16 15:25:01 2 50.82 0.00 13.54 3.65 0.05 31.93 15:40:16 15:25:01 3 50.10 0.00 14.18 2.76 0.09 32.87 15:40:16 15:26:01 all 34.90 0.00 12.73 2.91 0.11 49.35 15:40:16 15:26:01 0 34.52 0.00 12.06 3.59 0.09 49.74 15:40:16 15:26:01 1 34.60 0.00 12.93 4.60 0.14 47.73 15:40:16 15:26:01 2 34.48 0.00 12.46 2.81 0.09 50.17 15:40:16 15:26:01 3 36.01 0.00 13.48 0.65 0.12 49.74 15:40:16 15:27:04 all 20.66 0.00 29.00 16.05 0.17 34.11 15:40:16 15:27:04 0 18.85 0.00 28.33 15.42 0.17 37.24 15:40:16 15:27:04 1 19.62 0.00 28.29 14.45 0.19 37.45 15:40:16 15:27:04 2 21.62 0.00 29.38 17.75 0.19 31.07 15:40:16 15:27:04 3 22.58 0.00 30.01 16.60 0.15 30.65 15:40:16 15:28:01 all 54.26 0.00 21.75 14.06 0.10 9.82 15:40:16 15:28:01 0 54.08 0.00 21.35 12.35 0.07 12.14 15:40:16 15:28:01 1 53.47 0.00 21.93 13.68 0.14 10.77 15:40:16 15:28:01 2 54.57 0.00 21.29 15.36 0.11 8.68 15:40:16 15:28:01 3 54.91 0.00 22.45 14.87 0.09 7.69 15:40:16 15:29:01 all 26.17 0.00 21.75 25.72 0.14 26.22 15:40:16 15:29:01 0 25.70 0.00 20.96 24.42 0.12 28.81 15:40:16 15:29:01 1 25.77 0.00 21.61 25.93 0.21 26.48 15:40:16 15:29:01 2 26.47 0.00 22.16 23.77 0.10 27.49 15:40:16 15:29:01 3 26.75 0.00 22.30 28.77 0.12 22.06 15:40:16 15:30:02 all 22.26 0.00 23.15 31.44 0.11 23.05 15:40:16 15:30:02 0 20.81 0.00 23.85 30.12 0.12 25.10 15:40:16 15:30:02 1 22.78 0.00 23.44 35.97 0.10 17.71 15:40:16 15:30:02 2 21.83 0.00 22.80 28.41 0.12 26.85 15:40:16 15:30:02 3 23.62 0.00 22.50 31.28 0.09 22.51 15:40:16 15:31:01 all 47.30 0.00 16.19 7.55 0.10 28.86 15:40:16 15:31:01 0 46.80 0.00 15.91 5.68 0.10 31.50 15:40:16 15:31:01 1 47.92 0.00 15.90 8.65 0.10 27.42 15:40:16 15:31:01 2 47.02 0.00 16.58 8.68 0.09 27.64 15:40:16 15:31:01 3 47.47 0.00 16.37 7.19 0.09 28.88 15:40:16 15:32:01 all 8.55 0.00 3.47 2.14 0.09 85.75 15:40:16 15:32:01 0 8.77 0.00 4.01 2.49 0.10 84.63 15:40:16 15:32:01 1 8.37 0.00 3.43 1.91 0.08 86.21 15:40:16 15:32:01 2 8.57 0.00 3.41 2.26 0.12 85.64 15:40:16 15:32:01 3 8.47 0.00 3.05 1.90 0.05 86.53 15:40:16 15:33:01 all 0.17 0.00 0.04 0.00 0.00 99.80 15:40:16 15:33:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:40:16 15:33:01 1 0.08 0.00 0.05 0.00 0.00 99.87 15:40:16 15:33:01 2 0.50 0.00 0.02 0.00 0.00 99.48 15:40:16 15:33:01 3 0.07 0.00 0.05 0.00 0.00 99.88 15:40:16 15:40:16 15:33:01 CPU %user %nice %system %iowait %steal %idle 15:40:16 15:34:01 all 0.16 0.00 0.04 0.00 0.00 99.79 15:40:16 15:34:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:40:16 15:34:01 1 0.02 0.00 0.03 0.00 0.00 99.95 15:40:16 15:34:01 2 0.53 0.00 0.03 0.00 0.00 99.43 15:40:16 15:34:01 3 0.08 0.00 0.07 0.00 0.02 99.83 15:40:16 15:35:01 all 0.16 0.00 0.04 0.00 0.00 99.79 15:40:16 15:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:40:16 15:35:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:40:16 15:35:01 2 0.53 0.00 0.02 0.02 0.02 99.42 15:40:16 15:35:01 3 0.05 0.00 0.10 0.00 0.00 99.85 15:40:16 15:36:01 all 0.16 0.00 0.06 0.00 0.01 99.77 15:40:16 15:36:01 0 0.02 0.00 0.02 0.00 0.02 99.95 15:40:16 15:36:01 1 0.05 0.00 0.07 0.00 0.00 99.88 15:40:16 15:36:01 2 0.52 0.00 0.07 0.00 0.00 99.42 15:40:16 15:36:01 3 0.07 0.00 0.08 0.02 0.02 99.82 15:40:16 15:37:01 all 0.16 0.00 0.06 0.01 0.00 99.76 15:40:16 15:37:01 0 0.00 0.00 0.03 0.00 0.00 99.97 15:40:16 15:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:40:16 15:37:01 2 0.03 0.00 0.08 0.05 0.00 99.83 15:40:16 15:37:01 3 0.58 0.00 0.10 0.00 0.00 99.32 15:40:16 15:38:02 all 7.33 0.00 5.49 2.99 0.03 84.16 15:40:16 15:38:02 0 6.54 0.00 5.29 2.50 0.03 85.63 15:40:16 15:38:02 1 7.54 0.00 5.04 1.85 0.02 85.55 15:40:16 15:38:02 2 7.51 0.00 5.46 4.35 0.03 82.65 15:40:16 15:38:02 3 7.72 0.00 6.17 3.27 0.02 82.83 15:40:16 15:39:01 all 11.19 0.00 9.39 5.78 0.03 73.60 15:40:16 15:39:01 0 11.35 0.00 9.51 6.00 0.02 73.12 15:40:16 15:39:01 1 11.41 0.00 9.29 4.71 0.05 74.54 15:40:16 15:39:01 2 10.72 0.00 8.66 7.16 0.03 73.42 15:40:16 15:39:01 3 11.29 0.00 10.10 5.26 0.02 73.33 15:40:16 15:40:01 all 11.34 0.00 8.61 4.79 0.05 75.21 15:40:16 15:40:01 0 10.60 0.00 8.14 4.72 0.05 76.50 15:40:16 15:40:01 1 10.13 0.00 9.17 5.16 0.05 75.49 15:40:16 15:40:01 2 15.46 0.00 9.68 6.84 0.05 67.98 15:40:16 15:40:01 3 9.16 0.00 7.46 2.46 0.03 80.89 15:40:16 Average: all 19.01 0.00 10.27 6.84 0.06 63.82 15:40:16 Average: 0 18.75 0.00 10.31 6.64 0.06 64.25 15:40:16 Average: 1 18.94 0.00 10.25 6.98 0.07 63.76 15:40:16 Average: 2 19.42 0.00 10.21 7.03 0.06 63.29 15:40:16 Average: 3 18.93 0.00 10.31 6.70 0.06 64.00 15:40:16 15:40:16 15:40:16