Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5fa08527d925aa0d761a58fd1d2245c253eac308 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5564 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/189 [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/189 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5fa08527d925aa0d761a58fd1d2245c253eac308 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 Commit message: "Merge pull request #2782 from weichou1229/issue-2775" > git rev-list --no-walk 75437401aaf0e0f587015af03db21405a724386e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-15T07:01:03.997Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T07:01:04.337Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T07:01:04.445Z] ========================================================= [2020-10-15T07:01:04.445Z] EdgeX Global Pipelines Version Info [2020-10-15T07:01:04.445Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:01:06.381Z] ------------------- [2020-10-15T07:01:06.381Z] stable info: [2020-10-15T07:01:06.381Z] ------------------- [2020-10-15T07:01:06.381Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T07:01:06.381Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-15T07:01:06.381Z] Message: update stable to v1.0.142 [2020-10-15T07:01:07.331Z] ------------------- [2020-10-15T07:01:07.331Z] experimental info: [2020-10-15T07:01:07.331Z] ------------------- [2020-10-15T07:01:07.331Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T07:01:07.331Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T07:01:07.331Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-15T07:01:07.654Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-15T07:01:07.766Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-15T07:01:07.870Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T07:01:07.971Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T07:01:08.120Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T07:01:08.223Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T07:01:08.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T07:01:08.463Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-15T07:01:08.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-15T07:01:08.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-15T07:01:08.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T07:01:08.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T07:01:08.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T07:01:09.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T07:01:09.124Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T07:01:09.210Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T07:01:09.324Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T07:01:09.421Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T07:01:09.517Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T07:01:09.604Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-15T07:01:09.691Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-15T07:01:09.823Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-15T07:01:09.948Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-15T07:01:10.044Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-15T07:01:10.276Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] echo [2020-10-15T07:01:10.384Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5fa0852 [Pipeline] echo [2020-10-15T07:01:10.475Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-15T07:01:10.894Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-15T07:01:10.894Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T07:01:10.894Z] ++ dirname cmd/core-command/Dockerfile [2020-10-15T07:01:10.894Z] ++ cut -d/ -f2 [2020-10-15T07:01:10.894Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-15T07:01:10.894Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T07:01:10.894Z] ++ dirname cmd/core-data/Dockerfile [2020-10-15T07:01:10.894Z] ++ cut -d/ -f2 [2020-10-15T07:01:10.894Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-15T07:01:10.894Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T07:01:10.894Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-15T07:01:10.894Z] ++ cut -d/ -f2 [2020-10-15T07:01:10.894Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-15T07:01:10.894Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T07:01:10.894Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-15T07:01:10.894Z] ++ cut -d/ -f2 [2020-10-15T07:01:10.894Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-15T07:01:10.894Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T07:01:10.894Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-15T07:01:10.894Z] ++ cut -d/ -f2 [2020-10-15T07:01:10.894Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-15T07:01:10.894Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T07:01:10.894Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-15T07:01:10.894Z] ++ cut -d/ -f2 [2020-10-15T07:01:10.894Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-15T07:01:10.894Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T07:01:10.894Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-15T07:01:10.894Z] ++ cut -d/ -f2 [2020-10-15T07:01:10.894Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-15T07:01:10.894Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T07:01:10.894Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-15T07:01:10.894Z] ++ cut -d/ -f2 [2020-10-15T07:01:10.894Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-15T07:01:10.894Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T07:01:10.894Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-15T07:01:10.894Z] ++ cut -d/ -f2 [2020-10-15T07:01:10.894Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-15T07:01:10.894Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T07:01:10.894Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-15T07:01:10.894Z] ++ cut -d/ -f2 [2020-10-15T07:01:10.894Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-15T07:01:11.004Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:01:13.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T07:01:13.384Z] [2020-10-15T07:01:13.384Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:01:13.769Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T07:01:13.769Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T07:01:13.769Z] 31603596830f: Pulling fs layer [2020-10-15T07:01:13.769Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T07:01:13.769Z] 6ca5941a6612: Pulling fs layer [2020-10-15T07:01:13.769Z] ecc8261a40a4: Pulling fs layer [2020-10-15T07:01:13.769Z] ecc8261a40a4: Waiting [2020-10-15T07:01:13.769Z] 2a8b12db71e7: Verifying Checksum [2020-10-15T07:01:13.769Z] 2a8b12db71e7: Download complete [2020-10-15T07:01:14.054Z] 31603596830f: Download complete [2020-10-15T07:01:14.324Z] ecc8261a40a4: Verifying Checksum [2020-10-15T07:01:14.324Z] ecc8261a40a4: Download complete [2020-10-15T07:01:14.324Z] 6ca5941a6612: Verifying Checksum [2020-10-15T07:01:14.324Z] 6ca5941a6612: Download complete [2020-10-15T07:01:14.324Z] 31603596830f: Pull complete [2020-10-15T07:01:14.593Z] 2a8b12db71e7: Pull complete [2020-10-15T07:01:15.185Z] 6ca5941a6612: Pull complete [2020-10-15T07:01:15.457Z] ecc8261a40a4: Pull complete [2020-10-15T07:01:15.457Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T07:01:15.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T07:01:15.457Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T07:01:15.616Z] prd-centos7-docker-4c-2g-5564 does not seem to be running inside a container [2020-10-15T07:01:15.724Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/189 -v /w/workspace/edgex-go/189:/w/workspace/edgex-go/189:rw,z -v /w/workspace/edgex-go/189@tmp:/w/workspace/edgex-go/189@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T07:01:18.271Z] $ docker top cdcb4660a9f787d1294cc6d933ddc9ba6c3220d0b011ed31e553790eaa0e6419 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T07:01:18.572Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T07:01:18.572Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T07:01:18.777Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T07:01:18.791Z] $ docker exec cdcb4660a9f787d1294cc6d933ddc9ba6c3220d0b011ed31e553790eaa0e6419 ssh-agent [2020-10-15T07:01:18.955Z] SSH_AUTH_SOCK=/tmp/ssh-nSJEGRmoh0NC/agent.12 [2020-10-15T07:01:18.955Z] SSH_AGENT_PID=17 [2020-10-15T07:01:19.052Z] Running ssh-add (command line suppressed) [2020-10-15T07:01:19.189Z] Identity added: /w/workspace/edgex-go/189@tmp/private_key_5608242220423978665.key (/w/workspace/edgex-go/189@tmp/private_key_5608242220423978665.key) [2020-10-15T07:01:19.248Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T07:01:19.873Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T07:01:19.906Z] $ docker exec --env ******** --env ******** cdcb4660a9f787d1294cc6d933ddc9ba6c3220d0b011ed31e553790eaa0e6419 ssh-agent -k [2020-10-15T07:01:20.016Z] unset SSH_AUTH_SOCK; [2020-10-15T07:01:20.016Z] unset SSH_AGENT_PID; [2020-10-15T07:01:20.016Z] echo Agent pid 17 killed; [2020-10-15T07:01:20.068Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T07:01:20.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T07:01:20.325Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T07:01:20.496Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T07:01:20.501Z] $ docker exec cdcb4660a9f787d1294cc6d933ddc9ba6c3220d0b011ed31e553790eaa0e6419 ssh-agent [2020-10-15T07:01:20.659Z] SSH_AUTH_SOCK=/tmp/ssh-6C91Z6Jp5W6G/agent.47 [2020-10-15T07:01:20.659Z] SSH_AGENT_PID=52 [2020-10-15T07:01:20.666Z] Running ssh-add (command line suppressed) [2020-10-15T07:01:20.786Z] Identity added: /w/workspace/edgex-go/189@tmp/private_key_2318863994876924252.key (/w/workspace/edgex-go/189@tmp/private_key_2318863994876924252.key) [2020-10-15T07:01:20.837Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T07:01:21.265Z] + git semver init [2020-10-15T07:01:21.265Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T07:01:21.265Z] # $GIT_DIR = /w/workspace/edgex-go/189/.git [2020-10-15T07:01:21.265Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/189 [2020-10-15T07:01:21.265Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T07:01:21.265Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T07:01:21.265Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T07:01:21.265Z] # $SEMVER_BRANCH = master [2020-10-15T07:01:21.265Z] # $SEMVER_TEMP = /tmp/semver-300824592 [2020-10-15T07:01:21.265Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-15T07:01:39.583Z] # '/tmp/semver-300824592' -> '/w/workspace/edgex-go/189/.semver' [2020-10-15T07:01:39.583Z] # -> Force: false [2020-10-15T07:01:39.583Z] # $SEMVER_DIR = /w/workspace/edgex-go/189/.semver [Pipeline] } [2020-10-15T07:01:39.609Z] $ docker exec --env ******** --env ******** cdcb4660a9f787d1294cc6d933ddc9ba6c3220d0b011ed31e553790eaa0e6419 ssh-agent -k [2020-10-15T07:01:39.776Z] unset SSH_AUTH_SOCK; [2020-10-15T07:01:39.777Z] unset SSH_AGENT_PID; [2020-10-15T07:01:39.777Z] echo Agent pid 52 killed; [2020-10-15T07:01:39.841Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T07:01:40.370Z] + git semver [Pipeline] } [2020-10-15T07:01:40.394Z] $ docker stop --time=1 cdcb4660a9f787d1294cc6d933ddc9ba6c3220d0b011ed31e553790eaa0e6419 [2020-10-15T07:01:42.006Z] $ docker rm -f cdcb4660a9f787d1294cc6d933ddc9ba6c3220d0b011ed31e553790eaa0e6419 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T07:01:42.843Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T07:01:42.848Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.74 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-10-15T07:01:43.674Z] ========================================================= [2020-10-15T07:01:43.674Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T07:01:43.674Z] ========================================================= [2020-10-15T07:01:43.714Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5563 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] ws [2020-10-15T07:01:43.837Z] Running in /w/workspace/edgex-go/189 [Pipeline] { [Pipeline] checkout [2020-10-15T07:01:44.045Z] + 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 . [2020-10-15T07:01:44.045Z] error checking context: 'can't stat '/w/workspace/edgex-go/189/.semver''. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-15T07:01:45.474Z] Failed in branch amd64 [2020-10-15T07:01:49.079Z] using credential edgex-jenkins-ssh [2020-10-15T07:01:49.134Z] Cloning the remote Git repository [2020-10-15T07:01:49.199Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-15T07:01:49.303Z] > git init /w/workspace/edgex-go/189 # timeout=10 [2020-10-15T07:01:49.388Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T07:01:49.390Z] > git --version # timeout=10 [2020-10-15T07:01:49.413Z] > git --version # 'git version 2.17.1' [2020-10-15T07:01:49.415Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T07:01:49.487Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T07:02:10.300Z] Checking out Revision 5fa08527d925aa0d761a58fd1d2245c253eac308 (master) [2020-10-15T07:02:09.558Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T07:02:09.630Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T07:02:09.658Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T07:02:09.718Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T07:02:09.719Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T07:02:09.732Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T07:02:10.331Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T07:02:10.343Z] > git checkout -f 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 [2020-10-15T07:02:14.795Z] Commit message: "Merge pull request #2782 from weichou1229/issue-2775" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-15T07:02:15.773Z] ========================================================= [2020-10-15T07:02:15.773Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T07:02:15.773Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:02:16.774Z] + 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 . [2020-10-15T07:02:19.480Z] Sending build context to Docker daemon 164.9MB [2020-10-15T07:02:19.480Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-15T07:02:19.480Z] Step 2/7 : FROM ${BASE} [2020-10-15T07:02:19.756Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T07:02:19.756Z] b538f80385f9: Pulling fs layer [2020-10-15T07:02:19.756Z] 74f711af9a0d: Pulling fs layer [2020-10-15T07:02:19.756Z] 99f96fe45779: Pulling fs layer [2020-10-15T07:02:19.756Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T07:02:19.756Z] 45590311c82a: Pulling fs layer [2020-10-15T07:02:19.756Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T07:02:19.756Z] 209524e5b208: Pulling fs layer [2020-10-15T07:02:19.756Z] 69ca0ff8b7b3: Waiting [2020-10-15T07:02:19.756Z] 8529a6b9a6be: Waiting [2020-10-15T07:02:19.756Z] 45590311c82a: Waiting [2020-10-15T07:02:19.756Z] 209524e5b208: Waiting [2020-10-15T07:02:19.756Z] 99f96fe45779: Verifying Checksum [2020-10-15T07:02:19.756Z] 99f96fe45779: Download complete [2020-10-15T07:02:19.756Z] 74f711af9a0d: Verifying Checksum [2020-10-15T07:02:19.756Z] 74f711af9a0d: Download complete [2020-10-15T07:02:20.029Z] 45590311c82a: Verifying Checksum [2020-10-15T07:02:20.029Z] 45590311c82a: Download complete [2020-10-15T07:02:20.624Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-15T07:02:20.624Z] 69ca0ff8b7b3: Download complete [2020-10-15T07:02:20.624Z] b538f80385f9: Download complete [2020-10-15T07:02:21.225Z] b538f80385f9: Pull complete [2020-10-15T07:02:21.832Z] 74f711af9a0d: Pull complete [2020-10-15T07:02:22.438Z] 99f96fe45779: Pull complete [2020-10-15T07:02:22.719Z] 209524e5b208: Verifying Checksum [2020-10-15T07:02:22.719Z] 209524e5b208: Download complete [2020-10-15T07:02:24.164Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T07:02:24.164Z] 8529a6b9a6be: Download complete [2020-10-15T07:02:36.597Z] 8529a6b9a6be: Pull complete [2020-10-15T07:02:36.597Z] 45590311c82a: Pull complete [2020-10-15T07:02:36.597Z] 69ca0ff8b7b3: Pull complete [2020-10-15T07:02:39.245Z] 209524e5b208: Pull complete [2020-10-15T07:02:39.245Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T07:02:39.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T07:02:39.245Z] ---> 5bddaf1c2fca [2020-10-15T07:02:39.245Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-15T07:02:42.660Z] ---> Running in b9309b79c9f0 [2020-10-15T07:02:44.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:02:44.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:02:45.662Z] (1/12) Installing libmagic (5.38-r0) [2020-10-15T07:02:45.934Z] (2/12) Installing file (5.38-r0) [2020-10-15T07:02:46.208Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-15T07:02:46.208Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-15T07:02:49.586Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-15T07:02:49.586Z] (6/12) Installing patch (2.7.6-r6) [2020-10-15T07:02:49.586Z] (7/12) Installing build-base (0.5-r2) [2020-10-15T07:02:49.586Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-15T07:02:49.858Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-15T07:02:49.858Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-15T07:02:49.858Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-15T07:02:50.132Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-15T07:02:50.132Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T07:02:50.132Z] OK: 217 MiB in 51 packages [2020-10-15T07:02:54.482Z] Removing intermediate container b9309b79c9f0 [2020-10-15T07:02:54.482Z] ---> f00bd78961e7 [2020-10-15T07:02:54.482Z] Step 4/7 : WORKDIR /edgex-go [2020-10-15T07:02:54.482Z] ---> Running in c057ce5b787a [2020-10-15T07:02:55.079Z] Removing intermediate container c057ce5b787a [2020-10-15T07:02:55.079Z] ---> d0dcd3695ae9 [2020-10-15T07:02:55.079Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T07:02:55.352Z] latest: Pulling from library/docker [2020-10-15T07:02:55.629Z] b538f80385f9: Already exists [2020-10-15T07:02:55.629Z] 259a493cd78d: Pulling fs layer [2020-10-15T07:02:55.629Z] b8e66b5100f5: Pulling fs layer [2020-10-15T07:02:55.629Z] 7f8258a56ab6: Pulling fs layer [2020-10-15T07:02:55.629Z] 75a0a0ebb566: Pulling fs layer [2020-10-15T07:02:55.629Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-15T07:02:55.629Z] 294320357d30: Pulling fs layer [2020-10-15T07:02:55.629Z] 75a0a0ebb566: Waiting [2020-10-15T07:02:55.629Z] 4a2c62f0a2a3: Waiting [2020-10-15T07:02:55.629Z] 294320357d30: Waiting [2020-10-15T07:02:55.629Z] b8e66b5100f5: Verifying Checksum [2020-10-15T07:02:55.630Z] b8e66b5100f5: Download complete [2020-10-15T07:02:55.630Z] 259a493cd78d: Download complete [2020-10-15T07:02:55.913Z] 75a0a0ebb566: Verifying Checksum [2020-10-15T07:02:55.913Z] 75a0a0ebb566: Download complete [2020-10-15T07:02:55.913Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-15T07:02:55.913Z] 4a2c62f0a2a3: Download complete [2020-10-15T07:02:55.913Z] 294320357d30: Verifying Checksum [2020-10-15T07:02:55.913Z] 294320357d30: Download complete [2020-10-15T07:02:56.528Z] 259a493cd78d: Pull complete [2020-10-15T07:02:56.802Z] b8e66b5100f5: Pull complete [2020-10-15T07:02:57.080Z] 7f8258a56ab6: Verifying Checksum [2020-10-15T07:02:57.080Z] 7f8258a56ab6: Download complete [2020-10-15T07:03:00.477Z] 7f8258a56ab6: Pull complete [2020-10-15T07:03:00.752Z] 75a0a0ebb566: Pull complete [2020-10-15T07:03:01.026Z] 4a2c62f0a2a3: Pull complete [2020-10-15T07:03:01.627Z] 294320357d30: Pull complete [2020-10-15T07:03:01.627Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T07:03:01.627Z] Status: Downloaded newer image for docker:latest [2020-10-15T07:03:05.025Z] ---> 39ffe898f016 [2020-10-15T07:03:05.025Z] Step 6/7 : COPY go.mod . [2020-10-15T07:03:05.298Z] ---> 75b4da2a6e97 [2020-10-15T07:03:05.298Z] Step 7/7 : RUN go mod download [2020-10-15T07:03:05.574Z] ---> Running in 518e0a28a540 [2020-10-15T07:03:32.373Z] Removing intermediate container 518e0a28a540 [2020-10-15T07:03:32.373Z] ---> a66e73c7687a [2020-10-15T07:03:32.373Z] Successfully built a66e73c7687a [2020-10-15T07:03:32.373Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:03:32.800Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T07:03:32.801Z] . [Pipeline] withDockerContainer [2020-10-15T07:03:33.083Z] prd-ubuntu18.04-docker-arm64-4c-16g-5563 does not seem to be running inside a container [2020-10-15T07:03:33.182Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/189 -v /w/workspace/edgex-go/189:/w/workspace/edgex-go/189:rw,z -v /w/workspace/edgex-go/189@tmp:/w/workspace/edgex-go/189@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 ******** ci-base-image-arm64 cat [2020-10-15T07:03:34.946Z] $ docker top 3f945b21b55f6eb0c3c74811f38964a4d86a6faa790a814e75ed4b14ee8e054a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T07:03:36.353Z] + go version [2020-10-15T07:03:36.353Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-15T07:03:36.385Z] $ docker stop --time=1 3f945b21b55f6eb0c3c74811f38964a4d86a6faa790a814e75ed4b14ee8e054a [2020-10-15T07:03:38.386Z] $ docker rm -f 3f945b21b55f6eb0c3c74811f38964a4d86a6faa790a814e75ed4b14ee8e054a [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 [2020-10-15T07:03:42.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T07:03:42.384Z] [2020-10-15T07:03:42.384Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:03:42.814Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T07:03:43.088Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-15T07:03:43.088Z] 29e5d40040c1: Pulling fs layer [2020-10-15T07:03:43.088Z] 1ce36da41761: Pulling fs layer [2020-10-15T07:03:43.088Z] 25b303627fd3: Pulling fs layer [2020-10-15T07:03:43.361Z] 29e5d40040c1: Verifying Checksum [2020-10-15T07:03:43.361Z] 29e5d40040c1: Download complete [2020-10-15T07:03:43.962Z] 1ce36da41761: Verifying Checksum [2020-10-15T07:03:43.962Z] 1ce36da41761: Download complete [2020-10-15T07:03:43.962Z] 29e5d40040c1: Pull complete [2020-10-15T07:03:45.412Z] 1ce36da41761: Pull complete [2020-10-15T07:03:46.009Z] 25b303627fd3: Verifying Checksum [2020-10-15T07:03:46.009Z] 25b303627fd3: Download complete [2020-10-15T07:03:56.166Z] 25b303627fd3: Pull complete [2020-10-15T07:03:56.166Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-15T07:03:56.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T07:03:56.166Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-15T07:03:56.442Z] prd-ubuntu18.04-docker-arm64-4c-16g-5563 does not seem to be running inside a container [2020-10-15T07:03:56.543Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/189 -v /w/workspace/edgex-go/189:/w/workspace/edgex-go/189:rw,z -v /w/workspace/edgex-go/189@tmp:/w/workspace/edgex-go/189@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-15T07:04:00.142Z] $ docker top a40a8843b78496371058540e2e12287dc70d2c008d321cef269ed4168dfdb96e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T07:04:01.596Z] + docker-compose build --help [2020-10-15T07:04:01.596Z] + grep parallel [2020-10-15T07:04:04.978Z] --parallel Build images in parallel. [Pipeline] } [2020-10-15T07:04:05.010Z] $ docker stop --time=1 a40a8843b78496371058540e2e12287dc70d2c008d321cef269ed4168dfdb96e [2020-10-15T07:04:07.049Z] $ docker rm -f a40a8843b78496371058540e2e12287dc70d2c008d321cef269ed4168dfdb96e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:04:07.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-15T07:04:07.941Z] . [Pipeline] withDockerContainer [2020-10-15T07:04:08.215Z] prd-ubuntu18.04-docker-arm64-4c-16g-5563 does not seem to be running inside a container [2020-10-15T07:04:08.318Z] $ 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/189 -v /w/workspace/edgex-go/189:/w/workspace/edgex-go/189:rw,z -v /w/workspace/edgex-go/189@tmp:/w/workspace/edgex-go/189@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-15T07:04:09.708Z] $ docker top 8e61c6e95b817322e82f6d1b40ee20935e2da4016339fe5f553b4b61c848169d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T07:04:10.902Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-15T07:04:15.241Z] Building docker-core-command-go ... [2020-10-15T07:04:15.241Z] Building docker-core-data-go ... [2020-10-15T07:04:15.241Z] Building docker-core-metadata-go ... [2020-10-15T07:04:15.241Z] Building docker-security-proxy-setup-go ... [2020-10-15T07:04:15.241Z] Building docker-security-secrets-setup-go ... [2020-10-15T07:04:15.241Z] Building docker-security-secretstore-setup-go ... [2020-10-15T07:04:15.241Z] Building docker-support-logging-go ... [2020-10-15T07:04:15.241Z] Building docker-support-notifications-go ... [2020-10-15T07:04:15.241Z] Building docker-support-scheduler-go ... [2020-10-15T07:04:15.241Z] Building docker-sys-mgmt-agent-go ... [2020-10-15T07:04:15.241Z] Building docker-core-command-go [2020-10-15T07:04:15.241Z] Building docker-core-data-go [2020-10-15T07:04:15.241Z] Building docker-support-notifications-go [2020-10-15T07:04:15.241Z] Building docker-core-metadata-go [2020-10-15T07:04:15.241Z] Building docker-security-proxy-setup-go [2020-10-15T07:05:02.235Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T07:05:02.235Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-15T07:05:02.235Z] ---> a66e73c7687a [2020-10-15T07:05:02.235Z] Step 3/24 : WORKDIR /edgex-go [2020-10-15T07:05:02.235Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T07:05:02.235Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-15T07:05:02.235Z] ---> a66e73c7687a [2020-10-15T07:05:02.235Z] Step 3/20 : WORKDIR /edgex-go [2020-10-15T07:05:02.235Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T07:05:02.235Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-15T07:05:02.235Z] ---> a66e73c7687a [2020-10-15T07:05:02.235Z] Step 3/23 : WORKDIR /edgex-go [2020-10-15T07:05:02.235Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T07:05:02.235Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T07:05:02.235Z] ---> a66e73c7687a [2020-10-15T07:05:02.235Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T07:05:02.235Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T07:05:02.235Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T07:05:02.235Z] ---> a66e73c7687a [2020-10-15T07:05:02.235Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T07:05:03.683Z] ---> Running in eb6e6df4239d [2020-10-15T07:05:03.683Z] ---> Running in d34a6ae8b1f1 [2020-10-15T07:05:03.683Z] ---> Running in e513b1cf9ddf [2020-10-15T07:05:03.683Z] ---> Running in 8c46fdb5f0a6 [2020-10-15T07:05:03.683Z] ---> Running in 6edd20c5191f [2020-10-15T07:05:04.666Z] Removing intermediate container d34a6ae8b1f1 [2020-10-15T07:05:04.666Z] ---> b50d1f078bf4 [2020-10-15T07:05:04.666Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:05:04.666Z] Removing intermediate container eb6e6df4239d [2020-10-15T07:05:04.666Z] ---> d7852ca76917 [2020-10-15T07:05:04.666Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:05:04.666Z] Removing intermediate container 8c46fdb5f0a6 [2020-10-15T07:05:04.666Z] ---> f5aaabcb4ab8 [2020-10-15T07:05:04.666Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:05:04.666Z] Removing intermediate container e513b1cf9ddf [2020-10-15T07:05:04.666Z] ---> 5841ea95c969 [2020-10-15T07:05:04.666Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:05:04.666Z] Removing intermediate container 6edd20c5191f [2020-10-15T07:05:04.666Z] ---> 738db3250430 [2020-10-15T07:05:04.666Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:05:04.666Z] ---> Running in 3f64e38ae17b [2020-10-15T07:05:04.666Z] ---> Running in 03435db57bcc [2020-10-15T07:05:04.666Z] ---> Running in 7faee92c8409 [2020-10-15T07:05:04.666Z] ---> Running in 8cb8d878badd [2020-10-15T07:05:04.942Z] ---> Running in 7cb68816af0b [2020-10-15T07:05:09.329Z] Removing intermediate container 3f64e38ae17b [2020-10-15T07:05:09.329Z] ---> 52303d1812a0 [2020-10-15T07:05:09.329Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-15T07:05:09.329Z] Removing intermediate container 7faee92c8409 [2020-10-15T07:05:09.329Z] ---> bb86bc7cba60 [2020-10-15T07:05:09.329Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T07:05:09.329Z] ---> Running in 507954a22d88 [2020-10-15T07:05:09.329Z] ---> Running in 4036e5a4400c [2020-10-15T07:05:09.604Z] Removing intermediate container 03435db57bcc [2020-10-15T07:05:09.604Z] ---> 95e4313ae499 [2020-10-15T07:05:09.604Z] Step 5/20 : RUN apk update && apk add make git [2020-10-15T07:05:09.604Z] Removing intermediate container 8cb8d878badd [2020-10-15T07:05:09.604Z] ---> d3934c1de4a2 [2020-10-15T07:05:09.604Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-15T07:05:09.883Z] ---> Running in fa45ab31997c [2020-10-15T07:05:09.883Z] Removing intermediate container 7cb68816af0b [2020-10-15T07:05:09.883Z] ---> 7df38f8d1d6e [2020-10-15T07:05:09.883Z] Step 5/22 : RUN apk update && apk add make git [2020-10-15T07:05:09.883Z] ---> Running in ea779749eb82 [2020-10-15T07:05:10.500Z] ---> Running in e7a13b8ebeec [2020-10-15T07:05:11.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:05:11.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:05:12.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:05:12.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:05:12.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:05:12.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:05:12.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:05:12.983Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T07:05:12.983Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T07:05:12.983Z] OK: 12623 distinct packages available [2020-10-15T07:05:12.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:05:13.260Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T07:05:13.260Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T07:05:13.260Z] OK: 12623 distinct packages available [2020-10-15T07:05:13.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:05:13.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:05:13.868Z] OK: 217 MiB in 51 packages [2020-10-15T07:05:13.868Z] OK: 217 MiB in 51 packages [2020-10-15T07:05:13.868Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T07:05:13.868Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T07:05:13.868Z] OK: 12623 distinct packages available [2020-10-15T07:05:14.147Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T07:05:14.147Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T07:05:14.147Z] OK: 12623 distinct packages available [2020-10-15T07:05:14.147Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T07:05:14.147Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T07:05:14.147Z] OK: 12623 distinct packages available [2020-10-15T07:05:14.760Z] OK: 217 MiB in 51 packages [2020-10-15T07:05:15.045Z] OK: 217 MiB in 51 packages [2020-10-15T07:05:15.045Z] OK: 217 MiB in 51 packages [2020-10-15T07:05:15.656Z] Removing intermediate container 507954a22d88 [2020-10-15T07:05:15.656Z] ---> e8ad46b5474e [2020-10-15T07:05:15.656Z] Step 6/23 : COPY go.mod . [2020-10-15T07:05:16.267Z] Removing intermediate container 4036e5a4400c [2020-10-15T07:05:16.267Z] ---> f6161ebda7c0 [2020-10-15T07:05:16.267Z] Step 6/22 : COPY go.mod . [2020-10-15T07:05:16.873Z] Removing intermediate container e7a13b8ebeec [2020-10-15T07:05:16.873Z] ---> 2a2de99cb4cc [2020-10-15T07:05:16.873Z] Step 6/22 : COPY go.mod . [2020-10-15T07:05:17.150Z] ---> 15447e510618 [2020-10-15T07:05:17.150Z] Step 7/23 : RUN go mod download [2020-10-15T07:05:17.423Z] Removing intermediate container fa45ab31997c [2020-10-15T07:05:17.423Z] ---> fa57dcd4c1cd [2020-10-15T07:05:17.423Z] Step 6/20 : COPY go.mod . [2020-10-15T07:05:17.423Z] Removing intermediate container ea779749eb82 [2020-10-15T07:05:17.423Z] ---> 7c2f48c49ad3 [2020-10-15T07:05:17.423Z] Step 6/24 : COPY go.mod . [2020-10-15T07:05:17.423Z] ---> Running in eedb967faed7 [2020-10-15T07:05:17.698Z] ---> d984c5f128ac [2020-10-15T07:05:17.698Z] Step 7/22 : RUN go mod download [2020-10-15T07:05:17.698Z] ---> Running in 85d7b3582eb0 [2020-10-15T07:05:17.972Z] ---> 7392e5c5423f [2020-10-15T07:05:17.972Z] Step 7/22 : RUN go mod download [2020-10-15T07:05:18.256Z] ---> Running in 05809f60fa6f [2020-10-15T07:05:18.537Z] ---> 0f31fd073829 [2020-10-15T07:05:18.537Z] Step 7/24 : RUN go mod download [2020-10-15T07:05:18.537Z] ---> 6d555be182b8 [2020-10-15T07:05:18.537Z] Step 7/20 : RUN go mod download [2020-10-15T07:05:18.816Z] ---> Running in d0e1548e0dda [2020-10-15T07:05:19.093Z] ---> Running in ea0165e3e58a [2020-10-15T07:05:22.529Z] Removing intermediate container eedb967faed7 [2020-10-15T07:05:22.529Z] ---> 37f0682e5fa9 [2020-10-15T07:05:22.529Z] Step 8/23 : COPY . . [2020-10-15T07:05:22.806Z] Removing intermediate container 85d7b3582eb0 [2020-10-15T07:05:22.806Z] ---> 3b4e22ccd2f8 [2020-10-15T07:05:22.806Z] Step 8/22 : COPY . . [2020-10-15T07:05:23.438Z] Removing intermediate container 05809f60fa6f [2020-10-15T07:05:23.438Z] ---> 271cd5bf9a3e [2020-10-15T07:05:23.438Z] Step 8/22 : COPY . . [2020-10-15T07:05:24.039Z] Removing intermediate container d0e1548e0dda [2020-10-15T07:05:24.039Z] ---> 9a8526d0b4db [2020-10-15T07:05:24.039Z] Step 8/24 : COPY . . [2020-10-15T07:05:24.323Z] Removing intermediate container ea0165e3e58a [2020-10-15T07:05:24.323Z] ---> c90a9e8e9034 [2020-10-15T07:05:24.323Z] Step 8/20 : COPY . . [2020-10-15T07:05:42.654Z] ---> e306353de914 [2020-10-15T07:05:42.654Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-15T07:05:42.654Z] ---> 80980043bc73 [2020-10-15T07:05:42.654Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-15T07:05:42.654Z] ---> 54c3f3d43297 [2020-10-15T07:05:42.654Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-15T07:05:42.654Z] ---> b82d42cdc3d2 [2020-10-15T07:05:42.654Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-15T07:05:42.654Z] ---> Running in 9fe2ff4ad02b [2020-10-15T07:05:42.654Z] ---> Running in ebb4b30acd7a [2020-10-15T07:05:42.654Z] ---> Running in ffbd940fc719 [2020-10-15T07:05:42.654Z] ---> Running in b03910317a4a [2020-10-15T07:05:42.654Z] ---> 5d73fb659cb0 [2020-10-15T07:05:42.654Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-15T07:05:42.654Z] ---> Running in e442e2d8de5d [2020-10-15T07:05:42.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-15T07:05:42.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-15T07:05:43.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/core-command/core-command ./cmd/core-command [2020-10-15T07:05:43.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-15T07:05:43.483Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/core-data/core-data ./cmd/core-data [2020-10-15T07:07:05.311Z] Removing intermediate container ebb4b30acd7a [2020-10-15T07:07:05.311Z] ---> acad766d29f5 [2020-10-15T07:07:05.311Z] [2020-10-15T07:07:05.311Z] Step 10/20 : FROM alpine [2020-10-15T07:07:05.311Z] latest: Pulling from library/alpine [2020-10-15T07:07:05.311Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-15T07:07:05.311Z] Status: Downloaded newer image for alpine:latest [2020-10-15T07:07:05.311Z] ---> 62ee0e9f8440 [2020-10-15T07:07:05.311Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-15T07:07:05.311Z] ---> Running in c3281f4de39e [2020-10-15T07:07:06.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:07:07.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:07:08.030Z] v3.12.0-410-g9380b2bf9c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T07:07:08.030Z] v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T07:07:08.030Z] OK: 12621 distinct packages available [2020-10-15T07:07:09.021Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-15T07:07:09.021Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T07:07:09.021Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-15T07:07:09.021Z] (4/4) Installing curl (7.69.1-r1) [2020-10-15T07:07:09.021Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T07:07:09.021Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T07:07:09.623Z] OK: 7 MiB in 18 packages [2020-10-15T07:07:12.281Z] Removing intermediate container c3281f4de39e [2020-10-15T07:07:12.281Z] ---> 6a307e6abc7a [2020-10-15T07:07:12.281Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T07:07:12.281Z] ---> Running in 5119ae635190 [2020-10-15T07:07:12.883Z] Removing intermediate container 5119ae635190 [2020-10-15T07:07:12.883Z] ---> 3ed85708a24d [2020-10-15T07:07:12.883Z] Step 13/20 : WORKDIR /edgex [2020-10-15T07:07:13.160Z] ---> Running in 06cc34065c8a [2020-10-15T07:07:13.760Z] Removing intermediate container 06cc34065c8a [2020-10-15T07:07:13.760Z] ---> 753dd50da42d [2020-10-15T07:07:13.760Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-15T07:07:15.216Z] ---> c70947d6f7dd [2020-10-15T07:07:15.216Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-15T07:07:17.217Z] ---> ebf9bea07ed4 [2020-10-15T07:07:17.217Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-15T07:07:17.217Z] ---> Running in cae1a3e12faf [2020-10-15T07:07:17.821Z] Removing intermediate container cae1a3e12faf [2020-10-15T07:07:17.821Z] ---> 01fea72a3bf8 [2020-10-15T07:07:17.821Z] Step 17/20 : CMD ["--init=true"] [2020-10-15T07:07:17.821Z] ---> Running in b00ae82c3860 [2020-10-15T07:07:18.809Z] Removing intermediate container b00ae82c3860 [2020-10-15T07:07:18.809Z] ---> 82d2c43a2b5d [2020-10-15T07:07:18.809Z] Step 18/20 : LABEL arch=arm64 [2020-10-15T07:07:19.085Z] ---> Running in 5a6b8ce19164 [2020-10-15T07:07:19.694Z] Removing intermediate container 5a6b8ce19164 [2020-10-15T07:07:19.694Z] ---> 0a248a0003f2 [2020-10-15T07:07:19.694Z] Step 19/20 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:07:19.972Z] ---> Running in 851aaf67b0fe [2020-10-15T07:07:20.964Z] Removing intermediate container 851aaf67b0fe [2020-10-15T07:07:20.964Z] ---> e25445f02ce7 [2020-10-15T07:07:20.964Z] Step 20/20 : LABEL version=1.2.2-dev.74 [2020-10-15T07:07:20.964Z] ---> Running in 30e941b7bf77 [2020-10-15T07:07:22.135Z] Removing intermediate container 30e941b7bf77 [2020-10-15T07:07:22.135Z] ---> 239dbc98ad5d [2020-10-15T07:07:22.135Z] [2020-10-15T07:07:22.135Z] Successfully built 239dbc98ad5d [2020-10-15T07:07:22.135Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-15T07:07:22.135Z] Building docker-support-scheduler-go [2020-10-15T07:07:37.332Z]  Building docker-security-proxy-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T07:07:37.332Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-15T07:07:37.332Z] ---> a66e73c7687a [2020-10-15T07:07:37.332Z] Step 3/21 : WORKDIR /edgex-go [2020-10-15T07:07:37.332Z] ---> Using cache [2020-10-15T07:07:37.332Z] ---> 738db3250430 [2020-10-15T07:07:37.332Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:07:37.332Z] ---> Using cache [2020-10-15T07:07:37.332Z] ---> 7df38f8d1d6e [2020-10-15T07:07:37.332Z] Step 5/21 : RUN apk update && apk add make git [2020-10-15T07:07:37.332Z] ---> Using cache [2020-10-15T07:07:37.332Z] ---> 2a2de99cb4cc [2020-10-15T07:07:37.332Z] Step 6/21 : COPY go.mod . [2020-10-15T07:07:37.332Z] ---> Using cache [2020-10-15T07:07:37.332Z] ---> 7392e5c5423f [2020-10-15T07:07:37.332Z] Step 7/21 : RUN go mod download [2020-10-15T07:07:37.332Z] ---> Using cache [2020-10-15T07:07:37.332Z] ---> 271cd5bf9a3e [2020-10-15T07:07:37.332Z] Step 8/21 : COPY . . [2020-10-15T07:07:37.332Z] ---> Using cache [2020-10-15T07:07:37.332Z] ---> b82d42cdc3d2 [2020-10-15T07:07:37.332Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-15T07:07:38.315Z] ---> Running in fc8136d07767 [2020-10-15T07:07:41.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-15T07:07:44.392Z] Removing intermediate container ffbd940fc719 [2020-10-15T07:07:44.392Z] ---> d5cab86464d8 [2020-10-15T07:07:44.392Z] [2020-10-15T07:07:44.392Z] Step 10/22 : FROM scratch [2020-10-15T07:07:44.392Z] ---> [2020-10-15T07:07:44.392Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T07:07:44.673Z] Removing intermediate container e442e2d8de5d [2020-10-15T07:07:44.673Z] ---> 6c1c9fcc3c57 [2020-10-15T07:07:44.673Z] [2020-10-15T07:07:44.673Z] Step 10/24 : FROM scratch [2020-10-15T07:07:44.673Z] ---> [2020-10-15T07:07:44.673Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T07:07:44.673Z] ---> Running in 6c8a86b51918 [2020-10-15T07:07:44.955Z] ---> Running in 6bc296c9cdc7 [2020-10-15T07:07:45.556Z] Removing intermediate container 6c8a86b51918 [2020-10-15T07:07:45.556Z] ---> 30961fa8624b [2020-10-15T07:07:45.556Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-15T07:07:45.836Z] ---> Running in 6de2166cfcd4 [2020-10-15T07:07:45.836Z] Removing intermediate container 6bc296c9cdc7 [2020-10-15T07:07:45.836Z] ---> 13e998798d11 [2020-10-15T07:07:45.836Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-15T07:07:45.836Z] ---> Running in 6644f1dfc856 [2020-10-15T07:07:46.465Z] Removing intermediate container 6de2166cfcd4 [2020-10-15T07:07:46.465Z] ---> e2141d96b2c5 [2020-10-15T07:07:46.465Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T07:07:46.465Z] ---> Running in d84d19a429e1 [2020-10-15T07:07:46.739Z] Removing intermediate container 6644f1dfc856 [2020-10-15T07:07:46.739Z] ---> 7c857a7e1540 [2020-10-15T07:07:46.739Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T07:07:47.031Z] ---> Running in 9d01c9dbff9b [2020-10-15T07:07:47.308Z] Removing intermediate container d84d19a429e1 [2020-10-15T07:07:47.308Z] ---> e7e3371b546f [2020-10-15T07:07:47.308Z] Step 14/22 : WORKDIR / [2020-10-15T07:07:47.308Z] ---> Running in e5a3a9ddee1f [2020-10-15T07:07:47.914Z] Removing intermediate container 9d01c9dbff9b [2020-10-15T07:07:47.914Z] ---> 79d06c41c924 [2020-10-15T07:07:47.914Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-15T07:07:48.189Z] Removing intermediate container e5a3a9ddee1f [2020-10-15T07:07:48.189Z] ---> d5b098627b21 [2020-10-15T07:07:48.189Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-15T07:07:49.653Z] ---> 77207f2d8b38 [2020-10-15T07:07:49.653Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-15T07:07:49.653Z] ---> 775dea83d526 [2020-10-15T07:07:49.653Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-15T07:07:51.657Z] ---> de8b87418162 [2020-10-15T07:07:51.657Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-15T07:07:51.657Z] ---> bf15a9046f84 [2020-10-15T07:07:51.657Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-15T07:07:53.692Z] ---> f43aa96e66c3 [2020-10-15T07:07:53.692Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-15T07:07:53.692Z] ---> ec5d86df444d [2020-10-15T07:07:53.692Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-15T07:07:53.978Z] ---> Running in 6ecc0d602100 [2020-10-15T07:07:54.976Z] Removing intermediate container 6ecc0d602100 [2020-10-15T07:07:54.976Z] ---> b2fad304bedc [2020-10-15T07:07:54.976Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T07:07:54.976Z] ---> d0ba52e5c864 [2020-10-15T07:07:54.976Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-15T07:07:54.976Z] ---> Running in 1c5284487d40 [2020-10-15T07:07:56.413Z] Removing intermediate container 1c5284487d40 [2020-10-15T07:07:56.413Z] ---> 441c4a901c09 [2020-10-15T07:07:56.413Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T07:07:56.688Z] ---> Running in da7f50b3e471 [2020-10-15T07:07:58.151Z] Removing intermediate container da7f50b3e471 [2020-10-15T07:07:58.151Z] ---> 99998a0d792e [2020-10-15T07:07:58.151Z] Step 21/22 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:07:58.151Z] ---> 76075c3c99c2 [2020-10-15T07:07:58.151Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-15T07:07:58.151Z] ---> Running in 8cf72e71b071 [2020-10-15T07:07:59.599Z] Removing intermediate container 8cf72e71b071 [2020-10-15T07:07:59.599Z] ---> 1913d2fe444a [2020-10-15T07:07:59.599Z] Step 22/22 : LABEL version=1.2.2-dev.74 [2020-10-15T07:07:59.874Z] ---> 9d06d4125447 [2020-10-15T07:07:59.874Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-15T07:07:59.874Z] ---> Running in 6f5bebd14b25 [2020-10-15T07:08:00.150Z] ---> Running in ef015ab70010 [2020-10-15T07:08:00.150Z] Removing intermediate container 9fe2ff4ad02b [2020-10-15T07:08:00.150Z] ---> 687d3757239e [2020-10-15T07:08:00.150Z] [2020-10-15T07:08:00.150Z] Step 10/22 : FROM scratch [2020-10-15T07:08:00.150Z] ---> [2020-10-15T07:08:00.150Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T07:08:00.425Z] ---> Using cache [2020-10-15T07:08:00.425Z] ---> 30961fa8624b [2020-10-15T07:08:00.425Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-15T07:08:00.709Z] ---> Running in 270eb807e2c5 [2020-10-15T07:08:00.709Z] Removing intermediate container 6f5bebd14b25 [2020-10-15T07:08:00.709Z] ---> 805518076a03 [2020-10-15T07:08:00.709Z] [2020-10-15T07:08:00.984Z] Removing intermediate container ef015ab70010 [2020-10-15T07:08:00.984Z] ---> 1e2379c99a78 [2020-10-15T07:08:00.984Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T07:08:01.261Z] ---> Running in def4468507b7 [2020-10-15T07:08:01.535Z] Successfully built 805518076a03 [2020-10-15T07:08:01.535Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-15T07:08:01.535Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-10-15T07:08:01.817Z] Removing intermediate container 270eb807e2c5 [2020-10-15T07:08:01.817Z] ---> 2039ec58b2e2 [2020-10-15T07:08:01.817Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T07:08:01.817Z] ---> Running in af63c7fe297a [2020-10-15T07:08:02.104Z] Removing intermediate container def4468507b7 [2020-10-15T07:08:02.104Z] ---> 9f5448273d9f [2020-10-15T07:08:02.104Z] Step 22/24 : LABEL arch=arm64 [2020-10-15T07:08:02.382Z] ---> Running in 7c06e378a3fe [2020-10-15T07:08:02.982Z] Removing intermediate container af63c7fe297a [2020-10-15T07:08:02.982Z] ---> 210865ded6c3 [2020-10-15T07:08:02.982Z] Step 14/22 : WORKDIR / [2020-10-15T07:08:03.259Z] Removing intermediate container 7c06e378a3fe [2020-10-15T07:08:03.259Z] ---> 7ade621661ec [2020-10-15T07:08:03.259Z] Step 23/24 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:08:03.259Z] ---> Running in 7cb426aa9418 [2020-10-15T07:08:04.255Z] ---> Running in cd909a2d93b3 [2020-10-15T07:08:04.534Z] Removing intermediate container 7cb426aa9418 [2020-10-15T07:08:04.534Z] ---> 2fba94c628f2 [2020-10-15T07:08:04.534Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-15T07:08:05.521Z] Removing intermediate container cd909a2d93b3 [2020-10-15T07:08:05.521Z] ---> a9688a097baa [2020-10-15T07:08:05.521Z] Step 24/24 : LABEL version=1.2.2-dev.74 [2020-10-15T07:08:05.796Z] ---> 5cf7e6890c4d [2020-10-15T07:08:05.796Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> Running in b4fa9aabadfd [2020-10-15T07:08:05.796Z] [2020-10-15T07:08:07.248Z] Removing intermediate container b4fa9aabadfd [2020-10-15T07:08:07.248Z] ---> 0ac81f42d1f7 [2020-10-15T07:08:07.248Z] [2020-10-15T07:08:07.529Z] Successfully built 0ac81f42d1f7 [2020-10-15T07:08:07.529Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-15T07:08:07.529Z] Building docker-sys-mgmt-agent-go [2020-10-15T07:08:08.127Z]  Building docker-support-notifications-go ... done  ---> 8bd7c9150ab6 [2020-10-15T07:08:08.127Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-15T07:08:10.126Z] ---> 88ae5f72c7f6 [2020-10-15T07:08:10.126Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-15T07:08:10.730Z] ---> Running in 9e6bc449400b [2020-10-15T07:08:13.359Z] Removing intermediate container 9e6bc449400b [2020-10-15T07:08:13.359Z] ---> d94ded21f31a [2020-10-15T07:08:13.359Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T07:08:14.346Z] ---> Running in cfabca9c3b8d [2020-10-15T07:08:14.346Z] Removing intermediate container b03910317a4a [2020-10-15T07:08:14.346Z] ---> 4cfe0b6ee3a6 [2020-10-15T07:08:14.346Z] [2020-10-15T07:08:14.346Z] Step 10/23 : FROM alpine [2020-10-15T07:08:14.346Z] ---> 62ee0e9f8440 [2020-10-15T07:08:14.346Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T07:08:14.629Z] ---> Running in 17fd5ea2fd39 [2020-10-15T07:08:14.904Z] Removing intermediate container cfabca9c3b8d [2020-10-15T07:08:14.904Z] ---> 2f19f32aa89a [2020-10-15T07:08:14.904Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T07:08:15.519Z] ---> Running in c81298d92123 [2020-10-15T07:08:15.519Z] Removing intermediate container 17fd5ea2fd39 [2020-10-15T07:08:15.519Z] ---> 5b617bd2b8d0 [2020-10-15T07:08:15.519Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-15T07:08:15.834Z] ---> Running in d358b547be1c [2020-10-15T07:08:16.132Z] Removing intermediate container c81298d92123 [2020-10-15T07:08:16.132Z] ---> 9cdade783c69 [2020-10-15T07:08:16.132Z] Step 21/22 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:08:16.457Z] ---> Running in beb28ee7777f [2020-10-15T07:08:16.457Z] Removing intermediate container d358b547be1c [2020-10-15T07:08:16.457Z] ---> 519995a89844 [2020-10-15T07:08:16.823Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-15T07:08:16.824Z] ---> Running in a3c6119fe726 [2020-10-15T07:08:17.950Z] Removing intermediate container beb28ee7777f [2020-10-15T07:08:17.950Z] ---> 218aec9fe418 [2020-10-15T07:08:17.950Z] Step 22/22 : LABEL version=1.2.2-dev.74 [2020-10-15T07:08:18.228Z] Removing intermediate container a3c6119fe726 [2020-10-15T07:08:18.228Z] ---> 350750069458 [2020-10-15T07:08:18.228Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:08:18.518Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T07:08:18.518Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-15T07:08:18.518Z] ---> a66e73c7687a [2020-10-15T07:08:18.518Z] Step 3/26 : WORKDIR /edgex-go [2020-10-15T07:08:18.518Z] ---> Using cache [2020-10-15T07:08:18.518Z] ---> 738db3250430 [2020-10-15T07:08:18.518Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:08:18.518Z] ---> Using cache [2020-10-15T07:08:18.518Z] ---> 7df38f8d1d6e [2020-10-15T07:08:18.518Z] Step 5/26 : RUN apk update && apk add make git [2020-10-15T07:08:18.518Z] ---> Using cache [2020-10-15T07:08:18.518Z] ---> 2a2de99cb4cc [2020-10-15T07:08:18.518Z] Step 6/26 : COPY go.mod . [2020-10-15T07:08:18.518Z] ---> Using cache [2020-10-15T07:08:18.518Z] ---> 7392e5c5423f [2020-10-15T07:08:18.518Z] Step 7/26 : RUN go mod download [2020-10-15T07:08:18.518Z] ---> Using cache [2020-10-15T07:08:18.518Z] ---> 271cd5bf9a3e [2020-10-15T07:08:18.518Z] Step 8/26 : COPY . . [2020-10-15T07:08:18.518Z] ---> Running in 6d13389e3d62 [2020-10-15T07:08:18.863Z] ---> Running in bc14f689d629 [2020-10-15T07:08:18.863Z] ---> Using cache [2020-10-15T07:08:18.863Z] ---> b82d42cdc3d2 [2020-10-15T07:08:18.863Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-15T07:08:19.494Z] ---> Running in a225cc698238 [2020-10-15T07:08:20.235Z] Removing intermediate container 6d13389e3d62 [2020-10-15T07:08:20.235Z] ---> d0a9fa39f57f [2020-10-15T07:08:20.235Z] [2020-10-15T07:08:20.555Z] Successfully built d0a9fa39f57f [2020-10-15T07:08:20.555Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-15T07:08:20.555Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-10-15T07:08:22.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-15T07:08:24.540Z] Removing intermediate container bc14f689d629 [2020-10-15T07:08:24.541Z] ---> 8472a991620e [2020-10-15T07:08:24.541Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-15T07:08:24.925Z] ---> Running in 67e201ba4d59 [2020-10-15T07:08:26.481Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T07:08:26.481Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-15T07:08:26.481Z] ---> a66e73c7687a [2020-10-15T07:08:26.481Z] Step 3/27 : WORKDIR /edgex-go [2020-10-15T07:08:26.481Z] ---> Using cache [2020-10-15T07:08:26.481Z] ---> 738db3250430 [2020-10-15T07:08:26.481Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:08:26.481Z] ---> Using cache [2020-10-15T07:08:26.481Z] ---> 7df38f8d1d6e [2020-10-15T07:08:26.481Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-15T07:08:27.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:08:27.948Z] ---> Running in e440027f29c2 [2020-10-15T07:08:28.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:08:29.614Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-15T07:08:29.614Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-15T07:08:29.614Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-15T07:08:29.903Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-15T07:08:29.903Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-15T07:08:29.903Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T07:08:29.903Z] OK: 8 MiB in 19 packages [2020-10-15T07:08:30.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:08:31.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:08:32.436Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T07:08:32.436Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T07:08:32.436Z] OK: 12623 distinct packages available [2020-10-15T07:08:32.727Z] Removing intermediate container 67e201ba4d59 [2020-10-15T07:08:32.727Z] ---> 1a50bab80999 [2020-10-15T07:08:32.727Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-15T07:08:33.842Z] OK: 217 MiB in 51 packages [2020-10-15T07:08:34.884Z] ---> 071231272d9c [2020-10-15T07:08:34.884Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-15T07:08:37.568Z] Removing intermediate container e440027f29c2 [2020-10-15T07:08:37.568Z] ---> d45d4d456272 [2020-10-15T07:08:37.568Z] Step 6/27 : COPY go.mod . [2020-10-15T07:08:37.845Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T07:08:37.845Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-15T07:08:37.845Z] ---> a66e73c7687a [2020-10-15T07:08:37.845Z] Step 3/29 : WORKDIR /edgex-go [2020-10-15T07:08:37.845Z] ---> Using cache [2020-10-15T07:08:37.845Z] ---> 738db3250430 [2020-10-15T07:08:37.845Z] Step 4/29 : RUN apk update && apk add make git [2020-10-15T07:08:38.123Z] ---> Running in 8c2ddb7e0671 [2020-10-15T07:08:38.123Z] ---> ee7547fa8863 [2020-10-15T07:08:38.123Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-15T07:08:38.734Z] ---> 5d790f8e5595 [2020-10-15T07:08:38.734Z] Step 7/27 : RUN go mod download [2020-10-15T07:08:39.018Z] ---> Running in e8723cf744d5 [2020-10-15T07:08:40.009Z] ---> a1c9a6803f50 [2020-10-15T07:08:40.009Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-15T07:08:40.286Z] ---> Running in d3b8a0c6ee45 [2020-10-15T07:08:41.316Z] Removing intermediate container d3b8a0c6ee45 [2020-10-15T07:08:41.316Z] ---> 72a9624ab721 [2020-10-15T07:08:41.316Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T07:08:41.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:08:41.316Z] ---> Running in 340ac1fe48d2 [2020-10-15T07:08:42.196Z] Removing intermediate container 340ac1fe48d2 [2020-10-15T07:08:42.196Z] ---> 55b4b6c59b62 [2020-10-15T07:08:42.196Z] Step 21/23 : LABEL arch=arm64 [2020-10-15T07:08:42.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:08:42.196Z] ---> Running in a26e8538b7e3 [2020-10-15T07:08:42.893Z] Removing intermediate container a26e8538b7e3 [2020-10-15T07:08:42.893Z] ---> 055c4702f8c6 [2020-10-15T07:08:42.893Z] Step 22/23 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:08:43.212Z] ---> Running in 63fc1efab104 [2020-10-15T07:08:43.900Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T07:08:43.900Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T07:08:43.900Z] OK: 12623 distinct packages available [2020-10-15T07:08:44.217Z] Removing intermediate container 63fc1efab104 [2020-10-15T07:08:44.217Z] ---> 4385f47f2969 [2020-10-15T07:08:44.217Z] Step 23/23 : LABEL version=1.2.2-dev.74 [2020-10-15T07:08:44.217Z] Removing intermediate container e8723cf744d5 [2020-10-15T07:08:44.217Z] ---> 8d150ef8fb83 [2020-10-15T07:08:44.217Z] Step 8/27 : COPY . . [2020-10-15T07:08:44.217Z] ---> Running in 6d066b466610 [2020-10-15T07:08:44.827Z] OK: 217 MiB in 51 packages [2020-10-15T07:08:45.438Z] Removing intermediate container 6d066b466610 [2020-10-15T07:08:45.438Z] ---> 7e5ce263a396 [2020-10-15T07:08:45.438Z] [2020-10-15T07:08:46.439Z] Successfully built 7e5ce263a396 [2020-10-15T07:08:46.439Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-15T07:08:46.439Z] Building docker-support-logging-go [2020-10-15T07:08:47.943Z]  Building docker-core-data-go ... done Removing intermediate container 8c2ddb7e0671 [2020-10-15T07:08:47.943Z] ---> 38bea622ec57 [2020-10-15T07:08:47.943Z] Step 5/29 : COPY go.mod . [2020-10-15T07:08:51.142Z] ---> 6c93a2dc9f20 [2020-10-15T07:08:51.142Z] Step 6/29 : RUN go mod download [2020-10-15T07:08:51.559Z] ---> Running in 3e04a831b5ea [2020-10-15T07:08:59.193Z] ---> c889ea4ab53e [2020-10-15T07:08:59.193Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-15T07:08:59.193Z] Removing intermediate container 3e04a831b5ea [2020-10-15T07:08:59.193Z] ---> 99094b9c532a [2020-10-15T07:08:59.193Z] Step 7/29 : COPY . . [2020-10-15T07:08:59.193Z] ---> Running in 6deb23aaaecf [2020-10-15T07:09:00.674Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-15T07:09:00.954Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-15T07:09:00.954Z] ---> a66e73c7687a [2020-10-15T07:09:00.954Z] Step 3/22 : WORKDIR /edgex-go [2020-10-15T07:09:00.954Z] ---> Using cache [2020-10-15T07:09:00.955Z] ---> 738db3250430 [2020-10-15T07:09:00.955Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:09:00.955Z] ---> Using cache [2020-10-15T07:09:00.955Z] ---> 7df38f8d1d6e [2020-10-15T07:09:00.955Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-15T07:09:01.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-15T07:09:03.040Z] ---> Running in 4f629ad09161 [2020-10-15T07:09:03.647Z] Removing intermediate container fc8136d07767 [2020-10-15T07:09:03.647Z] ---> 75fff8565480 [2020-10-15T07:09:03.647Z] [2020-10-15T07:09:03.647Z] Step 10/21 : FROM scratch [2020-10-15T07:09:03.647Z] ---> [2020-10-15T07:09:03.647Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-15T07:09:03.924Z] ---> Using cache [2020-10-15T07:09:03.924Z] ---> 30961fa8624b [2020-10-15T07:09:03.924Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-15T07:09:04.529Z] ---> Running in b85f6d32b484 [2020-10-15T07:09:05.531Z] Removing intermediate container b85f6d32b484 [2020-10-15T07:09:05.531Z] ---> dc93df3553aa [2020-10-15T07:09:05.531Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-15T07:09:05.812Z] ---> Running in ec5637385c82 [2020-10-15T07:09:05.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:09:06.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:09:07.103Z] Removing intermediate container ec5637385c82 [2020-10-15T07:09:07.103Z] ---> a6fc27708c22 [2020-10-15T07:09:07.103Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-15T07:09:08.573Z] v3.12.0-409-g70ac6527ef [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-15T07:09:08.573Z] v3.12.0-408-gd867057e25 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-15T07:09:08.573Z] OK: 12623 distinct packages available [2020-10-15T07:09:08.862Z] ---> 3021598c8496 [2020-10-15T07:09:08.862Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-15T07:09:09.147Z] OK: 217 MiB in 51 packages [2020-10-15T07:09:10.151Z] OK: 217 MiB in 51 packages [2020-10-15T07:09:12.865Z] ---> 939e0244521e [2020-10-15T07:09:12.865Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-15T07:09:13.144Z] Removing intermediate container 4f629ad09161 [2020-10-15T07:09:13.144Z] ---> fca2873cb3e3 [2020-10-15T07:09:13.144Z] Step 6/22 : COPY go.mod . [2020-10-15T07:09:13.761Z] ---> a516b61420b6 [2020-10-15T07:09:13.761Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-15T07:09:13.761Z] ---> 03648abc9820 [2020-10-15T07:09:13.761Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-15T07:09:13.761Z] ---> Running in 809a9f88b2ff [2020-10-15T07:09:14.403Z] ---> Running in ff8fd97f53c4 [2020-10-15T07:09:14.687Z] ---> 4c5ff94f3274 [2020-10-15T07:09:14.687Z] Step 7/22 : RUN go mod download [2020-10-15T07:09:14.975Z] ---> Running in 10c7933e855a [2020-10-15T07:09:15.265Z] Removing intermediate container ff8fd97f53c4 [2020-10-15T07:09:15.265Z] ---> ee9aa2e63b34 [2020-10-15T07:09:15.265Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T07:09:15.553Z] ---> Running in 671bee336988 [2020-10-15T07:09:16.548Z] Removing intermediate container 671bee336988 [2020-10-15T07:09:16.548Z] ---> 49e86c6ceef8 [2020-10-15T07:09:16.548Z] Step 19/21 : LABEL arch=arm64 [2020-10-15T07:09:16.548Z] ---> Running in e6d47d61b60d [2020-10-15T07:09:17.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-15T07:09:17.170Z] Removing intermediate container e6d47d61b60d [2020-10-15T07:09:17.170Z] ---> 2aa4f3039ff4 [2020-10-15T07:09:17.170Z] Step 20/21 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:09:17.451Z] ---> Running in 4de1a675d8de [2020-10-15T07:09:18.450Z] Removing intermediate container 4de1a675d8de [2020-10-15T07:09:18.450Z] ---> b19f3bdb8721 [2020-10-15T07:09:18.450Z] Step 21/21 : LABEL version=1.2.2-dev.74 [2020-10-15T07:09:18.450Z] ---> Running in 68063e921ea6 [2020-10-15T07:09:19.064Z] Removing intermediate container 68063e921ea6 [2020-10-15T07:09:19.064Z] ---> 7b216070e98f [2020-10-15T07:09:19.064Z] [2020-10-15T07:09:19.673Z] Successfully built 7b216070e98f [2020-10-15T07:09:19.673Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-15T07:09:19.956Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-15T07:09:20.565Z] Removing intermediate container 10c7933e855a [2020-10-15T07:09:20.565Z] ---> 57716f5d59aa [2020-10-15T07:09:20.565Z] Step 8/22 : COPY . . [2020-10-15T07:09:30.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-15T07:09:32.246Z] ---> 56fed5f623ef [2020-10-15T07:09:32.247Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-15T07:09:32.531Z] ---> Running in 8fed14047bb9 [2020-10-15T07:09:34.570Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-15T07:09:41.341Z] Removing intermediate container a225cc698238 [2020-10-15T07:09:41.341Z] ---> 4cf847b1b230 [2020-10-15T07:09:41.341Z] [2020-10-15T07:09:41.341Z] Step 10/26 : FROM alpine:3.10 [2020-10-15T07:09:41.341Z] 3.10: Pulling from library/alpine [2020-10-15T07:09:42.334Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-15T07:09:42.334Z] Status: Downloaded newer image for alpine:3.10 [2020-10-15T07:09:42.334Z] ---> 536a684cf733 [2020-10-15T07:09:42.334Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-15T07:09:42.612Z] ---> Running in eee58d4a8e03 [2020-10-15T07:09:45.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:09:45.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:09:45.880Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-15T07:09:45.880Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-15T07:09:45.880Z] OK: 10167 distinct packages available [2020-10-15T07:09:46.486Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-15T07:09:46.486Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-15T07:09:46.486Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-15T07:09:46.486Z] (4/5) Installing curl (7.66.0-r1) [2020-10-15T07:09:46.486Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-15T07:09:46.486Z] Executing busybox-1.30.1-r3.trigger [2020-10-15T07:09:46.769Z] Executing ca-certificates-20191127-r2.trigger [2020-10-15T07:09:47.049Z] OK: 7 MiB in 19 packages [2020-10-15T07:09:49.708Z] Removing intermediate container eee58d4a8e03 [2020-10-15T07:09:49.708Z] ---> da7a0ef47612 [2020-10-15T07:09:49.708Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-15T07:09:49.708Z] ---> Running in e4b99fc75151 [2020-10-15T07:09:50.316Z] Removing intermediate container e4b99fc75151 [2020-10-15T07:09:50.316Z] ---> bc6b8579aece [2020-10-15T07:09:50.316Z] Step 13/26 : WORKDIR / [2020-10-15T07:09:50.316Z] ---> Running in 8cf0acdbfad5 [2020-10-15T07:09:50.927Z] Removing intermediate container 8cf0acdbfad5 [2020-10-15T07:09:50.927Z] ---> fbf73e7149d3 [2020-10-15T07:09:50.927Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-15T07:09:52.397Z] ---> 15bde258532b [2020-10-15T07:09:52.397Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-15T07:09:53.411Z] ---> 4fe1945f5b79 [2020-10-15T07:09:53.411Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-15T07:09:54.414Z] ---> 1619cae3b027 [2020-10-15T07:09:54.414Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-15T07:09:55.883Z] ---> 3d6828c31127 [2020-10-15T07:09:55.883Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-15T07:09:57.904Z] ---> 811a950bbd8d [2020-10-15T07:09:57.904Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-15T07:09:59.389Z] ---> 8c69d678a141 [2020-10-15T07:09:59.389Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-15T07:10:01.060Z] ---> 3ee418e9214c [2020-10-15T07:10:01.060Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-15T07:10:02.188Z] ---> dc8c309c5cdd [2020-10-15T07:10:02.188Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T07:10:02.484Z] ---> Running in 38e89d5820b7 [2020-10-15T07:10:06.826Z] Removing intermediate container 38e89d5820b7 [2020-10-15T07:10:06.826Z] ---> e6b6c913bbf5 [2020-10-15T07:10:06.826Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T07:10:06.826Z] ---> Running in 56eb35bd466f [2020-10-15T07:10:06.827Z] Removing intermediate container 56eb35bd466f [2020-10-15T07:10:06.827Z] ---> b98f42b928e0 [2020-10-15T07:10:06.827Z] Step 24/26 : LABEL arch=arm64 [2020-10-15T07:10:07.101Z] ---> Running in 3bb7fbcd58a7 [2020-10-15T07:10:07.700Z] Removing intermediate container 3bb7fbcd58a7 [2020-10-15T07:10:07.700Z] ---> 42051d6da307 [2020-10-15T07:10:07.700Z] Step 25/26 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:10:07.700Z] ---> Running in 807c8fd01d6d [2020-10-15T07:10:08.696Z] Removing intermediate container 807c8fd01d6d [2020-10-15T07:10:08.696Z] ---> 6ad09bbc6b89 [2020-10-15T07:10:08.696Z] Step 26/26 : LABEL version=1.2.2-dev.74 [2020-10-15T07:10:08.696Z] ---> Running in 79cb6b0b0ef4 [2020-10-15T07:10:09.307Z] Removing intermediate container 79cb6b0b0ef4 [2020-10-15T07:10:09.307Z] ---> c902d6896ae7 [2020-10-15T07:10:09.307Z] [2020-10-15T07:10:09.915Z] Successfully built c902d6896ae7 [2020-10-15T07:10:09.915Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-15T07:10:13.358Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6deb23aaaecf [2020-10-15T07:10:13.358Z] ---> 76c6440eb4ae [2020-10-15T07:10:13.358Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-15T07:10:13.358Z] ---> Running in 54f72c00c1df [2020-10-15T07:10:15.362Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.74" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-15T07:10:17.361Z] Removing intermediate container 809a9f88b2ff [2020-10-15T07:10:17.361Z] ---> bdcdf1f382e0 [2020-10-15T07:10:17.361Z] [2020-10-15T07:10:17.361Z] Step 9/29 : FROM alpine:latest [2020-10-15T07:10:17.361Z] ---> 62ee0e9f8440 [2020-10-15T07:10:17.361Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-15T07:10:17.967Z] ---> Running in bf2ecf2e1d9f [2020-10-15T07:10:18.576Z] Removing intermediate container bf2ecf2e1d9f [2020-10-15T07:10:18.576Z] ---> c042481142db [2020-10-15T07:10:18.576Z] Step 11/29 : USER root [2020-10-15T07:10:18.576Z] ---> Running in 445fe2687f03 [2020-10-15T07:10:19.575Z] Removing intermediate container 445fe2687f03 [2020-10-15T07:10:19.575Z] ---> db69a36844d0 [2020-10-15T07:10:19.575Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/*Removing intermediate container 54f72c00c1df [2020-10-15T07:10:19.575Z] ---> 36e22f38aa65 [2020-10-15T07:10:19.575Z] [2020-10-15T07:10:19.575Z] Step 11/27 : FROM docker:latest [2020-10-15T07:10:19.575Z] ---> 45884bde0078 [2020-10-15T07:10:19.575Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-15T07:10:19.575Z] [2020-10-15T07:10:19.851Z] ---> Running in 6c4002d88aa9 [2020-10-15T07:10:19.851Z] ---> Running in 161de923ac65 [2020-10-15T07:10:22.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:10:22.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:10:22.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:10:22.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:10:23.127Z] v3.12.0-410-g9380b2bf9c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-15T07:10:23.127Z] v3.12.0-408-gd867057e25 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-15T07:10:23.127Z] OK: 12621 distinct packages available [2020-10-15T07:10:23.127Z] (1/2) Installing readline (8.0.4-r0) [2020-10-15T07:10:23.127Z] (2/2) Installing bash (5.0.17-r0) [2020-10-15T07:10:23.127Z] Executing bash-5.0.17-r0.post-install [2020-10-15T07:10:23.127Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T07:10:23.127Z] OK: 12 MiB in 22 packages [2020-10-15T07:10:23.732Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-15T07:10:24.021Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-15T07:10:24.021Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T07:10:24.021Z] Executing ca-certificates-20191127-r4.trigger [2020-10-15T07:10:24.299Z] OK: 6 MiB in 16 packages [2020-10-15T07:10:24.911Z] Removing intermediate container 161de923ac65 [2020-10-15T07:10:24.911Z] ---> 9e1877b0255c [2020-10-15T07:10:24.911Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-15T07:10:25.185Z] ---> Running in efd6ee5951ee [2020-10-15T07:10:26.174Z] Removing intermediate container 6c4002d88aa9 [2020-10-15T07:10:26.174Z] ---> 2e0ff40cc0fb [2020-10-15T07:10:26.174Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-15T07:10:26.174Z] ---> Running in 931d09ae7893 [2020-10-15T07:10:26.777Z] Removing intermediate container 931d09ae7893 [2020-10-15T07:10:26.777Z] ---> 360f284707d1 [2020-10-15T07:10:26.777Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-15T07:10:26.777Z] ---> Running in ab7662c7e761 [2020-10-15T07:10:27.377Z] Removing intermediate container ab7662c7e761 [2020-10-15T07:10:27.377Z] ---> c4ef7ec890d4 [2020-10-15T07:10:27.377Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-15T07:10:27.649Z] ---> Running in 9952ebe69b42 [2020-10-15T07:10:28.259Z] Removing intermediate container efd6ee5951ee [2020-10-15T07:10:28.259Z] ---> 68cffeacbbf4 [2020-10-15T07:10:28.259Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-15T07:10:28.259Z] ---> Running in f75c56d5e13e [2020-10-15T07:10:28.861Z] Removing intermediate container f75c56d5e13e [2020-10-15T07:10:28.861Z] ---> edbc2dce8249 [2020-10-15T07:10:28.861Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-15T07:10:29.478Z] ---> Running in 6f5ac2cfcc88 [2020-10-15T07:10:30.464Z] Removing intermediate container 6f5ac2cfcc88 [2020-10-15T07:10:30.464Z] ---> 385a04cdf1f1 [2020-10-15T07:10:30.464Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-15T07:10:30.464Z] Removing intermediate container 8fed14047bb9 [2020-10-15T07:10:30.464Z] ---> 4a597f3ee3c9 [2020-10-15T07:10:30.464Z] [2020-10-15T07:10:30.464Z] Step 10/22 : FROM scratch [2020-10-15T07:10:30.464Z] ---> [2020-10-15T07:10:30.464Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-15T07:10:30.464Z] ---> Running in 20703ab2d5fa [2020-10-15T07:10:30.740Z] ---> Using cache [2020-10-15T07:10:30.740Z] ---> 13e998798d11 [2020-10-15T07:10:30.740Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-15T07:10:30.740Z] Removing intermediate container 9952ebe69b42 [2020-10-15T07:10:30.740Z] ---> 39219295c2d7 [2020-10-15T07:10:30.740Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-15T07:10:30.740Z] ---> Running in dbd781155a71 [2020-10-15T07:10:31.018Z] Removing intermediate container 20703ab2d5fa [2020-10-15T07:10:31.018Z] ---> c9baa2842e25 [2020-10-15T07:10:31.018Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-15T07:10:31.293Z] Removing intermediate container dbd781155a71 [2020-10-15T07:10:31.293Z] ---> 12d4a516a055 [2020-10-15T07:10:31.293Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-15T07:10:31.570Z] ---> Running in bcbde4710dd4 [2020-10-15T07:10:32.176Z] ---> 8525c50a69f7 [2020-10-15T07:10:32.176Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-15T07:10:32.176Z] Removing intermediate container bcbde4710dd4 [2020-10-15T07:10:32.176Z] ---> 8dbb9e65b8e5 [2020-10-15T07:10:32.176Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-15T07:10:32.453Z] ---> 0f805dd94a9f [2020-10-15T07:10:32.453Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-15T07:10:33.059Z] ---> 1c11146e6da7 [2020-10-15T07:10:33.059Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-15T07:10:33.059Z] ---> d969c1e19469 [2020-10-15T07:10:33.059Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-15T07:10:33.340Z] ---> 1ebe84d50ee0 [2020-10-15T07:10:33.340Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-15T07:10:33.942Z] ---> 30e713a6f385 [2020-10-15T07:10:33.942Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-15T07:10:33.942Z] ---> 528fc78f0a2e [2020-10-15T07:10:33.942Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-15T07:10:34.541Z] ---> cd8567b263d8 [2020-10-15T07:10:34.541Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-15T07:10:34.541Z] ---> Running in f27b634aa8c9 [2020-10-15T07:10:34.818Z] ---> df00d357da0c [2020-10-15T07:10:34.818Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-15T07:10:35.097Z] ---> f67000f4a54c [2020-10-15T07:10:35.097Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-15T07:10:35.710Z] ---> 20f930e853b0 [2020-10-15T07:10:35.710Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-15T07:10:35.984Z] ---> Running in a77a30d058aa [2020-10-15T07:10:35.984Z] ---> a28044d48d9e [2020-10-15T07:10:35.984Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-15T07:10:36.261Z] ---> Running in b421c4bc1c86 [2020-10-15T07:10:36.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:10:36.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:10:36.816Z] Removing intermediate container b421c4bc1c86 [2020-10-15T07:10:36.816Z] ---> 116f24fa97e8 [2020-10-15T07:10:36.816Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T07:10:36.816Z] ---> Running in b9a82cb754f0 [2020-10-15T07:10:37.416Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-15T07:10:37.416Z] (2/33) Installing expat (2.2.9-r1) [2020-10-15T07:10:37.416Z] (3/33) Installing libffi (3.3-r2) [2020-10-15T07:10:37.416Z] (4/33) Installing gdbm (1.13-r1) [2020-10-15T07:10:37.416Z] Removing intermediate container b9a82cb754f0 [2020-10-15T07:10:37.416Z] ---> d63275df5d7e [2020-10-15T07:10:37.416Z] Step 20/22 : LABEL arch=arm64 [2020-10-15T07:10:37.416Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-15T07:10:37.416Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-15T07:10:37.416Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-15T07:10:37.416Z] ---> Running in ae2729ecd3a0 [2020-10-15T07:10:38.404Z] Removing intermediate container ae2729ecd3a0 [2020-10-15T07:10:38.404Z] ---> ee60d81babc3 [2020-10-15T07:10:38.404Z] Step 21/22 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:10:38.686Z] ---> Running in 03ec25231c3b [2020-10-15T07:10:39.289Z] Removing intermediate container 03ec25231c3b [2020-10-15T07:10:39.289Z] ---> 0d3e58dfe34b [2020-10-15T07:10:39.289Z] Step 22/22 : LABEL version=1.2.2-dev.74 [2020-10-15T07:10:39.289Z] Removing intermediate container a77a30d058aa [2020-10-15T07:10:39.289Z] ---> 74e114c034c5 [2020-10-15T07:10:39.289Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/(8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-15T07:10:39.289Z] [2020-10-15T07:10:39.289Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-15T07:10:39.289Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-15T07:10:39.289Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-15T07:10:39.564Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-15T07:10:39.564Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-15T07:10:39.564Z] ---> Running in 360c0eaaee3b [2020-10-15T07:10:39.564Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-15T07:10:39.839Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-15T07:10:39.839Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-15T07:10:39.839Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-15T07:10:39.839Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-15T07:10:39.839Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-15T07:10:39.839Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-15T07:10:39.839Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-15T07:10:39.839Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-15T07:10:39.839Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-15T07:10:40.112Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-15T07:10:40.112Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-15T07:10:40.112Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-15T07:10:40.112Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-15T07:10:40.112Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-15T07:10:40.112Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-15T07:10:40.112Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-15T07:10:40.112Z] Removing intermediate container 360c0eaaee3b [2020-10-15T07:10:40.112Z] ---> 03e97fdff0f7 [2020-10-15T07:10:40.112Z] [2020-10-15T07:10:40.112Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-15T07:10:40.112Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-15T07:10:40.112Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-15T07:10:40.388Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T07:10:40.388Z] OK: 71 MiB in 55 packages [2020-10-15T07:10:40.388Z] Successfully built 03e97fdff0f7 [2020-10-15T07:10:40.662Z] ---> 2210543f18ab [2020-10-15T07:10:40.662Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-15T07:10:40.662Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-15T07:10:40.662Z]  Building docker-support-logging-go ... done  ---> Running in a57dd2fbd93f [2020-10-15T07:10:44.058Z] Removing intermediate container a57dd2fbd93f [2020-10-15T07:10:44.058Z] ---> 6c865776e109 [2020-10-15T07:10:44.058Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-15T07:10:44.330Z] ---> Running in 23dab2f285a8 [2020-10-15T07:10:46.295Z] Removing intermediate container f27b634aa8c9 [2020-10-15T07:10:46.295Z] ---> 9bfb42b6186c [2020-10-15T07:10:46.295Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-15T07:10:46.604Z] ---> Running in 37a4558aa720 [2020-10-15T07:10:47.203Z] Removing intermediate container 23dab2f285a8 [2020-10-15T07:10:47.203Z] ---> f7a72f3d385e [2020-10-15T07:10:47.203Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-15T07:10:47.477Z] ---> Running in 7ff4a38d8e29 [2020-10-15T07:10:47.749Z] Removing intermediate container 7ff4a38d8e29 [2020-10-15T07:10:47.749Z] ---> 28fb9460d776 [2020-10-15T07:10:47.749Z] Step 26/29 : CMD [ "generate" ] [2020-10-15T07:10:48.019Z] ---> Running in 1fb670e0211b [2020-10-15T07:10:48.294Z] Removing intermediate container 1fb670e0211b [2020-10-15T07:10:48.294Z] ---> ddb9b6b24575 [2020-10-15T07:10:48.294Z] Step 27/29 : LABEL arch=arm64 [2020-10-15T07:10:48.571Z] ---> Running in 9271aea0dfd0 [2020-10-15T07:10:48.845Z] Removing intermediate container 9271aea0dfd0 [2020-10-15T07:10:48.845Z] ---> dd73e9909a8f [2020-10-15T07:10:48.845Z] Step 28/29 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:10:49.118Z] ---> Running in 85bc2f68bc99 [2020-10-15T07:10:49.398Z] Removing intermediate container 85bc2f68bc99 [2020-10-15T07:10:49.398Z] ---> 37f53dce928c [2020-10-15T07:10:49.398Z] Step 29/29 : LABEL version=1.2.2-dev.74 [2020-10-15T07:10:49.683Z] ---> Running in 1521d76affe7 [2020-10-15T07:10:49.961Z] Removing intermediate container 1521d76affe7 [2020-10-15T07:10:49.961Z] ---> ed937604a197 [2020-10-15T07:10:49.961Z] [2020-10-15T07:10:50.236Z] Successfully built ed937604a197 [2020-10-15T07:10:50.507Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-15T07:10:51.946Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-10-15T07:10:51.946Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-15T07:10:52.929Z] Collecting PyYAML<4,>=3.10 [2020-10-15T07:10:52.929Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-15T07:10:56.323Z] Collecting docker<4.0,>=3.6.0 [2020-10-15T07:10:56.323Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-15T07:10:56.918Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-15T07:10:56.918Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-15T07:10:57.191Z] Collecting jsonschema<3,>=2.5.1 [2020-10-15T07:10:57.191Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-15T07:10:58.168Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-15T07:10:58.168Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-15T07:10:58.765Z] Collecting texttable<0.10,>=0.9.0 [2020-10-15T07:10:58.766Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-15T07:11:00.744Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-15T07:11:00.744Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-15T07:11:02.722Z] Collecting cached-property<2,>=1.2.0 [2020-10-15T07:11:02.722Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-15T07:11:02.722Z] Collecting docopt<0.7,>=0.6.1 [2020-10-15T07:11:02.722Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-15T07:11:04.742Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-15T07:11:05.031Z] Collecting docker-pycreds>=0.4.0 [2020-10-15T07:11:05.031Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-15T07:11:05.640Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-15T07:11:05.640Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-15T07:11:05.924Z] 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) [2020-10-15T07:11:05.924Z] Collecting idna<2.8,>=2.5 [2020-10-15T07:11:05.924Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-15T07:11:06.206Z] 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) [2020-10-15T07:11:06.206Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-15T07:11:06.206Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-15T07:11:06.206Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-15T07:11:06.206Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-15T07:11:06.802Z] Installing collected packages: PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, texttable, dockerpty, cached-property, docopt, docker-compose [2020-10-15T07:11:06.802Z] Running setup.py install for PyYAML: started [2020-10-15T07:11:08.775Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-15T07:11:09.050Z] Attempting uninstall: urllib3 [2020-10-15T07:11:09.050Z] Found existing installation: urllib3 1.25.9 [2020-10-15T07:11:09.050Z] Uninstalling urllib3-1.25.9: [2020-10-15T07:11:09.326Z] Successfully uninstalled urllib3-1.25.9 [2020-10-15T07:11:09.923Z] Attempting uninstall: idna [2020-10-15T07:11:09.923Z] Found existing installation: idna 2.9 [2020-10-15T07:11:09.923Z] Uninstalling idna-2.9: [2020-10-15T07:11:09.923Z] Successfully uninstalled idna-2.9 [2020-10-15T07:11:10.530Z] Attempting uninstall: requests [2020-10-15T07:11:10.530Z] Found existing installation: requests 2.23.0 [2020-10-15T07:11:10.530Z] Uninstalling requests-2.23.0: [2020-10-15T07:11:10.805Z] Successfully uninstalled requests-2.23.0 [2020-10-15T07:11:11.790Z] Running setup.py install for texttable: started [2020-10-15T07:11:13.776Z] Running setup.py install for texttable: finished with status 'done' [2020-10-15T07:11:13.776Z] Running setup.py install for dockerpty: started [2020-10-15T07:11:15.212Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-15T07:11:15.485Z] Running setup.py install for docopt: started [2020-10-15T07:11:17.454Z] Running setup.py install for docopt: finished with status 'done' [2020-10-15T07:11:18.050Z] 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.57.0 [2020-10-15T07:11:22.372Z] Removing intermediate container 37a4558aa720 [2020-10-15T07:11:22.372Z] ---> 2c754fe4d3f1 [2020-10-15T07:11:22.372Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-15T07:11:22.372Z] ---> Running in e012a84a013b [2020-10-15T07:11:23.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:11:23.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:11:23.965Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-15T07:11:23.965Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-15T07:11:23.965Z] (3/3) Installing curl (7.69.1-r1) [2020-10-15T07:11:23.965Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T07:11:23.965Z] OK: 71 MiB in 58 packages [2020-10-15T07:11:25.446Z] Removing intermediate container e012a84a013b [2020-10-15T07:11:25.446Z] ---> e70832a674ca [2020-10-15T07:11:25.446Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-15T07:11:25.446Z] ---> Running in 1b3b7fa35d6f [2020-10-15T07:11:25.725Z] Removing intermediate container 1b3b7fa35d6f [2020-10-15T07:11:25.725Z] ---> 3a979559f7cd [2020-10-15T07:11:25.725Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T07:11:26.029Z] ---> Running in 39beb4b3d291 [2020-10-15T07:11:26.309Z] Removing intermediate container 39beb4b3d291 [2020-10-15T07:11:26.309Z] ---> 4d7b20d7813f [2020-10-15T07:11:26.309Z] Step 25/27 : LABEL arch=arm64 [2020-10-15T07:11:26.583Z] ---> Running in 2b4f63f23f9c [2020-10-15T07:11:26.859Z] Removing intermediate container 2b4f63f23f9c [2020-10-15T07:11:26.859Z] ---> 096153ec3f40 [2020-10-15T07:11:26.859Z] Step 26/27 : LABEL git_sha=5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:11:27.136Z] ---> Running in c99437413a43 [2020-10-15T07:11:27.410Z] Removing intermediate container c99437413a43 [2020-10-15T07:11:27.410Z] ---> 95ef2f347cc3 [2020-10-15T07:11:27.410Z] Step 27/27 : LABEL version=1.2.2-dev.74 [2020-10-15T07:11:27.686Z] ---> Running in 197015ee0bc2 [2020-10-15T07:11:28.292Z] Removing intermediate container 197015ee0bc2 [2020-10-15T07:11:28.292Z] ---> f47e254b00b6 [2020-10-15T07:11:28.292Z] [2020-10-15T07:11:28.292Z] Successfully built f47e254b00b6 [2020-10-15T07:11:28.292Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-15T07:11:28.609Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-15T07:11:28.633Z] $ docker stop --time=1 8e61c6e95b817322e82f6d1b40ee20935e2da4016339fe5f553b4b61c848169d [2020-10-15T07:11:30.518Z] $ docker rm -f 8e61c6e95b817322e82f6d1b40ee20935e2da4016339fe5f553b4b61c848169d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T07:11:31.176Z] + docker images [2020-10-15T07:11:31.176Z] + grep docker [2020-10-15T07:11:31.450Z] docker-sys-mgmt-agent-go-arm64 latest f47e254b00b6 4 seconds ago 270MB [2020-10-15T07:11:31.450Z] docker-security-secrets-setup-go-arm64 latest ed937604a197 42 seconds ago 22.7MB [2020-10-15T07:11:31.450Z] docker-support-logging-go-arm64 latest 03e97fdff0f7 52 seconds ago 10.6MB [2020-10-15T07:11:31.450Z] docker-security-secretstore-setup-go-arm64 latest c902d6896ae7 About a minute ago 30.8MB [2020-10-15T07:11:31.450Z] docker-support-scheduler-go-arm64 latest 7b216070e98f 2 minutes ago 11.5MB [2020-10-15T07:11:31.450Z] docker-core-data-go-arm64 latest 7e5ce263a396 2 minutes ago 22.2MB [2020-10-15T07:11:31.450Z] docker-core-metadata-go-arm64 latest d0a9fa39f57f 3 minutes ago 13.4MB [2020-10-15T07:11:31.450Z] docker-support-notifications-go-arm64 latest 0ac81f42d1f7 3 minutes ago 12.9MB [2020-10-15T07:11:31.450Z] docker-core-command-go-arm64 latest 805518076a03 3 minutes ago 11.4MB [2020-10-15T07:11:31.450Z] docker-security-proxy-setup-go-arm64 latest 239dbc98ad5d 4 minutes ago 15.1MB [2020-10-15T07:11:31.450Z] docker latest 45884bde0078 3 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-15T07:11:32.139Z] provisioning config files... [2020-10-15T07:11:32.187Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/189@tmp/config2319313026085379842tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:11:32.600Z] ---> docker-login.sh [2020-10-15T07:11:32.601Z] nexus3.edgexfoundry.org:10001 [2020-10-15T07:11:32.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T07:11:33.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T07:11:33.145Z] Configure a credential helper to remove this warning. See [2020-10-15T07:11:33.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T07:11:33.145Z] [2020-10-15T07:11:33.145Z] Login Succeeded [2020-10-15T07:11:33.145Z] nexus3.edgexfoundry.org:10002 [2020-10-15T07:11:33.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T07:11:33.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T07:11:33.690Z] Configure a credential helper to remove this warning. See [2020-10-15T07:11:33.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T07:11:33.690Z] [2020-10-15T07:11:33.690Z] Login Succeeded [2020-10-15T07:11:33.690Z] nexus3.edgexfoundry.org:10003 [2020-10-15T07:11:33.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T07:11:34.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T07:11:34.237Z] Configure a credential helper to remove this warning. See [2020-10-15T07:11:34.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T07:11:34.237Z] [2020-10-15T07:11:34.237Z] Login Succeeded [2020-10-15T07:11:34.237Z] nexus3.edgexfoundry.org:10004 [2020-10-15T07:11:34.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T07:11:34.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T07:11:34.784Z] Configure a credential helper to remove this warning. See [2020-10-15T07:11:34.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T07:11:34.784Z] [2020-10-15T07:11:34.784Z] Login Succeeded [2020-10-15T07:11:34.784Z] docker.io [2020-10-15T07:11:35.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-15T07:11:35.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-15T07:11:35.652Z] Configure a credential helper to remove this warning. See [2020-10-15T07:11:35.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-15T07:11:35.652Z] [2020-10-15T07:11:35.652Z] Login Succeeded [2020-10-15T07:11:35.652Z] ---> docker-login.sh ends [Pipeline] } [2020-10-15T07:11:35.672Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T07:11:36.002Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-15T07:11:36.002Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:11:36.002Z] 1.2.2-dev.74 [2020-10-15T07:11:36.002Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:11:36.002Z] master [2020-10-15T07:11:36.002Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:36.551Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:36.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:11:36.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-15T07:11:36.897Z] 13144f911dd7: Preparing [2020-10-15T07:11:36.897Z] 3cce596a1d57: Preparing [2020-10-15T07:11:36.897Z] e5a6d3f88698: Preparing [2020-10-15T07:11:37.182Z] 13144f911dd7: Pushed [2020-10-15T07:11:37.182Z] e5a6d3f88698: Pushed [2020-10-15T07:11:40.271Z] 3cce596a1d57: Pushed [2020-10-15T07:11:40.687Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:3fdc33627e3cbc3b6238cf07fea3b0950c28f6c716909827c8905b16a95dcff3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:41.239Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:41.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.74 [2020-10-15T07:11:41.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-15T07:11:41.880Z] 13144f911dd7: Preparing [2020-10-15T07:11:41.880Z] 3cce596a1d57: Preparing [2020-10-15T07:11:41.880Z] e5a6d3f88698: Preparing [2020-10-15T07:11:41.880Z] 13144f911dd7: Layer already exists [2020-10-15T07:11:41.880Z] e5a6d3f88698: Layer already exists [2020-10-15T07:11:41.880Z] 3cce596a1d57: Layer already exists [2020-10-15T07:11:41.943Z] 1.2.2-dev.74: digest: sha256:3fdc33627e3cbc3b6238cf07fea3b0950c28f6c716909827c8905b16a95dcff3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:42.303Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:43.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:11:43.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-15T07:11:43.154Z] 13144f911dd7: Preparing [2020-10-15T07:11:43.154Z] 3cce596a1d57: Preparing [2020-10-15T07:11:43.154Z] e5a6d3f88698: Preparing [2020-10-15T07:11:43.154Z] 3cce596a1d57: Layer already exists [2020-10-15T07:11:43.154Z] e5a6d3f88698: Layer already exists [2020-10-15T07:11:43.154Z] 13144f911dd7: Layer already exists [2020-10-15T07:11:43.154Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:3fdc33627e3cbc3b6238cf07fea3b0950c28f6c716909827c8905b16a95dcff3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:43.749Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:44.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-15T07:11:44.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-15T07:11:44.096Z] 13144f911dd7: Preparing [2020-10-15T07:11:44.096Z] 3cce596a1d57: Preparing [2020-10-15T07:11:44.096Z] e5a6d3f88698: Preparing [2020-10-15T07:11:44.096Z] 13144f911dd7: Layer already exists [2020-10-15T07:11:44.096Z] e5a6d3f88698: Layer already exists [2020-10-15T07:11:44.096Z] 3cce596a1d57: Layer already exists [2020-10-15T07:11:44.407Z] master: digest: sha256:3fdc33627e3cbc3b6238cf07fea3b0950c28f6c716909827c8905b16a95dcff3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T07:11:44.652Z] ===================================================== [Pipeline] echo [2020-10-15T07:11:44.715Z] taggedImages: [2020-10-15T07:11:44.715Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:11:44.715Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.74 [2020-10-15T07:11:44.715Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:11:44.715Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-15T07:11:44.834Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-15T07:11:44.835Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:11:44.835Z] 1.2.2-dev.74 [2020-10-15T07:11:44.835Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:11:44.835Z] master [2020-10-15T07:11:44.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:45.397Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:45.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:11:45.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-15T07:11:45.913Z] 751c343fb406: Preparing [2020-10-15T07:11:45.913Z] e50245fc4d4f: Preparing [2020-10-15T07:11:45.913Z] 48e97bc50bae: Preparing [2020-10-15T07:11:45.913Z] 550c052aec7a: Preparing [2020-10-15T07:11:45.913Z] 93ab38f9c692: Preparing [2020-10-15T07:11:45.913Z] e2f13739ad41: Preparing [2020-10-15T07:11:45.913Z] e2f13739ad41: Waiting [2020-10-15T07:11:46.189Z] 48e97bc50bae: Pushed [2020-10-15T07:11:46.571Z] 93ab38f9c692: Pushed [2020-10-15T07:11:46.571Z] 751c343fb406: Pushed [2020-10-15T07:11:46.571Z] e2f13739ad41: Layer already exists [2020-10-15T07:11:47.189Z] 550c052aec7a: Pushed [2020-10-15T07:11:49.829Z] e50245fc4d4f: Pushed [2020-10-15T07:11:50.102Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:a5f91b2a51cb8b75103fd4cf1f196790e5b4b4f654dd2ed709707de6d7c3bbaf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:50.449Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:50.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.74 [2020-10-15T07:11:50.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-15T07:11:50.789Z] 751c343fb406: Preparing [2020-10-15T07:11:50.789Z] e50245fc4d4f: Preparing [2020-10-15T07:11:50.789Z] 48e97bc50bae: Preparing [2020-10-15T07:11:50.789Z] 550c052aec7a: Preparing [2020-10-15T07:11:50.789Z] 93ab38f9c692: Preparing [2020-10-15T07:11:50.789Z] e2f13739ad41: Preparing [2020-10-15T07:11:50.789Z] e2f13739ad41: Waiting [2020-10-15T07:11:50.789Z] e50245fc4d4f: Layer already exists [2020-10-15T07:11:50.789Z] 751c343fb406: Layer already exists [2020-10-15T07:11:50.789Z] 93ab38f9c692: Layer already exists [2020-10-15T07:11:50.789Z] 48e97bc50bae: Layer already exists [2020-10-15T07:11:50.789Z] 550c052aec7a: Layer already exists [2020-10-15T07:11:51.058Z] e2f13739ad41: Layer already exists [2020-10-15T07:11:51.058Z] 1.2.2-dev.74: digest: sha256:a5f91b2a51cb8b75103fd4cf1f196790e5b4b4f654dd2ed709707de6d7c3bbaf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:51.397Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:51.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:11:51.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-15T07:11:51.733Z] 751c343fb406: Preparing [2020-10-15T07:11:51.733Z] e50245fc4d4f: Preparing [2020-10-15T07:11:51.733Z] 48e97bc50bae: Preparing [2020-10-15T07:11:51.733Z] 550c052aec7a: Preparing [2020-10-15T07:11:51.733Z] 93ab38f9c692: Preparing [2020-10-15T07:11:51.733Z] e2f13739ad41: Preparing [2020-10-15T07:11:51.733Z] e2f13739ad41: Waiting [2020-10-15T07:11:52.010Z] 751c343fb406: Layer already exists [2020-10-15T07:11:52.010Z] e50245fc4d4f: Layer already exists [2020-10-15T07:11:52.010Z] 550c052aec7a: Layer already exists [2020-10-15T07:11:52.010Z] 48e97bc50bae: Layer already exists [2020-10-15T07:11:52.010Z] 93ab38f9c692: Layer already exists [2020-10-15T07:11:52.010Z] e2f13739ad41: Layer already exists [2020-10-15T07:11:52.010Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:a5f91b2a51cb8b75103fd4cf1f196790e5b4b4f654dd2ed709707de6d7c3bbaf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:52.351Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:52.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-15T07:11:52.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-15T07:11:52.689Z] 751c343fb406: Preparing [2020-10-15T07:11:52.689Z] e50245fc4d4f: Preparing [2020-10-15T07:11:52.689Z] 48e97bc50bae: Preparing [2020-10-15T07:11:52.689Z] 550c052aec7a: Preparing [2020-10-15T07:11:52.689Z] 93ab38f9c692: Preparing [2020-10-15T07:11:52.689Z] e2f13739ad41: Preparing [2020-10-15T07:11:52.689Z] e2f13739ad41: Waiting [2020-10-15T07:11:52.961Z] 751c343fb406: Layer already exists [2020-10-15T07:11:52.961Z] e50245fc4d4f: Layer already exists [2020-10-15T07:11:52.961Z] 48e97bc50bae: Layer already exists [2020-10-15T07:11:52.961Z] 93ab38f9c692: Layer already exists [2020-10-15T07:11:52.961Z] 550c052aec7a: Layer already exists [2020-10-15T07:11:52.962Z] e2f13739ad41: Layer already exists [2020-10-15T07:11:52.962Z] master: digest: sha256:a5f91b2a51cb8b75103fd4cf1f196790e5b4b4f654dd2ed709707de6d7c3bbaf size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T07:11:53.180Z] ===================================================== [Pipeline] echo [2020-10-15T07:11:53.232Z] taggedImages: [2020-10-15T07:11:53.232Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:11:53.232Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.74 [2020-10-15T07:11:53.232Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:11:53.232Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-15T07:11:53.342Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-15T07:11:53.342Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:11:53.342Z] 1.2.2-dev.74 [2020-10-15T07:11:53.342Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:11:53.342Z] master [2020-10-15T07:11:53.342Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:53.855Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:54.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:11:54.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-15T07:11:54.190Z] 091de5e98282: Preparing [2020-10-15T07:11:54.190Z] 96f2d52c29ac: Preparing [2020-10-15T07:11:54.190Z] abd91b966bf7: Preparing [2020-10-15T07:11:54.466Z] 091de5e98282: Pushed [2020-10-15T07:11:54.466Z] abd91b966bf7: Pushed [2020-10-15T07:11:57.830Z] 96f2d52c29ac: Pushed [2020-10-15T07:11:57.830Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:e71d8ad142d4ffebe2ba7083d763f8bf621a5249e508c30a6b1f420df05e2c0b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:58.173Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:58.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.74 [2020-10-15T07:11:58.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-15T07:11:58.511Z] 091de5e98282: Preparing [2020-10-15T07:11:58.511Z] 96f2d52c29ac: Preparing [2020-10-15T07:11:58.511Z] abd91b966bf7: Preparing [2020-10-15T07:11:58.511Z] 96f2d52c29ac: Layer already exists [2020-10-15T07:11:58.511Z] 091de5e98282: Layer already exists [2020-10-15T07:11:58.511Z] abd91b966bf7: Layer already exists [2020-10-15T07:11:58.780Z] 1.2.2-dev.74: digest: sha256:e71d8ad142d4ffebe2ba7083d763f8bf621a5249e508c30a6b1f420df05e2c0b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:59.123Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:11:59.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:11:59.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-15T07:11:59.455Z] 091de5e98282: Preparing [2020-10-15T07:11:59.455Z] 96f2d52c29ac: Preparing [2020-10-15T07:11:59.455Z] abd91b966bf7: Preparing [2020-10-15T07:11:59.455Z] 091de5e98282: Layer already exists [2020-10-15T07:11:59.455Z] 96f2d52c29ac: Layer already exists [2020-10-15T07:11:59.455Z] abd91b966bf7: Layer already exists [2020-10-15T07:11:59.726Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:e71d8ad142d4ffebe2ba7083d763f8bf621a5249e508c30a6b1f420df05e2c0b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:00.069Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:00.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-15T07:12:00.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-15T07:12:00.406Z] 091de5e98282: Preparing [2020-10-15T07:12:00.406Z] 96f2d52c29ac: Preparing [2020-10-15T07:12:00.406Z] abd91b966bf7: Preparing [2020-10-15T07:12:00.406Z] 96f2d52c29ac: Layer already exists [2020-10-15T07:12:00.406Z] abd91b966bf7: Layer already exists [2020-10-15T07:12:00.406Z] 091de5e98282: Layer already exists [2020-10-15T07:12:00.680Z] master: digest: sha256:e71d8ad142d4ffebe2ba7083d763f8bf621a5249e508c30a6b1f420df05e2c0b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T07:12:00.910Z] ===================================================== [Pipeline] echo [2020-10-15T07:12:00.977Z] taggedImages: [2020-10-15T07:12:00.977Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:00.977Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:00.978Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:00.978Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-15T07:12:01.057Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-15T07:12:01.057Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:01.057Z] 1.2.2-dev.74 [2020-10-15T07:12:01.057Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:01.057Z] master [2020-10-15T07:12:01.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:01.608Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:01.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:01.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-15T07:12:01.951Z] 8fb014d484df: Preparing [2020-10-15T07:12:01.951Z] 57df2b9836d7: Preparing [2020-10-15T07:12:01.951Z] 955f07776986: Preparing [2020-10-15T07:12:01.951Z] c39943c184ea: Preparing [2020-10-15T07:12:01.951Z] e2f13739ad41: Preparing [2020-10-15T07:12:02.224Z] e2f13739ad41: Layer already exists [2020-10-15T07:12:02.224Z] 955f07776986: Pushed [2020-10-15T07:12:02.224Z] 57df2b9836d7: Pushed [2020-10-15T07:12:02.813Z] c39943c184ea: Pushed [2020-10-15T07:12:04.239Z] 8fb014d484df: Pushed [2020-10-15T07:12:04.510Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:1534f372cea253a4f61d625c9add3c934910da8b738e23a5f0b6d6bbe08dd5af size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:04.856Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:05.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:05.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-15T07:12:05.196Z] 8fb014d484df: Preparing [2020-10-15T07:12:05.196Z] 57df2b9836d7: Preparing [2020-10-15T07:12:05.196Z] 955f07776986: Preparing [2020-10-15T07:12:05.196Z] c39943c184ea: Preparing [2020-10-15T07:12:05.196Z] e2f13739ad41: Preparing [2020-10-15T07:12:05.469Z] e2f13739ad41: Layer already exists [2020-10-15T07:12:05.469Z] 955f07776986: Layer already exists [2020-10-15T07:12:05.469Z] c39943c184ea: Layer already exists [2020-10-15T07:12:05.469Z] 57df2b9836d7: Layer already exists [2020-10-15T07:12:05.469Z] 8fb014d484df: Layer already exists [2020-10-15T07:12:05.469Z] 1.2.2-dev.74: digest: sha256:1534f372cea253a4f61d625c9add3c934910da8b738e23a5f0b6d6bbe08dd5af size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:05.820Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:06.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:06.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-15T07:12:06.165Z] 8fb014d484df: Preparing [2020-10-15T07:12:06.165Z] 57df2b9836d7: Preparing [2020-10-15T07:12:06.165Z] 955f07776986: Preparing [2020-10-15T07:12:06.165Z] c39943c184ea: Preparing [2020-10-15T07:12:06.165Z] e2f13739ad41: Preparing [2020-10-15T07:12:06.165Z] c39943c184ea: Layer already exists [2020-10-15T07:12:06.165Z] 8fb014d484df: Layer already exists [2020-10-15T07:12:06.165Z] 955f07776986: Layer already exists [2020-10-15T07:12:06.165Z] 57df2b9836d7: Layer already exists [2020-10-15T07:12:06.165Z] e2f13739ad41: Layer already exists [2020-10-15T07:12:06.435Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:1534f372cea253a4f61d625c9add3c934910da8b738e23a5f0b6d6bbe08dd5af size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:06.785Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:07.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-15T07:12:07.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-15T07:12:07.124Z] 8fb014d484df: Preparing [2020-10-15T07:12:07.124Z] 57df2b9836d7: Preparing [2020-10-15T07:12:07.124Z] 955f07776986: Preparing [2020-10-15T07:12:07.124Z] c39943c184ea: Preparing [2020-10-15T07:12:07.124Z] e2f13739ad41: Preparing [2020-10-15T07:12:07.124Z] c39943c184ea: Layer already exists [2020-10-15T07:12:07.124Z] 57df2b9836d7: Layer already exists [2020-10-15T07:12:07.124Z] 8fb014d484df: Layer already exists [2020-10-15T07:12:07.124Z] 955f07776986: Layer already exists [2020-10-15T07:12:07.124Z] e2f13739ad41: Layer already exists [2020-10-15T07:12:07.397Z] master: digest: sha256:1534f372cea253a4f61d625c9add3c934910da8b738e23a5f0b6d6bbe08dd5af size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T07:12:08.907Z] ===================================================== [Pipeline] echo [2020-10-15T07:12:08.953Z] taggedImages: [2020-10-15T07:12:08.953Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:08.953Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:08.953Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:08.953Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-15T07:12:09.016Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-15T07:12:09.016Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:09.016Z] 1.2.2-dev.74 [2020-10-15T07:12:09.016Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:09.016Z] master [2020-10-15T07:12:09.016Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:09.534Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:09.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:09.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-15T07:12:09.864Z] e98f7d43b9de: Preparing [2020-10-15T07:12:09.864Z] c6a42eb1e047: Preparing [2020-10-15T07:12:09.864Z] bdf472037818: Preparing [2020-10-15T07:12:09.864Z] 32f93f540c1c: Preparing [2020-10-15T07:12:09.864Z] 32f93f540c1c: Preparing [2020-10-15T07:12:09.864Z] e6a746985b4d: Preparing [2020-10-15T07:12:09.864Z] a7f77ea0dcc4: Preparing [2020-10-15T07:12:09.864Z] 6ae1fdabed8b: Preparing [2020-10-15T07:12:09.864Z] e98f7d43b9de: Preparing [2020-10-15T07:12:09.864Z] 9261525fdba1: Preparing [2020-10-15T07:12:09.864Z] a19f54b20268: Preparing [2020-10-15T07:12:09.864Z] 49ebdb7e6bd8: Preparing [2020-10-15T07:12:09.864Z] e2f13739ad41: Preparing [2020-10-15T07:12:09.864Z] a7f77ea0dcc4: Waiting [2020-10-15T07:12:09.864Z] 6ae1fdabed8b: Waiting [2020-10-15T07:12:09.864Z] 9261525fdba1: Waiting [2020-10-15T07:12:09.864Z] a19f54b20268: Waiting [2020-10-15T07:12:09.864Z] 49ebdb7e6bd8: Waiting [2020-10-15T07:12:09.864Z] e2f13739ad41: Waiting [2020-10-15T07:12:10.135Z] e6a746985b4d: Pushed [2020-10-15T07:12:10.135Z] bdf472037818: Pushed [2020-10-15T07:12:10.406Z] c6a42eb1e047: Pushed [2020-10-15T07:12:10.407Z] 32f93f540c1c: Pushed [2020-10-15T07:12:10.407Z] 6ae1fdabed8b: Pushed [2020-10-15T07:12:10.407Z] 9261525fdba1: Pushed [2020-10-15T07:12:10.679Z] a7f77ea0dcc4: Pushed [2020-10-15T07:12:10.679Z] a19f54b20268: Pushed [2020-10-15T07:12:10.679Z] e2f13739ad41: Layer already exists [2020-10-15T07:12:10.950Z] 49ebdb7e6bd8: Pushed [2020-10-15T07:12:12.374Z] e98f7d43b9de: Pushed [2020-10-15T07:12:12.374Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:b14916e18bcdc2718eaba7826d1f380147b55a6f06616e89c1657c10d0869ef7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:12.721Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:13.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:13.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-15T07:12:13.114Z] e98f7d43b9de: Preparing [2020-10-15T07:12:13.114Z] c6a42eb1e047: Preparing [2020-10-15T07:12:13.114Z] bdf472037818: Preparing [2020-10-15T07:12:13.114Z] 32f93f540c1c: Preparing [2020-10-15T07:12:13.114Z] 32f93f540c1c: Preparing [2020-10-15T07:12:13.114Z] e6a746985b4d: Preparing [2020-10-15T07:12:13.114Z] a7f77ea0dcc4: Preparing [2020-10-15T07:12:13.114Z] 6ae1fdabed8b: Preparing [2020-10-15T07:12:13.114Z] e98f7d43b9de: Preparing [2020-10-15T07:12:13.114Z] 9261525fdba1: Preparing [2020-10-15T07:12:13.114Z] a19f54b20268: Preparing [2020-10-15T07:12:13.114Z] 49ebdb7e6bd8: Preparing [2020-10-15T07:12:13.114Z] e2f13739ad41: Preparing [2020-10-15T07:12:13.114Z] a7f77ea0dcc4: Waiting [2020-10-15T07:12:13.114Z] 6ae1fdabed8b: Waiting [2020-10-15T07:12:13.114Z] 9261525fdba1: Waiting [2020-10-15T07:12:13.114Z] a19f54b20268: Waiting [2020-10-15T07:12:13.114Z] 49ebdb7e6bd8: Waiting [2020-10-15T07:12:13.114Z] e2f13739ad41: Waiting [2020-10-15T07:12:13.114Z] 32f93f540c1c: Layer already exists [2020-10-15T07:12:13.114Z] e98f7d43b9de: Layer already exists [2020-10-15T07:12:13.114Z] bdf472037818: Layer already exists [2020-10-15T07:12:13.114Z] c6a42eb1e047: Layer already exists [2020-10-15T07:12:13.114Z] e6a746985b4d: Layer already exists [2020-10-15T07:12:13.394Z] a7f77ea0dcc4: Layer already exists [2020-10-15T07:12:13.394Z] 49ebdb7e6bd8: Layer already exists [2020-10-15T07:12:13.394Z] 6ae1fdabed8b: Layer already exists [2020-10-15T07:12:13.394Z] a19f54b20268: Layer already exists [2020-10-15T07:12:13.394Z] 9261525fdba1: Layer already exists [2020-10-15T07:12:13.394Z] e2f13739ad41: Layer already exists [2020-10-15T07:12:13.394Z] 1.2.2-dev.74: digest: sha256:b14916e18bcdc2718eaba7826d1f380147b55a6f06616e89c1657c10d0869ef7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:13.755Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:14.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:14.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-15T07:12:14.112Z] e98f7d43b9de: Preparing [2020-10-15T07:12:14.112Z] c6a42eb1e047: Preparing [2020-10-15T07:12:14.112Z] bdf472037818: Preparing [2020-10-15T07:12:14.112Z] 32f93f540c1c: Preparing [2020-10-15T07:12:14.112Z] 32f93f540c1c: Preparing [2020-10-15T07:12:14.112Z] e6a746985b4d: Preparing [2020-10-15T07:12:14.112Z] a7f77ea0dcc4: Preparing [2020-10-15T07:12:14.112Z] 6ae1fdabed8b: Preparing [2020-10-15T07:12:14.112Z] e98f7d43b9de: Preparing [2020-10-15T07:12:14.112Z] 9261525fdba1: Preparing [2020-10-15T07:12:14.112Z] a19f54b20268: Preparing [2020-10-15T07:12:14.112Z] 49ebdb7e6bd8: Preparing [2020-10-15T07:12:14.112Z] e2f13739ad41: Preparing [2020-10-15T07:12:14.112Z] 9261525fdba1: Waiting [2020-10-15T07:12:14.112Z] a19f54b20268: Waiting [2020-10-15T07:12:14.112Z] e2f13739ad41: Waiting [2020-10-15T07:12:14.112Z] 49ebdb7e6bd8: Waiting [2020-10-15T07:12:14.112Z] a7f77ea0dcc4: Waiting [2020-10-15T07:12:14.112Z] 6ae1fdabed8b: Waiting [2020-10-15T07:12:14.391Z] e98f7d43b9de: Layer already exists [2020-10-15T07:12:14.391Z] e6a746985b4d: Layer already exists [2020-10-15T07:12:14.391Z] 32f93f540c1c: Layer already exists [2020-10-15T07:12:14.391Z] c6a42eb1e047: Layer already exists [2020-10-15T07:12:14.391Z] bdf472037818: Layer already exists [2020-10-15T07:12:14.391Z] 6ae1fdabed8b: Layer already exists [2020-10-15T07:12:14.391Z] a7f77ea0dcc4: Layer already exists [2020-10-15T07:12:14.391Z] a19f54b20268: Layer already exists [2020-10-15T07:12:14.391Z] 9261525fdba1: Layer already exists [2020-10-15T07:12:14.391Z] 49ebdb7e6bd8: Layer already exists [2020-10-15T07:12:14.391Z] e2f13739ad41: Layer already exists [2020-10-15T07:12:14.391Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:b14916e18bcdc2718eaba7826d1f380147b55a6f06616e89c1657c10d0869ef7 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:14.739Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:15.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-15T07:12:15.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-15T07:12:15.075Z] e98f7d43b9de: Preparing [2020-10-15T07:12:15.075Z] c6a42eb1e047: Preparing [2020-10-15T07:12:15.075Z] bdf472037818: Preparing [2020-10-15T07:12:15.075Z] 32f93f540c1c: Preparing [2020-10-15T07:12:15.075Z] 32f93f540c1c: Preparing [2020-10-15T07:12:15.075Z] e6a746985b4d: Preparing [2020-10-15T07:12:15.075Z] a7f77ea0dcc4: Preparing [2020-10-15T07:12:15.075Z] 6ae1fdabed8b: Preparing [2020-10-15T07:12:15.075Z] e98f7d43b9de: Preparing [2020-10-15T07:12:15.075Z] 9261525fdba1: Preparing [2020-10-15T07:12:15.075Z] a19f54b20268: Preparing [2020-10-15T07:12:15.075Z] 49ebdb7e6bd8: Preparing [2020-10-15T07:12:15.075Z] e2f13739ad41: Preparing [2020-10-15T07:12:15.075Z] a7f77ea0dcc4: Waiting [2020-10-15T07:12:15.075Z] 6ae1fdabed8b: Waiting [2020-10-15T07:12:15.075Z] 9261525fdba1: Waiting [2020-10-15T07:12:15.075Z] a19f54b20268: Waiting [2020-10-15T07:12:15.075Z] 49ebdb7e6bd8: Waiting [2020-10-15T07:12:15.075Z] e2f13739ad41: Waiting [2020-10-15T07:12:15.348Z] bdf472037818: Layer already exists [2020-10-15T07:12:15.348Z] e6a746985b4d: Layer already exists [2020-10-15T07:12:15.348Z] 32f93f540c1c: Layer already exists [2020-10-15T07:12:15.348Z] e98f7d43b9de: Layer already exists [2020-10-15T07:12:15.348Z] c6a42eb1e047: Layer already exists [2020-10-15T07:12:15.348Z] a7f77ea0dcc4: Layer already exists [2020-10-15T07:12:15.348Z] 9261525fdba1: Layer already exists [2020-10-15T07:12:15.348Z] 6ae1fdabed8b: Layer already exists [2020-10-15T07:12:15.348Z] a19f54b20268: Layer already exists [2020-10-15T07:12:15.348Z] 49ebdb7e6bd8: Layer already exists [2020-10-15T07:12:15.348Z] e2f13739ad41: Layer already exists [2020-10-15T07:12:15.348Z] master: digest: sha256:b14916e18bcdc2718eaba7826d1f380147b55a6f06616e89c1657c10d0869ef7 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T07:12:15.532Z] ===================================================== [Pipeline] echo [2020-10-15T07:12:15.581Z] taggedImages: [2020-10-15T07:12:15.581Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:15.581Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:15.581Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:15.581Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-15T07:12:15.653Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-15T07:12:15.653Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:15.653Z] 1.2.2-dev.74 [2020-10-15T07:12:15.653Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:15.653Z] master [2020-10-15T07:12:15.653Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:16.173Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:16.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:16.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-15T07:12:16.513Z] 710c29f792de: Preparing [2020-10-15T07:12:16.513Z] a9ebbfe9e5cc: Preparing [2020-10-15T07:12:16.513Z] 91b02542a8d5: Preparing [2020-10-15T07:12:16.513Z] ffa12c5209de: Preparing [2020-10-15T07:12:16.513Z] 3dd08e8d3ed7: Preparing [2020-10-15T07:12:16.513Z] 89c13055557d: Preparing [2020-10-15T07:12:16.513Z] 4f92572d6d11: Preparing [2020-10-15T07:12:16.513Z] 51d438559d2f: Preparing [2020-10-15T07:12:16.513Z] a7bc97bbe3f8: Preparing [2020-10-15T07:12:16.513Z] 229dce5e17f6: Preparing [2020-10-15T07:12:16.513Z] 66b385cf80cf: Preparing [2020-10-15T07:12:16.513Z] 4f92572d6d11: Waiting [2020-10-15T07:12:16.513Z] 51d438559d2f: Waiting [2020-10-15T07:12:16.513Z] a7bc97bbe3f8: Waiting [2020-10-15T07:12:16.513Z] 229dce5e17f6: Waiting [2020-10-15T07:12:16.513Z] 89c13055557d: Waiting [2020-10-15T07:12:16.783Z] 710c29f792de: Pushed [2020-10-15T07:12:16.783Z] a9ebbfe9e5cc: Pushed [2020-10-15T07:12:17.056Z] 89c13055557d: Pushed [2020-10-15T07:12:17.056Z] 4f92572d6d11: Pushed [2020-10-15T07:12:17.327Z] 51d438559d2f: Pushed [2020-10-15T07:12:17.598Z] a7bc97bbe3f8: Pushed [2020-10-15T07:12:17.598Z] 66b385cf80cf: Layer already exists [2020-10-15T07:12:17.874Z] 229dce5e17f6: Pushed [2020-10-15T07:12:18.471Z] 91b02542a8d5: Pushed [2020-10-15T07:12:18.740Z] 3dd08e8d3ed7: Pushed [2020-10-15T07:12:19.010Z] ffa12c5209de: Pushed [2020-10-15T07:12:19.281Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:a7370724341a8981cd83e37735ac4f028b6af5573f491224c8ebfe04e9817dd9 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:19.617Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:19.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:19.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-15T07:12:19.962Z] 710c29f792de: Preparing [2020-10-15T07:12:19.962Z] a9ebbfe9e5cc: Preparing [2020-10-15T07:12:19.962Z] 91b02542a8d5: Preparing [2020-10-15T07:12:19.962Z] ffa12c5209de: Preparing [2020-10-15T07:12:19.962Z] 3dd08e8d3ed7: Preparing [2020-10-15T07:12:19.962Z] 89c13055557d: Preparing [2020-10-15T07:12:19.962Z] 4f92572d6d11: Preparing [2020-10-15T07:12:19.962Z] 51d438559d2f: Preparing [2020-10-15T07:12:19.962Z] a7bc97bbe3f8: Preparing [2020-10-15T07:12:19.962Z] 229dce5e17f6: Preparing [2020-10-15T07:12:19.962Z] 66b385cf80cf: Preparing [2020-10-15T07:12:19.962Z] 51d438559d2f: Waiting [2020-10-15T07:12:19.962Z] 229dce5e17f6: Waiting [2020-10-15T07:12:19.962Z] a7bc97bbe3f8: Waiting [2020-10-15T07:12:19.962Z] 66b385cf80cf: Waiting [2020-10-15T07:12:19.962Z] 89c13055557d: Waiting [2020-10-15T07:12:19.962Z] 4f92572d6d11: Waiting [2020-10-15T07:12:20.232Z] 91b02542a8d5: Layer already exists [2020-10-15T07:12:20.232Z] ffa12c5209de: Layer already exists [2020-10-15T07:12:20.232Z] 710c29f792de: Layer already exists [2020-10-15T07:12:20.232Z] a9ebbfe9e5cc: Layer already exists [2020-10-15T07:12:20.232Z] 3dd08e8d3ed7: Layer already exists [2020-10-15T07:12:20.232Z] 4f92572d6d11: Layer already exists [2020-10-15T07:12:20.232Z] 89c13055557d: Layer already exists [2020-10-15T07:12:20.232Z] 229dce5e17f6: Layer already exists [2020-10-15T07:12:20.232Z] a7bc97bbe3f8: Layer already exists [2020-10-15T07:12:20.232Z] 51d438559d2f: Layer already exists [2020-10-15T07:12:20.232Z] 66b385cf80cf: Layer already exists [2020-10-15T07:12:20.232Z] 1.2.2-dev.74: digest: sha256:a7370724341a8981cd83e37735ac4f028b6af5573f491224c8ebfe04e9817dd9 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:20.571Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:20.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:20.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-15T07:12:20.911Z] 710c29f792de: Preparing [2020-10-15T07:12:20.911Z] a9ebbfe9e5cc: Preparing [2020-10-15T07:12:20.911Z] 91b02542a8d5: Preparing [2020-10-15T07:12:20.911Z] ffa12c5209de: Preparing [2020-10-15T07:12:20.911Z] 3dd08e8d3ed7: Preparing [2020-10-15T07:12:20.911Z] 89c13055557d: Preparing [2020-10-15T07:12:20.911Z] 4f92572d6d11: Preparing [2020-10-15T07:12:20.911Z] 51d438559d2f: Preparing [2020-10-15T07:12:20.911Z] a7bc97bbe3f8: Preparing [2020-10-15T07:12:20.911Z] 229dce5e17f6: Preparing [2020-10-15T07:12:20.911Z] 66b385cf80cf: Preparing [2020-10-15T07:12:20.911Z] 89c13055557d: Waiting [2020-10-15T07:12:20.911Z] 4f92572d6d11: Waiting [2020-10-15T07:12:20.911Z] 51d438559d2f: Waiting [2020-10-15T07:12:20.911Z] a7bc97bbe3f8: Waiting [2020-10-15T07:12:20.911Z] 66b385cf80cf: Waiting [2020-10-15T07:12:20.911Z] 229dce5e17f6: Waiting [2020-10-15T07:12:20.911Z] 710c29f792de: Layer already exists [2020-10-15T07:12:20.911Z] a9ebbfe9e5cc: Layer already exists [2020-10-15T07:12:20.911Z] ffa12c5209de: Layer already exists [2020-10-15T07:12:20.911Z] 91b02542a8d5: Layer already exists [2020-10-15T07:12:20.911Z] 3dd08e8d3ed7: Layer already exists [2020-10-15T07:12:21.182Z] 4f92572d6d11: Layer already exists [2020-10-15T07:12:21.182Z] a7bc97bbe3f8: Layer already exists [2020-10-15T07:12:21.182Z] 89c13055557d: Layer already exists [2020-10-15T07:12:21.182Z] 51d438559d2f: Layer already exists [2020-10-15T07:12:21.182Z] 229dce5e17f6: Layer already exists [2020-10-15T07:12:21.182Z] 66b385cf80cf: Layer already exists [2020-10-15T07:12:21.182Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:a7370724341a8981cd83e37735ac4f028b6af5573f491224c8ebfe04e9817dd9 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:21.527Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:21.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-15T07:12:21.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-15T07:12:21.861Z] 710c29f792de: Preparing [2020-10-15T07:12:21.861Z] a9ebbfe9e5cc: Preparing [2020-10-15T07:12:21.861Z] 91b02542a8d5: Preparing [2020-10-15T07:12:21.861Z] ffa12c5209de: Preparing [2020-10-15T07:12:21.861Z] 3dd08e8d3ed7: Preparing [2020-10-15T07:12:21.861Z] 89c13055557d: Preparing [2020-10-15T07:12:21.861Z] 4f92572d6d11: Preparing [2020-10-15T07:12:21.861Z] 51d438559d2f: Preparing [2020-10-15T07:12:21.861Z] a7bc97bbe3f8: Preparing [2020-10-15T07:12:21.861Z] 229dce5e17f6: Preparing [2020-10-15T07:12:21.861Z] 66b385cf80cf: Preparing [2020-10-15T07:12:21.861Z] 51d438559d2f: Waiting [2020-10-15T07:12:21.861Z] a7bc97bbe3f8: Waiting [2020-10-15T07:12:21.861Z] 229dce5e17f6: Waiting [2020-10-15T07:12:21.861Z] 89c13055557d: Waiting [2020-10-15T07:12:21.861Z] 4f92572d6d11: Waiting [2020-10-15T07:12:21.861Z] 66b385cf80cf: Waiting [2020-10-15T07:12:21.861Z] 710c29f792de: Layer already exists [2020-10-15T07:12:22.133Z] ffa12c5209de: Layer already exists [2020-10-15T07:12:22.133Z] 91b02542a8d5: Layer already exists [2020-10-15T07:12:22.133Z] a9ebbfe9e5cc: Layer already exists [2020-10-15T07:12:22.133Z] 3dd08e8d3ed7: Layer already exists [2020-10-15T07:12:22.133Z] 51d438559d2f: Layer already exists [2020-10-15T07:12:22.133Z] 89c13055557d: Layer already exists [2020-10-15T07:12:22.133Z] 229dce5e17f6: Layer already exists [2020-10-15T07:12:22.133Z] 4f92572d6d11: Layer already exists [2020-10-15T07:12:22.133Z] a7bc97bbe3f8: Layer already exists [2020-10-15T07:12:22.133Z] 66b385cf80cf: Layer already exists [2020-10-15T07:12:22.133Z] master: digest: sha256:a7370724341a8981cd83e37735ac4f028b6af5573f491224c8ebfe04e9817dd9 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T07:12:22.335Z] ===================================================== [Pipeline] echo [2020-10-15T07:12:22.383Z] taggedImages: [2020-10-15T07:12:22.384Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:22.384Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:22.384Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:22.384Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-15T07:12:22.455Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-15T07:12:22.455Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:22.455Z] 1.2.2-dev.74 [2020-10-15T07:12:22.455Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:22.455Z] master [2020-10-15T07:12:22.455Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:23.003Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:23.336Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:23.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-15T07:12:23.336Z] c3813dc9e46a: Preparing [2020-10-15T07:12:23.336Z] c31dd3652302: Preparing [2020-10-15T07:12:23.336Z] a4488087c66f: Preparing [2020-10-15T07:12:23.336Z] a0ec18ad4eea: Preparing [2020-10-15T07:12:23.615Z] a4488087c66f: Pushed [2020-10-15T07:12:23.615Z] c3813dc9e46a: Pushed [2020-10-15T07:12:23.886Z] a0ec18ad4eea: Pushed [2020-10-15T07:12:25.846Z] c31dd3652302: Pushed [2020-10-15T07:12:25.846Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:57a85e408d59f8bfb7b031131956ebb272d92362425450cb0aa3ebac329e8274 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:26.455Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:26.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:26.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-15T07:12:26.792Z] c3813dc9e46a: Preparing [2020-10-15T07:12:26.792Z] c31dd3652302: Preparing [2020-10-15T07:12:26.792Z] a4488087c66f: Preparing [2020-10-15T07:12:26.792Z] a0ec18ad4eea: Preparing [2020-10-15T07:12:26.792Z] c3813dc9e46a: Layer already exists [2020-10-15T07:12:26.792Z] c31dd3652302: Layer already exists [2020-10-15T07:12:26.792Z] a0ec18ad4eea: Layer already exists [2020-10-15T07:12:27.062Z] a4488087c66f: Layer already exists [2020-10-15T07:12:27.062Z] 1.2.2-dev.74: digest: sha256:57a85e408d59f8bfb7b031131956ebb272d92362425450cb0aa3ebac329e8274 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:27.400Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:27.730Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:27.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-15T07:12:27.730Z] c3813dc9e46a: Preparing [2020-10-15T07:12:27.730Z] c31dd3652302: Preparing [2020-10-15T07:12:27.730Z] a4488087c66f: Preparing [2020-10-15T07:12:27.730Z] a0ec18ad4eea: Preparing [2020-10-15T07:12:27.730Z] c3813dc9e46a: Layer already exists [2020-10-15T07:12:27.730Z] a4488087c66f: Layer already exists [2020-10-15T07:12:27.730Z] c31dd3652302: Layer already exists [2020-10-15T07:12:27.730Z] a0ec18ad4eea: Layer already exists [2020-10-15T07:12:27.999Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:57a85e408d59f8bfb7b031131956ebb272d92362425450cb0aa3ebac329e8274 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:28.336Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:28.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-15T07:12:28.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-15T07:12:28.665Z] c3813dc9e46a: Preparing [2020-10-15T07:12:28.665Z] c31dd3652302: Preparing [2020-10-15T07:12:28.665Z] a4488087c66f: Preparing [2020-10-15T07:12:28.665Z] a0ec18ad4eea: Preparing [2020-10-15T07:12:28.665Z] a0ec18ad4eea: Layer already exists [2020-10-15T07:12:28.665Z] c3813dc9e46a: Layer already exists [2020-10-15T07:12:28.933Z] a4488087c66f: Layer already exists [2020-10-15T07:12:28.933Z] c31dd3652302: Layer already exists [2020-10-15T07:12:28.933Z] master: digest: sha256:57a85e408d59f8bfb7b031131956ebb272d92362425450cb0aa3ebac329e8274 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T07:12:29.175Z] ===================================================== [Pipeline] echo [2020-10-15T07:12:29.237Z] taggedImages: [2020-10-15T07:12:29.237Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:29.237Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:29.237Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:29.237Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-15T07:12:29.306Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-15T07:12:29.306Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:29.306Z] 1.2.2-dev.74 [2020-10-15T07:12:29.306Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:29.306Z] master [2020-10-15T07:12:29.306Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:29.839Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:30.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:30.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-15T07:12:30.169Z] 0583822fd8cf: Preparing [2020-10-15T07:12:30.169Z] 022047d4017b: Preparing [2020-10-15T07:12:30.169Z] 22dc4515f775: Preparing [2020-10-15T07:12:30.169Z] 15355a2121c3: Preparing [2020-10-15T07:12:30.169Z] 9aa0b80628b1: Preparing [2020-10-15T07:12:30.169Z] d03e9daa7d59: Preparing [2020-10-15T07:12:30.169Z] d03e9daa7d59: Waiting [2020-10-15T07:12:30.441Z] 22dc4515f775: Pushed [2020-10-15T07:12:30.441Z] 0583822fd8cf: Pushed [2020-10-15T07:12:30.714Z] 9aa0b80628b1: Pushed [2020-10-15T07:12:30.714Z] 15355a2121c3: Pushed [2020-10-15T07:12:30.985Z] d03e9daa7d59: Pushed [2020-10-15T07:12:33.590Z] 022047d4017b: Pushed [2020-10-15T07:12:33.590Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:6b043b23a35c1921049051ab7763d221bde524493c89f41d20e217dfb78695bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:33.929Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:34.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:34.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-15T07:12:34.266Z] 0583822fd8cf: Preparing [2020-10-15T07:12:34.266Z] 022047d4017b: Preparing [2020-10-15T07:12:34.266Z] 22dc4515f775: Preparing [2020-10-15T07:12:34.266Z] 15355a2121c3: Preparing [2020-10-15T07:12:34.266Z] 9aa0b80628b1: Preparing [2020-10-15T07:12:34.266Z] d03e9daa7d59: Preparing [2020-10-15T07:12:34.266Z] d03e9daa7d59: Waiting [2020-10-15T07:12:34.266Z] 022047d4017b: Layer already exists [2020-10-15T07:12:34.266Z] 9aa0b80628b1: Layer already exists [2020-10-15T07:12:34.266Z] 0583822fd8cf: Layer already exists [2020-10-15T07:12:34.266Z] 22dc4515f775: Layer already exists [2020-10-15T07:12:34.266Z] 15355a2121c3: Layer already exists [2020-10-15T07:12:34.537Z] d03e9daa7d59: Layer already exists [2020-10-15T07:12:34.537Z] 1.2.2-dev.74: digest: sha256:6b043b23a35c1921049051ab7763d221bde524493c89f41d20e217dfb78695bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:34.891Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:35.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:35.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-15T07:12:35.295Z] 0583822fd8cf: Preparing [2020-10-15T07:12:35.295Z] 022047d4017b: Preparing [2020-10-15T07:12:35.295Z] 22dc4515f775: Preparing [2020-10-15T07:12:35.295Z] 15355a2121c3: Preparing [2020-10-15T07:12:35.295Z] 9aa0b80628b1: Preparing [2020-10-15T07:12:35.295Z] d03e9daa7d59: Preparing [2020-10-15T07:12:35.295Z] d03e9daa7d59: Waiting [2020-10-15T07:12:35.571Z] 22dc4515f775: Layer already exists [2020-10-15T07:12:35.571Z] 15355a2121c3: Layer already exists [2020-10-15T07:12:35.571Z] 9aa0b80628b1: Layer already exists [2020-10-15T07:12:35.571Z] 0583822fd8cf: Layer already exists [2020-10-15T07:12:35.571Z] 022047d4017b: Layer already exists [2020-10-15T07:12:35.571Z] d03e9daa7d59: Layer already exists [2020-10-15T07:12:35.571Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:6b043b23a35c1921049051ab7763d221bde524493c89f41d20e217dfb78695bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:35.924Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:36.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-15T07:12:36.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-15T07:12:36.274Z] 0583822fd8cf: Preparing [2020-10-15T07:12:36.274Z] 022047d4017b: Preparing [2020-10-15T07:12:36.274Z] 22dc4515f775: Preparing [2020-10-15T07:12:36.274Z] 15355a2121c3: Preparing [2020-10-15T07:12:36.274Z] 9aa0b80628b1: Preparing [2020-10-15T07:12:36.274Z] d03e9daa7d59: Preparing [2020-10-15T07:12:36.274Z] d03e9daa7d59: Waiting [2020-10-15T07:12:36.543Z] 0583822fd8cf: Layer already exists [2020-10-15T07:12:36.543Z] 22dc4515f775: Layer already exists [2020-10-15T07:12:36.543Z] 022047d4017b: Layer already exists [2020-10-15T07:12:36.543Z] 9aa0b80628b1: Layer already exists [2020-10-15T07:12:36.544Z] 15355a2121c3: Layer already exists [2020-10-15T07:12:36.544Z] d03e9daa7d59: Layer already exists [2020-10-15T07:12:36.544Z] master: digest: sha256:6b043b23a35c1921049051ab7763d221bde524493c89f41d20e217dfb78695bd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T07:12:36.782Z] ===================================================== [Pipeline] echo [2020-10-15T07:12:36.832Z] taggedImages: [2020-10-15T07:12:36.832Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:36.832Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:36.832Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:36.832Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-15T07:12:36.898Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-15T07:12:36.898Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:36.898Z] 1.2.2-dev.74 [2020-10-15T07:12:36.898Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:36.898Z] master [2020-10-15T07:12:36.898Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:37.415Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:37.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:37.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-15T07:12:37.772Z] eaa668bc0db4: Preparing [2020-10-15T07:12:37.772Z] 2a1cc3af19d0: Preparing [2020-10-15T07:12:37.772Z] 0b87fe632c17: Preparing [2020-10-15T07:12:38.044Z] 0b87fe632c17: Pushed [2020-10-15T07:12:38.044Z] eaa668bc0db4: Pushed [2020-10-15T07:12:40.650Z] 2a1cc3af19d0: Pushed [2020-10-15T07:12:40.919Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:0db7028901711d319593093c47fbae8cddc709d4a86d338fb063c73ae3615ecd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:41.260Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:41.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:41.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-15T07:12:41.596Z] eaa668bc0db4: Preparing [2020-10-15T07:12:41.596Z] 2a1cc3af19d0: Preparing [2020-10-15T07:12:41.596Z] 0b87fe632c17: Preparing [2020-10-15T07:12:41.596Z] 0b87fe632c17: Layer already exists [2020-10-15T07:12:41.596Z] 2a1cc3af19d0: Layer already exists [2020-10-15T07:12:41.596Z] eaa668bc0db4: Layer already exists [2020-10-15T07:12:41.866Z] 1.2.2-dev.74: digest: sha256:0db7028901711d319593093c47fbae8cddc709d4a86d338fb063c73ae3615ecd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:42.211Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:42.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:42.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-15T07:12:42.548Z] eaa668bc0db4: Preparing [2020-10-15T07:12:42.548Z] 2a1cc3af19d0: Preparing [2020-10-15T07:12:42.548Z] 0b87fe632c17: Preparing [2020-10-15T07:12:42.548Z] eaa668bc0db4: Layer already exists [2020-10-15T07:12:42.548Z] 2a1cc3af19d0: Layer already exists [2020-10-15T07:12:42.548Z] 0b87fe632c17: Layer already exists [2020-10-15T07:12:42.818Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:0db7028901711d319593093c47fbae8cddc709d4a86d338fb063c73ae3615ecd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:43.161Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:43.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-15T07:12:43.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-15T07:12:43.504Z] eaa668bc0db4: Preparing [2020-10-15T07:12:43.504Z] 2a1cc3af19d0: Preparing [2020-10-15T07:12:43.504Z] 0b87fe632c17: Preparing [2020-10-15T07:12:43.775Z] 0b87fe632c17: Layer already exists [2020-10-15T07:12:43.775Z] 2a1cc3af19d0: Layer already exists [2020-10-15T07:12:43.775Z] eaa668bc0db4: Layer already exists [2020-10-15T07:12:43.775Z] master: digest: sha256:0db7028901711d319593093c47fbae8cddc709d4a86d338fb063c73ae3615ecd size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T07:12:43.990Z] ===================================================== [Pipeline] echo [2020-10-15T07:12:44.048Z] taggedImages: [2020-10-15T07:12:44.049Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:44.049Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:44.049Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:44.049Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-15T07:12:44.137Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-15T07:12:44.137Z] 5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:44.137Z] 1.2.2-dev.74 [2020-10-15T07:12:44.137Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:44.137Z] master [2020-10-15T07:12:44.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:44.688Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:45.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:12:45.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-15T07:12:45.022Z] b29a85fce6af: Preparing [2020-10-15T07:12:45.022Z] 53325d17d854: Preparing [2020-10-15T07:12:45.022Z] 9b5f420a3991: Preparing [2020-10-15T07:12:45.022Z] 24cc1d021e85: Preparing [2020-10-15T07:12:45.022Z] a5a3e00cc852: Preparing [2020-10-15T07:12:45.022Z] 09803b3a6cfe: Preparing [2020-10-15T07:12:45.022Z] 4e051f7e148d: Preparing [2020-10-15T07:12:45.022Z] f875f9e206db: Preparing [2020-10-15T07:12:45.022Z] 3994ac1dcb8b: Preparing [2020-10-15T07:12:45.022Z] 5f2247eaf593: Preparing [2020-10-15T07:12:45.022Z] 62d13be1b083: Preparing [2020-10-15T07:12:45.022Z] 94fdc660876c: Preparing [2020-10-15T07:12:45.022Z] 4e7279dfc0c0: Preparing [2020-10-15T07:12:45.022Z] e2f13739ad41: Preparing [2020-10-15T07:12:45.022Z] 09803b3a6cfe: Waiting [2020-10-15T07:12:45.022Z] 4e051f7e148d: Waiting [2020-10-15T07:12:45.022Z] f875f9e206db: Waiting [2020-10-15T07:12:45.022Z] 5f2247eaf593: Waiting [2020-10-15T07:12:45.022Z] 3994ac1dcb8b: Waiting [2020-10-15T07:12:45.022Z] 62d13be1b083: Waiting [2020-10-15T07:12:45.022Z] e2f13739ad41: Waiting [2020-10-15T07:12:45.022Z] 94fdc660876c: Waiting [2020-10-15T07:12:45.022Z] 4e7279dfc0c0: Waiting [2020-10-15T07:12:45.624Z] a5a3e00cc852: Pushed [2020-10-15T07:12:45.902Z] b29a85fce6af: Pushed [2020-10-15T07:12:46.499Z] 24cc1d021e85: Pushed [2020-10-15T07:12:46.499Z] f875f9e206db: Layer already exists [2020-10-15T07:12:46.499Z] 3994ac1dcb8b: Layer already exists [2020-10-15T07:12:46.499Z] 5f2247eaf593: Layer already exists [2020-10-15T07:12:46.499Z] 62d13be1b083: Layer already exists [2020-10-15T07:12:46.499Z] 4e051f7e148d: Pushed [2020-10-15T07:12:46.499Z] 94fdc660876c: Layer already exists [2020-10-15T07:12:46.499Z] 4e7279dfc0c0: Layer already exists [2020-10-15T07:12:46.499Z] e2f13739ad41: Layer already exists [2020-10-15T07:12:47.090Z] 53325d17d854: Pushed [2020-10-15T07:12:48.065Z] 09803b3a6cfe: Pushed [2020-10-15T07:12:58.179Z] 9b5f420a3991: Pushed [2020-10-15T07:12:58.179Z] 5fa08527d925aa0d761a58fd1d2245c253eac308: digest: sha256:9e64a102b6b22431094351aee795cd754830cc26e7cc162070d5c046cffa1ba8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:58.517Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:58.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.74 [2020-10-15T07:12:58.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-15T07:12:58.855Z] b29a85fce6af: Preparing [2020-10-15T07:12:58.855Z] 53325d17d854: Preparing [2020-10-15T07:12:58.855Z] 9b5f420a3991: Preparing [2020-10-15T07:12:58.855Z] 24cc1d021e85: Preparing [2020-10-15T07:12:58.855Z] a5a3e00cc852: Preparing [2020-10-15T07:12:58.855Z] 09803b3a6cfe: Preparing [2020-10-15T07:12:58.855Z] 4e051f7e148d: Preparing [2020-10-15T07:12:58.855Z] f875f9e206db: Preparing [2020-10-15T07:12:58.855Z] 3994ac1dcb8b: Preparing [2020-10-15T07:12:58.855Z] 5f2247eaf593: Preparing [2020-10-15T07:12:58.855Z] 62d13be1b083: Preparing [2020-10-15T07:12:58.855Z] 94fdc660876c: Preparing [2020-10-15T07:12:58.855Z] 4e7279dfc0c0: Preparing [2020-10-15T07:12:58.855Z] e2f13739ad41: Preparing [2020-10-15T07:12:58.855Z] 09803b3a6cfe: Waiting [2020-10-15T07:12:58.855Z] 62d13be1b083: Waiting [2020-10-15T07:12:58.855Z] 4e051f7e148d: Waiting [2020-10-15T07:12:58.855Z] 94fdc660876c: Waiting [2020-10-15T07:12:58.855Z] f875f9e206db: Waiting [2020-10-15T07:12:58.855Z] 4e7279dfc0c0: Waiting [2020-10-15T07:12:58.855Z] 3994ac1dcb8b: Waiting [2020-10-15T07:12:58.855Z] e2f13739ad41: Waiting [2020-10-15T07:12:58.855Z] 5f2247eaf593: Waiting [2020-10-15T07:12:59.126Z] b29a85fce6af: Layer already exists [2020-10-15T07:12:59.126Z] a5a3e00cc852: Layer already exists [2020-10-15T07:12:59.127Z] 9b5f420a3991: Layer already exists [2020-10-15T07:12:59.127Z] 53325d17d854: Layer already exists [2020-10-15T07:12:59.127Z] 24cc1d021e85: Layer already exists [2020-10-15T07:12:59.127Z] 4e051f7e148d: Layer already exists [2020-10-15T07:12:59.127Z] f875f9e206db: Layer already exists [2020-10-15T07:12:59.127Z] 09803b3a6cfe: Layer already exists [2020-10-15T07:12:59.127Z] 3994ac1dcb8b: Layer already exists [2020-10-15T07:12:59.127Z] 5f2247eaf593: Layer already exists [2020-10-15T07:12:59.127Z] 62d13be1b083: Layer already exists [2020-10-15T07:12:59.127Z] 94fdc660876c: Layer already exists [2020-10-15T07:12:59.127Z] 4e7279dfc0c0: Layer already exists [2020-10-15T07:12:59.127Z] e2f13739ad41: Layer already exists [2020-10-15T07:12:59.127Z] 1.2.2-dev.74: digest: sha256:9e64a102b6b22431094351aee795cd754830cc26e7cc162070d5c046cffa1ba8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:59.460Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:12:59.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:12:59.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-15T07:12:59.791Z] b29a85fce6af: Preparing [2020-10-15T07:12:59.791Z] 53325d17d854: Preparing [2020-10-15T07:12:59.791Z] 9b5f420a3991: Preparing [2020-10-15T07:12:59.791Z] 24cc1d021e85: Preparing [2020-10-15T07:12:59.791Z] a5a3e00cc852: Preparing [2020-10-15T07:12:59.791Z] 09803b3a6cfe: Preparing [2020-10-15T07:12:59.791Z] 4e051f7e148d: Preparing [2020-10-15T07:12:59.791Z] f875f9e206db: Preparing [2020-10-15T07:12:59.791Z] 3994ac1dcb8b: Preparing [2020-10-15T07:12:59.791Z] 5f2247eaf593: Preparing [2020-10-15T07:12:59.791Z] 62d13be1b083: Preparing [2020-10-15T07:12:59.791Z] 94fdc660876c: Preparing [2020-10-15T07:12:59.791Z] 4e7279dfc0c0: Preparing [2020-10-15T07:12:59.791Z] e2f13739ad41: Preparing [2020-10-15T07:12:59.791Z] 5f2247eaf593: Waiting [2020-10-15T07:12:59.791Z] 62d13be1b083: Waiting [2020-10-15T07:12:59.791Z] 09803b3a6cfe: Waiting [2020-10-15T07:12:59.791Z] 4e051f7e148d: Waiting [2020-10-15T07:12:59.791Z] 94fdc660876c: Waiting [2020-10-15T07:12:59.791Z] f875f9e206db: Waiting [2020-10-15T07:12:59.791Z] 4e7279dfc0c0: Waiting [2020-10-15T07:12:59.791Z] 3994ac1dcb8b: Waiting [2020-10-15T07:12:59.791Z] e2f13739ad41: Waiting [2020-10-15T07:13:00.062Z] 24cc1d021e85: Layer already exists [2020-10-15T07:13:00.062Z] 53325d17d854: Layer already exists [2020-10-15T07:13:00.062Z] 9b5f420a3991: Layer already exists [2020-10-15T07:13:00.062Z] b29a85fce6af: Layer already exists [2020-10-15T07:13:00.062Z] a5a3e00cc852: Layer already exists [2020-10-15T07:13:00.062Z] f875f9e206db: Layer already exists [2020-10-15T07:13:00.062Z] 09803b3a6cfe: Layer already exists [2020-10-15T07:13:00.062Z] 3994ac1dcb8b: Layer already exists [2020-10-15T07:13:00.062Z] 4e051f7e148d: Layer already exists [2020-10-15T07:13:00.062Z] 5f2247eaf593: Layer already exists [2020-10-15T07:13:00.062Z] 62d13be1b083: Layer already exists [2020-10-15T07:13:00.062Z] 94fdc660876c: Layer already exists [2020-10-15T07:13:00.062Z] 4e7279dfc0c0: Layer already exists [2020-10-15T07:13:00.062Z] e2f13739ad41: Layer already exists [2020-10-15T07:13:00.062Z] 5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74: digest: sha256:9e64a102b6b22431094351aee795cd754830cc26e7cc162070d5c046cffa1ba8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:13:00.398Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:13:00.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-15T07:13:00.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-15T07:13:00.732Z] b29a85fce6af: Preparing [2020-10-15T07:13:00.732Z] 53325d17d854: Preparing [2020-10-15T07:13:00.732Z] 9b5f420a3991: Preparing [2020-10-15T07:13:00.732Z] 24cc1d021e85: Preparing [2020-10-15T07:13:00.732Z] a5a3e00cc852: Preparing [2020-10-15T07:13:00.732Z] 09803b3a6cfe: Preparing [2020-10-15T07:13:00.732Z] 4e051f7e148d: Preparing [2020-10-15T07:13:00.732Z] f875f9e206db: Preparing [2020-10-15T07:13:00.732Z] 3994ac1dcb8b: Preparing [2020-10-15T07:13:00.732Z] 5f2247eaf593: Preparing [2020-10-15T07:13:00.732Z] 62d13be1b083: Preparing [2020-10-15T07:13:00.732Z] 4e051f7e148d: Waiting [2020-10-15T07:13:00.732Z] 94fdc660876c: Preparing [2020-10-15T07:13:00.732Z] f875f9e206db: Waiting [2020-10-15T07:13:00.732Z] 4e7279dfc0c0: Preparing [2020-10-15T07:13:00.732Z] e2f13739ad41: Preparing [2020-10-15T07:13:00.732Z] 3994ac1dcb8b: Waiting [2020-10-15T07:13:00.732Z] 09803b3a6cfe: Waiting [2020-10-15T07:13:00.732Z] 5f2247eaf593: Waiting [2020-10-15T07:13:00.732Z] 94fdc660876c: Waiting [2020-10-15T07:13:00.732Z] 62d13be1b083: Waiting [2020-10-15T07:13:00.732Z] 4e7279dfc0c0: Waiting [2020-10-15T07:13:00.732Z] e2f13739ad41: Waiting [2020-10-15T07:13:01.002Z] b29a85fce6af: Layer already exists [2020-10-15T07:13:01.002Z] 9b5f420a3991: Layer already exists [2020-10-15T07:13:01.002Z] a5a3e00cc852: Layer already exists [2020-10-15T07:13:01.002Z] 53325d17d854: Layer already exists [2020-10-15T07:13:01.002Z] 24cc1d021e85: Layer already exists [2020-10-15T07:13:01.002Z] f875f9e206db: Layer already exists [2020-10-15T07:13:01.002Z] 09803b3a6cfe: Layer already exists [2020-10-15T07:13:01.002Z] 4e051f7e148d: Layer already exists [2020-10-15T07:13:01.002Z] 5f2247eaf593: Layer already exists [2020-10-15T07:13:01.002Z] 3994ac1dcb8b: Layer already exists [2020-10-15T07:13:01.002Z] 62d13be1b083: Layer already exists [2020-10-15T07:13:01.002Z] 4e7279dfc0c0: Layer already exists [2020-10-15T07:13:01.002Z] 94fdc660876c: Layer already exists [2020-10-15T07:13:01.002Z] e2f13739ad41: Layer already exists [2020-10-15T07:13:01.002Z] master: digest: sha256:9e64a102b6b22431094351aee795cd754830cc26e7cc162070d5c046cffa1ba8 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-15T07:13:01.217Z] ===================================================== [Pipeline] echo [2020-10-15T07:13:01.271Z] taggedImages: [2020-10-15T07:13:01.271Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308 [2020-10-15T07:13:01.271Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.74 [2020-10-15T07:13:01.271Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fa08527d925aa0d761a58fd1d2245c253eac308-1.2.2-dev.74 [2020-10-15T07:13:01.271Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:13:04.276Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:13:04.843Z] ---> package-listing.sh [2020-10-15T07:13:04.843Z] ++ facter osfamily [2020-10-15T07:13:04.843Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T07:13:04.843Z] + OS_FAMILY=redhat [2020-10-15T07:13:04.843Z] + workspace=/w/workspace/edgex-go/189 [2020-10-15T07:13:04.843Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T07:13:04.843Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T07:13:04.843Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T07:13:04.843Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T07:13:04.844Z] + '[' /w/workspace/edgex-go/189 ']' [2020-10-15T07:13:04.844Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T07:13:04.844Z] + case "${OS_FAMILY}" in [2020-10-15T07:13:04.844Z] + rpm -qa [2020-10-15T07:13:04.844Z] + sort [2020-10-15T07:13:09.063Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T07:13:09.063Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T07:13:09.063Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T07:13:09.063Z] + '[' /w/workspace/edgex-go/189 ']' [2020-10-15T07:13:09.063Z] + mkdir -p /w/workspace/edgex-go/189/archives/ [2020-10-15T07:13:09.063Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/189/archives/ [Pipeline] echo [2020-10-15T07:13:09.075Z] 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/189/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-15T07:13:09.362Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:13:09.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T07:13:09.667Z] [2020-10-15T07:13:09.667Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:13:10.010Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T07:13:10.011Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T07:13:10.011Z] df20fa9351a1: Pulling fs layer [2020-10-15T07:13:10.011Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T07:13:10.011Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T07:13:10.011Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T07:13:10.011Z] 93b61091891f: Pulling fs layer [2020-10-15T07:13:10.011Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T07:13:10.011Z] 5e14af77c1be: Pulling fs layer [2020-10-15T07:13:10.011Z] 01666e4c0597: Pulling fs layer [2020-10-15T07:13:10.011Z] aa168da1d23b: Pulling fs layer [2020-10-15T07:13:10.011Z] 46f8f816bc3b: Waiting [2020-10-15T07:13:10.011Z] 93b61091891f: Waiting [2020-10-15T07:13:10.011Z] 93b9cdb0e59b: Waiting [2020-10-15T07:13:10.011Z] 5e14af77c1be: Waiting [2020-10-15T07:13:10.011Z] 01666e4c0597: Waiting [2020-10-15T07:13:10.011Z] aa168da1d23b: Waiting [2020-10-15T07:13:10.011Z] 36b3adc4ff6f: Verifying Checksum [2020-10-15T07:13:10.011Z] 36b3adc4ff6f: Download complete [2020-10-15T07:13:10.011Z] 46f8f816bc3b: Verifying Checksum [2020-10-15T07:13:10.011Z] 46f8f816bc3b: Download complete [2020-10-15T07:13:10.011Z] df20fa9351a1: Verifying Checksum [2020-10-15T07:13:10.011Z] df20fa9351a1: Download complete [2020-10-15T07:13:10.274Z] 93b9cdb0e59b: Verifying Checksum [2020-10-15T07:13:10.274Z] 93b9cdb0e59b: Download complete [2020-10-15T07:13:10.274Z] 5e14af77c1be: Verifying Checksum [2020-10-15T07:13:10.274Z] 5e14af77c1be: Download complete [2020-10-15T07:13:10.274Z] 93b61091891f: Verifying Checksum [2020-10-15T07:13:10.274Z] 93b61091891f: Download complete [2020-10-15T07:13:10.274Z] 01666e4c0597: Verifying Checksum [2020-10-15T07:13:10.274Z] 01666e4c0597: Download complete [2020-10-15T07:13:10.535Z] df20fa9351a1: Pull complete [2020-10-15T07:13:10.535Z] 36b3adc4ff6f: Pull complete [2020-10-15T07:13:11.118Z] 8ad3a11d3b57: Verifying Checksum [2020-10-15T07:13:11.118Z] 8ad3a11d3b57: Download complete [2020-10-15T07:13:11.700Z] 8ad3a11d3b57: Pull complete [2020-10-15T07:13:11.966Z] 46f8f816bc3b: Pull complete [2020-10-15T07:13:12.235Z] 93b61091891f: Pull complete [2020-10-15T07:13:12.498Z] 93b9cdb0e59b: Pull complete [2020-10-15T07:13:12.498Z] 5e14af77c1be: Pull complete [2020-10-15T07:13:12.762Z] 01666e4c0597: Pull complete [2020-10-15T07:13:12.762Z] aa168da1d23b: Verifying Checksum [2020-10-15T07:13:12.762Z] aa168da1d23b: Download complete [2020-10-15T07:13:20.936Z] aa168da1d23b: Pull complete [2020-10-15T07:13:20.936Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T07:13:20.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T07:13:20.936Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T07:13:21.085Z] prd-centos7-docker-4c-2g-5564 does not seem to be running inside a container [2020-10-15T07:13:21.129Z] $ 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/189/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/189 -v /w/workspace/edgex-go/189:/w/workspace/edgex-go/189:rw,z -v /w/workspace/edgex-go/189@tmp:/w/workspace/edgex-go/189@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:10003/edgex-lftools-log-publisher:alpine cat [2020-10-15T07:13:24.196Z] $ docker top c015e102f2f7a96cb566180fcd02bb0d3087d22034feff348e9df78fd9a1ae06 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T07:13:24.698Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T07:13:24.997Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T07:13:25.293Z] + ls /var/log/sa-host [2020-10-15T07:13:25.293Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T07:13:25.293Z] file_magic: OK [2020-10-15T07:13:25.293Z] HZ: Using current value: 100 [2020-10-15T07:13:25.293Z] file_header: OK [2020-10-15T07:13:25.293Z] 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 [2020-10-15T07:13:25.293Z] Statistics: [2020-10-15T07:13:25.293Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T07:13:25.293Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T07:13:25.293Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T07:13:25.293Z] file_magic: OK [2020-10-15T07:13:25.293Z] HZ: Using current value: 100 [2020-10-15T07:13:25.293Z] file_header: OK [2020-10-15T07:13:25.293Z] 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 [2020-10-15T07:13:25.293Z] Statistics: [2020-10-15T07:13:25.293Z] 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... [2020-10-15T07:13:25.293Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T07:13:26.012Z] provisioning config files... [2020-10-15T07:13:26.035Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/189@tmp/config7451201809035428593tmp [Pipeline] { [Pipeline] echo [2020-10-15T07:13:26.108Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:13:26.416Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T07:13:26.425Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T07:13:26.881Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:13:27.175Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T07:13:27.186Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:13:27.480Z] ---> sudo-logs.sh [2020-10-15T07:13:27.480Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T07:13:27.490Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:13:27.782Z] ---> job-cost.sh [2020-10-15T07:13:27.783Z] lf-activate-venv: SKIPPING [2020-10-15T07:13:27.783Z] INFO: No Stack... [2020-10-15T07:13:29.166Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T07:13:29.427Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T07:13:29.441Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:13:29.737Z] ---> logs-deploy.sh [2020-10-15T07:13:29.737Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/189 [2020-10-15T07:13:29.737Z] INFO: archiving workspace using pattern(s): [2020-10-15T07:13:31.121Z] Archives upload complete. [2020-10-15T07:13:31.382Z] INFO: archiving logs to Nexus