Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-43318 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/139 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/139 # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 # timeout=10 Commit message: "fix(snap): disable asc version check" > git rev-list --no-walk e46f0634e742b47d68bad1447e074d74297b9715 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T15:23:49.788Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T15:23:50.032Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T15:23:50.131Z] ========================================================= [2020-09-15T15:23:50.131Z] EdgeX Global Pipelines Version Info [2020-09-15T15:23:50.131Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T15:23:51.589Z] ------------------- [2020-09-15T15:23:51.589Z] stable info: [2020-09-15T15:23:51.589Z] ------------------- [2020-09-15T15:23:51.589Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T15:23:51.589Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T15:23:51.589Z] Message: update stable to v1.0.119 [2020-09-15T15:23:52.555Z] ------------------- [2020-09-15T15:23:52.555Z] experimental info: [2020-09-15T15:23:52.555Z] ------------------- [2020-09-15T15:23:52.555Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T15:23:52.555Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T15:23:52.555Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-15T15:23:53.219Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-15T15:23:53.314Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-15T15:23:53.407Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T15:23:53.495Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T15:23:53.584Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T15:23:53.713Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T15:23:53.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T15:23:53.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-15T15:23:54.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-15T15:23:54.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-15T15:23:54.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T15:23:54.335Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T15:23:54.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T15:23:54.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T15:23:54.615Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T15:23:54.710Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T15:23:54.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T15:23:54.899Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T15:23:54.987Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-15T15:23:55.085Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-15T15:23:55.179Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-15T15:23:55.284Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-15T15:23:55.428Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-15T15:23:55.538Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-15T15:23:55.632Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [Pipeline] echo [2020-09-15T15:23:55.725Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92e33c6 [Pipeline] echo [2020-09-15T15:23:55.822Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-15T15:23:56.223Z] ++ 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-09-15T15:23:56.223Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T15:23:56.223Z] ++ dirname cmd/core-command/Dockerfile [2020-09-15T15:23:56.223Z] ++ cut -d/ -f2 [2020-09-15T15:23:56.223Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-15T15:23:56.223Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T15:23:56.223Z] ++ dirname cmd/core-data/Dockerfile [2020-09-15T15:23:56.223Z] ++ cut -d/ -f2 [2020-09-15T15:23:56.223Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-15T15:23:56.223Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T15:23:56.223Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-15T15:23:56.223Z] ++ cut -d/ -f2 [2020-09-15T15:23:56.223Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-15T15:23:56.223Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T15:23:56.223Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-15T15:23:56.223Z] ++ cut -d/ -f2 [2020-09-15T15:23:56.223Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-15T15:23:56.223Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T15:23:56.223Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-15T15:23:56.223Z] ++ cut -d/ -f2 [2020-09-15T15:23:56.223Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-15T15:23:56.223Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T15:23:56.223Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-15T15:23:56.223Z] ++ cut -d/ -f2 [2020-09-15T15:23:56.223Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-15T15:23:56.223Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T15:23:56.223Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-15T15:23:56.223Z] ++ cut -d/ -f2 [2020-09-15T15:23:56.223Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-15T15:23:56.223Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T15:23:56.223Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-15T15:23:56.223Z] ++ cut -d/ -f2 [2020-09-15T15:23:56.223Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-15T15:23:56.223Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T15:23:56.223Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-15T15:23:56.223Z] ++ cut -d/ -f2 [2020-09-15T15:23:56.223Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-15T15:23:56.223Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-15T15:23:56.223Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-15T15:23:56.223Z] ++ cut -d/ -f2 [2020-09-15T15:23:56.223Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-15T15:23:56.312Z] 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-09-15T15:23:57.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T15:23:57.813Z] [2020-09-15T15:23:57.813Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:23:58.171Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T15:23:58.171Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T15:23:58.171Z] 31603596830f: Pulling fs layer [2020-09-15T15:23:58.171Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T15:23:58.172Z] 6ca5941a6612: Pulling fs layer [2020-09-15T15:23:58.172Z] ecc8261a40a4: Pulling fs layer [2020-09-15T15:23:58.172Z] ecc8261a40a4: Waiting [2020-09-15T15:23:58.172Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T15:23:58.172Z] 2a8b12db71e7: Download complete [2020-09-15T15:23:58.437Z] 31603596830f: Download complete [2020-09-15T15:23:58.437Z] ecc8261a40a4: Verifying Checksum [2020-09-15T15:23:58.437Z] ecc8261a40a4: Download complete [2020-09-15T15:23:58.720Z] 6ca5941a6612: Verifying Checksum [2020-09-15T15:23:58.720Z] 6ca5941a6612: Download complete [2020-09-15T15:23:58.720Z] 31603596830f: Pull complete [2020-09-15T15:23:58.986Z] 2a8b12db71e7: Pull complete [2020-09-15T15:23:59.572Z] 6ca5941a6612: Pull complete [2020-09-15T15:23:59.838Z] ecc8261a40a4: Pull complete [2020-09-15T15:23:59.838Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T15:23:59.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T15:23:59.838Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T15:23:59.959Z] prd-centos7-docker-4c-2g-43318 does not seem to be running inside a container [2020-09-15T15:24:00.057Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/139 -v /w/workspace/edgex-go/139:/w/workspace/edgex-go/139:rw,z -v /w/workspace/edgex-go/139@tmp:/w/workspace/edgex-go/139@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T15:24:02.458Z] $ docker top bdc11fb2744ad46eb1f135ec97b29d576f0dbd5fc5f123017d5cdf611b3cd2ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T15:24:02.808Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T15:24:02.808Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T15:24:03.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T15:24:03.023Z] $ docker exec bdc11fb2744ad46eb1f135ec97b29d576f0dbd5fc5f123017d5cdf611b3cd2ed ssh-agent [2020-09-15T15:24:03.179Z] SSH_AUTH_SOCK=/tmp/ssh-BbQS8d6zb5B3/agent.11 [2020-09-15T15:24:03.180Z] SSH_AGENT_PID=16 [2020-09-15T15:24:03.191Z] Running ssh-add (command line suppressed) [2020-09-15T15:24:03.310Z] Identity added: /w/workspace/edgex-go/139@tmp/private_key_5976063367947115637.key (/w/workspace/edgex-go/139@tmp/private_key_5976063367947115637.key) [2020-09-15T15:24:03.358Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T15:24:03.731Z] + git describe --exact-match --tags HEAD [2020-09-15T15:24:03.731Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T15:24:03.813Z] $ docker exec --env ******** --env ******** bdc11fb2744ad46eb1f135ec97b29d576f0dbd5fc5f123017d5cdf611b3cd2ed ssh-agent -k [2020-09-15T15:24:03.933Z] unset SSH_AUTH_SOCK; [2020-09-15T15:24:03.933Z] unset SSH_AGENT_PID; [2020-09-15T15:24:03.933Z] echo Agent pid 16 killed; [2020-09-15T15:24:03.975Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T15:24:04.135Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T15:24:04.135Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T15:24:04.234Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T15:24:04.235Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T15:24:04.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T15:24:04.405Z] $ docker exec bdc11fb2744ad46eb1f135ec97b29d576f0dbd5fc5f123017d5cdf611b3cd2ed ssh-agent [2020-09-15T15:24:04.557Z] SSH_AUTH_SOCK=/tmp/ssh-dfsr7RCRZn6h/agent.45 [2020-09-15T15:24:04.557Z] SSH_AGENT_PID=51 [2020-09-15T15:24:04.563Z] Running ssh-add (command line suppressed) [2020-09-15T15:24:04.680Z] Identity added: /w/workspace/edgex-go/139@tmp/private_key_8610431196256215688.key (/w/workspace/edgex-go/139@tmp/private_key_8610431196256215688.key) [2020-09-15T15:24:04.731Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T15:24:05.082Z] + git semver init [2020-09-15T15:24:05.082Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T15:24:05.082Z] # $GIT_DIR = /w/workspace/edgex-go/139/.git [2020-09-15T15:24:05.082Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/139 [2020-09-15T15:24:05.082Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T15:24:05.082Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T15:24:05.082Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T15:24:05.082Z] # $SEMVER_BRANCH = master [2020-09-15T15:24:05.082Z] # $SEMVER_TEMP = /tmp/semver-616432513 [2020-09-15T15:24:05.082Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-15T15:24:23.223Z] # '/tmp/semver-616432513' -> '/w/workspace/edgex-go/139/.semver' [2020-09-15T15:24:23.223Z] # -> Force: false [2020-09-15T15:24:23.223Z] # $SEMVER_DIR = /w/workspace/edgex-go/139/.semver [Pipeline] } [2020-09-15T15:24:23.238Z] $ docker exec --env ******** --env ******** bdc11fb2744ad46eb1f135ec97b29d576f0dbd5fc5f123017d5cdf611b3cd2ed ssh-agent -k [2020-09-15T15:24:23.425Z] unset SSH_AUTH_SOCK; [2020-09-15T15:24:23.426Z] unset SSH_AGENT_PID; [2020-09-15T15:24:23.426Z] echo Agent pid 51 killed; [2020-09-15T15:24:23.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T15:24:24.030Z] + git semver [Pipeline] } [2020-09-15T15:24:24.049Z] $ docker stop --time=1 bdc11fb2744ad46eb1f135ec97b29d576f0dbd5fc5f123017d5cdf611b3cd2ed [2020-09-15T15:24:25.606Z] $ docker rm -f bdc11fb2744ad46eb1f135ec97b29d576f0dbd5fc5f123017d5cdf611b3cd2ed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T15:24:39.442Z] Stashed 42 file(s) [Pipeline] echo [2020-09-15T15:24:39.446Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.25 [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-09-15T15:24:40.250Z] ========================================================= [2020-09-15T15:24:40.251Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T15:24:40.251Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:24:40.734Z] + 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-09-15T15:24:44.959Z] Sending build context to Docker daemon 323.2MB [2020-09-15T15:24:44.959Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-15T15:24:44.959Z] Step 2/7 : FROM ${BASE} [2020-09-15T15:24:44.959Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T15:24:44.959Z] df20fa9351a1: Pulling fs layer [2020-09-15T15:24:44.960Z] ed8968b2872e: Pulling fs layer [2020-09-15T15:24:44.960Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T15:24:44.960Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T15:24:44.960Z] e73272ec9a57: Pulling fs layer [2020-09-15T15:24:44.960Z] 1e910a182e73: Pulling fs layer [2020-09-15T15:24:44.960Z] 4e634b169226: Pulling fs layer [2020-09-15T15:24:44.960Z] e73272ec9a57: Waiting [2020-09-15T15:24:44.960Z] 1e910a182e73: Waiting [2020-09-15T15:24:44.960Z] 4e634b169226: Waiting [2020-09-15T15:24:44.960Z] e871e8e8d7a9: Waiting [2020-09-15T15:24:44.960Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T15:24:44.960Z] a92cc7c5fd73: Download complete [2020-09-15T15:24:44.960Z] ed8968b2872e: Verifying Checksum [2020-09-15T15:24:44.960Z] ed8968b2872e: Download complete [2020-09-15T15:24:44.960Z] e73272ec9a57: Verifying Checksum [2020-09-15T15:24:44.960Z] e73272ec9a57: Download complete [2020-09-15T15:24:44.960Z] 1e910a182e73: Verifying Checksum [2020-09-15T15:24:44.960Z] 1e910a182e73: Download complete [2020-09-15T15:24:44.960Z] df20fa9351a1: Verifying Checksum [2020-09-15T15:24:44.960Z] df20fa9351a1: Download complete [2020-09-15T15:24:45.542Z] df20fa9351a1: Pull complete [2020-09-15T15:24:45.542Z] ed8968b2872e: Pull complete [2020-09-15T15:24:46.122Z] a92cc7c5fd73: Pull complete [2020-09-15T15:24:46.122Z] 4e634b169226: Verifying Checksum [2020-09-15T15:24:46.122Z] 4e634b169226: Download complete [2020-09-15T15:24:47.071Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T15:24:47.071Z] e871e8e8d7a9: Download complete [2020-09-15T15:24:52.382Z] e871e8e8d7a9: Pull complete [2020-09-15T15:24:52.382Z] e73272ec9a57: Pull complete [2020-09-15T15:24:52.382Z] 1e910a182e73: Pull complete [2020-09-15T15:24:55.037Z] Still waiting to schedule task [2020-09-15T15:24:55.037Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-15T15:24:57.686Z] 4e634b169226: Pull complete [2020-09-15T15:24:57.686Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T15:24:57.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T15:24:57.686Z] ---> f7629b54cfaa [2020-09-15T15:24:57.686Z] 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-09-15T15:24:58.264Z] ---> Running in 48c0f4aa8652 [2020-09-15T15:24:58.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T15:24:59.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T15:25:00.364Z] (1/12) Installing libmagic (5.38-r0) [2020-09-15T15:25:00.634Z] (2/12) Installing file (5.38-r0) [2020-09-15T15:25:00.634Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-15T15:25:00.634Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-15T15:25:05.945Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-15T15:25:05.945Z] (6/12) Installing patch (2.7.6-r6) [2020-09-15T15:25:05.945Z] (7/12) Installing build-base (0.5-r2) [2020-09-15T15:25:05.945Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-15T15:25:05.945Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-15T15:25:05.945Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-15T15:25:05.945Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-15T15:25:05.945Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-15T15:25:05.945Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T15:25:05.945Z] OK: 233 MiB in 51 packages [2020-09-15T15:25:10.154Z] Removing intermediate container 48c0f4aa8652 [2020-09-15T15:25:10.154Z] ---> 56b11dd4a42d [2020-09-15T15:25:10.154Z] Step 4/7 : WORKDIR /edgex-go [2020-09-15T15:25:10.154Z] ---> Running in 13872f3cd3e7 [2020-09-15T15:25:10.154Z] Removing intermediate container 13872f3cd3e7 [2020-09-15T15:25:10.154Z] ---> f614dd117dc1 [2020-09-15T15:25:10.154Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-15T15:25:10.415Z] latest: Pulling from library/docker [2020-09-15T15:25:10.677Z] df20fa9351a1: Already exists [2020-09-15T15:25:10.678Z] 25ad7478873d: Pulling fs layer [2020-09-15T15:25:10.678Z] 4684f6177b5d: Pulling fs layer [2020-09-15T15:25:10.678Z] 46e300cec669: Pulling fs layer [2020-09-15T15:25:10.678Z] 63038576ad94: Pulling fs layer [2020-09-15T15:25:10.678Z] 0fdb76c4706c: Pulling fs layer [2020-09-15T15:25:10.678Z] cb7edeffdfd5: Pulling fs layer [2020-09-15T15:25:10.678Z] 63038576ad94: Waiting [2020-09-15T15:25:10.678Z] 0fdb76c4706c: Waiting [2020-09-15T15:25:10.678Z] cb7edeffdfd5: Waiting [2020-09-15T15:25:10.939Z] invalid from flag value docker:latest: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/81/81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c/data?verify=1600186510-M0c3v5IvEqRaFCFJWU4iW%2FIChOk%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [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-09-15T15:25:12.273Z] Failed in branch amd64 [2020-09-15T15:28:54.731Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43321 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-15T15:28:54.785Z] Running in /w/workspace/edgex-go/139 [Pipeline] { [Pipeline] checkout [2020-09-15T15:29:00.433Z] using credential edgex-jenkins-ssh [2020-09-15T15:29:00.493Z] Cloning the remote Git repository [2020-09-15T15:29:00.493Z] Cloning with configured refspecs honoured and without tags [2020-09-15T15:29:00.570Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-15T15:29:00.703Z] > git init /w/workspace/edgex-go/139 # timeout=10 [2020-09-15T15:29:00.781Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-15T15:29:00.782Z] > git --version # timeout=10 [2020-09-15T15:29:00.803Z] > git --version # 'git version 2.17.1' [2020-09-15T15:29:00.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T15:29:00.878Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T15:29:28.262Z] Fetching without tags [2020-09-15T15:29:28.186Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-15T15:29:28.209Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T15:29:28.242Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-15T15:29:28.277Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-15T15:29:28.278Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T15:29:28.291Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T15:29:28.806Z] Checking out Revision 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 (master) [2020-09-15T15:29:28.831Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T15:29:28.915Z] > git checkout -f 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 # timeout=10 [2020-09-15T15:29:33.644Z] Commit message: "fix(snap): disable asc version check" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T15:29:47.164Z] ========================================================= [2020-09-15T15:29:47.164Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T15:29:47.164Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:29:48.209Z] + 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-09-15T15:29:52.518Z] Sending build context to Docker daemon 323.2MB [2020-09-15T15:29:52.518Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-15T15:29:52.518Z] Step 2/7 : FROM ${BASE} [2020-09-15T15:29:52.518Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T15:29:52.518Z] b538f80385f9: Pulling fs layer [2020-09-15T15:29:52.518Z] 74f711af9a0d: Pulling fs layer [2020-09-15T15:29:52.518Z] 99f96fe45779: Pulling fs layer [2020-09-15T15:29:52.518Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T15:29:52.518Z] 45590311c82a: Pulling fs layer [2020-09-15T15:29:52.518Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T15:29:52.518Z] 209524e5b208: Pulling fs layer [2020-09-15T15:29:52.518Z] 8529a6b9a6be: Waiting [2020-09-15T15:29:52.518Z] 45590311c82a: Waiting [2020-09-15T15:29:52.518Z] 69ca0ff8b7b3: Waiting [2020-09-15T15:29:52.518Z] 209524e5b208: Waiting [2020-09-15T15:29:52.792Z] 99f96fe45779: Download complete [2020-09-15T15:29:52.792Z] 74f711af9a0d: Verifying Checksum [2020-09-15T15:29:52.792Z] 74f711af9a0d: Download complete [2020-09-15T15:29:53.066Z] 45590311c82a: Verifying Checksum [2020-09-15T15:29:53.066Z] 45590311c82a: Download complete [2020-09-15T15:29:53.066Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T15:29:53.066Z] 69ca0ff8b7b3: Download complete [2020-09-15T15:29:53.342Z] b538f80385f9: Verifying Checksum [2020-09-15T15:29:53.342Z] b538f80385f9: Download complete [2020-09-15T15:29:53.949Z] b538f80385f9: Pull complete [2020-09-15T15:29:54.550Z] 74f711af9a0d: Pull complete [2020-09-15T15:29:55.168Z] 99f96fe45779: Pull complete [2020-09-15T15:29:55.771Z] 209524e5b208: Download complete [2020-09-15T15:29:56.754Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T15:29:56.754Z] 8529a6b9a6be: Download complete [2020-09-15T15:30:06.932Z] 8529a6b9a6be: Pull complete [2020-09-15T15:30:07.210Z] 45590311c82a: Pull complete [2020-09-15T15:30:07.814Z] 69ca0ff8b7b3: Pull complete [2020-09-15T15:30:12.137Z] 209524e5b208: Pull complete [2020-09-15T15:30:12.137Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T15:30:12.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T15:30:12.137Z] ---> 5bddaf1c2fca [2020-09-15T15:30:12.137Z] 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-09-15T15:30:16.471Z] ---> Running in 1fea70dcdaef [2020-09-15T15:30:17.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:30:18.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:30:19.855Z] (1/12) Installing libmagic (5.38-r0) [2020-09-15T15:30:19.855Z] (2/12) Installing file (5.38-r0) [2020-09-15T15:30:20.128Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-15T15:30:20.128Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-15T15:30:23.512Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-15T15:30:23.785Z] (6/12) Installing patch (2.7.6-r6) [2020-09-15T15:30:23.785Z] (7/12) Installing build-base (0.5-r2) [2020-09-15T15:30:23.785Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-15T15:30:24.060Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-15T15:30:24.060Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-15T15:30:24.060Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-15T15:30:24.333Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-15T15:30:24.333Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T15:30:24.333Z] OK: 217 MiB in 51 packages [2020-09-15T15:30:28.640Z] Removing intermediate container 1fea70dcdaef [2020-09-15T15:30:28.640Z] ---> 06b58284a58a [2020-09-15T15:30:28.640Z] Step 4/7 : WORKDIR /edgex-go [2020-09-15T15:30:28.640Z] ---> Running in 000e740e194e [2020-09-15T15:30:29.235Z] Removing intermediate container 000e740e194e [2020-09-15T15:30:29.235Z] ---> 7db987941411 [2020-09-15T15:30:29.235Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-15T15:30:29.509Z] latest: Pulling from library/docker [2020-09-15T15:30:29.509Z] b538f80385f9: Already exists [2020-09-15T15:30:29.509Z] 259a493cd78d: Pulling fs layer [2020-09-15T15:30:29.509Z] b8e66b5100f5: Pulling fs layer [2020-09-15T15:30:29.509Z] 39dc9c94d07c: Pulling fs layer [2020-09-15T15:30:29.509Z] 551b823b3b82: Pulling fs layer [2020-09-15T15:30:29.509Z] 3c52a74df98c: Pulling fs layer [2020-09-15T15:30:29.509Z] 6c9b121b6998: Pulling fs layer [2020-09-15T15:30:29.509Z] 551b823b3b82: Waiting [2020-09-15T15:30:29.509Z] 3c52a74df98c: Waiting [2020-09-15T15:30:29.509Z] 6c9b121b6998: Waiting [2020-09-15T15:30:29.787Z] b8e66b5100f5: Download complete [2020-09-15T15:30:29.787Z] 259a493cd78d: Verifying Checksum [2020-09-15T15:30:29.787Z] 259a493cd78d: Download complete [2020-09-15T15:30:29.787Z] 551b823b3b82: Verifying Checksum [2020-09-15T15:30:29.787Z] 551b823b3b82: Download complete [2020-09-15T15:30:30.097Z] 3c52a74df98c: Verifying Checksum [2020-09-15T15:30:30.097Z] 3c52a74df98c: Download complete [2020-09-15T15:30:30.097Z] 6c9b121b6998: Verifying Checksum [2020-09-15T15:30:30.097Z] 6c9b121b6998: Download complete [2020-09-15T15:30:30.692Z] 259a493cd78d: Pull complete [2020-09-15T15:30:30.966Z] b8e66b5100f5: Pull complete [2020-09-15T15:30:31.240Z] 39dc9c94d07c: Verifying Checksum [2020-09-15T15:30:31.240Z] 39dc9c94d07c: Download complete [2020-09-15T15:30:33.861Z] 39dc9c94d07c: Pull complete [2020-09-15T15:30:34.456Z] 551b823b3b82: Pull complete [2020-09-15T15:30:34.728Z] 3c52a74df98c: Pull complete [2020-09-15T15:30:35.001Z] 6c9b121b6998: Pull complete [2020-09-15T15:30:35.001Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-15T15:30:35.001Z] Status: Downloaded newer image for docker:latest [2020-09-15T15:30:39.318Z] ---> 35097604aaf7 [2020-09-15T15:30:39.318Z] Step 6/7 : COPY go.mod . [2020-09-15T15:30:39.318Z] ---> 541f28f8a9ca [2020-09-15T15:30:39.318Z] Step 7/7 : RUN go mod download [2020-09-15T15:30:39.597Z] ---> Running in c7a9a068907d [2020-09-15T15:31:06.448Z] Removing intermediate container c7a9a068907d [2020-09-15T15:31:06.448Z] ---> 56a1890a62fd [2020-09-15T15:31:06.448Z] Successfully built 56a1890a62fd [2020-09-15T15:31:06.448Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:31:09.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-15T15:31:09.721Z] [2020-09-15T15:31:09.721Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:31:10.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-15T15:31:10.128Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-15T15:31:10.128Z] 29e5d40040c1: Pulling fs layer [2020-09-15T15:31:10.128Z] 1ce36da41761: Pulling fs layer [2020-09-15T15:31:10.128Z] 25b303627fd3: Pulling fs layer [2020-09-15T15:31:10.733Z] 29e5d40040c1: Verifying Checksum [2020-09-15T15:31:10.733Z] 29e5d40040c1: Download complete [2020-09-15T15:31:11.007Z] 1ce36da41761: Verifying Checksum [2020-09-15T15:31:11.007Z] 1ce36da41761: Download complete [2020-09-15T15:31:11.278Z] 29e5d40040c1: Pull complete [2020-09-15T15:31:12.254Z] 1ce36da41761: Pull complete [2020-09-15T15:31:13.234Z] 25b303627fd3: Verifying Checksum [2020-09-15T15:31:13.234Z] 25b303627fd3: Download complete [2020-09-15T15:31:23.386Z] 25b303627fd3: Pull complete [2020-09-15T15:31:23.386Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-15T15:31:23.386Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-15T15:31:23.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-15T15:31:23.655Z] prd-ubuntu18.04-docker-arm64-4c-16g-43321 does not seem to be running inside a container [2020-09-15T15:31:23.736Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/139 -v /w/workspace/edgex-go/139:/w/workspace/edgex-go/139:rw,z -v /w/workspace/edgex-go/139@tmp:/w/workspace/edgex-go/139@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-09-15T15:31:27.115Z] $ docker top d24640295520207a91414928ca506a1ba9b90c6b02de5fb43dbe4d8d24776ede -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T15:31:28.500Z] + docker-compose build --help [2020-09-15T15:31:28.500Z] + grep parallel [2020-09-15T15:31:31.861Z] --parallel Build images in parallel. [Pipeline] } [2020-09-15T15:31:31.886Z] $ docker stop --time=1 d24640295520207a91414928ca506a1ba9b90c6b02de5fb43dbe4d8d24776ede [2020-09-15T15:31:33.780Z] $ docker rm -f d24640295520207a91414928ca506a1ba9b90c6b02de5fb43dbe4d8d24776ede [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:31:35.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-15T15:31:35.144Z] . [Pipeline] withDockerContainer [2020-09-15T15:31:35.425Z] prd-ubuntu18.04-docker-arm64-4c-16g-43321 does not seem to be running inside a container [2020-09-15T15:31:35.516Z] $ 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/139 -v /w/workspace/edgex-go/139:/w/workspace/edgex-go/139:rw,z -v /w/workspace/edgex-go/139@tmp:/w/workspace/edgex-go/139@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-09-15T15:31:36.946Z] $ docker top 042201c685ad12fd4709b2f9055358ce32a10746d4e4faaffd0fb31d4c552cec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T15:31:38.009Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-15T15:31:41.395Z] Building docker-core-command-go ... [2020-09-15T15:31:41.395Z] Building docker-core-data-go ... [2020-09-15T15:31:41.395Z] Building docker-core-metadata-go ... [2020-09-15T15:31:41.395Z] Building docker-security-proxy-setup-go ... [2020-09-15T15:31:41.395Z] Building docker-security-secrets-setup-go ... [2020-09-15T15:31:41.395Z] Building docker-security-secretstore-setup-go ... [2020-09-15T15:31:41.395Z] Building docker-support-logging-go ... [2020-09-15T15:31:41.395Z] Building docker-support-notifications-go ... [2020-09-15T15:31:41.395Z] Building docker-support-scheduler-go ... [2020-09-15T15:31:41.395Z] Building docker-sys-mgmt-agent-go ... [2020-09-15T15:31:41.395Z] Building docker-sys-mgmt-agent-go [2020-09-15T15:31:41.395Z] Building docker-support-logging-go [2020-09-15T15:31:41.395Z] Building docker-support-notifications-go [2020-09-15T15:31:41.395Z] Building docker-security-proxy-setup-go [2020-09-15T15:31:41.669Z] Building docker-core-metadata-go [2020-09-15T15:33:03.471Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T15:33:03.471Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-15T15:33:03.471Z] ---> 56a1890a62fd [2020-09-15T15:33:03.471Z] Step 3/22 : WORKDIR /edgex-go [2020-09-15T15:33:03.471Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T15:33:03.471Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-15T15:33:03.471Z] ---> 56a1890a62fd [2020-09-15T15:33:03.471Z] Step 3/24 : WORKDIR /edgex-go [2020-09-15T15:33:03.471Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T15:33:03.471Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-15T15:33:03.471Z] ---> 56a1890a62fd [2020-09-15T15:33:03.471Z] Step 3/27 : WORKDIR /edgex-go [2020-09-15T15:33:03.471Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T15:33:03.471Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-15T15:33:03.471Z] ---> 56a1890a62fd [2020-09-15T15:33:03.471Z] Step 3/20 : WORKDIR /edgex-go [2020-09-15T15:33:03.471Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T15:33:03.471Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-15T15:33:03.471Z] ---> 56a1890a62fd [2020-09-15T15:33:03.471Z] Step 3/22 : WORKDIR /edgex-go [2020-09-15T15:33:04.913Z] ---> Running in 8e61759670a2 [2020-09-15T15:33:04.913Z] ---> Running in 668516fd19d9 [2020-09-15T15:33:04.913Z] ---> Running in 537757e3cfca [2020-09-15T15:33:04.913Z] ---> Running in b211f45902c6 [2020-09-15T15:33:04.913Z] ---> Running in 4e1aaa71b2d8 [2020-09-15T15:33:05.510Z] Removing intermediate container 8e61759670a2 [2020-09-15T15:33:05.510Z] ---> 4310d4112f25 [2020-09-15T15:33:05.510Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:33:05.510Z] Removing intermediate container b211f45902c6 [2020-09-15T15:33:05.510Z] ---> 6f61c393336c [2020-09-15T15:33:05.510Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:33:05.510Z] Removing intermediate container 537757e3cfca [2020-09-15T15:33:05.510Z] ---> 27646f6289d0 [2020-09-15T15:33:05.510Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:33:05.510Z] Removing intermediate container 668516fd19d9 [2020-09-15T15:33:05.510Z] ---> afa96e0fa356 [2020-09-15T15:33:05.510Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:33:05.510Z] Removing intermediate container 4e1aaa71b2d8 [2020-09-15T15:33:05.510Z] ---> 31b0206ac57b [2020-09-15T15:33:05.510Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:33:05.782Z] ---> Running in 2fc8f9c932a1 [2020-09-15T15:33:05.782Z] ---> Running in d4e29c286da1 [2020-09-15T15:33:05.782Z] ---> Running in 33ab34f180b9 [2020-09-15T15:33:05.782Z] ---> Running in 159cead87c85 [2020-09-15T15:33:05.782Z] ---> Running in 9f2728264815 [2020-09-15T15:33:10.113Z] Removing intermediate container 2fc8f9c932a1 [2020-09-15T15:33:10.113Z] ---> ac923e0be155 [2020-09-15T15:33:10.113Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-15T15:33:10.113Z] ---> Running in f622b46129c2 [2020-09-15T15:33:10.113Z] Removing intermediate container 159cead87c85 [2020-09-15T15:33:10.113Z] ---> f56479d37748 [2020-09-15T15:33:10.113Z] Step 5/22 : RUN apk update && apk add make git [2020-09-15T15:33:10.394Z] Removing intermediate container d4e29c286da1 [2020-09-15T15:33:10.394Z] ---> 16fae50d2536 [2020-09-15T15:33:10.394Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-15T15:33:10.677Z] ---> Running in 30537b880039 [2020-09-15T15:33:10.677Z] ---> Running in e9d6d73186e0 [2020-09-15T15:33:10.677Z] Removing intermediate container 33ab34f180b9 [2020-09-15T15:33:10.677Z] ---> 46bbdc047cb4 [2020-09-15T15:33:10.677Z] Step 5/20 : RUN apk update && apk add make git [2020-09-15T15:33:10.995Z] Removing intermediate container 9f2728264815 [2020-09-15T15:33:10.995Z] ---> 64bf779cb3df [2020-09-15T15:33:10.995Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-15T15:33:10.995Z] ---> Running in cae61c33bb3a [2020-09-15T15:33:11.270Z] ---> Running in e17088413217 [2020-09-15T15:33:12.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:33:13.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:33:13.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:33:13.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:33:13.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:33:13.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:33:13.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:33:14.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:33:14.073Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T15:33:14.073Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T15:33:14.073Z] OK: 12619 distinct packages available [2020-09-15T15:33:14.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:33:14.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:33:14.958Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T15:33:14.958Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T15:33:14.958Z] OK: 12619 distinct packages available [2020-09-15T15:33:14.958Z] OK: 217 MiB in 51 packages [2020-09-15T15:33:15.237Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T15:33:15.237Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T15:33:15.237Z] OK: 12619 distinct packages available [2020-09-15T15:33:15.566Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T15:33:15.566Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T15:33:15.566Z] OK: 12619 distinct packages available [2020-09-15T15:33:15.566Z] OK: 217 MiB in 51 packages [2020-09-15T15:33:16.187Z] OK: 217 MiB in 51 packages [2020-09-15T15:33:16.188Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T15:33:16.188Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T15:33:16.188Z] OK: 12619 distinct packages available [2020-09-15T15:33:16.807Z] Removing intermediate container f622b46129c2 [2020-09-15T15:33:16.807Z] ---> b50353cd64ba [2020-09-15T15:33:16.807Z] Step 6/27 : COPY go.mod . [2020-09-15T15:33:16.807Z] OK: 217 MiB in 51 packages [2020-09-15T15:33:17.114Z] OK: 217 MiB in 51 packages [2020-09-15T15:33:17.738Z] Removing intermediate container 30537b880039 [2020-09-15T15:33:17.738Z] ---> 7d0891893db4 [2020-09-15T15:33:17.738Z] Step 6/22 : COPY go.mod . [2020-09-15T15:33:18.023Z] ---> 3d3f316e2967 [2020-09-15T15:33:18.023Z] Step 7/27 : RUN go mod download [2020-09-15T15:33:18.023Z] OK: 217 MiB in 51 packages [2020-09-15T15:33:18.297Z] Removing intermediate container e9d6d73186e0 [2020-09-15T15:33:18.297Z] ---> b5e4ae95a7a9 [2020-09-15T15:33:18.297Z] Step 6/24 : COPY go.mod . [2020-09-15T15:33:18.297Z] ---> Running in 1a94475a56c3 [2020-09-15T15:33:18.577Z] Removing intermediate container cae61c33bb3a [2020-09-15T15:33:18.577Z] ---> 222559a3755f [2020-09-15T15:33:18.577Z] Step 6/20 : COPY go.mod . [2020-09-15T15:33:18.857Z] ---> e7bb0bab17b4 [2020-09-15T15:33:18.857Z] Step 7/22 : RUN go mod download [2020-09-15T15:33:19.135Z] ---> Running in 1f063f03f4b5 [2020-09-15T15:33:19.414Z] ---> dd29e283d05a [2020-09-15T15:33:19.414Z] Step 7/24 : RUN go mod download [2020-09-15T15:33:19.698Z] ---> Running in 33446a1e4184 [2020-09-15T15:33:19.985Z] ---> fe7eaf6b1ae3 [2020-09-15T15:33:19.985Z] Step 7/20 : RUN go mod download [2020-09-15T15:33:19.985Z] Removing intermediate container e17088413217 [2020-09-15T15:33:19.985Z] ---> 0d0966a80a12 [2020-09-15T15:33:19.985Z] Step 6/22 : COPY go.mod . [2020-09-15T15:33:19.986Z] ---> Running in 5370ad8cbda5 [2020-09-15T15:33:21.432Z] ---> 977b68b1b5f1 [2020-09-15T15:33:21.432Z] Step 7/22 : RUN go mod download [2020-09-15T15:33:21.433Z] ---> Running in 651a67f002e8 [2020-09-15T15:33:23.435Z] Removing intermediate container 1a94475a56c3 [2020-09-15T15:33:23.435Z] ---> 2e357b65b4cc [2020-09-15T15:33:23.435Z] Step 8/27 : COPY . . [2020-09-15T15:33:23.435Z] Removing intermediate container 1f063f03f4b5 [2020-09-15T15:33:23.435Z] ---> 83ef1985de51 [2020-09-15T15:33:23.435Z] Step 8/22 : COPY . . [2020-09-15T15:33:26.084Z] Removing intermediate container 33446a1e4184 [2020-09-15T15:33:26.084Z] ---> 12a1b3b14716 [2020-09-15T15:33:26.084Z] Step 8/24 : COPY . . [2020-09-15T15:33:27.073Z] Removing intermediate container 5370ad8cbda5 [2020-09-15T15:33:27.073Z] ---> 4caa9fee8b52 [2020-09-15T15:33:27.073Z] Step 8/20 : COPY . . [2020-09-15T15:33:28.525Z] Removing intermediate container 651a67f002e8 [2020-09-15T15:33:28.525Z] ---> c99734424f23 [2020-09-15T15:33:28.525Z] Step 8/22 : COPY . . [2020-09-15T15:33:50.739Z] ---> f8eca8222929 [2020-09-15T15:33:50.739Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-15T15:33:50.739Z] ---> bdc54189ce2d [2020-09-15T15:33:50.739Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-15T15:33:50.739Z] ---> 08e3197a0feb [2020-09-15T15:33:50.739Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-15T15:33:50.739Z] ---> bd8298512735 [2020-09-15T15:33:50.739Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-15T15:33:50.739Z] ---> d9b4ceaf158e [2020-09-15T15:33:50.739Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-15T15:33:50.739Z] ---> Running in 99c451ea9e57 [2020-09-15T15:33:50.739Z] ---> Running in a6b81e4fd1df [2020-09-15T15:33:50.739Z] ---> Running in d0fc15739dd3 [2020-09-15T15:33:50.739Z] ---> Running in 7d76a49c3e46 [2020-09-15T15:33:50.739Z] ---> Running in 3941d13817a7 [2020-09-15T15:33:50.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-15T15:33:50.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-15T15:33:50.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-15T15:33:50.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-15T15:33:50.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-15T15:35:12.540Z] Removing intermediate container 3941d13817a7 [2020-09-15T15:35:12.540Z] ---> 8c69c676ba7d [2020-09-15T15:35:12.540Z] [2020-09-15T15:35:12.540Z] Step 10/20 : FROM alpine [2020-09-15T15:35:12.540Z] latest: Pulling from library/alpine [2020-09-15T15:35:12.540Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-15T15:35:12.540Z] Status: Downloaded newer image for alpine:latest [2020-09-15T15:35:12.540Z] ---> 62ee0e9f8440 [2020-09-15T15:35:12.540Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-15T15:35:13.160Z] ---> Running in f2b5b04b5cb6 [2020-09-15T15:35:15.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:35:16.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:35:16.706Z] v3.12.0-320-g7ac7f0b0a6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-15T15:35:16.706Z] v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-15T15:35:16.706Z] OK: 12619 distinct packages available [2020-09-15T15:35:17.698Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-15T15:35:17.698Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-15T15:35:17.698Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-15T15:35:17.976Z] (4/4) Installing curl (7.69.1-r0) [2020-09-15T15:35:17.976Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T15:35:17.976Z] Executing ca-certificates-20191127-r4.trigger [2020-09-15T15:35:18.253Z] OK: 7 MiB in 18 packages [2020-09-15T15:35:21.679Z] Removing intermediate container f2b5b04b5cb6 [2020-09-15T15:35:21.679Z] ---> 29ca672816fb [2020-09-15T15:35:21.679Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-15T15:35:22.279Z] ---> Running in 76b9a49dff33 [2020-09-15T15:35:23.726Z] Removing intermediate container 76b9a49dff33 [2020-09-15T15:35:23.726Z] ---> 13fea071e31a [2020-09-15T15:35:23.726Z] Step 13/20 : WORKDIR /edgex [2020-09-15T15:35:24.005Z] ---> Running in 596e53de9fc7 [2020-09-15T15:35:24.634Z] Removing intermediate container a6b81e4fd1df [2020-09-15T15:35:24.634Z] ---> 5374bf90e6a5 [2020-09-15T15:35:24.634Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-15T15:35:24.910Z] Removing intermediate container 596e53de9fc7 [2020-09-15T15:35:24.910Z] ---> 7cd03fad341e [2020-09-15T15:35:24.910Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-15T15:35:25.193Z] ---> Running in 17baa2d25cbc [2020-09-15T15:35:27.211Z] ---> 080292b6c8e3 [2020-09-15T15:35:27.211Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-15T15:35:28.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-15T15:35:28.208Z] Removing intermediate container 7d76a49c3e46 [2020-09-15T15:35:28.208Z] ---> b19205738ee5 [2020-09-15T15:35:28.208Z] [2020-09-15T15:35:28.525Z] Step 10/22 : FROM scratch [2020-09-15T15:35:28.525Z] ---> [2020-09-15T15:35:28.525Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-15T15:35:28.802Z] ---> Running in 0033597b29a7 [2020-09-15T15:35:29.405Z] ---> 0f17defac2c8 [2020-09-15T15:35:29.405Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-15T15:35:29.690Z] Removing intermediate container 0033597b29a7 [2020-09-15T15:35:29.690Z] ---> a298e42e5afc [2020-09-15T15:35:29.690Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-15T15:35:29.690Z] ---> Running in 1b5c50a75f7c [2020-09-15T15:35:29.690Z] ---> Running in f8ff5420b732 [2020-09-15T15:35:30.686Z] Removing intermediate container 1b5c50a75f7c [2020-09-15T15:35:30.686Z] ---> b17ce86bb0a8 [2020-09-15T15:35:30.686Z] Step 17/20 : CMD ["--init=true"] [2020-09-15T15:35:30.686Z] ---> Running in 15258b4b9f5d [2020-09-15T15:35:30.686Z] Removing intermediate container f8ff5420b732 [2020-09-15T15:35:30.686Z] ---> c718132d00f8 [2020-09-15T15:35:30.686Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-15T15:35:30.965Z] ---> Running in 7b4d82fb506a [2020-09-15T15:35:31.570Z] Removing intermediate container 15258b4b9f5d [2020-09-15T15:35:31.570Z] ---> 2d8336b018ce [2020-09-15T15:35:31.570Z] Step 18/20 : LABEL arch=arm64 [2020-09-15T15:35:31.849Z] ---> Running in 65ea695da6da [2020-09-15T15:35:31.849Z] Removing intermediate container 7b4d82fb506a [2020-09-15T15:35:31.849Z] ---> dff17b9f0d15 [2020-09-15T15:35:31.849Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-15T15:35:32.848Z] Removing intermediate container 65ea695da6da [2020-09-15T15:35:32.848Z] ---> 5663fa659db9 [2020-09-15T15:35:32.848Z] Step 19/20 : LABEL git_sha=92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:35:32.848Z] ---> Running in 1019dc65ad90 [2020-09-15T15:35:33.133Z] ---> e025a86f3b44 [2020-09-15T15:35:33.133Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-15T15:35:33.430Z] Removing intermediate container 17baa2d25cbc [2020-09-15T15:35:33.430Z] ---> f6e4943a82b8 [2020-09-15T15:35:33.430Z] [2020-09-15T15:35:33.430Z] Step 11/27 : FROM docker:latest [2020-09-15T15:35:33.430Z] ---> ce9d55ae87f1 [2020-09-15T15:35:33.430Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-15T15:35:34.025Z] ---> Running in ea8efd4e3bd9 [2020-09-15T15:35:34.025Z] Removing intermediate container 1019dc65ad90 [2020-09-15T15:35:34.025Z] ---> 7f78b69b5d28 [2020-09-15T15:35:34.025Z] Step 20/20 : LABEL version=1.2.2-dev.25 [2020-09-15T15:35:34.303Z] ---> Running in 39b0f0e434a9 [2020-09-15T15:35:34.576Z] ---> 4538b818045e [2020-09-15T15:35:34.576Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-15T15:35:35.177Z] Removing intermediate container 39b0f0e434a9 [2020-09-15T15:35:35.177Z] ---> f974c00d6916 [2020-09-15T15:35:35.177Z] [2020-09-15T15:35:35.778Z] Successfully built f974c00d6916 [2020-09-15T15:35:36.070Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-15T15:35:36.070Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-09-15T15:35:36.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:35:36.376Z] ---> 0e8cd762edbb [2020-09-15T15:35:36.376Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-15T15:35:36.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:35:36.949Z] (1/2) Installing readline (8.0.4-r0) [2020-09-15T15:35:36.949Z] (2/2) Installing bash (5.0.17-r0) [2020-09-15T15:35:37.229Z] Executing bash-5.0.17-r0.post-install [2020-09-15T15:35:37.229Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T15:35:37.229Z] OK: 12 MiB in 22 packages [2020-09-15T15:35:39.902Z] ---> 998c59a48be7 [2020-09-15T15:35:39.902Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-15T15:35:40.918Z] Removing intermediate container d0fc15739dd3 [2020-09-15T15:35:40.918Z] ---> 44a237e2db05 [2020-09-15T15:35:40.918Z] [2020-09-15T15:35:40.918Z] Step 10/24 : FROM scratch [2020-09-15T15:35:40.918Z] ---> [2020-09-15T15:35:40.918Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-15T15:35:40.918Z] ---> Using cache [2020-09-15T15:35:40.918Z] ---> a298e42e5afc [2020-09-15T15:35:40.918Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-15T15:35:40.918Z] ---> Running in 0b6fefd41123 [2020-09-15T15:35:41.529Z] ---> Running in d00c692d475f [2020-09-15T15:35:41.530Z] Removing intermediate container ea8efd4e3bd9 [2020-09-15T15:35:41.530Z] ---> db4abe908c2f [2020-09-15T15:35:41.530Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-15T15:35:41.530Z] Removing intermediate container 0b6fefd41123 [2020-09-15T15:35:41.530Z] ---> 5aae9ef5bd23 [2020-09-15T15:35:41.806Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T15:35:41.806Z] ---> Running in c871c0a3b594 [2020-09-15T15:35:41.806Z] ---> Running in 8fb7ef3aae5e [2020-09-15T15:35:42.084Z] Removing intermediate container d00c692d475f [2020-09-15T15:35:42.084Z] ---> c2e0ec8a0cad [2020-09-15T15:35:42.084Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T15:35:42.695Z] ---> Running in cf7380c66228 [2020-09-15T15:35:42.974Z] Removing intermediate container 8fb7ef3aae5e [2020-09-15T15:35:42.974Z] ---> 89ea88624bb8 [2020-09-15T15:35:42.974Z] Step 20/22 : LABEL arch=arm64 [2020-09-15T15:35:43.256Z] ---> Running in fb520d08eeb8 [2020-09-15T15:35:43.532Z] Removing intermediate container cf7380c66228 [2020-09-15T15:35:43.532Z] ---> c193cb3f6651 [2020-09-15T15:35:43.532Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-15T15:35:44.141Z] Removing intermediate container fb520d08eeb8 [2020-09-15T15:35:44.141Z] ---> 1cb354eadc51 [2020-09-15T15:35:44.141Z] Step 21/22 : LABEL git_sha=92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:35:45.145Z] ---> bab6467d9d70 [2020-09-15T15:35:45.145Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-15T15:35:45.145Z] ---> Running in 00dc4c2eb636 [2020-09-15T15:35:45.759Z] Removing intermediate container 99c451ea9e57 [2020-09-15T15:35:45.759Z] ---> b9ed521efce6 [2020-09-15T15:35:45.759Z] [2020-09-15T15:35:45.759Z] Step 10/22 : FROM scratch [2020-09-15T15:35:45.759Z] ---> [2020-09-15T15:35:45.759Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T15:35:46.034Z] Removing intermediate container 00dc4c2eb636 [2020-09-15T15:35:46.034Z] ---> de3ccb573f16 [2020-09-15T15:35:46.034Z] Step 22/22 : LABEL version=1.2.2-dev.25 [2020-09-15T15:35:46.311Z] ---> Running in 45edb7633fe4 [2020-09-15T15:35:46.311Z] Removing intermediate container c871c0a3b594 [2020-09-15T15:35:46.311Z] ---> 7704456da9c5 [2020-09-15T15:35:46.311Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-15T15:35:46.915Z] ---> Running in a4c937890718 [2020-09-15T15:35:47.193Z] ---> 388ba36a178a [2020-09-15T15:35:47.194Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-15T15:35:47.194Z] ---> Running in 7c8f6a0bb558 [2020-09-15T15:35:47.194Z] Removing intermediate container 45edb7633fe4 [2020-09-15T15:35:47.194Z] ---> 72f8b9a687c6 [2020-09-15T15:35:47.194Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-15T15:35:47.474Z] ---> Running in cd078e12fa78 [2020-09-15T15:35:47.752Z] Removing intermediate container a4c937890718 [2020-09-15T15:35:47.752Z] ---> 997fbc9843f4 [2020-09-15T15:35:47.752Z] [2020-09-15T15:35:47.752Z] Removing intermediate container 7c8f6a0bb558 [2020-09-15T15:35:47.752Z] ---> 0bee4038f3eb [2020-09-15T15:35:47.752Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-15T15:35:48.378Z] Successfully built 997fbc9843f4 [2020-09-15T15:35:48.378Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-15T15:35:48.378Z]  Building docker-support-logging-go ... done Building docker-support-scheduler-go [2020-09-15T15:35:48.378Z] ---> Running in 0d961f44dea1 [2020-09-15T15:35:48.378Z] Removing intermediate container cd078e12fa78 [2020-09-15T15:35:48.378Z] ---> dc4f1a24c801 [2020-09-15T15:35:48.378Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-15T15:35:48.988Z] ---> Running in acbd5199d535 [2020-09-15T15:35:48.988Z] ---> 79106ae77c56 [2020-09-15T15:35:48.988Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-15T15:35:48.988Z] Removing intermediate container 0d961f44dea1 [2020-09-15T15:35:48.988Z] ---> a42a87af9c3e [2020-09-15T15:35:48.988Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-15T15:35:49.275Z] ---> Running in 4e7d8099bb44 [2020-09-15T15:35:49.557Z] Removing intermediate container acbd5199d535 [2020-09-15T15:35:49.557Z] ---> 48c0418e1076 [2020-09-15T15:35:49.557Z] Step 14/22 : WORKDIR / [2020-09-15T15:35:50.066Z] ---> Running in 5079b9ab1366 [2020-09-15T15:35:50.674Z] ---> 6c130758127c [2020-09-15T15:35:50.674Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-15T15:35:50.674Z] Removing intermediate container 4e7d8099bb44 [2020-09-15T15:35:50.674Z] ---> 616d3f85192c [2020-09-15T15:35:50.674Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-15T15:35:51.280Z] Removing intermediate container 5079b9ab1366 [2020-09-15T15:35:51.280Z] ---> fa4f5a3749c7 [2020-09-15T15:35:51.280Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-15T15:35:53.913Z] ---> 9546fbdbb638 [2020-09-15T15:35:53.913Z] ---> 56493b973368 [2020-09-15T15:35:53.913Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-15T15:35:53.913Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-15T15:35:53.913Z] ---> 62671051bd50 [2020-09-15T15:35:53.913Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-15T15:35:55.920Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T15:35:55.920Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-15T15:35:55.920Z] ---> 56a1890a62fd [2020-09-15T15:35:55.920Z] Step 3/26 : WORKDIR /edgex-go [2020-09-15T15:35:55.920Z] ---> Using cache [2020-09-15T15:35:55.920Z] ---> 31b0206ac57b [2020-09-15T15:35:55.920Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:35:55.920Z] ---> Using cache [2020-09-15T15:35:55.920Z] ---> 64bf779cb3df [2020-09-15T15:35:55.920Z] Step 5/26 : RUN apk update && apk add make git [2020-09-15T15:35:56.522Z] ---> d300f5492a71 [2020-09-15T15:35:56.522Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-15T15:35:56.802Z] ---> Running in 3fc12af9fa34 [2020-09-15T15:35:56.802Z] ---> 862ac6900a81 [2020-09-15T15:35:56.802Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-15T15:35:56.802Z] ---> 677193b7a9aa [2020-09-15T15:35:56.802Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-15T15:35:57.080Z] ---> Running in 889e90bd3ba7 [2020-09-15T15:35:58.070Z] ---> 591d75db051f [2020-09-15T15:35:58.070Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-15T15:35:58.070Z] Removing intermediate container 889e90bd3ba7 [2020-09-15T15:35:58.070Z] ---> 3ab047f5c9e6 [2020-09-15T15:35:58.070Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T15:35:58.070Z] ---> 43aab6e79014 [2020-09-15T15:35:58.070Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-15T15:35:58.346Z] ---> Running in f6992f450ca8 [2020-09-15T15:35:58.346Z] ---> Running in 9c40e4f8edb0 [2020-09-15T15:35:58.346Z] ---> Running in b2f0a2537889 [2020-09-15T15:35:58.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:35:59.257Z] Removing intermediate container b2f0a2537889 [2020-09-15T15:35:59.257Z] ---> 31e17bf8ba53 [2020-09-15T15:35:59.257Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T15:35:59.534Z] Removing intermediate container f6992f450ca8 [2020-09-15T15:35:59.534Z] ---> d1dbc5fbe0f1 [2020-09-15T15:35:59.534Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T15:35:59.810Z] ---> Running in c8d309f2a437 [2020-09-15T15:35:59.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:36:00.086Z] ---> Running in dadfa4fd929a [2020-09-15T15:36:00.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:36:00.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:36:00.667Z] Removing intermediate container c8d309f2a437 [2020-09-15T15:36:00.667Z] ---> 01e197fc3394 [2020-09-15T15:36:00.667Z] Step 20/22 : LABEL arch=arm64 [2020-09-15T15:36:00.952Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T15:36:00.952Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T15:36:00.952Z] OK: 12619 distinct packages available [2020-09-15T15:36:00.952Z] Removing intermediate container dadfa4fd929a [2020-09-15T15:36:00.952Z] ---> e46bb1db597c [2020-09-15T15:36:00.952Z] Step 23/24 : LABEL git_sha=92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:36:01.229Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-15T15:36:01.229Z] (2/33) Installing expat (2.2.9-r1) [2020-09-15T15:36:01.229Z] (3/33) Installing libffi (3.3-r2) [2020-09-15T15:36:01.229Z] (4/33) Installing gdbm (1.13-r1) [2020-09-15T15:36:01.229Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-15T15:36:01.229Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-15T15:36:01.229Z] ---> Running in e2868d54cdda [2020-09-15T15:36:01.229Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-15T15:36:01.508Z] ---> Running in ac3add41d8d3 [2020-09-15T15:36:01.787Z] OK: 217 MiB in 51 packages [2020-09-15T15:36:02.790Z] Removing intermediate container e2868d54cdda [2020-09-15T15:36:02.790Z] ---> 6c8db80adb78 [2020-09-15T15:36:02.790Z] Step 21/22 : LABEL git_sha=92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:36:03.400Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-15T15:36:03.400Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-15T15:36:03.400Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-15T15:36:03.400Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-15T15:36:03.400Z] Removing intermediate container ac3add41d8d3 [2020-09-15T15:36:03.400Z] ---> 45ef13938d6d [2020-09-15T15:36:03.400Z] Step 24/24 : LABEL version=1.2.2-dev.25 [2020-09-15T15:36:03.400Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-15T15:36:03.400Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-15T15:36:03.400Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-15T15:36:03.685Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-15T15:36:03.685Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-15T15:36:03.685Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-15T15:36:03.685Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-15T15:36:03.685Z] ---> Running in 2f2ae98c41d8 [2020-09-15T15:36:03.685Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-15T15:36:03.685Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-15T15:36:03.685Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-15T15:36:03.685Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-15T15:36:03.685Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-15T15:36:03.969Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-15T15:36:03.969Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-15T15:36:03.969Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-15T15:36:03.969Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-15T15:36:03.969Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-15T15:36:03.969Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-15T15:36:03.969Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-15T15:36:03.969Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-15T15:36:03.969Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-15T15:36:03.969Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-15T15:36:03.969Z] ---> Running in 04d709192466 [2020-09-15T15:36:04.250Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T15:36:04.250Z] OK: 71 MiB in 55 packages [2020-09-15T15:36:04.526Z] Removing intermediate container 3fc12af9fa34 [2020-09-15T15:36:04.526Z] ---> 117949a90f12 [2020-09-15T15:36:04.526Z] Step 6/26 : COPY go.mod . [2020-09-15T15:36:04.805Z] Removing intermediate container 2f2ae98c41d8 [2020-09-15T15:36:04.805Z] ---> d6e7e2ac5943 [2020-09-15T15:36:04.805Z] Step 22/22 : LABEL version=1.2.2-dev.25 [2020-09-15T15:36:05.084Z] Removing intermediate container 04d709192466 [2020-09-15T15:36:05.084Z] ---> 7bb81e355194 [2020-09-15T15:36:05.084Z] [2020-09-15T15:36:05.393Z] ---> Running in 917ceaa4b738 [2020-09-15T15:36:05.705Z] Successfully built 7bb81e355194 [2020-09-15T15:36:05.705Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-15T15:36:05.705Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-09-15T15:36:06.003Z] ---> 517e1bba325f [2020-09-15T15:36:06.003Z] Step 7/26 : RUN go mod download [2020-09-15T15:36:06.003Z] Removing intermediate container 917ceaa4b738 [2020-09-15T15:36:06.003Z] ---> 68324777f564 [2020-09-15T15:36:06.003Z] [2020-09-15T15:36:06.280Z] ---> Running in 4915795d86c9 [2020-09-15T15:36:06.559Z] Successfully built 68324777f564 [2020-09-15T15:36:06.559Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-15T15:36:06.834Z] Building docker-security-secrets-setup-go [2020-09-15T15:36:09.473Z]  Building docker-core-metadata-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T15:36:09.473Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-15T15:36:09.473Z] ---> 56a1890a62fd [2020-09-15T15:36:09.473Z] Step 3/21 : WORKDIR /edgex-go [2020-09-15T15:36:09.473Z] ---> Using cache [2020-09-15T15:36:09.473Z] ---> 31b0206ac57b [2020-09-15T15:36:09.473Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:36:09.473Z] ---> Using cache [2020-09-15T15:36:09.473Z] ---> 64bf779cb3df [2020-09-15T15:36:09.473Z] Step 5/21 : RUN apk update && apk add make git [2020-09-15T15:36:09.473Z] ---> Using cache [2020-09-15T15:36:09.473Z] ---> 117949a90f12 [2020-09-15T15:36:09.473Z] Step 6/21 : COPY go.mod . [2020-09-15T15:36:09.473Z] ---> Using cache [2020-09-15T15:36:09.473Z] ---> 517e1bba325f [2020-09-15T15:36:09.473Z] Step 7/21 : RUN go mod download [2020-09-15T15:36:14.938Z] ---> Running in 1f22865accc5 [2020-09-15T15:36:14.938Z] Removing intermediate container 4915795d86c9 [2020-09-15T15:36:14.938Z] ---> dd46a0bbc3cf [2020-09-15T15:36:14.938Z] Step 8/26 : COPY . . [2020-09-15T15:36:15.215Z] Removing intermediate container 9c40e4f8edb0 [2020-09-15T15:36:15.215Z] ---> 89a0cf9fa3d6 [2020-09-15T15:36:15.215Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-15T15:36:15.493Z] ---> Running in 4f32b4f77a75 [2020-09-15T15:36:20.934Z] Removing intermediate container 1f22865accc5 [2020-09-15T15:36:20.934Z] ---> 9b200890f276 [2020-09-15T15:36:20.934Z] Step 8/21 : COPY . . [2020-09-15T15:36:21.533Z] Collecting docker-compose==1.23.2 [2020-09-15T15:36:21.810Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-15T15:36:22.412Z] Collecting jsonschema<3,>=2.5.1 [2020-09-15T15:36:22.412Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-15T15:36:23.868Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-15T15:36:24.148Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-15T15:36:24.756Z] Collecting docker<4.0,>=3.6.0 [2020-09-15T15:36:25.034Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-15T15:36:25.943Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-15T15:36:25.943Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-15T15:36:28.068Z] Collecting docopt<0.7,>=0.6.1 [2020-09-15T15:36:28.068Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-15T15:36:31.242Z] Collecting PyYAML<4,>=3.10 [2020-09-15T15:36:31.242Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-15T15:36:33.909Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T15:36:33.909Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-15T15:36:33.909Z] ---> 56a1890a62fd [2020-09-15T15:36:33.909Z] Step 3/22 : WORKDIR /edgex-go [2020-09-15T15:36:33.909Z] ---> Using cache [2020-09-15T15:36:33.909Z] ---> 31b0206ac57b [2020-09-15T15:36:33.909Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:36:33.909Z] ---> Using cache [2020-09-15T15:36:33.909Z] ---> 64bf779cb3df [2020-09-15T15:36:33.909Z] Step 5/22 : RUN apk update && apk add make git [2020-09-15T15:36:33.909Z] ---> Using cache [2020-09-15T15:36:33.909Z] ---> 117949a90f12 [2020-09-15T15:36:33.909Z] Step 6/22 : COPY go.mod . [2020-09-15T15:36:33.909Z] ---> Using cache [2020-09-15T15:36:33.909Z] ---> 517e1bba325f [2020-09-15T15:36:33.909Z] Step 7/22 : RUN go mod download [2020-09-15T15:36:33.909Z] ---> Using cache [2020-09-15T15:36:33.909Z] ---> 9b200890f276 [2020-09-15T15:36:33.909Z] Step 8/22 : COPY . . [2020-09-15T15:36:34.316Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T15:36:34.316Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-15T15:36:34.316Z] ---> 56a1890a62fd [2020-09-15T15:36:34.316Z] Step 3/29 : WORKDIR /edgex-go [2020-09-15T15:36:34.316Z] ---> Using cache [2020-09-15T15:36:34.316Z] ---> 31b0206ac57b [2020-09-15T15:36:34.316Z] Step 4/29 : RUN apk update && apk add make git [2020-09-15T15:36:35.334Z] Collecting cached-property<2,>=1.2.0 [2020-09-15T15:36:35.334Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-15T15:36:36.788Z] Collecting texttable<0.10,>=0.9.0 [2020-09-15T15:36:36.788Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-15T15:36:39.450Z] 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-09-15T15:36:40.100Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-15T15:36:40.100Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-15T15:36:40.702Z] 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-09-15T15:36:42.699Z] Collecting idna<2.8,>=2.5 [2020-09-15T15:36:42.699Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-15T15:36:43.686Z] ---> 4911db2e0455 [2020-09-15T15:36:43.686Z] 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-09-15T15:36:43.965Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-15T15:36:43.965Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-15T15:36:43.965Z] ---> Running in 52592e82d3c2 [2020-09-15T15:36:44.246Z] 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-09-15T15:36:44.528Z] ---> 2373af9d5678 [2020-09-15T15:36:44.528Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-15T15:36:44.812Z] Collecting docker-pycreds>=0.4.0 [2020-09-15T15:36:44.812Z] ---> Running in a825c97d6675 [2020-09-15T15:36:44.812Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-15T15:36:44.812Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-15T15:36:44.812Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-15T15:36:44.812Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-15T15:36:44.812Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-15T15:36:45.090Z] ---> Running in 130330f59292 [2020-09-15T15:36:46.089Z] Installing collected packages: jsonschema, idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, docopt, PyYAML, cached-property, texttable, docker-compose [2020-09-15T15:36:46.367Z] Attempting uninstall: idna [2020-09-15T15:36:46.367Z] Found existing installation: idna 2.9 [2020-09-15T15:36:46.367Z] Uninstalling idna-2.9: [2020-09-15T15:36:46.647Z] Successfully uninstalled idna-2.9 [2020-09-15T15:36:47.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:36:47.265Z] Attempting uninstall: urllib3 [2020-09-15T15:36:47.265Z] Found existing installation: urllib3 1.25.9 [2020-09-15T15:36:47.265Z] Uninstalling urllib3-1.25.9: [2020-09-15T15:36:47.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-15T15:36:47.838Z] Successfully uninstalled urllib3-1.25.9 [2020-09-15T15:36:47.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-15T15:36:48.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:36:48.395Z] Attempting uninstall: requests [2020-09-15T15:36:48.395Z] Found existing installation: requests 2.23.0 [2020-09-15T15:36:48.395Z] Uninstalling requests-2.23.0: [2020-09-15T15:36:48.676Z] Successfully uninstalled requests-2.23.0 [2020-09-15T15:36:49.288Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T15:36:49.289Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T15:36:49.289Z] OK: 12619 distinct packages available [2020-09-15T15:36:49.562Z] ---> 66863ffa8113 [2020-09-15T15:36:49.562Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-15T15:36:49.835Z] ---> Running in 137fe48fe128 [2020-09-15T15:36:50.110Z] OK: 217 MiB in 51 packages [2020-09-15T15:36:50.715Z] Running setup.py install for dockerpty: started [2020-09-15T15:36:52.169Z] Removing intermediate container 52592e82d3c2 [2020-09-15T15:36:52.169Z] ---> a28637e4110d [2020-09-15T15:36:52.169Z] Step 5/29 : COPY go.mod . [2020-09-15T15:36:52.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/core-command/core-command ./cmd/core-command [2020-09-15T15:36:53.182Z] ---> 50364ec5f165 [2020-09-15T15:36:53.182Z] Step 6/29 : RUN go mod download [2020-09-15T15:36:53.459Z] ---> Running in 4beecdbed0f2 [2020-09-15T15:36:53.741Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-15T15:36:53.741Z] Running setup.py install for docopt: started [2020-09-15T15:36:56.387Z] Running setup.py install for docopt: finished with status 'done' [2020-09-15T15:36:56.387Z] Running setup.py install for PyYAML: started [2020-09-15T15:36:58.386Z] Removing intermediate container 4beecdbed0f2 [2020-09-15T15:36:58.386Z] ---> fd6c75bdece7 [2020-09-15T15:36:58.386Z] Step 7/29 : COPY . . [2020-09-15T15:36:59.381Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-15T15:36:59.660Z] Running setup.py install for texttable: started [2020-09-15T15:37:02.322Z] Running setup.py install for texttable: finished with status 'done' [2020-09-15T15:37:03.779Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-09-15T15:37:13.982Z] Removing intermediate container 4f32b4f77a75 [2020-09-15T15:37:13.982Z] ---> 9866c133db4a [2020-09-15T15:37:13.982Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-15T15:37:13.982Z] ---> Running in a8d318fc09c2 [2020-09-15T15:37:15.976Z] ---> d4a9aaa75b3b [2020-09-15T15:37:15.976Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-15T15:37:15.976Z] ---> Running in 58be30857ab6 [2020-09-15T15:37:16.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:37:16.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:37:17.868Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-15T15:37:17.868Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-15T15:37:17.868Z] (3/3) Installing curl (7.69.1-r0) [2020-09-15T15:37:17.868Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T15:37:17.868Z] OK: 71 MiB in 58 packages [2020-09-15T15:37:18.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-15T15:37:19.491Z] Removing intermediate container a8d318fc09c2 [2020-09-15T15:37:19.491Z] ---> c1f765352339 [2020-09-15T15:37:19.491Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-15T15:37:19.774Z] ---> Running in b07d8dfd4834 [2020-09-15T15:37:20.386Z] Removing intermediate container b07d8dfd4834 [2020-09-15T15:37:20.386Z] ---> 15d29ebf8940 [2020-09-15T15:37:20.386Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T15:37:20.666Z] ---> Running in 269f99feadd7 [2020-09-15T15:37:21.275Z] Removing intermediate container 269f99feadd7 [2020-09-15T15:37:21.275Z] ---> 937c6b97b2bf [2020-09-15T15:37:21.275Z] Step 25/27 : LABEL arch=arm64 [2020-09-15T15:37:21.275Z] ---> Running in 5bc6bada8895 [2020-09-15T15:37:21.886Z] Removing intermediate container 5bc6bada8895 [2020-09-15T15:37:21.886Z] ---> b64baf832758 [2020-09-15T15:37:21.886Z] Step 26/27 : LABEL git_sha=92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:37:22.165Z] ---> Running in 40739effbd9b [2020-09-15T15:37:22.784Z] Removing intermediate container 40739effbd9b [2020-09-15T15:37:22.784Z] ---> 01202cbb6f68 [2020-09-15T15:37:22.784Z] Step 27/27 : LABEL version=1.2.2-dev.25 [2020-09-15T15:37:22.784Z] ---> Running in 95b46066365d [2020-09-15T15:37:23.792Z] Removing intermediate container 95b46066365d [2020-09-15T15:37:23.792Z] ---> 63cc6f2d567a [2020-09-15T15:37:23.792Z] [2020-09-15T15:37:24.074Z] Successfully built 63cc6f2d567a [2020-09-15T15:37:24.074Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-15T15:37:24.074Z] Building docker-core-data-go [2020-09-15T15:37:46.327Z]  Building docker-sys-mgmt-agent-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-15T15:37:46.327Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-15T15:37:46.327Z] ---> 56a1890a62fd [2020-09-15T15:37:46.327Z] Step 3/23 : WORKDIR /edgex-go [2020-09-15T15:37:46.327Z] ---> Using cache [2020-09-15T15:37:46.327Z] ---> 31b0206ac57b [2020-09-15T15:37:46.327Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:37:46.327Z] ---> Using cache [2020-09-15T15:37:46.327Z] ---> 64bf779cb3df [2020-09-15T15:37:46.327Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-15T15:37:47.775Z] ---> Running in 4020fffeac6e [2020-09-15T15:37:50.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:37:51.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:37:53.409Z] v3.12.0-320-g7ac7f0b0a6 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-15T15:37:53.409Z] v3.12.0-324-g4b4c2fd71c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-15T15:37:53.409Z] OK: 12619 distinct packages available [2020-09-15T15:37:54.016Z] OK: 217 MiB in 51 packages [2020-09-15T15:37:56.017Z] Removing intermediate container 4020fffeac6e [2020-09-15T15:37:56.017Z] ---> e583f2c692e5 [2020-09-15T15:37:56.017Z] Step 6/23 : COPY go.mod . [2020-09-15T15:37:57.008Z] ---> 0cda784709fb [2020-09-15T15:37:57.009Z] Step 7/23 : RUN go mod download [2020-09-15T15:37:57.286Z] ---> Running in f8401810ebcc [2020-09-15T15:38:02.719Z] Removing intermediate container f8401810ebcc [2020-09-15T15:38:02.719Z] ---> f0a260d71892 [2020-09-15T15:38:02.719Z] Step 8/23 : COPY . . [2020-09-15T15:38:09.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-15T15:38:21.929Z] ---> 7c0935666e2a [2020-09-15T15:38:21.929Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-15T15:38:21.929Z] ---> Running in daa967f9197b [2020-09-15T15:38:22.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-15T15:38:23.657Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.25" -o cmd/core-data/core-data ./cmd/core-data [2020-09-15T15:38:33.876Z] Removing intermediate container a825c97d6675 [2020-09-15T15:38:33.876Z] ---> 359a15a28933 [2020-09-15T15:38:33.876Z] [2020-09-15T15:38:33.876Z] Step 10/26 : FROM alpine:3.10 [2020-09-15T15:38:34.156Z] 3.10: Pulling from library/alpine [2020-09-15T15:38:35.633Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-15T15:38:35.633Z] Status: Downloaded newer image for alpine:3.10 [2020-09-15T15:38:35.633Z] ---> 536a684cf733 [2020-09-15T15:38:35.633Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-15T15:38:35.940Z] ---> Running in fd21798708a6 [2020-09-15T15:38:39.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:38:39.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:38:40.002Z] v3.10.5-86-g877a2f9d6c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-15T15:38:40.002Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-15T15:38:40.002Z] OK: 10167 distinct packages available [2020-09-15T15:38:41.014Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-15T15:38:41.014Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-15T15:38:41.014Z] (3/5) Installing libcurl (7.66.0-r0) [2020-09-15T15:38:41.014Z] (4/5) Installing curl (7.66.0-r0) [2020-09-15T15:38:41.014Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-15T15:38:41.014Z] Executing busybox-1.30.1-r3.trigger [2020-09-15T15:38:41.014Z] Executing ca-certificates-20191127-r2.trigger [2020-09-15T15:38:41.014Z] Removing intermediate container 58be30857ab6 [2020-09-15T15:38:41.014Z] ---> d355b41e55e8 [2020-09-15T15:38:41.014Z] [2020-09-15T15:38:41.014Z] Step 9/29 : FROM alpine:latest [2020-09-15T15:38:41.014Z] ---> 62ee0e9f8440 [2020-09-15T15:38:41.014Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-15T15:38:41.303Z] ---> Running in afef14bad43c [2020-09-15T15:38:41.596Z] OK: 7 MiB in 19 packages [2020-09-15T15:38:42.219Z] Removing intermediate container afef14bad43c [2020-09-15T15:38:42.219Z] ---> 0be0181b7dca [2020-09-15T15:38:42.219Z] Step 11/29 : USER root [2020-09-15T15:38:42.500Z] ---> Running in 22d8fb9fb705 [2020-09-15T15:38:43.117Z] Removing intermediate container 22d8fb9fb705 [2020-09-15T15:38:43.118Z] ---> 6359c2d75381 [2020-09-15T15:38:43.118Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-15T15:38:43.720Z] ---> Running in 860a918a4a07 [2020-09-15T15:38:44.745Z] Removing intermediate container fd21798708a6 [2020-09-15T15:38:44.745Z] ---> 042c8099f4ed [2020-09-15T15:38:44.745Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-15T15:38:45.020Z] ---> Running in 257a029e6450 [2020-09-15T15:38:46.490Z] Removing intermediate container 257a029e6450 [2020-09-15T15:38:46.490Z] ---> fa35e2712b98 [2020-09-15T15:38:46.490Z] Step 13/26 : WORKDIR / [2020-09-15T15:38:46.490Z] ---> Running in 01ed3b2ed2b3 [2020-09-15T15:38:46.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:38:47.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:38:47.674Z] Removing intermediate container 01ed3b2ed2b3 [2020-09-15T15:38:47.674Z] ---> 8c74f559a805 [2020-09-15T15:38:47.674Z] 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-09-15T15:38:47.952Z] v3.12.0-320-g7ac7f0b0a6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-15T15:38:47.952Z] v3.12.0-324-g4b4c2fd71c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-15T15:38:47.952Z] OK: 12619 distinct packages available [2020-09-15T15:38:48.236Z] Removing intermediate container 130330f59292 [2020-09-15T15:38:48.236Z] ---> 918e57607cc9 [2020-09-15T15:38:48.236Z] [2020-09-15T15:38:48.236Z] Step 10/21 : FROM scratch [2020-09-15T15:38:48.236Z] ---> [2020-09-15T15:38:48.236Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T15:38:48.236Z] ---> Using cache [2020-09-15T15:38:48.236Z] ---> 72f8b9a687c6 [2020-09-15T15:38:48.236Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-15T15:38:48.514Z] ---> Running in e084530bbcb5 [2020-09-15T15:38:48.799Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-15T15:38:48.799Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-15T15:38:48.799Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T15:38:48.799Z] Executing ca-certificates-20191127-r4.trigger [2020-09-15T15:38:49.087Z] ---> e0fe81231ff3 [2020-09-15T15:38:49.087Z] 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-09-15T15:38:49.087Z] OK: 6 MiB in 16 packages [2020-09-15T15:38:49.378Z] Removing intermediate container e084530bbcb5 [2020-09-15T15:38:49.378Z] ---> 0b260af0d456 [2020-09-15T15:38:49.378Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-15T15:38:49.666Z] ---> Running in bedc9b500816 [2020-09-15T15:38:51.123Z] Removing intermediate container bedc9b500816 [2020-09-15T15:38:51.123Z] ---> ef71153db2b1 [2020-09-15T15:38:51.123Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-15T15:38:51.404Z] ---> f5f1165d104a [2020-09-15T15:38:51.404Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-15T15:38:52.861Z] Removing intermediate container 860a918a4a07 [2020-09-15T15:38:52.861Z] ---> 3c9e7705f720 [2020-09-15T15:38:52.861Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-15T15:38:52.861Z] ---> 826e10e70552 [2020-09-15T15:38:52.861Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-15T15:38:53.148Z] ---> Running in 3eaf2f045a4b [2020-09-15T15:38:53.430Z] ---> 51b02e9fe081 [2020-09-15T15:38:53.430Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-15T15:38:54.432Z] Removing intermediate container 3eaf2f045a4b [2020-09-15T15:38:54.433Z] ---> d90938937416 [2020-09-15T15:38:54.433Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-15T15:38:54.713Z] ---> Running in c246abd669c7 [2020-09-15T15:38:55.325Z] Removing intermediate container 137fe48fe128 [2020-09-15T15:38:55.325Z] ---> 6d26d7201730 [2020-09-15T15:38:55.325Z] [2020-09-15T15:38:55.325Z] Step 10/22 : FROM scratch [2020-09-15T15:38:55.325Z] ---> [2020-09-15T15:38:55.325Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T15:38:55.604Z] ---> Using cache [2020-09-15T15:38:55.604Z] ---> 72f8b9a687c6 [2020-09-15T15:38:55.604Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-15T15:38:55.881Z] Removing intermediate container c246abd669c7 [2020-09-15T15:38:55.881Z] ---> 8761d9c14c78 [2020-09-15T15:38:55.881Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-15T15:38:55.881Z] ---> 946b4091f55d [2020-09-15T15:38:55.881Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-15T15:38:55.881Z] ---> Running in b749ef94e5a1 [2020-09-15T15:38:55.881Z] ---> b6f4041056cc [2020-09-15T15:38:55.881Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-15T15:38:56.159Z] ---> Running in daa40c1fb092 [2020-09-15T15:38:57.610Z] Removing intermediate container b749ef94e5a1 [2020-09-15T15:38:57.610Z] ---> e3856d577993 [2020-09-15T15:38:57.610Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-15T15:38:57.610Z] ---> Running in d97380d0f9c4 [2020-09-15T15:38:58.211Z] ---> 1c37a5183387 [2020-09-15T15:38:58.211Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-15T15:38:58.211Z] ---> Running in ab840dd4f9aa [2020-09-15T15:38:58.868Z] ---> c930ff014c5c [2020-09-15T15:38:58.868Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-15T15:38:58.868Z] Removing intermediate container d97380d0f9c4 [2020-09-15T15:38:58.868Z] ---> 10a8845cc185 [2020-09-15T15:38:58.868Z] Step 14/22 : WORKDIR / [2020-09-15T15:38:58.868Z] ---> Running in 0ed39a46e1fe [2020-09-15T15:38:59.146Z] Removing intermediate container ab840dd4f9aa [2020-09-15T15:38:59.146Z] ---> 17463aa2c831 [2020-09-15T15:38:59.146Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T15:38:59.420Z] ---> Running in 0fb58209dca3 [2020-09-15T15:39:00.023Z] Removing intermediate container 0ed39a46e1fe [2020-09-15T15:39:00.023Z] ---> 3b2fa1876b7a [2020-09-15T15:39:00.023Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-15T15:39:00.621Z] Removing intermediate container 0fb58209dca3 [2020-09-15T15:39:00.621Z] ---> baaaad2aa072 [2020-09-15T15:39:00.621Z] Step 19/21 : LABEL arch=arm64 [2020-09-15T15:39:00.893Z] ---> Running in 34487088c5a0 [2020-09-15T15:39:00.893Z] ---> 17c2c524c1b3 [2020-09-15T15:39:01.165Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-15T15:39:01.448Z] ---> 02701ccbc654 [2020-09-15T15:39:01.448Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-15T15:39:01.720Z] Removing intermediate container daa40c1fb092 [2020-09-15T15:39:01.720Z] ---> 595a5bb29c5d [2020-09-15T15:39:01.720Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-15T15:39:02.001Z] Removing intermediate container 34487088c5a0 [2020-09-15T15:39:02.002Z] ---> dd16f7f4ca4b [2020-09-15T15:39:02.002Z] Step 20/21 : LABEL git_sha=92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:39:02.002Z] ---> Running in f4e6ac032b01 [2020-09-15T15:39:03.195Z] Removing intermediate container f4e6ac032b01 [2020-09-15T15:39:03.195Z] ---> d71b5034723a [2020-09-15T15:39:03.195Z] Step 21/21 : LABEL version=1.2.2-dev.25 [2020-09-15T15:39:03.609Z] ---> Running in 312d782b3d3e [2020-09-15T15:39:03.931Z] ---> abcfac073845 [2020-09-15T15:39:03.931Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-15T15:39:05.042Z] Removing intermediate container 312d782b3d3e [2020-09-15T15:39:05.042Z] ---> fe3bdb89cd64 [2020-09-15T15:39:05.042Z] [2020-09-15T15:39:05.042Z] ---> 4f50f4e0a272 [2020-09-15T15:39:05.042Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-15T15:39:05.346Z] ---> 6401c0b6efeb [2020-09-15T15:39:05.346Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-15T15:39:06.389Z] Successfully built fe3bdb89cd64 [2020-09-15T15:39:06.390Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-15T15:39:06.725Z]  Building docker-support-scheduler-go ... done  ---> e51c2d48218a [2020-09-15T15:39:06.725Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-15T15:39:07.053Z] ---> Running in 0b5822b7ea64 [2020-09-15T15:39:07.367Z] ---> 3825b0813ccc [2020-09-15T15:39:07.367Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-15T15:39:07.367Z] ---> 797cbb8591bf [2020-09-15T15:39:07.367Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-15T15:39:07.660Z] ---> Running in 48b7b8c096b6 [2020-09-15T15:39:09.132Z] Removing intermediate container 48b7b8c096b6 [2020-09-15T15:39:09.132Z] ---> aa90f965f62d [2020-09-15T15:39:09.132Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T15:39:09.132Z] ---> Running in a27e1d1bcc4d [2020-09-15T15:39:09.403Z] ---> d22c65ebd5b4 [2020-09-15T15:39:09.403Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-15T15:39:10.032Z] Removing intermediate container a27e1d1bcc4d [2020-09-15T15:39:10.032Z] ---> 3d9ebf9d75f5 [2020-09-15T15:39:10.032Z] Step 20/22 : LABEL arch=arm64 [2020-09-15T15:39:10.317Z] ---> Running in d36c73caf2c9 [2020-09-15T15:39:10.929Z] ---> 0504183dded5 [2020-09-15T15:39:10.929Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-15T15:39:11.217Z] Removing intermediate container d36c73caf2c9 [2020-09-15T15:39:11.217Z] ---> cbf8f5436458 [2020-09-15T15:39:11.217Z] Step 21/22 : LABEL git_sha=92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:39:11.488Z] ---> Running in ed4926da102b [2020-09-15T15:39:12.093Z] Removing intermediate container 0b5822b7ea64 [2020-09-15T15:39:12.093Z] ---> 7233926b66fe [2020-09-15T15:39:12.093Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-15T15:39:12.093Z] ---> Running in 1ed0798ee541 [2020-09-15T15:39:12.369Z] Removing intermediate container ed4926da102b [2020-09-15T15:39:12.369Z] ---> d3559a30c8b4 [2020-09-15T15:39:12.369Z] Step 22/22 : LABEL version=1.2.2-dev.25 [2020-09-15T15:39:12.644Z] ---> 7237274ad569 [2020-09-15T15:39:12.644Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-15T15:39:12.644Z] ---> Running in 5d34be9d965a [2020-09-15T15:39:12.921Z] ---> Running in 68123b9e8166 [2020-09-15T15:39:13.204Z] Removing intermediate container 1ed0798ee541 [2020-09-15T15:39:13.204Z] ---> db18bf85a0eb [2020-09-15T15:39:13.204Z] Step 24/26 : LABEL arch=arm64 [2020-09-15T15:39:13.482Z] ---> Running in 804857f88a2f [2020-09-15T15:39:13.759Z] Removing intermediate container 5d34be9d965a [2020-09-15T15:39:13.759Z] ---> a66b7be9affa [2020-09-15T15:39:13.759Z] [2020-09-15T15:39:14.359Z] Successfully built a66b7be9affa [2020-09-15T15:39:14.359Z] Removing intermediate container 804857f88a2f [2020-09-15T15:39:14.359Z] ---> 7af931535a59 [2020-09-15T15:39:14.359Z] Step 25/26 : LABEL git_sha=92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:39:14.638Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-15T15:39:14.638Z]  Building docker-core-command-go ... done  ---> Running in 7eca47960d55 [2020-09-15T15:39:15.645Z] Removing intermediate container 7eca47960d55 [2020-09-15T15:39:15.645Z] ---> 5e41cc1aac5d [2020-09-15T15:39:15.645Z] Step 26/26 : LABEL version=1.2.2-dev.25 [2020-09-15T15:39:15.645Z] ---> Running in 727129b32454 [2020-09-15T15:39:16.640Z] Removing intermediate container 727129b32454 [2020-09-15T15:39:16.640Z] ---> c618a69ffb95 [2020-09-15T15:39:16.640Z] [2020-09-15T15:39:16.917Z] Removing intermediate container 68123b9e8166 [2020-09-15T15:39:16.917Z] ---> 2756f6776bce [2020-09-15T15:39:16.917Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-15T15:39:17.193Z] Successfully built c618a69ffb95 [2020-09-15T15:39:17.193Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-15T15:39:18.182Z]  Building docker-security-secretstore-setup-go ... done  ---> ba06564357d2 [2020-09-15T15:39:18.182Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-15T15:39:18.182Z] ---> Running in 3c28c5b0acc9 [2020-09-15T15:39:22.507Z] Removing intermediate container 3c28c5b0acc9 [2020-09-15T15:39:22.507Z] ---> c4211dae62e8 [2020-09-15T15:39:22.507Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-15T15:39:22.507Z] ---> Running in 679358414cc7 [2020-09-15T15:39:25.913Z] Removing intermediate container 679358414cc7 [2020-09-15T15:39:25.913Z] ---> adec9942687f [2020-09-15T15:39:25.913Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-15T15:39:25.913Z] ---> Running in 651aa46f0bf3 [2020-09-15T15:39:26.184Z] Removing intermediate container 651aa46f0bf3 [2020-09-15T15:39:26.184Z] ---> 62732e3cdad8 [2020-09-15T15:39:26.184Z] Step 26/29 : CMD [ "generate" ] [2020-09-15T15:39:26.184Z] ---> Running in 7168a9eeeacf [2020-09-15T15:39:26.778Z] Removing intermediate container 7168a9eeeacf [2020-09-15T15:39:26.778Z] ---> 2d6c20eb2627 [2020-09-15T15:39:26.778Z] Step 27/29 : LABEL arch=arm64 [2020-09-15T15:39:26.778Z] ---> Running in 865f5f4bafd1 [2020-09-15T15:39:27.371Z] Removing intermediate container 865f5f4bafd1 [2020-09-15T15:39:27.371Z] ---> d743d4829153 [2020-09-15T15:39:27.371Z] Step 28/29 : LABEL git_sha=92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:39:27.646Z] ---> Running in dc3b2d9fc934 [2020-09-15T15:39:27.919Z] Removing intermediate container dc3b2d9fc934 [2020-09-15T15:39:27.919Z] ---> 36a5e3319c7b [2020-09-15T15:39:27.919Z] Step 29/29 : LABEL version=1.2.2-dev.25 [2020-09-15T15:39:28.191Z] ---> Running in c7f5cf4fe97c [2020-09-15T15:39:28.463Z] Removing intermediate container c7f5cf4fe97c [2020-09-15T15:39:28.463Z] ---> 95518e82793b [2020-09-15T15:39:28.463Z] [2020-09-15T15:39:29.058Z] Successfully built 95518e82793b [2020-09-15T15:39:29.058Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-15T15:39:41.421Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container daa967f9197b [2020-09-15T15:39:41.421Z] ---> 2cacf0baa22a [2020-09-15T15:39:41.421Z] [2020-09-15T15:39:41.421Z] Step 10/23 : FROM alpine [2020-09-15T15:39:41.421Z] ---> 62ee0e9f8440 [2020-09-15T15:39:41.421Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-15T15:39:41.421Z] ---> Running in 4e7276884086 [2020-09-15T15:39:41.421Z] Removing intermediate container 4e7276884086 [2020-09-15T15:39:41.421Z] ---> dc66b79e2b50 [2020-09-15T15:39:41.421Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-15T15:39:41.421Z] ---> Running in bad7de83db3d [2020-09-15T15:39:41.421Z] Removing intermediate container bad7de83db3d [2020-09-15T15:39:41.421Z] ---> 2b5cf939b2c9 [2020-09-15T15:39:41.421Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-15T15:39:41.421Z] ---> Running in 0124a1facb6d [2020-09-15T15:39:41.692Z] Removing intermediate container 0124a1facb6d [2020-09-15T15:39:41.692Z] ---> 3cf2382f295f [2020-09-15T15:39:41.692Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T15:39:41.692Z] ---> Running in 40b3c0e2903c [2020-09-15T15:39:44.300Z] Removing intermediate container 40b3c0e2903c [2020-09-15T15:39:44.300Z] ---> 298c2bf278c9 [2020-09-15T15:39:44.300Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-15T15:39:44.300Z] ---> Running in 1a2e69dd4cf3 [2020-09-15T15:39:45.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T15:39:46.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T15:39:47.290Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-15T15:39:47.290Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-15T15:39:47.561Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-15T15:39:47.832Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-15T15:39:48.102Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-15T15:39:48.102Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T15:39:48.102Z] OK: 8 MiB in 19 packages [2020-09-15T15:39:49.533Z] Removing intermediate container 1a2e69dd4cf3 [2020-09-15T15:39:49.533Z] ---> d4681c4e34a1 [2020-09-15T15:39:49.533Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-15T15:39:49.808Z] ---> 5463bde813f9 [2020-09-15T15:39:49.808Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-15T15:39:51.240Z] ---> 2b8ddf6b03ec [2020-09-15T15:39:51.240Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-15T15:39:52.215Z] ---> 546de2166887 [2020-09-15T15:39:52.215Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-15T15:39:52.215Z] ---> Running in f3d128b8010e [2020-09-15T15:39:52.487Z] Removing intermediate container f3d128b8010e [2020-09-15T15:39:52.487Z] ---> cea9b793bed5 [2020-09-15T15:39:52.487Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T15:39:52.759Z] ---> Running in 0c454f621363 [2020-09-15T15:39:53.031Z] Removing intermediate container 0c454f621363 [2020-09-15T15:39:53.031Z] ---> 73ecfab02ab8 [2020-09-15T15:39:53.031Z] Step 21/23 : LABEL arch=arm64 [2020-09-15T15:39:53.303Z] ---> Running in 90e949bde400 [2020-09-15T15:39:53.575Z] Removing intermediate container 90e949bde400 [2020-09-15T15:39:53.575Z] ---> 984f9e7fbc4d [2020-09-15T15:39:53.575Z] Step 22/23 : LABEL git_sha=92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:39:53.856Z] ---> Running in ee876721446b [2020-09-15T15:39:54.449Z] Removing intermediate container ee876721446b [2020-09-15T15:39:54.450Z] ---> 2d52007977b4 [2020-09-15T15:39:54.450Z] Step 23/23 : LABEL version=1.2.2-dev.25 [2020-09-15T15:39:54.450Z] ---> Running in e9a47550d31e [2020-09-15T15:39:55.041Z] Removing intermediate container e9a47550d31e [2020-09-15T15:39:55.041Z] ---> 1bcdb0789546 [2020-09-15T15:39:55.041Z] [2020-09-15T15:39:55.313Z] Successfully built 1bcdb0789546 [2020-09-15T15:39:55.313Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-15T15:39:55.599Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-09-15T15:39:55.606Z] $ docker stop --time=1 042201c685ad12fd4709b2f9055358ce32a10746d4e4faaffd0fb31d4c552cec [2020-09-15T15:39:57.533Z] $ docker rm -f 042201c685ad12fd4709b2f9055358ce32a10746d4e4faaffd0fb31d4c552cec [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T15:39:58.232Z] + grep docker [2020-09-15T15:39:58.232Z] + docker images [2020-09-15T15:39:58.502Z] docker-core-data-go-arm64 latest 1bcdb0789546 4 seconds ago 22.1MB [2020-09-15T15:39:58.502Z] docker-security-secrets-setup-go-arm64 latest 95518e82793b 30 seconds ago 22.6MB [2020-09-15T15:39:58.502Z] docker-security-secretstore-setup-go-arm64 latest c618a69ffb95 42 seconds ago 30.5MB [2020-09-15T15:39:58.502Z] docker-core-command-go-arm64 latest a66b7be9affa 45 seconds ago 11.3MB [2020-09-15T15:39:58.502Z] docker-support-scheduler-go-arm64 latest fe3bdb89cd64 54 seconds ago 11.5MB [2020-09-15T15:39:58.502Z] docker-sys-mgmt-agent-go-arm64 latest 63cc6f2d567a 2 minutes ago 265MB [2020-09-15T15:39:58.502Z] docker-core-metadata-go-arm64 latest 68324777f564 3 minutes ago 12.6MB [2020-09-15T15:39:58.502Z] docker-support-notifications-go-arm64 latest 7bb81e355194 3 minutes ago 12.8MB [2020-09-15T15:39:58.502Z] docker-support-logging-go-arm64 latest 997fbc9843f4 4 minutes ago 10.4MB [2020-09-15T15:39:58.502Z] docker-security-proxy-setup-go-arm64 latest f974c00d6916 4 minutes ago 15MB [2020-09-15T15:39:58.502Z] docker latest ce9d55ae87f1 2 months ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-15T15:39:59.082Z] provisioning config files... [2020-09-15T15:39:59.128Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/139@tmp/config370019003921928695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-15T15:39:59.547Z] ---> docker-login.sh [2020-09-15T15:39:59.547Z] nexus3.edgexfoundry.org:10001 [2020-09-15T15:39:59.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T15:40:00.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T15:40:00.088Z] Configure a credential helper to remove this warning. See [2020-09-15T15:40:00.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T15:40:00.088Z] [2020-09-15T15:40:00.088Z] Login Succeeded [2020-09-15T15:40:00.088Z] nexus3.edgexfoundry.org:10002 [2020-09-15T15:40:00.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T15:40:00.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T15:40:00.631Z] Configure a credential helper to remove this warning. See [2020-09-15T15:40:00.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T15:40:00.631Z] [2020-09-15T15:40:00.631Z] Login Succeeded [2020-09-15T15:40:00.631Z] nexus3.edgexfoundry.org:10003 [2020-09-15T15:40:01.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T15:40:01.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T15:40:01.222Z] Configure a credential helper to remove this warning. See [2020-09-15T15:40:01.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T15:40:01.222Z] [2020-09-15T15:40:01.222Z] Login Succeeded [2020-09-15T15:40:01.222Z] nexus3.edgexfoundry.org:10004 [2020-09-15T15:40:01.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T15:40:01.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T15:40:01.814Z] Configure a credential helper to remove this warning. See [2020-09-15T15:40:01.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T15:40:01.814Z] [2020-09-15T15:40:01.814Z] Login Succeeded [2020-09-15T15:40:01.814Z] docker.io [2020-09-15T15:40:02.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T15:40:02.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T15:40:02.678Z] Configure a credential helper to remove this warning. See [2020-09-15T15:40:02.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T15:40:02.678Z] [2020-09-15T15:40:02.678Z] Login Succeeded [2020-09-15T15:40:02.678Z] ---> docker-login.sh ends [Pipeline] } [2020-09-15T15:40:02.693Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T15:40:02.921Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-15T15:40:02.921Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:02.921Z] 1.2.2-dev.25 [2020-09-15T15:40:02.921Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:02.921Z] master [2020-09-15T15:40:02.921Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:03.476Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:03.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:03.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-15T15:40:03.808Z] 6e9a6f01b49a: Preparing [2020-09-15T15:40:03.808Z] b74066bf675e: Preparing [2020-09-15T15:40:03.808Z] 4f3db0ce6f5b: Preparing [2020-09-15T15:40:04.085Z] 4f3db0ce6f5b: Pushed [2020-09-15T15:40:04.085Z] 6e9a6f01b49a: Pushed [2020-09-15T15:40:06.677Z] b74066bf675e: Pushed [2020-09-15T15:40:06.678Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478: digest: sha256:e36716618ebc015e3933151f51d4becc51255f0eb8f4dc72e637596783a384f3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:07.015Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:07.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:07.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-15T15:40:07.346Z] 6e9a6f01b49a: Preparing [2020-09-15T15:40:07.346Z] b74066bf675e: Preparing [2020-09-15T15:40:07.347Z] 4f3db0ce6f5b: Preparing [2020-09-15T15:40:07.347Z] 6e9a6f01b49a: Layer already exists [2020-09-15T15:40:07.347Z] b74066bf675e: Layer already exists [2020-09-15T15:40:07.347Z] 4f3db0ce6f5b: Layer already exists [2020-09-15T15:40:07.615Z] 1.2.2-dev.25: digest: sha256:e36716618ebc015e3933151f51d4becc51255f0eb8f4dc72e637596783a384f3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:07.951Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:08.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:08.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-15T15:40:08.287Z] 6e9a6f01b49a: Preparing [2020-09-15T15:40:08.287Z] b74066bf675e: Preparing [2020-09-15T15:40:08.287Z] 4f3db0ce6f5b: Preparing [2020-09-15T15:40:08.287Z] 6e9a6f01b49a: Layer already exists [2020-09-15T15:40:08.287Z] b74066bf675e: Layer already exists [2020-09-15T15:40:08.287Z] 4f3db0ce6f5b: Layer already exists [2020-09-15T15:40:08.559Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25: digest: sha256:e36716618ebc015e3933151f51d4becc51255f0eb8f4dc72e637596783a384f3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:08.900Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:09.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-15T15:40:09.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-15T15:40:09.276Z] 6e9a6f01b49a: Preparing [2020-09-15T15:40:09.276Z] b74066bf675e: Preparing [2020-09-15T15:40:09.276Z] 4f3db0ce6f5b: Preparing [2020-09-15T15:40:09.276Z] 6e9a6f01b49a: Layer already exists [2020-09-15T15:40:09.276Z] 4f3db0ce6f5b: Layer already exists [2020-09-15T15:40:09.276Z] b74066bf675e: Layer already exists [2020-09-15T15:40:09.545Z] master: digest: sha256:e36716618ebc015e3933151f51d4becc51255f0eb8f4dc72e637596783a384f3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T15:40:09.739Z] ===================================================== [Pipeline] echo [2020-09-15T15:40:09.791Z] taggedImages: [2020-09-15T15:40:09.791Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:09.791Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:09.791Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:09.791Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-15T15:40:09.856Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-15T15:40:09.856Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:09.856Z] 1.2.2-dev.25 [2020-09-15T15:40:09.856Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:09.856Z] master [2020-09-15T15:40:09.856Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:10.372Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:10.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:10.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-15T15:40:10.706Z] d6b794f74314: Preparing [2020-09-15T15:40:10.706Z] 8ec3aa2e7418: Preparing [2020-09-15T15:40:10.706Z] acabc99d9a8d: Preparing [2020-09-15T15:40:10.706Z] bd91d9cec3a8: Preparing [2020-09-15T15:40:10.706Z] be144796d50e: Preparing [2020-09-15T15:40:10.706Z] e2f13739ad41: Preparing [2020-09-15T15:40:10.706Z] e2f13739ad41: Waiting [2020-09-15T15:40:10.989Z] d6b794f74314: Pushed [2020-09-15T15:40:10.989Z] acabc99d9a8d: Pushed [2020-09-15T15:40:10.989Z] be144796d50e: Pushed [2020-09-15T15:40:10.989Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:11.582Z] bd91d9cec3a8: Pushed [2020-09-15T15:40:14.182Z] 8ec3aa2e7418: Pushed [2020-09-15T15:40:14.182Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478: digest: sha256:b3b70d65d5159481e5520f7d66a2427710f904c619a1cccba49793a4602c1c2b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:14.518Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:14.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:14.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-15T15:40:14.858Z] d6b794f74314: Preparing [2020-09-15T15:40:14.858Z] 8ec3aa2e7418: Preparing [2020-09-15T15:40:14.858Z] acabc99d9a8d: Preparing [2020-09-15T15:40:14.858Z] bd91d9cec3a8: Preparing [2020-09-15T15:40:14.858Z] be144796d50e: Preparing [2020-09-15T15:40:14.858Z] e2f13739ad41: Preparing [2020-09-15T15:40:14.858Z] e2f13739ad41: Waiting [2020-09-15T15:40:15.132Z] bd91d9cec3a8: Layer already exists [2020-09-15T15:40:15.132Z] acabc99d9a8d: Layer already exists [2020-09-15T15:40:15.132Z] d6b794f74314: Layer already exists [2020-09-15T15:40:15.132Z] 8ec3aa2e7418: Layer already exists [2020-09-15T15:40:15.132Z] be144796d50e: Layer already exists [2020-09-15T15:40:15.132Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:15.132Z] 1.2.2-dev.25: digest: sha256:b3b70d65d5159481e5520f7d66a2427710f904c619a1cccba49793a4602c1c2b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:15.473Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:15.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:15.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-15T15:40:15.812Z] d6b794f74314: Preparing [2020-09-15T15:40:15.812Z] 8ec3aa2e7418: Preparing [2020-09-15T15:40:15.812Z] acabc99d9a8d: Preparing [2020-09-15T15:40:15.812Z] bd91d9cec3a8: Preparing [2020-09-15T15:40:15.812Z] be144796d50e: Preparing [2020-09-15T15:40:15.812Z] e2f13739ad41: Preparing [2020-09-15T15:40:15.812Z] e2f13739ad41: Waiting [2020-09-15T15:40:15.812Z] acabc99d9a8d: Layer already exists [2020-09-15T15:40:15.812Z] bd91d9cec3a8: Layer already exists [2020-09-15T15:40:15.812Z] 8ec3aa2e7418: Layer already exists [2020-09-15T15:40:15.812Z] d6b794f74314: Layer already exists [2020-09-15T15:40:16.083Z] be144796d50e: Layer already exists [2020-09-15T15:40:16.083Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:16.083Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25: digest: sha256:b3b70d65d5159481e5520f7d66a2427710f904c619a1cccba49793a4602c1c2b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:16.441Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:16.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-15T15:40:16.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-15T15:40:16.778Z] d6b794f74314: Preparing [2020-09-15T15:40:16.778Z] 8ec3aa2e7418: Preparing [2020-09-15T15:40:16.778Z] acabc99d9a8d: Preparing [2020-09-15T15:40:16.778Z] bd91d9cec3a8: Preparing [2020-09-15T15:40:16.778Z] be144796d50e: Preparing [2020-09-15T15:40:16.778Z] e2f13739ad41: Preparing [2020-09-15T15:40:16.778Z] e2f13739ad41: Waiting [2020-09-15T15:40:16.778Z] be144796d50e: Layer already exists [2020-09-15T15:40:16.778Z] 8ec3aa2e7418: Layer already exists [2020-09-15T15:40:16.778Z] d6b794f74314: Layer already exists [2020-09-15T15:40:16.778Z] acabc99d9a8d: Layer already exists [2020-09-15T15:40:16.778Z] bd91d9cec3a8: Layer already exists [2020-09-15T15:40:17.046Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:17.046Z] master: digest: sha256:b3b70d65d5159481e5520f7d66a2427710f904c619a1cccba49793a4602c1c2b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T15:40:17.270Z] ===================================================== [Pipeline] echo [2020-09-15T15:40:17.444Z] taggedImages: [2020-09-15T15:40:17.444Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:17.444Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:17.444Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:17.444Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-15T15:40:17.507Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-15T15:40:17.507Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:17.507Z] 1.2.2-dev.25 [2020-09-15T15:40:17.507Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:17.507Z] master [2020-09-15T15:40:17.507Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:18.027Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:18.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:18.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-15T15:40:18.359Z] 6c7355df48e9: Preparing [2020-09-15T15:40:18.359Z] 618864e6ed01: Preparing [2020-09-15T15:40:18.359Z] fb6e6d26e642: Preparing [2020-09-15T15:40:18.634Z] fb6e6d26e642: Pushed [2020-09-15T15:40:18.634Z] 6c7355df48e9: Pushed [2020-09-15T15:40:21.226Z] 618864e6ed01: Pushed [2020-09-15T15:40:21.495Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478: digest: sha256:df67f161456b9a89631931dba4024f6c9e970e6e3969c73436df13bef16912bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:21.833Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:22.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:22.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-15T15:40:22.166Z] 6c7355df48e9: Preparing [2020-09-15T15:40:22.166Z] 618864e6ed01: Preparing [2020-09-15T15:40:22.166Z] fb6e6d26e642: Preparing [2020-09-15T15:40:22.166Z] 618864e6ed01: Layer already exists [2020-09-15T15:40:22.166Z] 6c7355df48e9: Layer already exists [2020-09-15T15:40:22.166Z] fb6e6d26e642: Layer already exists [2020-09-15T15:40:22.433Z] 1.2.2-dev.25: digest: sha256:df67f161456b9a89631931dba4024f6c9e970e6e3969c73436df13bef16912bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:22.772Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:23.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:23.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-15T15:40:23.107Z] 6c7355df48e9: Preparing [2020-09-15T15:40:23.107Z] 618864e6ed01: Preparing [2020-09-15T15:40:23.107Z] fb6e6d26e642: Preparing [2020-09-15T15:40:23.107Z] 6c7355df48e9: Layer already exists [2020-09-15T15:40:23.107Z] fb6e6d26e642: Layer already exists [2020-09-15T15:40:23.107Z] 618864e6ed01: Layer already exists [2020-09-15T15:40:23.377Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25: digest: sha256:df67f161456b9a89631931dba4024f6c9e970e6e3969c73436df13bef16912bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:23.715Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:24.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-15T15:40:24.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-15T15:40:24.051Z] 6c7355df48e9: Preparing [2020-09-15T15:40:24.051Z] 618864e6ed01: Preparing [2020-09-15T15:40:24.051Z] fb6e6d26e642: Preparing [2020-09-15T15:40:24.051Z] 618864e6ed01: Layer already exists [2020-09-15T15:40:24.051Z] 6c7355df48e9: Layer already exists [2020-09-15T15:40:24.051Z] fb6e6d26e642: Layer already exists [2020-09-15T15:40:24.319Z] master: digest: sha256:df67f161456b9a89631931dba4024f6c9e970e6e3969c73436df13bef16912bd size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T15:40:24.527Z] ===================================================== [Pipeline] echo [2020-09-15T15:40:24.573Z] taggedImages: [2020-09-15T15:40:24.573Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:24.573Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:24.573Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:24.573Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-15T15:40:24.641Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-15T15:40:24.641Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:24.641Z] 1.2.2-dev.25 [2020-09-15T15:40:24.641Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:24.641Z] master [2020-09-15T15:40:24.641Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:25.141Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:25.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:25.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-15T15:40:25.477Z] dd6e35eb4651: Preparing [2020-09-15T15:40:25.477Z] ddfb5dc82206: Preparing [2020-09-15T15:40:25.477Z] 590340908ea7: Preparing [2020-09-15T15:40:25.477Z] 2096f3fd3fb9: Preparing [2020-09-15T15:40:25.477Z] e2f13739ad41: Preparing [2020-09-15T15:40:25.747Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:25.747Z] ddfb5dc82206: Pushed [2020-09-15T15:40:25.747Z] 590340908ea7: Pushed [2020-09-15T15:40:26.337Z] 2096f3fd3fb9: Pushed [2020-09-15T15:40:27.779Z] dd6e35eb4651: Pushed [2020-09-15T15:40:28.060Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478: digest: sha256:453f4080f79bf67e1154566e56dd1e238db030beaaf6a6c1a3ac47fbaac7708a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:28.429Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:28.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:28.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-15T15:40:28.793Z] dd6e35eb4651: Preparing [2020-09-15T15:40:28.793Z] ddfb5dc82206: Preparing [2020-09-15T15:40:28.793Z] 590340908ea7: Preparing [2020-09-15T15:40:28.793Z] 2096f3fd3fb9: Preparing [2020-09-15T15:40:28.793Z] e2f13739ad41: Preparing [2020-09-15T15:40:29.072Z] 2096f3fd3fb9: Layer already exists [2020-09-15T15:40:29.072Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:29.072Z] dd6e35eb4651: Layer already exists [2020-09-15T15:40:29.072Z] 590340908ea7: Layer already exists [2020-09-15T15:40:29.072Z] ddfb5dc82206: Layer already exists [2020-09-15T15:40:29.072Z] 1.2.2-dev.25: digest: sha256:453f4080f79bf67e1154566e56dd1e238db030beaaf6a6c1a3ac47fbaac7708a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:29.427Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:29.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:29.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-15T15:40:29.787Z] dd6e35eb4651: Preparing [2020-09-15T15:40:29.787Z] ddfb5dc82206: Preparing [2020-09-15T15:40:29.787Z] 590340908ea7: Preparing [2020-09-15T15:40:29.787Z] 2096f3fd3fb9: Preparing [2020-09-15T15:40:29.787Z] e2f13739ad41: Preparing [2020-09-15T15:40:29.787Z] 2096f3fd3fb9: Layer already exists [2020-09-15T15:40:29.787Z] dd6e35eb4651: Layer already exists [2020-09-15T15:40:30.062Z] ddfb5dc82206: Layer already exists [2020-09-15T15:40:30.062Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:30.062Z] 590340908ea7: Layer already exists [2020-09-15T15:40:30.062Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25: digest: sha256:453f4080f79bf67e1154566e56dd1e238db030beaaf6a6c1a3ac47fbaac7708a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:30.416Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:30.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-15T15:40:30.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-15T15:40:30.774Z] dd6e35eb4651: Preparing [2020-09-15T15:40:30.774Z] ddfb5dc82206: Preparing [2020-09-15T15:40:30.774Z] 590340908ea7: Preparing [2020-09-15T15:40:30.774Z] 2096f3fd3fb9: Preparing [2020-09-15T15:40:30.774Z] e2f13739ad41: Preparing [2020-09-15T15:40:31.056Z] 2096f3fd3fb9: Layer already exists [2020-09-15T15:40:31.056Z] ddfb5dc82206: Layer already exists [2020-09-15T15:40:31.056Z] dd6e35eb4651: Layer already exists [2020-09-15T15:40:31.056Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:31.056Z] 590340908ea7: Layer already exists [2020-09-15T15:40:31.056Z] master: digest: sha256:453f4080f79bf67e1154566e56dd1e238db030beaaf6a6c1a3ac47fbaac7708a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T15:40:31.342Z] ===================================================== [Pipeline] echo [2020-09-15T15:40:31.385Z] taggedImages: [2020-09-15T15:40:31.385Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:31.385Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:31.385Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:31.385Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-15T15:40:31.465Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-15T15:40:31.465Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:31.465Z] 1.2.2-dev.25 [2020-09-15T15:40:31.465Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:31.465Z] master [2020-09-15T15:40:31.465Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:31.964Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:32.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:32.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-15T15:40:32.299Z] 970895fb4f16: Preparing [2020-09-15T15:40:32.299Z] 65d3c7581ea7: Preparing [2020-09-15T15:40:32.299Z] 881dc73bede6: Preparing [2020-09-15T15:40:32.299Z] d0c087360543: Preparing [2020-09-15T15:40:32.299Z] d0c087360543: Preparing [2020-09-15T15:40:32.299Z] 098d6958b315: Preparing [2020-09-15T15:40:32.299Z] 6711c31dbbd3: Preparing [2020-09-15T15:40:32.299Z] 88ea33a90162: Preparing [2020-09-15T15:40:32.299Z] 970895fb4f16: Preparing [2020-09-15T15:40:32.299Z] 53e9452e33e8: Preparing [2020-09-15T15:40:32.299Z] 339dc43fdf3d: Preparing [2020-09-15T15:40:32.299Z] 55517e9333db: Preparing [2020-09-15T15:40:32.299Z] e2f13739ad41: Preparing [2020-09-15T15:40:32.299Z] 6711c31dbbd3: Waiting [2020-09-15T15:40:32.299Z] 88ea33a90162: Waiting [2020-09-15T15:40:32.299Z] 53e9452e33e8: Waiting [2020-09-15T15:40:32.299Z] 339dc43fdf3d: Waiting [2020-09-15T15:40:32.299Z] 55517e9333db: Waiting [2020-09-15T15:40:32.299Z] e2f13739ad41: Waiting [2020-09-15T15:40:32.576Z] 65d3c7581ea7: Pushed [2020-09-15T15:40:32.576Z] 098d6958b315: Pushed [2020-09-15T15:40:32.576Z] d0c087360543: Pushed [2020-09-15T15:40:32.576Z] 881dc73bede6: Pushed [2020-09-15T15:40:32.851Z] 6711c31dbbd3: Pushed [2020-09-15T15:40:32.851Z] 339dc43fdf3d: Pushed [2020-09-15T15:40:32.851Z] 88ea33a90162: Pushed [2020-09-15T15:40:32.851Z] 53e9452e33e8: Pushed [2020-09-15T15:40:32.851Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:33.122Z] 55517e9333db: Pushed [2020-09-15T15:40:34.549Z] 970895fb4f16: Pushed [2020-09-15T15:40:34.820Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478: digest: sha256:94ec1b4e0333d6929391ba4d2153aed4ee5f99d236427eb60a5e32a4020eafbc size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:35.157Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:35.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:35.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-15T15:40:35.493Z] 970895fb4f16: Preparing [2020-09-15T15:40:35.493Z] 65d3c7581ea7: Preparing [2020-09-15T15:40:35.493Z] 881dc73bede6: Preparing [2020-09-15T15:40:35.493Z] d0c087360543: Preparing [2020-09-15T15:40:35.493Z] d0c087360543: Preparing [2020-09-15T15:40:35.494Z] 098d6958b315: Preparing [2020-09-15T15:40:35.494Z] 6711c31dbbd3: Preparing [2020-09-15T15:40:35.494Z] 88ea33a90162: Preparing [2020-09-15T15:40:35.494Z] 970895fb4f16: Preparing [2020-09-15T15:40:35.494Z] 53e9452e33e8: Preparing [2020-09-15T15:40:35.494Z] 339dc43fdf3d: Preparing [2020-09-15T15:40:35.494Z] 55517e9333db: Preparing [2020-09-15T15:40:35.494Z] e2f13739ad41: Preparing [2020-09-15T15:40:35.494Z] 6711c31dbbd3: Waiting [2020-09-15T15:40:35.494Z] 88ea33a90162: Waiting [2020-09-15T15:40:35.494Z] 53e9452e33e8: Waiting [2020-09-15T15:40:35.494Z] 339dc43fdf3d: Waiting [2020-09-15T15:40:35.494Z] 55517e9333db: Waiting [2020-09-15T15:40:35.494Z] e2f13739ad41: Waiting [2020-09-15T15:40:35.494Z] 881dc73bede6: Layer already exists [2020-09-15T15:40:35.494Z] 098d6958b315: Layer already exists [2020-09-15T15:40:35.494Z] 970895fb4f16: Layer already exists [2020-09-15T15:40:35.494Z] 65d3c7581ea7: Layer already exists [2020-09-15T15:40:35.494Z] d0c087360543: Layer already exists [2020-09-15T15:40:35.494Z] 6711c31dbbd3: Layer already exists [2020-09-15T15:40:35.494Z] 53e9452e33e8: Layer already exists [2020-09-15T15:40:35.494Z] 88ea33a90162: Layer already exists [2020-09-15T15:40:35.494Z] 339dc43fdf3d: Layer already exists [2020-09-15T15:40:35.762Z] 55517e9333db: Layer already exists [2020-09-15T15:40:35.762Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:35.762Z] 1.2.2-dev.25: digest: sha256:94ec1b4e0333d6929391ba4d2153aed4ee5f99d236427eb60a5e32a4020eafbc size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:36.099Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:36.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:36.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-15T15:40:36.435Z] 970895fb4f16: Preparing [2020-09-15T15:40:36.435Z] 65d3c7581ea7: Preparing [2020-09-15T15:40:36.435Z] 881dc73bede6: Preparing [2020-09-15T15:40:36.435Z] d0c087360543: Preparing [2020-09-15T15:40:36.435Z] d0c087360543: Preparing [2020-09-15T15:40:36.435Z] 098d6958b315: Preparing [2020-09-15T15:40:36.435Z] 6711c31dbbd3: Preparing [2020-09-15T15:40:36.435Z] 88ea33a90162: Preparing [2020-09-15T15:40:36.435Z] 970895fb4f16: Preparing [2020-09-15T15:40:36.435Z] 53e9452e33e8: Preparing [2020-09-15T15:40:36.435Z] 339dc43fdf3d: Preparing [2020-09-15T15:40:36.435Z] 55517e9333db: Preparing [2020-09-15T15:40:36.435Z] e2f13739ad41: Preparing [2020-09-15T15:40:36.435Z] 53e9452e33e8: Waiting [2020-09-15T15:40:36.435Z] 339dc43fdf3d: Waiting [2020-09-15T15:40:36.435Z] 55517e9333db: Waiting [2020-09-15T15:40:36.435Z] e2f13739ad41: Waiting [2020-09-15T15:40:36.435Z] 6711c31dbbd3: Waiting [2020-09-15T15:40:36.435Z] 88ea33a90162: Waiting [2020-09-15T15:40:36.435Z] 881dc73bede6: Layer already exists [2020-09-15T15:40:36.435Z] 65d3c7581ea7: Layer already exists [2020-09-15T15:40:36.435Z] 970895fb4f16: Layer already exists [2020-09-15T15:40:36.436Z] d0c087360543: Layer already exists [2020-09-15T15:40:36.436Z] 098d6958b315: Layer already exists [2020-09-15T15:40:36.436Z] 53e9452e33e8: Layer already exists [2020-09-15T15:40:36.436Z] 6711c31dbbd3: Layer already exists [2020-09-15T15:40:36.436Z] 339dc43fdf3d: Layer already exists [2020-09-15T15:40:36.436Z] 88ea33a90162: Layer already exists [2020-09-15T15:40:36.436Z] 55517e9333db: Layer already exists [2020-09-15T15:40:36.705Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:36.705Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25: digest: sha256:94ec1b4e0333d6929391ba4d2153aed4ee5f99d236427eb60a5e32a4020eafbc size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:37.048Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:37.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-15T15:40:37.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-15T15:40:37.377Z] 970895fb4f16: Preparing [2020-09-15T15:40:37.377Z] 65d3c7581ea7: Preparing [2020-09-15T15:40:37.377Z] 881dc73bede6: Preparing [2020-09-15T15:40:37.377Z] d0c087360543: Preparing [2020-09-15T15:40:37.377Z] d0c087360543: Preparing [2020-09-15T15:40:37.377Z] 098d6958b315: Preparing [2020-09-15T15:40:37.377Z] 6711c31dbbd3: Preparing [2020-09-15T15:40:37.377Z] 88ea33a90162: Preparing [2020-09-15T15:40:37.377Z] 970895fb4f16: Preparing [2020-09-15T15:40:37.377Z] 53e9452e33e8: Preparing [2020-09-15T15:40:37.377Z] 339dc43fdf3d: Preparing [2020-09-15T15:40:37.377Z] 55517e9333db: Preparing [2020-09-15T15:40:37.377Z] e2f13739ad41: Preparing [2020-09-15T15:40:37.377Z] 53e9452e33e8: Waiting [2020-09-15T15:40:37.377Z] 339dc43fdf3d: Waiting [2020-09-15T15:40:37.377Z] 6711c31dbbd3: Waiting [2020-09-15T15:40:37.377Z] 55517e9333db: Waiting [2020-09-15T15:40:37.378Z] e2f13739ad41: Waiting [2020-09-15T15:40:37.378Z] 88ea33a90162: Waiting [2020-09-15T15:40:37.378Z] 098d6958b315: Layer already exists [2020-09-15T15:40:37.378Z] 970895fb4f16: Layer already exists [2020-09-15T15:40:37.378Z] 881dc73bede6: Layer already exists [2020-09-15T15:40:37.647Z] 65d3c7581ea7: Layer already exists [2020-09-15T15:40:37.647Z] d0c087360543: Layer already exists [2020-09-15T15:40:37.647Z] 6711c31dbbd3: Layer already exists [2020-09-15T15:40:37.647Z] 88ea33a90162: Layer already exists [2020-09-15T15:40:37.647Z] 339dc43fdf3d: Layer already exists [2020-09-15T15:40:37.647Z] 55517e9333db: Layer already exists [2020-09-15T15:40:37.647Z] 53e9452e33e8: Layer already exists [2020-09-15T15:40:37.647Z] e2f13739ad41: Layer already exists [2020-09-15T15:40:37.647Z] master: digest: sha256:94ec1b4e0333d6929391ba4d2153aed4ee5f99d236427eb60a5e32a4020eafbc size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T15:40:37.849Z] ===================================================== [Pipeline] echo [2020-09-15T15:40:37.894Z] taggedImages: [2020-09-15T15:40:37.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:37.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:37.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:37.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-15T15:40:37.959Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-15T15:40:37.959Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:37.959Z] 1.2.2-dev.25 [2020-09-15T15:40:37.959Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:37.959Z] master [2020-09-15T15:40:37.959Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:38.458Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:38.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:38.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-15T15:40:38.788Z] aa1118d1ffe0: Preparing [2020-09-15T15:40:38.788Z] bf9a1eed0c42: Preparing [2020-09-15T15:40:38.788Z] 005c75fd946f: Preparing [2020-09-15T15:40:38.788Z] 5c9fa9fe81c1: Preparing [2020-09-15T15:40:38.788Z] 54018187d3e9: Preparing [2020-09-15T15:40:38.788Z] 6b9b086e35ec: Preparing [2020-09-15T15:40:38.788Z] 08de61e7b552: Preparing [2020-09-15T15:40:38.788Z] 30e8d4f6c067: Preparing [2020-09-15T15:40:38.788Z] f3e091d8d6b4: Preparing [2020-09-15T15:40:38.788Z] edee3d8794c1: Preparing [2020-09-15T15:40:38.788Z] 66b385cf80cf: Preparing [2020-09-15T15:40:38.788Z] 6b9b086e35ec: Waiting [2020-09-15T15:40:38.788Z] 08de61e7b552: Waiting [2020-09-15T15:40:38.788Z] 30e8d4f6c067: Waiting [2020-09-15T15:40:38.788Z] f3e091d8d6b4: Waiting [2020-09-15T15:40:38.788Z] edee3d8794c1: Waiting [2020-09-15T15:40:38.788Z] 66b385cf80cf: Waiting [2020-09-15T15:40:39.063Z] aa1118d1ffe0: Pushed [2020-09-15T15:40:39.063Z] bf9a1eed0c42: Pushed [2020-09-15T15:40:39.341Z] 6b9b086e35ec: Pushed [2020-09-15T15:40:39.341Z] 08de61e7b552: Pushed [2020-09-15T15:40:39.612Z] 30e8d4f6c067: Pushed [2020-09-15T15:40:39.612Z] f3e091d8d6b4: Pushed [2020-09-15T15:40:39.612Z] 66b385cf80cf: Layer already exists [2020-09-15T15:40:40.209Z] edee3d8794c1: Pushed [2020-09-15T15:40:40.806Z] 005c75fd946f: Pushed [2020-09-15T15:40:41.076Z] 54018187d3e9: Pushed [2020-09-15T15:40:41.076Z] 5c9fa9fe81c1: Pushed [2020-09-15T15:40:41.347Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478: digest: sha256:ed7059363bc981f00b5c7c3c07c70db00ef80c2b85c37577e6bf372421283389 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:41.688Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:42.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:42.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-15T15:40:42.040Z] aa1118d1ffe0: Preparing [2020-09-15T15:40:42.040Z] bf9a1eed0c42: Preparing [2020-09-15T15:40:42.040Z] 005c75fd946f: Preparing [2020-09-15T15:40:42.040Z] 5c9fa9fe81c1: Preparing [2020-09-15T15:40:42.040Z] 54018187d3e9: Preparing [2020-09-15T15:40:42.040Z] 6b9b086e35ec: Preparing [2020-09-15T15:40:42.040Z] 08de61e7b552: Preparing [2020-09-15T15:40:42.040Z] 30e8d4f6c067: Preparing [2020-09-15T15:40:42.040Z] f3e091d8d6b4: Preparing [2020-09-15T15:40:42.040Z] edee3d8794c1: Preparing [2020-09-15T15:40:42.040Z] 66b385cf80cf: Preparing [2020-09-15T15:40:42.040Z] 30e8d4f6c067: Waiting [2020-09-15T15:40:42.040Z] f3e091d8d6b4: Waiting [2020-09-15T15:40:42.040Z] edee3d8794c1: Waiting [2020-09-15T15:40:42.040Z] 6b9b086e35ec: Waiting [2020-09-15T15:40:42.040Z] 66b385cf80cf: Waiting [2020-09-15T15:40:42.040Z] 08de61e7b552: Waiting [2020-09-15T15:40:42.040Z] 54018187d3e9: Layer already exists [2020-09-15T15:40:42.040Z] 5c9fa9fe81c1: Layer already exists [2020-09-15T15:40:42.040Z] 005c75fd946f: Layer already exists [2020-09-15T15:40:42.040Z] bf9a1eed0c42: Layer already exists [2020-09-15T15:40:42.040Z] aa1118d1ffe0: Layer already exists [2020-09-15T15:40:42.040Z] 30e8d4f6c067: Layer already exists [2020-09-15T15:40:42.040Z] 08de61e7b552: Layer already exists [2020-09-15T15:40:42.040Z] 6b9b086e35ec: Layer already exists [2020-09-15T15:40:42.040Z] f3e091d8d6b4: Layer already exists [2020-09-15T15:40:42.040Z] edee3d8794c1: Layer already exists [2020-09-15T15:40:42.309Z] 66b385cf80cf: Layer already exists [2020-09-15T15:40:42.309Z] 1.2.2-dev.25: digest: sha256:ed7059363bc981f00b5c7c3c07c70db00ef80c2b85c37577e6bf372421283389 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:42.644Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:42.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:42.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-15T15:40:42.973Z] aa1118d1ffe0: Preparing [2020-09-15T15:40:42.973Z] bf9a1eed0c42: Preparing [2020-09-15T15:40:42.973Z] 005c75fd946f: Preparing [2020-09-15T15:40:42.973Z] 5c9fa9fe81c1: Preparing [2020-09-15T15:40:42.973Z] 54018187d3e9: Preparing [2020-09-15T15:40:42.973Z] 6b9b086e35ec: Preparing [2020-09-15T15:40:42.973Z] 08de61e7b552: Preparing [2020-09-15T15:40:42.973Z] 30e8d4f6c067: Preparing [2020-09-15T15:40:42.973Z] f3e091d8d6b4: Preparing [2020-09-15T15:40:42.973Z] edee3d8794c1: Preparing [2020-09-15T15:40:42.973Z] 66b385cf80cf: Preparing [2020-09-15T15:40:42.973Z] 6b9b086e35ec: Waiting [2020-09-15T15:40:42.973Z] 08de61e7b552: Waiting [2020-09-15T15:40:42.973Z] 30e8d4f6c067: Waiting [2020-09-15T15:40:42.973Z] f3e091d8d6b4: Waiting [2020-09-15T15:40:42.973Z] edee3d8794c1: Waiting [2020-09-15T15:40:43.244Z] bf9a1eed0c42: Layer already exists [2020-09-15T15:40:43.244Z] 005c75fd946f: Layer already exists [2020-09-15T15:40:43.244Z] 54018187d3e9: Layer already exists [2020-09-15T15:40:43.244Z] aa1118d1ffe0: Layer already exists [2020-09-15T15:40:43.244Z] 5c9fa9fe81c1: Layer already exists [2020-09-15T15:40:43.244Z] 08de61e7b552: Layer already exists [2020-09-15T15:40:43.244Z] 30e8d4f6c067: Layer already exists [2020-09-15T15:40:43.244Z] 6b9b086e35ec: Layer already exists [2020-09-15T15:40:43.244Z] edee3d8794c1: Layer already exists [2020-09-15T15:40:43.244Z] f3e091d8d6b4: Layer already exists [2020-09-15T15:40:43.244Z] 66b385cf80cf: Layer already exists [2020-09-15T15:40:43.244Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25: digest: sha256:ed7059363bc981f00b5c7c3c07c70db00ef80c2b85c37577e6bf372421283389 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:43.583Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:43.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-15T15:40:43.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-15T15:40:43.918Z] aa1118d1ffe0: Preparing [2020-09-15T15:40:43.918Z] bf9a1eed0c42: Preparing [2020-09-15T15:40:43.918Z] 005c75fd946f: Preparing [2020-09-15T15:40:43.918Z] 5c9fa9fe81c1: Preparing [2020-09-15T15:40:43.918Z] 54018187d3e9: Preparing [2020-09-15T15:40:43.918Z] 6b9b086e35ec: Preparing [2020-09-15T15:40:43.918Z] 08de61e7b552: Preparing [2020-09-15T15:40:43.918Z] 30e8d4f6c067: Preparing [2020-09-15T15:40:43.918Z] f3e091d8d6b4: Preparing [2020-09-15T15:40:43.918Z] edee3d8794c1: Preparing [2020-09-15T15:40:43.918Z] 66b385cf80cf: Preparing [2020-09-15T15:40:43.918Z] 08de61e7b552: Waiting [2020-09-15T15:40:43.918Z] 30e8d4f6c067: Waiting [2020-09-15T15:40:43.918Z] 6b9b086e35ec: Waiting [2020-09-15T15:40:43.918Z] f3e091d8d6b4: Waiting [2020-09-15T15:40:43.918Z] edee3d8794c1: Waiting [2020-09-15T15:40:43.918Z] 66b385cf80cf: Waiting [2020-09-15T15:40:44.190Z] 54018187d3e9: Layer already exists [2020-09-15T15:40:44.190Z] aa1118d1ffe0: Layer already exists [2020-09-15T15:40:44.190Z] bf9a1eed0c42: Layer already exists [2020-09-15T15:40:44.190Z] 5c9fa9fe81c1: Layer already exists [2020-09-15T15:40:44.190Z] 005c75fd946f: Layer already exists [2020-09-15T15:40:44.190Z] 6b9b086e35ec: Layer already exists [2020-09-15T15:40:44.190Z] f3e091d8d6b4: Layer already exists [2020-09-15T15:40:44.190Z] 30e8d4f6c067: Layer already exists [2020-09-15T15:40:44.190Z] 08de61e7b552: Layer already exists [2020-09-15T15:40:44.190Z] edee3d8794c1: Layer already exists [2020-09-15T15:40:44.190Z] 66b385cf80cf: Layer already exists [2020-09-15T15:40:44.190Z] master: digest: sha256:ed7059363bc981f00b5c7c3c07c70db00ef80c2b85c37577e6bf372421283389 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T15:40:44.394Z] ===================================================== [Pipeline] echo [2020-09-15T15:40:44.471Z] taggedImages: [2020-09-15T15:40:44.471Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:44.471Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:44.471Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:44.471Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-15T15:40:44.537Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-15T15:40:44.537Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:44.537Z] 1.2.2-dev.25 [2020-09-15T15:40:44.537Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:44.537Z] master [2020-09-15T15:40:44.537Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:45.054Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:45.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:45.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-15T15:40:45.391Z] 5e0e0788273c: Preparing [2020-09-15T15:40:45.391Z] 2af903b18df4: Preparing [2020-09-15T15:40:45.391Z] 1b3245a82605: Preparing [2020-09-15T15:40:45.391Z] 7e9148cafedd: Preparing [2020-09-15T15:40:45.667Z] 5e0e0788273c: Pushed [2020-09-15T15:40:45.667Z] 1b3245a82605: Pushed [2020-09-15T15:40:45.936Z] 7e9148cafedd: Pushed [2020-09-15T15:40:47.895Z] 2af903b18df4: Pushed [2020-09-15T15:40:47.895Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478: digest: sha256:7c1630a14f4e7c6567a7a1316b66118081817fcb4ead4d164e5956d69a2a842e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:48.228Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:48.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:48.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-15T15:40:48.556Z] 5e0e0788273c: Preparing [2020-09-15T15:40:48.556Z] 2af903b18df4: Preparing [2020-09-15T15:40:48.556Z] 1b3245a82605: Preparing [2020-09-15T15:40:48.556Z] 7e9148cafedd: Preparing [2020-09-15T15:40:48.825Z] 7e9148cafedd: Layer already exists [2020-09-15T15:40:48.825Z] 1b3245a82605: Layer already exists [2020-09-15T15:40:48.825Z] 2af903b18df4: Layer already exists [2020-09-15T15:40:48.825Z] 5e0e0788273c: Layer already exists [2020-09-15T15:40:48.825Z] 1.2.2-dev.25: digest: sha256:7c1630a14f4e7c6567a7a1316b66118081817fcb4ead4d164e5956d69a2a842e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:49.157Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:49.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:49.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-15T15:40:49.486Z] 5e0e0788273c: Preparing [2020-09-15T15:40:49.486Z] 2af903b18df4: Preparing [2020-09-15T15:40:49.486Z] 1b3245a82605: Preparing [2020-09-15T15:40:49.486Z] 7e9148cafedd: Preparing [2020-09-15T15:40:49.486Z] 2af903b18df4: Layer already exists [2020-09-15T15:40:49.486Z] 5e0e0788273c: Layer already exists [2020-09-15T15:40:49.486Z] 7e9148cafedd: Layer already exists [2020-09-15T15:40:49.486Z] 1b3245a82605: Layer already exists [2020-09-15T15:40:49.755Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25: digest: sha256:7c1630a14f4e7c6567a7a1316b66118081817fcb4ead4d164e5956d69a2a842e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:50.089Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:50.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-15T15:40:50.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-15T15:40:50.417Z] 5e0e0788273c: Preparing [2020-09-15T15:40:50.417Z] 2af903b18df4: Preparing [2020-09-15T15:40:50.417Z] 1b3245a82605: Preparing [2020-09-15T15:40:50.417Z] 7e9148cafedd: Preparing [2020-09-15T15:40:50.417Z] 2af903b18df4: Layer already exists [2020-09-15T15:40:50.417Z] 7e9148cafedd: Layer already exists [2020-09-15T15:40:50.417Z] 1b3245a82605: Layer already exists [2020-09-15T15:40:50.417Z] 5e0e0788273c: Layer already exists [2020-09-15T15:40:50.685Z] master: digest: sha256:7c1630a14f4e7c6567a7a1316b66118081817fcb4ead4d164e5956d69a2a842e size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T15:40:51.047Z] ===================================================== [Pipeline] echo [2020-09-15T15:40:51.098Z] taggedImages: [2020-09-15T15:40:51.099Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:51.099Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:51.099Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:51.099Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-15T15:40:51.163Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-15T15:40:51.163Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:51.163Z] 1.2.2-dev.25 [2020-09-15T15:40:51.163Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:51.163Z] master [2020-09-15T15:40:51.163Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:51.736Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:52.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:52.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-15T15:40:52.067Z] 065e6f60c020: Preparing [2020-09-15T15:40:52.067Z] 6d62d2cfae94: Preparing [2020-09-15T15:40:52.067Z] 8005b715a1d9: Preparing [2020-09-15T15:40:52.067Z] b0539d4ea1a8: Preparing [2020-09-15T15:40:52.067Z] 83331eb4d17e: Preparing [2020-09-15T15:40:52.067Z] 0c66ee0482a0: Preparing [2020-09-15T15:40:52.067Z] 0c66ee0482a0: Waiting [2020-09-15T15:40:52.353Z] 8005b715a1d9: Pushed [2020-09-15T15:40:52.353Z] 065e6f60c020: Pushed [2020-09-15T15:40:52.353Z] 83331eb4d17e: Pushed [2020-09-15T15:40:52.353Z] b0539d4ea1a8: Pushed [2020-09-15T15:40:52.624Z] 0c66ee0482a0: Pushed [2020-09-15T15:40:55.225Z] 6d62d2cfae94: Pushed [2020-09-15T15:40:55.225Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478: digest: sha256:9aae4c41ce62f91f19149e44574a47ca9c658508f1d1923b733e24eecfea138a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:55.559Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:55.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:55.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-15T15:40:55.888Z] 065e6f60c020: Preparing [2020-09-15T15:40:55.888Z] 6d62d2cfae94: Preparing [2020-09-15T15:40:55.888Z] 8005b715a1d9: Preparing [2020-09-15T15:40:55.888Z] b0539d4ea1a8: Preparing [2020-09-15T15:40:55.888Z] 83331eb4d17e: Preparing [2020-09-15T15:40:55.888Z] 0c66ee0482a0: Preparing [2020-09-15T15:40:55.888Z] 0c66ee0482a0: Waiting [2020-09-15T15:40:55.888Z] 065e6f60c020: Layer already exists [2020-09-15T15:40:55.888Z] 83331eb4d17e: Layer already exists [2020-09-15T15:40:55.888Z] 6d62d2cfae94: Layer already exists [2020-09-15T15:40:55.888Z] b0539d4ea1a8: Layer already exists [2020-09-15T15:40:55.888Z] 8005b715a1d9: Layer already exists [2020-09-15T15:40:56.157Z] 0c66ee0482a0: Layer already exists [2020-09-15T15:40:56.157Z] 1.2.2-dev.25: digest: sha256:9aae4c41ce62f91f19149e44574a47ca9c658508f1d1923b733e24eecfea138a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:56.492Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:56.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:56.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-15T15:40:56.838Z] 065e6f60c020: Preparing [2020-09-15T15:40:56.838Z] 6d62d2cfae94: Preparing [2020-09-15T15:40:56.838Z] 8005b715a1d9: Preparing [2020-09-15T15:40:56.838Z] b0539d4ea1a8: Preparing [2020-09-15T15:40:56.838Z] 83331eb4d17e: Preparing [2020-09-15T15:40:56.838Z] 0c66ee0482a0: Preparing [2020-09-15T15:40:56.838Z] 0c66ee0482a0: Waiting [2020-09-15T15:40:56.838Z] 83331eb4d17e: Layer already exists [2020-09-15T15:40:56.838Z] 6d62d2cfae94: Layer already exists [2020-09-15T15:40:56.838Z] 8005b715a1d9: Layer already exists [2020-09-15T15:40:56.838Z] 065e6f60c020: Layer already exists [2020-09-15T15:40:56.838Z] b0539d4ea1a8: Layer already exists [2020-09-15T15:40:57.109Z] 0c66ee0482a0: Layer already exists [2020-09-15T15:40:57.109Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25: digest: sha256:9aae4c41ce62f91f19149e44574a47ca9c658508f1d1923b733e24eecfea138a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:57.446Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:57.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-15T15:40:57.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-15T15:40:57.777Z] 065e6f60c020: Preparing [2020-09-15T15:40:57.777Z] 6d62d2cfae94: Preparing [2020-09-15T15:40:57.777Z] 8005b715a1d9: Preparing [2020-09-15T15:40:57.777Z] b0539d4ea1a8: Preparing [2020-09-15T15:40:57.777Z] 83331eb4d17e: Preparing [2020-09-15T15:40:57.777Z] 0c66ee0482a0: Preparing [2020-09-15T15:40:57.777Z] 0c66ee0482a0: Waiting [2020-09-15T15:40:57.777Z] 8005b715a1d9: Layer already exists [2020-09-15T15:40:57.777Z] b0539d4ea1a8: Layer already exists [2020-09-15T15:40:57.777Z] 83331eb4d17e: Layer already exists [2020-09-15T15:40:57.777Z] 065e6f60c020: Layer already exists [2020-09-15T15:40:57.777Z] 6d62d2cfae94: Layer already exists [2020-09-15T15:40:58.047Z] 0c66ee0482a0: Layer already exists [2020-09-15T15:40:58.047Z] master: digest: sha256:9aae4c41ce62f91f19149e44574a47ca9c658508f1d1923b733e24eecfea138a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T15:40:58.239Z] ===================================================== [Pipeline] echo [2020-09-15T15:40:58.285Z] taggedImages: [2020-09-15T15:40:58.285Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:58.285Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.25 [2020-09-15T15:40:58.285Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:58.285Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-15T15:40:58.345Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-15T15:40:58.345Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:58.345Z] 1.2.2-dev.25 [2020-09-15T15:40:58.345Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:40:58.345Z] master [2020-09-15T15:40:58.345Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:58.846Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:40:59.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:40:59.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-15T15:40:59.174Z] c472368ab183: Preparing [2020-09-15T15:40:59.174Z] 545e5a1ea64b: Preparing [2020-09-15T15:40:59.174Z] ead44b03c08b: Preparing [2020-09-15T15:40:59.443Z] ead44b03c08b: Pushed [2020-09-15T15:40:59.443Z] c472368ab183: Pushed [2020-09-15T15:41:02.038Z] 545e5a1ea64b: Pushed [2020-09-15T15:41:02.038Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478: digest: sha256:92541e029f08c105b81f0154f875963ba1a57d7b23bdca91796c5ddb1eaaaa1d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:02.376Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:02.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.25 [2020-09-15T15:41:02.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-15T15:41:02.707Z] c472368ab183: Preparing [2020-09-15T15:41:02.707Z] 545e5a1ea64b: Preparing [2020-09-15T15:41:02.707Z] ead44b03c08b: Preparing [2020-09-15T15:41:02.707Z] c472368ab183: Layer already exists [2020-09-15T15:41:02.707Z] 545e5a1ea64b: Layer already exists [2020-09-15T15:41:02.707Z] ead44b03c08b: Layer already exists [2020-09-15T15:41:02.980Z] 1.2.2-dev.25: digest: sha256:92541e029f08c105b81f0154f875963ba1a57d7b23bdca91796c5ddb1eaaaa1d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:03.316Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:03.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:41:03.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-15T15:41:03.657Z] c472368ab183: Preparing [2020-09-15T15:41:03.657Z] 545e5a1ea64b: Preparing [2020-09-15T15:41:03.657Z] ead44b03c08b: Preparing [2020-09-15T15:41:03.657Z] 545e5a1ea64b: Layer already exists [2020-09-15T15:41:03.657Z] ead44b03c08b: Layer already exists [2020-09-15T15:41:03.657Z] c472368ab183: Layer already exists [2020-09-15T15:41:03.925Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25: digest: sha256:92541e029f08c105b81f0154f875963ba1a57d7b23bdca91796c5ddb1eaaaa1d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:04.263Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:04.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-15T15:41:04.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-15T15:41:04.593Z] c472368ab183: Preparing [2020-09-15T15:41:04.593Z] 545e5a1ea64b: Preparing [2020-09-15T15:41:04.593Z] ead44b03c08b: Preparing [2020-09-15T15:41:04.593Z] ead44b03c08b: Layer already exists [2020-09-15T15:41:04.593Z] 545e5a1ea64b: Layer already exists [2020-09-15T15:41:04.593Z] c472368ab183: Layer already exists [2020-09-15T15:41:04.862Z] master: digest: sha256:92541e029f08c105b81f0154f875963ba1a57d7b23bdca91796c5ddb1eaaaa1d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T15:41:05.051Z] ===================================================== [Pipeline] echo [2020-09-15T15:41:05.099Z] taggedImages: [2020-09-15T15:41:05.099Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:41:05.099Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.25 [2020-09-15T15:41:05.099Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:41:05.099Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-15T15:41:05.161Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-15T15:41:05.161Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:41:05.161Z] 1.2.2-dev.25 [2020-09-15T15:41:05.161Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:41:05.161Z] master [2020-09-15T15:41:05.161Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:05.675Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:06.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:41:06.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-15T15:41:06.012Z] e326e35f3a92: Preparing [2020-09-15T15:41:06.012Z] 276934e3c36f: Preparing [2020-09-15T15:41:06.012Z] 2fa4c102a426: Preparing [2020-09-15T15:41:06.012Z] 8f0c280b0385: Preparing [2020-09-15T15:41:06.012Z] ba0104c54bba: Preparing [2020-09-15T15:41:06.012Z] 2aa30f31ef35: Preparing [2020-09-15T15:41:06.012Z] 23256faf1a60: Preparing [2020-09-15T15:41:06.012Z] dcafda8adff7: Preparing [2020-09-15T15:41:06.012Z] 48d9eb58abf3: Preparing [2020-09-15T15:41:06.012Z] e5de615b7841: Preparing [2020-09-15T15:41:06.012Z] b0d752909cf9: Preparing [2020-09-15T15:41:06.012Z] 94fdc660876c: Preparing [2020-09-15T15:41:06.012Z] 4e7279dfc0c0: Preparing [2020-09-15T15:41:06.012Z] e2f13739ad41: Preparing [2020-09-15T15:41:06.012Z] e5de615b7841: Waiting [2020-09-15T15:41:06.012Z] 23256faf1a60: Waiting [2020-09-15T15:41:06.012Z] 2aa30f31ef35: Waiting [2020-09-15T15:41:06.012Z] b0d752909cf9: Waiting [2020-09-15T15:41:06.012Z] e2f13739ad41: Waiting [2020-09-15T15:41:06.012Z] dcafda8adff7: Waiting [2020-09-15T15:41:06.012Z] 48d9eb58abf3: Waiting [2020-09-15T15:41:06.012Z] 94fdc660876c: Waiting [2020-09-15T15:41:06.012Z] 4e7279dfc0c0: Waiting [2020-09-15T15:41:06.610Z] ba0104c54bba: Pushed [2020-09-15T15:41:06.885Z] e326e35f3a92: Pushed [2020-09-15T15:41:07.161Z] 8f0c280b0385: Pushed [2020-09-15T15:41:07.161Z] dcafda8adff7: Layer already exists [2020-09-15T15:41:07.161Z] 48d9eb58abf3: Layer already exists [2020-09-15T15:41:07.435Z] e5de615b7841: Layer already exists [2020-09-15T15:41:07.435Z] 23256faf1a60: Pushed [2020-09-15T15:41:07.435Z] b0d752909cf9: Layer already exists [2020-09-15T15:41:07.435Z] 4e7279dfc0c0: Layer already exists [2020-09-15T15:41:07.435Z] 94fdc660876c: Layer already exists [2020-09-15T15:41:07.435Z] e2f13739ad41: Layer already exists [2020-09-15T15:41:08.027Z] 276934e3c36f: Pushed [2020-09-15T15:41:08.999Z] 2aa30f31ef35: Pushed [2020-09-15T15:41:19.133Z] 2fa4c102a426: Pushed [2020-09-15T15:41:19.133Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478: digest: sha256:46679fca20ad1e515e4b3ddab15eb4d62d386acac96d5a67e67a925be22ed332 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:19.499Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:19.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.25 [2020-09-15T15:41:19.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-15T15:41:19.884Z] e326e35f3a92: Preparing [2020-09-15T15:41:19.884Z] 276934e3c36f: Preparing [2020-09-15T15:41:19.884Z] 2fa4c102a426: Preparing [2020-09-15T15:41:19.884Z] 8f0c280b0385: Preparing [2020-09-15T15:41:19.884Z] ba0104c54bba: Preparing [2020-09-15T15:41:19.884Z] 2aa30f31ef35: Preparing [2020-09-15T15:41:19.884Z] 23256faf1a60: Preparing [2020-09-15T15:41:19.884Z] dcafda8adff7: Preparing [2020-09-15T15:41:19.884Z] 48d9eb58abf3: Preparing [2020-09-15T15:41:19.884Z] e5de615b7841: Preparing [2020-09-15T15:41:19.884Z] b0d752909cf9: Preparing [2020-09-15T15:41:19.884Z] 94fdc660876c: Preparing [2020-09-15T15:41:19.884Z] 4e7279dfc0c0: Preparing [2020-09-15T15:41:19.884Z] e2f13739ad41: Preparing [2020-09-15T15:41:19.884Z] 2aa30f31ef35: Waiting [2020-09-15T15:41:19.884Z] 23256faf1a60: Waiting [2020-09-15T15:41:19.884Z] dcafda8adff7: Waiting [2020-09-15T15:41:19.884Z] 48d9eb58abf3: Waiting [2020-09-15T15:41:19.884Z] e5de615b7841: Waiting [2020-09-15T15:41:19.884Z] b0d752909cf9: Waiting [2020-09-15T15:41:19.884Z] 94fdc660876c: Waiting [2020-09-15T15:41:19.884Z] 4e7279dfc0c0: Waiting [2020-09-15T15:41:19.884Z] e2f13739ad41: Waiting [2020-09-15T15:41:19.884Z] e326e35f3a92: Layer already exists [2020-09-15T15:41:19.884Z] 276934e3c36f: Layer already exists [2020-09-15T15:41:19.884Z] 2fa4c102a426: Layer already exists [2020-09-15T15:41:19.884Z] 8f0c280b0385: Layer already exists [2020-09-15T15:41:19.884Z] ba0104c54bba: Layer already exists [2020-09-15T15:41:19.884Z] 2aa30f31ef35: Layer already exists [2020-09-15T15:41:19.884Z] 23256faf1a60: Layer already exists [2020-09-15T15:41:19.884Z] dcafda8adff7: Layer already exists [2020-09-15T15:41:19.884Z] 48d9eb58abf3: Layer already exists [2020-09-15T15:41:19.884Z] e5de615b7841: Layer already exists [2020-09-15T15:41:20.159Z] b0d752909cf9: Layer already exists [2020-09-15T15:41:20.159Z] 94fdc660876c: Layer already exists [2020-09-15T15:41:20.159Z] 4e7279dfc0c0: Layer already exists [2020-09-15T15:41:20.159Z] e2f13739ad41: Layer already exists [2020-09-15T15:41:20.159Z] 1.2.2-dev.25: digest: sha256:46679fca20ad1e515e4b3ddab15eb4d62d386acac96d5a67e67a925be22ed332 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:20.508Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:20.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:41:20.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-15T15:41:20.859Z] e326e35f3a92: Preparing [2020-09-15T15:41:20.859Z] 276934e3c36f: Preparing [2020-09-15T15:41:20.859Z] 2fa4c102a426: Preparing [2020-09-15T15:41:20.859Z] 8f0c280b0385: Preparing [2020-09-15T15:41:20.859Z] ba0104c54bba: Preparing [2020-09-15T15:41:20.859Z] 2aa30f31ef35: Preparing [2020-09-15T15:41:20.859Z] 23256faf1a60: Preparing [2020-09-15T15:41:20.859Z] dcafda8adff7: Preparing [2020-09-15T15:41:20.859Z] 48d9eb58abf3: Preparing [2020-09-15T15:41:20.859Z] e5de615b7841: Preparing [2020-09-15T15:41:20.859Z] b0d752909cf9: Preparing [2020-09-15T15:41:20.859Z] 94fdc660876c: Preparing [2020-09-15T15:41:20.859Z] 4e7279dfc0c0: Preparing [2020-09-15T15:41:20.859Z] e2f13739ad41: Preparing [2020-09-15T15:41:20.859Z] 2aa30f31ef35: Waiting [2020-09-15T15:41:20.859Z] 23256faf1a60: Waiting [2020-09-15T15:41:20.859Z] dcafda8adff7: Waiting [2020-09-15T15:41:20.859Z] 48d9eb58abf3: Waiting [2020-09-15T15:41:20.859Z] e5de615b7841: Waiting [2020-09-15T15:41:20.859Z] b0d752909cf9: Waiting [2020-09-15T15:41:20.859Z] 94fdc660876c: Waiting [2020-09-15T15:41:20.859Z] 4e7279dfc0c0: Waiting [2020-09-15T15:41:20.859Z] e2f13739ad41: Waiting [2020-09-15T15:41:20.859Z] 276934e3c36f: Layer already exists [2020-09-15T15:41:20.859Z] e326e35f3a92: Layer already exists [2020-09-15T15:41:20.859Z] 8f0c280b0385: Layer already exists [2020-09-15T15:41:20.859Z] 2fa4c102a426: Layer already exists [2020-09-15T15:41:21.147Z] ba0104c54bba: Layer already exists [2020-09-15T15:41:21.148Z] 2aa30f31ef35: Layer already exists [2020-09-15T15:41:21.148Z] 23256faf1a60: Layer already exists [2020-09-15T15:41:21.148Z] dcafda8adff7: Layer already exists [2020-09-15T15:41:21.148Z] 48d9eb58abf3: Layer already exists [2020-09-15T15:41:21.148Z] e5de615b7841: Layer already exists [2020-09-15T15:41:21.148Z] b0d752909cf9: Layer already exists [2020-09-15T15:41:21.148Z] e2f13739ad41: Layer already exists [2020-09-15T15:41:21.148Z] 94fdc660876c: Layer already exists [2020-09-15T15:41:21.148Z] 4e7279dfc0c0: Layer already exists [2020-09-15T15:41:21.148Z] 92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25: digest: sha256:46679fca20ad1e515e4b3ddab15eb4d62d386acac96d5a67e67a925be22ed332 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:21.505Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:21.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-15T15:41:21.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-15T15:41:21.891Z] e326e35f3a92: Preparing [2020-09-15T15:41:21.891Z] 276934e3c36f: Preparing [2020-09-15T15:41:21.891Z] 2fa4c102a426: Preparing [2020-09-15T15:41:21.891Z] 8f0c280b0385: Preparing [2020-09-15T15:41:21.891Z] ba0104c54bba: Preparing [2020-09-15T15:41:21.891Z] 2aa30f31ef35: Preparing [2020-09-15T15:41:21.891Z] 23256faf1a60: Preparing [2020-09-15T15:41:21.891Z] dcafda8adff7: Preparing [2020-09-15T15:41:21.891Z] 48d9eb58abf3: Preparing [2020-09-15T15:41:21.891Z] e5de615b7841: Preparing [2020-09-15T15:41:21.891Z] b0d752909cf9: Preparing [2020-09-15T15:41:21.891Z] 94fdc660876c: Preparing [2020-09-15T15:41:21.891Z] 4e7279dfc0c0: Preparing [2020-09-15T15:41:21.891Z] e2f13739ad41: Preparing [2020-09-15T15:41:21.891Z] 48d9eb58abf3: Waiting [2020-09-15T15:41:21.891Z] e5de615b7841: Waiting [2020-09-15T15:41:21.891Z] b0d752909cf9: Waiting [2020-09-15T15:41:21.891Z] 94fdc660876c: Waiting [2020-09-15T15:41:21.891Z] 4e7279dfc0c0: Waiting [2020-09-15T15:41:21.891Z] e2f13739ad41: Waiting [2020-09-15T15:41:21.891Z] 2aa30f31ef35: Waiting [2020-09-15T15:41:21.891Z] 23256faf1a60: Waiting [2020-09-15T15:41:21.891Z] dcafda8adff7: Waiting [2020-09-15T15:41:21.891Z] ba0104c54bba: Layer already exists [2020-09-15T15:41:21.891Z] 8f0c280b0385: Layer already exists [2020-09-15T15:41:21.891Z] e326e35f3a92: Layer already exists [2020-09-15T15:41:21.891Z] 2fa4c102a426: Layer already exists [2020-09-15T15:41:21.891Z] 276934e3c36f: Layer already exists [2020-09-15T15:41:21.891Z] 48d9eb58abf3: Layer already exists [2020-09-15T15:41:21.891Z] 23256faf1a60: Layer already exists [2020-09-15T15:41:21.891Z] dcafda8adff7: Layer already exists [2020-09-15T15:41:21.891Z] 2aa30f31ef35: Layer already exists [2020-09-15T15:41:21.891Z] e5de615b7841: Layer already exists [2020-09-15T15:41:21.891Z] b0d752909cf9: Layer already exists [2020-09-15T15:41:21.891Z] 4e7279dfc0c0: Layer already exists [2020-09-15T15:41:21.891Z] 94fdc660876c: Layer already exists [2020-09-15T15:41:21.891Z] e2f13739ad41: Layer already exists [2020-09-15T15:41:22.162Z] master: digest: sha256:46679fca20ad1e515e4b3ddab15eb4d62d386acac96d5a67e67a925be22ed332 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T15:41:22.414Z] ===================================================== [Pipeline] echo [2020-09-15T15:41:22.474Z] taggedImages: [2020-09-15T15:41:22.474Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478 [2020-09-15T15:41:22.474Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.25 [2020-09-15T15:41:22.475Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:92e33c6b1147ac9868c6b3ddfcec5de3dab24478-1.2.2-dev.25 [2020-09-15T15:41:22.475Z] - 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-09-15T15:41:25.424Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T15:41:25.990Z] ---> package-listing.sh [2020-09-15T15:41:25.990Z] ++ facter osfamily [2020-09-15T15:41:25.990Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T15:41:25.990Z] + OS_FAMILY=redhat [2020-09-15T15:41:25.990Z] + workspace=/w/workspace/edgex-go/139 [2020-09-15T15:41:25.990Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T15:41:25.990Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T15:41:25.990Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T15:41:25.990Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T15:41:25.990Z] + '[' /w/workspace/edgex-go/139 ']' [2020-09-15T15:41:25.990Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T15:41:25.990Z] + case "${OS_FAMILY}" in [2020-09-15T15:41:25.990Z] + rpm -qa [2020-09-15T15:41:25.990Z] + sort [2020-09-15T15:41:30.212Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T15:41:30.213Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T15:41:30.213Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T15:41:30.213Z] + '[' /w/workspace/edgex-go/139 ']' [2020-09-15T15:41:30.213Z] + mkdir -p /w/workspace/edgex-go/139/archives/ [2020-09-15T15:41:30.213Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/139/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:30.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T15:41:30.706Z] [2020-09-15T15:41:30.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T15:41:31.072Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T15:41:31.072Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T15:41:31.072Z] df20fa9351a1: Already exists [2020-09-15T15:41:31.072Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T15:41:31.072Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T15:41:31.072Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T15:41:31.072Z] 0dadc02b9964: Pulling fs layer [2020-09-15T15:41:31.072Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T15:41:31.072Z] 7a184a31f384: Pulling fs layer [2020-09-15T15:41:31.072Z] 0879bd2ef858: Pulling fs layer [2020-09-15T15:41:31.072Z] ce6a7cf60c04: Waiting [2020-09-15T15:41:31.072Z] 7a184a31f384: Waiting [2020-09-15T15:41:31.072Z] 0dadc02b9964: Waiting [2020-09-15T15:41:31.072Z] 0879bd2ef858: Waiting [2020-09-15T15:41:31.072Z] 46f8f816bc3b: Download complete [2020-09-15T15:41:31.072Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T15:41:31.072Z] 36b3adc4ff6f: Download complete [2020-09-15T15:41:31.072Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T15:41:31.072Z] ce6a7cf60c04: Download complete [2020-09-15T15:41:31.073Z] 7a184a31f384: Verifying Checksum [2020-09-15T15:41:31.073Z] 7a184a31f384: Download complete [2020-09-15T15:41:31.335Z] 0dadc02b9964: Verifying Checksum [2020-09-15T15:41:31.335Z] 0dadc02b9964: Download complete [2020-09-15T15:41:31.335Z] 36b3adc4ff6f: Pull complete [2020-09-15T15:41:31.596Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T15:41:31.596Z] 8ad3a11d3b57: Download complete [2020-09-15T15:41:32.176Z] 0879bd2ef858: Verifying Checksum [2020-09-15T15:41:32.176Z] 0879bd2ef858: Download complete [2020-09-15T15:41:32.176Z] 8ad3a11d3b57: Pull complete [2020-09-15T15:41:32.442Z] 46f8f816bc3b: Pull complete [2020-09-15T15:41:32.704Z] 0dadc02b9964: Pull complete [2020-09-15T15:41:32.704Z] ce6a7cf60c04: Pull complete [2020-09-15T15:41:32.965Z] 7a184a31f384: Pull complete [2020-09-15T15:41:35.539Z] 0879bd2ef858: Pull complete [2020-09-15T15:41:35.800Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T15:41:35.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T15:41:35.800Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T15:41:35.928Z] prd-centos7-docker-4c-2g-43318 does not seem to be running inside a container [2020-09-15T15:41:35.976Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/139 -v /w/workspace/edgex-go/139:/w/workspace/edgex-go/139:rw,z -v /w/workspace/edgex-go/139@tmp:/w/workspace/edgex-go/139@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T15:41:39.456Z] $ docker top 85c723162dd83c123bd4d8b5309117f887c662f8bf89e326e6a2dbb99586eb19 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T15:41:40.058Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T15:41:40.358Z] + ls /var/log/sa-host [2020-09-15T15:41:40.358Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T15:41:40.359Z] file_magic: OK [2020-09-15T15:41:40.359Z] HZ: Using current value: 100 [2020-09-15T15:41:40.359Z] file_header: OK [2020-09-15T15:41:40.359Z] 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-09-15T15:41:40.359Z] Statistics: [2020-09-15T15:41:40.359Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T15:41:40.359Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T15:41:40.359Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T15:41:40.359Z] file_magic: OK [2020-09-15T15:41:40.359Z] HZ: Using current value: 100 [2020-09-15T15:41:40.359Z] file_header: OK [2020-09-15T15:41:40.359Z] 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-09-15T15:41:40.359Z] Statistics: [2020-09-15T15:41:40.359Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T15:41:40.359Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T15:41:40.467Z] provisioning config files... [2020-09-15T15:41:40.486Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/139@tmp/config3240976726841624951tmp [Pipeline] { [Pipeline] echo [2020-09-15T15:41:40.579Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T15:41:40.873Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T15:41:40.885Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T15:41:41.181Z] ---> logs-deploy.sh [2020-09-15T15:41:41.181Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/139 [2020-09-15T15:41:41.181Z] INFO: archiving workspace using pattern(s): [2020-09-15T15:41:42.569Z] Archives upload complete. [2020-09-15T15:41:42.569Z] INFO: archiving logs to Nexus