Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ebfae9bf1c69030f223d824c55fa5330fb79db8d 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-31356 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/412 [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/412 # 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 Checking out Revision ebfae9bf1c69030f223d824c55fa5330fb79db8d (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 Commit message: "Merge pull request #3297 from weichou1229/issue-3294" > git rev-list --no-walk e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:57:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:57:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:57:04 ========================================================= 09:57:04 EdgeX Global Pipelines Version Info 09:57:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:57:06 ------------------- 09:57:06 stable info: 09:57:06 ------------------- 09:57:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:57:06 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 09:57:06 Message: update stable to v1.0.186 09:57:07 ------------------- 09:57:07 experimental info: 09:57:07 ------------------- 09:57:07 Commited By: **** collab-it+edgex@linuxfoundation.org 09:57:07 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 09:57:07 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:57:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:57:08 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:57:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:57:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:57:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:57:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:57:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:57:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:57:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:57:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:57:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:57:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:57:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:57:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:57:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:57:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:57:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:57:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:57:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:57:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:57:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:57:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] echo 09:57:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ebfae9b [Pipeline] echo 09:57:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:57:13 provisioning config files... 09:57:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/412@tmp/config2344445252698809990tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:57:13 ---> docker-login.sh 09:57:13 nexus3.edgexfoundry.org:10001 09:57:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:14 Configure a credential helper to remove this warning. See 09:57:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:14 09:57:14 Login Succeeded 09:57:14 nexus3.edgexfoundry.org:10002 09:57:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:14 Configure a credential helper to remove this warning. See 09:57:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:14 09:57:14 Login Succeeded 09:57:14 nexus3.edgexfoundry.org:10003 09:57:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:14 Configure a credential helper to remove this warning. See 09:57:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:14 09:57:14 Login Succeeded 09:57:14 nexus3.edgexfoundry.org:10004 09:57:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:14 Configure a credential helper to remove this warning. See 09:57:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:14 09:57:14 Login Succeeded 09:57:14 docker.io 09:57:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:57:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:57:15 Configure a credential helper to remove this warning. See 09:57:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:57:15 09:57:15 Login Succeeded 09:57:15 ---> docker-login.sh ends [Pipeline] } 09:57:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:57:16 ++ 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 09:57:16 + for file in '`ls cmd/**/Dockerfile`' 09:57:16 ++ dirname cmd/core-command/Dockerfile 09:57:16 ++ cut -d/ -f2 09:57:16 + echo core-command,cmd/core-command/Dockerfile 09:57:16 + for file in '`ls cmd/**/Dockerfile`' 09:57:16 ++ dirname cmd/core-data/Dockerfile 09:57:16 ++ cut -d/ -f2 09:57:16 + echo core-data,cmd/core-data/Dockerfile 09:57:16 + for file in '`ls cmd/**/Dockerfile`' 09:57:16 ++ dirname cmd/core-metadata/Dockerfile 09:57:16 ++ cut -d/ -f2 09:57:16 + echo core-metadata,cmd/core-metadata/Dockerfile 09:57:16 + for file in '`ls cmd/**/Dockerfile`' 09:57:16 ++ dirname cmd/security-bootstrapper/Dockerfile 09:57:16 ++ cut -d/ -f2 09:57:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:57:16 + for file in '`ls cmd/**/Dockerfile`' 09:57:16 ++ dirname cmd/security-proxy-setup/Dockerfile 09:57:16 ++ cut -d/ -f2 09:57:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:57:16 + for file in '`ls cmd/**/Dockerfile`' 09:57:16 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:57:16 ++ cut -d/ -f2 09:57:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:57:16 + for file in '`ls cmd/**/Dockerfile`' 09:57:16 ++ dirname cmd/support-notifications/Dockerfile 09:57:16 ++ cut -d/ -f2 09:57:16 + echo support-notifications,cmd/support-notifications/Dockerfile 09:57:16 + for file in '`ls cmd/**/Dockerfile`' 09:57:16 ++ dirname cmd/support-scheduler/Dockerfile 09:57:16 ++ cut -d/ -f2 09:57:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:57:16 + for file in '`ls cmd/**/Dockerfile`' 09:57:16 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:57:16 ++ cut -d/ -f2 09:57:16 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:57:16 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 09:57:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:57:18 09:57:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:57:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:57:18 latest: Pulling from edgex-devops/git-semver 09:57:18 31603596830f: Pulling fs layer 09:57:18 2a8b12db71e7: Pulling fs layer 09:57:18 6ca5941a6612: Pulling fs layer 09:57:18 ecc8261a40a4: Pulling fs layer 09:57:18 ecc8261a40a4: Waiting 09:57:18 2a8b12db71e7: Download complete 09:57:19 31603596830f: Verifying Checksum 09:57:19 31603596830f: Download complete 09:57:19 ecc8261a40a4: Verifying Checksum 09:57:19 ecc8261a40a4: Download complete 09:57:19 6ca5941a6612: Verifying Checksum 09:57:19 6ca5941a6612: Download complete 09:57:19 31603596830f: Pull complete 09:57:19 2a8b12db71e7: Pull complete 09:57:20 6ca5941a6612: Pull complete 09:57:20 ecc8261a40a4: Pull complete 09:57:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:57:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:57:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:57:20 prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container 09:57:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 09:57:23 $ docker top bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:57:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:57:23 [ssh-agent] Looking for ssh-agent implementation... 09:57:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:57:24 $ docker exec bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 ssh-agent 09:57:24 SSH_AUTH_SOCK=/tmp/ssh-VObyeMNqrV1g/agent.12 09:57:24 SSH_AGENT_PID=18 09:57:24 Running ssh-add (command line suppressed) 09:57:24 Identity added: /w/workspace/edgex-go/412@tmp/private_key_2895108742481388353.key (/w/workspace/edgex-go/412@tmp/private_key_2895108742481388353.key) 09:57:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:57:25 + git tag --points-at HEAD [Pipeline] } 09:57:25 $ docker exec --env ******** --env ******** bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 ssh-agent -k 09:57:25 unset SSH_AUTH_SOCK; 09:57:25 unset SSH_AGENT_PID; 09:57:25 echo Agent pid 18 killed; 09:57:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:57:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:57:25 [ssh-agent] Looking for ssh-agent implementation... 09:57:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:57:26 $ docker exec bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 ssh-agent 09:57:26 SSH_AUTH_SOCK=/tmp/ssh-z228hzYY1BRY/agent.48 09:57:26 SSH_AGENT_PID=53 09:57:26 Running ssh-add (command line suppressed) 09:57:26 Identity added: /w/workspace/edgex-go/412@tmp/private_key_3556766898232412996.key (/w/workspace/edgex-go/412@tmp/private_key_3556766898232412996.key) 09:57:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:57:26 + git semver init 09:57:26 # -> Open(): unable to determine branch for HEAD 09:57:26 # $GIT_DIR = /w/workspace/edgex-go/412/.git 09:57:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/412 09:57:26 # $SEMVER_REMOTE_NAME = origin 09:57:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:57:26 # $SEMVER_USER_NAME = edgex-jenkins 09:57:26 # $SEMVER_BRANCH = master 09:57:26 # $SEMVER_TEMP = /tmp/semver-240313726 09:57:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:57:45 # '/tmp/semver-240313726' -> '/w/workspace/edgex-go/412/.semver' 09:57:45 # -> Force: false 09:57:45 # $SEMVER_DIR = /w/workspace/edgex-go/412/.semver [Pipeline] } 09:57:45 $ docker exec --env ******** --env ******** bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 ssh-agent -k 09:57:45 unset SSH_AUTH_SOCK; 09:57:45 unset SSH_AGENT_PID; 09:57:45 echo Agent pid 53 killed; 09:57:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:57:46 + git semver [Pipeline] } 09:57:46 $ docker stop --time=1 bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 09:57:48 $ docker rm -f bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 [Pipeline] // withDockerContainer [Pipeline] sh 09:57:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:57:49 Stashed 1 file(s) [Pipeline] echo 09:57:49 [edgeXSemver]: initialized semver on version 2.0.0-dev.144 [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 09:57:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:57:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:57:51 + sudo service docker restart 09:57:51 + true 09:57:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:57:52 ========================================================= 09:57:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:57:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:57:52 + 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 . 09:57:57 Sending build context to Docker daemon 328.9MB 09:57:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:57:57 Step 2/6 : FROM ${BASE} 09:57:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:57:57 188c0c94c7c5: Pulling fs layer 09:57:57 0ef7d3d256c8: Pulling fs layer 09:57:57 de9db76c5a1d: Pulling fs layer 09:57:57 bca2f99d35d6: Pulling fs layer 09:57:57 93359f2a8cfa: Pulling fs layer 09:57:57 7c6f9722023f: Pulling fs layer 09:57:57 a35cf1a2eb13: Pulling fs layer 09:57:57 bca2f99d35d6: Waiting 09:57:57 93359f2a8cfa: Waiting 09:57:57 7c6f9722023f: Waiting 09:57:57 a35cf1a2eb13: Waiting 09:57:57 de9db76c5a1d: Verifying Checksum 09:57:57 de9db76c5a1d: Download complete 09:57:57 0ef7d3d256c8: Download complete 09:57:57 93359f2a8cfa: Verifying Checksum 09:57:57 93359f2a8cfa: Download complete 09:57:57 188c0c94c7c5: Verifying Checksum 09:57:57 188c0c94c7c5: Download complete 09:57:57 7c6f9722023f: Verifying Checksum 09:57:57 7c6f9722023f: Download complete 09:57:57 188c0c94c7c5: Pull complete 09:57:57 0ef7d3d256c8: Pull complete 09:57:58 de9db76c5a1d: Pull complete 09:57:59 a35cf1a2eb13: Verifying Checksum 09:58:00 bca2f99d35d6: Verifying Checksum 09:58:00 bca2f99d35d6: Download complete 09:58:05 Still waiting to schedule task 09:58:05 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:58:06 bca2f99d35d6: Pull complete 09:58:06 93359f2a8cfa: Pull complete 09:58:06 7c6f9722023f: Pull complete 09:58:11 a35cf1a2eb13: Pull complete 09:58:11 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:58:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:58:11 ---> a62c8e92a672 09:58:11 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 09:58:11 ---> Running in 66533bc6ad06 09:58:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:58:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:58:13 (1/12) Installing libmagic (5.38-r0) 09:58:14 (2/12) Installing file (5.38-r0) 09:58:14 (3/12) Installing libc-dev (0.7.2-r3) 09:58:14 (4/12) Installing g++ (9.3.0-r2) 09:58:19 (5/12) Installing fortify-headers (1.1-r0) 09:58:19 (6/12) Installing patch (2.7.6-r6) 09:58:19 (7/12) Installing build-base (0.5-r2) 09:58:19 (8/12) Installing libsodium (1.0.18-r0) 09:58:19 (9/12) Installing pkgconf (1.7.2-r0) 09:58:19 (10/12) Installing libsodium-dev (1.0.18-r0) 09:58:19 (11/12) Installing libzmq (4.3.3-r0) 09:58:19 (12/12) Installing zeromq-dev (4.3.3-r0) 09:58:20 Executing busybox-1.31.1-r19.trigger 09:58:20 OK: 233 MiB in 51 packages 09:58:23 Removing intermediate container 66533bc6ad06 09:58:23 ---> 4249956054d1 09:58:23 Step 4/6 : WORKDIR /edgex-go 09:58:23 ---> Running in 8d51ccb7715b 09:58:23 Removing intermediate container 8d51ccb7715b 09:58:23 ---> a93bf8b7834c 09:58:23 Step 5/6 : COPY go.mod . 09:58:24 ---> 7c2622394448 09:58:24 Step 6/6 : RUN go mod download 09:58:24 ---> Running in 2099678e9a14 09:58:46 Removing intermediate container 2099678e9a14 09:58:46 ---> 694b250275eb 09:58:46 Successfully built 694b250275eb 09:58:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:58:47 + docker inspect -f . ci-base-image-x86_64 09:58:47 . [Pipeline] withDockerContainer 09:58:47 prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container 09:58:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 09:58:48 $ docker top 287a7bc100153a4d47aae6cf5a6395e7b3b579c19df072fb532c8138585a4265 -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:48 + go version 09:58:48 go version go1.15.5 linux/amd64 [Pipeline] } 09:58:49 $ docker stop --time=1 287a7bc100153a4d47aae6cf5a6395e7b3b579c19df072fb532c8138585a4265 09:58:50 $ docker rm -f 287a7bc100153a4d47aae6cf5a6395e7b3b579c19df072fb532c8138585a4265 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:58:51 + docker inspect -f . ci-base-image-x86_64 09:58:51 . [Pipeline] withDockerContainer 09:58:51 prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container 09:58:51 $ 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/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 09:58:52 $ docker top dbe0c14e0622c588aafc758647bd918980a6b0154ec2eae34636134064317842 -eo pid,comm [Pipeline] { [Pipeline] echo 09:58:52 ========================================================= 09:58:52 [edgeXBuildGoParallel] Running Tests and Build... 09:58:52 ========================================================= [Pipeline] sh 09:58:53 + make test 09:58:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:59:03 ? github.com/edgexfoundry/edgex-go [no test files] 09:59:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:59:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:59:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:59:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:59:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:59:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:59:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:59:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:59:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:59:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:59:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:59:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:59:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 45.9% of statements 09:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.046s coverage: 19.8% of statements 09:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements 09:59:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.1% of statements 09:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:59:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements 09:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:59:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements 09:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:59:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements 09:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:59:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.222s coverage: 82.9% of statements 09:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:59:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.209s coverage: 78.9% of statements 09:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.431s coverage: 28.6% of statements 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:59:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.409s coverage: 92.8% of statements 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:59:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:59:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:59:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements 09:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements 09:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 09:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements 09:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 09:59:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31362 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 09:59:52 Running in /w/workspace/edgex-go/412 [Pipeline] { [Pipeline] checkout 09:59:57 using credential edgex-jenkins-ssh 09:59:57 Cloning the remote Git repository 09:59:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:59:57 > git init /w/workspace/edgex-go/412 # timeout=10 09:59:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:59:57 > git --version # timeout=10 09:59:57 > git --version # 'git version 2.17.1' 09:59:57 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:00:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.051s coverage: 94.4% of statements 10:00:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 10:00:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.207s coverage: 82.6% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.067s coverage: 92.9% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.6% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.6% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 69.0% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.170s coverage: 87.1% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.784s coverage: 29.1% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.093s coverage: 94.0% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:00:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 10:00:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 10:00:14 GO111MODULE=on go vet ./... 10:00:16 Checking out Revision ebfae9bf1c69030f223d824c55fa5330fb79db8d (master) 10:00:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:00:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:00:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:00:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:00:15 using GIT_SSH to set credentials SSH Credentials for GitHub 10:00:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:00:16 > git config core.sparsecheckout # timeout=10 10:00:16 > git checkout -f ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 10:00:20 Commit message: "Merge pull request #3297 from weichou1229/issue-3294" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:00:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:00:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:00:23 + sudo service docker restart 10:00:23 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:00:26 provisioning config files... 10:00:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/412@tmp/config7809141686115939750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:00:26 ---> docker-login.sh 10:00:26 nexus3.edgexfoundry.org:10001 10:00:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:28 Configure a credential helper to remove this warning. See 10:00:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:28 10:00:28 Login Succeeded 10:00:28 nexus3.edgexfoundry.org:10002 10:00:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:28 Configure a credential helper to remove this warning. See 10:00:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:28 10:00:28 Login Succeeded 10:00:28 nexus3.edgexfoundry.org:10003 10:00:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:29 Configure a credential helper to remove this warning. See 10:00:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:29 10:00:29 Login Succeeded 10:00:29 nexus3.edgexfoundry.org:10004 10:00:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:29 Configure a credential helper to remove this warning. See 10:00:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:29 10:00:29 Login Succeeded 10:00:29 docker.io 10:00:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:30 Configure a credential helper to remove this warning. See 10:00:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:30 10:00:30 Login Succeeded 10:00:30 ---> docker-login.sh ends [Pipeline] } 10:00:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:00:31 ========================================================= 10:00:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:00:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:00:32 + 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 . 10:00:34 Sending build context to Docker daemon 166.9MB 10:00:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:00:34 Step 2/6 : FROM ${BASE} 10:00:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:00:34 5f621e34cdf4: Pulling fs layer 10:00:34 a4357932f1b6: Pulling fs layer 10:00:34 18c013af1878: Pulling fs layer 10:00:34 00ac8860ef70: Pulling fs layer 10:00:34 63d7cb157983: Pulling fs layer 10:00:34 b116817d02f9: Pulling fs layer 10:00:34 745a02a5169b: Pulling fs layer 10:00:34 00ac8860ef70: Waiting 10:00:34 63d7cb157983: Waiting 10:00:34 b116817d02f9: Waiting 10:00:34 745a02a5169b: Waiting 10:00:34 18c013af1878: Download complete 10:00:34 a4357932f1b6: Verifying Checksum 10:00:34 a4357932f1b6: Download complete 10:00:35 63d7cb157983: Verifying Checksum 10:00:35 63d7cb157983: Download complete 10:00:35 5f621e34cdf4: Verifying Checksum 10:00:35 5f621e34cdf4: Download complete 10:00:35 b116817d02f9: Verifying Checksum 10:00:35 b116817d02f9: Download complete 10:00:35 5f621e34cdf4: Pull complete 10:00:36 a4357932f1b6: Pull complete 10:00:36 18c013af1878: Pull complete 10:00:38 745a02a5169b: Verifying Checksum 10:00:38 745a02a5169b: Download complete 10:00:39 00ac8860ef70: Verifying Checksum 10:00:39 00ac8860ef70: Download complete 10:00:46 gofmt -l . 10:00:46 [ "`gofmt -l .`" = "" ] 10:00:46 ./bin/test-go-mod-tidy.sh 10:00:46 ./bin/test-attribution-txt.sh [Pipeline] sh 10:00:46 + ls -al . 10:00:46 total 776 10:00:46 drwxrwxr-x 10 1001 1001 4096 Mar 25 10:00 . 10:00:46 drwxr-xr-x 4 root root 32 Mar 25 09:58 .. 10:00:46 -rw-rw-r-- 1 1001 1001 11 Mar 25 09:56 .dockerignore 10:00:46 drwxrwxr-x 8 1001 1001 162 Mar 25 09:57 .git 10:00:46 drwxrwxr-x 3 1001 1001 125 Mar 25 09:56 .github 10:00:46 -rw-rw-r-- 1 1001 1001 818 Mar 25 09:56 .gitignore 10:00:46 drwx------ 3 1001 1001 45 Mar 25 09:57 .semver 10:00:46 -rw-rw-r-- 1 1001 1001 166 Mar 25 09:56 .sonarcloud.properties 10:00:46 -rw-rw-r-- 1 1001 1001 8607 Mar 25 09:56 Attribution.txt 10:00:46 -rw-rw-r-- 1 1001 1001 3804 Mar 25 09:56 CONTRIBUTING.md 10:00:46 -rw-rw-r-- 1 1001 1001 931 Mar 25 09:56 Dockerfile.build 10:00:46 -rw-rw-r-- 1 1001 1001 863 Mar 25 09:56 Jenkinsfile 10:00:46 -rw-rw-r-- 1 1001 1001 10775 Mar 25 09:56 LICENSE 10:00:46 -rw-rw-r-- 1 1001 1001 5774 Mar 25 09:56 Makefile 10:00:46 -rw-rw-r-- 1 1001 1001 6548 Mar 25 09:56 README.md 10:00:46 -rw-rw-r-- 1 1001 1001 6755 Mar 25 09:56 SECURITY.md 10:00:46 -rw-rw-r-- 1 1001 1001 13 Mar 25 09:57 VERSION 10:00:46 -rw-rw-r-- 1 1001 1001 4131 Mar 25 09:56 ZMQWindows.md 10:00:46 drwxrwxr-x 2 1001 1001 117 Mar 25 09:56 bin 10:00:46 drwxrwxr-x 14 1001 1001 4096 Mar 25 09:56 cmd 10:00:46 -rw-r--r-- 1 root root 666599 Mar 25 10:00 coverage.out 10:00:46 -rw-r--r-- 1 root root 1056 Mar 25 10:00 go.mod 10:00:46 -rw-r--r-- 1 root root 22530 Mar 25 10:00 go.sum 10:00:46 drwxrwxr-x 8 1001 1001 127 Mar 25 09:56 internal 10:00:46 drwxrwxr-x 4 1001 1001 26 Mar 25 09:56 openapi 10:00:46 drwxrwxr-x 4 1001 1001 71 Mar 25 09:56 snap 10:00:46 -rw-rw-r-- 1 1001 1001 168 Mar 25 09:56 version.go [Pipeline] sh 10:00:47 + '[' -e coverage.out ] 10:00:47 + chown 1001:1001 coverage.out [Pipeline] stash 10:00:47 Stashed 1 file(s) [Pipeline] sh 10:00:47 + make build 10:00:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-data/core-data ./cmd/core-data 10:00:50 00ac8860ef70: Pull complete 10:00:50 63d7cb157983: Pull complete 10:00:50 b116817d02f9: Pull complete 10:00:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:00:54 745a02a5169b: Pull complete 10:00:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:00:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:00:54 ---> b7e6874047d6 10:00:54 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 10:00:57 ---> Running in 6be32ec01128 10:00:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:00:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:01:00 (1/12) Installing libmagic (5.38-r0) 10:01:01 (2/12) Installing file (5.38-r0) 10:01:01 (3/12) Installing libc-dev (0.7.2-r3) 10:01:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-command/core-command ./cmd/core-command 10:01:01 (4/12) Installing g++ (9.3.0-r2) 10:01:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:01:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:01:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:01:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:01:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:01:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:01:09 (5/12) Installing fortify-headers (1.1-r0) 10:01:09 (6/12) Installing patch (2.7.6-r6) 10:01:09 (7/12) Installing build-base (0.5-r2) 10:01:09 (8/12) Installing libsodium (1.0.18-r0) 10:01:09 (9/12) Installing pkgconf (1.7.2-r0) 10:01:09 (10/12) Installing libsodium-dev (1.0.18-r0) 10:01:09 (11/12) Installing libzmq (4.3.3-r0) 10:01:09 (12/12) Installing zeromq-dev (4.3.3-r0) 10:01:09 Executing busybox-1.31.1-r19.trigger 10:01:09 OK: 217 MiB in 51 packages 10:01:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:01:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/secrets-config ./cmd/secrets-config 10:01:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:01:14 Removing intermediate container 6be32ec01128 10:01:14 ---> 57eb91edc6a1 10:01:14 Step 4/6 : WORKDIR /edgex-go 10:01:14 ---> Running in c9575aec6ac7 10:01:14 Removing intermediate container c9575aec6ac7 10:01:14 ---> 5fcf728bd828 10:01:14 Step 5/6 : COPY go.mod . 10:01:14 ---> b320c1257b59 10:01:14 Step 6/6 : RUN go mod download 10:01:15 ---> Running in fda2936a6a70 [Pipeline] } 10:01:15 $ docker stop --time=1 dbe0c14e0622c588aafc758647bd918980a6b0154ec2eae34636134064317842 10:01:17 $ docker rm -f dbe0c14e0622c588aafc758647bd918980a6b0154ec2eae34636134064317842 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:01:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:01:21 10:01:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:01:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:01:21 latest: Pulling from edgex-devops/edgex-compose 10:01:21 cbdbe7a5bc2a: Pulling fs layer 10:01:21 ca9280d653b3: Pulling fs layer 10:01:21 7e9c9ca2126c: Pulling fs layer 10:01:21 cbdbe7a5bc2a: Verifying Checksum 10:01:21 cbdbe7a5bc2a: Download complete 10:01:22 cbdbe7a5bc2a: Pull complete 10:01:22 ca9280d653b3: Verifying Checksum 10:01:22 ca9280d653b3: Download complete 10:01:23 ca9280d653b3: Pull complete 10:01:23 7e9c9ca2126c: Download complete 10:01:30 7e9c9ca2126c: Pull complete 10:01:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:01:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:01:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:01:30 prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container 10:01:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 10:01:33 $ docker top 5c7c61b459884c41906552c3e3dddba25d0142f7e54b892ded787fb3d026c5bc -eo pid,comm [Pipeline] { [Pipeline] sh 10:01:34 + grep parallel 10:01:34 + docker-compose build --help 10:01:35 --parallel Build images in parallel. [Pipeline] } 10:01:35 $ docker stop --time=1 5c7c61b459884c41906552c3e3dddba25d0142f7e54b892ded787fb3d026c5bc 10:01:37 $ docker rm -f 5c7c61b459884c41906552c3e3dddba25d0142f7e54b892ded787fb3d026c5bc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:01:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:01:38 . [Pipeline] withDockerContainer 10:01:38 prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container 10:01:38 $ 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/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 10:01:38 $ docker top c2666effa775234c5570ab0123cae63e8121a349b7a42521e577005eb44315a9 -eo pid,comm [Pipeline] { [Pipeline] sh 10:01:39 + docker-compose -f ./docker-compose-build.yml build --parallel 10:01:40 Building docker-core-command-go ... 10:01:40 Building docker-core-data-go ... 10:01:40 Building docker-core-metadata-go ... 10:01:40 Building docker-security-bootstrapper-go ... 10:01:40 Building docker-security-proxy-setup-go ... 10:01:40 Building docker-security-secretstore-setup-go ... 10:01:40 Building docker-support-notifications-go ... 10:01:40 Building docker-support-scheduler-go ... 10:01:40 Building docker-sys-mgmt-agent-go ... 10:01:40 Building docker-sys-mgmt-agent-go 10:01:40 Building docker-support-notifications-go 10:01:40 Building docker-core-command-go 10:01:40 Building docker-core-metadata-go 10:01:40 Building docker-security-proxy-setup-go 10:01:42 Removing intermediate container fda2936a6a70 10:01:42 ---> a375d5dae07b 10:01:42 Successfully built a375d5dae07b 10:01:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:01:42 + docker inspect -f . ci-base-image-arm64 10:01:42 . [Pipeline] withDockerContainer 10:01:43 prd-ubuntu18.04-docker-arm64-4c-16g-31362 does not seem to be running inside a container 10:01:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-arm64 cat 10:01:44 $ docker top 625709c7237680de8e8ef0a600cdc87cd1955110d1b9bdca87d60b83f9fa873c -eo pid,comm [Pipeline] { [Pipeline] sh 10:01:45 + go version 10:01:45 go version go1.15.5 linux/arm64 [Pipeline] } 10:01:45 $ docker stop --time=1 625709c7237680de8e8ef0a600cdc87cd1955110d1b9bdca87d60b83f9fa873c 10:01:47 $ docker rm -f 625709c7237680de8e8ef0a600cdc87cd1955110d1b9bdca87d60b83f9fa873c [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 10:01:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:01:49 10:01:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:01:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:01:50 latest: Pulling from edgex-devops/edgex-compose-arm64 10:01:50 29e5d40040c1: Pulling fs layer 10:01:50 1ce36da41761: Pulling fs layer 10:01:50 25b303627fd3: Pulling fs layer 10:01:50 29e5d40040c1: Verifying Checksum 10:01:50 29e5d40040c1: Download complete 10:01:51 1ce36da41761: Verifying Checksum 10:01:51 1ce36da41761: Download complete 10:01:51 29e5d40040c1: Pull complete 10:01:52 1ce36da41761: Pull complete 10:01:53 25b303627fd3: Verifying Checksum 10:01:53 25b303627fd3: Download complete 10:02:03 25b303627fd3: Pull complete 10:02:03 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:02:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:02:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:02:03 prd-ubuntu18.04-docker-arm64-4c-16g-31362 does not seem to be running inside a container 10:02:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 10:02:06 $ docker top 4789f02d70b1d5671175df3b80e95966d611115431081b5b644db28973791ece -eo pid,comm [Pipeline] { [Pipeline] sh 10:02:08 + docker-compose build --help 10:02:08 + grep parallel 10:02:11 --parallel Build images in parallel. [Pipeline] } 10:02:11 $ docker stop --time=1 4789f02d70b1d5671175df3b80e95966d611115431081b5b644db28973791ece 10:02:13 $ docker rm -f 4789f02d70b1d5671175df3b80e95966d611115431081b5b644db28973791ece [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:02:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:02:14 . [Pipeline] withDockerContainer 10:02:15 prd-ubuntu18.04-docker-arm64-4c-16g-31362 does not seem to be running inside a container 10:02:15 $ 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/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-arm64:latest cat 10:02:16 $ docker top f7e7c99b43cf599e0af4fc581609c5adcf223361de11cd60a06df5c487ffe9cd -eo pid,comm [Pipeline] { [Pipeline] sh 10:02:18 + docker-compose -f ./docker-compose-build.yml build --parallel 10:02:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:02:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:02:19 ---> 694b250275eb 10:02:19 Step 3/26 : WORKDIR /edgex-go 10:02:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:02:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:02:19 ---> 694b250275eb 10:02:19 Step 3/21 : WORKDIR /edgex-go 10:02:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:02:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:02:19 ---> 694b250275eb 10:02:19 Step 3/23 : WORKDIR /edgex-go 10:02:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:02:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:02:19 ---> 694b250275eb 10:02:19 Step 3/22 : WORKDIR /edgex-go 10:02:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:02:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:02:19 ---> 694b250275eb 10:02:19 Step 3/23 : WORKDIR /edgex-go 10:02:19 ---> Running in c0f475b1a6ac 10:02:19 ---> Running in 28f9b6856aac 10:02:19 ---> Running in fc2a087e87d9 10:02:19 ---> Running in 07410992c159 10:02:19 ---> Running in 9f50daad63d0 10:02:19 Removing intermediate container fc2a087e87d9 10:02:19 ---> 211f3602fa0a 10:02:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:02:19 Removing intermediate container c0f475b1a6ac 10:02:19 ---> c7705dc6665c 10:02:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:02:19 Removing intermediate container 28f9b6856aac 10:02:19 ---> 9b9687f4ef40 10:02:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:02:19 Removing intermediate container 9f50daad63d0 10:02:19 ---> 65bc021f78ff 10:02:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:02:19 Removing intermediate container 07410992c159 10:02:19 ---> 81c21c76e74d 10:02:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:02:19 ---> Running in 078bb012c144 10:02:19 ---> Running in e0dbe5df54cc 10:02:19 ---> Running in 39bff1439814 10:02:19 ---> Running in 6b1f5783616f 10:02:19 ---> Running in a54d6a9ff519 10:02:19 Removing intermediate container 39bff1439814 10:02:19 ---> 89232689fc11 10:02:19 Step 5/23 : RUN apk add --update --no-cache make git 10:02:19 Removing intermediate container 6b1f5783616f 10:02:19 ---> 1dde753008ae 10:02:19 Step 5/21 : RUN apk add --update --no-cache make git 10:02:19 ---> Running in 1025dd97f1e1 10:02:19 Removing intermediate container 078bb012c144 10:02:19 ---> d6fb72f49902 10:02:19 Step 5/26 : RUN apk add --update --no-cache make bash git 10:02:19 ---> Running in 74cff7ea71a7 10:02:19 Removing intermediate container a54d6a9ff519 10:02:19 ---> 3f9c40469e88 10:02:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:02:19 Removing intermediate container e0dbe5df54cc 10:02:19 ---> 6d09ff86cbe2 10:02:19 Step 5/23 : RUN apk add --update --no-cache make git 10:02:19 ---> Running in 1bfa7cf1f6db 10:02:20 ---> Running in 39486a4acc72 10:02:20 ---> Running in 60d65cc6bd91 10:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:02:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:02:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:02:22 OK: 233 MiB in 51 packages 10:02:22 OK: 233 MiB in 51 packages 10:02:22 OK: 233 MiB in 51 packages 10:02:22 OK: 233 MiB in 51 packages 10:02:22 OK: 233 MiB in 51 packages 10:02:23 Removing intermediate container 1025dd97f1e1 10:02:23 ---> 07096ff69a5c 10:02:23 Step 6/23 : COPY go.mod . 10:02:23 Removing intermediate container 74cff7ea71a7 10:02:23 ---> 4e97b4caf25f 10:02:23 Step 6/21 : COPY go.mod . 10:02:23 Removing intermediate container 1bfa7cf1f6db 10:02:23 ---> 55632ae47827 10:02:23 Step 6/26 : COPY go.mod . 10:02:23 Building docker-core-command-go ... 10:02:23 Building docker-core-data-go ... 10:02:23 Building docker-core-metadata-go ... 10:02:23 Building docker-security-bootstrapper-go ... 10:02:23 Building docker-security-proxy-setup-go ... 10:02:23 Building docker-security-secretstore-setup-go ... 10:02:23 Building docker-support-notifications-go ... 10:02:23 Building docker-support-scheduler-go ... 10:02:23 Building docker-sys-mgmt-agent-go ... 10:02:23 Building docker-support-notifications-go 10:02:23 Building docker-support-scheduler-go 10:02:23 Building docker-sys-mgmt-agent-go 10:02:23 Building docker-security-proxy-setup-go 10:02:23 Building docker-security-secretstore-setup-go 10:02:23 ---> bfe39cfd6fbb 10:02:23 Step 7/23 : RUN go mod download 10:02:23 Removing intermediate container 39486a4acc72 10:02:23 ---> 9ae52c2e4ad4 10:02:23 Step 6/22 : COPY go.mod . 10:02:24 ---> Running in bed6ce9cb49a 10:02:24 ---> 2a7a7bc7e13e 10:02:24 Step 7/21 : RUN go mod download 10:02:24 Removing intermediate container 60d65cc6bd91 10:02:24 ---> 11d5aaeca516 10:02:24 Step 6/23 : COPY go.mod . 10:02:24 ---> 6ab9b21a2fc9 10:02:24 Step 7/26 : RUN go mod download 10:02:24 ---> Running in c12b0f963a3b 10:02:24 ---> Running in a860ddfca78d 10:02:24 ---> 87e9434dc5cb 10:02:24 Step 7/22 : RUN go mod download 10:02:24 ---> e8dd9342655c 10:02:24 Step 7/23 : RUN go mod download 10:02:24 ---> Running in 2c3c4efeffe9 10:02:24 ---> Running in 1bc38902e4e8 10:02:27 Removing intermediate container a860ddfca78d 10:02:27 ---> e3887f378b35 10:02:27 Step 8/26 : COPY . . 10:02:27 Removing intermediate container c12b0f963a3b 10:02:27 ---> 8c2e8c423358 10:02:27 Step 8/21 : COPY . . 10:02:27 Removing intermediate container bed6ce9cb49a 10:02:27 ---> 27c936c679f7 10:02:27 Step 8/23 : COPY . . 10:02:27 Removing intermediate container 2c3c4efeffe9 10:02:27 ---> 9621ac79f55a 10:02:27 Step 8/22 : COPY . . 10:02:27 Removing intermediate container 1bc38902e4e8 10:02:27 ---> 6a9471d31887 10:02:27 Step 8/23 : COPY . . 10:03:06 ---> 65301378c5a1 10:03:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:03:06 ---> b5879278a4eb 10:03:06 Step 9/23 : RUN make cmd/core-command/core-command 10:03:06 ---> c154338704bb 10:03:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:03:06 ---> b07b1d4c1c3f 10:03:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:03:06 ---> 3574d5b7d93d 10:03:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:03:06 ---> Running in 7df138f07339 10:03:06 ---> Running in 6f8ef583ee29 10:03:06 ---> Running in d1442f3933b3 10:03:06 ---> Running in 7baee3655ea3 10:03:06 ---> Running in cd25e4508519 10:03:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:03:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-command/core-command ./cmd/core-command 10:03:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:03:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:03:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:03:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:03:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:03:20 ---> a375d5dae07b 10:03:20 Step 3/22 : WORKDIR /edgex-go 10:03:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:03:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:03:20 ---> a375d5dae07b 10:03:20 Step 3/21 : WORKDIR /edgex-go 10:03:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:03:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:03:20 ---> a375d5dae07b 10:03:20 Step 3/26 : WORKDIR /edgex-go 10:03:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:03:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:03:20 ---> a375d5dae07b 10:03:20 Step 3/22 : WORKDIR /edgex-go 10:03:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:03:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:03:20 ---> a375d5dae07b 10:03:20 Step 3/24 : WORKDIR /edgex-go 10:03:20 ---> Running in 0198a8d3260f 10:03:20 ---> Running in 99decf34af37 10:03:20 ---> Running in c09c3bbe8737 10:03:20 ---> Running in 543c1a93a8cc 10:03:20 ---> Running in 0713215b703c 10:03:20 Removing intermediate container 543c1a93a8cc 10:03:20 ---> 8a2cf956ab68 10:03:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:20 Removing intermediate container 99decf34af37 10:03:20 ---> 3a134b72084c 10:03:20 Removing intermediate container 0713215b703c 10:03:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> c19d9c8018a6 10:03:20 10:03:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:20 Removing intermediate container c09c3bbe8737 10:03:20 ---> 6bde67c3dc80 10:03:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:20 Removing intermediate container 0198a8d3260f 10:03:20 ---> 809908daec80 10:03:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:03:20 ---> Running in 6546f2bfa37f 10:03:20 ---> Running in ad71be7ef6f3 10:03:20 ---> Running in e482fe52d567 10:03:20 ---> Running in 2b09b9eebdf2 10:03:20 ---> Running in 17b6f60241f3 10:03:20 Removing intermediate container ad71be7ef6f3 10:03:20 ---> 5fb9ebd36cfd 10:03:20 Step 5/22 : RUN apk add --update --no-cache make git 10:03:20 Removing intermediate container 6546f2bfa37f 10:03:20 ---> e1c9413d14d0 10:03:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:03:20 ---> Running in 1f48eca26e98 10:03:20 Removing intermediate container e482fe52d567 10:03:20 ---> a3b619950ceb 10:03:20 Step 5/24 : RUN apk add --update --no-cache make git 10:03:20 ---> Running in 87e1294cff9f 10:03:20 ---> Running in 3b3016a3c08a 10:03:20 Removing intermediate container 2b09b9eebdf2 10:03:20 ---> 9253b3eb3dd2 10:03:20 Step 5/21 : RUN apk add --update --no-cache make git 10:03:20 Removing intermediate container 17b6f60241f3 10:03:20 ---> 7a97c719f9da 10:03:20 Step 5/26 : RUN apk add --update --no-cache make bash git 10:03:20 ---> Running in 2f10ff2591ec 10:03:20 ---> Running in a4e7685bf179 10:03:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:03:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:03:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:03:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:03:22 OK: 217 MiB in 51 packages 10:03:23 OK: 217 MiB in 51 packages 10:03:23 OK: 217 MiB in 51 packages 10:03:23 OK: 217 MiB in 51 packages 10:03:23 OK: 217 MiB in 51 packages 10:03:24 Removing intermediate container 87e1294cff9f 10:03:24 ---> 079403ad375a 10:03:24 Step 6/22 : COPY go.mod . 10:03:24 Removing intermediate container 3b3016a3c08a 10:03:24 ---> 095585fa42a5 10:03:24 Step 6/24 : COPY go.mod . 10:03:24 Removing intermediate container a4e7685bf179 10:03:24 ---> 100f74e1ee22 10:03:24 Step 6/26 : COPY go.mod . 10:03:25 Removing intermediate container 1f48eca26e98 10:03:25 ---> dcfdddc1c689 10:03:25 Step 6/22 : COPY go.mod . 10:03:25 Removing intermediate container 2f10ff2591ec 10:03:25 ---> e8b6cd573cc1 10:03:25 Step 6/21 : COPY go.mod . 10:03:25 ---> f3c995db70bb 10:03:25 Step 7/22 : RUN go mod download 10:03:25 ---> Running in 61f264c48d9c 10:03:25 ---> bca5b8135641 10:03:25 Step 7/24 : RUN go mod download 10:03:25 ---> e648ce8c7b7f 10:03:25 Step 7/26 : RUN go mod download 10:03:25 ---> Running in 21085e631098 10:03:26 ---> 82634d4b69b8 10:03:26 Step 7/22 : RUN go mod download 10:03:26 ---> Running in 3581a1b45b25 10:03:26 ---> 3657bb5f60f4 10:03:26 Step 7/21 : RUN go mod download 10:03:26 ---> Running in f1b96c495346 10:03:26 ---> Running in bcb64b7b9f8d 10:03:30 Removing intermediate container 61f264c48d9c 10:03:30 ---> d407de605a65 10:03:30 Step 8/22 : COPY . . 10:03:31 Removing intermediate container 3581a1b45b25 10:03:31 ---> 575f32dc376c 10:03:31 Step 8/26 : COPY . . 10:03:32 Removing intermediate container bcb64b7b9f8d 10:03:32 Removing intermediate container 21085e631098 10:03:32 ---> 3e5b0ef06fde 10:03:32 Step 8/24 : COPY . . 10:03:32 ---> b5e61d5ba7bb 10:03:32 Step 8/21 : COPY . . 10:03:32 Removing intermediate container f1b96c495346 10:03:32 ---> 739617cc7f9a 10:03:32 Step 8/22 : COPY . . 10:03:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/secrets-config ./cmd/secrets-config 10:03:46 Removing intermediate container 7baee3655ea3 10:03:46 ---> 4049a380edbf 10:03:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:03:46 ---> Running in 47852e84a794 10:03:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:03:50 Removing intermediate container cd25e4508519 10:03:50 ---> b31108b5c0b8 10:03:50 10:03:50 Step 10/21 : FROM alpine:3.12 10:03:50 3.12: Pulling from library/alpine 10:03:50 ---> a8c19ff430eb 10:03:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:03:50 ---> 2b9452064d92 10:03:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:03:50 ---> df41b5584a1a 10:03:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:03:50 ---> b024c2d11056 10:03:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:03:50 ---> 9523937045ad 10:03:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:03:50 ---> Running in 76281c0fdd64 10:03:50 ---> Running in 8729ecfd3538 10:03:50 ---> Running in 4009a7769525 10:03:50 ---> Running in c0200958e8c0 10:03:50 ---> Running in 98fb79d3ef98 10:03:51 Removing intermediate container d1442f3933b3 10:03:51 ---> 214a31ac6824 10:03:51 10:03:51 Step 10/22 : FROM alpine:3.12 10:03:51 Removing intermediate container 6f8ef583ee29 10:03:51 ---> ea8406698b9e 10:03:51 10:03:51 Step 10/23 : FROM alpine:3.12 10:03:51 3.12: Pulling from library/alpine 10:03:51 3.12: Pulling from library/alpine 10:03:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:03:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:03:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:03:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:03:51 Status: Downloaded newer image for alpine:3.12 10:03:51 ---> 88dd2752d2ea 10:03:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:03:51 Status: Downloaded newer image for alpine:3.12 10:03:51 ---> 88dd2752d2ea 10:03:51 Step 11/21 : RUN apk add --update --no-cache curl 10:03:51 Status: Image is up to date for alpine:3.12 10:03:51 ---> 88dd2752d2ea 10:03:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:03:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:03:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:03:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:03:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:03:52 Removing intermediate container 47852e84a794 10:03:52 ---> 90b81f86ba40 10:03:52 10:03:52 Step 11/26 : FROM docker:20.10.0 10:03:52 20.10.0: Pulling from library/docker 10:03:53 ---> Running in 0e5296137abc 10:03:53 ---> Running in 2a97605f681a 10:03:53 ---> Running in 26aadca602b9 10:03:55 Removing intermediate container 7df138f07339 10:03:55 ---> f82bc155c4a5 10:03:55 10:03:55 Step 10/23 : FROM alpine:3.12 10:03:55 ---> 88dd2752d2ea 10:03:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:03:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:55 ---> Running in 6e02246c82c7 10:03:55 (1/4) Installing ca-certificates (20191127-r4) 10:03:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:03:55 (3/4) Installing libcurl (7.69.1-r3) 10:03:55 (4/4) Installing curl (7.69.1-r3) 10:03:55 Executing busybox-1.31.1-r19.trigger 10:03:56 Executing ca-certificates-20191127-r4.trigger 10:03:56 OK: 7 MiB in 18 packages 10:03:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:03:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:03:57 (1/2) Installing ca-certificates (20191127-r4) 10:03:57 (1/1) Installing dumb-init (1.2.2-r1) 10:03:57 Executing busybox-1.31.1-r19.trigger 10:03:57 (2/2) Installing dumb-init (1.2.2-r1) 10:03:57 OK: 6 MiB in 15 packages 10:03:57 Executing busybox-1.31.1-r19.trigger 10:03:57 Executing ca-certificates-20191127-r4.trigger 10:03:57 (1/1) Installing dumb-init (1.2.2-r1) 10:03:57 Executing busybox-1.31.1-r19.trigger 10:03:57 OK: 6 MiB in 15 packages 10:03:57 OK: 6 MiB in 16 packages 10:03:59 Removing intermediate container 26aadca602b9 10:03:59 ---> 16c646e8f890 10:03:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:03:59 ---> Running in b765a61bd68f 10:03:59 Removing intermediate container 6e02246c82c7 10:03:59 ---> d84d094b071c 10:03:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:04:00 ---> Running in 31368cddb335 10:04:00 Removing intermediate container 2a97605f681a 10:04:00 ---> b9492575e338 10:04:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:04:00 Removing intermediate container 0e5296137abc 10:04:00 ---> 7097a342d0ef 10:04:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:04:00 Removing intermediate container b765a61bd68f 10:04:00 ---> ca5632b94365 10:04:00 Step 13/21 : WORKDIR /edgex 10:04:00 ---> Running in f750ad9e93ce 10:04:00 ---> Running in 7e66ecd9eb53 10:04:00 ---> Running in 66211f4f2766 10:04:00 Removing intermediate container 31368cddb335 10:04:00 ---> 9b5d469eb5b7 10:04:00 Step 13/23 : ENV APP_PORT=48081 10:04:00 ---> Running in 408fe44dcf25 10:04:00 Removing intermediate container f750ad9e93ce 10:04:00 ---> 7ea12253d40f 10:04:00 Step 13/22 : ENV APP_PORT=48060 10:04:00 Removing intermediate container 7e66ecd9eb53 10:04:00 ---> 94ce146f4efd 10:04:00 Step 13/23 : ENV APP_PORT=48082 10:04:00 Removing intermediate container 66211f4f2766 10:04:00 ---> 897cb425786e 10:04:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:04:01 ---> Running in 51420b285e34 10:04:01 ---> Running in fde7d977f1e8 10:04:01 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:04:01 Status: Downloaded newer image for docker:20.10.0 10:04:01 ---> aefe523efa57 10:04:01 Step 12/26 : RUN apk add --no-cache bash 10:04:01 Removing intermediate container 408fe44dcf25 10:04:01 ---> 2bc52d4fe258 10:04:01 Step 14/23 : EXPOSE $APP_PORT 10:04:01 ---> Running in 1cd1e6596a58 10:04:01 ---> 587ac0b3f106 10:04:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:04:01 ---> Running in 64d4669fd105 10:04:01 Removing intermediate container fde7d977f1e8 10:04:01 ---> 8e4370e5376a 10:04:01 Step 14/23 : EXPOSE $APP_PORT 10:04:01 Removing intermediate container 51420b285e34 10:04:01 ---> c6ce75dfa48f 10:04:01 Step 14/22 : EXPOSE $APP_PORT 10:04:02 ---> Running in 9897f6646d76 10:04:02 ---> Running in 6de591e12c1f 10:04:02 Removing intermediate container 64d4669fd105 10:04:02 ---> a3d1c3b45c8c 10:04:02 Step 15/23 : WORKDIR / 10:04:02 ---> Running in ee094342e126 10:04:02 ---> bb0ade9d4277 10:04:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:04:02 Removing intermediate container 6de591e12c1f 10:04:02 ---> 8045bc8d0b3d 10:04:02 Step 15/23 : WORKDIR / 10:04:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:04:02 Removing intermediate container 9897f6646d76 10:04:02 ---> b87c6a12a8b1 10:04:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:04:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:04:02 ---> Running in 9b6569c000e1 10:04:02 Removing intermediate container ee094342e126 10:04:02 ---> 0b36281414f3 10:04:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:04:02 (1/2) Installing readline (8.0.4-r0) 10:04:02 (2/2) Installing bash (5.0.17-r0) 10:04:02 Executing bash-5.0.17-r0.post-install 10:04:02 Executing busybox-1.31.1-r19.trigger 10:04:02 OK: 12 MiB in 22 packages 10:04:02 ---> d5940c22612d 10:04:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:04:02 ---> 42a38964cbc7 10:04:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:04:02 Removing intermediate container 9b6569c000e1 10:04:02 ---> 87b35b859791 10:04:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:04:03 ---> Running in 5a9a45449e4d 10:04:03 ---> 595f91aa11d6 10:04:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:04:03 ---> 559a3f1250a8 10:04:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:04:03 ---> 8b59e7678579 10:04:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:04:03 Removing intermediate container 5a9a45449e4d 10:04:03 ---> 3930d90b65df 10:04:03 Step 18/21 : CMD ["--init=true"] 10:04:03 ---> Running in 186f6247c273 10:04:03 Removing intermediate container 1cd1e6596a58 10:04:03 ---> 44509abfa2a2 10:04:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:04:03 ---> 524db5ac6be0 10:04:03 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:04:03 ---> Running in 6dbd0725e467 10:04:03 ---> 901ff3ccc946 10:04:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:04:04 Removing intermediate container 186f6247c273 10:04:04 ---> 0c27a290688e 10:04:04 Step 19/21 : LABEL arch=x86_64 10:04:04 ---> 185e2d51de01 10:04:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:04:04 ---> Running in 7a5b445dc32e 10:04:04 Removing intermediate container 6dbd0725e467 10:04:04 ---> 4c7d6d4f3ff7 10:04:04 Step 14/26 : ENV APP_PORT=48090 10:04:04 ---> Running in c55b8304fdc1 10:04:04 ---> 7ff186c46103 10:04:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:04:04 ---> Running in 099f7911c44f 10:04:04 Removing intermediate container 7a5b445dc32e 10:04:04 ---> c58ea4258e62 10:04:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:04:04 ---> d41f8596a653 10:04:04 Step 19/23 : ENTRYPOINT ["/core-command"] 10:04:04 ---> Running in 0cdee62eb9bb 10:04:05 Removing intermediate container c55b8304fdc1 10:04:05 ---> 9003525b5025 10:04:05 Step 20/21 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:04:05 ---> Running in 918f60be1327 10:04:05 ---> Running in 12bb0de979eb 10:04:05 Removing intermediate container 099f7911c44f 10:04:05 ---> 9aa27da3cd63 10:04:05 Step 15/26 : EXPOSE $APP_PORT 10:04:05 ---> Running in bac0216e2530 10:04:05 Removing intermediate container 0cdee62eb9bb 10:04:05 ---> 0f0544a31315 10:04:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:04:05 ---> Running in 3090d3d304af 10:04:05 Removing intermediate container 918f60be1327 10:04:05 ---> 6a69355f32d3 10:04:05 Step 20/22 : LABEL arch=x86_64 10:04:05 Removing intermediate container 12bb0de979eb 10:04:05 ---> 3ffe47d0b583 10:04:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:04:05 ---> Running in ef2e2f40851b 10:04:05 ---> Running in bd59dc9387cd 10:04:05 Removing intermediate container bac0216e2530 10:04:05 ---> f1f9d6f268cf 10:04:05 Step 21/21 : LABEL version=2.0.0-dev.144 10:04:05 Removing intermediate container 3090d3d304af 10:04:05 ---> 55a78975cd69 10:04:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:04:06 ---> Running in a9d6ceb4865b 10:04:06 ---> Running in e9e55171c5d3 10:04:06 Removing intermediate container bd59dc9387cd 10:04:06 ---> abf3dd3f0072 10:04:06 Step 21/22 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:04:06 Removing intermediate container ef2e2f40851b 10:04:06 ---> d71e60dc0a4c 10:04:06 Step 21/23 : LABEL arch=x86_64 10:04:06 ---> Running in d913893c7d76 10:04:06 ---> Running in 19a9b6eb729c 10:04:06 Removing intermediate container a9d6ceb4865b 10:04:06 ---> d5c4d13adf44 10:04:06 Step 21/23 : LABEL arch=x86_64 10:04:06 Removing intermediate container e9e55171c5d3 10:04:06 ---> c5cadd140800 10:04:06 10:04:06 ---> f59df71110b5 10:04:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:04:06 ---> Running in b164e1c1d5e1 10:04:06 Removing intermediate container 19a9b6eb729c 10:04:06 ---> 4a70d0ad5346 10:04:06 Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:04:06 Removing intermediate container d913893c7d76 10:04:06 ---> ad48257cb281 10:04:06 Step 22/22 : LABEL version=2.0.0-dev.144 10:04:06 Successfully built c5cadd140800 10:04:07 Successfully tagged docker-security-proxy-setup-go:latest 10:04:07 Building docker-security-bootstrapper-go 10:04:07  Building docker-security-proxy-setup-go ... done  ---> Running in 1cc401004816 10:04:07 ---> Running in f2c5683903cf 10:04:07 Removing intermediate container b164e1c1d5e1 10:04:07 ---> 668a5ef1c9ab 10:04:07 Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:04:07 ---> 1b3d9c047477 10:04:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:04:07 ---> Running in 81b9c2454d0a 10:04:07 Removing intermediate container 1cc401004816 10:04:07 ---> 46e51fbbbb85 10:04:07 Step 23/23 : LABEL version=2.0.0-dev.144 10:04:07 Removing intermediate container f2c5683903cf 10:04:07 ---> 366dfe47a128 10:04:07 10:04:07 Successfully built 366dfe47a128 10:04:07 ---> Running in aa5a610235cc 10:04:07 Successfully tagged docker-support-notifications-go:latest 10:04:07  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 10:04:07 Removing intermediate container 81b9c2454d0a 10:04:07 ---> 4878f4ecb8b7 10:04:07 Step 23/23 : LABEL version=2.0.0-dev.144 10:04:10 ---> 490e88082b6c 10:04:10 Step 19/26 : RUN apk --no-cache add py3-pip 10:04:10 ---> Running in cb352c38ede3 10:04:10 ---> Running in 8b63af91fa57 10:04:10 Removing intermediate container aa5a610235cc 10:04:10 ---> 5dea79d497f6 10:04:10 10:04:12 Successfully built 5dea79d497f6 10:04:13 Successfully tagged docker-core-metadata-go:latest 10:04:13  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 10:04:14 Removing intermediate container cb352c38ede3 10:04:14 ---> 186877a89e5f 10:04:14 10:04:15 Successfully built 186877a89e5f 10:04:15 Successfully tagged docker-core-command-go:latest 10:04:15  Building docker-core-command-go ... done Building docker-core-data-go 10:04:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:04:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:04:16 (1/33) Installing libbz2 (1.0.8-r1) 10:04:16 (2/33) Installing expat (2.2.9-r1) 10:04:16 (3/33) Installing libffi (3.3-r2) 10:04:16 (4/33) Installing gdbm (1.13-r1) 10:04:16 (5/33) Installing xz-libs (5.2.5-r0) 10:04:16 (6/33) Installing sqlite-libs (3.32.1-r0) 10:04:16 (7/33) Installing python3 (3.8.8-r0) 10:04:27 (8/33) Installing py3-appdirs (1.4.4-r1) 10:04:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:04:27 (10/33) Installing py3-parsing (2.4.7-r0) 10:04:27 (11/33) Installing py3-six (1.15.0-r0) 10:04:27 (12/33) Installing py3-packaging (20.4-r0) 10:04:27 (13/33) Installing py3-setuptools (47.0.0-r0) 10:04:27 (14/33) Installing py3-chardet (3.0.4-r4) 10:04:27 (15/33) Installing py3-idna (2.9-r0) 10:04:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:04:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:04:28 (18/33) Installing py3-requests (2.23.0-r0) 10:04:29 (19/33) Installing py3-msgpack (1.0.0-r0) 10:04:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:04:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:04:29 ---> 694b250275eb 10:04:29 Step 3/24 : WORKDIR /edgex-go 10:04:29 ---> Using cache 10:04:29 ---> 81c21c76e74d 10:04:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:04:29 ---> Using cache 10:04:29 ---> 89232689fc11 10:04:29 Step 5/24 : RUN apk add --update --no-cache make git 10:04:29 ---> Using cache 10:04:29 ---> 07096ff69a5c 10:04:29 Step 6/24 : COPY go.mod . 10:04:29 ---> Using cache 10:04:29 ---> bfe39cfd6fbb 10:04:29 Step 7/24 : RUN go mod download 10:04:29 ---> Using cache 10:04:29 ---> 27c936c679f7 10:04:29 Step 8/24 : COPY . . 10:04:29 ---> Using cache 10:04:29 ---> 65301378c5a1 10:04:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:04:29 (20/33) Installing py3-lockfile (0.12.2-r3) 10:04:29 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:04:29 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:04:29 ---> 694b250275eb 10:04:29 Step 3/31 : WORKDIR /edgex-go 10:04:29 ---> Using cache 10:04:29 ---> 81c21c76e74d 10:04:29 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:04:29 ---> Using cache 10:04:29 ---> 89232689fc11 10:04:29 Step 5/31 : RUN apk add --update --no-cache make git 10:04:29 ---> Using cache 10:04:29 ---> 07096ff69a5c 10:04:29 Step 6/31 : COPY go.mod . 10:04:29 ---> Using cache 10:04:29 ---> bfe39cfd6fbb 10:04:29 Step 7/31 : RUN go mod download 10:04:29 ---> Using cache 10:04:29 ---> 27c936c679f7 10:04:29 Step 8/31 : COPY . . 10:04:29 ---> Using cache 10:04:29 ---> 65301378c5a1 10:04:29 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:04:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:04:31 (22/33) Installing py3-colorama (0.4.3-r0) 10:04:31 (23/33) Installing py3-distlib (0.3.0-r0) 10:04:32 (24/33) Installing py3-distro (1.5.0-r1) 10:04:32 (25/33) Installing py3-webencodings (0.5.1-r3) 10:04:32 ---> Running in 244c4689c7bd 10:04:32 ---> Running in 9aabdfb75dd1 10:04:32 (26/33) Installing py3-html5lib (1.0.1-r4) 10:04:33 (27/33) Installing py3-pytoml (0.1.21-r0) 10:04:33 (28/33) Installing py3-pep517 (0.8.2-r0) 10:04:33 (29/33) Installing py3-progress (1.5-r0) 10:04:33 (30/33) Installing py3-toml (0.10.1-r0) 10:04:33 (31/33) Installing py3-retrying (1.3.3-r0) 10:04:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:04:34 (33/33) Installing py3-pip (20.1.1-r0) 10:04:34 Executing busybox-1.31.1-r19.trigger 10:04:34 OK: 71 MiB in 55 packages 10:04:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:04:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:04:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:04:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:04:45 ---> 694b250275eb 10:04:45 Step 3/23 : WORKDIR /edgex-go 10:04:45 ---> Using cache 10:04:45 ---> 81c21c76e74d 10:04:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:04:45 ---> Using cache 10:04:45 ---> 89232689fc11 10:04:45 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:04:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:04:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:04:45 ---> 694b250275eb 10:04:45 Step 3/22 : WORKDIR /edgex-go 10:04:45 ---> Using cache 10:04:45 ---> 81c21c76e74d 10:04:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:04:45 ---> Using cache 10:04:45 ---> 89232689fc11 10:04:45 Step 5/22 : RUN apk add --update --no-cache make git 10:04:45 ---> Using cache 10:04:45 ---> 07096ff69a5c 10:04:45 Step 6/22 : COPY go.mod . 10:04:45 ---> Using cache 10:04:45 ---> bfe39cfd6fbb 10:04:45 Step 7/22 : RUN go mod download 10:04:45 ---> Using cache 10:04:45 ---> 27c936c679f7 10:04:45 Step 8/22 : COPY . . 10:04:45 ---> Using cache 10:04:45 ---> 65301378c5a1 10:04:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:04:46 ---> Running in 53174ca20269 10:04:46 ---> Running in e18320831103 10:04:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:04:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:04:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:04:51 OK: 233 MiB in 51 packages 10:04:54 Removing intermediate container 53174ca20269 10:04:54 ---> 0b4df8a4eacc 10:04:54 Step 6/23 : COPY go.mod . 10:04:55 ---> f6e9e2cc8a65 10:04:55 Step 7/23 : RUN go mod download 10:04:55 ---> Running in c5b5dd1cacf8 10:04:56 Removing intermediate container 8b63af91fa57 10:04:56 ---> 302cfae460dc 10:04:56 Step 20/26 : RUN pip install docker-compose==1.23.2 10:04:56 ---> Running in 2ae2c670a58f 10:05:00 Removing intermediate container c5b5dd1cacf8 10:05:00 ---> 8813d5b7205b 10:05:00 Step 8/23 : COPY . . 10:05:00 Collecting docker-compose==1.23.2 10:05:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:05:04 Collecting dockerpty<0.5,>=0.4.1 10:05:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:05:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:05:07 Collecting jsonschema<3,>=2.5.1 10:05:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:05:07 Collecting PyYAML<4,>=3.10 10:05:07 Downloading PyYAML-3.13.tar.gz (270 kB) 10:05:08 Collecting cached-property<2,>=1.2.0 10:05:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:05:10 Collecting websocket-client<1.0,>=0.32.0 10:05:10 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 10:05:11 Collecting texttable<0.10,>=0.9.0 10:05:11 Downloading texttable-0.9.1.tar.gz (11 kB) 10:05:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:05:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:05:15 Collecting docker<4.0,>=3.6.0 10:05:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:05: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) 10:05:17 Collecting docopt<0.7,>=0.6.1 10:05:17 Downloading docopt-0.6.2.tar.gz (25 kB) 10:05:19 Collecting idna<2.8,>=2.5 10:05:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:05:19 Removing intermediate container 244c4689c7bd 10:05:19 ---> 0b93220196ef 10:05:19 10:05:19 Step 10/31 : FROM alpine:3.12 10:05:19 ---> 88dd2752d2ea 10:05:19 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:05:20 Collecting urllib3<1.25,>=1.21.1 10:05:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:05:20 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) 10:05:20 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) 10:05:20 Collecting docker-pycreds>=0.4.0 10:05:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:05:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:05:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:05:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:05:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:05:20 Installing collected packages: dockerpty, jsonschema, PyYAML, cached-property, websocket-client, texttable, idna, urllib3, requests, docker-pycreds, docker, docopt, docker-compose 10:05:20 Running setup.py install for dockerpty: started 10:05:22 Running setup.py install for dockerpty: finished with status 'done' 10:05:22 ---> Running in 4a05baec41c7 10:05:22 Running setup.py install for PyYAML: started 10:05:24 Running setup.py install for PyYAML: finished with status 'done' 10:05:24 Removing intermediate container 9aabdfb75dd1 10:05:24 ---> e729c7fb74ef 10:05:24 10:05:24 Step 10/24 : FROM alpine:3.12 10:05:24 ---> 88dd2752d2ea 10:05:24 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 10:05:25 Removing intermediate container 4a05baec41c7 10:05:25 ---> fc405ba5ec77 10:05:25 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:05:25 Running setup.py install for texttable: started 10:05:25 Running setup.py install for texttable: finished with status 'done' 10:05:25 Attempting uninstall: idna 10:05:25 Found existing installation: idna 2.9 10:05:25 Uninstalling idna-2.9: 10:05:26 Successfully uninstalled idna-2.9 10:05:26 ---> Running in a9d018128d52 10:05:26 Attempting uninstall: urllib3 10:05:26 Found existing installation: urllib3 1.25.9 10:05:26 Uninstalling urllib3-1.25.9: 10:05:26 ---> Running in d031d26e4f14 10:05:28 Successfully uninstalled urllib3-1.25.9 10:05:28 ---> e62c4781f465 10:05:28 Step 9/23 : RUN make cmd/core-data/core-data 10:05:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:05:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/secrets-config ./cmd/secrets-config 10:05:29 Attempting uninstall: requests 10:05:29 Found existing installation: requests 2.23.0 10:05:29 Uninstalling requests-2.23.0: 10:05:29 Successfully uninstalled requests-2.23.0 10:05:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:29 (1/6) Installing ca-certificates (20191127-r4) 10:05:29 (2/6) Installing nghttp2-libs (1.41.0-r0) 10:05:29 (3/6) Installing libcurl (7.69.1-r3) 10:05:29 (4/6) Installing curl (7.69.1-r3) 10:05:29 (5/6) Installing dumb-init (1.2.2-r1) 10:05:29 (6/6) Installing su-exec (0.2-r1) 10:05:29 ---> Running in 9ac3a3dce992 10:05:29 Executing busybox-1.31.1-r19.trigger 10:05:29 Executing ca-certificates-20191127-r4.trigger 10:05:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:30 OK: 7 MiB in 20 packages 10:05:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:30 (1/2) Installing dumb-init (1.2.2-r1) 10:05:30 (2/2) Installing su-exec (0.2-r1) 10:05:30 Executing busybox-1.31.1-r19.trigger 10:05:30 OK: 6 MiB in 16 packages 10:05:30 Running setup.py install for docopt: started 10:05:31 Running setup.py install for docopt: finished with status 'done' 10:05:31 Removing intermediate container e18320831103 10:05:31 ---> 735d3785571a 10:05:31 10:05:31 Step 10/22 : FROM alpine:3.12 10:05:31 ---> 88dd2752d2ea 10:05:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:05:31 ---> Using cache 10:05:31 ---> 7097a342d0ef 10:05:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:05:31 ---> Using cache 10:05:31 ---> 94ce146f4efd 10:05:31 Step 13/22 : ENV APP_PORT=48085 10:05:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-data/core-data ./cmd/core-data 10:05:31 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 10:05:31 ---> Running in f342e627f582 10:05:32 Removing intermediate container f342e627f582 10:05:32 ---> df21376946d9 10:05:32 Step 14/22 : EXPOSE $APP_PORT 10:05:33 Removing intermediate container d031d26e4f14 10:05:33 ---> dd94caa090a7 10:05:33 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:05:33 ---> Running in 153fe76fcb4b 10:05:33 Removing intermediate container a9d018128d52 10:05:33 ---> ae76f087ebd5 10:05:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:05:33 ---> Running in 8f8e32405196 10:05:34 ---> Running in cca023dcded6 10:05:34 Removing intermediate container 153fe76fcb4b 10:05:34 ---> c56591d46e70 10:05:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:05:35 Removing intermediate container 8f8e32405196 10:05:35 ---> 6b3d1a2b14cf 10:05:35 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:05:36 Removing intermediate container cca023dcded6 10:05:36 ---> e50232473b87 10:05:36 Step 13/24 : WORKDIR / 10:05:36 ---> Running in 3131b056042c 10:05:36 ---> 6c1f4d4dfaee 10:05:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:05:36 Removing intermediate container 2ae2c670a58f 10:05:36 ---> cf50fb9f4cb5 10:05:36 Step 21/26 : RUN apk --no-cache add curl 10:05:36 ---> Running in 5e465cda67f8 10:05:36 ---> Running in c8c8d52d1ab9 10:05:37 Removing intermediate container 3131b056042c 10:05:37 ---> 127a997666b6 10:05:37 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:05:37 Removing intermediate container 98fb79d3ef98 10:05:37 ---> 1c2bf25ea377 10:05:37 10:05:37 Step 10/24 : FROM alpine:3.12 10:05:37 3.12: Pulling from library/alpine 10:05:37 ---> Running in c551ff20cfe1 10:05:37 Removing intermediate container 5e465cda67f8 10:05:37 ---> daafc4174e2c 10:05:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:05:37 ---> c8e270a04bf1 10:05:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:05:38 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:05:38 Status: Downloaded newer image for alpine:3.12 10:05:38 ---> d10569e2745f 10:05:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 10:05:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:39 ---> e86a61c59aca 10:05:39 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:05:39 ---> 66027c12a939 10:05:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:05:39 ---> Running in 457782f4f829 10:05:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:05:39 (2/3) Installing libcurl (7.69.1-r3) 10:05:39 (3/3) Installing curl (7.69.1-r3) 10:05:39 Executing busybox-1.31.1-r19.trigger 10:05:39 OK: 72 MiB in 58 packages 10:05:39 ---> Running in 5f96a7a4a361 10:05:40 ---> 5c5abc4429e8 10:05:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:05:40 Removing intermediate container 457782f4f829 10:05:40 ---> 0421edbf8864 10:05:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:05:40 ---> Running in 547485f92c04 10:05:40 ---> 86ee1ac8d6bc 10:05:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:05:40 Removing intermediate container 547485f92c04 10:05:40 ---> a20dcacba219 10:05:40 Step 20/22 : LABEL arch=x86_64 10:05:40 ---> Running in ae56cedd2cb9 10:05:40 Removing intermediate container c8c8d52d1ab9 10:05:40 ---> b2837db12d31 10:05:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:05:41 ---> Running in 3f33ad92ad13 10:05:41 Removing intermediate container c551ff20cfe1 10:05:41 ---> e4dbbc71a47a 10:05:41 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:05:41 Removing intermediate container ae56cedd2cb9 10:05:41 ---> 3814327b8ff0 10:05:41 Step 21/22 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:05:41 ---> Running in 27696252ab0d 10:05:41 ---> 1671d0d662fd 10:05:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:05:41 Removing intermediate container 3f33ad92ad13 10:05:41 ---> 966be1799efb 10:05:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:05:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:42 ---> Running in b82ae652c1a7 10:05:42 ---> Running in 7cdb3cd9da1e 10:05:42 Removing intermediate container 27696252ab0d 10:05:42 ---> 5c450a7b0e41 10:05:42 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:05:42 Removing intermediate container 8729ecfd3538 10:05:42 ---> d102b0f4af17 10:05:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:05:42 (1/6) Installing ca-certificates (20191127-r4) 10:05:42 ---> 015822051ee9 10:05:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:05:42 Removing intermediate container b82ae652c1a7 10:05:42 ---> 9baa89ea02dd 10:05:42 Step 22/22 : LABEL version=2.0.0-dev.144 10:05:42 Removing intermediate container 7cdb3cd9da1e 10:05:42 ---> 5fc37efb7b11 10:05:42 Step 24/26 : LABEL arch=x86_64 10:05:42 (2/6) Installing nghttp2-libs (1.41.0-r0) 10:05:42 (3/6) Installing libcurl (7.69.1-r3) 10:05:42 (4/6) Installing curl (7.69.1-r3) 10:05:42 (5/6) Installing dumb-init (1.2.2-r1) 10:05:42 (6/6) Installing su-exec (0.2-r1) 10:05:42 Executing busybox-1.31.1-r19.trigger 10:05:42 Executing ca-certificates-20191127-r4.trigger 10:05:42 Removing intermediate container 4009a7769525 10:05:42 ---> 7d04de3b6390 10:05:42 10:05:42 Step 10/21 : FROM alpine:3.12 10:05:42 ---> d10569e2745f 10:05:42 Step 11/21 : RUN apk add --update --no-cache curl 10:05:42 ---> Running in 101ee0bf822e 10:05:42 ---> Running in 7b333fdccff6 10:05:42 OK: 7 MiB in 20 packages 10:05:42 ---> Running in c67a0c4a0332 10:05:43 ---> a382aa3f4b66 10:05:43 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/ 10:05:43 ---> 33be6844b41d 10:05:43 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:05:43 ---> Running in 11a813909349 10:05:43 ---> Running in e290a2c3888f 10:05:43 ---> Running in 126218862ad0 10:05:43 Removing intermediate container 101ee0bf822e 10:05:43 ---> a14e3d15a60a 10:05:43 Step 25/26 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:05:43 Removing intermediate container 7b333fdccff6 10:05:43 ---> 89632287ee7a 10:05:43 10:05:43 Successfully built 89632287ee7a 10:05:44 Successfully tagged docker-support-scheduler-go:latest 10:05:44  Building docker-support-scheduler-go ... done  ---> Running in 658fe3df714a 10:05:44 Removing intermediate container 658fe3df714a 10:05:44 ---> ec638f2f99e5 10:05:44 Step 26/26 : LABEL version=2.0.0-dev.144 10:05:44 ---> Running in 128a62ade53d 10:05:45 Removing intermediate container 128a62ade53d 10:05:45 ---> 2124c92b834e 10:05:45 10:05:45 Successfully built 2124c92b834e 10:05:45 Successfully tagged docker-sys-mgmt-agent-go:latest 10:05:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:05:45 Removing intermediate container 5f96a7a4a361 10:05:45 ---> 20512bd2892b 10:05:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:05:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:45 ---> Running in cd2714fce7f7 10:05:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:46  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e290a2c3888f 10:05:46 ---> d0fee51dfd17 10:05:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:05:46 ---> Running in 26aac998eb88 10:05:46 Removing intermediate container 126218862ad0 10:05:46 ---> ad8259900585 10:05:46 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:05:46 Removing intermediate container cd2714fce7f7 10:05:46 ---> 42fcc4bd07d9 10:05:46 Step 13/24 : WORKDIR / 10:05:46 ---> Running in a99e73888c4f 10:05:46 Removing intermediate container 26aac998eb88 10:05:46 ---> ffe5d28e215a 10:05:46 Step 22/24 : LABEL arch=x86_64 10:05:46 (1/4) Installing ca-certificates (20191127-r4) 10:05:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:05:46 (3/4) Installing libcurl (7.69.1-r3) 10:05:46 (4/4) Installing curl (7.69.1-r3) 10:05:46 Executing busybox-1.31.1-r19.trigger 10:05:46 Executing ca-certificates-20191127-r4.trigger 10:05:47 OK: 7 MiB in 18 packages 10:05:47 ---> Running in 678f97d67873 10:05:47 ---> d3abf5f7c6a3 10:05:47 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:05:47 Removing intermediate container 678f97d67873 10:05:47 ---> 98899234db43 10:05:47 Step 23/24 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:05:47 ---> Running in 4c8adad271ed 10:05:47 Removing intermediate container a99e73888c4f 10:05:47 ---> fd986bfe84f8 10:05:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:05:47 Removing intermediate container 4c8adad271ed 10:05:47 ---> 54e674a4d9d2 10:05:47 Step 24/24 : LABEL version=2.0.0-dev.144 10:05:47 ---> 5b91930f901e 10:05:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:05:47 ---> Running in d474924ce50a 10:05:47 Removing intermediate container d474924ce50a 10:05:47 ---> 3d18ba18d5b1 10:05:47 10:05:48 Successfully built 3d18ba18d5b1 10:05:48 Successfully tagged docker-security-secretstore-setup-go:latest 10:05:48  Building docker-security-secretstore-setup-go ... done  ---> 929988c19e4b 10:05:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:05:49 ---> 9016c1167d77 10:05:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:05:50 Removing intermediate container 11a813909349 10:05:50 ---> 8a762dbb019c 10:05:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:05:50 ---> Running in 471297b74780 10:05:50 ---> 073a8dba3195 10:05:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:05:50 ---> e9195c6b0be6 10:05:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:05:50 ---> e848f7629ad1 10:05:50 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:05:50 ---> Running in d3b6fef8f18c 10:05:51 Removing intermediate container d3b6fef8f18c 10:05:51 ---> 835c186d01b2 10:05:51 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:05:51 Removing intermediate container 471297b74780 10:05:51 ---> 843a2c46d4bf 10:05:51 Step 13/21 : WORKDIR /edgex 10:05:51 Removing intermediate container c67a0c4a0332 10:05:51 ---> 2a85bca0e2b3 10:05:51 10:05:51 Step 11/26 : FROM docker:20.10.0 10:05:51 20.10.0: Pulling from library/docker 10:05:52 ---> Running in 56747d075cc1 10:05:52 ---> ded247c83635 10:05:52 Step 26/31 : RUN chmod +x /entrypoint.sh 10:05:52 Removing intermediate container 9ac3a3dce992 10:05:52 ---> fe862e94d61c 10:05:52 10:05:52 Step 10/23 : FROM alpine:3.12 10:05:52 ---> 88dd2752d2ea 10:05:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:05:52 ---> Running in f0865c7d3012 10:05:52 ---> Running in 02559b1bdf5a 10:05:53 ---> a459b21ff717 10:05:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:05:53 Removing intermediate container 02559b1bdf5a 10:05:53 ---> 32b64ecb0dad 10:05:53 Step 12/23 : ENV APP_PORT=48080 10:05:53 ---> Running in 656d40476bbd 10:05:53 Removing intermediate container 656d40476bbd 10:05:53 ---> c7c2799649fd 10:05:53 Step 13/23 : EXPOSE $APP_PORT 10:05:53 ---> Running in a06ec849e9a3 10:05:53 Removing intermediate container a06ec849e9a3 10:05:53 ---> e6ee5473a669 10:05:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:53 ---> Running in 62e8097963c4 10:05:53 Removing intermediate container 56747d075cc1 10:05:53 ---> 9a989d9513ea 10:05:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:05:53 Removing intermediate container f0865c7d3012 10:05:53 ---> 5d365dc191e6 10:05:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:05:54 ---> Running in d1dc2cec62a6 10:05:54 Removing intermediate container c0200958e8c0 10:05:54 ---> 19a2229b0d5a 10:05:54 10:05:54 Step 10/22 : FROM alpine:3.12 10:05:54 ---> d10569e2745f 10:05:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:05:54 Removing intermediate container 76281c0fdd64 10:05:54 ---> 455e2550fd42 10:05:54 10:05:54 Step 10/22 : FROM alpine:3.12 10:05:54 ---> d10569e2745f 10:05:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:05:54 Removing intermediate container d1dc2cec62a6 10:05:54 ---> 657832424ee8 10:05:54 Step 28/31 : CMD ["gate"] 10:05:54 ---> Running in de099af1cc78 10:05:54 Removing intermediate container de099af1cc78 10:05:54 ---> da97eae6ae9f 10:05:54 Step 29/31 : LABEL arch=x86_64 10:05:54 Removing intermediate container 62e8097963c4 10:05:54 ---> 1a072de4e58d 10:05:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:05:54 ---> Running in 4cd14c48a6d8 10:05:54 ---> Running in 3dfe51e8c505 10:05:55 ---> Running in 1e4f636e9813 10:05:55 ---> Running in 3c2ba7e7d47e 10:05:55 Removing intermediate container 3c2ba7e7d47e 10:05:55 ---> dfd5984ff3c1 10:05:55 Step 30/31 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:05:55 ---> 0252071f7aff 10:05:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:05:55 ---> Running in 36d3adb785f8 10:05:55 ---> c0248f628bca 10:05:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:05:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:55 Removing intermediate container 36d3adb785f8 10:05:55 ---> 5575de54cd80 10:05:55 Step 31/31 : LABEL version=2.0.0-dev.144 10:05:55 ---> Running in c23637fa4df3 10:05:55 Removing intermediate container c23637fa4df3 10:05:55 ---> ebb243c78bf6 10:05:55 10:05:56 Successfully built ebb243c78bf6 10:05:56 Successfully tagged docker-security-bootstrapper-go:latest 10:05:56  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:56 (1/6) Installing dumb-init (1.2.2-r1) 10:05:57 (2/6) Installing libgcc (9.3.0-r2) 10:05:57 (3/6) Installing libsodium (1.0.18-r0) 10:05:57 (4/6) Installing libstdc++ (9.3.0-r2) 10:05:57 (5/6) Installing libzmq (4.3.3-r0) 10:05:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:57 ---> 3a4ce506808e 10:05:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:05:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:57 ---> d37e20eb0294 10:05:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:05:58 (6/6) Installing zeromq (4.3.3-r0) 10:05:58 (1/1) Installing dumb-init (1.2.2-r1) 10:05:58 Executing busybox-1.31.1-r19.trigger 10:05:58 (1/2) Installing ca-certificates (20191127-r4) 10:05:58 Executing busybox-1.31.1-r19.trigger 10:05:58 OK: 8 MiB in 20 packages 10:05:58 OK: 5 MiB in 15 packages 10:05:58 (2/2) Installing dumb-init (1.2.2-r1) 10:05:58 Executing busybox-1.31.1-r19.trigger 10:05:58 Executing ca-certificates-20191127-r4.trigger 10:05:58 OK: 6 MiB in 16 packages 10:05:58 Removing intermediate container 1e4f636e9813 10:05:58 ---> 31184a0ec89d 10:05:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:05:59 ---> 7591ab36a0da 10:05:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:05:59 ---> e830899c703e 10:05:59 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/ 10:05:59 ---> bfa1bc1a27ba 10:05:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:05:59 ---> 3302d840c557 10:05:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:05:59 ---> 33ad703d0a0b 10:05:59 Step 19/23 : ENTRYPOINT ["/core-data"] 10:05:59 ---> Running in 4acd868c2402 10:06:00 Removing intermediate container 4acd868c2402 10:06:00 ---> 34df23aae6f7 10:06:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:06:00 ---> Running in 6a895eb534cf 10:06:00 ---> Running in ab6a7f49543f 10:06:00 ---> Running in c632f7bcf312 10:06:00 Removing intermediate container 6a895eb534cf 10:06:00 ---> a9eb5d49839b 10:06:00 Step 21/23 : LABEL arch=x86_64 10:06:00 ---> Running in 7a372d634bae 10:06:00 Removing intermediate container 3dfe51e8c505 10:06:00 ---> 6418348bcd0d 10:06:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:06:00 ---> Running in c7eff2abed64 10:06:00 Removing intermediate container 7a372d634bae 10:06:00 ---> 730dde14e9ae 10:06:00 Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:00 ---> Running in 4848904565b6 10:06:01 Removing intermediate container 4848904565b6 10:06:01 ---> de90d93c2248 10:06:01 Step 23/23 : LABEL version=2.0.0-dev.144 10:06:01 ---> Running in d06fdbb014fd 10:06:01 Removing intermediate container d06fdbb014fd 10:06:01 ---> 9c4fe7cbb645 10:06:01 10:06:01 Successfully built 9c4fe7cbb645 10:06:01 Successfully tagged docker-core-data-go:latest 10:06:01  Building docker-core-data-go ... done  [Pipeline] } 10:06:01 $ docker stop --time=1 c2666effa775234c5570ab0123cae63e8121a349b7a42521e577005eb44315a9 10:06:02 Removing intermediate container c632f7bcf312 10:06:02 ---> 5ccc44f261f4 10:06:02 Step 18/21 : CMD ["--init=true"] 10:06:02 Removing intermediate container 4cd14c48a6d8 10:06:02 ---> 8cb23228973e 10:06:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:06:02 Removing intermediate container c7eff2abed64 10:06:02 ---> e9baa378698e 10:06:02 Step 13/22 : ENV APP_PORT=48085 10:06:02 ---> Running in 237b70c478fd 10:06:02 ---> Running in 2e973613c96c 10:06:02 ---> Running in 8cdd523dfc84 10:06:03 Removing intermediate container 237b70c478fd 10:06:03 ---> 39240ea3feb3 10:06:03 Step 19/21 : LABEL arch=arm64 10:06:03 $ docker rm -f c2666effa775234c5570ab0123cae63e8121a349b7a42521e577005eb44315a9 10:06:03 ---> Running in 51793d80cc99 10:06:03 Removing intermediate container 2e973613c96c 10:06:03 ---> 5011f6285871 10:06:03 Step 13/22 : ENV APP_PORT=48060 10:06:03 Removing intermediate container 8cdd523dfc84 10:06:03 ---> 988a9deddbbe 10:06:03 Step 14/22 : EXPOSE $APP_PORT 10:06:03 ---> Running in d6b66e580cc6 10:06:03 ---> Running in ba75b3252b11 [Pipeline] // withDockerContainer [Pipeline] sh 10:06:03 Removing intermediate container ab6a7f49543f 10:06:03 ---> c177e25fb169 10:06:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:06:03 ---> Running in 9cd748626234 10:06:04 + docker images 10:06:04 + grep docker 10:06:04 Removing intermediate container 51793d80cc99 10:06:04 ---> 91fa3461bcf4 10:06:04 Step 20/21 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:04 docker-core-data-go latest 9c4fe7cbb645 3 seconds ago 22.7MB 10:06:04 docker-security-bootstrapper-go latest ebb243c78bf6 9 seconds ago 18.9MB 10:06:04 docker-security-secretstore-setup-go latest 3d18ba18d5b1 17 seconds ago 25MB 10:06:04 docker-sys-mgmt-agent-go latest 2124c92b834e 20 seconds ago 313MB 10:06:04 docker-support-scheduler-go latest 89632287ee7a 21 seconds ago 17.4MB 10:06:04 docker-core-command-go latest 186877a89e5f About a minute ago 17.3MB 10:06:04 docker-core-metadata-go latest 5dea79d497f6 About a minute ago 19MB 10:06:04 docker-support-notifications-go latest 366dfe47a128 About a minute ago 17.9MB 10:06:04 docker-security-proxy-setup-go latest c5cadd140800 About a minute ago 24.7MB 10:06:04 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv 10:06:04 ---> Running in 4c43cb07c4a9 10:06:04 Removing intermediate container d6b66e580cc6 10:06:04 ---> 10aedda3c7bc 10:06:04 Step 14/22 : EXPOSE $APP_PORT [Pipeline] } [Pipeline] // script 10:06:04 Removing intermediate container ba75b3252b11 10:06:04 ---> cfe8addaa1a1 10:06:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:06:04 ---> Running in de69bf30959c [Pipeline] } [Pipeline] // stage 10:06:04 Removing intermediate container 9cd748626234 10:06:04 ---> ecd81f423814 10:06:04 Step 22/24 : LABEL arch=arm64 10:06:04 Removing intermediate container 4c43cb07c4a9 10:06:04 ---> a659496ad600 10:06:04 Step 21/21 : LABEL version=2.0.0-dev.144 [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { 10:06:05 ---> Running in 274ad79b5e11 10:06:05 ---> Running in f61aa54e19d7 [Pipeline] wrap 10:06:05 provisioning config files... 10:06:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/412@tmp/config5800407624193169219tmp [Pipeline] { 10:06:05 Removing intermediate container de69bf30959c 10:06:05 ---> bf3d5b356ce9 10:06:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] libraryResource [Pipeline] sh 10:06:05 ---> d86e8adef209 10:06:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:06:05 Removing intermediate container 274ad79b5e11 10:06:05 ---> 8b46aa6e458f 10:06:05 Step 23/24 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:05 ---> docker-login.sh 10:06:05 nexus3.edgexfoundry.org:10001 10:06:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:06:06 Removing intermediate container f61aa54e19d7 10:06:06 ---> ddc00dec5d0d 10:06:06 10:06:06 ---> Running in e8479bd27553 10:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:06:06 Configure a credential helper to remove this warning. See 10:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:06:06 10:06:06 Login Succeeded 10:06:06 nexus3.edgexfoundry.org:10002 10:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:06:06 Configure a credential helper to remove this warning. See 10:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:06:06 10:06:06 Login Succeeded 10:06:06 nexus3.edgexfoundry.org:10003 10:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:06:06 Configure a credential helper to remove this warning. See 10:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:06:06 10:06:06 Login Succeeded 10:06:06 nexus3.edgexfoundry.org:10004 10:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:06:06 Configure a credential helper to remove this warning. See 10:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:06:06 10:06:06 Login Succeeded 10:06:06 docker.io 10:06:06 Successfully built ddc00dec5d0d 10:06:06 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:06:06  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 10:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:06:07 Removing intermediate container e8479bd27553 10:06:07 ---> fb9d50a4a39c 10:06:07 Step 24/24 : LABEL version=2.0.0-dev.144 10:06:07 ---> cf783a338734 10:06:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:06:07 ---> Running in b8f99fdc92b7 10:06:07 ---> 37e4bf29c724 10:06:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:06:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:06:07 Configure a credential helper to remove this warning. See 10:06:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:06:07 10:06:07 Login Succeeded 10:06:07 ---> docker-login.sh ends [Pipeline] } 10:06:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:06:08 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 10:06:08 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:08 2.0.0-dev.144 10:06:08 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:08 master 10:06:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 10:06:08 Removing intermediate container b8f99fdc92b7 10:06:08 ---> ae473bfebc11 10:06:08 [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:06:09 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:06:09 Successfully built ae473bfebc11 10:06:09 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:06:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:06:09 8a921f19ff71: Preparing 10:06:09 82f66dc86249: Preparing 10:06:09 937e0c0157f6: Preparing 10:06:09 426dbf7bead1: Preparing 10:06:09 33e8713114f8: Preparing 10:06:09 33e8713114f8: Layer already exists 10:06:09  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 10:06:09 ---> 6830c11b8b0a 10:06:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:06:09 426dbf7bead1: Pushed 10:06:09 937e0c0157f6: Pushed 10:06:09 8a921f19ff71: Pushed 10:06:09 ---> Running in 6af89be82fb4 10:06:09 ---> 8fdc71db1072 10:06:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:06:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:06:10 Status: Downloaded newer image for docker:20.10.0 10:06:10 ---> eeaf43b92773 10:06:10 Step 12/26 : RUN apk add --no-cache bash 10:06:10 Removing intermediate container 6af89be82fb4 10:06:10 ---> b9feaf7e2d16 10:06:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:06:10 ---> Running in 3ecfa6b3ce57 10:06:10 82f66dc86249: Pushed 10:06:10 ---> Running in c03eeb10f0ad 10:06:10 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:346990665a700c7398ac9d2ca0f627252a0e67c88940b00cac8f343da2797511 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:06:11 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:11 ---> b17948f617cc 10:06:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:06:11 Removing intermediate container c03eeb10f0ad 10:06:11 ---> 087fc3651139 10:06:11 Step 20/22 : LABEL arch=arm64 10:06:11 ---> Running in 7a81ee90cdb1 10:06:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.144 10:06:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:06:11 8a921f19ff71: Preparing 10:06:11 82f66dc86249: Preparing 10:06:11 937e0c0157f6: Preparing 10:06:11 426dbf7bead1: Preparing 10:06:11 33e8713114f8: Preparing 10:06:11 426dbf7bead1: Layer already exists 10:06:11 937e0c0157f6: Layer already exists 10:06:11 33e8713114f8: Layer already exists 10:06:11 82f66dc86249: Layer already exists 10:06:11 8a921f19ff71: Layer already exists 10:06:11 2.0.0-dev.144: digest: sha256:346990665a700c7398ac9d2ca0f627252a0e67c88940b00cac8f343da2797511 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:06:11 ---> Running in 9cb44592bf25 10:06:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:06:11 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:11 Removing intermediate container 7a81ee90cdb1 10:06:11 ---> ae1788460595 10:06:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:06:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:06:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:06:12 8a921f19ff71: Preparing 10:06:12 82f66dc86249: Preparing 10:06:12 937e0c0157f6: Preparing 10:06:12 426dbf7bead1: Preparing 10:06:12 33e8713114f8: Preparing 10:06:12 8a921f19ff71: Layer already exists 10:06:12 82f66dc86249: Layer already exists 10:06:12 937e0c0157f6: Layer already exists 10:06:12 33e8713114f8: Layer already exists 10:06:12 426dbf7bead1: Layer already exists 10:06:12 Removing intermediate container 9cb44592bf25 10:06:12 ---> 0d369b572ac4 10:06:12 Step 21/22 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:12 ---> Running in 323467d72e7c 10:06:12 ---> Running in f830f3624068 10:06:12 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:346990665a700c7398ac9d2ca0f627252a0e67c88940b00cac8f343da2797511 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:06:12 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 10:06:12 (1/2) Installing readline (8.0.4-r0) 10:06:12 (2/2) Installing bash (5.0.17-r0) 10:06:12 Executing bash-5.0.17-r0.post-install 10:06:12 Executing busybox-1.31.1-r19.trigger 10:06:12 OK: 12 MiB in 22 packages 10:06:12 Removing intermediate container 323467d72e7c 10:06:12 ---> 415cf2a54057 10:06:12 Step 20/22 : LABEL arch=arm64 10:06:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 10:06:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:06:12 8a921f19ff71: Preparing 10:06:12 82f66dc86249: Preparing 10:06:12 937e0c0157f6: Preparing 10:06:12 426dbf7bead1: Preparing 10:06:12 33e8713114f8: Preparing 10:06:12 8a921f19ff71: Layer already exists 10:06:12 426dbf7bead1: Layer already exists 10:06:12 33e8713114f8: Layer already exists 10:06:12 937e0c0157f6: Layer already exists 10:06:12 82f66dc86249: Layer already exists 10:06:12 master: digest: sha256:346990665a700c7398ac9d2ca0f627252a0e67c88940b00cac8f343da2797511 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry 10:06:13 Removing intermediate container f830f3624068 10:06:13 ---> 30b7b0662920 10:06:13 Step 22/22 : LABEL version=2.0.0-dev.144 10:06:13 ---> Running in e6e2be3c4a78 [Pipeline] } [Pipeline] // withEnv 10:06:13 ---> Running in f8c8fac42bc2 [Pipeline] echo 10:06:13 ===================================================== [Pipeline] echo 10:06:13 taggedImages: 10:06:13 - nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:13 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.144 10:06:13 - nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:13 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 10:06:13 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 10:06:13 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:13 2.0.0-dev.144 10:06:13 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:13 master 10:06:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 10:06:14 Removing intermediate container e6e2be3c4a78 10:06:14 ---> b87b60a4a2bc 10:06:14 Step 21/22 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:14 Removing intermediate container f8c8fac42bc2 10:06:14 ---> 3e4786010fad 10:06:14 10:06:14 ---> Running in bcc2fc8ed191 [Pipeline] isUnix [Pipeline] sh 10:06:14 Successfully built 3e4786010fad 10:06:14 Successfully tagged docker-support-scheduler-go-arm64:latest 10:06:14  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 10:06:14 Removing intermediate container 3ecfa6b3ce57 10:06:14 ---> 9a33fd63c7a4 10:06:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:06:14 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:06:14 Removing intermediate container bcc2fc8ed191 10:06:14 ---> 7bdd2b473aad 10:06:14 Step 22/22 : LABEL version=2.0.0-dev.144 10:06:14 ---> Running in 171209472a89 10:06:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:06:14 498fbde192b6: Preparing 10:06:14 01cc0f24048a: Preparing 10:06:14 937e0c0157f6: Preparing 10:06:14 dc0362809334: Preparing 10:06:14 1a1842f041ea: Preparing 10:06:14 33e8713114f8: Preparing 10:06:14 33e8713114f8: Waiting 10:06:14 937e0c0157f6: Layer already exists 10:06:14 33e8713114f8: Layer already exists 10:06:14 ---> Running in c4000a5dbd78 10:06:14 498fbde192b6: Pushed 10:06:14 1a1842f041ea: Pushed 10:06:15 Removing intermediate container 171209472a89 10:06:15 ---> a41e59c74e17 10:06:15 Step 14/26 : ENV APP_PORT=48090 10:06:15 dc0362809334: Pushed 10:06:15 ---> Running in 8c96863f93b7 10:06:15 Removing intermediate container c4000a5dbd78 10:06:15 ---> b9dbe69acbd4 10:06:15 10:06:15 Successfully built b9dbe69acbd4 10:06:15 Successfully tagged docker-support-notifications-go-arm64:latest 10:06:15 Building docker-security-bootstrapper-go 10:06:15  Building docker-support-notifications-go ... done Removing intermediate container 8c96863f93b7 10:06:15 ---> 32d5851d89f2 10:06:15 Step 15/26 : EXPOSE $APP_PORT 10:06:15 ---> Running in 2f40d12da67c 10:06:16 01cc0f24048a: Pushed 10:06:16 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:32bf10e5e7fabd586b3478f045ec2def8af65880a795f5bef2dc75400a0ef188 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:06:16 Removing intermediate container 2f40d12da67c 10:06:16 ---> ced4c7d6fbb3 10:06:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:06:16 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.144 10:06:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:06:17 498fbde192b6: Preparing 10:06:17 01cc0f24048a: Preparing 10:06:17 937e0c0157f6: Preparing 10:06:17 dc0362809334: Preparing 10:06:17 1a1842f041ea: Preparing 10:06:17 33e8713114f8: Preparing 10:06:17 33e8713114f8: Waiting 10:06:17 dc0362809334: Layer already exists 10:06:17 937e0c0157f6: Layer already exists 10:06:17 1a1842f041ea: Layer already exists 10:06:17 01cc0f24048a: Layer already exists 10:06:17 498fbde192b6: Layer already exists 10:06:17 33e8713114f8: Layer already exists 10:06:17 2.0.0-dev.144: digest: sha256:32bf10e5e7fabd586b3478f045ec2def8af65880a795f5bef2dc75400a0ef188 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:06:17 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:17 ---> 93c76d06a55d 10:06:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:06:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:06:17 498fbde192b6: Preparing 10:06:17 01cc0f24048a: Preparing 10:06:17 937e0c0157f6: Preparing 10:06:17 dc0362809334: Preparing 10:06:17 1a1842f041ea: Preparing 10:06:17 33e8713114f8: Preparing 10:06:17 33e8713114f8: Waiting 10:06:17 01cc0f24048a: Layer already exists 10:06:17 498fbde192b6: Layer already exists 10:06:17 dc0362809334: Layer already exists 10:06:17 937e0c0157f6: Layer already exists 10:06:17 1a1842f041ea: Layer already exists 10:06:17 33e8713114f8: Layer already exists 10:06:17 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:32bf10e5e7fabd586b3478f045ec2def8af65880a795f5bef2dc75400a0ef188 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:06:18 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 10:06:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 10:06:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:06:18 498fbde192b6: Preparing 10:06:18 01cc0f24048a: Preparing 10:06:18 937e0c0157f6: Preparing 10:06:18 dc0362809334: Preparing 10:06:18 1a1842f041ea: Preparing 10:06:18 33e8713114f8: Preparing 10:06:18 33e8713114f8: Waiting 10:06:18 498fbde192b6: Layer already exists 10:06:18 1a1842f041ea: Layer already exists 10:06:18 dc0362809334: Layer already exists 10:06:18 01cc0f24048a: Layer already exists 10:06:18 937e0c0157f6: Layer already exists 10:06:18 33e8713114f8: Layer already exists 10:06:18 master: digest: sha256:32bf10e5e7fabd586b3478f045ec2def8af65880a795f5bef2dc75400a0ef188 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:06:19 ===================================================== [Pipeline] echo 10:06:19 taggedImages: 10:06:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.144 10:06:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 10:06:19 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 10:06:19 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:19 2.0.0-dev.144 10:06:19 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:19 master 10:06:19 ===================================================== 10:06:19 ---> 07d103babfb4 10:06:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:06:20 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:06:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:06:20 ed18a2d763cb: Preparing 10:06:20 e42a9ea5c409: Preparing 10:06:20 937e0c0157f6: Preparing 10:06:20 760112ba3f1d: Preparing 10:06:20 33e8713114f8: Preparing 10:06:20 937e0c0157f6: Layer already exists 10:06:20 33e8713114f8: Layer already exists 10:06:20 ed18a2d763cb: Pushed 10:06:20 ---> d5764dcfce94 10:06:20 Step 19/26 : RUN apk --no-cache add py3-pip 10:06:20 760112ba3f1d: Pushed 10:06:20 ---> Running in 4d9055d7c79d 10:06:21 e42a9ea5c409: Pushed 10:06:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:06:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:06:21 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:e9cd9b91b15fda24b9c7263fcf52362fc5ee9ba4ce58d3cd98f91600907c6282 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:06:22 (1/33) Installing libbz2 (1.0.8-r1) 10:06:22 (2/33) Installing expat (2.2.9-r1) 10:06:22 (3/33) Installing libffi (3.3-r2) 10:06:22 (4/33) Installing gdbm (1.13-r1) 10:06:22 (5/33) Installing xz-libs (5.2.5-r0) 10:06:22 (6/33) Installing sqlite-libs (3.32.1-r0) 10:06:22 (7/33) Installing python3 (3.8.8-r0) 10:06:22 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.144 10:06:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:06:22 ed18a2d763cb: Preparing 10:06:22 e42a9ea5c409: Preparing 10:06:22 937e0c0157f6: Preparing 10:06:22 760112ba3f1d: Preparing 10:06:22 33e8713114f8: Preparing 10:06:22 33e8713114f8: Layer already exists 10:06:22 e42a9ea5c409: Layer already exists 10:06:22 760112ba3f1d: Layer already exists 10:06:22 ed18a2d763cb: Layer already exists 10:06:22 937e0c0157f6: Layer already exists 10:06:22 2.0.0-dev.144: digest: sha256:e9cd9b91b15fda24b9c7263fcf52362fc5ee9ba4ce58d3cd98f91600907c6282 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:06:23 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:06:23 ed18a2d763cb: Preparing 10:06:23 e42a9ea5c409: Preparing 10:06:23 937e0c0157f6: Preparing 10:06:23 760112ba3f1d: Preparing 10:06:23 33e8713114f8: Preparing 10:06:23 e42a9ea5c409: Layer already exists 10:06:23 ed18a2d763cb: Layer already exists 10:06:23 33e8713114f8: Layer already exists 10:06:23 937e0c0157f6: Layer already exists 10:06:23 760112ba3f1d: Layer already exists 10:06:23 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:e9cd9b91b15fda24b9c7263fcf52362fc5ee9ba4ce58d3cd98f91600907c6282 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:06:23 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 10:06:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 10:06:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:06:23 ed18a2d763cb: Preparing 10:06:23 e42a9ea5c409: Preparing 10:06:23 937e0c0157f6: Preparing 10:06:23 760112ba3f1d: Preparing 10:06:23 33e8713114f8: Preparing 10:06:23 ed18a2d763cb: Layer already exists 10:06:23 e42a9ea5c409: Layer already exists 10:06:23 33e8713114f8: Layer already exists 10:06:23 760112ba3f1d: Layer already exists 10:06:23 937e0c0157f6: Layer already exists 10:06:23 master: digest: sha256:e9cd9b91b15fda24b9c7263fcf52362fc5ee9ba4ce58d3cd98f91600907c6282 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 10:06:24 (8/33) Installing py3-appdirs (1.4.4-r1) 10:06:24 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:06:24 (10/33) Installing py3-parsing (2.4.7-r0) 10:06:24 (11/33) Installing py3-six (1.15.0-r0) 10:06:24 (12/33) Installing py3-packaging (20.4-r0) 10:06:24 (13/33) Installing py3-setuptools (47.0.0-r0) 10:06:24 (14/33) Installing py3-chardet (3.0.4-r4) [Pipeline] // withEnv [Pipeline] echo 10:06:24 ===================================================== 10:06:24 (15/33) Installing py3-idna (2.9-r0) 10:06:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:06:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:06:24 (18/33) Installing py3-requests (2.23.0-r0) 10:06:24 (19/33) Installing py3-msgpack (1.0.0-r0) 10:06:24 (20/33) Installing py3-lockfile (0.12.2-r3) 10:06:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:06:24 (22/33) Installing py3-colorama (0.4.3-r0) 10:06:24 (23/33) Installing py3-distlib (0.3.0-r0) 10:06:24 (24/33) Installing py3-distro (1.5.0-r1) 10:06:24 (25/33) Installing py3-webencodings (0.5.1-r3) 10:06:24 (26/33) Installing py3-html5lib (1.0.1-r4) [Pipeline] echo 10:06:24 taggedImages: 10:06:24 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:24 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.144 10:06:24 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:24 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 10:06:24 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 10:06:24 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:24 2.0.0-dev.144 10:06:24 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:24 master 10:06:24 ===================================================== [Pipeline] withEnv [Pipeline] { 10:06:24 (27/33) Installing py3-pytoml (0.1.21-r0) 10:06:24 (28/33) Installing py3-pep517 (0.8.2-r0) 10:06:24 (29/33) Installing py3-progress (1.5-r0) 10:06:24 (30/33) Installing py3-toml (0.10.1-r0) 10:06:24 (31/33) Installing py3-retrying (1.3.3-r0) 10:06:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:06:24 (33/33) Installing py3-pip (20.1.1-r0) [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:06:25 Executing busybox-1.31.1-r19.trigger 10:06:25 OK: 71 MiB in 55 packages 10:06:25 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:06:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:06:25 86c1e38ae379: Preparing 10:06:25 86c1e38ae379: Preparing 10:06:25 d83b05e4657d: Preparing 10:06:25 0326233a685c: Preparing 10:06:25 a69ac94a25ca: Preparing 10:06:25 993c994db464: Preparing 10:06:25 937e0c0157f6: Preparing 10:06:25 d008d38b15a6: Preparing 10:06:25 d008d38b15a6: Preparing 10:06:25 8bfbb85df948: Preparing 10:06:25 f9011d7034d0: Preparing 10:06:25 33e8713114f8: Preparing 10:06:25 d008d38b15a6: Waiting 10:06:25 8bfbb85df948: Waiting 10:06:25 f9011d7034d0: Waiting 10:06:25 33e8713114f8: Waiting 10:06:25 937e0c0157f6: Waiting 10:06:25 d83b05e4657d: Pushed 10:06:25 86c1e38ae379: Pushed 10:06:25 0326233a685c: Pushed 10:06:25 a69ac94a25ca: Pushed 10:06:25 937e0c0157f6: Layer already exists 10:06:25 33e8713114f8: Layer already exists 10:06:26 8bfbb85df948: Pushed 10:06:26 f9011d7034d0: Pushed 10:06:26 d008d38b15a6: Pushed 10:06:27 993c994db464: Pushed 10:06:27 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:26020f709eba02bc43bab71d97df3e9837d898d87aa1a65f419d2eab689452af size: 2817 [Pipeline] isUnix [Pipeline] sh 10:06:28 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.144 10:06:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:06:28 86c1e38ae379: Preparing 10:06:28 86c1e38ae379: Preparing 10:06:28 d83b05e4657d: Preparing 10:06:28 0326233a685c: Preparing 10:06:28 a69ac94a25ca: Preparing 10:06:28 993c994db464: Preparing 10:06:28 937e0c0157f6: Preparing 10:06:28 d008d38b15a6: Preparing 10:06:28 d008d38b15a6: Preparing 10:06:28 8bfbb85df948: Preparing 10:06:28 f9011d7034d0: Preparing 10:06:28 33e8713114f8: Preparing 10:06:28 937e0c0157f6: Waiting 10:06:28 d008d38b15a6: Waiting 10:06:28 8bfbb85df948: Waiting 10:06:28 f9011d7034d0: Waiting 10:06:28 33e8713114f8: Waiting 10:06:28 993c994db464: Layer already exists 10:06:28 86c1e38ae379: Layer already exists 10:06:28 0326233a685c: Layer already exists 10:06:28 a69ac94a25ca: Layer already exists 10:06:28 d83b05e4657d: Layer already exists 10:06:28 937e0c0157f6: Layer already exists 10:06:28 d008d38b15a6: Layer already exists 10:06:28 8bfbb85df948: Layer already exists 10:06:28 f9011d7034d0: Layer already exists 10:06:28 33e8713114f8: Layer already exists 10:06:28 2.0.0-dev.144: digest: sha256:26020f709eba02bc43bab71d97df3e9837d898d87aa1a65f419d2eab689452af size: 2817 [Pipeline] isUnix [Pipeline] sh 10:06:28 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:06:29 86c1e38ae379: Preparing 10:06:29 86c1e38ae379: Preparing 10:06:29 d83b05e4657d: Preparing 10:06:29 0326233a685c: Preparing 10:06:29 a69ac94a25ca: Preparing 10:06:29 993c994db464: Preparing 10:06:29 937e0c0157f6: Preparing 10:06:29 d008d38b15a6: Preparing 10:06:29 d008d38b15a6: Preparing 10:06:29 8bfbb85df948: Preparing 10:06:29 f9011d7034d0: Preparing 10:06:29 33e8713114f8: Preparing 10:06:29 937e0c0157f6: Waiting 10:06:29 d008d38b15a6: Waiting 10:06:29 8bfbb85df948: Waiting 10:06:29 f9011d7034d0: Waiting 10:06:29 33e8713114f8: Waiting 10:06:29 86c1e38ae379: Layer already exists 10:06:29 d83b05e4657d: Layer already exists 10:06:29 0326233a685c: Layer already exists 10:06:29 993c994db464: Layer already exists 10:06:29 a69ac94a25ca: Layer already exists 10:06:29 937e0c0157f6: Layer already exists 10:06:29 f9011d7034d0: Layer already exists 10:06:29 d008d38b15a6: Layer already exists 10:06:29 33e8713114f8: Layer already exists 10:06:29 8bfbb85df948: Layer already exists 10:06:29 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:26020f709eba02bc43bab71d97df3e9837d898d87aa1a65f419d2eab689452af size: 2817 [Pipeline] isUnix [Pipeline] sh 10:06:29 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 10:06:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 10:06:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 10:06:30 86c1e38ae379: Preparing 10:06:30 86c1e38ae379: Preparing 10:06:30 d83b05e4657d: Preparing 10:06:30 0326233a685c: Preparing 10:06:30 a69ac94a25ca: Preparing 10:06:30 993c994db464: Preparing 10:06:30 937e0c0157f6: Preparing 10:06:30 d008d38b15a6: Preparing 10:06:30 d008d38b15a6: Preparing 10:06:30 8bfbb85df948: Preparing 10:06:30 f9011d7034d0: Preparing 10:06:30 33e8713114f8: Preparing 10:06:30 937e0c0157f6: Waiting 10:06:30 d008d38b15a6: Waiting 10:06:30 8bfbb85df948: Waiting 10:06:30 f9011d7034d0: Waiting 10:06:30 33e8713114f8: Waiting 10:06:30 a69ac94a25ca: Layer already exists 10:06:30 86c1e38ae379: Layer already exists 10:06:30 d83b05e4657d: Layer already exists 10:06:30 993c994db464: Layer already exists 10:06:30 0326233a685c: Layer already exists 10:06:30 d008d38b15a6: Layer already exists 10:06:30 937e0c0157f6: Layer already exists 10:06:30 33e8713114f8: Layer already exists 10:06:30 8bfbb85df948: Layer already exists 10:06:30 f9011d7034d0: Layer already exists 10:06:30 master: digest: sha256:26020f709eba02bc43bab71d97df3e9837d898d87aa1a65f419d2eab689452af size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:06:30 ===================================================== [Pipeline] echo 10:06:30 taggedImages: 10:06:30 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:30 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.144 10:06:30 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:30 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 10:06:30 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 10:06:30 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:30 2.0.0-dev.144 10:06:30 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:30 master 10:06:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:06:31 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:06:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:06:31 09f94be1ad59: Preparing 10:06:31 acbd0c402c85: Preparing 10:06:31 65764bd798bd: Preparing 10:06:31 3b3ce6bc51f6: Preparing 10:06:31 b0988e456e60: Preparing 10:06:31 33e8713114f8: Preparing 10:06:31 33e8713114f8: Waiting 10:06:31 3b3ce6bc51f6: Pushed 10:06:31 65764bd798bd: Pushed 10:06:31 33e8713114f8: Layer already exists 10:06:32 b0988e456e60: Pushed 10:06:32 09f94be1ad59: Pushed 10:06:32 acbd0c402c85: Pushed 10:06:32 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:01d23ea77fc0d931781beea739e84db680f19c015c7abb9aa0779de15254174d size: 1575 [Pipeline] isUnix [Pipeline] sh 10:06:33 Removing intermediate container 4d9055d7c79d 10:06:33 ---> 45ff8116b8c2 10:06:33 Step 20/26 : RUN pip install docker-compose==1.23.2 10:06:33 ---> Running in 10c380bd8083 10:06:33 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.144 10:06:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:06:33 09f94be1ad59: Preparing 10:06:33 acbd0c402c85: Preparing 10:06:33 65764bd798bd: Preparing 10:06:33 3b3ce6bc51f6: Preparing 10:06:33 b0988e456e60: Preparing 10:06:33 33e8713114f8: Preparing 10:06:33 33e8713114f8: Waiting 10:06:33 acbd0c402c85: Layer already exists 10:06:33 09f94be1ad59: Layer already exists 10:06:33 65764bd798bd: Layer already exists 10:06:33 b0988e456e60: Layer already exists 10:06:33 3b3ce6bc51f6: Layer already exists 10:06:33 33e8713114f8: Layer already exists 10:06:33 2.0.0-dev.144: digest: sha256:01d23ea77fc0d931781beea739e84db680f19c015c7abb9aa0779de15254174d size: 1575 [Pipeline] isUnix [Pipeline] sh 10:06:33 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:06:34 09f94be1ad59: Preparing 10:06:34 acbd0c402c85: Preparing 10:06:34 65764bd798bd: Preparing 10:06:34 3b3ce6bc51f6: Preparing 10:06:34 b0988e456e60: Preparing 10:06:34 33e8713114f8: Preparing 10:06:34 33e8713114f8: Waiting 10:06:34 3b3ce6bc51f6: Layer already exists 10:06:34 09f94be1ad59: Layer already exists 10:06:34 acbd0c402c85: Layer already exists 10:06:34 65764bd798bd: Layer already exists 10:06:34 b0988e456e60: Layer already exists 10:06:34 33e8713114f8: Layer already exists 10:06:34 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:01d23ea77fc0d931781beea739e84db680f19c015c7abb9aa0779de15254174d size: 1575 [Pipeline] isUnix [Pipeline] sh 10:06:34 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:06:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 10:06:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:06:34 09f94be1ad59: Preparing 10:06:34 acbd0c402c85: Preparing 10:06:34 65764bd798bd: Preparing 10:06:34 3b3ce6bc51f6: Preparing 10:06:34 b0988e456e60: Preparing 10:06:34 33e8713114f8: Preparing 10:06:34 33e8713114f8: Waiting 10:06:34 65764bd798bd: Layer already exists 10:06:34 acbd0c402c85: Layer already exists 10:06:34 09f94be1ad59: Layer already exists 10:06:34 3b3ce6bc51f6: Layer already exists 10:06:34 b0988e456e60: Layer already exists 10:06:34 33e8713114f8: Layer already exists 10:06:34 master: digest: sha256:01d23ea77fc0d931781beea739e84db680f19c015c7abb9aa0779de15254174d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:06:35 ===================================================== 10:06:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:06:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:06:35 ---> a375d5dae07b 10:06:35 Step 3/23 : WORKDIR /edgex-go 10:06:35 ---> Using cache 10:06:35 ---> 809908daec80 10:06:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:06:35 ---> Using cache 10:06:35 ---> 7a97c719f9da 10:06:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] echo 10:06:35 taggedImages: 10:06:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.144 10:06:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:35 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 10:06:35 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 10:06:35 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:35 2.0.0-dev.144 10:06:35 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:35 master 10:06:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:06:36 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:06:36 ---> Running in 33d5b77c5fd9 10:06:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:06:36 d96ebda0f358: Preparing 10:06:36 e493db834a7a: Preparing 10:06:36 5c3578b4b3cc: Preparing 10:06:36 fb3e0b32a04c: Preparing 10:06:36 69dae85f1cbb: Preparing 10:06:36 836a91e6ab15: Preparing 10:06:36 f02a6001448f: Preparing 10:06:36 d0f7edaf7290: Preparing 10:06:36 33e8713114f8: Preparing 10:06:36 836a91e6ab15: Waiting 10:06:36 f02a6001448f: Waiting 10:06:36 33e8713114f8: Waiting 10:06:36 d96ebda0f358: Pushed 10:06:36 e493db834a7a: Pushed 10:06:36 69dae85f1cbb: Pushed 10:06:36 f02a6001448f: Pushed 10:06:36 836a91e6ab15: Pushed 10:06:36 33e8713114f8: Layer already exists 10:06:36 d0f7edaf7290: Pushed 10:06:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:06:37 fb3e0b32a04c: Pushed 10:06:37 5c3578b4b3cc: Pushed 10:06:37 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:a5ca0ae1799a899b2ddb51dd576b1553df483fb11f0fa00d63059de2231885bc size: 2198 [Pipeline] isUnix [Pipeline] sh 10:06:38 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.144 10:06:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:06:38 d96ebda0f358: Preparing 10:06:38 e493db834a7a: Preparing 10:06:38 5c3578b4b3cc: Preparing 10:06:38 fb3e0b32a04c: Preparing 10:06:38 69dae85f1cbb: Preparing 10:06:38 836a91e6ab15: Preparing 10:06:38 f02a6001448f: Preparing 10:06:38 d0f7edaf7290: Preparing 10:06:38 33e8713114f8: Preparing 10:06:38 f02a6001448f: Waiting 10:06:38 d0f7edaf7290: Waiting 10:06:38 33e8713114f8: Waiting 10:06:38 836a91e6ab15: Waiting 10:06:38 69dae85f1cbb: Layer already exists 10:06:38 e493db834a7a: Layer already exists 10:06:38 5c3578b4b3cc: Layer already exists 10:06:38 d96ebda0f358: Layer already exists 10:06:38 fb3e0b32a04c: Layer already exists 10:06:38 836a91e6ab15: Layer already exists 10:06:38 f02a6001448f: Layer already exists 10:06:38 33e8713114f8: Layer already exists 10:06:38 d0f7edaf7290: Layer already exists 10:06:38 2.0.0-dev.144: digest: sha256:a5ca0ae1799a899b2ddb51dd576b1553df483fb11f0fa00d63059de2231885bc size: 2198 [Pipeline] isUnix [Pipeline] sh 10:06:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:06:38 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:38 Collecting docker-compose==1.23.2 10:06:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:06:39 d96ebda0f358: Preparing 10:06:39 e493db834a7a: Preparing 10:06:39 5c3578b4b3cc: Preparing 10:06:39 fb3e0b32a04c: Preparing 10:06:39 69dae85f1cbb: Preparing 10:06:39 836a91e6ab15: Preparing 10:06:39 f02a6001448f: Preparing 10:06:39 d0f7edaf7290: Preparing 10:06:39 33e8713114f8: Preparing 10:06:39 836a91e6ab15: Waiting 10:06:39 f02a6001448f: Waiting 10:06:39 d0f7edaf7290: Waiting 10:06:39 33e8713114f8: Waiting 10:06:39 5c3578b4b3cc: Layer already exists 10:06:39 d96ebda0f358: Layer already exists 10:06:39 fb3e0b32a04c: Layer already exists 10:06:39 69dae85f1cbb: Layer already exists 10:06:39 e493db834a7a: Layer already exists 10:06:39 836a91e6ab15: Layer already exists 10:06:39 f02a6001448f: Layer already exists 10:06:39 33e8713114f8: Layer already exists 10:06:39 d0f7edaf7290: Layer already exists 10:06:39 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:a5ca0ae1799a899b2ddb51dd576b1553df483fb11f0fa00d63059de2231885bc size: 2198 [Pipeline] isUnix [Pipeline] sh 10:06:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:06:39 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:06:39 OK: 217 MiB in 51 packages 10:06:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 10:06:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:06:39 d96ebda0f358: Preparing 10:06:39 e493db834a7a: Preparing 10:06:39 5c3578b4b3cc: Preparing 10:06:39 fb3e0b32a04c: Preparing 10:06:39 69dae85f1cbb: Preparing 10:06:39 836a91e6ab15: Preparing 10:06:39 f02a6001448f: Preparing 10:06:39 d0f7edaf7290: Preparing 10:06:39 33e8713114f8: Preparing 10:06:39 836a91e6ab15: Waiting 10:06:39 f02a6001448f: Waiting 10:06:39 d0f7edaf7290: Waiting 10:06:39 33e8713114f8: Waiting 10:06:39 e493db834a7a: Layer already exists 10:06:39 5c3578b4b3cc: Layer already exists 10:06:39 fb3e0b32a04c: Layer already exists 10:06:39 d96ebda0f358: Layer already exists 10:06:39 69dae85f1cbb: Layer already exists 10:06:39 836a91e6ab15: Layer already exists 10:06:39 f02a6001448f: Layer already exists 10:06:39 33e8713114f8: Layer already exists 10:06:39 d0f7edaf7290: Layer already exists 10:06:39 master: digest: sha256:a5ca0ae1799a899b2ddb51dd576b1553df483fb11f0fa00d63059de2231885bc size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 10:06:40 Collecting docopt<0.7,>=0.6.1 10:06:40 Downloading docopt-0.6.2.tar.gz (25 kB) [Pipeline] echo 10:06:40 ===================================================== [Pipeline] echo 10:06:40 taggedImages: 10:06:40 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:40 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.144 10:06:40 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:40 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 10:06:40 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 10:06:40 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:40 2.0.0-dev.144 10:06:40 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:40 master 10:06:40 ===================================================== 10:06:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:06:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:06:40 ---> a375d5dae07b 10:06:40 Step 3/23 : WORKDIR /edgex-go 10:06:40 ---> Using cache 10:06:40 ---> 809908daec80 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 10:06:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:06:40 ---> Using cache 10:06:40 ---> 7a97c719f9da 10:06:40 Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:06:41 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:06:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:06:41 b5623e54b4e8: Preparing 10:06:41 402103a26ed3: Preparing 10:06:41 937e0c0157f6: Preparing 10:06:41 bd926ebb85fc: Preparing 10:06:41 33e8713114f8: Preparing 10:06:41 33e8713114f8: Layer already exists 10:06:41 937e0c0157f6: Layer already exists 10:06:41 b5623e54b4e8: Pushed 10:06:41 bd926ebb85fc: Pushed 10:06:42 402103a26ed3: Pushed 10:06:42 Collecting cached-property<2,>=1.2.0 10:06:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:06:42 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:3e7451dc6e0028cd0790f44392b220d433253c8f58aa7e741cad57985055e4dd size: 1364 [Pipeline] isUnix [Pipeline] sh 10:06:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:06:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:06:42 ---> a375d5dae07b 10:06:42 Step 3/23 : WORKDIR /edgex-go 10:06:42 ---> Using cache 10:06:42 ---> 809908daec80 10:06:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:06:42 ---> Using cache 10:06:42 ---> 7a97c719f9da 10:06:42 Step 5/23 : RUN apk add --update --no-cache make git 10:06:43 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.144 10:06:43 ---> Running in b6dee1bd96cc 10:06:43 ---> Running in d78faa88a14c [Pipeline] isUnix [Pipeline] sh 10:06:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.144 10:06:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:06:43 b5623e54b4e8: Preparing 10:06:43 402103a26ed3: Preparing 10:06:43 937e0c0157f6: Preparing 10:06:43 bd926ebb85fc: Preparing 10:06:43 33e8713114f8: Preparing 10:06:43 bd926ebb85fc: Layer already exists 10:06:43 402103a26ed3: Layer already exists 10:06:43 33e8713114f8: Layer already exists 10:06:43 b5623e54b4e8: Layer already exists 10:06:43 937e0c0157f6: Layer already exists 10:06:43 2.0.0-dev.144: digest: sha256:3e7451dc6e0028cd0790f44392b220d433253c8f58aa7e741cad57985055e4dd size: 1364 [Pipeline] isUnix [Pipeline] sh 10:06:43 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:43 Removing intermediate container 33d5b77c5fd9 10:06:43 ---> 76f55761bd7a 10:06:43 Step 6/23 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh 10:06:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:06:44 b5623e54b4e8: Preparing 10:06:44 402103a26ed3: Preparing 10:06:44 937e0c0157f6: Preparing 10:06:44 bd926ebb85fc: Preparing 10:06:44 33e8713114f8: Preparing 10:06:44 937e0c0157f6: Layer already exists 10:06:44 bd926ebb85fc: Layer already exists 10:06:44 b5623e54b4e8: Layer already exists 10:06:44 402103a26ed3: Layer already exists 10:06:44 33e8713114f8: Layer already exists 10:06:44 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:3e7451dc6e0028cd0790f44392b220d433253c8f58aa7e741cad57985055e4dd size: 1364 [Pipeline] isUnix [Pipeline] sh 10:06:44 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:06:44 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:06:44 ---> a375d5dae07b 10:06:44 Step 3/31 : WORKDIR /edgex-go 10:06:44 ---> Using cache 10:06:44 ---> 809908daec80 10:06:44 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:06:44 ---> Using cache 10:06:44 ---> 7a97c719f9da 10:06:44 Step 5/31 : RUN apk add --update --no-cache make git 10:06:44 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 10:06:44 Collecting PyYAML<4,>=3.10 10:06:44 Downloading PyYAML-3.13.tar.gz (270 kB) 10:06:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 10:06:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:06:44 b5623e54b4e8: Preparing 10:06:44 402103a26ed3: Preparing 10:06:44 937e0c0157f6: Preparing 10:06:44 bd926ebb85fc: Preparing 10:06:44 33e8713114f8: Preparing 10:06:44 33e8713114f8: Layer already exists 10:06:44 937e0c0157f6: Layer already exists 10:06:44 b5623e54b4e8: Layer already exists 10:06:44 bd926ebb85fc: Layer already exists 10:06:44 402103a26ed3: Layer already exists 10:06:44 master: digest: sha256:3e7451dc6e0028cd0790f44392b220d433253c8f58aa7e741cad57985055e4dd size: 1364 [Pipeline] } 10:06:44 ---> Running in f9e2064d95c4 10:06:44 ---> 78f6098c3722 10:06:44 Step 7/23 : RUN go mod download 10:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 10:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:06:45 ---> Running in ff58c620d95d [Pipeline] echo 10:06:45 ===================================================== [Pipeline] echo 10:06:45 taggedImages: 10:06:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.144 10:06:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 10:06:45 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 10:06:45 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:45 2.0.0-dev.144 10:06:45 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:45 master 10:06:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 10:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 10:06:46 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:06:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:06:46 afed6396427c: Preparing 10:06:46 b67c98525953: Preparing 10:06:46 937e0c0157f6: Preparing 10:06:46 426dbf7bead1: Preparing 10:06:46 33e8713114f8: Preparing 10:06:46 33e8713114f8: Layer already exists 10:06:46 426dbf7bead1: Layer already exists 10:06:46 937e0c0157f6: Layer already exists 10:06:46 afed6396427c: Pushed 10:06:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:06:46 OK: 217 MiB in 51 packages 10:06:46 OK: 217 MiB in 51 packages 10:06:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:06:47 b67c98525953: Pushed 10:06:47 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:f128d957b8bdc46a134c0621bfb64d0a6b56a7ee1ad2ad7c8e34365980af974a size: 1363 [Pipeline] isUnix [Pipeline] sh 10:06:48 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:48 Removing intermediate container d78faa88a14c 10:06:48 ---> e501f86f23e8 10:06:48 Step 6/23 : COPY go.mod . 10:06:48 OK: 217 MiB in 51 packages 10:06:48 Removing intermediate container b6dee1bd96cc 10:06:48 ---> 53c5f860bc93 10:06:48 Step 6/23 : COPY go.mod . 10:06:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.144 10:06:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:06:48 afed6396427c: Preparing 10:06:48 b67c98525953: Preparing 10:06:48 937e0c0157f6: Preparing 10:06:48 426dbf7bead1: Preparing 10:06:48 33e8713114f8: Preparing 10:06:48 afed6396427c: Layer already exists 10:06:48 937e0c0157f6: Layer already exists 10:06:48 426dbf7bead1: Layer already exists 10:06:48 b67c98525953: Layer already exists 10:06:48 33e8713114f8: Layer already exists 10:06:48 2.0.0-dev.144: digest: sha256:f128d957b8bdc46a134c0621bfb64d0a6b56a7ee1ad2ad7c8e34365980af974a size: 1363 [Pipeline] isUnix [Pipeline] sh 10:06:48 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:49 Removing intermediate container ff58c620d95d 10:06:49 ---> f85c038b3ae1 10:06:49 Step 8/23 : COPY . . 10:06:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:06:49 afed6396427c: Preparing 10:06:49 b67c98525953: Preparing 10:06:49 937e0c0157f6: Preparing 10:06:49 426dbf7bead1: Preparing 10:06:49 33e8713114f8: Preparing 10:06:49 b67c98525953: Layer already exists 10:06:49 afed6396427c: Layer already exists 10:06:49 937e0c0157f6: Layer already exists 10:06:49 426dbf7bead1: Layer already exists 10:06:49 33e8713114f8: Layer already exists 10:06:49 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:f128d957b8bdc46a134c0621bfb64d0a6b56a7ee1ad2ad7c8e34365980af974a size: 1363 [Pipeline] isUnix [Pipeline] sh 10:06:49 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 10:06:49 ---> dcd7dbad53c0 10:06:49 Step 7/23 : RUN go mod download 10:06:49 Collecting jsonschema<3,>=2.5.1 10:06:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:06:49 ---> 26c45c00e0e0 10:06:49 Step 7/23 : RUN go mod download 10:06:49 ---> Running in 3901faf66f88 10:06:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 10:06:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:06:49 afed6396427c: Preparing 10:06:49 b67c98525953: Preparing 10:06:49 937e0c0157f6: Preparing 10:06:49 426dbf7bead1: Preparing 10:06:49 33e8713114f8: Preparing 10:06:49 b67c98525953: Layer already exists 10:06:49 426dbf7bead1: Layer already exists 10:06:49 afed6396427c: Layer already exists 10:06:49 937e0c0157f6: Layer already exists 10:06:49 33e8713114f8: Layer already exists 10:06:49 master: digest: sha256:f128d957b8bdc46a134c0621bfb64d0a6b56a7ee1ad2ad7c8e34365980af974a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 10:06:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:06:49 ---> Running in a7b9ce201bf0 [Pipeline] // withEnv [Pipeline] echo 10:06:50 ===================================================== [Pipeline] echo 10:06:50 taggedImages: 10:06:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.144 10:06:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 10:06:50 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 10:06:50 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:50 2.0.0-dev.144 10:06:50 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:06:50 master 10:06:50 ===================================================== [Pipeline] withEnv [Pipeline] { 10:06:50 Removing intermediate container f9e2064d95c4 10:06:50 ---> 02a430470a60 10:06:50 Step 6/31 : COPY go.mod . [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:06:50 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:06:51 Collecting websocket-client<1.0,>=0.32.0 10:06:51 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 10:06:51 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:06:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:06:51 b0e2afab55b5: Preparing 10:06:51 0a3a74ce6b2d: Preparing 10:06:51 5e24196e7dae: Preparing 10:06:51 3c35e729427e: Preparing 10:06:51 fd173ea87076: Preparing 10:06:51 ceec0c372659: Preparing 10:06:51 a77d3786d30b: Preparing 10:06:51 0754057c0ad3: Preparing 10:06:51 998cdf262ab1: Preparing 10:06:51 02e56110abd2: Preparing 10:06:51 abc36efb885a: Preparing 10:06:51 b0b09059f4e1: Preparing 10:06:51 bb961f40224b: Preparing 10:06:51 f4666769fca7: Preparing 10:06:51 ceec0c372659: Waiting 10:06:51 a77d3786d30b: Waiting 10:06:51 0754057c0ad3: Waiting 10:06:51 998cdf262ab1: Waiting 10:06:51 02e56110abd2: Waiting 10:06:51 abc36efb885a: Waiting 10:06:51 b0b09059f4e1: Waiting 10:06:51 bb961f40224b: Waiting 10:06:51 f4666769fca7: Waiting 10:06:51 fd173ea87076: Pushed 10:06:51 b0e2afab55b5: Pushed 10:06:51 Collecting dockerpty<0.5,>=0.4.1 10:06:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:06:51 ---> 2395ff0ad725 10:06:51 Step 7/31 : RUN go mod download 10:06:51 3c35e729427e: Pushed 10:06:51 0754057c0ad3: Layer already exists 10:06:51 998cdf262ab1: Layer already exists 10:06:52 02e56110abd2: Layer already exists 10:06:52 a77d3786d30b: Pushed 10:06:52 abc36efb885a: Layer already exists 10:06:52 0a3a74ce6b2d: Pushed 10:06:52 b0b09059f4e1: Layer already exists 10:06:52 bb961f40224b: Layer already exists 10:06:52 f4666769fca7: Layer already exists 10:06:52 ceec0c372659: Pushed 10:06:53 ---> Running in cbd828dba351 10:06:54 Collecting texttable<0.10,>=0.9.0 10:06:54 Downloading texttable-0.9.1.tar.gz (11 kB) 10:06:56 Removing intermediate container a7b9ce201bf0 10:06:56 ---> e9db20a67806 10:06:56 Step 8/23 : COPY . . 10:06:56 Removing intermediate container 3901faf66f88 10:06:56 ---> 51f16da609d2 10:06:56 Step 8/23 : COPY . . 10:06:58 Removing intermediate container cbd828dba351 10:06:58 ---> 69b761199b21 10:06:58 Step 8/31 : COPY . . 10:06:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:06:59 5e24196e7dae: Pushed 10:06:59 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:d5d4bed05524217abaf45d71ee518ae65bc107efe31941f80626e78fb74214b6 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:06:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:06:59 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:06:59 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.144 10:06:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:06:59 b0e2afab55b5: Preparing 10:06:59 0a3a74ce6b2d: Preparing 10:06:59 5e24196e7dae: Preparing 10:06:59 3c35e729427e: Preparing 10:06:59 fd173ea87076: Preparing 10:06:59 ceec0c372659: Preparing 10:06:59 a77d3786d30b: Preparing 10:06:59 0754057c0ad3: Preparing 10:06:59 998cdf262ab1: Preparing 10:06:59 02e56110abd2: Preparing 10:06:59 abc36efb885a: Preparing 10:06:59 b0b09059f4e1: Preparing 10:06:59 bb961f40224b: Preparing 10:06:59 f4666769fca7: Preparing 10:06:59 02e56110abd2: Waiting 10:06:59 abc36efb885a: Waiting 10:06:59 b0b09059f4e1: Waiting 10:06:59 bb961f40224b: Waiting 10:06:59 ceec0c372659: Waiting 10:06:59 a77d3786d30b: Waiting 10:06:59 0754057c0ad3: Waiting 10:06:59 f4666769fca7: Waiting 10:06:59 998cdf262ab1: Waiting 10:06:59 5e24196e7dae: Layer already exists 10:06:59 3c35e729427e: Layer already exists 10:06:59 fd173ea87076: Layer already exists 10:06:59 b0e2afab55b5: Layer already exists 10:06:59 0a3a74ce6b2d: Layer already exists 10:06:59 ceec0c372659: Layer already exists 10:06:59 a77d3786d30b: Layer already exists 10:06:59 02e56110abd2: Layer already exists 10:06:59 998cdf262ab1: Layer already exists 10:06:59 0754057c0ad3: Layer already exists 10:06:59 abc36efb885a: Layer already exists 10:06:59 b0b09059f4e1: Layer already exists 10:06:59 f4666769fca7: Layer already exists 10:06:59 bb961f40224b: Layer already exists 10:06:59 2.0.0-dev.144: digest: sha256:d5d4bed05524217abaf45d71ee518ae65bc107efe31941f80626e78fb74214b6 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:07:00 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:07:00 Collecting docker<4.0,>=3.6.0 10:07:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:07:00 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:07:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:07:00 b0e2afab55b5: Preparing 10:07:00 0a3a74ce6b2d: Preparing 10:07:00 5e24196e7dae: Preparing 10:07:00 3c35e729427e: Preparing 10:07:00 fd173ea87076: Preparing 10:07:00 ceec0c372659: Preparing 10:07:00 a77d3786d30b: Preparing 10:07:00 0754057c0ad3: Preparing 10:07:00 998cdf262ab1: Preparing 10:07:00 02e56110abd2: Preparing 10:07:00 abc36efb885a: Preparing 10:07:00 b0b09059f4e1: Preparing 10:07:00 bb961f40224b: Preparing 10:07:00 f4666769fca7: Preparing 10:07:00 ceec0c372659: Waiting 10:07:00 a77d3786d30b: Waiting 10:07:00 02e56110abd2: Waiting 10:07:00 998cdf262ab1: Waiting 10:07:00 abc36efb885a: Waiting 10:07:00 0754057c0ad3: Waiting 10:07:00 b0b09059f4e1: Waiting 10:07:00 f4666769fca7: Waiting 10:07:00 bb961f40224b: Waiting 10:07:00 5e24196e7dae: Layer already exists 10:07:00 0a3a74ce6b2d: Layer already exists 10:07:00 3c35e729427e: Layer already exists 10:07:00 fd173ea87076: Layer already exists 10:07:00 b0e2afab55b5: Layer already exists 10:07:00 ceec0c372659: Layer already exists 10:07:00 a77d3786d30b: Layer already exists 10:07:00 998cdf262ab1: Layer already exists 10:07:00 0754057c0ad3: Layer already exists 10:07:00 02e56110abd2: Layer already exists 10:07:00 b0b09059f4e1: Layer already exists 10:07:00 f4666769fca7: Layer already exists 10:07:00 abc36efb885a: Layer already exists 10:07:00 bb961f40224b: Layer already exists 10:07:00 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:d5d4bed05524217abaf45d71ee518ae65bc107efe31941f80626e78fb74214b6 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:07:00 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 10:07:01 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) 10:07:01 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) 10:07:01 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 10:07:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:07:01 b0e2afab55b5: Preparing 10:07:01 0a3a74ce6b2d: Preparing 10:07:01 5e24196e7dae: Preparing 10:07:01 3c35e729427e: Preparing 10:07:01 fd173ea87076: Preparing 10:07:01 ceec0c372659: Preparing 10:07:01 a77d3786d30b: Preparing 10:07:01 0754057c0ad3: Preparing 10:07:01 998cdf262ab1: Preparing 10:07:01 02e56110abd2: Preparing 10:07:01 abc36efb885a: Preparing 10:07:01 b0b09059f4e1: Preparing 10:07:01 bb961f40224b: Preparing 10:07:01 f4666769fca7: Preparing 10:07:01 ceec0c372659: Waiting 10:07:01 a77d3786d30b: Waiting 10:07:01 0754057c0ad3: Waiting 10:07:01 998cdf262ab1: Waiting 10:07:01 02e56110abd2: Waiting 10:07:01 abc36efb885a: Waiting 10:07:01 b0b09059f4e1: Waiting 10:07:01 bb961f40224b: Waiting 10:07:01 f4666769fca7: Waiting 10:07:01 5e24196e7dae: Layer already exists 10:07:01 fd173ea87076: Layer already exists 10:07:01 b0e2afab55b5: Layer already exists 10:07:01 3c35e729427e: Layer already exists 10:07:01 0a3a74ce6b2d: Layer already exists 10:07:01 02e56110abd2: Layer already exists 10:07:01 a77d3786d30b: Layer already exists 10:07:01 0754057c0ad3: Layer already exists 10:07:01 998cdf262ab1: Layer already exists 10:07:01 ceec0c372659: Layer already exists 10:07:01 b0b09059f4e1: Layer already exists 10:07:01 abc36efb885a: Layer already exists 10:07:01 bb961f40224b: Layer already exists 10:07:01 f4666769fca7: Layer already exists 10:07:01 master: digest: sha256:d5d4bed05524217abaf45d71ee518ae65bc107efe31941f80626e78fb74214b6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 10:07:01 Collecting idna<2.8,>=2.5 10:07:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [Pipeline] // withEnv [Pipeline] echo 10:07:01 ===================================================== [Pipeline] echo 10:07:01 taggedImages: 10:07:01 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:07:01 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.144 10:07:01 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:07:01 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [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] } 10:07:03 Collecting urllib3<1.25,>=1.21.1 10:07:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:07:04 ---> 7341abb945a6 10:07:04 Step 9/23 : RUN make cmd/core-data/core-data 10:07:04 Collecting docker-pycreds>=0.4.0 10:07:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:07:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:07:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:07:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:07:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:07:06 ---> Running in e103e13ff2bd 10:07:06 Installing collected packages: docopt, cached-property, PyYAML, jsonschema, websocket-client, dockerpty, texttable, idna, urllib3, requests, docker-pycreds, docker, docker-compose 10:07:06 Running setup.py install for docopt: started 10:07:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-data/core-data ./cmd/core-data 10:07:09 Running setup.py install for docopt: finished with status 'done' 10:07:09 Running setup.py install for PyYAML: started 10:07:12 Running setup.py install for PyYAML: finished with status 'done' 10:07:12 ---> 277b7a7857f2 10:07:12 Step 9/23 : RUN make cmd/core-command/core-command 10:07:12 ---> a749d290045a 10:07:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:07:13 ---> Running in 4464edd71916 10:07:13 ---> Running in c3876b62ed6d 10:07:13 Running setup.py install for dockerpty: started 10:07:15 ---> 3ac94e3055ef 10:07:15 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:07:15 ---> Running in a754302d4ef1 10:07:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-command/core-command ./cmd/core-command 10:07:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:07:16 Running setup.py install for dockerpty: finished with status 'done' 10:07:16 Running setup.py install for texttable: started 10:07:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:07:20 Running setup.py install for texttable: finished with status 'done' 10:07:20 Attempting uninstall: idna 10:07:20 Found existing installation: idna 2.9 10:07:20 Uninstalling idna-2.9: 10:07:20 Successfully uninstalled idna-2.9 10:07:21 Attempting uninstall: urllib3 10:07:21 Found existing installation: urllib3 1.25.9 10:07:21 Uninstalling urllib3-1.25.9: 10:07:21 Successfully uninstalled urllib3-1.25.9 10:07:22 Attempting uninstall: requests 10:07:22 Found existing installation: requests 2.23.0 10:07:22 Uninstalling requests-2.23.0: 10:07:22 Successfully uninstalled requests-2.23.0 10:07:26 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 10:07:32 Removing intermediate container 10c380bd8083 10:07:32 ---> acd4a10cf622 10:07:32 Step 21/26 : RUN apk --no-cache add curl 10:07:32 ---> Running in 3c0b6edbec25 10:07:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:07:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:07:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:07:34 (2/3) Installing libcurl (7.69.1-r3) 10:07:34 (3/3) Installing curl (7.69.1-r3) 10:07:34 Executing busybox-1.31.1-r19.trigger 10:07:34 OK: 72 MiB in 58 packages 10:07:36 Removing intermediate container 3c0b6edbec25 10:07:36 ---> 195c5e62d6b4 10:07:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:07:36 ---> Running in 046cc4d09d73 10:07:37 Removing intermediate container 046cc4d09d73 10:07:37 ---> e04bc0351330 10:07:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:07:37 ---> Running in 0f2ac90b1129 10:07:38 Removing intermediate container 0f2ac90b1129 10:07:38 ---> ae023d31d485 10:07:38 Step 24/26 : LABEL arch=arm64 10:07:38 ---> Running in 51b475485896 10:07:38 Removing intermediate container 51b475485896 10:07:38 ---> 805b6e59f2cc 10:07:38 Step 25/26 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:07:38 ---> Running in 406e8140b2ac 10:07:39 Removing intermediate container 406e8140b2ac 10:07:39 ---> 9b51db67ba4a 10:07:39 Step 26/26 : LABEL version=2.0.0-dev.144 10:07:39 ---> Running in 5084dde80d8b 10:07:40 Removing intermediate container 5084dde80d8b 10:07:40 ---> 12e138bb5b60 10:07:40 10:07:41 Successfully built 12e138bb5b60 10:07:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:09:02  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a754302d4ef1 10:09:02 ---> e4b768a8fc47 10:09:02 10:09:02 Step 10/31 : FROM alpine:3.12 10:09:02 ---> d10569e2745f 10:09:02 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:09:02 ---> Running in 1a35cd157410 10:09:02 Removing intermediate container 1a35cd157410 10:09:02 ---> d61bdd004034 10:09:02 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:09:02 ---> Running in 68f2c6b649c8 10:09:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:09:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:09:02 (1/2) Installing dumb-init (1.2.2-r1) 10:09:02 (2/2) Installing su-exec (0.2-r1) 10:09:02 Executing busybox-1.31.1-r19.trigger 10:09:02 OK: 5 MiB in 16 packages 10:09:02 Removing intermediate container 68f2c6b649c8 10:09:02 ---> d2066d4e23c2 10:09:02 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:09:02 ---> Running in 4082a5d2deff 10:09:03 Removing intermediate container 4082a5d2deff 10:09:03 ---> d4cfda24243b 10:09:03 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:09:03 ---> Running in f78d99811aca 10:09:04 Removing intermediate container f78d99811aca 10:09:04 ---> 283b721efd24 10:09:04 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:09:05 ---> Running in a3a920c93184 10:09:06 Removing intermediate container 4464edd71916 10:09:06 ---> d4ff0b672d92 10:09:06 10:09:06 Step 10/23 : FROM alpine:3.12 10:09:06 ---> d10569e2745f 10:09:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:09:06 ---> Using cache 10:09:06 ---> 6418348bcd0d 10:09:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:09:06 ---> Using cache 10:09:06 ---> e9baa378698e 10:09:06 Step 13/23 : ENV APP_PORT=48082 10:09:06 ---> Running in 60399d129a4d 10:09:07 Removing intermediate container 60399d129a4d 10:09:07 ---> 49b371de8e65 10:09:07 Step 14/23 : EXPOSE $APP_PORT 10:09:07 ---> Running in f6fce2509af1 10:09:08 Removing intermediate container f6fce2509af1 10:09:08 ---> 888629effde0 10:09:08 Step 15/23 : WORKDIR / 10:09:08 ---> Running in 6ca7e454dd76 10:09:08 Removing intermediate container a3a920c93184 10:09:08 ---> 00344b941666 10:09:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:09:09 ---> Running in ee23b2c9aa27 10:09:09 Removing intermediate container 6ca7e454dd76 10:09:09 ---> dbcb5d18ce73 10:09:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:09:09 Removing intermediate container ee23b2c9aa27 10:09:09 ---> e1b836824817 10:09:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:09:10 ---> 8129d34aa0c7 10:09:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:09:11 ---> e2533e005302 10:09:11 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:09:12 ---> Running in 78a6864a6dec 10:09:12 ---> 7123a6cbf51b 10:09:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:09:14 ---> da54f8459862 10:09:14 Step 19/23 : ENTRYPOINT ["/core-command"] 10:09:14 ---> Running in 34559e138ff1 10:09:15 Removing intermediate container 34559e138ff1 10:09:15 ---> e9c4b2f7f202 10:09:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:09:15 ---> Running in fbfbf98a2af3 10:09:16 Removing intermediate container 78a6864a6dec 10:09:16 ---> cb31e88f2490 10:09:16 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:09:16 Removing intermediate container fbfbf98a2af3 10:09:16 ---> 17c3e2a4d299 10:09:16 Step 21/23 : LABEL arch=arm64 10:09:17 ---> Running in def0178cdc21 10:09:17 ---> bb85748b8b65 10:09:17 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:09:17 Removing intermediate container c3876b62ed6d 10:09:17 ---> 74e8500defe6 10:09:17 10:09:17 Step 10/23 : FROM alpine:3.12 10:09:17 ---> d10569e2745f 10:09:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:09:17 ---> Using cache 10:09:17 ---> 6418348bcd0d 10:09:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:09:17 ---> Using cache 10:09:17 ---> e9baa378698e 10:09:17 Step 13/23 : ENV APP_PORT=48081 10:09:17 Removing intermediate container def0178cdc21 10:09:17 ---> f85f66e0d693 10:09:17 Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:09:18 ---> Running in 952f55a69cdc 10:09:18 ---> Running in 368c8b1fb79b 10:09:19 Removing intermediate container 952f55a69cdc 10:09:19 ---> a024daccad77 10:09:19 Step 14/23 : EXPOSE $APP_PORT 10:09:19 ---> 4a6630776680 10:09:19 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:09:19 ---> Running in 6449baffccc9 10:09:19 Removing intermediate container e103e13ff2bd 10:09:19 ---> fd76f873fd70 10:09:19 10:09:19 Step 10/23 : FROM alpine:3.12 10:09:19 ---> d10569e2745f 10:09:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:09:19 Removing intermediate container 368c8b1fb79b 10:09:19 ---> bc102e8fc0f1 10:09:19 Step 23/23 : LABEL version=2.0.0-dev.144 10:09:19 ---> Running in dea6c094b3cc 10:09:19 ---> Running in d81556aac40a 10:09:20 Removing intermediate container 6449baffccc9 10:09:20 ---> 1f8c9d43f084 10:09:20 Step 15/23 : WORKDIR / 10:09:20 ---> Running in e8c4f1e40263 10:09:20 ---> bb1588790646 10:09:20 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:09:20 Removing intermediate container dea6c094b3cc 10:09:20 ---> ce26a42ea423 10:09:20 Step 12/23 : ENV APP_PORT=48080 10:09:20 Removing intermediate container d81556aac40a 10:09:20 ---> 22a336226f83 10:09:20 10:09:20 ---> Running in 11528992cebb 10:09:21 Successfully built 22a336226f83 10:09:21 Successfully tagged docker-core-command-go-arm64:latest 10:09:21  Building docker-core-command-go ... done Removing intermediate container e8c4f1e40263 10:09:21 ---> 2d304f2f784a 10:09:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:09:21 Removing intermediate container 11528992cebb 10:09:21 ---> d01a1dab1fe7 10:09:21 Step 13/23 : EXPOSE $APP_PORT 10:09:21 ---> e6664131ffbf 10:09:21 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:09:21 ---> Running in 638e2d02b09b 10:09:21 ---> 959a35d3f3d5 10:09:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:09:22 Removing intermediate container 638e2d02b09b 10:09:22 ---> 32fc21b2a558 10:09:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:09:22 ---> d42c661d92cc 10:09:22 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:09:22 ---> Running in 770e8f836706 10:09:22 ---> Running in 68aab706607c 10:09:23 ---> 339261ffd039 10:09:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:09:23 Removing intermediate container 68aab706607c 10:09:23 ---> 3082540fed85 10:09:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:09:24 ---> df6e6214d6ba 10:09:24 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:09:24 ---> a804f29d940c 10:09:24 Step 26/31 : RUN chmod +x /entrypoint.sh 10:09:24 ---> Running in 49e6085181fc 10:09:25 ---> Running in 1745ff54d752 10:09:25 Removing intermediate container 49e6085181fc 10:09:25 ---> d9a31a72b745 10:09:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:09:25 Removing intermediate container 770e8f836706 10:09:25 ---> 23cb3e236907 10:09:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:09:25 ---> Running in 2004c7b2862b 10:09:25 ---> Running in b392de300eda 10:09:26 Removing intermediate container b392de300eda 10:09:26 ---> 0a6425abed58 10:09:26 Step 21/23 : LABEL arch=arm64 10:09:26 ---> Running in 3032529946dd 10:09:26 Removing intermediate container 3032529946dd 10:09:26 ---> 4103da03126b 10:09:26 Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:09:27 ---> Running in 5e7baa6730a9 10:09:27 Removing intermediate container 5e7baa6730a9 10:09:27 ---> bb41b9642bcc 10:09:27 Step 23/23 : LABEL version=2.0.0-dev.144 10:09:27 Removing intermediate container 1745ff54d752 10:09:27 ---> 9b261f13b323 10:09:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:09:27 ---> Running in 69e168bb806b 10:09:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:09:28 ---> Running in 6545160d0934 10:09:28 Removing intermediate container 69e168bb806b 10:09:28 ---> a28fd837f6e1 10:09:28 10:09:28 Successfully built a28fd837f6e1 10:09:28 Successfully tagged docker-core-metadata-go-arm64:latest 10:09:28  Building docker-core-metadata-go ... done Removing intermediate container 6545160d0934 10:09:28 ---> 1f75f4900732 10:09:28 Step 28/31 : CMD ["gate"] 10:09:29 ---> Running in d85ab912e953 10:09:29 (1/6) Installing dumb-init (1.2.2-r1) 10:09:29 (2/6) Installing libgcc (9.3.0-r2) 10:09:29 (3/6) Installing libsodium (1.0.18-r0) 10:09:29 (4/6) Installing libstdc++ (9.3.0-r2) 10:09:29 Removing intermediate container d85ab912e953 10:09:29 ---> f69a9197f4a7 10:09:29 Step 29/31 : LABEL arch=arm64 10:09:30 ---> Running in cecbd8bca820 10:09:30 (5/6) Installing libzmq (4.3.3-r0) 10:09:30 (6/6) Installing zeromq (4.3.3-r0) 10:09:30 Removing intermediate container cecbd8bca820 10:09:30 ---> 29b4834aa25e 10:09:30 Step 30/31 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:09:30 Executing busybox-1.31.1-r19.trigger 10:09:30 OK: 8 MiB in 20 packages 10:09:30 ---> Running in df653c3c81a6 10:09:31 Removing intermediate container df653c3c81a6 10:09:31 ---> 04f6e01c1b27 10:09:31 Step 31/31 : LABEL version=2.0.0-dev.144 10:09:31 ---> Running in 9f74c2c2b3f3 10:09:32 Removing intermediate container 2004c7b2862b 10:09:32 ---> 26853b8dffe1 10:09:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:09:32 Removing intermediate container 9f74c2c2b3f3 10:09:32 ---> a4cfbefbc992 10:09:32 10:09:32 Successfully built a4cfbefbc992 10:09:32 Successfully tagged docker-security-bootstrapper-go-arm64:latest 10:09:32  Building docker-security-bootstrapper-go ... done  ---> 14e3e2d09aaf 10:09:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:09:34 ---> 1673fc0b6efb 10:09:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:09:35 ---> 287c363bdc60 10:09:35 Step 19/23 : ENTRYPOINT ["/core-data"] 10:09:35 ---> Running in 056b9dcbffc5 10:09:35 Removing intermediate container 056b9dcbffc5 10:09:35 ---> 75c976cc6db8 10:09:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:09:35 ---> Running in a37b096a6c33 10:09:36 Removing intermediate container a37b096a6c33 10:09:36 ---> 51ca2ec217e2 10:09:36 Step 21/23 : LABEL arch=arm64 10:09:36 ---> Running in 8f91cf801ccc 10:09:37 Removing intermediate container 8f91cf801ccc 10:09:37 ---> dd6cdddaaa54 10:09:37 Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:09:37 ---> Running in d32adf2dc328 10:09:37 Removing intermediate container d32adf2dc328 10:09:37 ---> cd2e1438bb2b 10:09:37 Step 23/23 : LABEL version=2.0.0-dev.144 10:09:37 ---> Running in 23ca9a160ad4 10:09:38 Removing intermediate container 23ca9a160ad4 10:09:38 ---> 24f630f910e7 10:09:38 10:09:38 Successfully built 24f630f910e7 10:09:38 Successfully tagged docker-core-data-go-arm64:latest 10:09:38  Building docker-core-data-go ... done  [Pipeline] } 10:09:38 $ docker stop --time=1 f7e7c99b43cf599e0af4fc581609c5adcf223361de11cd60a06df5c487ffe9cd 10:09:40 $ docker rm -f f7e7c99b43cf599e0af4fc581609c5adcf223361de11cd60a06df5c487ffe9cd [Pipeline] // withDockerContainer [Pipeline] sh 10:09:41 + + grep docker 10:09:41 docker images 10:09:41 docker-core-data-go-arm64 latest 24f630f910e7 4 seconds ago 21.4MB 10:09:41 docker-security-bootstrapper-go-arm64 latest a4cfbefbc992 9 seconds ago 17.9MB 10:09:41 docker-core-metadata-go-arm64 latest a28fd837f6e1 13 seconds ago 17.9MB 10:09:41 docker-core-command-go-arm64 latest 22a336226f83 21 seconds ago 16.3MB 10:09:41 docker-sys-mgmt-agent-go-arm64 latest 12e138bb5b60 2 minutes ago 300MB 10:09:41 docker-support-notifications-go-arm64 latest b9dbe69acbd4 3 minutes ago 16.9MB 10:09:41 docker-support-scheduler-go-arm64 latest 3e4786010fad 3 minutes ago 16.4MB 10:09:41 docker-security-secretstore-setup-go-arm64 latest ae473bfebc11 3 minutes ago 23.7MB 10:09:41 docker-security-proxy-setup-go-arm64 latest ddc00dec5d0d 3 minutes ago 23.4MB 10:09:41 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 10:09:42 provisioning config files... 10:09:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/412@tmp/config5653241957554076640tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:09:43 ---> docker-login.sh 10:09:43 nexus3.edgexfoundry.org:10001 10:09:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:43 Configure a credential helper to remove this warning. See 10:09:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:43 10:09:43 Login Succeeded 10:09:43 nexus3.edgexfoundry.org:10002 10:09:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:44 Configure a credential helper to remove this warning. See 10:09:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:44 10:09:44 Login Succeeded 10:09:44 nexus3.edgexfoundry.org:10003 10:09:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:45 Configure a credential helper to remove this warning. See 10:09:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:45 10:09:45 Login Succeeded 10:09:45 nexus3.edgexfoundry.org:10004 10:09:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:45 Configure a credential helper to remove this warning. See 10:09:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:45 10:09:45 Login Succeeded 10:09:45 docker.io 10:09:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:47 Configure a credential helper to remove this warning. See 10:09:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:47 10:09:47 Login Succeeded 10:09:47 ---> docker-login.sh ends [Pipeline] } 10:09:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:09:47 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 10:09:47 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:09:47 2.0.0-dev.144 10:09:47 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:09:47 master 10:09:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:09:48 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:09:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:09:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:09:48 c5d7304fd104: Preparing 10:09:48 32bfbd0f7fb8: Preparing 10:09:48 1cf1c10af75e: Preparing 10:09:48 b18ef4e44a3f: Preparing 10:09:48 02a88cfff88f: Preparing 10:09:49 02a88cfff88f: Layer already exists 10:09:49 c5d7304fd104: Pushed 10:09:49 b18ef4e44a3f: Pushed 10:09:49 1cf1c10af75e: Pushed 10:09:51 32bfbd0f7fb8: Pushed 10:09:51 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:fd153914d14cfdda5e58c4d8eb54b56bcc71749a53d731c100de8ff108202f44 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:09:52 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:09:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.144 10:09:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:09:52 c5d7304fd104: Preparing 10:09:52 32bfbd0f7fb8: Preparing 10:09:52 1cf1c10af75e: Preparing 10:09:52 b18ef4e44a3f: Preparing 10:09:52 02a88cfff88f: Preparing 10:09:52 b18ef4e44a3f: Layer already exists 10:09:52 32bfbd0f7fb8: Layer already exists 10:09:52 c5d7304fd104: Layer already exists 10:09:52 02a88cfff88f: Layer already exists 10:09:52 1cf1c10af75e: Layer already exists 10:09:52 2.0.0-dev.144: digest: sha256:fd153914d14cfdda5e58c4d8eb54b56bcc71749a53d731c100de8ff108202f44 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:09:53 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:09:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:09:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:09:53 c5d7304fd104: Preparing 10:09:53 32bfbd0f7fb8: Preparing 10:09:53 1cf1c10af75e: Preparing 10:09:53 b18ef4e44a3f: Preparing 10:09:53 02a88cfff88f: Preparing 10:09:53 1cf1c10af75e: Layer already exists 10:09:53 b18ef4e44a3f: Layer already exists 10:09:53 02a88cfff88f: Layer already exists 10:09:53 c5d7304fd104: Layer already exists 10:09:53 32bfbd0f7fb8: Layer already exists 10:09:53 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:fd153914d14cfdda5e58c4d8eb54b56bcc71749a53d731c100de8ff108202f44 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:09:54 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:09:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 10:09:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:09:54 c5d7304fd104: Preparing 10:09:54 32bfbd0f7fb8: Preparing 10:09:54 1cf1c10af75e: Preparing 10:09:54 b18ef4e44a3f: Preparing 10:09:54 02a88cfff88f: Preparing 10:09:54 02a88cfff88f: Layer already exists 10:09:54 1cf1c10af75e: Layer already exists 10:09:54 32bfbd0f7fb8: Layer already exists 10:09:54 c5d7304fd104: Layer already exists 10:09:54 b18ef4e44a3f: Layer already exists 10:09:54 master: digest: sha256:fd153914d14cfdda5e58c4d8eb54b56bcc71749a53d731c100de8ff108202f44 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:09:55 ===================================================== [Pipeline] echo 10:09:55 taggedImages: 10:09:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:09:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.144 10:09:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:09:55 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 10:09:55 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 10:09:55 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:09:55 2.0.0-dev.144 10:09:55 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:09:55 master 10:09:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:09:56 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:09:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:09:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:09:56 e2b2355120ac: Preparing 10:09:56 6c7a541fca5b: Preparing 10:09:56 1cf1c10af75e: Preparing 10:09:56 ce6822b324df: Preparing 10:09:56 823be03bfb3e: Preparing 10:09:56 02a88cfff88f: Preparing 10:09:56 02a88cfff88f: Waiting 10:09:56 1cf1c10af75e: Layer already exists 10:09:56 02a88cfff88f: Layer already exists 10:09:56 823be03bfb3e: Pushed 10:09:56 e2b2355120ac: Pushed 10:09:57 ce6822b324df: Pushed 10:10:00 6c7a541fca5b: Pushed 10:10:00 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:bbdfa0b5d367614e593e77c2510f27e1211f208375198d91a0301d1e3c95c66e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:10:00 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.144 10:10:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:10:01 e2b2355120ac: Preparing 10:10:01 6c7a541fca5b: Preparing 10:10:01 1cf1c10af75e: Preparing 10:10:01 ce6822b324df: Preparing 10:10:01 823be03bfb3e: Preparing 10:10:01 02a88cfff88f: Preparing 10:10:01 02a88cfff88f: Waiting 10:10:01 6c7a541fca5b: Layer already exists 10:10:01 1cf1c10af75e: Layer already exists 10:10:01 ce6822b324df: Layer already exists 10:10:01 e2b2355120ac: Layer already exists 10:10:01 823be03bfb3e: Layer already exists 10:10:01 02a88cfff88f: Layer already exists 10:10:01 2.0.0-dev.144: digest: sha256:bbdfa0b5d367614e593e77c2510f27e1211f208375198d91a0301d1e3c95c66e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:10:01 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:10:02 e2b2355120ac: Preparing 10:10:02 6c7a541fca5b: Preparing 10:10:02 1cf1c10af75e: Preparing 10:10:02 ce6822b324df: Preparing 10:10:02 823be03bfb3e: Preparing 10:10:02 02a88cfff88f: Preparing 10:10:02 02a88cfff88f: Waiting 10:10:02 6c7a541fca5b: Layer already exists 10:10:02 823be03bfb3e: Layer already exists 10:10:02 ce6822b324df: Layer already exists 10:10:02 1cf1c10af75e: Layer already exists 10:10:02 e2b2355120ac: Layer already exists 10:10:02 02a88cfff88f: Layer already exists 10:10:02 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:bbdfa0b5d367614e593e77c2510f27e1211f208375198d91a0301d1e3c95c66e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:10:02 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:10:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 10:10:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:10:03 e2b2355120ac: Preparing 10:10:03 6c7a541fca5b: Preparing 10:10:03 1cf1c10af75e: Preparing 10:10:03 ce6822b324df: Preparing 10:10:03 823be03bfb3e: Preparing 10:10:03 02a88cfff88f: Preparing 10:10:03 02a88cfff88f: Waiting 10:10:03 ce6822b324df: Layer already exists 10:10:03 6c7a541fca5b: Layer already exists 10:10:03 1cf1c10af75e: Layer already exists 10:10:03 823be03bfb3e: Layer already exists 10:10:03 e2b2355120ac: Layer already exists 10:10:03 02a88cfff88f: Layer already exists 10:10:03 master: digest: sha256:bbdfa0b5d367614e593e77c2510f27e1211f208375198d91a0301d1e3c95c66e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:10:03 ===================================================== [Pipeline] echo 10:10:04 taggedImages: 10:10:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.144 10:10:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:04 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 10:10:04 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 10:10:04 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:04 2.0.0-dev.144 10:10:04 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:04 master 10:10:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:10:04 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:10:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:10:05 d2fa39f53ed1: Preparing 10:10:05 44245aef5853: Preparing 10:10:05 1cf1c10af75e: Preparing 10:10:05 b18ef4e44a3f: Preparing 10:10:05 02a88cfff88f: Preparing 10:10:05 1cf1c10af75e: Layer already exists 10:10:05 02a88cfff88f: Layer already exists 10:10:05 b18ef4e44a3f: Layer already exists 10:10:05 d2fa39f53ed1: Pushed 10:10:08 44245aef5853: Pushed 10:10:08 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:e47389eda6d5a030b36967126ec8936c78eee6174a7ef3e28a8ca20448d38a5b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:10:09 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.144 10:10:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:10:09 d2fa39f53ed1: Preparing 10:10:09 44245aef5853: Preparing 10:10:09 1cf1c10af75e: Preparing 10:10:09 b18ef4e44a3f: Preparing 10:10:09 02a88cfff88f: Preparing 10:10:09 02a88cfff88f: Layer already exists 10:10:09 1cf1c10af75e: Layer already exists 10:10:09 b18ef4e44a3f: Layer already exists 10:10:09 44245aef5853: Layer already exists 10:10:09 d2fa39f53ed1: Layer already exists 10:10:09 2.0.0-dev.144: digest: sha256:e47389eda6d5a030b36967126ec8936c78eee6174a7ef3e28a8ca20448d38a5b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:10:09 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:10:10 d2fa39f53ed1: Preparing 10:10:10 44245aef5853: Preparing 10:10:10 1cf1c10af75e: Preparing 10:10:10 b18ef4e44a3f: Preparing 10:10:10 02a88cfff88f: Preparing 10:10:10 44245aef5853: Layer already exists 10:10:10 d2fa39f53ed1: Layer already exists 10:10:10 b18ef4e44a3f: Layer already exists 10:10:10 1cf1c10af75e: Layer already exists 10:10:10 02a88cfff88f: Layer already exists 10:10:10 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:e47389eda6d5a030b36967126ec8936c78eee6174a7ef3e28a8ca20448d38a5b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:10:10 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:10:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 10:10:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:10:11 d2fa39f53ed1: Preparing 10:10:11 44245aef5853: Preparing 10:10:11 1cf1c10af75e: Preparing 10:10:11 b18ef4e44a3f: Preparing 10:10:11 02a88cfff88f: Preparing 10:10:11 d2fa39f53ed1: Layer already exists 10:10:11 b18ef4e44a3f: Layer already exists 10:10:11 44245aef5853: Layer already exists 10:10:11 1cf1c10af75e: Layer already exists 10:10:11 02a88cfff88f: Layer already exists 10:10:11 master: digest: sha256:e47389eda6d5a030b36967126ec8936c78eee6174a7ef3e28a8ca20448d38a5b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:10:11 ===================================================== [Pipeline] echo 10:10:12 taggedImages: 10:10:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.144 10:10:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:12 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 10:10:12 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 10:10:12 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:12 2.0.0-dev.144 10:10:12 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:12 master 10:10:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:10:13 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:10:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:10:13 3d74cd4e8c5c: Preparing 10:10:13 3d74cd4e8c5c: Preparing 10:10:13 6aeff688d85a: Preparing 10:10:13 682b226db62d: Preparing 10:10:13 d8ab0acae379: Preparing 10:10:13 b6e7c4efc406: Preparing 10:10:13 1cf1c10af75e: Preparing 10:10:13 745dcfc668f5: Preparing 10:10:13 745dcfc668f5: Preparing 10:10:13 2dccee1bc04e: Preparing 10:10:13 762a481caba4: Preparing 10:10:13 02a88cfff88f: Preparing 10:10:13 745dcfc668f5: Waiting 10:10:13 2dccee1bc04e: Waiting 10:10:13 762a481caba4: Waiting 10:10:13 1cf1c10af75e: Waiting 10:10:13 02a88cfff88f: Waiting 10:10:13 3d74cd4e8c5c: Pushed 10:10:13 d8ab0acae379: Pushed 10:10:13 682b226db62d: Pushed 10:10:13 6aeff688d85a: Pushed 10:10:13 1cf1c10af75e: Layer already exists 10:10:13 02a88cfff88f: Layer already exists 10:10:13 745dcfc668f5: Pushed 10:10:13 2dccee1bc04e: Pushed 10:10:14 762a481caba4: Pushed 10:10:16 b6e7c4efc406: Pushed 10:10:16 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:622cf3798336f658dab734a5cc94309589794d7766f53c9c77866cd7cc6f1f37 size: 2817 [Pipeline] isUnix [Pipeline] sh 10:10:17 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.144 10:10:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:10:17 3d74cd4e8c5c: Preparing 10:10:17 3d74cd4e8c5c: Preparing 10:10:17 6aeff688d85a: Preparing 10:10:17 682b226db62d: Preparing 10:10:17 d8ab0acae379: Preparing 10:10:17 b6e7c4efc406: Preparing 10:10:17 1cf1c10af75e: Preparing 10:10:17 745dcfc668f5: Preparing 10:10:17 745dcfc668f5: Preparing 10:10:17 2dccee1bc04e: Preparing 10:10:17 762a481caba4: Preparing 10:10:17 02a88cfff88f: Preparing 10:10:17 2dccee1bc04e: Waiting 10:10:17 762a481caba4: Waiting 10:10:17 02a88cfff88f: Waiting 10:10:17 1cf1c10af75e: Waiting 10:10:17 745dcfc668f5: Waiting 10:10:18 682b226db62d: Layer already exists 10:10:18 d8ab0acae379: Layer already exists 10:10:18 6aeff688d85a: Layer already exists 10:10:18 3d74cd4e8c5c: Layer already exists 10:10:18 b6e7c4efc406: Layer already exists 10:10:18 2dccee1bc04e: Layer already exists 10:10:18 1cf1c10af75e: Layer already exists 10:10:18 745dcfc668f5: Layer already exists 10:10:18 02a88cfff88f: Layer already exists 10:10:18 762a481caba4: Layer already exists 10:10:18 2.0.0-dev.144: digest: sha256:622cf3798336f658dab734a5cc94309589794d7766f53c9c77866cd7cc6f1f37 size: 2817 [Pipeline] isUnix [Pipeline] sh 10:10:18 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:10:18 3d74cd4e8c5c: Preparing 10:10:18 3d74cd4e8c5c: Preparing 10:10:18 6aeff688d85a: Preparing 10:10:18 682b226db62d: Preparing 10:10:18 d8ab0acae379: Preparing 10:10:18 b6e7c4efc406: Preparing 10:10:18 1cf1c10af75e: Preparing 10:10:18 745dcfc668f5: Preparing 10:10:18 745dcfc668f5: Preparing 10:10:18 2dccee1bc04e: Preparing 10:10:18 762a481caba4: Preparing 10:10:18 02a88cfff88f: Preparing 10:10:18 1cf1c10af75e: Waiting 10:10:18 745dcfc668f5: Waiting 10:10:18 2dccee1bc04e: Waiting 10:10:18 762a481caba4: Waiting 10:10:18 02a88cfff88f: Waiting 10:10:19 682b226db62d: Layer already exists 10:10:19 6aeff688d85a: Layer already exists 10:10:19 d8ab0acae379: Layer already exists 10:10:19 3d74cd4e8c5c: Layer already exists 10:10:19 b6e7c4efc406: Layer already exists 10:10:19 745dcfc668f5: Layer already exists 10:10:19 02a88cfff88f: Layer already exists 10:10:19 1cf1c10af75e: Layer already exists 10:10:19 762a481caba4: Layer already exists 10:10:19 2dccee1bc04e: Layer already exists 10:10:19 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:622cf3798336f658dab734a5cc94309589794d7766f53c9c77866cd7cc6f1f37 size: 2817 [Pipeline] isUnix [Pipeline] sh 10:10:19 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:10:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 10:10:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 10:10:19 3d74cd4e8c5c: Preparing 10:10:19 3d74cd4e8c5c: Preparing 10:10:19 6aeff688d85a: Preparing 10:10:19 682b226db62d: Preparing 10:10:19 d8ab0acae379: Preparing 10:10:19 b6e7c4efc406: Preparing 10:10:19 1cf1c10af75e: Preparing 10:10:19 745dcfc668f5: Preparing 10:10:19 745dcfc668f5: Preparing 10:10:19 2dccee1bc04e: Preparing 10:10:19 762a481caba4: Preparing 10:10:19 02a88cfff88f: Preparing 10:10:19 1cf1c10af75e: Waiting 10:10:19 745dcfc668f5: Waiting 10:10:19 2dccee1bc04e: Waiting 10:10:19 02a88cfff88f: Waiting 10:10:19 762a481caba4: Waiting 10:10:19 b6e7c4efc406: Layer already exists 10:10:19 3d74cd4e8c5c: Layer already exists 10:10:19 d8ab0acae379: Layer already exists 10:10:19 6aeff688d85a: Layer already exists 10:10:19 682b226db62d: Layer already exists 10:10:19 1cf1c10af75e: Layer already exists 10:10:19 745dcfc668f5: Layer already exists 10:10:19 762a481caba4: Layer already exists 10:10:19 02a88cfff88f: Layer already exists 10:10:19 2dccee1bc04e: Layer already exists 10:10:19 master: digest: sha256:622cf3798336f658dab734a5cc94309589794d7766f53c9c77866cd7cc6f1f37 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:10:20 ===================================================== [Pipeline] echo 10:10:20 taggedImages: 10:10:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.144 10:10:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:20 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 10:10:20 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 10:10:20 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:20 2.0.0-dev.144 10:10:20 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:20 master 10:10:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:10:21 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:10:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:10:21 243c57dd685b: Preparing 10:10:21 fc53250ad8b5: Preparing 10:10:21 8a54fa613dcd: Preparing 10:10:21 378f9dccf4ff: Preparing 10:10:21 8e2bf7a95992: Preparing 10:10:21 02a88cfff88f: Preparing 10:10:21 02a88cfff88f: Waiting 10:10:22 8a54fa613dcd: Pushed 10:10:22 378f9dccf4ff: Pushed 10:10:22 02a88cfff88f: Layer already exists 10:10:22 8e2bf7a95992: Pushed 10:10:23 fc53250ad8b5: Pushed 10:10:24 243c57dd685b: Pushed 10:10:24 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:0012061eabc6653e3e98ba01b393542995412a8e9bfe487bc37529640ffd47e3 size: 1575 [Pipeline] isUnix [Pipeline] sh 10:10:24 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.144 10:10:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:10:25 243c57dd685b: Preparing 10:10:25 fc53250ad8b5: Preparing 10:10:25 8a54fa613dcd: Preparing 10:10:25 378f9dccf4ff: Preparing 10:10:25 8e2bf7a95992: Preparing 10:10:25 02a88cfff88f: Preparing 10:10:25 02a88cfff88f: Waiting 10:10:25 8e2bf7a95992: Layer already exists 10:10:25 378f9dccf4ff: Layer already exists 10:10:25 243c57dd685b: Layer already exists 10:10:25 fc53250ad8b5: Layer already exists 10:10:25 8a54fa613dcd: Layer already exists 10:10:25 02a88cfff88f: Layer already exists 10:10:25 2.0.0-dev.144: digest: sha256:0012061eabc6653e3e98ba01b393542995412a8e9bfe487bc37529640ffd47e3 size: 1575 [Pipeline] isUnix [Pipeline] sh 10:10:25 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:10:26 243c57dd685b: Preparing 10:10:26 fc53250ad8b5: Preparing 10:10:26 8a54fa613dcd: Preparing 10:10:26 378f9dccf4ff: Preparing 10:10:26 8e2bf7a95992: Preparing 10:10:26 02a88cfff88f: Preparing 10:10:26 02a88cfff88f: Waiting 10:10:26 8a54fa613dcd: Layer already exists 10:10:26 8e2bf7a95992: Layer already exists 10:10:26 243c57dd685b: Layer already exists 10:10:26 fc53250ad8b5: Layer already exists 10:10:26 378f9dccf4ff: Layer already exists 10:10:26 02a88cfff88f: Layer already exists 10:10:26 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:0012061eabc6653e3e98ba01b393542995412a8e9bfe487bc37529640ffd47e3 size: 1575 [Pipeline] isUnix [Pipeline] sh 10:10:26 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:10:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 10:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:10:27 243c57dd685b: Preparing 10:10:27 fc53250ad8b5: Preparing 10:10:27 8a54fa613dcd: Preparing 10:10:27 378f9dccf4ff: Preparing 10:10:27 8e2bf7a95992: Preparing 10:10:27 02a88cfff88f: Preparing 10:10:27 02a88cfff88f: Waiting 10:10:27 fc53250ad8b5: Layer already exists 10:10:27 8a54fa613dcd: Layer already exists 10:10:27 378f9dccf4ff: Layer already exists 10:10:27 243c57dd685b: Layer already exists 10:10:27 8e2bf7a95992: Layer already exists 10:10:27 02a88cfff88f: Layer already exists 10:10:27 master: digest: sha256:0012061eabc6653e3e98ba01b393542995412a8e9bfe487bc37529640ffd47e3 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:10:27 ===================================================== [Pipeline] echo 10:10:27 taggedImages: 10:10:27 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:27 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.144 10:10:27 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:27 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 10:10:27 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 10:10:27 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:27 2.0.0-dev.144 10:10:27 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:27 master 10:10:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:10:28 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:10:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:10:29 2436807b7685: Preparing 10:10:29 fe92624735b7: Preparing 10:10:29 db498ba3511b: Preparing 10:10:29 a36e12789e7b: Preparing 10:10:29 d17e046e54da: Preparing 10:10:29 586ec34bc4ac: Preparing 10:10:29 bc3fef9983c1: Preparing 10:10:29 352b592f6e9a: Preparing 10:10:29 02a88cfff88f: Preparing 10:10:29 586ec34bc4ac: Waiting 10:10:29 bc3fef9983c1: Waiting 10:10:29 352b592f6e9a: Waiting 10:10:29 02a88cfff88f: Waiting 10:10:29 2436807b7685: Pushed 10:10:29 d17e046e54da: Pushed 10:10:29 fe92624735b7: Pushed 10:10:29 586ec34bc4ac: Pushed 10:10:29 bc3fef9983c1: Pushed 10:10:29 02a88cfff88f: Layer already exists 10:10:30 352b592f6e9a: Pushed 10:10:31 a36e12789e7b: Pushed 10:10:31 db498ba3511b: Pushed 10:10:31 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:2dc9e4dcca8eff5454521a67eeaee1b722905cdbbaa92c9b0904d2f70687eb52 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:10:32 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.144 10:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:10:32 2436807b7685: Preparing 10:10:32 fe92624735b7: Preparing 10:10:32 db498ba3511b: Preparing 10:10:32 a36e12789e7b: Preparing 10:10:32 d17e046e54da: Preparing 10:10:32 586ec34bc4ac: Preparing 10:10:32 bc3fef9983c1: Preparing 10:10:32 352b592f6e9a: Preparing 10:10:32 02a88cfff88f: Preparing 10:10:32 bc3fef9983c1: Waiting 10:10:32 586ec34bc4ac: Waiting 10:10:32 352b592f6e9a: Waiting 10:10:32 02a88cfff88f: Waiting 10:10:32 d17e046e54da: Layer already exists 10:10:32 db498ba3511b: Layer already exists 10:10:32 a36e12789e7b: Layer already exists 10:10:32 2436807b7685: Layer already exists 10:10:32 fe92624735b7: Layer already exists 10:10:32 bc3fef9983c1: Layer already exists 10:10:32 586ec34bc4ac: Layer already exists 10:10:32 352b592f6e9a: Layer already exists 10:10:32 02a88cfff88f: Layer already exists 10:10:32 2.0.0-dev.144: digest: sha256:2dc9e4dcca8eff5454521a67eeaee1b722905cdbbaa92c9b0904d2f70687eb52 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:10:33 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:10:33 2436807b7685: Preparing 10:10:33 fe92624735b7: Preparing 10:10:33 db498ba3511b: Preparing 10:10:33 a36e12789e7b: Preparing 10:10:33 d17e046e54da: Preparing 10:10:33 586ec34bc4ac: Preparing 10:10:33 bc3fef9983c1: Preparing 10:10:33 352b592f6e9a: Preparing 10:10:33 02a88cfff88f: Preparing 10:10:33 586ec34bc4ac: Waiting 10:10:33 bc3fef9983c1: Waiting 10:10:33 352b592f6e9a: Waiting 10:10:33 02a88cfff88f: Waiting 10:10:33 db498ba3511b: Layer already exists 10:10:33 a36e12789e7b: Layer already exists 10:10:33 d17e046e54da: Layer already exists 10:10:33 2436807b7685: Layer already exists 10:10:33 fe92624735b7: Layer already exists 10:10:33 586ec34bc4ac: Layer already exists 10:10:33 352b592f6e9a: Layer already exists 10:10:33 bc3fef9983c1: Layer already exists 10:10:33 02a88cfff88f: Layer already exists 10:10:33 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:2dc9e4dcca8eff5454521a67eeaee1b722905cdbbaa92c9b0904d2f70687eb52 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:10:34 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:10:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 10:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:10:34 2436807b7685: Preparing 10:10:34 fe92624735b7: Preparing 10:10:34 db498ba3511b: Preparing 10:10:34 a36e12789e7b: Preparing 10:10:34 d17e046e54da: Preparing 10:10:34 586ec34bc4ac: Preparing 10:10:34 bc3fef9983c1: Preparing 10:10:34 352b592f6e9a: Preparing 10:10:34 02a88cfff88f: Preparing 10:10:34 bc3fef9983c1: Waiting 10:10:34 352b592f6e9a: Waiting 10:10:34 02a88cfff88f: Waiting 10:10:34 586ec34bc4ac: Waiting 10:10:34 fe92624735b7: Layer already exists 10:10:34 d17e046e54da: Layer already exists 10:10:34 2436807b7685: Layer already exists 10:10:34 db498ba3511b: Layer already exists 10:10:34 a36e12789e7b: Layer already exists 10:10:34 586ec34bc4ac: Layer already exists 10:10:34 bc3fef9983c1: Layer already exists 10:10:34 352b592f6e9a: Layer already exists 10:10:34 02a88cfff88f: Layer already exists 10:10:34 master: digest: sha256:2dc9e4dcca8eff5454521a67eeaee1b722905cdbbaa92c9b0904d2f70687eb52 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:10:35 ===================================================== [Pipeline] echo 10:10:35 taggedImages: 10:10:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.144 10:10:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 10:10:35 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 10:10:35 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:35 2.0.0-dev.144 10:10:35 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:35 master 10:10:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:10:36 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:10:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:10:36 ba1b0144ad18: Preparing 10:10:36 72d4066126e3: Preparing 10:10:36 1cf1c10af75e: Preparing 10:10:36 2216504cfe24: Preparing 10:10:36 02a88cfff88f: Preparing 10:10:36 1cf1c10af75e: Layer already exists 10:10:36 02a88cfff88f: Layer already exists 10:10:36 ba1b0144ad18: Pushed 10:10:37 2216504cfe24: Pushed 10:10:39 72d4066126e3: Pushed 10:10:39 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:57040b7399bb191093aa6d9f5cd8a91bce285721c3cbe72230288cff40458e02 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:10:40 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.144 10:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:10:40 ba1b0144ad18: Preparing 10:10:40 72d4066126e3: Preparing 10:10:40 1cf1c10af75e: Preparing 10:10:40 2216504cfe24: Preparing 10:10:40 02a88cfff88f: Preparing 10:10:40 ba1b0144ad18: Layer already exists 10:10:40 2216504cfe24: Layer already exists 10:10:40 72d4066126e3: Layer already exists 10:10:40 1cf1c10af75e: Layer already exists 10:10:40 02a88cfff88f: Layer already exists 10:10:40 2.0.0-dev.144: digest: sha256:57040b7399bb191093aa6d9f5cd8a91bce285721c3cbe72230288cff40458e02 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:10:40 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:10:41 ba1b0144ad18: Preparing 10:10:41 72d4066126e3: Preparing 10:10:41 1cf1c10af75e: Preparing 10:10:41 2216504cfe24: Preparing 10:10:41 02a88cfff88f: Preparing 10:10:41 2216504cfe24: Layer already exists 10:10:41 ba1b0144ad18: Layer already exists 10:10:41 02a88cfff88f: Layer already exists 10:10:41 72d4066126e3: Layer already exists 10:10:41 1cf1c10af75e: Layer already exists 10:10:41 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:57040b7399bb191093aa6d9f5cd8a91bce285721c3cbe72230288cff40458e02 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:10:41 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:10:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 10:10:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:10:42 ba1b0144ad18: Preparing 10:10:42 72d4066126e3: Preparing 10:10:42 1cf1c10af75e: Preparing 10:10:42 2216504cfe24: Preparing 10:10:42 02a88cfff88f: Preparing 10:10:42 1cf1c10af75e: Layer already exists 10:10:42 72d4066126e3: Layer already exists 10:10:42 ba1b0144ad18: Layer already exists 10:10:42 2216504cfe24: Layer already exists 10:10:42 02a88cfff88f: Layer already exists 10:10:42 master: digest: sha256:57040b7399bb191093aa6d9f5cd8a91bce285721c3cbe72230288cff40458e02 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:10:42 ===================================================== [Pipeline] echo 10:10:43 taggedImages: 10:10:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.144 10:10:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 10:10:43 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 10:10:43 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:43 2.0.0-dev.144 10:10:43 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:43 master 10:10:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:10:43 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:10:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:10:44 457f2e07f2fc: Preparing 10:10:44 02848456ed3c: Preparing 10:10:44 1cf1c10af75e: Preparing 10:10:44 b18ef4e44a3f: Preparing 10:10:44 02a88cfff88f: Preparing 10:10:44 b18ef4e44a3f: Layer already exists 10:10:44 1cf1c10af75e: Layer already exists 10:10:44 02a88cfff88f: Layer already exists 10:10:44 457f2e07f2fc: Pushed 10:10:47 02848456ed3c: Pushed 10:10:47 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:ecef468d3986ee0119243d5a3ed96088e4425449583b4cb21bc1b66ed505fe9b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:10:47 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.144 10:10:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:10:48 457f2e07f2fc: Preparing 10:10:48 02848456ed3c: Preparing 10:10:48 1cf1c10af75e: Preparing 10:10:48 b18ef4e44a3f: Preparing 10:10:48 02a88cfff88f: Preparing 10:10:48 02a88cfff88f: Layer already exists 10:10:48 02848456ed3c: Layer already exists 10:10:48 1cf1c10af75e: Layer already exists 10:10:48 b18ef4e44a3f: Layer already exists 10:10:48 457f2e07f2fc: Layer already exists 10:10:48 2.0.0-dev.144: digest: sha256:ecef468d3986ee0119243d5a3ed96088e4425449583b4cb21bc1b66ed505fe9b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:10:48 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:10:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:10:48 457f2e07f2fc: Preparing 10:10:48 02848456ed3c: Preparing 10:10:48 1cf1c10af75e: Preparing 10:10:48 b18ef4e44a3f: Preparing 10:10:48 02a88cfff88f: Preparing 10:10:49 02848456ed3c: Layer already exists 10:10:49 b18ef4e44a3f: Layer already exists 10:10:49 457f2e07f2fc: Layer already exists 10:10:49 02a88cfff88f: Layer already exists 10:10:49 1cf1c10af75e: Layer already exists 10:10:49 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:ecef468d3986ee0119243d5a3ed96088e4425449583b4cb21bc1b66ed505fe9b size: 1363 [Pipeline] isUnix [Pipeline] sh 10:10:49 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:10:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 10:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:10:49 457f2e07f2fc: Preparing 10:10:49 02848456ed3c: Preparing 10:10:49 1cf1c10af75e: Preparing 10:10:49 b18ef4e44a3f: Preparing 10:10:49 02a88cfff88f: Preparing 10:10:50 02848456ed3c: Layer already exists 10:10:50 02a88cfff88f: Layer already exists 10:10:50 b18ef4e44a3f: Layer already exists 10:10:50 457f2e07f2fc: Layer already exists 10:10:50 1cf1c10af75e: Layer already exists 10:10:50 master: digest: sha256:ecef468d3986ee0119243d5a3ed96088e4425449583b4cb21bc1b66ed505fe9b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:10:50 ===================================================== [Pipeline] echo 10:10:50 taggedImages: 10:10:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.144 10:10:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:50 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 10:10:50 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 10:10:50 ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:50 2.0.0-dev.144 10:10:50 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:10:50 master 10:10:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:10:51 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh 10:10:51 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:10:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:10:51 e6e6aca376fa: Preparing 10:10:51 510940e37eb2: Preparing 10:10:51 785f1c8dcc3a: Preparing 10:10:51 d45a5086acbe: Preparing 10:10:51 bfa43633588f: Preparing 10:10:51 9227e4b69e45: Preparing 10:10:51 a2471773a3bb: Preparing 10:10:51 9ded3b6bb9b5: Preparing 10:10:51 fa1afe8e6ed9: Preparing 10:10:51 87a09b4c083e: Preparing 10:10:51 0f74e9ff2a61: Preparing 10:10:51 b122376c33c6: Preparing 10:10:51 f8381ed47b22: Preparing 10:10:51 e934a737d657: Preparing 10:10:51 87a09b4c083e: Waiting 10:10:51 0f74e9ff2a61: Waiting 10:10:51 b122376c33c6: Waiting 10:10:51 f8381ed47b22: Waiting 10:10:51 9227e4b69e45: Waiting 10:10:51 e934a737d657: Waiting 10:10:51 a2471773a3bb: Waiting 10:10:51 9ded3b6bb9b5: Waiting 10:10:51 fa1afe8e6ed9: Waiting 10:10:52 bfa43633588f: Pushed 10:10:52 e6e6aca376fa: Pushed 10:10:53 d45a5086acbe: Pushed 10:10:53 9ded3b6bb9b5: Layer already exists 10:10:53 fa1afe8e6ed9: Layer already exists 10:10:53 87a09b4c083e: Layer already exists 10:10:53 a2471773a3bb: Pushed 10:10:53 0f74e9ff2a61: Layer already exists 10:10:53 b122376c33c6: Layer already exists 10:10:53 f8381ed47b22: Layer already exists 10:10:53 e934a737d657: Layer already exists 10:10:53 510940e37eb2: Pushed 10:10:54 9227e4b69e45: Pushed 10:11:05 785f1c8dcc3a: Pushed 10:11:05 ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:cf101870b6323ad91e3686f4b275b6b6f102abfaa0a8c9e669f9921b073b9e61 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:11:05 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:11:05 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.144 10:11:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:11:05 e6e6aca376fa: Preparing 10:11:05 510940e37eb2: Preparing 10:11:05 785f1c8dcc3a: Preparing 10:11:05 d45a5086acbe: Preparing 10:11:05 bfa43633588f: Preparing 10:11:05 9227e4b69e45: Preparing 10:11:05 a2471773a3bb: Preparing 10:11:05 9ded3b6bb9b5: Preparing 10:11:05 fa1afe8e6ed9: Preparing 10:11:05 87a09b4c083e: Preparing 10:11:05 0f74e9ff2a61: Preparing 10:11:05 b122376c33c6: Preparing 10:11:05 f8381ed47b22: Preparing 10:11:05 e934a737d657: Preparing 10:11:05 9ded3b6bb9b5: Waiting 10:11:05 87a09b4c083e: Waiting 10:11:05 0f74e9ff2a61: Waiting 10:11:05 fa1afe8e6ed9: Waiting 10:11:05 b122376c33c6: Waiting 10:11:05 9227e4b69e45: Waiting 10:11:05 a2471773a3bb: Waiting 10:11:05 f8381ed47b22: Waiting 10:11:05 e934a737d657: Waiting 10:11:06 785f1c8dcc3a: Layer already exists 10:11:06 510940e37eb2: Layer already exists 10:11:06 e6e6aca376fa: Layer already exists 10:11:06 bfa43633588f: Layer already exists 10:11:06 d45a5086acbe: Layer already exists 10:11:06 a2471773a3bb: Layer already exists 10:11:06 9ded3b6bb9b5: Layer already exists 10:11:06 9227e4b69e45: Layer already exists 10:11:06 87a09b4c083e: Layer already exists 10:11:06 fa1afe8e6ed9: Layer already exists 10:11:06 b122376c33c6: Layer already exists 10:11:06 f8381ed47b22: Layer already exists 10:11:06 0f74e9ff2a61: Layer already exists 10:11:06 e934a737d657: Layer already exists 10:11:06 2.0.0-dev.144: digest: sha256:cf101870b6323ad91e3686f4b275b6b6f102abfaa0a8c9e669f9921b073b9e61 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:11:06 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh 10:11:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:11:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:11:06 e6e6aca376fa: Preparing 10:11:06 510940e37eb2: Preparing 10:11:06 785f1c8dcc3a: Preparing 10:11:06 d45a5086acbe: Preparing 10:11:06 bfa43633588f: Preparing 10:11:06 9227e4b69e45: Preparing 10:11:06 a2471773a3bb: Preparing 10:11:06 9ded3b6bb9b5: Preparing 10:11:06 fa1afe8e6ed9: Preparing 10:11:06 87a09b4c083e: Preparing 10:11:06 0f74e9ff2a61: Preparing 10:11:06 b122376c33c6: Preparing 10:11:06 f8381ed47b22: Preparing 10:11:06 e934a737d657: Preparing 10:11:06 9227e4b69e45: Waiting 10:11:06 a2471773a3bb: Waiting 10:11:06 9ded3b6bb9b5: Waiting 10:11:06 b122376c33c6: Waiting 10:11:06 f8381ed47b22: Waiting 10:11:06 fa1afe8e6ed9: Waiting 10:11:06 e934a737d657: Waiting 10:11:06 87a09b4c083e: Waiting 10:11:06 0f74e9ff2a61: Waiting 10:11:07 bfa43633588f: Layer already exists 10:11:07 d45a5086acbe: Layer already exists 10:11:07 510940e37eb2: Layer already exists 10:11:07 e6e6aca376fa: Layer already exists 10:11:07 785f1c8dcc3a: Layer already exists 10:11:07 9227e4b69e45: Layer already exists 10:11:07 9ded3b6bb9b5: Layer already exists 10:11:07 a2471773a3bb: Layer already exists 10:11:07 87a09b4c083e: Layer already exists 10:11:07 fa1afe8e6ed9: Layer already exists 10:11:07 0f74e9ff2a61: Layer already exists 10:11:07 b122376c33c6: Layer already exists 10:11:07 f8381ed47b22: Layer already exists 10:11:07 e934a737d657: Layer already exists 10:11:07 ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:cf101870b6323ad91e3686f4b275b6b6f102abfaa0a8c9e669f9921b073b9e61 size: 3252 [Pipeline] isUnix [Pipeline] sh 10:11:07 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:11:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 10:11:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:11:07 e6e6aca376fa: Preparing 10:11:07 510940e37eb2: Preparing 10:11:07 785f1c8dcc3a: Preparing 10:11:07 d45a5086acbe: Preparing 10:11:07 bfa43633588f: Preparing 10:11:07 9227e4b69e45: Preparing 10:11:07 a2471773a3bb: Preparing 10:11:07 9ded3b6bb9b5: Preparing 10:11:07 fa1afe8e6ed9: Preparing 10:11:07 87a09b4c083e: Preparing 10:11:07 0f74e9ff2a61: Preparing 10:11:07 b122376c33c6: Preparing 10:11:07 f8381ed47b22: Preparing 10:11:07 e934a737d657: Preparing 10:11:07 9227e4b69e45: Waiting 10:11:07 0f74e9ff2a61: Waiting 10:11:07 b122376c33c6: Waiting 10:11:07 f8381ed47b22: Waiting 10:11:07 a2471773a3bb: Waiting 10:11:07 fa1afe8e6ed9: Waiting 10:11:07 9ded3b6bb9b5: Waiting 10:11:07 87a09b4c083e: Waiting 10:11:07 e934a737d657: Waiting 10:11:07 bfa43633588f: Layer already exists 10:11:07 d45a5086acbe: Layer already exists 10:11:07 785f1c8dcc3a: Layer already exists 10:11:08 e6e6aca376fa: Layer already exists 10:11:08 510940e37eb2: Layer already exists 10:11:08 a2471773a3bb: Layer already exists 10:11:08 9227e4b69e45: Layer already exists 10:11:08 fa1afe8e6ed9: Layer already exists 10:11:08 9ded3b6bb9b5: Layer already exists 10:11:08 87a09b4c083e: Layer already exists 10:11:08 b122376c33c6: Layer already exists 10:11:08 0f74e9ff2a61: Layer already exists 10:11:08 e934a737d657: Layer already exists 10:11:08 f8381ed47b22: Layer already exists 10:11:08 master: digest: sha256:cf101870b6323ad91e3686f4b275b6b6f102abfaa0a8c9e669f9921b073b9e61 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:08 ===================================================== [Pipeline] echo 10:11:08 taggedImages: 10:11:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d 10:11:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.144 10:11:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 10:11:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:11:09 ---> job-cost.sh 10:11:09 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YeKa 10:11:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:13:48 lf-activate-venv(): INFO: Adding /tmp/venv-YeKa/bin to PATH 10:13:48 INFO: No Stack... 10:13:48 INFO: Retrieving Pricing Info for: lf-standard-4 10:13:49 INFO: Archiving Costs [Pipeline] sh 10:13:49 + cat /w/workspace/edgex-go/412/archives/cost.csv 10:13:49 + cut -d, -f6 [Pipeline] lock 10:13:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-412-stack-cost] 10:13:49 Resource [jenkins-edgexfoundry-edgex-go-master-412-stack-cost] did not exist. Created. 10:13:49 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-412-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:13:50 + echo total: 0.20999999344348907 [Pipeline] stash 10:13:51 Stashed 1 file(s) [Pipeline] } 10:13:51 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-412-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 10:13:54 provisioning config files... 10:13:54 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/412@tmp/config8676821169174163619tmp [Pipeline] { [Pipeline] sh 10:13:54 + set +x 10:13:54 + curl -s https://codecov.io/bash 10:13:54 + bash -s -- 10:13:55 10:13:55 _____ _ 10:13:55 / ____| | | 10:13:55 | | ___ __| | ___ ___ _____ __ 10:13:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:13:55 | |___| (_) | (_| | __/ (_| (_) \ V / 10:13:55 \_____\___/ \__,_|\___|\___\___/ \_/ 10:13:55 Bash-20210309-2b87ace 10:13:55 10:13:55 10:13:55 ==> git version 2.24.3 found 10:13:55 ==> 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 10:13:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:13:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:13:55 ==> Jenkins CI detected. 10:13:55 project root: . 10:13:55 --> token set from env 10:13:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:13:55 ==> Running gcov in . (disable via -X gcov) 10:13:55 ==> Python coveragepy not found 10:13:55 ==> Searching for coverage reports in: 10:13:55 + . 10:13:55 -> Found 1 reports 10:13:55 ==> Detecting git/mercurial file structure 10:13:55 ==> Reading reports 10:13:55 + ./coverage.out bytes=666599 10:13:55 ==> Appending adjustments 10:13:55 https://docs.codecov.io/docs/fixing-reports 10:13:58 + Found adjustments 10:13:58 ==> Gzipping contents 10:13:58 96K /tmp/codecov.1GV7LB.gz 10:13:58 ==> Uploading reports 10:13:58 url: https://codecov.io 10:13:58 query: branch=master&commit=ebfae9bf1c69030f223d824c55fa5330fb79db8d&build=412&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F412%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:13:58 -> Pinging Codecov 10:13:58 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=ebfae9bf1c69030f223d824c55fa5330fb79db8d&build=412&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F412%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:13:59 -> Uploading to 10:13:59 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/00271124DB129430A58F1EEE437C3FCB/ebfae9bf1c69030f223d824c55fa5330fb79db8d/0ef811dd-64c9-4981-8f42-ee3dd67d6eb4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T101359Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=96046ec41df2203e0f439eca152775adb97d6f3991c06f89665802abccec3544 10:13:59 % Total % Received % Xferd Average Speed Time Time Time Current 10:13:59 Dload Upload Total Spent Left Speed 10:13:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96571 0 0 100 96571 0 185k --:--:-- --:--:-- --:--:-- 185k 100 96571 0 0 100 96571 0 185k --:--:-- --:--:-- --:--:-- 185k 10:13:59 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] } 10:13:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:14:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:14:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:14:01 10:14:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:14:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:14:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:14:02 188c0c94c7c5: Already exists 10:14:02 0ef7d3d256c8: Already exists 10:14:02 de9db76c5a1d: Already exists 10:14:02 0eba1c9be4d2: Pulling fs layer 10:14:02 0d57e429df01: Pulling fs layer 10:14:02 4e4be7b47b0d: Pulling fs layer 10:14:02 e1f770b5df2f: Pulling fs layer 10:14:02 85a0685a4137: Pulling fs layer 10:14:02 e1f770b5df2f: Waiting 10:14:02 85a0685a4137: Waiting 10:14:02 0d57e429df01: Verifying Checksum 10:14:02 4e4be7b47b0d: Verifying Checksum 10:14:02 4e4be7b47b0d: Download complete 10:14:02 0d57e429df01: Download complete 10:14:04 e1f770b5df2f: Verifying Checksum 10:14:04 e1f770b5df2f: Download complete 10:14:07 85a0685a4137: Verifying Checksum 10:14:07 85a0685a4137: Download complete 10:14:07 0eba1c9be4d2: Verifying Checksum 10:14:07 0eba1c9be4d2: Download complete 10:14:14 0eba1c9be4d2: Pull complete 10:14:14 0d57e429df01: Pull complete 10:14:14 4e4be7b47b0d: Pull complete 10:14:16 e1f770b5df2f: Pull complete 10:14:26 85a0685a4137: Pull complete 10:14:26 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:14:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:14:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:14:27 prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container 10:14:27 $ 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/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 10:14:28 $ docker top cf04178dc6cb129571e97de3e5d6be25d4041511f9f8b1316c982029e9e7eeb4 -eo pid,comm [Pipeline] { [Pipeline] echo 10:14:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:14:29 + set -o pipefail 10:14:29 + snyk monitor '--org=edgex-jenkins' 10:14:44 10:14:44 Monitoring /w/workspace/edgex-go/412 (github.com/edgexfoundry/edgex-go)... 10:14:44 10:14:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/839b6b69-f4f4-4e32-9355-f295c66872d8 10:14:44 10:14:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:14:44 10:14:44 [Pipeline] } 10:14:44 $ docker stop --time=1 cf04178dc6cb129571e97de3e5d6be25d4041511f9f8b1316c982029e9e7eeb4 10:14:47 $ docker rm -f cf04178dc6cb129571e97de3e5d6be25d4041511f9f8b1316c982029e9e7eeb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:14:49 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:14:49 provisioning config files... 10:14:49 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/412@tmp/config8651708538451219880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:14:50 --> edgex-publish-swagger.sh 10:14:50 === Publish openapi/v1 API === 10:14:50 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 10:14:50 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/412/openapi/v1/core-command.yaml] 10:14:50 % Total % Received % Xferd Average Speed Time Time Time Current 10:14:50 Dload Upload Total Spent Left Speed 10:14:52 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 7299 0:00:01 0:00:01 --:--:-- 7301 100 10522 0 0 100 10522 0 6413 0:00:01 0:00:01 --:--:-- 6415 10:14:52 10:14:52 10:14:52 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/412/openapi/v1/core-data.yaml] 10:14:52 % Total % Received % Xferd Average Speed Time Time Time Current 10:14:52 Dload Upload Total Spent Left Speed 10:14:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 23785 0:00:01 0:00:01 --:--:-- 23798 100 32557 0 0 100 32557 0 21782 0:00:01 0:00:01 --:--:-- 21791 10:14:53 10:14:53 10:14:53 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/412/openapi/v1/core-metadata.yaml] 10:14:53 % Total % Received % Xferd Average Speed Time Time Time Current 10:14:53 Dload Upload Total Spent Left Speed 10:14:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 54760 0:00:01 0:00:01 --:--:-- 54729 100 73721 0 0 100 73721 0 44392 0:00:01 0:00:01 --:--:-- 44383 10:14:55 10:14:55 10:14:55 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/412/openapi/v1/support-logging.yaml] 10:14:55 % Total % Received % Xferd Average Speed Time Time Time Current 10:14:55 Dload Upload Total Spent Left Speed 10:14:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 9931 0:00:01 0:00:01 --:--:-- 9934 100 13581 0 0 100 13581 0 8656 0:00:01 0:00:01 --:--:-- 8655 100 13581 0 0 100 13581 0 8654 0:00:01 0:00:01 --:--:-- 8655 10:14:56 10:14:56 10:14:56 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/412/openapi/v1/support-notifications.yaml] 10:14:56 % Total % Received % Xferd Average Speed Time Time Time Current 10:14:56 Dload Upload Total Spent Left Speed 10:14:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 28674 0:00:01 0:00:01 --:--:-- 28679 100 38890 0 0 100 38890 0 24115 0:00:01 0:00:01 --:--:-- 24125 10:14:58 10:14:58 10:14:58 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/412/openapi/v1/support-scheduler.yaml] 10:14:58 % Total % Received % Xferd Average Speed Time Time Time Current 10:14:58 Dload Upload Total Spent Left Speed 10:15:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 10472 0:00:01 0:00:01 --:--:-- 10469 100 14249 0 0 100 14249 0 7385 0:00:01 0:00:01 --:--:-- 7382 10:15:00 10:15:00 10:15:00 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/412/openapi/v1/system-agent.yaml] 10:15:00 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:00 Dload Upload Total Spent Left Speed 10:15:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3023 0:00:01 0:00:01 --:--:-- 3022 100 4110 0 0 100 4110 0 1931 0:00:02 0:00:02 --:--:-- 1932 10:15:02 10:15:02 10:15:02 === Publish openapi/v2 API === 10:15:02 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 10:15:02 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/412/openapi/v2/core-command.yaml] 10:15:02 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:02 Dload Upload Total Spent Left Speed 10:15:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 21821 0:00:01 0:00:01 --:--:-- 21822 100 29744 0 0 100 29744 0 19913 0:00:01 0:00:01 --:--:-- 19908 10:15:04 10:15:04 10:15:04 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/412/openapi/v2/core-data.yaml] 10:15:04 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:04 Dload Upload Total Spent Left Speed 10:15:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57287 0 0 100 57287 0 41638 0:00:01 0:00:01 --:--:-- 41663 100 57287 0 0 100 57287 0 39565 0:00:01 0:00:01 --:--:-- 39590 10:15:05 10:15:05 10:15:05 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/412/openapi/v2/core-metadata.yaml] 10:15:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:05 Dload Upload Total Spent Left Speed 10:15:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 86652 0:00:01 0:00:01 --:--:-- 86661 100 116k 0 0 100 116k 0 83437 0:00:01 0:00:01 --:--:-- 83437 10:15:07 10:15:07 10:15:07 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/412/openapi/v2/support-notifications.yaml] 10:15:07 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:07 Dload Upload Total Spent Left Speed 10:15:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76131 0 0 100 76131 0 55896 0:00:01 0:00:01 --:--:-- 55937 100 76131 0 0 100 76131 0 47588 0:00:01 0:00:01 --:--:-- 47611 10:15:08 10:15:08 10:15:08 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/412/openapi/v2/support-scheduler.yaml] 10:15:08 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:08 Dload Upload Total Spent Left Speed 10:15:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37472 0 0 100 37472 0 27269 0:00:01 0:00:01 --:--:-- 27272 100 37472 0 0 100 37472 0 25475 0:00:01 0:00:01 --:--:-- 25473 10:15:09 10:15:09 10:15:09 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/412/openapi/v2/system-agent.yaml] 10:15:09 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:09 Dload Upload Total Spent Left Speed 10:15:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 17308 0:00:01 0:00:01 --:--:-- 17322 100 24182 0 0 100 24182 0 15892 0:00:01 0:00:01 --:--:-- 15898 10:15:11 10:15:11 [Pipeline] } 10:15:11 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 10:15:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:15:12 . [Pipeline] withDockerContainer 10:15:12 prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container 10:15:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 10:15:13 $ docker top 49c3c6144e3a1ae78735b9cf25e56efc1a8cadff1d018129b3718edf15b239cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:15:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:15:14 [ssh-agent] Looking for ssh-agent implementation... 10:15:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:15:14 $ docker exec 49c3c6144e3a1ae78735b9cf25e56efc1a8cadff1d018129b3718edf15b239cf ssh-agent 10:15:14 SSH_AUTH_SOCK=/tmp/ssh-uOoZ44ef11NC/agent.12 10:15:14 SSH_AGENT_PID=17 10:15:14 Running ssh-add (command line suppressed) 10:15:15 Identity added: /w/workspace/edgex-go/412@tmp/private_key_5086982337996732555.key (/w/workspace/edgex-go/412@tmp/private_key_5086982337996732555.key) 10:15:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:15:15 + git semver tag 10:15:16 # -> Open(): unable to determine branch for HEAD 10:15:16 # $GIT_DIR = /w/workspace/edgex-go/412/.git 10:15:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/412 10:15:16 # $SEMVER_REMOTE_NAME = origin 10:15:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:15:16 # $SEMVER_USER_NAME = edgex-jenkins 10:15:16 # $SEMVER_BRANCH = master 10:15:16 # $SEMVER_DIR = /w/workspace/edgex-go/412/.semver 10:15:16 # ebfae9bf1c69030f223d824c55fa5330fb79db8d HEAD 10:15:16 # -> Force: false 10:15:16 # 8b72c1878f8b01ab363bc0bfe1d714f0d28b9c40 refs/tags/v2.0.0-dev.144 [Pipeline] } 10:15:16 $ docker exec --env ******** --env ******** 49c3c6144e3a1ae78735b9cf25e56efc1a8cadff1d018129b3718edf15b239cf ssh-agent -k 10:15:16 unset SSH_AUTH_SOCK; 10:15:16 unset SSH_AGENT_PID; 10:15:16 echo Agent pid 17 killed; 10:15:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:15:17 + git semver [Pipeline] } 10:15:17 $ docker stop --time=1 49c3c6144e3a1ae78735b9cf25e56efc1a8cadff1d018129b3718edf15b239cf 10:15:19 $ docker rm -f 49c3c6144e3a1ae78735b9cf25e56efc1a8cadff1d018129b3718edf15b239cf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:15:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:15:19 10:15:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:15:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:15:20 0.23.1-centos7: Pulling from edgex-lftools 10:15:20 ab5ef0e58194: Pulling fs layer 10:15:20 9712f1f96733: Pulling fs layer 10:15:20 63f879dbbcfc: Pulling fs layer 10:15:20 0d9ebad4ef96: Pulling fs layer 10:15:20 e9a5061849ea: Pulling fs layer 10:15:20 d747dcd14b5f: Pulling fs layer 10:15:20 2de7ff778b66: Pulling fs layer 10:15:20 e9a5061849ea: Waiting 10:15:20 d747dcd14b5f: Waiting 10:15:20 2de7ff778b66: Waiting 10:15:20 0d9ebad4ef96: Waiting 10:15:20 9712f1f96733: Verifying Checksum 10:15:20 9712f1f96733: Download complete 10:15:22 63f879dbbcfc: Verifying Checksum 10:15:22 63f879dbbcfc: Download complete 10:15:22 e9a5061849ea: Verifying Checksum 10:15:22 e9a5061849ea: Download complete 10:15:22 d747dcd14b5f: Verifying Checksum 10:15:22 d747dcd14b5f: Download complete 10:15:24 2de7ff778b66: Verifying Checksum 10:15:24 2de7ff778b66: Download complete 10:15:24 0d9ebad4ef96: Verifying Checksum 10:15:24 0d9ebad4ef96: Download complete 10:15:24 ab5ef0e58194: Verifying Checksum 10:15:24 ab5ef0e58194: Download complete 10:15:30 ab5ef0e58194: Pull complete 10:15:30 9712f1f96733: Pull complete 10:15:33 63f879dbbcfc: Pull complete 10:15:40 0d9ebad4ef96: Pull complete 10:15:41 e9a5061849ea: Pull complete 10:15:42 d747dcd14b5f: Pull complete 10:15:44 2de7ff778b66: Pull complete 10:15:44 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:15:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:15:44 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:15:44 prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container 10:15:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 10:15:48 $ docker top 9ad9e910cb52724cd82c15cc20bc5131da9c22e1fab50681e953f23b89cf0705 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:15:49 provisioning config files... 10:15:49 copy managed file [sigul-config] to file:/w/workspace/edgex-go/412@tmp/config7588400852059426384tmp 10:15:49 copy managed file [sigul-password] to file:/w/workspace/edgex-go/412@tmp/config6887211222074922543tmp 10:15:49 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/412@tmp/config5706592738075033564tmp [Pipeline] { [Pipeline] echo 10:15:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:15:49 ---> sigul-configuration.sh 10:15:49 gpg: directory `/root/.gnupg' created 10:15:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:15:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:15:49 gpg: keyring `/root/.gnupg/secring.gpg' created 10:15:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:15:49 gpg: CAST5 encrypted data 10:15:50 gpg: encrypted with 1 passphrase 10:15:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:15:50 + mkdir /home/jenkins 10:15:50 + mkdir /home/jenkins/sigul [Pipeline] sh 10:15:50 + 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 10:15:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:15:51 ---> sigul-install.sh 10:15:57 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:15:57 + git tag --list 10:15:57 0.6.0 10:15:57 0.6.1 10:15:57 0.7.0 10:15:57 0.7.1 10:15:57 v0.0.0 10:15:57 v0.0.1-dev.1 10:15:57 v1.0.0 10:15:57 v1.0.1 10:15:57 v1.1.0 10:15:57 v1.2.0 10:15:57 v1.2.1 10:15:57 v1.2.2-dev.1 10:15:57 v1.2.2-dev.10 10:15:57 v1.2.2-dev.100 10:15:57 v1.2.2-dev.101 10:15:57 v1.2.2-dev.102 10:15:57 v1.2.2-dev.103 10:15:57 v1.2.2-dev.104 10:15:57 v1.2.2-dev.105 10:15:57 v1.2.2-dev.106 10:15:57 v1.2.2-dev.107 10:15:57 v1.2.2-dev.11 10:15:57 v1.2.2-dev.12 10:15:57 v1.2.2-dev.13 10:15:57 v1.2.2-dev.14 10:15:57 v1.2.2-dev.15 10:15:57 v1.2.2-dev.16 10:15:57 v1.2.2-dev.17 10:15:57 v1.2.2-dev.18 10:15:57 v1.2.2-dev.19 10:15:57 v1.2.2-dev.2 10:15:57 v1.2.2-dev.20 10:15:57 v1.2.2-dev.21 10:15:57 v1.2.2-dev.22 10:15:57 v1.2.2-dev.23 10:15:57 v1.2.2-dev.24 10:15:57 v1.2.2-dev.25 10:15:57 v1.2.2-dev.26 10:15:57 v1.2.2-dev.27 10:15:57 v1.2.2-dev.28 10:15:57 v1.2.2-dev.29 10:15:57 v1.2.2-dev.3 10:15:57 v1.2.2-dev.30 10:15:57 v1.2.2-dev.31 10:15:57 v1.2.2-dev.32 10:15:57 v1.2.2-dev.33 10:15:57 v1.2.2-dev.34 10:15:57 v1.2.2-dev.35 10:15:57 v1.2.2-dev.36 10:15:57 v1.2.2-dev.37 10:15:57 v1.2.2-dev.38 10:15:57 v1.2.2-dev.39 10:15:57 v1.2.2-dev.4 10:15:57 v1.2.2-dev.40 10:15:57 v1.2.2-dev.41 10:15:57 v1.2.2-dev.42 10:15:57 v1.2.2-dev.43 10:15:57 v1.2.2-dev.44 10:15:57 v1.2.2-dev.45 10:15:57 v1.2.2-dev.46 10:15:57 v1.2.2-dev.47 10:15:57 v1.2.2-dev.48 10:15:57 v1.2.2-dev.49 10:15:57 v1.2.2-dev.5 10:15:57 v1.2.2-dev.50 10:15:57 v1.2.2-dev.51 10:15:57 v1.2.2-dev.52 10:15:57 v1.2.2-dev.53 10:15:57 v1.2.2-dev.54 10:15:57 v1.2.2-dev.55 10:15:57 v1.2.2-dev.56 10:15:57 v1.2.2-dev.57 10:15:57 v1.2.2-dev.58 10:15:57 v1.2.2-dev.59 10:15:57 v1.2.2-dev.6 10:15:57 v1.2.2-dev.60 10:15:57 v1.2.2-dev.61 10:15:57 v1.2.2-dev.62 10:15:57 v1.2.2-dev.63 10:15:57 v1.2.2-dev.64 10:15:57 v1.2.2-dev.65 10:15:57 v1.2.2-dev.66 10:15:57 v1.2.2-dev.67 10:15:57 v1.2.2-dev.68 10:15:57 v1.2.2-dev.69 10:15:57 v1.2.2-dev.7 10:15:57 v1.2.2-dev.70 10:15:57 v1.2.2-dev.71 10:15:57 v1.2.2-dev.72 10:15:57 v1.2.2-dev.73 10:15:57 v1.2.2-dev.74 10:15:57 v1.2.2-dev.75 10:15:57 v1.2.2-dev.76 10:15:57 v1.2.2-dev.77 10:15:57 v1.2.2-dev.78 10:15:57 v1.2.2-dev.79 10:15:57 v1.2.2-dev.8 10:15:57 v1.2.2-dev.80 10:15:57 v1.2.2-dev.81 10:15:57 v1.2.2-dev.82 10:15:57 v1.2.2-dev.83 10:15:57 v1.2.2-dev.84 10:15:57 v1.2.2-dev.85 10:15:57 v1.2.2-dev.86 10:15:57 v1.2.2-dev.87 10:15:57 v1.2.2-dev.88 10:15:57 v1.2.2-dev.89 10:15:57 v1.2.2-dev.9 10:15:57 v1.2.2-dev.90 10:15:57 v1.2.2-dev.91 10:15:57 v1.2.2-dev.92 10:15:57 v1.2.2-dev.93 10:15:57 v1.2.2-dev.94 10:15:57 v1.2.2-dev.95 10:15:57 v1.2.2-dev.96 10:15:57 v1.2.2-dev.97 10:15:57 v1.2.2-dev.98 10:15:57 v1.2.2-dev.99 10:15:57 v1.3.0 10:15:57 v1.3.1 10:15:57 v1.3.1-dev.1 10:15:57 v1.3.1-dev.10 10:15:57 v1.3.1-dev.11 10:15:57 v1.3.1-dev.12 10:15:57 v1.3.1-dev.13 10:15:57 v1.3.1-dev.14 10:15:57 v1.3.1-dev.15 10:15:57 v1.3.1-dev.16 10:15:57 v1.3.1-dev.17 10:15:57 v1.3.1-dev.18 10:15:57 v1.3.1-dev.2 10:15:57 v1.3.1-dev.3 10:15:57 v1.3.1-dev.4 10:15:57 v1.3.1-dev.5 10:15:57 v1.3.1-dev.6 10:15:57 v1.3.1-dev.7 10:15:57 v1.3.1-dev.8 10:15:57 v1.3.1-dev.9 10:15:57 v2.0.0-dev.1 10:15:57 v2.0.0-dev.10 10:15:57 v2.0.0-dev.100 10:15:57 v2.0.0-dev.101 10:15:57 v2.0.0-dev.102 10:15:57 v2.0.0-dev.103 10:15:57 v2.0.0-dev.104 10:15:57 v2.0.0-dev.105 10:15:57 v2.0.0-dev.106 10:15:57 v2.0.0-dev.107 10:15:57 v2.0.0-dev.108 10:15:57 v2.0.0-dev.109 10:15:57 v2.0.0-dev.11 10:15:57 v2.0.0-dev.110 10:15:57 v2.0.0-dev.111 10:15:57 v2.0.0-dev.112 10:15:57 v2.0.0-dev.113 10:15:57 v2.0.0-dev.114 10:15:57 v2.0.0-dev.115 10:15:57 v2.0.0-dev.116 10:15:57 v2.0.0-dev.117 10:15:57 v2.0.0-dev.118 10:15:57 v2.0.0-dev.119 10:15:57 v2.0.0-dev.12 10:15:57 v2.0.0-dev.120 10:15:57 v2.0.0-dev.121 10:15:57 v2.0.0-dev.122 10:15:57 v2.0.0-dev.123 10:15:57 v2.0.0-dev.124 10:15:57 v2.0.0-dev.125 10:15:57 v2.0.0-dev.126 10:15:57 v2.0.0-dev.127 10:15:57 v2.0.0-dev.128 10:15:57 v2.0.0-dev.129 10:15:57 v2.0.0-dev.13 10:15:57 v2.0.0-dev.130 10:15:57 v2.0.0-dev.131 10:15:57 v2.0.0-dev.132 10:15:57 v2.0.0-dev.133 10:15:57 v2.0.0-dev.134 10:15:57 v2.0.0-dev.135 10:15:57 v2.0.0-dev.136 10:15:57 v2.0.0-dev.137 10:15:57 v2.0.0-dev.138 10:15:57 v2.0.0-dev.139 10:15:57 v2.0.0-dev.14 10:15:57 v2.0.0-dev.140 10:15:57 v2.0.0-dev.141 10:15:57 v2.0.0-dev.142 10:15:57 v2.0.0-dev.143 10:15:57 v2.0.0-dev.144 10:15:57 v2.0.0-dev.15 10:15:57 v2.0.0-dev.16 10:15:57 v2.0.0-dev.17 10:15:57 v2.0.0-dev.18 10:15:57 v2.0.0-dev.19 10:15:57 v2.0.0-dev.2 10:15:57 v2.0.0-dev.20 10:15:57 v2.0.0-dev.21 10:15:57 v2.0.0-dev.22 10:15:57 v2.0.0-dev.23 10:15:57 v2.0.0-dev.24 10:15:57 v2.0.0-dev.25 10:15:57 v2.0.0-dev.26 10:15:57 v2.0.0-dev.27 10:15:57 v2.0.0-dev.28 10:15:57 v2.0.0-dev.29 10:15:57 v2.0.0-dev.3 10:15:57 v2.0.0-dev.30 10:15:57 v2.0.0-dev.31 10:15:57 v2.0.0-dev.32 10:15:57 v2.0.0-dev.33 10:15:57 v2.0.0-dev.34 10:15:57 v2.0.0-dev.35 10:15:57 v2.0.0-dev.36 10:15:57 v2.0.0-dev.37 10:15:57 v2.0.0-dev.38 10:15:57 v2.0.0-dev.39 10:15:57 v2.0.0-dev.4 10:15:57 v2.0.0-dev.40 10:15:57 v2.0.0-dev.41 10:15:57 v2.0.0-dev.42 10:15:57 v2.0.0-dev.43 10:15:57 v2.0.0-dev.44 10:15:57 v2.0.0-dev.45 10:15:57 v2.0.0-dev.46 10:15:57 v2.0.0-dev.47 10:15:57 v2.0.0-dev.48 10:15:57 v2.0.0-dev.49 10:15:57 v2.0.0-dev.5 10:15:57 v2.0.0-dev.50 10:15:57 v2.0.0-dev.51 10:15:57 v2.0.0-dev.52 10:15:57 v2.0.0-dev.53 10:15:57 v2.0.0-dev.54 10:15:57 v2.0.0-dev.55 10:15:57 v2.0.0-dev.56 10:15:57 v2.0.0-dev.57 10:15:57 v2.0.0-dev.58 10:15:57 v2.0.0-dev.59 10:15:57 v2.0.0-dev.6 10:15:57 v2.0.0-dev.60 10:15:57 v2.0.0-dev.61 10:15:57 v2.0.0-dev.62 10:15:57 v2.0.0-dev.63 10:15:57 v2.0.0-dev.64 10:15:57 v2.0.0-dev.65 10:15:57 v2.0.0-dev.66 10:15:57 v2.0.0-dev.67 10:15:57 v2.0.0-dev.68 10:15:57 v2.0.0-dev.69 10:15:57 v2.0.0-dev.7 10:15:57 v2.0.0-dev.70 10:15:57 v2.0.0-dev.71 10:15:57 v2.0.0-dev.72 10:15:57 v2.0.0-dev.73 10:15:57 v2.0.0-dev.74 10:15:57 v2.0.0-dev.75 10:15:57 v2.0.0-dev.76 10:15:57 v2.0.0-dev.77 10:15:57 v2.0.0-dev.78 10:15:57 v2.0.0-dev.79 10:15:57 v2.0.0-dev.8 10:15:57 v2.0.0-dev.80 10:15:57 v2.0.0-dev.81 10:15:57 v2.0.0-dev.82 10:15:57 v2.0.0-dev.83 10:15:57 v2.0.0-dev.84 10:15:57 v2.0.0-dev.85 10:15:57 v2.0.0-dev.86 10:15:57 v2.0.0-dev.87 10:15:57 v2.0.0-dev.88 10:15:57 v2.0.0-dev.89 10:15:57 v2.0.0-dev.9 10:15:57 v2.0.0-dev.90 10:15:57 v2.0.0-dev.91 10:15:57 v2.0.0-dev.92 10:15:57 v2.0.0-dev.93 10:15:57 v2.0.0-dev.94 10:15:57 v2.0.0-dev.95 10:15:57 v2.0.0-dev.96 10:15:57 v2.0.0-dev.97 10:15:57 v2.0.0-dev.98 10:15:57 v2.0.0-dev.99 [Pipeline] sh 10:15:58 + lftools sign git-tag v2.0.0-dev.144 10:15:59 Signing Git tag with Sigul... 10:15:59 Signing v2.0.0-dev.144 [Pipeline] echo 10:16:01 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:16:01 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:16:01 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:16:01 $ docker stop --time=1 9ad9e910cb52724cd82c15cc20bc5131da9c22e1fab50681e953f23b89cf0705 10:16:03 $ docker rm -f 9ad9e910cb52724cd82c15cc20bc5131da9c22e1fab50681e953f23b89cf0705 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:16:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:16:05 . [Pipeline] withDockerContainer 10:16:05 prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container 10:16:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 10:16:06 $ docker top a0c9eff563d938f294ddf71bec4d97a8290088ca8c1fb26e6e5eb5c3d04ea7fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:16:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:16:06 [ssh-agent] Looking for ssh-agent implementation... 10:16:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:16:06 $ docker exec a0c9eff563d938f294ddf71bec4d97a8290088ca8c1fb26e6e5eb5c3d04ea7fd ssh-agent 10:16:07 SSH_AUTH_SOCK=/tmp/ssh-Ou4YXpsrIvyA/agent.11 10:16:07 SSH_AGENT_PID=17 10:16:07 Running ssh-add (command line suppressed) 10:16:07 Identity added: /w/workspace/edgex-go/412@tmp/private_key_7866909252759261378.key (/w/workspace/edgex-go/412@tmp/private_key_7866909252759261378.key) 10:16:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:16:07 + git semver bump pre 10:16:07 # -> Open(): unable to determine branch for HEAD 10:16:07 # $GIT_DIR = /w/workspace/edgex-go/412/.git 10:16:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/412 10:16:07 # $SEMVER_REMOTE_NAME = origin 10:16:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:16:07 # $SEMVER_USER_NAME = edgex-jenkins 10:16:07 # $SEMVER_BRANCH = master 10:16:07 # $SEMVER_DIR = /w/workspace/edgex-go/412/.semver 10:16:07 2.0.0-dev.145 [Pipeline] } 10:16:07 $ docker exec --env ******** --env ******** a0c9eff563d938f294ddf71bec4d97a8290088ca8c1fb26e6e5eb5c3d04ea7fd ssh-agent -k 10:16:07 unset SSH_AUTH_SOCK; 10:16:07 unset SSH_AGENT_PID; 10:16:07 echo Agent pid 17 killed; 10:16:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:16:08 + git semver [Pipeline] } 10:16:08 $ docker stop --time=1 a0c9eff563d938f294ddf71bec4d97a8290088ca8c1fb26e6e5eb5c3d04ea7fd 10:16:10 $ docker rm -f a0c9eff563d938f294ddf71bec4d97a8290088ca8c1fb26e6e5eb5c3d04ea7fd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:16:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:16:10 . [Pipeline] withDockerContainer 10:16:10 prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container 10:16:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 10:16:11 $ docker top 63a458002e6dbc11573e45e164983797c0140c546e1bb0c56933a94fa48f1bc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:16:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:16:12 [ssh-agent] Looking for ssh-agent implementation... 10:16:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:16:12 $ docker exec 63a458002e6dbc11573e45e164983797c0140c546e1bb0c56933a94fa48f1bc9 ssh-agent 10:16:12 SSH_AUTH_SOCK=/tmp/ssh-o09LDbxzQERE/agent.12 10:16:12 SSH_AGENT_PID=18 10:16:12 Running ssh-add (command line suppressed) 10:16:12 Identity added: /w/workspace/edgex-go/412@tmp/private_key_6128494829008602859.key (/w/workspace/edgex-go/412@tmp/private_key_6128494829008602859.key) 10:16:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:16:13 + git semver push 10:16:13 # -> Open(): unable to determine branch for HEAD 10:16:13 # $GIT_DIR = /w/workspace/edgex-go/412/.git 10:16:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/412 10:16:13 # $SEMVER_REMOTE_NAME = origin 10:16:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:16:13 # $SEMVER_USER_NAME = edgex-jenkins 10:16:13 # $SEMVER_BRANCH = master 10:16:13 # $SEMVER_DIR = /w/workspace/edgex-go/412/.semver [Pipeline] } 10:16:21 $ docker exec --env ******** --env ******** 63a458002e6dbc11573e45e164983797c0140c546e1bb0c56933a94fa48f1bc9 ssh-agent -k 10:16:21 unset SSH_AUTH_SOCK; 10:16:21 unset SSH_AGENT_PID; 10:16:21 echo Agent pid 18 killed; 10:16:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:16:22 + git semver [Pipeline] } 10:16:22 $ docker stop --time=1 63a458002e6dbc11573e45e164983797c0140c546e1bb0c56933a94fa48f1bc9 10:16:24 $ docker rm -f 63a458002e6dbc11573e45e164983797c0140c546e1bb0c56933a94fa48f1bc9 [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 10:16:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:16:26 ---> package-listing.sh 10:16:26 ++ facter osfamily 10:16:26 ++ tr '[:upper:]' '[:lower:]' 10:16:26 + OS_FAMILY=redhat 10:16:26 + workspace=/w/workspace/edgex-go/412 10:16:26 + START_PACKAGES=/tmp/packages_start.txt 10:16:26 + END_PACKAGES=/tmp/packages_end.txt 10:16:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:16:26 + PACKAGES=/tmp/packages_start.txt 10:16:26 + '[' /w/workspace/edgex-go/412 ']' 10:16:26 + PACKAGES=/tmp/packages_end.txt 10:16:26 + case "${OS_FAMILY}" in 10:16:26 + rpm -qa 10:16:26 + sort 10:16:32 + '[' -f /tmp/packages_start.txt ']' 10:16:32 + '[' -f /tmp/packages_end.txt ']' 10:16:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:16:32 + '[' /w/workspace/edgex-go/412 ']' 10:16:32 + mkdir -p /w/workspace/edgex-go/412/archives/ 10:16:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/412/archives/ [Pipeline] echo 10:16:32 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/412/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:16:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:16:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:16:32 10:16:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:16:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:16:33 alpine: Pulling from edgex-lftools-log-publisher 10:16:33 df20fa9351a1: Pulling fs layer 10:16:33 36b3adc4ff6f: Pulling fs layer 10:16:33 8ad3a11d3b57: Pulling fs layer 10:16:33 46f8f816bc3b: Pulling fs layer 10:16:33 93b61091891f: Pulling fs layer 10:16:33 93b9cdb0e59b: Pulling fs layer 10:16:33 5e14af77c1be: Pulling fs layer 10:16:33 01666e4c0597: Pulling fs layer 10:16:33 aa168da1d23b: Pulling fs layer 10:16:33 46f8f816bc3b: Waiting 10:16:33 93b9cdb0e59b: Waiting 10:16:33 5e14af77c1be: Waiting 10:16:33 01666e4c0597: Waiting 10:16:33 aa168da1d23b: Waiting 10:16:33 93b61091891f: Waiting 10:16:33 36b3adc4ff6f: Verifying Checksum 10:16:33 36b3adc4ff6f: Download complete 10:16:33 46f8f816bc3b: Verifying Checksum 10:16:33 46f8f816bc3b: Download complete 10:16:33 df20fa9351a1: Verifying Checksum 10:16:33 93b9cdb0e59b: Verifying Checksum 10:16:33 93b9cdb0e59b: Download complete 10:16:33 5e14af77c1be: Verifying Checksum 10:16:33 5e14af77c1be: Download complete 10:16:33 93b61091891f: Verifying Checksum 10:16:33 93b61091891f: Download complete 10:16:33 01666e4c0597: Verifying Checksum 10:16:33 01666e4c0597: Download complete 10:16:33 8ad3a11d3b57: Verifying Checksum 10:16:33 8ad3a11d3b57: Download complete 10:16:33 df20fa9351a1: Pull complete 10:16:33 36b3adc4ff6f: Pull complete 10:16:35 aa168da1d23b: Verifying Checksum 10:16:35 aa168da1d23b: Download complete 10:16:35 8ad3a11d3b57: Pull complete 10:16:36 46f8f816bc3b: Pull complete 10:16:36 93b61091891f: Pull complete 10:16:36 93b9cdb0e59b: Pull complete 10:16:36 5e14af77c1be: Pull complete 10:16:36 01666e4c0597: Pull complete 10:16:43 aa168da1d23b: Pull complete 10:16:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:16:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:16:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:16:43 prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container 10:16:43 $ 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/412/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/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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 10:16:47 $ docker top 80908d055b76edb6c48a7100a1aac3d05d961a6dd9ea983f8b56f28d33296f92 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:47 + touch /tmp/pre-build-complete [Pipeline] sh 10:16:48 + mkdir -p /var/log/sa [Pipeline] sh 10:16:48 + ls /var/log/sa-host 10:16:48 + sadf -c /var/log/sa-host/sa23 10:16:48 file_magic: OK 10:16:48 HZ: Using current value: 100 10:16:48 file_header: OK 10:16:48 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 10:16:48 Statistics: 10:16:48 Hnuu...uuuununununu... 10:16:48 File successfully converted to sysstat format version 12.2.1 10:16:48 + sadf -c /var/log/sa-host/sa25 10:16:48 file_magic: OK 10:16:48 HZ: Using current value: 100 10:16:48 file_header: OK 10:16:48 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 10:16:48 Statistics: 10:16:48 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...Hnuu...uuuununununu... 10:16:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:16:48 provisioning config files... 10:16:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/412@tmp/config8370027337050863726tmp [Pipeline] { [Pipeline] echo 10:16:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:16:49 ---> create-netrc.sh [Pipeline] } 10:16:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:16:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:16:49 ---> python-tools-install.sh [Pipeline] echo 10:16:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:16:50 ---> sudo-logs.sh 10:16:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:16:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:16:50 ---> job-cost.sh 10:16:50 lf-activate-venv: SKIPPING 10:16:50 DEBUG: total: 0.20999999344348907 10:16:50 INFO: Retrieving Stack Cost... 10:16:52 INFO: Retrieving Pricing Info for: v1-standard-2 10:16:52 INFO: Archiving Costs [Pipeline] echo 10:16:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:16:52 ---> logs-deploy.sh 10:16:52 lf-activate-venv: SKIPPING 10:16:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/412 10:16:52 INFO: archiving workspace using pattern(s): 10:16:54 Archives upload complete. 10:16:54 INFO: archiving logs to Nexus 10:16:56 ---> uname -a: 10:16:56 Linux prd-centos7-docker-4c-2g-31356.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:16:56 10:16:56 10:16:56 ---> lscpu: 10:16:56 Architecture: x86_64 10:16:56 CPU op-mode(s): 32-bit, 64-bit 10:16:56 Byte Order: Little Endian 10:16:56 Address sizes: 40 bits physical, 48 bits virtual 10:16:56 CPU(s): 4 10:16:56 On-line CPU(s) list: 0-3 10:16:56 Thread(s) per core: 1 10:16:56 Core(s) per socket: 1 10:16:56 Socket(s): 4 10:16:56 NUMA node(s): 1 10:16:56 Vendor ID: GenuineIntel 10:16:56 CPU family: 6 10:16:56 Model: 44 10:16:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:16:56 Stepping: 1 10:16:56 CPU MHz: 2933.436 10:16:56 BogoMIPS: 5866.87 10:16:56 Virtualization: VT-x 10:16:56 Hypervisor vendor: KVM 10:16:56 Virtualization type: full 10:16:56 L1d cache: 128 KiB 10:16:56 L1i cache: 128 KiB 10:16:56 L2 cache: 16 MiB 10:16:56 L3 cache: 64 MiB 10:16:56 NUMA node0 CPU(s): 0-3 10:16:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:16:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:16:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:16:56 Vulnerability Meltdown: Mitigation; PTI 10:16:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:16:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:16:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:16:56 Vulnerability Srbds: Not affected 10:16:56 Vulnerability Tsx async abort: Not affected 10:16:56 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 10:16:56 10:16:56 10:16:56 ---> nproc: 10:16:56 4 10:16:56 10:16:56 10:16:56 ---> df -h: 10:16:56 Filesystem Size Used Available Use% Mounted on 10:16:56 overlay 50.0G 12.6G 37.4G 25% / 10:16:56 tmpfs 64.0M 0 64.0M 0% /dev 10:16:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:16:56 shm 64.0M 0 64.0M 0% /dev/shm 10:16:56 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 10:16:56 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 10:16:56 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 10:16:56 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 10:16:56 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 10:16:56 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 10:16:56 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 10:16:56 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 10:16:56 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/412 10:16:56 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/412@tmp 10:16:56 10:16:56 10:16:56 ---> free -m: 10:16:56 total used free shared buff/cache available 10:16:56 Mem: 1837 801 141 0 894 992 10:16:56 Swap: 1023 69 954 10:16:56 10:16:56 10:16:56 ---> ip addr: 10:16:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:16:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:16:56 inet 127.0.0.1/8 scope host lo 10:16:56 valid_lft forever preferred_lft forever 10:16:56 inet6 ::1/128 scope host 10:16:56 valid_lft forever preferred_lft forever 10:16:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:16:56 link/ether fa:16:3e:01:0f:42 brd ff:ff:ff:ff:ff:ff 10:16:56 inet 10.30.123.2/23 brd 10.30.123.255 scope global dynamic eth0 10:16:56 valid_lft 85155sec preferred_lft 85155sec 10:16:56 inet6 fe80::f816:3eff:fe01:f42/64 scope link 10:16:56 valid_lft forever preferred_lft forever 10:16:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:16:56 link/ether 02:42:a8:4d:7a:25 brd ff:ff:ff:ff:ff:ff 10:16:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:16:56 valid_lft forever preferred_lft forever 10:16:56 inet6 fe80::42:a8ff:fe4d:7a25/64 scope link 10:16:56 valid_lft forever preferred_lft forever 10:16:56 10:16:56 10:16:56 ---> sar -b -r -n DEV: 10:16:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 10:16:56 10:16:56 09:55:55 LINUX RESTART (4 CPU) 10:16:56 10:16:56 09:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:16:56 09:58:01 148.17 72.17 76.00 0.00 9509.38 31420.92 0.00 10:16:56 09:59:01 310.24 131.13 179.11 0.00 5022.74 32538.46 0.00 10:16:56 10:00:02 121.18 37.35 83.83 0.00 1475.30 10254.25 0.00 10:16:56 10:01:01 152.67 73.83 78.84 0.00 3445.60 12213.38 0.00 10:16:56 10:02:01 289.35 115.33 174.02 0.00 44245.13 114451.16 0.00 10:16:56 10:03:02 2866.10 2517.15 348.95 0.00 184837.93 200776.94 0.00 10:16:56 10:04:01 405.36 205.88 199.48 0.00 13175.72 38227.22 0.00 10:16:56 10:05:02 1188.46 858.02 330.44 0.00 108393.46 139720.04 0.00 10:16:56 10:06:01 875.31 562.34 312.97 0.00 35146.42 52501.81 0.00 10:16:56 10:07:01 86.37 71.42 14.95 0.00 6284.53 338.34 0.00 10:16:56 10:08:01 1.22 0.28 0.93 0.00 4.13 17.75 0.00 10:16:56 10:09:01 0.23 0.02 0.22 0.00 0.13 3.51 0.00 10:16:56 10:10:01 0.28 0.03 0.25 0.00 0.27 2.73 0.00 10:16:56 10:11:01 2.16 1.97 0.20 0.00 59.15 2.51 0.00 10:16:56 10:12:01 0.93 0.12 0.82 0.00 2.66 15.62 0.00 10:16:56 10:13:01 0.30 0.00 0.30 0.00 0.00 3.95 0.00 10:16:56 10:14:01 14.32 14.04 0.28 0.00 885.93 24.78 0.00 10:16:56 10:15:01 290.00 142.87 147.13 0.00 7782.25 37021.67 0.00 10:16:56 10:16:01 231.35 99.20 132.14 0.00 7583.69 31093.54 0.00 10:16:56 Average: 369.77 260.15 109.62 0.00 22720.60 37097.67 0.00 10:16:56 10:16:56 09:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:16:56 09:58:01 67372 0 709092 37.69 2596 1102484 1556356 53.12 699744 900716 37596 10:16:56 09:59:01 145212 0 808492 42.97 1492 926348 1649968 56.31 607620 853724 32932 10:16:56 10:00:02 123388 0 872848 46.39 640 884668 1844112 62.94 744536 727780 78528 10:16:56 10:01:01 282912 0 746332 39.67 516 851784 1335948 45.59 568272 737808 52 10:16:56 10:02:01 80564 0 836624 44.46 4 964352 2268972 77.44 663304 926660 68696 10:16:56 10:03:02 77000 0 835696 44.42 4 968844 2359976 80.54 771324 802452 21616 10:16:56 10:04:01 189824 0 724392 38.50 4 967324 1812088 61.84 527020 913516 956 10:16:56 10:05:02 173192 0 862648 45.85 4 845700 2451180 83.65 593704 850852 9652 10:16:56 10:06:01 413916 0 682076 36.25 4 785548 1371624 46.81 494352 721772 12 10:16:56 10:07:01 255656 0 653800 34.75 4 972084 1250180 42.67 562256 812780 32 10:16:56 10:08:01 266828 0 642636 34.15 4 972076 1200344 40.97 555400 811204 20 10:16:56 10:09:01 268252 0 641200 34.08 4 972088 1192120 40.69 554628 811020 8 10:16:56 10:10:01 268092 0 641356 34.09 4 972092 1192228 40.69 554812 811024 12 10:16:56 10:11:01 266552 0 641932 34.12 4 973056 1192216 40.69 554916 812036 36 10:16:56 10:12:01 266592 0 641868 34.11 4 973080 1192280 40.69 555052 812100 20 10:16:56 10:13:01 266792 0 641664 34.10 4 973084 1192184 40.69 554764 812100 12 10:16:56 10:14:01 236188 0 646552 34.36 4 998800 1194000 40.75 564140 831272 116 10:16:56 10:15:01 262068 0 684644 36.39 4 934828 1202288 41.03 647652 685776 32 10:16:56 10:16:01 145272 0 773560 41.11 0 962712 1325796 45.25 653040 712232 84460 10:16:56 Average: 213456 0 720390 38.29 279 947419 1514940 51.70 601397 807728 17620 10:16:56 10:16:56 09:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:16:56 09:58:01 eth0 1207.85 1200.38 5959.57 141.97 0.00 0.00 0.00 0.00 10:16:56 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 09:58:01 docker0 847.75 773.22 69.68 2686.69 0.00 0.00 0.00 0.00 10:16:56 09:59:01 eth0 227.76 165.61 868.16 27.31 0.00 0.00 0.00 0.00 10:16:56 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 09:59:01 docker0 142.92 185.74 10.69 832.02 0.00 0.00 0.00 0.00 10:16:56 09:59:01 veth291d4a2 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:16:56 10:00:02 eth0 36.63 26.09 21.45 70.09 0.00 0.00 0.00 0.00 10:16:56 10:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:00:02 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 10:16:56 10:00:02 veth291d4a2 0.73 0.75 0.06 0.06 0.00 0.00 0.00 0.00 10:16:56 10:01:01 eth0 20.53 11.42 17.16 9.40 0.00 0.00 0.00 0.00 10:16:56 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:01:01 docker0 0.83 0.81 0.05 0.06 0.00 0.00 0.00 0.00 10:16:56 10:01:01 veth291d4a2 0.83 0.81 0.07 0.06 0.00 0.00 0.00 0.00 10:16:56 10:02:01 vetha9eec73 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:16:56 10:02:01 eth0 216.68 178.06 1689.19 90.03 0.00 0.00 0.00 0.00 10:16:56 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:03:02 vetha9eec73 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 10:16:56 10:03:02 eth0 39.21 20.83 156.77 6.84 0.00 0.00 0.00 0.00 10:16:56 10:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:03:02 docker0 13.33 23.60 0.76 144.38 0.00 0.00 0.00 0.00 10:16:56 10:04:01 vethfda482a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:04:01 vetha9eec73 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:04:01 veth5e129cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:04:01 eth0 161.47 112.65 1435.47 16.89 0.00 0.00 0.00 0.00 10:16:56 10:05:02 veth482e582 0.76 0.89 0.09 2.74 0.00 0.00 0.00 0.00 10:16:56 10:05:02 veth70b2ade 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 10:16:56 10:05:02 vetha9eec73 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 10:16:56 10:05:02 eth0 105.99 66.77 409.66 81.14 0.00 0.00 0.00 0.00 10:16:56 10:06:01 vetha9eec73 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 10:16:56 10:06:01 eth0 97.84 61.29 210.53 94.27 0.00 0.00 0.00 0.00 10:16:56 10:06:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:16:56 10:06:01 docker0 1069.00 1090.60 85.42 4412.16 0.00 0.00 0.00 0.00 10:16:56 10:07:01 eth0 403.33 388.13 177.14 1565.65 0.00 0.00 0.00 0.00 10:16:56 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:07:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:08:01 eth0 1.23 0.72 1.89 0.19 0.00 0.00 0.00 0.00 10:16:56 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:09:01 eth0 0.53 0.08 0.05 0.01 0.00 0.00 0.00 0.00 10:16:56 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:10:01 eth0 0.57 0.38 0.27 0.21 0.00 0.00 0.00 0.00 10:16:56 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:11:01 eth0 1.02 0.35 0.32 0.17 0.00 0.00 0.00 0.00 10:16:56 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:12:01 eth0 0.42 0.27 0.15 0.11 0.00 0.00 0.00 0.00 10:16:56 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:13:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:16:56 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:14:01 eth0 9.14 5.93 8.93 4.71 0.00 0.00 0.00 0.00 10:16:56 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:15:01 eth0 542.58 483.07 4297.29 93.36 0.00 0.00 0.00 0.00 10:16:56 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:15:01 docker0 36.84 37.56 3.39 250.20 0.00 0.00 0.00 0.00 10:16:56 10:16:01 eth0 507.24 442.28 3530.29 97.32 0.00 0.00 0.00 0.00 10:16:56 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 10:16:01 vethdb5a87f 25.21 31.45 1.76 236.55 0.00 0.00 0.00 0.00 10:16:56 10:16:01 docker0 25.21 31.31 1.42 236.53 0.00 0.00 0.00 0.00 10:16:56 Average: eth0 188.32 166.48 987.26 121.14 0.00 0.00 0.00 0.00 10:16:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:56 Average: vethdb5a87f 1.31 1.63 0.09 12.27 0.00 0.00 0.00 0.00 10:16:56 Average: docker0 58.72 60.20 4.69 254.42 0.00 0.00 0.00 0.00 10:16:56 10:16:56 10:16:56 ---> sar -P ALL: 10:16:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 10:16:56 10:16:56 09:55:55 LINUX RESTART (4 CPU) 10:16:56 10:16:56 09:57:01 CPU %user %nice %system %iowait %steal %idle 10:16:56 09:58:01 all 14.11 0.00 7.27 1.88 0.25 76.49 10:16:56 09:58:01 0 15.41 0.00 9.27 0.71 0.19 74.42 10:16:56 09:58:01 1 13.72 0.00 6.95 2.00 0.26 77.07 10:16:56 09:58:01 2 14.15 0.00 6.43 3.34 0.24 75.84 10:16:56 09:58:01 3 13.17 0.00 6.46 1.45 0.31 78.62 10:16:56 09:59:01 all 13.85 0.00 9.56 5.56 0.93 70.10 10:16:56 09:59:01 0 12.96 0.00 9.87 3.03 0.83 73.31 10:16:56 09:59:01 1 13.77 0.00 8.98 5.89 0.94 70.42 10:16:56 09:59:01 2 15.49 0.00 9.30 8.92 0.85 65.45 10:16:56 09:59:01 3 13.19 0.00 10.08 4.40 1.12 71.21 10:16:56 10:00:02 all 52.14 0.00 12.28 4.73 0.49 30.36 10:16:56 10:00:02 0 52.98 0.00 11.62 4.35 0.46 30.58 10:16:56 10:00:02 1 51.41 0.00 12.84 5.12 0.48 30.15 10:16:56 10:00:02 2 52.80 0.00 11.80 3.29 0.46 31.65 10:16:56 10:00:02 3 51.37 0.00 12.85 6.16 0.55 29.07 10:16:56 10:01:01 all 50.95 0.00 14.60 3.54 0.51 30.39 10:16:56 10:01:01 0 50.48 0.00 14.43 2.77 0.55 31.77 10:16:56 10:01:01 1 51.98 0.00 15.23 1.65 0.42 30.73 10:16:56 10:01:01 2 51.53 0.00 13.45 4.87 0.47 29.68 10:16:56 10:01:01 3 49.83 0.00 15.31 4.87 0.60 29.40 10:16:56 10:02:01 all 20.47 0.00 16.32 5.27 0.88 57.06 10:16:56 10:02:01 0 20.07 0.00 15.27 5.67 0.84 58.15 10:16:56 10:02:01 1 20.84 0.00 16.92 5.51 0.82 55.91 10:16:56 10:02:01 2 21.63 0.00 17.04 4.89 0.86 55.58 10:16:56 10:02:01 3 19.33 0.00 16.06 5.00 1.01 58.59 10:16:56 10:03:02 all 23.21 0.00 28.54 23.31 2.15 22.79 10:16:56 10:03:02 0 23.03 0.00 28.32 23.39 2.26 23.01 10:16:56 10:03:02 1 23.28 0.00 28.19 23.13 2.11 23.28 10:16:56 10:03:02 2 21.89 0.00 28.78 24.40 2.26 22.66 10:16:56 10:03:02 3 24.65 0.00 28.89 22.29 1.98 22.20 10:16:56 10:04:01 all 57.82 0.00 16.33 12.65 0.41 12.79 10:16:56 10:04:01 0 58.19 0.00 16.32 13.76 0.40 11.33 10:16:56 10:04:01 1 57.56 0.00 16.05 12.73 0.42 13.25 10:16:56 10:04:01 2 57.70 0.00 16.90 14.22 0.42 10.76 10:16:56 10:04:01 3 57.85 0.00 16.06 9.88 0.40 15.81 10:16:56 10:05:02 all 40.29 0.00 23.76 16.46 0.91 18.58 10:16:56 10:05:02 0 39.28 0.00 24.19 16.80 0.84 18.88 10:16:56 10:05:02 1 41.26 0.00 24.67 14.99 1.06 18.02 10:16:56 10:05:02 2 40.32 0.00 22.78 17.11 0.88 18.90 10:16:56 10:05:02 3 40.29 0.00 23.40 16.94 0.87 18.51 10:16:56 10:06:01 all 30.89 0.00 16.82 22.39 0.97 28.93 10:16:56 10:06:01 0 31.08 0.00 17.01 24.25 1.03 26.63 10:16:56 10:06:01 1 31.99 0.00 16.62 18.56 0.89 31.94 10:16:56 10:06:01 2 30.65 0.00 16.24 21.91 1.04 30.16 10:16:56 10:06:01 3 29.83 0.00 17.42 24.88 0.90 26.96 10:16:56 10:07:01 all 9.35 0.00 4.11 1.97 0.84 83.74 10:16:56 10:07:01 0 9.80 0.00 4.71 2.98 0.97 81.53 10:16:56 10:07:01 1 8.52 0.00 3.82 1.37 0.78 85.51 10:16:56 10:07:01 2 9.65 0.00 3.93 1.65 0.68 84.09 10:16:56 10:07:01 3 9.42 0.00 3.97 1.87 0.92 83.82 10:16:56 10:08:01 all 0.18 0.00 0.07 0.01 0.05 99.70 10:16:56 10:08:01 0 0.08 0.00 0.08 0.03 0.05 99.75 10:16:56 10:08:01 1 0.50 0.00 0.05 0.00 0.05 99.40 10:16:56 10:08:01 2 0.08 0.00 0.07 0.00 0.05 99.80 10:16:56 10:08:01 3 0.07 0.00 0.07 0.00 0.03 99.83 10:16:56 10:16:56 10:08:01 CPU %user %nice %system %iowait %steal %idle 10:16:56 10:09:01 all 0.16 0.00 0.05 0.00 0.02 99.77 10:16:56 10:09:01 0 0.05 0.00 0.07 0.00 0.02 99.87 10:16:56 10:09:01 1 0.05 0.00 0.05 0.00 0.02 99.88 10:16:56 10:09:01 2 0.03 0.00 0.07 0.00 0.02 99.88 10:16:56 10:09:01 3 0.52 0.00 0.02 0.00 0.03 99.43 10:16:56 10:10:01 all 0.17 0.00 0.04 0.00 0.02 99.77 10:16:56 10:10:01 0 0.05 0.00 0.07 0.00 0.00 99.88 10:16:56 10:10:01 1 0.08 0.00 0.07 0.00 0.00 99.85 10:16:56 10:10:01 2 0.03 0.00 0.02 0.00 0.03 99.92 10:16:56 10:10:01 3 0.50 0.00 0.02 0.02 0.03 99.43 10:16:56 10:11:01 all 0.18 0.00 0.06 0.03 0.00 99.73 10:16:56 10:11:01 0 0.05 0.00 0.07 0.00 0.00 99.88 10:16:56 10:11:01 1 0.08 0.00 0.10 0.08 0.02 99.72 10:16:56 10:11:01 2 0.08 0.00 0.05 0.02 0.00 99.85 10:16:56 10:11:01 3 0.48 0.00 0.03 0.00 0.00 99.48 10:16:56 10:12:01 all 0.21 0.00 0.03 0.00 0.00 99.76 10:16:56 10:12:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:16:56 10:12:01 1 0.12 0.00 0.03 0.00 0.00 99.85 10:16:56 10:12:01 2 0.18 0.00 0.03 0.00 0.00 99.78 10:16:56 10:12:01 3 0.48 0.00 0.02 0.00 0.00 99.50 10:16:56 10:13:01 all 0.09 0.00 0.05 0.00 0.00 99.86 10:16:56 10:13:01 0 0.05 0.00 0.05 0.00 0.00 99.90 10:16:56 10:13:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:16:56 10:13:01 2 0.03 0.00 0.07 0.00 0.02 99.88 10:16:56 10:13:01 3 0.23 0.00 0.03 0.00 0.00 99.73 10:16:56 10:14:01 all 1.11 0.00 0.77 0.36 0.03 97.73 10:16:56 10:14:01 0 1.19 0.00 1.00 0.57 0.00 97.24 10:16:56 10:14:01 1 1.05 0.00 0.62 0.20 0.05 98.08 10:16:56 10:14:01 2 1.10 0.00 0.65 0.42 0.02 97.81 10:16:56 10:14:01 3 1.09 0.00 0.82 0.27 0.03 97.79 10:16:56 10:15:01 all 10.06 0.00 7.37 4.20 0.26 78.12 10:16:56 10:15:01 0 10.44 0.00 7.69 2.60 0.28 78.99 10:16:56 10:15:01 1 9.87 0.00 7.10 5.61 0.21 77.21 10:16:56 10:15:01 2 9.63 0.00 7.28 4.58 0.29 78.22 10:16:56 10:15:01 3 10.30 0.00 7.41 3.99 0.26 78.04 10:16:56 10:16:01 all 10.92 0.00 9.02 3.42 0.43 76.22 10:16:56 10:16:01 0 9.69 0.00 9.20 3.49 0.47 77.14 10:16:56 10:16:01 1 13.58 0.00 8.93 3.57 0.44 73.48 10:16:56 10:16:01 2 9.71 0.00 8.12 3.54 0.40 78.23 10:16:56 10:16:01 3 10.68 0.00 9.84 3.06 0.40 76.02 10:16:56 Average: all 17.12 0.00 8.53 5.36 0.47 68.52 10:16:56 Average: 0 17.06 0.00 8.66 5.30 0.47 68.51 10:16:56 Average: 1 17.32 0.00 8.54 5.11 0.46 68.57 10:16:56 Average: 2 17.15 0.00 8.32 5.75 0.46 68.32 10:16:56 Average: 3 16.96 0.00 8.59 5.30 0.48 68.67 10:16:56 10:16:56 10:16:56