Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 382321cdbf919cdcf7c2812d3a520779371560e7 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15434 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/250 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/250 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 382321cdbf919cdcf7c2812d3a520779371560e7 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 382321cdbf919cdcf7c2812d3a520779371560e7 # timeout=10 Commit message: "feat(security): implement secrets-config proxy tls (#2930)" > git rev-list --no-walk 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-10T18:08:53.962Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-10T18:08:54.235Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-10T18:08:54.365Z] ========================================================= [2020-12-10T18:08:54.365Z] EdgeX Global Pipelines Version Info [2020-12-10T18:08:54.365Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-10T18:08:55.796Z] ------------------- [2020-12-10T18:08:55.796Z] stable info: [2020-12-10T18:08:55.796Z] ------------------- [2020-12-10T18:08:55.796Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T18:08:55.796Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T18:08:55.796Z] Message: update stable to v1.0.172 [2020-12-10T18:08:56.743Z] ------------------- [2020-12-10T18:08:56.743Z] experimental info: [2020-12-10T18:08:56.743Z] ------------------- [2020-12-10T18:08:56.743Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T18:08:56.743Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T18:08:56.743Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T18:08:57.015Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-10T18:08:57.112Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-10T18:08:57.212Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-10T18:08:57.314Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-10T18:08:57.407Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-10T18:08:57.506Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-10T18:08:57.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-10T18:08:57.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-10T18:08:57.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-10T18:08:57.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-10T18:08:58.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-10T18:08:58.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-10T18:08:58.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-10T18:08:58.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-10T18:08:58.535Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T18:08:58.628Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T18:08:58.752Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-10T18:08:58.845Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-10T18:08:58.960Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-10T18:08:59.051Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-10T18:08:59.147Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-10T18:08:59.245Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-10T18:08:59.338Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-10T18:08:59.432Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-10T18:08:59.546Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-10T18:08:59.645Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] echo [2020-12-10T18:08:59.750Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 382321c [Pipeline] echo [2020-12-10T18:08:59.845Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T18:09:00.038Z] provisioning config files... [2020-12-10T18:09:00.064Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config1890988894918270783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T18:09:00.432Z] ---> docker-login.sh [2020-12-10T18:09:00.432Z] nexus3.edgexfoundry.org:10001 [2020-12-10T18:09:00.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:09:00.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:09:00.956Z] Configure a credential helper to remove this warning. See [2020-12-10T18:09:00.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:09:00.956Z] [2020-12-10T18:09:00.956Z] Login Succeeded [2020-12-10T18:09:00.956Z] nexus3.edgexfoundry.org:10002 [2020-12-10T18:09:00.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:09:00.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:09:00.956Z] Configure a credential helper to remove this warning. See [2020-12-10T18:09:00.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:09:00.956Z] [2020-12-10T18:09:00.956Z] Login Succeeded [2020-12-10T18:09:00.956Z] nexus3.edgexfoundry.org:10003 [2020-12-10T18:09:01.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:09:01.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:09:01.218Z] Configure a credential helper to remove this warning. See [2020-12-10T18:09:01.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:09:01.218Z] [2020-12-10T18:09:01.218Z] Login Succeeded [2020-12-10T18:09:01.218Z] nexus3.edgexfoundry.org:10004 [2020-12-10T18:09:01.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:09:01.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:09:01.481Z] Configure a credential helper to remove this warning. See [2020-12-10T18:09:01.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:09:01.481Z] [2020-12-10T18:09:01.481Z] Login Succeeded [2020-12-10T18:09:01.481Z] docker.io [2020-12-10T18:09:01.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:09:01.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:09:01.743Z] Configure a credential helper to remove this warning. See [2020-12-10T18:09:01.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:09:01.743Z] [2020-12-10T18:09:01.743Z] Login Succeeded [2020-12-10T18:09:01.744Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T18:09:01.753Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T18:09:02.245Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-10T18:09:02.245Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T18:09:02.245Z] ++ dirname cmd/core-command/Dockerfile [2020-12-10T18:09:02.245Z] ++ cut -d/ -f2 [2020-12-10T18:09:02.245Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-10T18:09:02.245Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T18:09:02.245Z] ++ dirname cmd/core-data/Dockerfile [2020-12-10T18:09:02.245Z] ++ cut -d/ -f2 [2020-12-10T18:09:02.245Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-10T18:09:02.245Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T18:09:02.245Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-10T18:09:02.245Z] ++ cut -d/ -f2 [2020-12-10T18:09:02.245Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-10T18:09:02.245Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T18:09:02.245Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-10T18:09:02.245Z] ++ cut -d/ -f2 [2020-12-10T18:09:02.245Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-10T18:09:02.245Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T18:09:02.245Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-10T18:09:02.245Z] ++ cut -d/ -f2 [2020-12-10T18:09:02.245Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-10T18:09:02.245Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T18:09:02.245Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-10T18:09:02.245Z] ++ cut -d/ -f2 [2020-12-10T18:09:02.245Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-10T18:09:02.245Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T18:09:02.245Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-10T18:09:02.245Z] ++ cut -d/ -f2 [2020-12-10T18:09:02.245Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-10T18:09:02.245Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T18:09:02.245Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-10T18:09:02.245Z] ++ cut -d/ -f2 [2020-12-10T18:09:02.245Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-10T18:09:02.245Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T18:09:02.246Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-10T18:09:02.246Z] ++ cut -d/ -f2 [2020-12-10T18:09:02.246Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-10T18:09:02.246Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T18:09:02.246Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-10T18:09:02.246Z] ++ cut -d/ -f2 [2020-12-10T18:09:02.246Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-10T18:09:02.322Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-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-12-10T18:09:03.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T18:09:03.806Z] [2020-12-10T18:09:03.806Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:09:04.166Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T18:09:04.166Z] latest: Pulling from edgex-devops/git-semver [2020-12-10T18:09:04.166Z] 31603596830f: Pulling fs layer [2020-12-10T18:09:04.166Z] 2a8b12db71e7: Pulling fs layer [2020-12-10T18:09:04.166Z] 6ca5941a6612: Pulling fs layer [2020-12-10T18:09:04.166Z] ecc8261a40a4: Pulling fs layer [2020-12-10T18:09:04.166Z] ecc8261a40a4: Waiting [2020-12-10T18:09:04.166Z] 2a8b12db71e7: Download complete [2020-12-10T18:09:04.166Z] 31603596830f: Verifying Checksum [2020-12-10T18:09:04.166Z] 31603596830f: Download complete [2020-12-10T18:09:04.444Z] ecc8261a40a4: Verifying Checksum [2020-12-10T18:09:04.444Z] ecc8261a40a4: Download complete [2020-12-10T18:09:04.444Z] 6ca5941a6612: Verifying Checksum [2020-12-10T18:09:04.444Z] 6ca5941a6612: Download complete [2020-12-10T18:09:04.711Z] 31603596830f: Pull complete [2020-12-10T18:09:04.974Z] 2a8b12db71e7: Pull complete [2020-12-10T18:09:05.948Z] 6ca5941a6612: Pull complete [2020-12-10T18:09:06.527Z] ecc8261a40a4: Pull complete [2020-12-10T18:09:06.527Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-10T18:09:06.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T18:09:06.527Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-10T18:09:06.710Z] prd-centos7-docker-4c-2g-15434 does not seem to be running inside a container [2020-12-10T18:09:06.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-10T18:09:09.119Z] $ docker top fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T18:09:09.468Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T18:09:09.468Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T18:09:09.704Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T18:09:09.708Z] $ docker exec fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 ssh-agent [2020-12-10T18:09:09.899Z] SSH_AUTH_SOCK=/tmp/ssh-A7Omjnpej5kj/agent.12 [2020-12-10T18:09:09.899Z] SSH_AGENT_PID=17 [2020-12-10T18:09:09.913Z] Running ssh-add (command line suppressed) [2020-12-10T18:09:10.034Z] Identity added: /w/workspace/edgex-go/250@tmp/private_key_4894600840891349527.key (/w/workspace/edgex-go/250@tmp/private_key_4894600840891349527.key) [2020-12-10T18:09:10.086Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T18:09:10.458Z] + git tag --points-at HEAD [Pipeline] } [2020-12-10T18:09:10.480Z] $ docker exec --env ******** --env ******** fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 ssh-agent -k [2020-12-10T18:09:10.605Z] unset SSH_AUTH_SOCK; [2020-12-10T18:09:10.606Z] unset SSH_AGENT_PID; [2020-12-10T18:09:10.606Z] echo Agent pid 17 killed; [2020-12-10T18:09:10.649Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-10T18:09:10.827Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T18:09:10.827Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T18:09:10.995Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T18:09:10.999Z] $ docker exec fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 ssh-agent [2020-12-10T18:09:11.166Z] SSH_AUTH_SOCK=/tmp/ssh-rb29Owr5N7yN/agent.45 [2020-12-10T18:09:11.166Z] SSH_AGENT_PID=51 [2020-12-10T18:09:11.173Z] Running ssh-add (command line suppressed) [2020-12-10T18:09:11.297Z] Identity added: /w/workspace/edgex-go/250@tmp/private_key_6791147140867591233.key (/w/workspace/edgex-go/250@tmp/private_key_6791147140867591233.key) [2020-12-10T18:09:11.349Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T18:09:11.689Z] + git semver init [2020-12-10T18:09:11.690Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T18:09:11.690Z] # $GIT_DIR = /w/workspace/edgex-go/250/.git [2020-12-10T18:09:11.690Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/250 [2020-12-10T18:09:11.690Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T18:09:11.690Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T18:09:11.690Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T18:09:11.690Z] # $SEMVER_BRANCH = master [2020-12-10T18:09:11.690Z] # $SEMVER_TEMP = /tmp/semver-009544510 [2020-12-10T18:09:11.690Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-10T18:09:33.695Z] # '/tmp/semver-009544510' -> '/w/workspace/edgex-go/250/.semver' [2020-12-10T18:09:33.695Z] # -> Force: false [2020-12-10T18:09:33.695Z] # $SEMVER_DIR = /w/workspace/edgex-go/250/.semver [Pipeline] } [2020-12-10T18:09:33.709Z] $ docker exec --env ******** --env ******** fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 ssh-agent -k [2020-12-10T18:09:33.969Z] unset SSH_AUTH_SOCK; [2020-12-10T18:09:33.969Z] unset SSH_AGENT_PID; [2020-12-10T18:09:33.969Z] echo Agent pid 51 killed; [2020-12-10T18:09:34.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T18:09:34.573Z] + git semver [Pipeline] } [2020-12-10T18:09:34.592Z] $ docker stop --time=1 fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 [2020-12-10T18:09:36.655Z] $ docker rm -f fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T18:09:37.216Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-10T18:09:37.766Z] Stashed 1 file(s) [Pipeline] echo [2020-12-10T18:09:37.769Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.8 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T18:09:38.677Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-10T18:09:38.975Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T18:09:39.276Z] + sudo service docker restart [2020-12-10T18:09:39.276Z] + true [2020-12-10T18:09:39.276Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-10T18:09:39.869Z] ========================================================= [2020-12-10T18:09:39.869Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-10T18:09:39.869Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:09:40.214Z] + 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-12-10T18:09:44.475Z] Sending build context to Docker daemon 326.4MB [2020-12-10T18:09:44.475Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-10T18:09:44.475Z] Step 2/7 : FROM ${BASE} [2020-12-10T18:09:44.475Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-10T18:09:44.475Z] 188c0c94c7c5: Pulling fs layer [2020-12-10T18:09:44.475Z] 0ef7d3d256c8: Pulling fs layer [2020-12-10T18:09:44.475Z] de9db76c5a1d: Pulling fs layer [2020-12-10T18:09:44.475Z] bca2f99d35d6: Pulling fs layer [2020-12-10T18:09:44.475Z] 93359f2a8cfa: Pulling fs layer [2020-12-10T18:09:44.475Z] 7c6f9722023f: Pulling fs layer [2020-12-10T18:09:44.475Z] a35cf1a2eb13: Pulling fs layer [2020-12-10T18:09:44.475Z] 93359f2a8cfa: Waiting [2020-12-10T18:09:44.475Z] 7c6f9722023f: Waiting [2020-12-10T18:09:44.475Z] a35cf1a2eb13: Waiting [2020-12-10T18:09:44.475Z] bca2f99d35d6: Waiting [2020-12-10T18:09:44.475Z] de9db76c5a1d: Download complete [2020-12-10T18:09:44.475Z] 0ef7d3d256c8: Download complete [2020-12-10T18:09:44.475Z] 93359f2a8cfa: Download complete [2020-12-10T18:09:44.475Z] 7c6f9722023f: Download complete [2020-12-10T18:09:44.475Z] 188c0c94c7c5: Verifying Checksum [2020-12-10T18:09:44.475Z] 188c0c94c7c5: Download complete [2020-12-10T18:09:44.739Z] 188c0c94c7c5: Pull complete [2020-12-10T18:09:45.688Z] 0ef7d3d256c8: Pull complete [2020-12-10T18:09:45.688Z] de9db76c5a1d: Pull complete [2020-12-10T18:09:46.267Z] a35cf1a2eb13: Verifying Checksum [2020-12-10T18:09:46.267Z] a35cf1a2eb13: Download complete [2020-12-10T18:09:46.848Z] bca2f99d35d6: Verifying Checksum [2020-12-10T18:09:46.848Z] bca2f99d35d6: Download complete [2020-12-10T18:09:53.170Z] Still waiting to schedule task [2020-12-10T18:09:53.170Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-10T18:09:53.475Z] bca2f99d35d6: Pull complete [2020-12-10T18:09:53.475Z] 93359f2a8cfa: Pull complete [2020-12-10T18:09:53.475Z] 7c6f9722023f: Pull complete [2020-12-10T18:09:56.946Z] a35cf1a2eb13: Pull complete [2020-12-10T18:09:56.946Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-10T18:09:56.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-10T18:09:56.946Z] ---> a62c8e92a672 [2020-12-10T18:09:56.946Z] 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-12-10T18:09:56.946Z] ---> Running in ad36c7ce512f [2020-12-10T18:09:57.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T18:09:58.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T18:09:59.053Z] (1/12) Installing libmagic (5.38-r0) [2020-12-10T18:09:59.628Z] (2/12) Installing file (5.38-r0) [2020-12-10T18:09:59.891Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-10T18:09:59.891Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-10T18:10:04.117Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-10T18:10:04.117Z] (6/12) Installing patch (2.7.6-r6) [2020-12-10T18:10:04.117Z] (7/12) Installing build-base (0.5-r2) [2020-12-10T18:10:04.117Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-10T18:10:04.117Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-10T18:10:04.379Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-10T18:10:04.379Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-10T18:10:04.379Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-10T18:10:04.646Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T18:10:04.646Z] OK: 233 MiB in 51 packages [2020-12-10T18:10:08.879Z] Removing intermediate container ad36c7ce512f [2020-12-10T18:10:08.879Z] ---> 7db2f5a9f454 [2020-12-10T18:10:08.879Z] Step 4/7 : WORKDIR /edgex-go [2020-12-10T18:10:08.879Z] ---> Running in da6a948e12a8 [2020-12-10T18:10:08.879Z] Removing intermediate container da6a948e12a8 [2020-12-10T18:10:08.879Z] ---> cc807fa0db37 [2020-12-10T18:10:08.879Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-10T18:10:09.455Z] latest: Pulling from library/docker [2020-12-10T18:10:09.455Z] 188c0c94c7c5: Already exists [2020-12-10T18:10:09.455Z] 0c7c675703d6: Pulling fs layer [2020-12-10T18:10:09.455Z] cc8c12a437cb: Pulling fs layer [2020-12-10T18:10:09.455Z] f092543453df: Pulling fs layer [2020-12-10T18:10:09.455Z] 65b6bc45957d: Pulling fs layer [2020-12-10T18:10:09.455Z] 4de832df471b: Pulling fs layer [2020-12-10T18:10:09.455Z] 79aa7fa92271: Pulling fs layer [2020-12-10T18:10:09.455Z] 4de832df471b: Waiting [2020-12-10T18:10:09.455Z] 65b6bc45957d: Waiting [2020-12-10T18:10:09.455Z] 79aa7fa92271: Waiting [2020-12-10T18:10:09.717Z] invalid from flag value docker:latest: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/b0/b0757c55a1fdbb59c378fd34dde3e12bd25f68094dd69546cf5ca00ddbaa7a33/data?verify=1607626809-W4U%2BYrqaSLPnJMDsgtEA%2BGKeWDg%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-12-10T18:10:11.553Z] Failed in branch amd64 [2020-12-10T18:11:36.742Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15435 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-10T18:11:36.802Z] Running in /w/workspace/edgex-go/250 [Pipeline] { [Pipeline] checkout [2020-12-10T18:11:42.136Z] using credential edgex-jenkins-ssh [2020-12-10T18:11:42.243Z] Cloning the remote Git repository [2020-12-10T18:11:42.300Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-10T18:11:42.411Z] > git init /w/workspace/edgex-go/250 # timeout=10 [2020-12-10T18:11:42.500Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-10T18:11:42.501Z] > git --version # timeout=10 [2020-12-10T18:11:42.531Z] > git --version # 'git version 2.17.1' [2020-12-10T18:11:42.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T18:11:42.582Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T18:11:58.893Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-10T18:11:58.916Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T18:11:58.941Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-10T18:11:59.039Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-10T18:11:59.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T18:11:59.052Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T18:11:59.757Z] Checking out Revision 382321cdbf919cdcf7c2812d3a520779371560e7 (master) [2020-12-10T18:11:59.785Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T18:11:59.802Z] > git checkout -f 382321cdbf919cdcf7c2812d3a520779371560e7 # timeout=10 [2020-12-10T18:12:04.321Z] Commit message: "feat(security): implement secrets-config proxy tls (#2930)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T18:12:06.119Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-10T18:12:06.527Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T18:12:06.864Z] + sudo service docker restart [2020-12-10T18:12:06.864Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T18:12:09.568Z] provisioning config files... [2020-12-10T18:12:09.611Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config3723715409120238750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T18:12:10.020Z] ---> docker-login.sh [2020-12-10T18:12:10.020Z] nexus3.edgexfoundry.org:10001 [2020-12-10T18:12:11.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:12:11.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:12:11.285Z] Configure a credential helper to remove this warning. See [2020-12-10T18:12:11.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:12:11.285Z] [2020-12-10T18:12:11.285Z] Login Succeeded [2020-12-10T18:12:11.285Z] nexus3.edgexfoundry.org:10002 [2020-12-10T18:12:11.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:12:11.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:12:11.557Z] Configure a credential helper to remove this warning. See [2020-12-10T18:12:11.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:12:11.557Z] [2020-12-10T18:12:11.557Z] Login Succeeded [2020-12-10T18:12:11.557Z] nexus3.edgexfoundry.org:10003 [2020-12-10T18:12:12.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:12:12.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:12:12.154Z] Configure a credential helper to remove this warning. See [2020-12-10T18:12:12.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:12:12.154Z] [2020-12-10T18:12:12.154Z] Login Succeeded [2020-12-10T18:12:12.154Z] nexus3.edgexfoundry.org:10004 [2020-12-10T18:12:12.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:12:12.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:12:12.698Z] Configure a credential helper to remove this warning. See [2020-12-10T18:12:12.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:12:12.698Z] [2020-12-10T18:12:12.698Z] Login Succeeded [2020-12-10T18:12:12.698Z] docker.io [2020-12-10T18:12:12.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:12:13.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:12:13.241Z] Configure a credential helper to remove this warning. See [2020-12-10T18:12:13.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:12:13.241Z] [2020-12-10T18:12:13.242Z] Login Succeeded [2020-12-10T18:12:13.242Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T18:12:13.258Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-10T18:12:13.753Z] ========================================================= [2020-12-10T18:12:13.754Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-10T18:12:13.754Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:12:14.152Z] + 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-12-10T18:12:16.813Z] Sending build context to Docker daemon 165.6MB [2020-12-10T18:12:16.813Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-10T18:12:16.813Z] Step 2/7 : FROM ${BASE} [2020-12-10T18:12:16.813Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-10T18:12:16.813Z] 5f621e34cdf4: Pulling fs layer [2020-12-10T18:12:16.813Z] a4357932f1b6: Pulling fs layer [2020-12-10T18:12:16.813Z] 18c013af1878: Pulling fs layer [2020-12-10T18:12:16.813Z] 00ac8860ef70: Pulling fs layer [2020-12-10T18:12:16.813Z] 63d7cb157983: Pulling fs layer [2020-12-10T18:12:16.813Z] b116817d02f9: Pulling fs layer [2020-12-10T18:12:16.813Z] 745a02a5169b: Pulling fs layer [2020-12-10T18:12:16.813Z] 00ac8860ef70: Waiting [2020-12-10T18:12:16.813Z] 63d7cb157983: Waiting [2020-12-10T18:12:16.813Z] b116817d02f9: Waiting [2020-12-10T18:12:16.813Z] 745a02a5169b: Waiting [2020-12-10T18:12:16.813Z] 18c013af1878: Verifying Checksum [2020-12-10T18:12:16.813Z] 18c013af1878: Download complete [2020-12-10T18:12:16.813Z] a4357932f1b6: Verifying Checksum [2020-12-10T18:12:16.813Z] a4357932f1b6: Download complete [2020-12-10T18:12:16.813Z] 63d7cb157983: Download complete [2020-12-10T18:12:16.813Z] b116817d02f9: Verifying Checksum [2020-12-10T18:12:16.813Z] b116817d02f9: Download complete [2020-12-10T18:12:17.419Z] 5f621e34cdf4: Pull complete [2020-12-10T18:12:18.029Z] a4357932f1b6: Pull complete [2020-12-10T18:12:18.623Z] 18c013af1878: Pull complete [2020-12-10T18:12:18.623Z] 745a02a5169b: Download complete [2020-12-10T18:12:20.079Z] 00ac8860ef70: Verifying Checksum [2020-12-10T18:12:20.079Z] 00ac8860ef70: Download complete [2020-12-10T18:12:30.267Z] 00ac8860ef70: Pull complete [2020-12-10T18:12:30.864Z] 63d7cb157983: Pull complete [2020-12-10T18:12:31.137Z] b116817d02f9: Pull complete [2020-12-10T18:12:35.461Z] 745a02a5169b: Pull complete [2020-12-10T18:12:35.461Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-10T18:12:35.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-10T18:12:35.461Z] ---> b7e6874047d6 [2020-12-10T18:12:35.461Z] 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-12-10T18:12:38.849Z] ---> Running in 61819cac26e5 [2020-12-10T18:12:39.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:12:40.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:12:41.407Z] (1/12) Installing libmagic (5.38-r0) [2020-12-10T18:12:41.407Z] (2/12) Installing file (5.38-r0) [2020-12-10T18:12:41.678Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-10T18:12:41.678Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-10T18:12:45.974Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-10T18:12:45.974Z] (6/12) Installing patch (2.7.6-r6) [2020-12-10T18:12:45.974Z] (7/12) Installing build-base (0.5-r2) [2020-12-10T18:12:45.974Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-10T18:12:46.244Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-10T18:12:46.245Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-10T18:12:46.245Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-10T18:12:46.518Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-10T18:12:46.518Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T18:12:46.518Z] OK: 217 MiB in 51 packages [2020-12-10T18:12:50.824Z] Removing intermediate container 61819cac26e5 [2020-12-10T18:12:50.824Z] ---> 3ff8cc08f72a [2020-12-10T18:12:50.824Z] Step 4/7 : WORKDIR /edgex-go [2020-12-10T18:12:50.824Z] ---> Running in c9f8e0ef9280 [2020-12-10T18:12:51.099Z] Removing intermediate container c9f8e0ef9280 [2020-12-10T18:12:51.099Z] ---> db7eaffa5cb3 [2020-12-10T18:12:51.099Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-10T18:12:51.692Z] latest: Pulling from library/docker [2020-12-10T18:12:51.963Z] 5f621e34cdf4: Already exists [2020-12-10T18:12:51.963Z] 85db56a05063: Pulling fs layer [2020-12-10T18:12:51.963Z] ccb67d6aeaaa: Pulling fs layer [2020-12-10T18:12:51.963Z] 078a48a8a50a: Pulling fs layer [2020-12-10T18:12:51.963Z] 158a5e565521: Pulling fs layer [2020-12-10T18:12:51.963Z] 580500bbad4e: Pulling fs layer [2020-12-10T18:12:51.963Z] cf2dce50f859: Pulling fs layer [2020-12-10T18:12:51.963Z] 158a5e565521: Waiting [2020-12-10T18:12:51.963Z] 580500bbad4e: Waiting [2020-12-10T18:12:51.963Z] cf2dce50f859: Waiting [2020-12-10T18:12:52.237Z] ccb67d6aeaaa: Verifying Checksum [2020-12-10T18:12:52.237Z] ccb67d6aeaaa: Download complete [2020-12-10T18:12:52.237Z] 85db56a05063: Download complete [2020-12-10T18:12:52.512Z] 158a5e565521: Verifying Checksum [2020-12-10T18:12:52.512Z] 158a5e565521: Download complete [2020-12-10T18:12:52.512Z] 580500bbad4e: Download complete [2020-12-10T18:12:52.512Z] cf2dce50f859: Download complete [2020-12-10T18:12:52.787Z] 85db56a05063: Pull complete [2020-12-10T18:12:53.059Z] ccb67d6aeaaa: Pull complete [2020-12-10T18:12:55.691Z] 078a48a8a50a: Verifying Checksum [2020-12-10T18:12:55.691Z] 078a48a8a50a: Download complete [2020-12-10T18:13:00.006Z] 078a48a8a50a: Pull complete [2020-12-10T18:13:00.006Z] 158a5e565521: Pull complete [2020-12-10T18:13:00.006Z] 580500bbad4e: Pull complete [2020-12-10T18:13:00.278Z] cf2dce50f859: Pull complete [2020-12-10T18:13:00.278Z] Digest: sha256:9c95050c6bbc8b806d79eaf58104c027f8433d7f668e1e287b5589bd910012ba [2020-12-10T18:13:00.278Z] Status: Downloaded newer image for docker:latest [2020-12-10T18:13:03.685Z] ---> 517e3957a650 [2020-12-10T18:13:03.685Z] Step 6/7 : COPY go.mod . [2020-12-10T18:13:04.281Z] ---> d4d1b1a574a0 [2020-12-10T18:13:04.281Z] Step 7/7 : RUN go mod download [2020-12-10T18:13:04.559Z] ---> Running in 1167b27d54a9 [2020-12-10T18:13:31.342Z] Removing intermediate container 1167b27d54a9 [2020-12-10T18:13:31.342Z] ---> 3769fac706bd [2020-12-10T18:13:31.342Z] Successfully built 3769fac706bd [2020-12-10T18:13:31.342Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:13:31.681Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T18:13:31.681Z] . [Pipeline] withDockerContainer [2020-12-10T18:13:31.916Z] prd-ubuntu18.04-docker-arm64-4c-16g-15435 does not seem to be running inside a container [2020-12-10T18:13:32.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-10T18:13:33.458Z] $ docker top 95ee2ac5cb809bb44d775fbcfd71c4afd5a4737f0554835c68b135e19ccc86c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T18:13:34.491Z] + go version [2020-12-10T18:13:34.491Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-10T18:13:34.517Z] $ docker stop --time=1 95ee2ac5cb809bb44d775fbcfd71c4afd5a4737f0554835c68b135e19ccc86c7 [2020-12-10T18:13:36.483Z] $ docker rm -f 95ee2ac5cb809bb44d775fbcfd71c4afd5a4737f0554835c68b135e19ccc86c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:13:40.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T18:13:40.522Z] [2020-12-10T18:13:40.522Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:13:40.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T18:13:40.916Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-10T18:13:40.916Z] 29e5d40040c1: Pulling fs layer [2020-12-10T18:13:40.916Z] 1ce36da41761: Pulling fs layer [2020-12-10T18:13:40.916Z] 25b303627fd3: Pulling fs layer [2020-12-10T18:13:41.518Z] 29e5d40040c1: Download complete [2020-12-10T18:13:42.121Z] 1ce36da41761: Verifying Checksum [2020-12-10T18:13:42.121Z] 1ce36da41761: Download complete [2020-12-10T18:13:42.121Z] 29e5d40040c1: Pull complete [2020-12-10T18:13:43.564Z] 1ce36da41761: Pull complete [2020-12-10T18:13:43.564Z] 25b303627fd3: Verifying Checksum [2020-12-10T18:13:53.750Z] 25b303627fd3: Pull complete [2020-12-10T18:13:53.750Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-10T18:13:53.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T18:13:53.750Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-10T18:13:54.010Z] prd-ubuntu18.04-docker-arm64-4c-16g-15435 does not seem to be running inside a container [2020-12-10T18:13:54.097Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-10T18:13:57.165Z] $ docker top 930fa09498b03011240527760a7c75ba55e4473e56a7f0ec623bd7069b264569 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T18:13:58.240Z] + docker-compose build --help [2020-12-10T18:13:58.240Z] + grep parallel [2020-12-10T18:14:01.618Z] --parallel Build images in parallel. [Pipeline] } [2020-12-10T18:14:01.642Z] $ docker stop --time=1 930fa09498b03011240527760a7c75ba55e4473e56a7f0ec623bd7069b264569 [2020-12-10T18:14:03.520Z] $ docker rm -f 930fa09498b03011240527760a7c75ba55e4473e56a7f0ec623bd7069b264569 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:14:04.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T18:14:04.448Z] . [Pipeline] withDockerContainer [2020-12-10T18:14:04.678Z] prd-ubuntu18.04-docker-arm64-4c-16g-15435 does not seem to be running inside a container [2020-12-10T18:14:04.761Z] $ 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/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-10T18:14:06.217Z] $ docker top f31d4f1027f77e68a4be0a722255ce7071c60b499b52932425352e00bebcb28e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T18:14:07.266Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-10T18:14:10.650Z] Building docker-core-command-go ... [2020-12-10T18:14:10.650Z] Building docker-core-data-go ... [2020-12-10T18:14:10.650Z] Building docker-core-metadata-go ... [2020-12-10T18:14:10.650Z] Building docker-security-bootstrap-redis-go ... [2020-12-10T18:14:10.650Z] Building docker-security-proxy-setup-go ... [2020-12-10T18:14:10.650Z] Building docker-security-secrets-setup-go ... [2020-12-10T18:14:10.650Z] Building docker-security-secretstore-setup-go ... [2020-12-10T18:14:10.650Z] Building docker-support-notifications-go ... [2020-12-10T18:14:10.650Z] Building docker-support-scheduler-go ... [2020-12-10T18:14:10.650Z] Building docker-sys-mgmt-agent-go ... [2020-12-10T18:14:10.650Z] Building docker-core-command-go [2020-12-10T18:14:10.650Z] Building docker-core-data-go [2020-12-10T18:14:10.650Z] Building docker-support-notifications-go [2020-12-10T18:14:10.650Z] Building docker-core-metadata-go [2020-12-10T18:14:10.650Z] Building docker-security-bootstrap-redis-go [2020-12-10T18:14:57.611Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T18:14:57.611Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T18:14:57.611Z] ---> 3769fac706bd [2020-12-10T18:14:57.611Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T18:14:57.611Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T18:14:57.611Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T18:14:57.611Z] ---> 3769fac706bd [2020-12-10T18:14:57.611Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T18:14:57.611Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T18:14:57.611Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-10T18:14:57.611Z] ---> 3769fac706bd [2020-12-10T18:14:57.611Z] Step 3/24 : WORKDIR /edgex-go [2020-12-10T18:14:57.611Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T18:14:57.611Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T18:14:57.611Z] ---> 3769fac706bd [2020-12-10T18:14:57.611Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T18:14:57.611Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T18:14:57.611Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-10T18:14:57.611Z] ---> 3769fac706bd [2020-12-10T18:14:57.611Z] Step 3/23 : WORKDIR /edgex-go [2020-12-10T18:15:01.018Z] ---> Running in 1f043db9771a [2020-12-10T18:15:01.018Z] ---> Running in 07634fa8c3a9 [2020-12-10T18:15:01.018Z] ---> Running in d225d92a2c38 [2020-12-10T18:15:01.018Z] ---> Running in fc608b40ef3a [2020-12-10T18:15:01.018Z] ---> Running in 585cfbabce7a [2020-12-10T18:15:01.614Z] Removing intermediate container 1f043db9771a [2020-12-10T18:15:01.614Z] ---> c7f7434b1089 [2020-12-10T18:15:01.614Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T18:15:01.614Z] Removing intermediate container 585cfbabce7a [2020-12-10T18:15:01.614Z] ---> d7d0ff29fb40 [2020-12-10T18:15:01.614Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T18:15:01.614Z] Removing intermediate container d225d92a2c38 [2020-12-10T18:15:01.614Z] ---> 2fa84fba7b56 [2020-12-10T18:15:01.614Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T18:15:01.889Z] Removing intermediate container 07634fa8c3a9 [2020-12-10T18:15:01.889Z] ---> 334ee7fc3cc9 [2020-12-10T18:15:01.889Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T18:15:01.889Z] Removing intermediate container fc608b40ef3a [2020-12-10T18:15:01.889Z] ---> 8adad068aba8 [2020-12-10T18:15:01.889Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T18:15:01.889Z] ---> Running in 8b3d15e52b5f [2020-12-10T18:15:01.889Z] ---> Running in 05328591d688 [2020-12-10T18:15:01.889Z] ---> Running in 7c45cb7cb91c [2020-12-10T18:15:02.168Z] ---> Running in 339ccdc8871c [2020-12-10T18:15:02.168Z] ---> Running in 4157d6af52d5 [2020-12-10T18:15:05.601Z] Removing intermediate container 8b3d15e52b5f [2020-12-10T18:15:05.601Z] ---> 57ba483c8e81 [2020-12-10T18:15:05.601Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-10T18:15:05.875Z] ---> Running in 81306a49e8fe [2020-12-10T18:15:05.875Z] Removing intermediate container 05328591d688 [2020-12-10T18:15:05.875Z] Removing intermediate container 7c45cb7cb91c [2020-12-10T18:15:05.875Z] ---> 2c37279bb1cc [2020-12-10T18:15:05.875Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-10T18:15:05.875Z] ---> 028207b0db8c [2020-12-10T18:15:05.875Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T18:15:06.147Z] ---> Running in 88b723065b2d [2020-12-10T18:15:06.420Z] ---> Running in 55b9382f4316 [2020-12-10T18:15:06.420Z] Removing intermediate container 339ccdc8871c [2020-12-10T18:15:06.420Z] ---> af965f053416 [2020-12-10T18:15:06.420Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T18:15:06.420Z] Removing intermediate container 4157d6af52d5 [2020-12-10T18:15:06.420Z] ---> ec72b07c1434 [2020-12-10T18:15:06.420Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T18:15:06.705Z] ---> Running in f428616f65ef [2020-12-10T18:15:06.981Z] ---> Running in bda1b32efb0e [2020-12-10T18:15:07.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:15:08.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:15:08.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:15:08.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:15:08.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:15:08.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:15:09.068Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T18:15:09.068Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T18:15:09.068Z] OK: 12618 distinct packages available [2020-12-10T18:15:09.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:15:09.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:15:09.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:15:09.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:15:09.619Z] OK: 217 MiB in 51 packages [2020-12-10T18:15:10.216Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T18:15:10.216Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T18:15:10.216Z] OK: 12618 distinct packages available [2020-12-10T18:15:10.216Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T18:15:10.216Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T18:15:10.216Z] OK: 12618 distinct packages available [2020-12-10T18:15:10.216Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T18:15:10.216Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T18:15:10.216Z] OK: 12618 distinct packages available [2020-12-10T18:15:10.822Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T18:15:10.822Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T18:15:10.822Z] OK: 12618 distinct packages available [2020-12-10T18:15:11.101Z] OK: 217 MiB in 51 packages [2020-12-10T18:15:11.101Z] OK: 217 MiB in 51 packages [2020-12-10T18:15:11.101Z] OK: 217 MiB in 51 packages [2020-12-10T18:15:11.708Z] Removing intermediate container 81306a49e8fe [2020-12-10T18:15:11.708Z] ---> 909cd730de8d [2020-12-10T18:15:11.708Z] Step 6/24 : COPY go.mod . [2020-12-10T18:15:11.708Z] OK: 217 MiB in 51 packages [2020-12-10T18:15:13.152Z] Removing intermediate container 88b723065b2d [2020-12-10T18:15:13.152Z] ---> a09eb87a23f4 [2020-12-10T18:15:13.152Z] Step 6/23 : COPY go.mod . [2020-12-10T18:15:13.152Z] ---> 5654a54d2338 [2020-12-10T18:15:13.152Z] Step 7/24 : RUN go mod download [2020-12-10T18:15:13.152Z] Removing intermediate container f428616f65ef [2020-12-10T18:15:13.152Z] ---> eff893a9e928 [2020-12-10T18:15:13.152Z] Step 6/22 : COPY go.mod . [2020-12-10T18:15:13.152Z] Removing intermediate container 55b9382f4316 [2020-12-10T18:15:13.152Z] ---> 334cd81b0f0b [2020-12-10T18:15:13.152Z] Step 6/22 : COPY go.mod . [2020-12-10T18:15:13.432Z] ---> Running in 32a24bb20884 [2020-12-10T18:15:13.712Z] Removing intermediate container bda1b32efb0e [2020-12-10T18:15:13.712Z] ---> 7e75fd9f325e [2020-12-10T18:15:13.712Z] Step 6/22 : COPY go.mod . [2020-12-10T18:15:14.317Z] ---> a6f30b19c1a8 [2020-12-10T18:15:14.317Z] Step 7/22 : RUN go mod download [2020-12-10T18:15:14.317Z] ---> 3302c0e22649 [2020-12-10T18:15:14.317Z] Step 7/22 : RUN go mod download [2020-12-10T18:15:14.317Z] ---> 5fb279131aeb [2020-12-10T18:15:14.317Z] Step 7/23 : RUN go mod download [2020-12-10T18:15:14.588Z] ---> Running in 5dfb1e81b1a2 [2020-12-10T18:15:14.588Z] ---> Running in d1816d63b97a [2020-12-10T18:15:14.588Z] ---> Running in 590dd04725cc [2020-12-10T18:15:14.863Z] ---> d76bfdbb30cb [2020-12-10T18:15:14.863Z] Step 7/22 : RUN go mod download [2020-12-10T18:15:15.138Z] ---> Running in 2683743a3dc6 [2020-12-10T18:15:17.124Z] Removing intermediate container 32a24bb20884 [2020-12-10T18:15:17.124Z] ---> df0a4ed9a09c [2020-12-10T18:15:17.124Z] Step 8/24 : COPY . . [2020-12-10T18:15:19.783Z] Removing intermediate container 5dfb1e81b1a2 [2020-12-10T18:15:19.783Z] ---> 842582c1f7e8 [2020-12-10T18:15:19.783Z] Step 8/22 : COPY . . [2020-12-10T18:15:20.067Z] Removing intermediate container d1816d63b97a [2020-12-10T18:15:20.067Z] ---> 773e0d7d494f [2020-12-10T18:15:20.067Z] Step 8/22 : COPY . . [2020-12-10T18:15:20.674Z] Removing intermediate container 2683743a3dc6 [2020-12-10T18:15:20.674Z] ---> b859444fa2ab [2020-12-10T18:15:20.674Z] Step 8/22 : COPY . . [2020-12-10T18:15:20.674Z] Removing intermediate container 590dd04725cc [2020-12-10T18:15:20.674Z] ---> f455a09978a1 [2020-12-10T18:15:20.674Z] Step 8/23 : COPY . . [2020-12-10T18:15:35.776Z] ---> cc3411cd6656 [2020-12-10T18:15:35.776Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-10T18:15:35.776Z] ---> 255633f1b892 [2020-12-10T18:15:35.776Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-10T18:15:35.776Z] ---> Running in 919200ede6a2 [2020-12-10T18:15:35.776Z] ---> eff7ca43029e [2020-12-10T18:15:35.776Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-10T18:15:35.776Z] ---> 4d2b7666743d [2020-12-10T18:15:35.776Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-10T18:15:35.776Z] ---> 76e275d215e6 [2020-12-10T18:15:35.776Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-10T18:15:36.053Z] ---> Running in f21545495834 [2020-12-10T18:15:36.053Z] ---> Running in 275f6564b1d2 [2020-12-10T18:15:36.053Z] ---> Running in 29cc812cda87 [2020-12-10T18:15:36.053Z] ---> Running in 1d007f30add8 [2020-12-10T18:15:37.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-10T18:15:37.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-command/core-command ./cmd/core-command [2020-12-10T18:15:38.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-10T18:15:38.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-10T18:15:38.336Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-data/core-data ./cmd/core-data [2020-12-10T18:17:15.403Z] Removing intermediate container 1d007f30add8 [2020-12-10T18:17:15.403Z] ---> d4d07d8d726d [2020-12-10T18:17:15.403Z] [2020-12-10T18:17:15.403Z] Step 10/22 : FROM alpine:3.10 [2020-12-10T18:17:15.403Z] 3.10: Pulling from library/alpine [2020-12-10T18:17:15.403Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-10T18:17:15.403Z] Status: Downloaded newer image for alpine:3.10 [2020-12-10T18:17:15.403Z] ---> 536a684cf733 [2020-12-10T18:17:15.403Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-10T18:17:15.403Z] ---> Running in d0e587b4a14f [2020-12-10T18:17:15.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:17:15.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:17:15.403Z] v3.10.5-155-gab6c8e84d1 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-10T18:17:15.403Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-10T18:17:15.403Z] OK: 10169 distinct packages available [2020-12-10T18:17:15.681Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-10T18:17:15.681Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-10T18:17:15.681Z] (3/5) Installing libcurl (7.66.0-r2) [2020-12-10T18:17:15.681Z] (4/5) Installing curl (7.66.0-r2) [2020-12-10T18:17:15.960Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-10T18:17:15.960Z] Executing busybox-1.30.1-r3.trigger [2020-12-10T18:17:15.960Z] Executing ca-certificates-20191127-r2.trigger [2020-12-10T18:17:16.258Z] OK: 7 MiB in 19 packages [2020-12-10T18:17:19.696Z] Removing intermediate container d0e587b4a14f [2020-12-10T18:17:19.696Z] ---> d36b57845c5d [2020-12-10T18:17:19.696Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-10T18:17:19.696Z] ---> Running in b9a0d152a728 [2020-12-10T18:17:19.976Z] Removing intermediate container b9a0d152a728 [2020-12-10T18:17:19.976Z] ---> f20ceafecded [2020-12-10T18:17:19.976Z] Step 13/22 : WORKDIR / [2020-12-10T18:17:20.255Z] ---> Running in eadd03ea2a05 [2020-12-10T18:17:20.862Z] Removing intermediate container eadd03ea2a05 [2020-12-10T18:17:20.862Z] ---> 3346605093f5 [2020-12-10T18:17:20.862Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-10T18:17:22.323Z] ---> e2359d458cb0 [2020-12-10T18:17:22.323Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-10T18:17:23.786Z] ---> 8b94c3ad9e4a [2020-12-10T18:17:23.786Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-10T18:17:24.782Z] ---> 02f60a79ab15 [2020-12-10T18:17:24.782Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-10T18:17:25.781Z] ---> fa2353aaedcd [2020-12-10T18:17:25.781Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-10T18:17:26.076Z] ---> Running in 18a608cf4b72 [2020-12-10T18:17:30.434Z] Removing intermediate container 18a608cf4b72 [2020-12-10T18:17:30.434Z] ---> 6afdaccecc2b [2020-12-10T18:17:30.434Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-10T18:17:30.712Z] ---> Running in af7e8a73adbe [2020-12-10T18:17:32.727Z] Removing intermediate container af7e8a73adbe [2020-12-10T18:17:32.727Z] ---> 53e503262eed [2020-12-10T18:17:32.727Z] Step 20/22 : LABEL arch=arm64 [2020-12-10T18:17:33.337Z] ---> Running in ab8d07a149f2 [2020-12-10T18:17:34.839Z] Removing intermediate container ab8d07a149f2 [2020-12-10T18:17:34.839Z] ---> bab7f829ab57 [2020-12-10T18:17:34.839Z] Step 21/22 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:17:35.136Z] ---> Running in 575518fda530 [2020-12-10T18:17:35.416Z] Removing intermediate container f21545495834 [2020-12-10T18:17:35.416Z] ---> 601cc25d4896 [2020-12-10T18:17:35.416Z] [2020-12-10T18:17:35.416Z] Step 10/22 : FROM scratch [2020-12-10T18:17:35.416Z] ---> [2020-12-10T18:17:35.416Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T18:17:36.414Z] ---> Running in c40a816605c0 [2020-12-10T18:17:36.694Z] Removing intermediate container 575518fda530 [2020-12-10T18:17:36.694Z] ---> 550ebb078e9b [2020-12-10T18:17:36.694Z] Step 22/22 : LABEL version=2.0.0-dev.8 [2020-12-10T18:17:36.972Z] ---> Running in 6434c446e062 [2020-12-10T18:17:37.255Z] Removing intermediate container 919200ede6a2 [2020-12-10T18:17:37.255Z] ---> 737a64a3939e [2020-12-10T18:17:37.255Z] [2020-12-10T18:17:37.255Z] Step 10/24 : FROM scratch [2020-12-10T18:17:37.255Z] ---> [2020-12-10T18:17:37.255Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-10T18:17:37.255Z] Removing intermediate container c40a816605c0 [2020-12-10T18:17:37.255Z] ---> 8fdc705358bf [2020-12-10T18:17:37.255Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-10T18:17:37.255Z] ---> Running in 5121b02f4ff0 [2020-12-10T18:17:37.541Z] ---> Running in 7b144beb6c24 [2020-12-10T18:17:38.156Z] Removing intermediate container 6434c446e062 [2020-12-10T18:17:38.156Z] ---> 64a1f7895c4a [2020-12-10T18:17:38.156Z] [2020-12-10T18:17:38.156Z] Removing intermediate container 5121b02f4ff0 [2020-12-10T18:17:38.156Z] ---> 55e7caaa42a8 [2020-12-10T18:17:38.156Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-10T18:17:38.446Z] ---> Running in 6bdb39173d69 [2020-12-10T18:17:38.446Z] Removing intermediate container 7b144beb6c24 [2020-12-10T18:17:38.446Z] ---> fcd34621c68e [2020-12-10T18:17:38.446Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-10T18:17:38.446Z] Successfully built 64a1f7895c4a [2020-12-10T18:17:38.446Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-10T18:17:38.446Z] Building docker-support-scheduler-go [2020-12-10T18:17:38.735Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in dfa97b8ed4c9 [2020-12-10T18:17:39.339Z] Removing intermediate container 6bdb39173d69 [2020-12-10T18:17:39.339Z] ---> 506b9d0fe3e4 [2020-12-10T18:17:39.339Z] Step 14/22 : WORKDIR / [2020-12-10T18:17:39.623Z] ---> Running in a8dad1ba6da0 [2020-12-10T18:17:39.623Z] Removing intermediate container dfa97b8ed4c9 [2020-12-10T18:17:39.623Z] ---> dfd3a519d961 [2020-12-10T18:17:39.623Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-10T18:17:39.899Z] ---> Running in f0b635ef2751 [2020-12-10T18:17:40.509Z] Removing intermediate container a8dad1ba6da0 [2020-12-10T18:17:40.509Z] ---> 4ff6f7f67396 [2020-12-10T18:17:40.509Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-10T18:17:41.500Z] Removing intermediate container f0b635ef2751 [2020-12-10T18:17:41.500Z] ---> 27faf633ee16 [2020-12-10T18:17:41.500Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-10T18:17:42.105Z] ---> 921fd7106f2d [2020-12-10T18:17:42.105Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-10T18:17:42.711Z] ---> b32c5a1e5a0e [2020-12-10T18:17:42.711Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-10T18:17:44.712Z] ---> 0fa1afaf5455 [2020-12-10T18:17:44.712Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-10T18:17:44.712Z] ---> 76d88e59b4df [2020-12-10T18:17:44.712Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-10T18:17:45.712Z] ---> 845f15e140ff [2020-12-10T18:17:45.712Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-10T18:17:45.986Z] ---> Running in d70141bad69c [2020-12-10T18:17:46.966Z] ---> bbd8db0745d6 [2020-12-10T18:17:46.966Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-10T18:17:47.251Z] Removing intermediate container d70141bad69c [2020-12-10T18:17:47.251Z] ---> 30d4fc13b809 [2020-12-10T18:17:47.251Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T18:17:48.234Z] ---> Running in c34264aa3937 [2020-12-10T18:17:48.513Z] ---> 80aab5fc695a [2020-12-10T18:17:48.513Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-10T18:17:49.111Z] Removing intermediate container c34264aa3937 [2020-12-10T18:17:49.111Z] ---> 211b3f679750 [2020-12-10T18:17:49.111Z] Step 20/22 : LABEL arch=arm64 [2020-12-10T18:17:49.738Z] ---> Running in a3122d50424d [2020-12-10T18:17:50.729Z] Removing intermediate container a3122d50424d [2020-12-10T18:17:50.729Z] ---> f26225f82590 [2020-12-10T18:17:50.729Z] Step 21/22 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:17:51.012Z] ---> 23f4d43c94b1 [2020-12-10T18:17:51.012Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-10T18:17:51.306Z] ---> Running in 04f666b230db [2020-12-10T18:17:52.744Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T18:17:52.744Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-10T18:17:52.744Z] ---> 3769fac706bd [2020-12-10T18:17:52.744Z] Step 3/21 : WORKDIR /edgex-go [2020-12-10T18:17:52.744Z] ---> Using cache [2020-12-10T18:17:52.744Z] ---> 8adad068aba8 [2020-12-10T18:17:52.744Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T18:17:52.744Z] ---> Using cache [2020-12-10T18:17:52.744Z] ---> ec72b07c1434 [2020-12-10T18:17:52.744Z] Step 5/21 : RUN apk update && apk add make git [2020-12-10T18:17:52.744Z] ---> Using cache [2020-12-10T18:17:52.744Z] ---> 7e75fd9f325e [2020-12-10T18:17:52.744Z] Step 6/21 : COPY go.mod . [2020-12-10T18:17:52.744Z] ---> Using cache [2020-12-10T18:17:52.744Z] ---> d76bfdbb30cb [2020-12-10T18:17:52.744Z] Step 7/21 : RUN go mod download [2020-12-10T18:17:52.744Z] ---> Using cache [2020-12-10T18:17:52.744Z] ---> b859444fa2ab [2020-12-10T18:17:52.744Z] Step 8/21 : COPY . . [2020-12-10T18:17:53.344Z] ---> Using cache [2020-12-10T18:17:53.344Z] ---> 76e275d215e6 [2020-12-10T18:17:53.344Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-10T18:17:53.615Z] Removing intermediate container 04f666b230db [2020-12-10T18:17:53.615Z] ---> f5c13334ee71 [2020-12-10T18:17:53.615Z] Step 22/22 : LABEL version=2.0.0-dev.8 [2020-12-10T18:17:53.887Z] ---> 085d34d0d09c [2020-12-10T18:17:53.887Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-10T18:17:54.172Z] ---> Running in d138e868445e [2020-12-10T18:17:54.172Z] ---> Running in b301ec5569fa [2020-12-10T18:17:54.172Z] ---> Running in cac53f313d9d [2020-12-10T18:17:54.776Z] Removing intermediate container 275f6564b1d2 [2020-12-10T18:17:54.776Z] ---> 635b2390cd17 [2020-12-10T18:17:54.776Z] [2020-12-10T18:17:54.776Z] Step 10/22 : FROM scratch [2020-12-10T18:17:54.776Z] ---> [2020-12-10T18:17:54.776Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T18:17:54.776Z] ---> Using cache [2020-12-10T18:17:54.776Z] ---> 8fdc705358bf [2020-12-10T18:17:54.776Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-10T18:17:55.057Z] ---> Running in 30038faddbb4 [2020-12-10T18:17:55.057Z] Removing intermediate container cac53f313d9d [2020-12-10T18:17:55.057Z] Removing intermediate container b301ec5569fa [2020-12-10T18:17:55.057Z] ---> 4a4e448b54c2 [2020-12-10T18:17:55.057Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T18:17:55.057Z] ---> e8d72267f687 [2020-12-10T18:17:55.057Z] [2020-12-10T18:17:55.332Z] ---> Running in f2044a8ce990 [2020-12-10T18:17:55.607Z] Successfully built e8d72267f687 [2020-12-10T18:17:55.607Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-10T18:17:55.607Z] Building docker-security-secrets-setup-go [2020-12-10T18:17:55.884Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-10T18:17:55.884Z] Removing intermediate container 30038faddbb4 [2020-12-10T18:17:55.884Z] ---> b6cd56972ab3 [2020-12-10T18:17:55.884Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-10T18:17:55.884Z] ---> Running in 731c52eccf65 [2020-12-10T18:17:56.160Z] Removing intermediate container f2044a8ce990 [2020-12-10T18:17:56.160Z] ---> 1900d7e61b54 [2020-12-10T18:17:56.160Z] Step 22/24 : LABEL arch=arm64 [2020-12-10T18:17:56.435Z] ---> Running in 330c4c08eab1 [2020-12-10T18:17:56.711Z] Removing intermediate container 731c52eccf65 [2020-12-10T18:17:56.711Z] ---> ef1058bb0234 [2020-12-10T18:17:56.711Z] Step 14/22 : WORKDIR / [2020-12-10T18:17:56.989Z] ---> Running in 0719a49a8dbe [2020-12-10T18:17:57.620Z] Removing intermediate container 330c4c08eab1 [2020-12-10T18:17:57.620Z] ---> 89397896558e [2020-12-10T18:17:57.620Z] Step 23/24 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:17:58.609Z] ---> Running in a427f77ff53b [2020-12-10T18:17:58.609Z] Removing intermediate container 0719a49a8dbe [2020-12-10T18:17:58.609Z] ---> b8eab201ae54 [2020-12-10T18:17:58.609Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-10T18:18:00.061Z] Removing intermediate container a427f77ff53b [2020-12-10T18:18:00.061Z] ---> dbe41e1b7fd2 [2020-12-10T18:18:00.061Z] Step 24/24 : LABEL version=2.0.0-dev.8 [2020-12-10T18:18:00.061Z] ---> cf2f6aca7ac3 [2020-12-10T18:18:00.061Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-10T18:18:00.061Z] ---> Running in 34e695b57298 [2020-12-10T18:18:01.505Z] Removing intermediate container 34e695b57298 [2020-12-10T18:18:01.505Z] ---> b489e1f470b9 [2020-12-10T18:18:01.505Z] [2020-12-10T18:18:02.954Z] Successfully built b489e1f470b9 [2020-12-10T18:18:02.954Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-10T18:18:02.954Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-12-10T18:18:03.949Z] ---> 7cb724f374e4 [2020-12-10T18:18:03.949Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-10T18:18:06.596Z] ---> 92237e1c5a0d [2020-12-10T18:18:06.596Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-10T18:18:06.874Z] Removing intermediate container 29cc812cda87 [2020-12-10T18:18:06.874Z] ---> e400245cf3e0 [2020-12-10T18:18:06.874Z] [2020-12-10T18:18:06.874Z] Step 10/23 : FROM alpine [2020-12-10T18:18:07.478Z] latest: Pulling from library/alpine [2020-12-10T18:18:07.478Z] ---> Running in 5116a4fb0208 [2020-12-10T18:18:07.753Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-10T18:18:08.029Z] Status: Downloaded newer image for alpine:latest [2020-12-10T18:18:08.029Z] ---> 2e77e061c27f [2020-12-10T18:18:08.029Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T18:18:08.632Z] ---> Running in 96a55f4524f7 [2020-12-10T18:18:08.632Z] Removing intermediate container 5116a4fb0208 [2020-12-10T18:18:08.632Z] ---> a37f32f98adf [2020-12-10T18:18:08.632Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T18:18:09.235Z] ---> Running in 93b593c515f6 [2020-12-10T18:18:09.834Z] Removing intermediate container 96a55f4524f7 [2020-12-10T18:18:09.834Z] ---> 49ce4d9d3d27 [2020-12-10T18:18:09.834Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-10T18:18:09.834Z] Removing intermediate container 93b593c515f6 [2020-12-10T18:18:09.834Z] ---> d3df869735e6 [2020-12-10T18:18:09.834Z] Step 20/22 : LABEL arch=arm64 [2020-12-10T18:18:10.109Z] ---> Running in e99c6a08a91e [2020-12-10T18:18:10.386Z] ---> Running in 31b9ed13861b [2020-12-10T18:18:10.990Z] Removing intermediate container e99c6a08a91e [2020-12-10T18:18:10.990Z] ---> d653d8bd812f [2020-12-10T18:18:10.990Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-10T18:18:11.263Z] Removing intermediate container 31b9ed13861b [2020-12-10T18:18:11.263Z] ---> 345d439ad365 [2020-12-10T18:18:11.263Z] Step 21/22 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:18:11.535Z] ---> Running in 355343df1905 [2020-12-10T18:18:11.535Z] ---> Running in 829630f34c91 [2020-12-10T18:18:12.540Z] Removing intermediate container 355343df1905 [2020-12-10T18:18:12.540Z] ---> 0184cb86f3e5 [2020-12-10T18:18:12.540Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T18:18:12.814Z] Removing intermediate container 829630f34c91 [2020-12-10T18:18:12.815Z] ---> 4c27b4c239fb [2020-12-10T18:18:12.815Z] Step 22/22 : LABEL version=2.0.0-dev.8 [2020-12-10T18:18:13.086Z] ---> Running in 9caef1b564ae [2020-12-10T18:18:13.086Z] ---> Running in a8cc48a6fd55 [2020-12-10T18:18:13.686Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T18:18:13.686Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-10T18:18:13.686Z] ---> 3769fac706bd [2020-12-10T18:18:13.686Z] Step 3/29 : WORKDIR /edgex-go [2020-12-10T18:18:13.686Z] ---> Using cache [2020-12-10T18:18:13.686Z] ---> 8adad068aba8 [2020-12-10T18:18:13.686Z] Step 4/29 : RUN apk update && apk add make git [2020-12-10T18:18:14.285Z] ---> Running in 48692c3c151e [2020-12-10T18:18:14.559Z] Removing intermediate container a8cc48a6fd55 [2020-12-10T18:18:14.559Z] ---> e2768f34e94d [2020-12-10T18:18:14.559Z] [2020-12-10T18:18:15.552Z] Successfully built e2768f34e94d [2020-12-10T18:18:15.552Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-10T18:18:15.552Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2020-12-10T18:18:16.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:18:17.595Z] Removing intermediate container 9caef1b564ae [2020-12-10T18:18:17.595Z] ---> 6b237b3660d8 [2020-12-10T18:18:17.595Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-10T18:18:17.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:18:18.219Z] ---> Running in a08c9149db67 [2020-12-10T18:18:18.821Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T18:18:18.821Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T18:18:18.821Z] OK: 12618 distinct packages available [2020-12-10T18:18:19.808Z] OK: 217 MiB in 51 packages [2020-12-10T18:18:20.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:18:21.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:18:21.688Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-10T18:18:21.688Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-10T18:18:21.964Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-10T18:18:21.964Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-10T18:18:22.395Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-10T18:18:22.395Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T18:18:22.395Z] OK: 8 MiB in 19 packages [2020-12-10T18:18:23.028Z] Removing intermediate container 48692c3c151e [2020-12-10T18:18:23.028Z] ---> 6c651cf10d5e [2020-12-10T18:18:23.028Z] Step 5/29 : COPY go.mod . [2020-12-10T18:18:25.105Z] ---> 568d19c0c1c2 [2020-12-10T18:18:25.105Z] Step 6/29 : RUN go mod download [2020-12-10T18:18:25.105Z] ---> Running in 10848d430052 [2020-12-10T18:18:25.105Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T18:18:25.105Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-10T18:18:25.105Z] ---> 3769fac706bd [2020-12-10T18:18:25.105Z] Step 3/27 : WORKDIR /edgex-go [2020-12-10T18:18:25.105Z] ---> Using cache [2020-12-10T18:18:25.105Z] ---> 8adad068aba8 [2020-12-10T18:18:25.105Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T18:18:25.105Z] ---> Using cache [2020-12-10T18:18:25.105Z] ---> ec72b07c1434 [2020-12-10T18:18:25.105Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-10T18:18:25.409Z] ---> Running in 779ae050c005 [2020-12-10T18:18:25.409Z] Removing intermediate container a08c9149db67 [2020-12-10T18:18:25.409Z] ---> f72853f594e4 [2020-12-10T18:18:25.409Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-10T18:18:28.045Z] ---> 06b803b55737 [2020-12-10T18:18:28.045Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-10T18:18:28.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:18:29.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:18:30.023Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T18:18:30.023Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T18:18:30.023Z] OK: 12618 distinct packages available [2020-12-10T18:18:31.012Z] ---> 76ceeda4d945 [2020-12-10T18:18:31.012Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-10T18:18:31.012Z] OK: 217 MiB in 51 packages [2020-12-10T18:18:31.627Z] Removing intermediate container 10848d430052 [2020-12-10T18:18:31.627Z] ---> afa67321e84a [2020-12-10T18:18:31.627Z] Step 7/29 : COPY . . [2020-12-10T18:18:33.109Z] ---> f5c24b3bb135 [2020-12-10T18:18:33.109Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-10T18:18:33.728Z] ---> Running in 306bb57eb227 [2020-12-10T18:18:34.005Z] Removing intermediate container 779ae050c005 [2020-12-10T18:18:34.005Z] ---> 6b15162e906c [2020-12-10T18:18:34.005Z] Step 6/27 : COPY go.mod . [2020-12-10T18:18:35.490Z] Removing intermediate container 306bb57eb227 [2020-12-10T18:18:35.490Z] ---> 47385ac8b8a2 [2020-12-10T18:18:35.490Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T18:18:35.490Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T18:18:35.490Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-10T18:18:35.490Z] ---> 3769fac706bd [2020-12-10T18:18:35.490Z] Step 3/21 : WORKDIR /edgex-go [2020-12-10T18:18:35.490Z] ---> Using cache [2020-12-10T18:18:35.490Z] ---> 8adad068aba8 [2020-12-10T18:18:35.490Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T18:18:35.490Z] ---> Using cache [2020-12-10T18:18:35.490Z] ---> ec72b07c1434 [2020-12-10T18:18:35.490Z] Step 5/21 : RUN apk update && apk add make git [2020-12-10T18:18:35.490Z] ---> Using cache [2020-12-10T18:18:35.490Z] ---> 7e75fd9f325e [2020-12-10T18:18:35.490Z] Step 6/21 : COPY go.mod . [2020-12-10T18:18:35.490Z] ---> Using cache [2020-12-10T18:18:35.490Z] ---> d76bfdbb30cb [2020-12-10T18:18:35.490Z] Step 7/21 : RUN go mod download [2020-12-10T18:18:35.490Z] ---> Using cache [2020-12-10T18:18:35.490Z] ---> b859444fa2ab [2020-12-10T18:18:35.490Z] Step 8/21 : COPY . . [2020-12-10T18:18:35.773Z] ---> e2438f087d15 [2020-12-10T18:18:35.773Z] Step 7/27 : RUN go mod download [2020-12-10T18:18:36.050Z] ---> Using cache [2020-12-10T18:18:36.050Z] ---> 76e275d215e6 [2020-12-10T18:18:36.050Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-10T18:18:36.050Z] ---> Running in f002d3583051 [2020-12-10T18:18:36.324Z] ---> Running in 84c6ea216477 [2020-12-10T18:18:36.597Z] ---> Running in 067af23fdd11 [2020-12-10T18:18:37.594Z] Removing intermediate container f002d3583051 [2020-12-10T18:18:37.594Z] ---> 6f935b487b2e [2020-12-10T18:18:37.594Z] Step 21/23 : LABEL arch=arm64 [2020-12-10T18:18:38.200Z] ---> Running in 7d5c74570a13 [2020-12-10T18:18:39.651Z] Removing intermediate container 7d5c74570a13 [2020-12-10T18:18:39.651Z] ---> 0869ea92808a [2020-12-10T18:18:39.651Z] Step 22/23 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:18:39.651Z] ---> Running in eeb90f1316e8 [2020-12-10T18:18:40.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-10T18:18:40.862Z] Removing intermediate container eeb90f1316e8 [2020-12-10T18:18:40.862Z] ---> ead8be5aeb4f [2020-12-10T18:18:40.862Z] Step 23/23 : LABEL version=2.0.0-dev.8 [2020-12-10T18:18:41.470Z] ---> Running in bbeed9adec0c [2020-12-10T18:18:42.926Z] Removing intermediate container bbeed9adec0c [2020-12-10T18:18:42.926Z] ---> 260b45c993fc [2020-12-10T18:18:42.926Z] [2020-12-10T18:18:42.926Z] Removing intermediate container 84c6ea216477 [2020-12-10T18:18:42.926Z] ---> d41c2fc0b1d5 [2020-12-10T18:18:42.926Z] Step 8/27 : COPY . . [2020-12-10T18:18:43.530Z] Successfully built 260b45c993fc [2020-12-10T18:18:43.530Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-10T18:18:43.530Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2020-12-10T18:18:51.866Z] ---> 66513d682519 [2020-12-10T18:18:51.866Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-10T18:18:52.869Z] ---> Running in 1d13ee6b4a63 [2020-12-10T18:18:55.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-10T18:18:59.863Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T18:18:59.863Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-10T18:18:59.863Z] ---> 3769fac706bd [2020-12-10T18:18:59.863Z] Step 3/24 : WORKDIR /edgex-go [2020-12-10T18:18:59.863Z] ---> Using cache [2020-12-10T18:18:59.863Z] ---> 8adad068aba8 [2020-12-10T18:18:59.863Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T18:18:59.863Z] ---> Using cache [2020-12-10T18:18:59.863Z] ---> ec72b07c1434 [2020-12-10T18:18:59.863Z] Step 5/24 : RUN apk update && apk add make git [2020-12-10T18:18:59.863Z] ---> Using cache [2020-12-10T18:18:59.863Z] ---> 7e75fd9f325e [2020-12-10T18:18:59.863Z] Step 6/24 : COPY go.mod . [2020-12-10T18:18:59.863Z] ---> Using cache [2020-12-10T18:18:59.863Z] ---> d76bfdbb30cb [2020-12-10T18:19:00.155Z] Step 7/24 : RUN go mod download [2020-12-10T18:19:00.155Z] ---> Using cache [2020-12-10T18:19:00.155Z] ---> b859444fa2ab [2020-12-10T18:19:00.155Z] Step 8/24 : COPY . . [2020-12-10T18:19:00.155Z] ---> Using cache [2020-12-10T18:19:00.155Z] ---> 76e275d215e6 [2020-12-10T18:19:00.155Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-10T18:19:01.620Z] ---> Running in 08bdc2928c82 [2020-12-10T18:19:02.234Z] ---> d85672e6c7ed [2020-12-10T18:19:02.234Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-10T18:19:02.511Z] ---> Running in a03c3b8e7f38 [2020-12-10T18:19:04.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-10T18:19:05.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-10T18:19:07.114Z] Removing intermediate container d138e868445e [2020-12-10T18:19:07.114Z] ---> 40f58a9a4b5c [2020-12-10T18:19:07.114Z] [2020-12-10T18:19:07.114Z] Step 10/21 : FROM scratch [2020-12-10T18:19:07.114Z] ---> [2020-12-10T18:19:07.114Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T18:19:07.114Z] ---> Using cache [2020-12-10T18:19:07.114Z] ---> 8fdc705358bf [2020-12-10T18:19:07.114Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-10T18:19:07.114Z] ---> Running in a2077245716c [2020-12-10T18:19:07.731Z] Removing intermediate container a2077245716c [2020-12-10T18:19:07.731Z] ---> 34ed6b89483d [2020-12-10T18:19:07.731Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-10T18:19:08.015Z] ---> Running in 3a9e2ec55b1d [2020-12-10T18:19:08.625Z] Removing intermediate container 3a9e2ec55b1d [2020-12-10T18:19:08.625Z] ---> ec67a26147fd [2020-12-10T18:19:08.625Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-10T18:19:10.073Z] ---> 23d8e963c405 [2020-12-10T18:19:10.073Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-10T18:19:11.520Z] ---> cce7efe3e4f7 [2020-12-10T18:19:11.520Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-10T18:19:12.962Z] ---> 2581dca1d14d [2020-12-10T18:19:12.962Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-10T18:19:12.962Z] ---> Running in add2008925bf [2020-12-10T18:19:13.561Z] Removing intermediate container add2008925bf [2020-12-10T18:19:13.561Z] ---> c40debb2a2c5 [2020-12-10T18:19:13.561Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T18:19:13.835Z] ---> Running in 93ed12b93348 [2020-12-10T18:19:14.434Z] Removing intermediate container 93ed12b93348 [2020-12-10T18:19:14.434Z] ---> c5ac33ba115a [2020-12-10T18:19:14.434Z] Step 19/21 : LABEL arch=arm64 [2020-12-10T18:19:14.705Z] ---> Running in 172283cfc974 [2020-12-10T18:19:15.303Z] Removing intermediate container 172283cfc974 [2020-12-10T18:19:15.303Z] ---> f26dd4f090b9 [2020-12-10T18:19:15.303Z] Step 20/21 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:19:15.585Z] ---> Running in ba72d5d926ef [2020-12-10T18:19:16.180Z] Removing intermediate container ba72d5d926ef [2020-12-10T18:19:16.180Z] ---> 2e92041087ff [2020-12-10T18:19:16.180Z] Step 21/21 : LABEL version=2.0.0-dev.8 [2020-12-10T18:19:16.180Z] ---> Running in 74b51e1de754 [2020-12-10T18:19:17.166Z] Removing intermediate container 74b51e1de754 [2020-12-10T18:19:17.166Z] ---> 65ca534f39c4 [2020-12-10T18:19:17.166Z] [2020-12-10T18:19:17.166Z] Successfully built 65ca534f39c4 [2020-12-10T18:19:17.166Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-10T18:19:44.258Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-10T18:19:59.401Z] Removing intermediate container 067af23fdd11 [2020-12-10T18:19:59.401Z] ---> 35b2e52937ef [2020-12-10T18:19:59.401Z] [2020-12-10T18:19:59.401Z] Step 10/21 : FROM alpine [2020-12-10T18:19:59.401Z] ---> 2e77e061c27f [2020-12-10T18:19:59.401Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-10T18:19:59.401Z] ---> Running in 2b8ab596f69c [2020-12-10T18:20:00.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:20:00.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:20:01.267Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-10T18:20:01.267Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-10T18:20:01.267Z] OK: 12617 distinct packages available [2020-12-10T18:20:01.914Z] Removing intermediate container 1d13ee6b4a63 [2020-12-10T18:20:01.914Z] ---> 23479a912b22 [2020-12-10T18:20:01.914Z] [2020-12-10T18:20:01.914Z] Step 9/29 : FROM alpine:latest [2020-12-10T18:20:01.914Z] ---> 2e77e061c27f [2020-12-10T18:20:01.914Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-10T18:20:01.914Z] ---> Running in 7522271322c0 [2020-12-10T18:20:02.209Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-10T18:20:02.209Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-10T18:20:02.209Z] (3/4) Installing libcurl (7.69.1-r2) [2020-12-10T18:20:02.490Z] (4/4) Installing curl (7.69.1-r2) [2020-12-10T18:20:02.490Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T18:20:02.490Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T18:20:02.490Z] Removing intermediate container 7522271322c0 [2020-12-10T18:20:02.490Z] ---> b553e368d40f [2020-12-10T18:20:02.490Z] Step 11/29 : USER root [2020-12-10T18:20:02.769Z] OK: 7 MiB in 18 packages [2020-12-10T18:20:02.769Z] ---> Running in 6894ed325c64 [2020-12-10T18:20:03.761Z] Removing intermediate container 6894ed325c64 [2020-12-10T18:20:03.761Z] ---> 277e72e11354 [2020-12-10T18:20:03.761Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-10T18:20:04.039Z] ---> Running in 2b882634550c [2020-12-10T18:20:05.491Z] Removing intermediate container 2b8ab596f69c [2020-12-10T18:20:05.491Z] ---> 100152a4e791 [2020-12-10T18:20:05.491Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-10T18:20:05.491Z] ---> Running in 20a330acbe50 [2020-12-10T18:20:05.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:20:05.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:20:06.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-10T18:20:06.325Z] Removing intermediate container 20a330acbe50 [2020-12-10T18:20:06.325Z] ---> 0c31dd705761 [2020-12-10T18:20:06.325Z] Step 13/21 : WORKDIR /edgex [2020-12-10T18:20:06.598Z] ---> Running in 594c0241a337 [2020-12-10T18:20:06.598Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-10T18:20:06.598Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-10T18:20:06.598Z] OK: 12617 distinct packages available [2020-12-10T18:20:07.193Z] Removing intermediate container 594c0241a337 [2020-12-10T18:20:07.193Z] ---> acdcce7965ef [2020-12-10T18:20:07.193Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-10T18:20:07.193Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-10T18:20:07.467Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-10T18:20:07.467Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T18:20:07.467Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T18:20:07.745Z] OK: 6 MiB in 16 packages [2020-12-10T18:20:08.345Z] ---> 985b3ede5f85 [2020-12-10T18:20:08.345Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-10T18:20:10.344Z] Removing intermediate container 2b882634550c [2020-12-10T18:20:10.344Z] ---> 59c1729d1c61 [2020-12-10T18:20:10.344Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-10T18:20:10.344Z] ---> 343a239ccacf [2020-12-10T18:20:10.344Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-10T18:20:10.344Z] ---> Running in 345e6e84d994 [2020-12-10T18:20:10.947Z] Removing intermediate container 345e6e84d994 [2020-12-10T18:20:10.947Z] ---> c5d085c57db2 [2020-12-10T18:20:10.947Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-10T18:20:11.221Z] ---> Running in dab4af400d01 [2020-12-10T18:20:11.498Z] ---> e80c08b33c8e [2020-12-10T18:20:11.498Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-10T18:20:11.769Z] ---> Running in 179f8c30097e [2020-12-10T18:20:12.050Z] Removing intermediate container dab4af400d01 [2020-12-10T18:20:12.050Z] ---> ecba9e944eaa [2020-12-10T18:20:12.050Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-10T18:20:12.324Z] ---> Running in 0af5f2bb0509 [2020-12-10T18:20:12.600Z] Removing intermediate container 179f8c30097e [2020-12-10T18:20:12.600Z] ---> 15239a94343c [2020-12-10T18:20:12.600Z] Step 18/21 : CMD ["--init=true"] [2020-12-10T18:20:12.874Z] ---> Running in 489d867ab7c5 [2020-12-10T18:20:13.863Z] Removing intermediate container 489d867ab7c5 [2020-12-10T18:20:13.863Z] ---> 53a1a336d198 [2020-12-10T18:20:13.863Z] Step 19/21 : LABEL arch=arm64 [2020-12-10T18:20:14.139Z] ---> Running in 75f0b3530757 [2020-12-10T18:20:15.119Z] Removing intermediate container 75f0b3530757 [2020-12-10T18:20:15.119Z] ---> 6bafa8bca933 [2020-12-10T18:20:15.119Z] Step 20/21 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:20:15.393Z] Removing intermediate container a03c3b8e7f38 [2020-12-10T18:20:15.393Z] ---> cc3b3f3ecec4 [2020-12-10T18:20:15.393Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-10T18:20:15.670Z] ---> Running in 926f917cc95c [2020-12-10T18:20:15.670Z] ---> Running in ec112310e282 [2020-12-10T18:20:15.671Z] Removing intermediate container 0af5f2bb0509 [2020-12-10T18:20:15.671Z] ---> edc634d933db [2020-12-10T18:20:15.671Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-10T18:20:16.269Z] Removing intermediate container 926f917cc95c [2020-12-10T18:20:16.269Z] ---> d834fb59707b [2020-12-10T18:20:16.269Z] Step 21/21 : LABEL version=2.0.0-dev.8 [2020-12-10T18:20:16.546Z] Removing intermediate container 08bdc2928c82 [2020-12-10T18:20:16.546Z] ---> 897dd19f14fc [2020-12-10T18:20:16.546Z] [2020-12-10T18:20:16.546Z] Step 10/24 : FROM alpine:3.10 [2020-12-10T18:20:16.546Z] ---> 536a684cf733 [2020-12-10T18:20:16.546Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-10T18:20:16.546Z] ---> Using cache [2020-12-10T18:20:16.546Z] ---> d36b57845c5d [2020-12-10T18:20:16.546Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-10T18:20:16.822Z] ---> Running in eff87aebe3b0 [2020-12-10T18:20:16.822Z] ---> Running in d9afefcb9a2d [2020-12-10T18:20:17.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-10T18:20:17.379Z] Removing intermediate container eff87aebe3b0 [2020-12-10T18:20:17.379Z] ---> f9804026705f [2020-12-10T18:20:17.379Z] [2020-12-10T18:20:17.379Z] Removing intermediate container d9afefcb9a2d [2020-12-10T18:20:17.379Z] ---> 20b1f26dd81e [2020-12-10T18:20:17.379Z] Step 13/24 : WORKDIR / [2020-12-10T18:20:17.379Z] ---> 9645c682b445 [2020-12-10T18:20:17.379Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-10T18:20:17.654Z] ---> Running in e68c445ef89c [2020-12-10T18:20:18.252Z] Successfully built f9804026705f [2020-12-10T18:20:18.252Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-10T18:20:18.252Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e68c445ef89c [2020-12-10T18:20:18.252Z] ---> 8495883ac04d [2020-12-10T18:20:18.252Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-10T18:20:18.526Z] ---> 6a45037517f0 [2020-12-10T18:20:18.526Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-10T18:20:19.506Z] ---> 61021d7d2ac7 [2020-12-10T18:20:19.506Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-10T18:20:19.506Z] ---> ff825f188fd1 [2020-12-10T18:20:19.506Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-10T18:20:20.103Z] ---> fc197e9e7209 [2020-12-10T18:20:20.378Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-10T18:20:20.378Z] Removing intermediate container ec112310e282 [2020-12-10T18:20:20.378Z] ---> f9cb24dda689 [2020-12-10T18:20:20.378Z] [2020-12-10T18:20:20.378Z] Step 11/27 : FROM docker:latest [2020-12-10T18:20:20.378Z] ---> f31140561b03 [2020-12-10T18:20:20.378Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-10T18:20:20.378Z] ---> bdda7eb7e717 [2020-12-10T18:20:20.378Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-10T18:20:20.653Z] ---> Running in 5bd7f7da18d6 [2020-12-10T18:20:21.246Z] ---> 20ef870e2d95 [2020-12-10T18:20:21.246Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-10T18:20:21.521Z] ---> ac56fbc24819 [2020-12-10T18:20:21.521Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-10T18:20:21.793Z] ---> Running in f8a5edb962b9 [2020-12-10T18:20:22.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:20:22.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:20:22.671Z] ---> da92c2174aeb [2020-12-10T18:20:22.671Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-10T18:20:22.671Z] (1/2) Installing readline (8.0.4-r0) [2020-12-10T18:20:22.944Z] (2/2) Installing bash (5.0.17-r0) [2020-12-10T18:20:22.944Z] Executing bash-5.0.17-r0.post-install [2020-12-10T18:20:22.944Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T18:20:22.944Z] OK: 12 MiB in 22 packages [2020-12-10T18:20:23.932Z] ---> f4508b00315d [2020-12-10T18:20:23.932Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-10T18:20:24.529Z] Removing intermediate container f8a5edb962b9 [2020-12-10T18:20:24.529Z] ---> e88b67a6b2ab [2020-12-10T18:20:24.529Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-10T18:20:24.801Z] Removing intermediate container 5bd7f7da18d6 [2020-12-10T18:20:24.801Z] ---> 5216c6fa264b [2020-12-10T18:20:24.801Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-10T18:20:24.801Z] ---> faa9b7a4336f [2020-12-10T18:20:24.801Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-10T18:20:24.801Z] ---> Running in b67eee2bb2ca [2020-12-10T18:20:25.072Z] ---> Running in 4b8db7e73123 [2020-12-10T18:20:25.678Z] ---> 1432c1a3f4a6 [2020-12-10T18:20:25.678Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-10T18:20:25.952Z] ---> Running in e7f766a4aa2f [2020-12-10T18:20:27.936Z] Removing intermediate container b67eee2bb2ca [2020-12-10T18:20:27.936Z] ---> ea48f9524503 [2020-12-10T18:20:27.936Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-10T18:20:27.936Z] Removing intermediate container 4b8db7e73123 [2020-12-10T18:20:27.936Z] ---> 7da729fb3b33 [2020-12-10T18:20:27.936Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-10T18:20:27.936Z] ---> Running in 275501e84825 [2020-12-10T18:20:28.210Z] ---> Running in 5ec987cee797 [2020-12-10T18:20:28.806Z] Removing intermediate container 275501e84825 [2020-12-10T18:20:28.806Z] ---> 5c2f83c3f29a [2020-12-10T18:20:28.806Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-10T18:20:28.806Z] Removing intermediate container e7f766a4aa2f [2020-12-10T18:20:28.806Z] ---> adcd084a7610 [2020-12-10T18:20:28.806Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-10T18:20:28.806Z] Removing intermediate container 5ec987cee797 [2020-12-10T18:20:28.806Z] ---> a398bd0507ac [2020-12-10T18:20:28.806Z] Step 22/24 : LABEL arch=arm64 [2020-12-10T18:20:28.806Z] ---> Running in 6511cc5cfa45 [2020-12-10T18:20:28.806Z] ---> Running in db15eab158a4 [2020-12-10T18:20:29.082Z] ---> Running in 03146e54d029 [2020-12-10T18:20:29.364Z] Removing intermediate container db15eab158a4 [2020-12-10T18:20:29.364Z] ---> 2727bd47b3ae [2020-12-10T18:20:29.364Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-10T18:20:29.639Z] Removing intermediate container 03146e54d029 [2020-12-10T18:20:29.639Z] ---> 15ad073d3403 [2020-12-10T18:20:29.639Z] Step 23/24 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:20:29.639Z] ---> Running in 0a72cb984838 [2020-12-10T18:20:29.639Z] ---> Running in bc79532e7266 [2020-12-10T18:20:30.237Z] Removing intermediate container 0a72cb984838 [2020-12-10T18:20:30.237Z] ---> ca21f12f7e03 [2020-12-10T18:20:30.237Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-10T18:20:30.237Z] Removing intermediate container bc79532e7266 [2020-12-10T18:20:30.237Z] ---> 804e23c1eda6 [2020-12-10T18:20:30.237Z] Step 24/24 : LABEL version=2.0.0-dev.8 [2020-12-10T18:20:30.509Z] ---> Running in 97e824bbba83 [2020-12-10T18:20:31.487Z] Removing intermediate container 97e824bbba83 [2020-12-10T18:20:31.487Z] ---> c60f51fd5f21 [2020-12-10T18:20:31.487Z] [2020-12-10T18:20:31.487Z] ---> 6e35668b9045 [2020-12-10T18:20:31.487Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-10T18:20:31.762Z] Successfully built c60f51fd5f21 [2020-12-10T18:20:31.762Z] Removing intermediate container 6511cc5cfa45 [2020-12-10T18:20:31.762Z] ---> d848c7c4a64b [2020-12-10T18:20:31.762Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-10T18:20:31.762Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-10T18:20:32.037Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 68d7b6ad5a89 [2020-12-10T18:20:32.311Z] ---> b44d63a66b4a [2020-12-10T18:20:32.311Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-10T18:20:32.311Z] Removing intermediate container 68d7b6ad5a89 [2020-12-10T18:20:32.311Z] ---> d53486158299 [2020-12-10T18:20:32.311Z] Step 26/29 : CMD [ "generate" ] [2020-12-10T18:20:32.591Z] ---> Running in 837a1f23ca44 [2020-12-10T18:20:33.182Z] ---> 26590e4c47bd [2020-12-10T18:20:33.182Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-10T18:20:33.182Z] Removing intermediate container 837a1f23ca44 [2020-12-10T18:20:33.182Z] ---> da427429d695 [2020-12-10T18:20:33.182Z] Step 27/29 : LABEL arch=arm64 [2020-12-10T18:20:33.458Z] ---> Running in bc238412ee84 [2020-12-10T18:20:33.458Z] ---> Running in 5bee81781a73 [2020-12-10T18:20:34.058Z] Removing intermediate container 5bee81781a73 [2020-12-10T18:20:34.058Z] ---> aeb8844af157 [2020-12-10T18:20:34.058Z] Step 28/29 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:20:34.058Z] ---> Running in 6eeccacf0b7b [2020-12-10T18:20:34.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:20:34.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:20:34.600Z] Removing intermediate container 6eeccacf0b7b [2020-12-10T18:20:34.600Z] ---> 1b49fb0f1412 [2020-12-10T18:20:34.600Z] Step 29/29 : LABEL version=2.0.0-dev.8 [2020-12-10T18:20:34.868Z] ---> Running in 6dbda34fc8c3 [2020-12-10T18:20:35.137Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-10T18:20:35.137Z] (2/33) Installing expat (2.2.9-r1) [2020-12-10T18:20:35.137Z] (3/33) Installing libffi (3.3-r2) [2020-12-10T18:20:35.137Z] Removing intermediate container 6dbda34fc8c3 [2020-12-10T18:20:35.137Z] ---> 7a3dbf99758b [2020-12-10T18:20:35.137Z] [2020-12-10T18:20:35.407Z] (4/33) Installing gdbm (1.13-r1) [2020-12-10T18:20:35.407Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-10T18:20:35.407Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-10T18:20:35.407Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-10T18:20:35.407Z] Successfully built 7a3dbf99758b [2020-12-10T18:20:35.407Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-10T18:20:37.362Z]  Building docker-security-secrets-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-10T18:20:37.362Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-10T18:20:37.362Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-10T18:20:37.362Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-10T18:20:37.362Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-10T18:20:37.362Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-10T18:20:37.362Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-10T18:20:37.362Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-10T18:20:37.362Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-10T18:20:37.362Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-10T18:20:37.362Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-10T18:20:37.362Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-10T18:20:37.362Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-10T18:20:37.362Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-10T18:20:37.362Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-10T18:20:37.630Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-10T18:20:37.630Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-10T18:20:37.630Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-10T18:20:37.630Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-10T18:20:37.630Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-10T18:20:37.630Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-10T18:20:37.630Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-10T18:20:37.630Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-10T18:20:37.630Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-10T18:20:37.900Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-10T18:20:37.900Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-10T18:20:37.900Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T18:20:37.900Z] OK: 71 MiB in 55 packages [2020-12-10T18:20:44.602Z] Removing intermediate container bc238412ee84 [2020-12-10T18:20:44.602Z] ---> 36cdfb7d5c1a [2020-12-10T18:20:44.602Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-10T18:20:44.602Z] ---> Running in e1263df911a6 [2020-12-10T18:20:48.887Z] Collecting docker-compose==1.23.2 [2020-12-10T18:20:48.887Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-10T18:20:49.159Z] Collecting texttable<0.10,>=0.9.0 [2020-12-10T18:20:49.159Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-10T18:20:51.126Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-10T18:20:51.126Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-10T18:20:51.396Z] 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-12-10T18:20:51.667Z] Collecting docopt<0.7,>=0.6.1 [2020-12-10T18:20:51.667Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-10T18:20:54.267Z] Collecting docker<4.0,>=3.6.0 [2020-12-10T18:20:54.267Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-10T18:20:54.535Z] Collecting jsonschema<3,>=2.5.1 [2020-12-10T18:20:54.535Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-10T18:20:55.500Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-10T18:20:55.500Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-10T18:20:56.087Z] Collecting cached-property<2,>=1.2.0 [2020-12-10T18:20:56.087Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-10T18:20:56.673Z] Collecting PyYAML<4,>=3.10 [2020-12-10T18:20:56.673Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-10T18:20:59.276Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-10T18:20:59.276Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-10T18:21:01.247Z] Collecting docker-pycreds>=0.4.0 [2020-12-10T18:21:01.248Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-10T18:21:01.248Z] 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-12-10T18:21:01.839Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-10T18:21:01.839Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-10T18:21:02.109Z] 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-12-10T18:21:02.109Z] Collecting idna<2.8,>=2.5 [2020-12-10T18:21:02.109Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-10T18:21:02.109Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-10T18:21:02.109Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-10T18:21:02.109Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-10T18:21:02.109Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-10T18:21:03.077Z] Installing collected packages: texttable, websocket-client, docopt, urllib3, idna, requests, docker-pycreds, docker, jsonschema, cached-property, PyYAML, dockerpty, docker-compose [2020-12-10T18:21:03.077Z] Running setup.py install for texttable: started [2020-12-10T18:21:05.079Z] Running setup.py install for texttable: finished with status 'done' [2020-12-10T18:21:05.079Z] Running setup.py install for docopt: started [2020-12-10T18:21:07.070Z] Running setup.py install for docopt: finished with status 'done' [2020-12-10T18:21:07.070Z] Attempting uninstall: urllib3 [2020-12-10T18:21:07.070Z] Found existing installation: urllib3 1.25.9 [2020-12-10T18:21:07.070Z] Uninstalling urllib3-1.25.9: [2020-12-10T18:21:07.341Z] Successfully uninstalled urllib3-1.25.9 [2020-12-10T18:21:07.934Z] Attempting uninstall: idna [2020-12-10T18:21:07.934Z] Found existing installation: idna 2.9 [2020-12-10T18:21:07.934Z] Uninstalling idna-2.9: [2020-12-10T18:21:07.934Z] Successfully uninstalled idna-2.9 [2020-12-10T18:21:08.526Z] Attempting uninstall: requests [2020-12-10T18:21:08.527Z] Found existing installation: requests 2.23.0 [2020-12-10T18:21:08.527Z] Uninstalling requests-2.23.0: [2020-12-10T18:21:08.797Z] Successfully uninstalled requests-2.23.0 [2020-12-10T18:21:10.224Z] Running setup.py install for PyYAML: started [2020-12-10T18:21:12.189Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-10T18:21:12.189Z] Running setup.py install for dockerpty: started [2020-12-10T18:21:14.151Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-10T18:21:14.743Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-10T18:21:18.114Z] Removing intermediate container e1263df911a6 [2020-12-10T18:21:18.114Z] ---> 9471bdabc75c [2020-12-10T18:21:18.114Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-10T18:21:18.384Z] ---> Running in 8b470f642175 [2020-12-10T18:21:19.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T18:21:19.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T18:21:20.212Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-10T18:21:20.212Z] (2/3) Installing libcurl (7.69.1-r2) [2020-12-10T18:21:20.212Z] (3/3) Installing curl (7.69.1-r2) [2020-12-10T18:21:20.212Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T18:21:20.212Z] OK: 71 MiB in 58 packages [2020-12-10T18:21:21.194Z] Removing intermediate container 8b470f642175 [2020-12-10T18:21:21.194Z] ---> 4d8fd7260e63 [2020-12-10T18:21:21.194Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-10T18:21:21.468Z] ---> Running in 12d513865e88 [2020-12-10T18:21:22.062Z] Removing intermediate container 12d513865e88 [2020-12-10T18:21:22.062Z] ---> 31556455c6ea [2020-12-10T18:21:22.062Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T18:21:22.062Z] ---> Running in ee8cc7094226 [2020-12-10T18:21:22.333Z] Removing intermediate container ee8cc7094226 [2020-12-10T18:21:22.333Z] ---> ec96467ee5b6 [2020-12-10T18:21:22.333Z] Step 25/27 : LABEL arch=arm64 [2020-12-10T18:21:22.604Z] ---> Running in 24fa930d0e8a [2020-12-10T18:21:23.195Z] Removing intermediate container 24fa930d0e8a [2020-12-10T18:21:23.195Z] ---> 382fb2bb4df9 [2020-12-10T18:21:23.195Z] Step 26/27 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:23.195Z] ---> Running in 04ef00380629 [2020-12-10T18:21:23.470Z] Removing intermediate container 04ef00380629 [2020-12-10T18:21:23.470Z] ---> eff344e98963 [2020-12-10T18:21:23.470Z] Step 27/27 : LABEL version=2.0.0-dev.8 [2020-12-10T18:21:23.750Z] ---> Running in 1cf54fb19599 [2020-12-10T18:21:24.343Z] Removing intermediate container 1cf54fb19599 [2020-12-10T18:21:24.343Z] ---> 650db924c6d5 [2020-12-10T18:21:24.343Z] [2020-12-10T18:21:24.343Z] Successfully built 650db924c6d5 [2020-12-10T18:21:24.616Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-10T18:21:24.904Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-10T18:21:24.915Z] $ docker stop --time=1 f31d4f1027f77e68a4be0a722255ce7071c60b499b52932425352e00bebcb28e [2020-12-10T18:21:26.856Z] $ docker rm -f f31d4f1027f77e68a4be0a722255ce7071c60b499b52932425352e00bebcb28e [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T18:21:27.564Z] + docker images [2020-12-10T18:21:27.564Z] + grep docker [2020-12-10T18:21:27.834Z] docker-sys-mgmt-agent-go-arm64 latest 650db924c6d5 4 seconds ago 300MB [2020-12-10T18:21:27.834Z] docker-security-secrets-setup-go-arm64 latest 7a3dbf99758b 53 seconds ago 22.7MB [2020-12-10T18:21:27.834Z] docker-security-secretstore-setup-go-arm64 latest c60f51fd5f21 57 seconds ago 23.5MB [2020-12-10T18:21:27.834Z] docker-security-proxy-setup-go-arm64 latest f9804026705f About a minute ago 23.4MB [2020-12-10T18:21:27.834Z] docker-support-scheduler-go-arm64 latest 65ca534f39c4 2 minutes ago 11.5MB [2020-12-10T18:21:27.834Z] docker-core-data-go-arm64 latest 260b45c993fc 2 minutes ago 22.3MB [2020-12-10T18:21:27.834Z] docker-core-metadata-go-arm64 latest e2768f34e94d 3 minutes ago 13.6MB [2020-12-10T18:21:27.834Z] docker-support-notifications-go-arm64 latest b489e1f470b9 3 minutes ago 12.9MB [2020-12-10T18:21:27.834Z] docker-core-command-go-arm64 latest e8d72267f687 3 minutes ago 11.4MB [2020-12-10T18:21:27.834Z] docker-security-bootstrap-redis-go-arm64 latest 64a1f7895c4a 3 minutes ago 15.2MB [2020-12-10T18:21:27.834Z] docker latest f31140561b03 2 hours ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T18:21:28.616Z] provisioning config files... [2020-12-10T18:21:28.655Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config1329939034085871856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T18:21:29.077Z] ---> docker-login.sh [2020-12-10T18:21:29.078Z] nexus3.edgexfoundry.org:10001 [2020-12-10T18:21:29.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:21:29.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:21:29.626Z] Configure a credential helper to remove this warning. See [2020-12-10T18:21:29.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:21:29.626Z] [2020-12-10T18:21:29.626Z] Login Succeeded [2020-12-10T18:21:29.626Z] nexus3.edgexfoundry.org:10002 [2020-12-10T18:21:29.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:21:30.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:21:30.172Z] Configure a credential helper to remove this warning. See [2020-12-10T18:21:30.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:21:30.172Z] [2020-12-10T18:21:30.172Z] Login Succeeded [2020-12-10T18:21:30.172Z] nexus3.edgexfoundry.org:10003 [2020-12-10T18:21:30.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:21:30.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:21:30.717Z] Configure a credential helper to remove this warning. See [2020-12-10T18:21:30.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:21:30.717Z] [2020-12-10T18:21:30.717Z] Login Succeeded [2020-12-10T18:21:30.717Z] nexus3.edgexfoundry.org:10004 [2020-12-10T18:21:30.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:21:31.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:21:31.261Z] Configure a credential helper to remove this warning. See [2020-12-10T18:21:31.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:21:31.261Z] [2020-12-10T18:21:31.261Z] Login Succeeded [2020-12-10T18:21:31.261Z] docker.io [2020-12-10T18:21:31.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T18:21:32.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T18:21:32.123Z] Configure a credential helper to remove this warning. See [2020-12-10T18:21:32.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T18:21:32.123Z] [2020-12-10T18:21:32.123Z] Login Succeeded [2020-12-10T18:21:32.123Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T18:21:32.140Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T18:21:32.429Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-10T18:21:32.429Z] 382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:32.429Z] 2.0.0-dev.8 [2020-12-10T18:21:32.429Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:21:32.429Z] master [2020-12-10T18:21:32.429Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:32.997Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:33.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:33.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-10T18:21:33.330Z] 2b42f96b0371: Preparing [2020-12-10T18:21:33.330Z] 95d1cee26be7: Preparing [2020-12-10T18:21:33.330Z] 5d49b06a581c: Preparing [2020-12-10T18:21:33.609Z] 2b42f96b0371: Pushed [2020-12-10T18:21:33.609Z] 5d49b06a581c: Pushed [2020-12-10T18:21:36.985Z] 95d1cee26be7: Pushed [2020-12-10T18:21:36.985Z] 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:4f79607e574175ffcf5162dfe57d55a191859e14305abc7e7e6a08546803aaaf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:37.344Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:37.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.8 [2020-12-10T18:21:37.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-10T18:21:37.688Z] 2b42f96b0371: Preparing [2020-12-10T18:21:37.688Z] 95d1cee26be7: Preparing [2020-12-10T18:21:37.688Z] 5d49b06a581c: Preparing [2020-12-10T18:21:37.688Z] 95d1cee26be7: Layer already exists [2020-12-10T18:21:37.688Z] 5d49b06a581c: Layer already exists [2020-12-10T18:21:37.688Z] 2b42f96b0371: Layer already exists [2020-12-10T18:21:37.958Z] 2.0.0-dev.8: digest: sha256:4f79607e574175ffcf5162dfe57d55a191859e14305abc7e7e6a08546803aaaf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:38.304Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:38.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:21:38.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-10T18:21:38.642Z] 2b42f96b0371: Preparing [2020-12-10T18:21:38.642Z] 95d1cee26be7: Preparing [2020-12-10T18:21:38.642Z] 5d49b06a581c: Preparing [2020-12-10T18:21:38.642Z] 5d49b06a581c: Layer already exists [2020-12-10T18:21:38.642Z] 2b42f96b0371: Layer already exists [2020-12-10T18:21:38.642Z] 95d1cee26be7: Layer already exists [2020-12-10T18:21:38.914Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:4f79607e574175ffcf5162dfe57d55a191859e14305abc7e7e6a08546803aaaf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:39.257Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:39.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-10T18:21:39.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-10T18:21:39.592Z] 2b42f96b0371: Preparing [2020-12-10T18:21:39.592Z] 95d1cee26be7: Preparing [2020-12-10T18:21:39.592Z] 5d49b06a581c: Preparing [2020-12-10T18:21:39.592Z] 2b42f96b0371: Layer already exists [2020-12-10T18:21:39.592Z] 5d49b06a581c: Layer already exists [2020-12-10T18:21:39.863Z] 95d1cee26be7: Layer already exists [2020-12-10T18:21:39.863Z] master: digest: sha256:4f79607e574175ffcf5162dfe57d55a191859e14305abc7e7e6a08546803aaaf size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T18:21:40.147Z] ===================================================== [Pipeline] echo [2020-12-10T18:21:40.203Z] taggedImages: [2020-12-10T18:21:40.203Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:40.203Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.8 [2020-12-10T18:21:40.203Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:21:40.203Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-10T18:21:40.287Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-10T18:21:40.287Z] 382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:40.287Z] 2.0.0-dev.8 [2020-12-10T18:21:40.287Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:21:40.287Z] master [2020-12-10T18:21:40.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:40.867Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:41.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:41.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-10T18:21:41.200Z] 5eea488ef3a8: Preparing [2020-12-10T18:21:41.200Z] ddb2045d76b8: Preparing [2020-12-10T18:21:41.200Z] a89220f5f3ed: Preparing [2020-12-10T18:21:41.200Z] b745ba2e18fb: Preparing [2020-12-10T18:21:41.200Z] d54237f9ed99: Preparing [2020-12-10T18:21:41.200Z] cd3761cfa1d9: Preparing [2020-12-10T18:21:41.200Z] cd3761cfa1d9: Waiting [2020-12-10T18:21:41.477Z] 5eea488ef3a8: Pushed [2020-12-10T18:21:41.477Z] a89220f5f3ed: Pushed [2020-12-10T18:21:41.477Z] d54237f9ed99: Pushed [2020-12-10T18:21:41.750Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:21:42.018Z] b745ba2e18fb: Pushed [2020-12-10T18:21:44.621Z] ddb2045d76b8: Pushed [2020-12-10T18:21:44.891Z] 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:e431f80af37fbdc34e789e8a287865bac5404b36bc3fb8de1a89259a1c19bb8b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:45.262Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:45.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.8 [2020-12-10T18:21:45.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-10T18:21:45.632Z] 5eea488ef3a8: Preparing [2020-12-10T18:21:45.632Z] ddb2045d76b8: Preparing [2020-12-10T18:21:45.632Z] a89220f5f3ed: Preparing [2020-12-10T18:21:45.632Z] b745ba2e18fb: Preparing [2020-12-10T18:21:45.632Z] d54237f9ed99: Preparing [2020-12-10T18:21:45.632Z] cd3761cfa1d9: Preparing [2020-12-10T18:21:45.632Z] cd3761cfa1d9: Waiting [2020-12-10T18:21:45.907Z] d54237f9ed99: Layer already exists [2020-12-10T18:21:45.907Z] b745ba2e18fb: Layer already exists [2020-12-10T18:21:45.907Z] 5eea488ef3a8: Layer already exists [2020-12-10T18:21:45.907Z] ddb2045d76b8: Layer already exists [2020-12-10T18:21:45.907Z] a89220f5f3ed: Layer already exists [2020-12-10T18:21:45.907Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:21:45.907Z] 2.0.0-dev.8: digest: sha256:e431f80af37fbdc34e789e8a287865bac5404b36bc3fb8de1a89259a1c19bb8b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:46.263Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:46.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:21:46.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-10T18:21:46.599Z] 5eea488ef3a8: Preparing [2020-12-10T18:21:46.599Z] ddb2045d76b8: Preparing [2020-12-10T18:21:46.599Z] a89220f5f3ed: Preparing [2020-12-10T18:21:46.599Z] b745ba2e18fb: Preparing [2020-12-10T18:21:46.599Z] d54237f9ed99: Preparing [2020-12-10T18:21:46.599Z] cd3761cfa1d9: Preparing [2020-12-10T18:21:46.599Z] cd3761cfa1d9: Waiting [2020-12-10T18:21:46.599Z] a89220f5f3ed: Layer already exists [2020-12-10T18:21:46.599Z] d54237f9ed99: Layer already exists [2020-12-10T18:21:46.599Z] 5eea488ef3a8: Layer already exists [2020-12-10T18:21:46.599Z] b745ba2e18fb: Layer already exists [2020-12-10T18:21:46.599Z] ddb2045d76b8: Layer already exists [2020-12-10T18:21:46.869Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:21:46.869Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:e431f80af37fbdc34e789e8a287865bac5404b36bc3fb8de1a89259a1c19bb8b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:47.205Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:47.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-10T18:21:47.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-10T18:21:47.548Z] 5eea488ef3a8: Preparing [2020-12-10T18:21:47.548Z] ddb2045d76b8: Preparing [2020-12-10T18:21:47.548Z] a89220f5f3ed: Preparing [2020-12-10T18:21:47.548Z] b745ba2e18fb: Preparing [2020-12-10T18:21:47.548Z] d54237f9ed99: Preparing [2020-12-10T18:21:47.548Z] cd3761cfa1d9: Preparing [2020-12-10T18:21:47.548Z] cd3761cfa1d9: Waiting [2020-12-10T18:21:47.819Z] a89220f5f3ed: Layer already exists [2020-12-10T18:21:47.819Z] d54237f9ed99: Layer already exists [2020-12-10T18:21:47.819Z] b745ba2e18fb: Layer already exists [2020-12-10T18:21:47.819Z] 5eea488ef3a8: Layer already exists [2020-12-10T18:21:47.819Z] ddb2045d76b8: Layer already exists [2020-12-10T18:21:47.819Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:21:47.819Z] master: digest: sha256:e431f80af37fbdc34e789e8a287865bac5404b36bc3fb8de1a89259a1c19bb8b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T18:21:48.105Z] ===================================================== [Pipeline] echo [2020-12-10T18:21:48.166Z] taggedImages: [2020-12-10T18:21:48.166Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:48.166Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.8 [2020-12-10T18:21:48.166Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:21:48.166Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-10T18:21:48.242Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-10T18:21:48.242Z] 382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:48.242Z] 2.0.0-dev.8 [2020-12-10T18:21:48.242Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:21:48.242Z] master [2020-12-10T18:21:48.242Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:48.813Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:49.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:49.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-10T18:21:49.156Z] 7d5f6ae09020: Preparing [2020-12-10T18:21:49.156Z] d10682172a74: Preparing [2020-12-10T18:21:49.156Z] e888987b37cb: Preparing [2020-12-10T18:21:49.432Z] e888987b37cb: Pushed [2020-12-10T18:21:49.432Z] 7d5f6ae09020: Pushed [2020-12-10T18:21:52.799Z] d10682172a74: Pushed [2020-12-10T18:21:52.799Z] 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:fec2252de1ba61e1601f0702f2ac09fb65c62357a327ff76f982eed31c210e25 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:53.137Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:53.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.8 [2020-12-10T18:21:53.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-10T18:21:53.469Z] 7d5f6ae09020: Preparing [2020-12-10T18:21:53.469Z] d10682172a74: Preparing [2020-12-10T18:21:53.469Z] e888987b37cb: Preparing [2020-12-10T18:21:53.469Z] d10682172a74: Layer already exists [2020-12-10T18:21:53.469Z] 7d5f6ae09020: Layer already exists [2020-12-10T18:21:53.740Z] e888987b37cb: Layer already exists [2020-12-10T18:21:53.740Z] 2.0.0-dev.8: digest: sha256:fec2252de1ba61e1601f0702f2ac09fb65c62357a327ff76f982eed31c210e25 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:54.077Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:54.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:21:54.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-10T18:21:54.415Z] 7d5f6ae09020: Preparing [2020-12-10T18:21:54.415Z] d10682172a74: Preparing [2020-12-10T18:21:54.415Z] e888987b37cb: Preparing [2020-12-10T18:21:54.415Z] d10682172a74: Layer already exists [2020-12-10T18:21:54.415Z] 7d5f6ae09020: Layer already exists [2020-12-10T18:21:54.415Z] e888987b37cb: Layer already exists [2020-12-10T18:21:54.685Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:fec2252de1ba61e1601f0702f2ac09fb65c62357a327ff76f982eed31c210e25 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:55.023Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:55.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-10T18:21:55.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-10T18:21:55.353Z] 7d5f6ae09020: Preparing [2020-12-10T18:21:55.353Z] d10682172a74: Preparing [2020-12-10T18:21:55.353Z] e888987b37cb: Preparing [2020-12-10T18:21:55.353Z] e888987b37cb: Layer already exists [2020-12-10T18:21:55.623Z] 7d5f6ae09020: Layer already exists [2020-12-10T18:21:55.623Z] d10682172a74: Layer already exists [2020-12-10T18:21:55.623Z] master: digest: sha256:fec2252de1ba61e1601f0702f2ac09fb65c62357a327ff76f982eed31c210e25 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T18:21:55.893Z] ===================================================== [Pipeline] echo [2020-12-10T18:21:55.967Z] taggedImages: [2020-12-10T18:21:55.967Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:55.967Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.8 [2020-12-10T18:21:55.967Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:21:55.968Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-10T18:21:56.044Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-10T18:21:56.044Z] 382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:56.044Z] 2.0.0-dev.8 [2020-12-10T18:21:56.044Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:21:56.044Z] master [2020-12-10T18:21:56.044Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:56.775Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:21:57.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:21:57.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-10T18:21:57.107Z] 17becd3d7bdb: Preparing [2020-12-10T18:21:57.107Z] d5dc74c53960: Preparing [2020-12-10T18:21:57.107Z] 515313b10469: Preparing [2020-12-10T18:21:57.107Z] 6cc09b89207a: Preparing [2020-12-10T18:21:57.107Z] 5eb1b5e7cc30: Preparing [2020-12-10T18:21:57.107Z] 47b44c7003cf: Preparing [2020-12-10T18:21:57.107Z] 66b385cf80cf: Preparing [2020-12-10T18:21:57.107Z] 47b44c7003cf: Waiting [2020-12-10T18:21:57.107Z] 66b385cf80cf: Waiting [2020-12-10T18:21:57.388Z] 17becd3d7bdb: Pushed [2020-12-10T18:21:57.388Z] 5eb1b5e7cc30: Pushed [2020-12-10T18:21:57.388Z] 515313b10469: Pushed [2020-12-10T18:21:57.388Z] d5dc74c53960: Pushed [2020-12-10T18:21:57.660Z] 66b385cf80cf: Layer already exists [2020-12-10T18:21:57.932Z] 47b44c7003cf: Pushed [2020-12-10T18:21:59.356Z] 6cc09b89207a: Pushed [2020-12-10T18:21:59.628Z] 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:9ae4eaaa4947b3d31054f09465323f9e3149502cadc319c56f40e4538496c04b size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:00.231Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:00.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:00.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-10T18:22:00.564Z] 17becd3d7bdb: Preparing [2020-12-10T18:22:00.564Z] d5dc74c53960: Preparing [2020-12-10T18:22:00.564Z] 515313b10469: Preparing [2020-12-10T18:22:00.564Z] 6cc09b89207a: Preparing [2020-12-10T18:22:00.564Z] 5eb1b5e7cc30: Preparing [2020-12-10T18:22:00.564Z] 47b44c7003cf: Preparing [2020-12-10T18:22:00.564Z] 66b385cf80cf: Preparing [2020-12-10T18:22:00.564Z] 47b44c7003cf: Waiting [2020-12-10T18:22:00.564Z] 66b385cf80cf: Waiting [2020-12-10T18:22:00.564Z] d5dc74c53960: Layer already exists [2020-12-10T18:22:00.834Z] 17becd3d7bdb: Layer already exists [2020-12-10T18:22:00.834Z] 515313b10469: Layer already exists [2020-12-10T18:22:00.834Z] 5eb1b5e7cc30: Layer already exists [2020-12-10T18:22:00.834Z] 6cc09b89207a: Layer already exists [2020-12-10T18:22:00.834Z] 47b44c7003cf: Layer already exists [2020-12-10T18:22:00.834Z] 66b385cf80cf: Layer already exists [2020-12-10T18:22:00.834Z] 2.0.0-dev.8: digest: sha256:9ae4eaaa4947b3d31054f09465323f9e3149502cadc319c56f40e4538496c04b size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:01.172Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:01.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:01.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-10T18:22:01.503Z] 17becd3d7bdb: Preparing [2020-12-10T18:22:01.503Z] d5dc74c53960: Preparing [2020-12-10T18:22:01.503Z] 515313b10469: Preparing [2020-12-10T18:22:01.503Z] 6cc09b89207a: Preparing [2020-12-10T18:22:01.503Z] 5eb1b5e7cc30: Preparing [2020-12-10T18:22:01.503Z] 47b44c7003cf: Preparing [2020-12-10T18:22:01.503Z] 66b385cf80cf: Preparing [2020-12-10T18:22:01.503Z] 47b44c7003cf: Waiting [2020-12-10T18:22:01.503Z] 66b385cf80cf: Waiting [2020-12-10T18:22:01.775Z] d5dc74c53960: Layer already exists [2020-12-10T18:22:01.775Z] 6cc09b89207a: Layer already exists [2020-12-10T18:22:01.775Z] 515313b10469: Layer already exists [2020-12-10T18:22:01.775Z] 5eb1b5e7cc30: Layer already exists [2020-12-10T18:22:01.775Z] 17becd3d7bdb: Layer already exists [2020-12-10T18:22:01.775Z] 66b385cf80cf: Layer already exists [2020-12-10T18:22:01.775Z] 47b44c7003cf: Layer already exists [2020-12-10T18:22:01.775Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:9ae4eaaa4947b3d31054f09465323f9e3149502cadc319c56f40e4538496c04b size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:02.116Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:02.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-10T18:22:02.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-10T18:22:02.446Z] 17becd3d7bdb: Preparing [2020-12-10T18:22:02.446Z] d5dc74c53960: Preparing [2020-12-10T18:22:02.446Z] 515313b10469: Preparing [2020-12-10T18:22:02.446Z] 6cc09b89207a: Preparing [2020-12-10T18:22:02.446Z] 5eb1b5e7cc30: Preparing [2020-12-10T18:22:02.446Z] 47b44c7003cf: Preparing [2020-12-10T18:22:02.446Z] 66b385cf80cf: Preparing [2020-12-10T18:22:02.446Z] 47b44c7003cf: Waiting [2020-12-10T18:22:02.446Z] 66b385cf80cf: Waiting [2020-12-10T18:22:02.716Z] d5dc74c53960: Layer already exists [2020-12-10T18:22:02.716Z] 515313b10469: Layer already exists [2020-12-10T18:22:02.716Z] 5eb1b5e7cc30: Layer already exists [2020-12-10T18:22:02.716Z] 6cc09b89207a: Layer already exists [2020-12-10T18:22:02.716Z] 17becd3d7bdb: Layer already exists [2020-12-10T18:22:02.716Z] 66b385cf80cf: Layer already exists [2020-12-10T18:22:02.716Z] 47b44c7003cf: Layer already exists [2020-12-10T18:22:02.716Z] master: digest: sha256:9ae4eaaa4947b3d31054f09465323f9e3149502cadc319c56f40e4538496c04b size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T18:22:02.950Z] ===================================================== [Pipeline] echo [2020-12-10T18:22:03.018Z] taggedImages: [2020-12-10T18:22:03.018Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:03.018Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:03.018Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:03.018Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-10T18:22:03.092Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-10T18:22:03.092Z] 382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:03.092Z] 2.0.0-dev.8 [2020-12-10T18:22:03.092Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:03.092Z] master [2020-12-10T18:22:03.092Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:03.699Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:04.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:04.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-10T18:22:04.038Z] 8dbb049b261a: Preparing [2020-12-10T18:22:04.038Z] b3f9f5da48fa: Preparing [2020-12-10T18:22:04.038Z] 1919c7fb41c1: Preparing [2020-12-10T18:22:04.038Z] d4037a949f56: Preparing [2020-12-10T18:22:04.038Z] e7ca4de09104: Preparing [2020-12-10T18:22:04.038Z] cd3761cfa1d9: Preparing [2020-12-10T18:22:04.038Z] cd3761cfa1d9: Waiting [2020-12-10T18:22:04.309Z] 1919c7fb41c1: Pushed [2020-12-10T18:22:04.309Z] d4037a949f56: Pushed [2020-12-10T18:22:04.309Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:22:04.903Z] e7ca4de09104: Pushed [2020-12-10T18:22:06.867Z] 8dbb049b261a: Pushed [2020-12-10T18:22:06.867Z] b3f9f5da48fa: Pushed [2020-12-10T18:22:06.867Z] 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:e28d6a0a4a47b294fadd249b25499cce0bb34c7d4df8e54d8f439977524447d7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:07.202Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:07.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:07.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-10T18:22:07.542Z] 8dbb049b261a: Preparing [2020-12-10T18:22:07.542Z] b3f9f5da48fa: Preparing [2020-12-10T18:22:07.542Z] 1919c7fb41c1: Preparing [2020-12-10T18:22:07.542Z] d4037a949f56: Preparing [2020-12-10T18:22:07.542Z] e7ca4de09104: Preparing [2020-12-10T18:22:07.542Z] cd3761cfa1d9: Preparing [2020-12-10T18:22:07.542Z] cd3761cfa1d9: Waiting [2020-12-10T18:22:07.542Z] 8dbb049b261a: Layer already exists [2020-12-10T18:22:07.542Z] 1919c7fb41c1: Layer already exists [2020-12-10T18:22:07.542Z] d4037a949f56: Layer already exists [2020-12-10T18:22:07.542Z] e7ca4de09104: Layer already exists [2020-12-10T18:22:07.542Z] b3f9f5da48fa: Layer already exists [2020-12-10T18:22:07.813Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:22:07.813Z] 2.0.0-dev.8: digest: sha256:e28d6a0a4a47b294fadd249b25499cce0bb34c7d4df8e54d8f439977524447d7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:08.250Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:08.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:08.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-10T18:22:08.615Z] 8dbb049b261a: Preparing [2020-12-10T18:22:08.615Z] b3f9f5da48fa: Preparing [2020-12-10T18:22:08.615Z] 1919c7fb41c1: Preparing [2020-12-10T18:22:08.615Z] d4037a949f56: Preparing [2020-12-10T18:22:08.615Z] e7ca4de09104: Preparing [2020-12-10T18:22:08.615Z] cd3761cfa1d9: Preparing [2020-12-10T18:22:08.615Z] cd3761cfa1d9: Waiting [2020-12-10T18:22:08.888Z] 1919c7fb41c1: Layer already exists [2020-12-10T18:22:08.888Z] 8dbb049b261a: Layer already exists [2020-12-10T18:22:08.888Z] d4037a949f56: Layer already exists [2020-12-10T18:22:08.888Z] e7ca4de09104: Layer already exists [2020-12-10T18:22:08.888Z] b3f9f5da48fa: Layer already exists [2020-12-10T18:22:08.888Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:22:08.888Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:e28d6a0a4a47b294fadd249b25499cce0bb34c7d4df8e54d8f439977524447d7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:09.265Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:09.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-10T18:22:09.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-10T18:22:09.600Z] 8dbb049b261a: Preparing [2020-12-10T18:22:09.600Z] b3f9f5da48fa: Preparing [2020-12-10T18:22:09.600Z] 1919c7fb41c1: Preparing [2020-12-10T18:22:09.600Z] d4037a949f56: Preparing [2020-12-10T18:22:09.600Z] e7ca4de09104: Preparing [2020-12-10T18:22:09.600Z] cd3761cfa1d9: Preparing [2020-12-10T18:22:09.600Z] cd3761cfa1d9: Waiting [2020-12-10T18:22:09.600Z] 8dbb049b261a: Layer already exists [2020-12-10T18:22:09.600Z] 1919c7fb41c1: Layer already exists [2020-12-10T18:22:09.600Z] d4037a949f56: Layer already exists [2020-12-10T18:22:09.600Z] b3f9f5da48fa: Layer already exists [2020-12-10T18:22:09.600Z] e7ca4de09104: Layer already exists [2020-12-10T18:22:09.600Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:22:09.871Z] master: digest: sha256:e28d6a0a4a47b294fadd249b25499cce0bb34c7d4df8e54d8f439977524447d7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T18:22:10.277Z] ===================================================== [Pipeline] echo [2020-12-10T18:22:10.326Z] taggedImages: [2020-12-10T18:22:10.326Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:10.326Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:10.326Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:10.326Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-10T18:22:10.395Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-10T18:22:10.395Z] 382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:10.395Z] 2.0.0-dev.8 [2020-12-10T18:22:10.395Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:10.395Z] master [2020-12-10T18:22:10.395Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:11.043Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:11.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:11.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-10T18:22:11.378Z] 5bbb1699cd60: Preparing [2020-12-10T18:22:11.378Z] 3eb3fa105104: Preparing [2020-12-10T18:22:11.378Z] 9ac921c11e04: Preparing [2020-12-10T18:22:11.378Z] d361a7875cd1: Preparing [2020-12-10T18:22:11.378Z] d361a7875cd1: Preparing [2020-12-10T18:22:11.378Z] b6b5c13075b8: Preparing [2020-12-10T18:22:11.378Z] 39c95a57a6b6: Preparing [2020-12-10T18:22:11.378Z] 0befffb50eea: Preparing [2020-12-10T18:22:11.378Z] 5bbb1699cd60: Preparing [2020-12-10T18:22:11.378Z] 865490af254b: Preparing [2020-12-10T18:22:11.378Z] fbd235e9cf17: Preparing [2020-12-10T18:22:11.378Z] 6bd4089f81fd: Preparing [2020-12-10T18:22:11.378Z] cd3761cfa1d9: Preparing [2020-12-10T18:22:11.378Z] 865490af254b: Waiting [2020-12-10T18:22:11.378Z] fbd235e9cf17: Waiting [2020-12-10T18:22:11.378Z] 6bd4089f81fd: Waiting [2020-12-10T18:22:11.378Z] cd3761cfa1d9: Waiting [2020-12-10T18:22:11.378Z] 39c95a57a6b6: Waiting [2020-12-10T18:22:11.378Z] 0befffb50eea: Waiting [2020-12-10T18:22:11.658Z] d361a7875cd1: Pushed [2020-12-10T18:22:11.658Z] 9ac921c11e04: Pushed [2020-12-10T18:22:11.658Z] 3eb3fa105104: Pushed [2020-12-10T18:22:11.658Z] b6b5c13075b8: Pushed [2020-12-10T18:22:11.932Z] 39c95a57a6b6: Pushed [2020-12-10T18:22:11.933Z] 0befffb50eea: Pushed [2020-12-10T18:22:11.933Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:22:11.933Z] 865490af254b: Pushed [2020-12-10T18:22:11.933Z] fbd235e9cf17: Pushed [2020-12-10T18:22:12.203Z] 6bd4089f81fd: Pushed [2020-12-10T18:22:14.165Z] 5bbb1699cd60: Pushed [2020-12-10T18:22:14.165Z] 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:7a2baefdd5285e19f0ae6d3d859ec0cb42c7c592b88551882e3b423cd042549b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:14.502Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:14.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:14.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-10T18:22:14.845Z] 5bbb1699cd60: Preparing [2020-12-10T18:22:14.845Z] 3eb3fa105104: Preparing [2020-12-10T18:22:14.845Z] 9ac921c11e04: Preparing [2020-12-10T18:22:14.845Z] d361a7875cd1: Preparing [2020-12-10T18:22:14.845Z] d361a7875cd1: Preparing [2020-12-10T18:22:14.845Z] b6b5c13075b8: Preparing [2020-12-10T18:22:14.845Z] 39c95a57a6b6: Preparing [2020-12-10T18:22:14.845Z] 0befffb50eea: Preparing [2020-12-10T18:22:14.845Z] 5bbb1699cd60: Preparing [2020-12-10T18:22:14.845Z] 865490af254b: Preparing [2020-12-10T18:22:14.845Z] fbd235e9cf17: Preparing [2020-12-10T18:22:14.845Z] 6bd4089f81fd: Preparing [2020-12-10T18:22:14.845Z] cd3761cfa1d9: Preparing [2020-12-10T18:22:14.845Z] fbd235e9cf17: Waiting [2020-12-10T18:22:14.845Z] 6bd4089f81fd: Waiting [2020-12-10T18:22:14.845Z] cd3761cfa1d9: Waiting [2020-12-10T18:22:14.845Z] 39c95a57a6b6: Waiting [2020-12-10T18:22:14.845Z] 0befffb50eea: Waiting [2020-12-10T18:22:14.845Z] 865490af254b: Waiting [2020-12-10T18:22:14.845Z] 5bbb1699cd60: Layer already exists [2020-12-10T18:22:14.845Z] d361a7875cd1: Layer already exists [2020-12-10T18:22:14.845Z] 9ac921c11e04: Layer already exists [2020-12-10T18:22:14.845Z] b6b5c13075b8: Layer already exists [2020-12-10T18:22:14.845Z] 3eb3fa105104: Layer already exists [2020-12-10T18:22:14.845Z] fbd235e9cf17: Layer already exists [2020-12-10T18:22:14.845Z] 39c95a57a6b6: Layer already exists [2020-12-10T18:22:14.845Z] 6bd4089f81fd: Layer already exists [2020-12-10T18:22:14.845Z] 865490af254b: Layer already exists [2020-12-10T18:22:14.845Z] 0befffb50eea: Layer already exists [2020-12-10T18:22:14.845Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:22:15.116Z] 2.0.0-dev.8: digest: sha256:7a2baefdd5285e19f0ae6d3d859ec0cb42c7c592b88551882e3b423cd042549b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:15.463Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:15.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:15.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-10T18:22:15.798Z] 5bbb1699cd60: Preparing [2020-12-10T18:22:15.798Z] 3eb3fa105104: Preparing [2020-12-10T18:22:15.798Z] 9ac921c11e04: Preparing [2020-12-10T18:22:15.798Z] d361a7875cd1: Preparing [2020-12-10T18:22:15.798Z] d361a7875cd1: Preparing [2020-12-10T18:22:15.798Z] b6b5c13075b8: Preparing [2020-12-10T18:22:15.798Z] 39c95a57a6b6: Preparing [2020-12-10T18:22:15.798Z] 0befffb50eea: Preparing [2020-12-10T18:22:15.798Z] 5bbb1699cd60: Preparing [2020-12-10T18:22:15.798Z] 865490af254b: Preparing [2020-12-10T18:22:15.798Z] fbd235e9cf17: Preparing [2020-12-10T18:22:15.798Z] 6bd4089f81fd: Preparing [2020-12-10T18:22:15.798Z] cd3761cfa1d9: Preparing [2020-12-10T18:22:15.798Z] 39c95a57a6b6: Waiting [2020-12-10T18:22:15.798Z] 0befffb50eea: Waiting [2020-12-10T18:22:15.798Z] 6bd4089f81fd: Waiting [2020-12-10T18:22:15.798Z] cd3761cfa1d9: Waiting [2020-12-10T18:22:15.798Z] 865490af254b: Waiting [2020-12-10T18:22:15.798Z] fbd235e9cf17: Waiting [2020-12-10T18:22:15.798Z] 9ac921c11e04: Layer already exists [2020-12-10T18:22:15.798Z] d361a7875cd1: Layer already exists [2020-12-10T18:22:15.798Z] 5bbb1699cd60: Layer already exists [2020-12-10T18:22:15.798Z] b6b5c13075b8: Layer already exists [2020-12-10T18:22:15.798Z] 3eb3fa105104: Layer already exists [2020-12-10T18:22:15.798Z] 39c95a57a6b6: Layer already exists [2020-12-10T18:22:15.798Z] 865490af254b: Layer already exists [2020-12-10T18:22:15.798Z] fbd235e9cf17: Layer already exists [2020-12-10T18:22:15.798Z] 6bd4089f81fd: Layer already exists [2020-12-10T18:22:15.798Z] 0befffb50eea: Layer already exists [2020-12-10T18:22:16.072Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:22:16.072Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:7a2baefdd5285e19f0ae6d3d859ec0cb42c7c592b88551882e3b423cd042549b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:16.418Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:16.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-10T18:22:16.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-10T18:22:16.768Z] 5bbb1699cd60: Preparing [2020-12-10T18:22:16.768Z] 3eb3fa105104: Preparing [2020-12-10T18:22:16.768Z] 9ac921c11e04: Preparing [2020-12-10T18:22:16.768Z] d361a7875cd1: Preparing [2020-12-10T18:22:16.768Z] d361a7875cd1: Preparing [2020-12-10T18:22:16.768Z] b6b5c13075b8: Preparing [2020-12-10T18:22:16.768Z] 39c95a57a6b6: Preparing [2020-12-10T18:22:16.768Z] 0befffb50eea: Preparing [2020-12-10T18:22:16.768Z] 5bbb1699cd60: Preparing [2020-12-10T18:22:16.768Z] 865490af254b: Preparing [2020-12-10T18:22:16.768Z] fbd235e9cf17: Preparing [2020-12-10T18:22:16.768Z] 6bd4089f81fd: Preparing [2020-12-10T18:22:16.768Z] cd3761cfa1d9: Preparing [2020-12-10T18:22:16.768Z] 39c95a57a6b6: Waiting [2020-12-10T18:22:16.768Z] 0befffb50eea: Waiting [2020-12-10T18:22:16.768Z] fbd235e9cf17: Waiting [2020-12-10T18:22:16.768Z] 865490af254b: Waiting [2020-12-10T18:22:16.768Z] 6bd4089f81fd: Waiting [2020-12-10T18:22:16.768Z] cd3761cfa1d9: Waiting [2020-12-10T18:22:16.768Z] 3eb3fa105104: Layer already exists [2020-12-10T18:22:16.768Z] 9ac921c11e04: Layer already exists [2020-12-10T18:22:16.768Z] d361a7875cd1: Layer already exists [2020-12-10T18:22:16.768Z] b6b5c13075b8: Layer already exists [2020-12-10T18:22:17.049Z] 5bbb1699cd60: Layer already exists [2020-12-10T18:22:17.049Z] 865490af254b: Layer already exists [2020-12-10T18:22:17.049Z] 0befffb50eea: Layer already exists [2020-12-10T18:22:17.049Z] fbd235e9cf17: Layer already exists [2020-12-10T18:22:17.049Z] 39c95a57a6b6: Layer already exists [2020-12-10T18:22:17.049Z] 6bd4089f81fd: Layer already exists [2020-12-10T18:22:17.049Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:22:17.049Z] master: digest: sha256:7a2baefdd5285e19f0ae6d3d859ec0cb42c7c592b88551882e3b423cd042549b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T18:22:17.268Z] ===================================================== [Pipeline] echo [2020-12-10T18:22:17.319Z] taggedImages: [2020-12-10T18:22:17.320Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:17.320Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:17.320Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:17.320Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-10T18:22:17.398Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-10T18:22:17.398Z] 382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:17.398Z] 2.0.0-dev.8 [2020-12-10T18:22:17.398Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:17.398Z] master [2020-12-10T18:22:17.398Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:17.912Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:18.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:18.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-10T18:22:18.271Z] c7d380687c17: Preparing [2020-12-10T18:22:18.271Z] 7c3568884496: Preparing [2020-12-10T18:22:18.271Z] efb7f4c849d0: Preparing [2020-12-10T18:22:18.271Z] e643ddadad91: Preparing [2020-12-10T18:22:18.271Z] 9c50a8a33f95: Preparing [2020-12-10T18:22:18.271Z] 43e73b883a7f: Preparing [2020-12-10T18:22:18.271Z] 5218017ea8ef: Preparing [2020-12-10T18:22:18.271Z] 47b44c7003cf: Preparing [2020-12-10T18:22:18.271Z] 66b385cf80cf: Preparing [2020-12-10T18:22:18.271Z] 5218017ea8ef: Waiting [2020-12-10T18:22:18.271Z] 47b44c7003cf: Waiting [2020-12-10T18:22:18.271Z] 66b385cf80cf: Waiting [2020-12-10T18:22:18.271Z] 43e73b883a7f: Waiting [2020-12-10T18:22:18.562Z] c7d380687c17: Pushed [2020-12-10T18:22:18.562Z] 9c50a8a33f95: Pushed [2020-12-10T18:22:18.562Z] 7c3568884496: Pushed [2020-12-10T18:22:18.834Z] 47b44c7003cf: Layer already exists [2020-12-10T18:22:18.834Z] 66b385cf80cf: Layer already exists [2020-12-10T18:22:18.834Z] 43e73b883a7f: Pushed [2020-12-10T18:22:18.834Z] 5218017ea8ef: Pushed [2020-12-10T18:22:20.259Z] efb7f4c849d0: Pushed [2020-12-10T18:22:20.849Z] e643ddadad91: Pushed [2020-12-10T18:22:20.849Z] 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:df77e9ba28bc6393697cbcd493f50de8e8c895c15ebd833bc6d86e9b8d33a4dc size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:21.186Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:21.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:21.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-10T18:22:21.516Z] c7d380687c17: Preparing [2020-12-10T18:22:21.516Z] 7c3568884496: Preparing [2020-12-10T18:22:21.516Z] efb7f4c849d0: Preparing [2020-12-10T18:22:21.516Z] e643ddadad91: Preparing [2020-12-10T18:22:21.516Z] 9c50a8a33f95: Preparing [2020-12-10T18:22:21.516Z] 43e73b883a7f: Preparing [2020-12-10T18:22:21.516Z] 5218017ea8ef: Preparing [2020-12-10T18:22:21.516Z] 47b44c7003cf: Preparing [2020-12-10T18:22:21.516Z] 66b385cf80cf: Preparing [2020-12-10T18:22:21.516Z] 5218017ea8ef: Waiting [2020-12-10T18:22:21.516Z] 47b44c7003cf: Waiting [2020-12-10T18:22:21.516Z] 66b385cf80cf: Waiting [2020-12-10T18:22:21.516Z] 43e73b883a7f: Waiting [2020-12-10T18:22:21.516Z] e643ddadad91: Layer already exists [2020-12-10T18:22:21.516Z] 9c50a8a33f95: Layer already exists [2020-12-10T18:22:21.516Z] efb7f4c849d0: Layer already exists [2020-12-10T18:22:21.516Z] 7c3568884496: Layer already exists [2020-12-10T18:22:21.516Z] c7d380687c17: Layer already exists [2020-12-10T18:22:21.516Z] 5218017ea8ef: Layer already exists [2020-12-10T18:22:21.516Z] 43e73b883a7f: Layer already exists [2020-12-10T18:22:21.516Z] 66b385cf80cf: Layer already exists [2020-12-10T18:22:21.516Z] 47b44c7003cf: Layer already exists [2020-12-10T18:22:21.785Z] 2.0.0-dev.8: digest: sha256:df77e9ba28bc6393697cbcd493f50de8e8c895c15ebd833bc6d86e9b8d33a4dc size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:22.125Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:22.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:22.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-10T18:22:22.453Z] c7d380687c17: Preparing [2020-12-10T18:22:22.453Z] 7c3568884496: Preparing [2020-12-10T18:22:22.453Z] efb7f4c849d0: Preparing [2020-12-10T18:22:22.453Z] e643ddadad91: Preparing [2020-12-10T18:22:22.453Z] 9c50a8a33f95: Preparing [2020-12-10T18:22:22.453Z] 43e73b883a7f: Preparing [2020-12-10T18:22:22.453Z] 5218017ea8ef: Preparing [2020-12-10T18:22:22.453Z] 47b44c7003cf: Preparing [2020-12-10T18:22:22.453Z] 66b385cf80cf: Preparing [2020-12-10T18:22:22.453Z] 5218017ea8ef: Waiting [2020-12-10T18:22:22.453Z] 47b44c7003cf: Waiting [2020-12-10T18:22:22.453Z] 66b385cf80cf: Waiting [2020-12-10T18:22:22.453Z] 43e73b883a7f: Waiting [2020-12-10T18:22:22.453Z] 7c3568884496: Layer already exists [2020-12-10T18:22:22.453Z] e643ddadad91: Layer already exists [2020-12-10T18:22:22.453Z] efb7f4c849d0: Layer already exists [2020-12-10T18:22:22.454Z] c7d380687c17: Layer already exists [2020-12-10T18:22:22.454Z] 9c50a8a33f95: Layer already exists [2020-12-10T18:22:22.454Z] 5218017ea8ef: Layer already exists [2020-12-10T18:22:22.454Z] 43e73b883a7f: Layer already exists [2020-12-10T18:22:22.454Z] 66b385cf80cf: Layer already exists [2020-12-10T18:22:22.454Z] 47b44c7003cf: Layer already exists [2020-12-10T18:22:22.723Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:df77e9ba28bc6393697cbcd493f50de8e8c895c15ebd833bc6d86e9b8d33a4dc size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:23.063Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:23.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-10T18:22:23.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-10T18:22:23.392Z] c7d380687c17: Preparing [2020-12-10T18:22:23.392Z] 7c3568884496: Preparing [2020-12-10T18:22:23.392Z] efb7f4c849d0: Preparing [2020-12-10T18:22:23.392Z] e643ddadad91: Preparing [2020-12-10T18:22:23.392Z] 9c50a8a33f95: Preparing [2020-12-10T18:22:23.392Z] 43e73b883a7f: Preparing [2020-12-10T18:22:23.392Z] 5218017ea8ef: Preparing [2020-12-10T18:22:23.392Z] 47b44c7003cf: Preparing [2020-12-10T18:22:23.392Z] 66b385cf80cf: Preparing [2020-12-10T18:22:23.392Z] 43e73b883a7f: Waiting [2020-12-10T18:22:23.392Z] 5218017ea8ef: Waiting [2020-12-10T18:22:23.392Z] 47b44c7003cf: Waiting [2020-12-10T18:22:23.392Z] 66b385cf80cf: Waiting [2020-12-10T18:22:23.392Z] e643ddadad91: Layer already exists [2020-12-10T18:22:23.392Z] 7c3568884496: Layer already exists [2020-12-10T18:22:23.392Z] 9c50a8a33f95: Layer already exists [2020-12-10T18:22:23.392Z] c7d380687c17: Layer already exists [2020-12-10T18:22:23.392Z] efb7f4c849d0: Layer already exists [2020-12-10T18:22:23.392Z] 5218017ea8ef: Layer already exists [2020-12-10T18:22:23.392Z] 43e73b883a7f: Layer already exists [2020-12-10T18:22:23.392Z] 66b385cf80cf: Layer already exists [2020-12-10T18:22:23.392Z] 47b44c7003cf: Layer already exists [2020-12-10T18:22:23.661Z] master: digest: sha256:df77e9ba28bc6393697cbcd493f50de8e8c895c15ebd833bc6d86e9b8d33a4dc size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T18:22:23.869Z] ===================================================== [Pipeline] echo [2020-12-10T18:22:23.926Z] taggedImages: [2020-12-10T18:22:23.926Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:23.926Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:23.926Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:23.926Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-10T18:22:23.994Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-10T18:22:23.994Z] 382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:23.994Z] 2.0.0-dev.8 [2020-12-10T18:22:23.994Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:23.994Z] master [2020-12-10T18:22:23.994Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:24.508Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:24.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:24.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-10T18:22:24.853Z] 2c76ecbd53f9: Preparing [2020-12-10T18:22:24.853Z] 029f4aca8d23: Preparing [2020-12-10T18:22:24.853Z] b53245531a2f: Preparing [2020-12-10T18:22:24.853Z] f943340b695a: Preparing [2020-12-10T18:22:24.853Z] 7bf923dc4b25: Preparing [2020-12-10T18:22:24.853Z] 88f82d16125f: Preparing [2020-12-10T18:22:24.853Z] 88f82d16125f: Waiting [2020-12-10T18:22:25.128Z] b53245531a2f: Pushed [2020-12-10T18:22:25.128Z] 2c76ecbd53f9: Pushed [2020-12-10T18:22:25.128Z] 7bf923dc4b25: Pushed [2020-12-10T18:22:25.128Z] f943340b695a: Pushed [2020-12-10T18:22:25.720Z] 88f82d16125f: Pushed [2020-12-10T18:22:28.379Z] 029f4aca8d23: Pushed [2020-12-10T18:22:28.379Z] 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:c4d21e966cff0c3d6fe9c4685516087c00d38193b4b8e1981a72490784242046 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:28.719Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:29.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:29.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-10T18:22:29.045Z] 2c76ecbd53f9: Preparing [2020-12-10T18:22:29.045Z] 029f4aca8d23: Preparing [2020-12-10T18:22:29.045Z] b53245531a2f: Preparing [2020-12-10T18:22:29.045Z] f943340b695a: Preparing [2020-12-10T18:22:29.045Z] 7bf923dc4b25: Preparing [2020-12-10T18:22:29.045Z] 88f82d16125f: Preparing [2020-12-10T18:22:29.045Z] 88f82d16125f: Waiting [2020-12-10T18:22:29.045Z] f943340b695a: Layer already exists [2020-12-10T18:22:29.045Z] 7bf923dc4b25: Layer already exists [2020-12-10T18:22:29.045Z] 029f4aca8d23: Layer already exists [2020-12-10T18:22:29.045Z] b53245531a2f: Layer already exists [2020-12-10T18:22:29.045Z] 2c76ecbd53f9: Layer already exists [2020-12-10T18:22:29.045Z] 88f82d16125f: Layer already exists [2020-12-10T18:22:29.314Z] 2.0.0-dev.8: digest: sha256:c4d21e966cff0c3d6fe9c4685516087c00d38193b4b8e1981a72490784242046 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:29.649Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:29.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:29.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-10T18:22:29.987Z] 2c76ecbd53f9: Preparing [2020-12-10T18:22:29.987Z] 029f4aca8d23: Preparing [2020-12-10T18:22:29.987Z] b53245531a2f: Preparing [2020-12-10T18:22:29.987Z] f943340b695a: Preparing [2020-12-10T18:22:29.987Z] 7bf923dc4b25: Preparing [2020-12-10T18:22:29.987Z] 88f82d16125f: Preparing [2020-12-10T18:22:29.987Z] 88f82d16125f: Waiting [2020-12-10T18:22:29.987Z] 029f4aca8d23: Layer already exists [2020-12-10T18:22:29.987Z] 7bf923dc4b25: Layer already exists [2020-12-10T18:22:29.987Z] f943340b695a: Layer already exists [2020-12-10T18:22:29.987Z] b53245531a2f: Layer already exists [2020-12-10T18:22:29.987Z] 2c76ecbd53f9: Layer already exists [2020-12-10T18:22:29.987Z] 88f82d16125f: Layer already exists [2020-12-10T18:22:30.271Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:c4d21e966cff0c3d6fe9c4685516087c00d38193b4b8e1981a72490784242046 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:30.628Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:30.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-10T18:22:30.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-10T18:22:30.982Z] 2c76ecbd53f9: Preparing [2020-12-10T18:22:30.982Z] 029f4aca8d23: Preparing [2020-12-10T18:22:30.982Z] b53245531a2f: Preparing [2020-12-10T18:22:30.982Z] f943340b695a: Preparing [2020-12-10T18:22:30.982Z] 7bf923dc4b25: Preparing [2020-12-10T18:22:30.982Z] 88f82d16125f: Preparing [2020-12-10T18:22:30.982Z] 88f82d16125f: Waiting [2020-12-10T18:22:30.982Z] b53245531a2f: Layer already exists [2020-12-10T18:22:30.982Z] 029f4aca8d23: Layer already exists [2020-12-10T18:22:30.982Z] 2c76ecbd53f9: Layer already exists [2020-12-10T18:22:30.982Z] f943340b695a: Layer already exists [2020-12-10T18:22:31.255Z] 7bf923dc4b25: Layer already exists [2020-12-10T18:22:31.255Z] 88f82d16125f: Layer already exists [2020-12-10T18:22:31.255Z] master: digest: sha256:c4d21e966cff0c3d6fe9c4685516087c00d38193b4b8e1981a72490784242046 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T18:22:31.461Z] ===================================================== [Pipeline] echo [2020-12-10T18:22:31.517Z] taggedImages: [2020-12-10T18:22:31.517Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:31.517Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:31.517Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:31.517Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-10T18:22:31.592Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-10T18:22:31.592Z] 382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:31.592Z] 2.0.0-dev.8 [2020-12-10T18:22:31.592Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:31.592Z] master [2020-12-10T18:22:31.592Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:32.109Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:32.437Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:32.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-10T18:22:32.437Z] ceb14bbe8949: Preparing [2020-12-10T18:22:32.437Z] 2a523fab085e: Preparing [2020-12-10T18:22:32.437Z] a5f5a0e9f650: Preparing [2020-12-10T18:22:32.714Z] a5f5a0e9f650: Pushed [2020-12-10T18:22:32.714Z] ceb14bbe8949: Pushed [2020-12-10T18:22:36.089Z] 2a523fab085e: Pushed [2020-12-10T18:22:36.090Z] 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:b437fd9f87e2915ad222cb6b34995e99ba79ca4466939b96d198609e3c6f1f42 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:36.426Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:36.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:36.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-10T18:22:36.757Z] ceb14bbe8949: Preparing [2020-12-10T18:22:36.757Z] 2a523fab085e: Preparing [2020-12-10T18:22:36.757Z] a5f5a0e9f650: Preparing [2020-12-10T18:22:36.757Z] 2a523fab085e: Layer already exists [2020-12-10T18:22:36.757Z] ceb14bbe8949: Layer already exists [2020-12-10T18:22:36.757Z] a5f5a0e9f650: Layer already exists [2020-12-10T18:22:37.027Z] 2.0.0-dev.8: digest: sha256:b437fd9f87e2915ad222cb6b34995e99ba79ca4466939b96d198609e3c6f1f42 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:37.365Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:37.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:37.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-10T18:22:37.699Z] ceb14bbe8949: Preparing [2020-12-10T18:22:37.699Z] 2a523fab085e: Preparing [2020-12-10T18:22:37.699Z] a5f5a0e9f650: Preparing [2020-12-10T18:22:37.699Z] 2a523fab085e: Layer already exists [2020-12-10T18:22:37.699Z] a5f5a0e9f650: Layer already exists [2020-12-10T18:22:37.699Z] ceb14bbe8949: Layer already exists [2020-12-10T18:22:37.969Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:b437fd9f87e2915ad222cb6b34995e99ba79ca4466939b96d198609e3c6f1f42 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:38.307Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:38.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-10T18:22:38.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-10T18:22:38.641Z] ceb14bbe8949: Preparing [2020-12-10T18:22:38.641Z] 2a523fab085e: Preparing [2020-12-10T18:22:38.641Z] a5f5a0e9f650: Preparing [2020-12-10T18:22:38.641Z] 2a523fab085e: Layer already exists [2020-12-10T18:22:38.641Z] ceb14bbe8949: Layer already exists [2020-12-10T18:22:38.641Z] a5f5a0e9f650: Layer already exists [2020-12-10T18:22:38.909Z] master: digest: sha256:b437fd9f87e2915ad222cb6b34995e99ba79ca4466939b96d198609e3c6f1f42 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T18:22:39.186Z] ===================================================== [Pipeline] echo [2020-12-10T18:22:39.234Z] taggedImages: [2020-12-10T18:22:39.234Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:39.234Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.8 [2020-12-10T18:22:39.234Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:39.234Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-10T18:22:39.299Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-10T18:22:39.299Z] 382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:39.299Z] 2.0.0-dev.8 [2020-12-10T18:22:39.299Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:22:39.299Z] master [2020-12-10T18:22:39.299Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:39.801Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:22:40.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:22:40.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-10T18:22:40.132Z] 55809805e858: Preparing [2020-12-10T18:22:40.132Z] bf9bed7a60e0: Preparing [2020-12-10T18:22:40.132Z] 70233390fe9d: Preparing [2020-12-10T18:22:40.132Z] 30827357ae33: Preparing [2020-12-10T18:22:40.132Z] b89c9bbe5321: Preparing [2020-12-10T18:22:40.132Z] 4982565000c9: Preparing [2020-12-10T18:22:40.132Z] 0f46a62d03b3: Preparing [2020-12-10T18:22:40.132Z] 8c57d0c4fda2: Preparing [2020-12-10T18:22:40.132Z] 88d969b678c1: Preparing [2020-12-10T18:22:40.132Z] a5c04c523b0a: Preparing [2020-12-10T18:22:40.132Z] 82afb4583052: Preparing [2020-12-10T18:22:40.132Z] 3e7dc55cab04: Preparing [2020-12-10T18:22:40.132Z] b2e85fd0898f: Preparing [2020-12-10T18:22:40.132Z] cd3761cfa1d9: Preparing [2020-12-10T18:22:40.132Z] a5c04c523b0a: Waiting [2020-12-10T18:22:40.132Z] 0f46a62d03b3: Waiting [2020-12-10T18:22:40.132Z] 8c57d0c4fda2: Waiting [2020-12-10T18:22:40.132Z] 4982565000c9: Waiting [2020-12-10T18:22:40.132Z] 88d969b678c1: Waiting [2020-12-10T18:22:40.132Z] 3e7dc55cab04: Waiting [2020-12-10T18:22:40.132Z] b2e85fd0898f: Waiting [2020-12-10T18:22:40.132Z] cd3761cfa1d9: Waiting [2020-12-10T18:22:40.132Z] 82afb4583052: Waiting [2020-12-10T18:22:40.728Z] b89c9bbe5321: Pushed [2020-12-10T18:22:40.728Z] 55809805e858: Pushed [2020-12-10T18:22:41.333Z] 30827357ae33: Pushed [2020-12-10T18:22:41.605Z] 0f46a62d03b3: Pushed [2020-12-10T18:22:41.605Z] 8c57d0c4fda2: Pushed [2020-12-10T18:22:41.879Z] 88d969b678c1: Pushed [2020-12-10T18:22:41.879Z] a5c04c523b0a: Pushed [2020-12-10T18:22:41.879Z] 3e7dc55cab04: Layer already exists [2020-12-10T18:22:42.153Z] b2e85fd0898f: Layer already exists [2020-12-10T18:22:42.153Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:22:42.153Z] bf9bed7a60e0: Pushed [2020-12-10T18:22:43.126Z] 4982565000c9: Pushed [2020-12-10T18:22:55.490Z] 70233390fe9d: Pushed [2020-12-10T18:23:27.806Z] 82afb4583052: Pushed [2020-12-10T18:23:27.806Z] 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:0a9687952d2e841330f4892207a27e308ee4a51f45269b92ef5aa32f63486a26 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:23:28.147Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:23:28.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.8 [2020-12-10T18:23:28.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-10T18:23:28.479Z] 55809805e858: Preparing [2020-12-10T18:23:28.479Z] bf9bed7a60e0: Preparing [2020-12-10T18:23:28.479Z] 70233390fe9d: Preparing [2020-12-10T18:23:28.479Z] 30827357ae33: Preparing [2020-12-10T18:23:28.479Z] b89c9bbe5321: Preparing [2020-12-10T18:23:28.479Z] 4982565000c9: Preparing [2020-12-10T18:23:28.479Z] 0f46a62d03b3: Preparing [2020-12-10T18:23:28.479Z] 8c57d0c4fda2: Preparing [2020-12-10T18:23:28.479Z] 88d969b678c1: Preparing [2020-12-10T18:23:28.479Z] a5c04c523b0a: Preparing [2020-12-10T18:23:28.479Z] 82afb4583052: Preparing [2020-12-10T18:23:28.479Z] 3e7dc55cab04: Preparing [2020-12-10T18:23:28.479Z] b2e85fd0898f: Preparing [2020-12-10T18:23:28.479Z] cd3761cfa1d9: Preparing [2020-12-10T18:23:28.479Z] 4982565000c9: Waiting [2020-12-10T18:23:28.479Z] 0f46a62d03b3: Waiting [2020-12-10T18:23:28.479Z] 8c57d0c4fda2: Waiting [2020-12-10T18:23:28.479Z] 88d969b678c1: Waiting [2020-12-10T18:23:28.479Z] a5c04c523b0a: Waiting [2020-12-10T18:23:28.479Z] 82afb4583052: Waiting [2020-12-10T18:23:28.479Z] 3e7dc55cab04: Waiting [2020-12-10T18:23:28.479Z] b2e85fd0898f: Waiting [2020-12-10T18:23:28.479Z] cd3761cfa1d9: Waiting [2020-12-10T18:23:28.479Z] 30827357ae33: Layer already exists [2020-12-10T18:23:28.479Z] bf9bed7a60e0: Layer already exists [2020-12-10T18:23:28.479Z] b89c9bbe5321: Layer already exists [2020-12-10T18:23:28.479Z] 70233390fe9d: Layer already exists [2020-12-10T18:23:28.479Z] 55809805e858: Layer already exists [2020-12-10T18:23:28.479Z] 4982565000c9: Layer already exists [2020-12-10T18:23:28.479Z] 88d969b678c1: Layer already exists [2020-12-10T18:23:28.480Z] 8c57d0c4fda2: Layer already exists [2020-12-10T18:23:28.480Z] 0f46a62d03b3: Layer already exists [2020-12-10T18:23:28.480Z] a5c04c523b0a: Layer already exists [2020-12-10T18:23:28.750Z] 82afb4583052: Layer already exists [2020-12-10T18:23:28.750Z] 3e7dc55cab04: Layer already exists [2020-12-10T18:23:28.750Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:23:28.750Z] b2e85fd0898f: Layer already exists [2020-12-10T18:23:28.750Z] 2.0.0-dev.8: digest: sha256:0a9687952d2e841330f4892207a27e308ee4a51f45269b92ef5aa32f63486a26 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:23:29.098Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:23:29.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:23:29.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-10T18:23:29.455Z] 55809805e858: Preparing [2020-12-10T18:23:29.455Z] bf9bed7a60e0: Preparing [2020-12-10T18:23:29.455Z] 70233390fe9d: Preparing [2020-12-10T18:23:29.455Z] 30827357ae33: Preparing [2020-12-10T18:23:29.455Z] b89c9bbe5321: Preparing [2020-12-10T18:23:29.455Z] 4982565000c9: Preparing [2020-12-10T18:23:29.455Z] 0f46a62d03b3: Preparing [2020-12-10T18:23:29.455Z] 8c57d0c4fda2: Preparing [2020-12-10T18:23:29.455Z] 88d969b678c1: Preparing [2020-12-10T18:23:29.455Z] a5c04c523b0a: Preparing [2020-12-10T18:23:29.455Z] 0f46a62d03b3: Waiting [2020-12-10T18:23:29.455Z] 82afb4583052: Preparing [2020-12-10T18:23:29.455Z] 3e7dc55cab04: Preparing [2020-12-10T18:23:29.455Z] b2e85fd0898f: Preparing [2020-12-10T18:23:29.455Z] cd3761cfa1d9: Preparing [2020-12-10T18:23:29.455Z] 88d969b678c1: Waiting [2020-12-10T18:23:29.455Z] 8c57d0c4fda2: Waiting [2020-12-10T18:23:29.455Z] 4982565000c9: Waiting [2020-12-10T18:23:29.455Z] b2e85fd0898f: Waiting [2020-12-10T18:23:29.455Z] a5c04c523b0a: Waiting [2020-12-10T18:23:29.455Z] cd3761cfa1d9: Waiting [2020-12-10T18:23:29.455Z] 82afb4583052: Waiting [2020-12-10T18:23:29.455Z] 3e7dc55cab04: Waiting [2020-12-10T18:23:29.725Z] 55809805e858: Layer already exists [2020-12-10T18:23:29.725Z] 70233390fe9d: Layer already exists [2020-12-10T18:23:29.725Z] b89c9bbe5321: Layer already exists [2020-12-10T18:23:29.725Z] 30827357ae33: Layer already exists [2020-12-10T18:23:29.725Z] bf9bed7a60e0: Layer already exists [2020-12-10T18:23:29.725Z] 88d969b678c1: Layer already exists [2020-12-10T18:23:29.725Z] 8c57d0c4fda2: Layer already exists [2020-12-10T18:23:29.725Z] 0f46a62d03b3: Layer already exists [2020-12-10T18:23:29.725Z] 4982565000c9: Layer already exists [2020-12-10T18:23:29.725Z] a5c04c523b0a: Layer already exists [2020-12-10T18:23:29.725Z] b2e85fd0898f: Layer already exists [2020-12-10T18:23:29.725Z] 3e7dc55cab04: Layer already exists [2020-12-10T18:23:29.725Z] 82afb4583052: Layer already exists [2020-12-10T18:23:29.725Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:23:29.725Z] 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:0a9687952d2e841330f4892207a27e308ee4a51f45269b92ef5aa32f63486a26 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:23:30.065Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:23:30.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-10T18:23:30.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-10T18:23:30.429Z] 55809805e858: Preparing [2020-12-10T18:23:30.429Z] bf9bed7a60e0: Preparing [2020-12-10T18:23:30.429Z] 70233390fe9d: Preparing [2020-12-10T18:23:30.429Z] 30827357ae33: Preparing [2020-12-10T18:23:30.429Z] b89c9bbe5321: Preparing [2020-12-10T18:23:30.429Z] 4982565000c9: Preparing [2020-12-10T18:23:30.429Z] 0f46a62d03b3: Preparing [2020-12-10T18:23:30.429Z] 8c57d0c4fda2: Preparing [2020-12-10T18:23:30.429Z] 88d969b678c1: Preparing [2020-12-10T18:23:30.429Z] a5c04c523b0a: Preparing [2020-12-10T18:23:30.429Z] 82afb4583052: Preparing [2020-12-10T18:23:30.429Z] 3e7dc55cab04: Preparing [2020-12-10T18:23:30.429Z] b2e85fd0898f: Preparing [2020-12-10T18:23:30.429Z] cd3761cfa1d9: Preparing [2020-12-10T18:23:30.429Z] a5c04c523b0a: Waiting [2020-12-10T18:23:30.429Z] 4982565000c9: Waiting [2020-12-10T18:23:30.429Z] 0f46a62d03b3: Waiting [2020-12-10T18:23:30.429Z] 82afb4583052: Waiting [2020-12-10T18:23:30.429Z] 3e7dc55cab04: Waiting [2020-12-10T18:23:30.429Z] b2e85fd0898f: Waiting [2020-12-10T18:23:30.429Z] cd3761cfa1d9: Waiting [2020-12-10T18:23:30.429Z] 8c57d0c4fda2: Waiting [2020-12-10T18:23:30.429Z] 88d969b678c1: Waiting [2020-12-10T18:23:30.429Z] b89c9bbe5321: Layer already exists [2020-12-10T18:23:30.429Z] 55809805e858: Layer already exists [2020-12-10T18:23:30.429Z] 70233390fe9d: Layer already exists [2020-12-10T18:23:30.429Z] bf9bed7a60e0: Layer already exists [2020-12-10T18:23:30.429Z] 30827357ae33: Layer already exists [2020-12-10T18:23:30.429Z] 8c57d0c4fda2: Layer already exists [2020-12-10T18:23:30.699Z] 88d969b678c1: Layer already exists [2020-12-10T18:23:30.699Z] 0f46a62d03b3: Layer already exists [2020-12-10T18:23:30.699Z] 4982565000c9: Layer already exists [2020-12-10T18:23:30.699Z] a5c04c523b0a: Layer already exists [2020-12-10T18:23:30.699Z] 82afb4583052: Layer already exists [2020-12-10T18:23:30.699Z] 3e7dc55cab04: Layer already exists [2020-12-10T18:23:30.699Z] b2e85fd0898f: Layer already exists [2020-12-10T18:23:30.699Z] cd3761cfa1d9: Layer already exists [2020-12-10T18:23:30.699Z] master: digest: sha256:0a9687952d2e841330f4892207a27e308ee4a51f45269b92ef5aa32f63486a26 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T18:23:31.091Z] ===================================================== [Pipeline] echo [2020-12-10T18:23:31.143Z] taggedImages: [2020-12-10T18:23:31.143Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [2020-12-10T18:23:31.143Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.8 [2020-12-10T18:23:31.143Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [2020-12-10T18:23:31.143Z] - 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-12-10T18:23:34.699Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T18:23:35.275Z] ---> package-listing.sh [2020-12-10T18:23:35.275Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-10T18:23:35.275Z] ++ facter osfamily [2020-12-10T18:23:35.275Z] + OS_FAMILY=redhat [2020-12-10T18:23:35.275Z] + workspace=/w/workspace/edgex-go/250 [2020-12-10T18:23:35.275Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-10T18:23:35.275Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-10T18:23:35.275Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-10T18:23:35.275Z] + PACKAGES=/tmp/packages_start.txt [2020-12-10T18:23:35.275Z] + '[' /w/workspace/edgex-go/250 ']' [2020-12-10T18:23:35.275Z] + PACKAGES=/tmp/packages_end.txt [2020-12-10T18:23:35.275Z] + case "${OS_FAMILY}" in [2020-12-10T18:23:35.275Z] + rpm -qa [2020-12-10T18:23:35.275Z] + sort [2020-12-10T18:23:40.600Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-10T18:23:40.601Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-10T18:23:40.601Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-10T18:23:40.601Z] + '[' /w/workspace/edgex-go/250 ']' [2020-12-10T18:23:40.601Z] + mkdir -p /w/workspace/edgex-go/250/archives/ [2020-12-10T18:23:40.601Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/250/archives/ [Pipeline] echo [2020-12-10T18:23:40.614Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/250/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-10T18:23:40.908Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:23:41.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T18:23:41.220Z] [2020-12-10T18:23:41.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-10T18:23:41.573Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T18:23:41.573Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-10T18:23:41.573Z] df20fa9351a1: Pulling fs layer [2020-12-10T18:23:41.573Z] 36b3adc4ff6f: Pulling fs layer [2020-12-10T18:23:41.573Z] 8ad3a11d3b57: Pulling fs layer [2020-12-10T18:23:41.573Z] 46f8f816bc3b: Pulling fs layer [2020-12-10T18:23:41.573Z] 93b61091891f: Pulling fs layer [2020-12-10T18:23:41.573Z] 93b9cdb0e59b: Pulling fs layer [2020-12-10T18:23:41.573Z] 5e14af77c1be: Pulling fs layer [2020-12-10T18:23:41.573Z] 01666e4c0597: Pulling fs layer [2020-12-10T18:23:41.573Z] aa168da1d23b: Pulling fs layer [2020-12-10T18:23:41.573Z] 93b9cdb0e59b: Waiting [2020-12-10T18:23:41.573Z] 5e14af77c1be: Waiting [2020-12-10T18:23:41.573Z] 01666e4c0597: Waiting [2020-12-10T18:23:41.573Z] aa168da1d23b: Waiting [2020-12-10T18:23:41.573Z] 46f8f816bc3b: Waiting [2020-12-10T18:23:41.573Z] 93b61091891f: Waiting [2020-12-10T18:23:41.573Z] 36b3adc4ff6f: Verifying Checksum [2020-12-10T18:23:41.573Z] 36b3adc4ff6f: Download complete [2020-12-10T18:23:41.573Z] 46f8f816bc3b: Verifying Checksum [2020-12-10T18:23:41.573Z] 46f8f816bc3b: Download complete [2020-12-10T18:23:41.573Z] df20fa9351a1: Verifying Checksum [2020-12-10T18:23:41.573Z] df20fa9351a1: Download complete [2020-12-10T18:23:41.835Z] 93b9cdb0e59b: Verifying Checksum [2020-12-10T18:23:41.835Z] 93b9cdb0e59b: Download complete [2020-12-10T18:23:41.835Z] 5e14af77c1be: Download complete [2020-12-10T18:23:41.835Z] 93b61091891f: Verifying Checksum [2020-12-10T18:23:41.835Z] 93b61091891f: Download complete [2020-12-10T18:23:41.835Z] 01666e4c0597: Verifying Checksum [2020-12-10T18:23:41.835Z] 01666e4c0597: Download complete [2020-12-10T18:23:42.099Z] df20fa9351a1: Pull complete [2020-12-10T18:23:42.361Z] 36b3adc4ff6f: Pull complete [2020-12-10T18:23:42.361Z] 8ad3a11d3b57: Verifying Checksum [2020-12-10T18:23:42.361Z] 8ad3a11d3b57: Download complete [2020-12-10T18:23:43.329Z] 8ad3a11d3b57: Pull complete [2020-12-10T18:23:43.905Z] 46f8f816bc3b: Pull complete [2020-12-10T18:23:44.176Z] aa168da1d23b: Verifying Checksum [2020-12-10T18:23:44.176Z] aa168da1d23b: Download complete [2020-12-10T18:23:44.753Z] 93b61091891f: Pull complete [2020-12-10T18:23:44.753Z] 93b9cdb0e59b: Pull complete [2020-12-10T18:23:44.753Z] 5e14af77c1be: Pull complete [2020-12-10T18:23:45.016Z] 01666e4c0597: Pull complete [2020-12-10T18:23:53.226Z] aa168da1d23b: Pull complete [2020-12-10T18:23:53.226Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-10T18:23:53.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T18:23:53.226Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-10T18:23:53.446Z] prd-centos7-docker-4c-2g-15434 does not seem to be running inside a container [2020-12-10T18:23:53.501Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/250/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-10T18:23:56.887Z] $ docker top 156ae3f0cb79cb2fc91b3a592b95d7fdbf77a0643c926e67b9d38e8f2bca3ebd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T18:23:57.460Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-10T18:23:57.779Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-10T18:23:58.098Z] + ls /var/log/sa-host [2020-12-10T18:23:58.098Z] + sadf -c /var/log/sa-host/sa10 [2020-12-10T18:23:58.098Z] file_magic: OK [2020-12-10T18:23:58.098Z] HZ: Using current value: 100 [2020-12-10T18:23:58.098Z] file_header: OK [2020-12-10T18:23:58.098Z] 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-12-10T18:23:58.098Z] Statistics: [2020-12-10T18:23:58.098Z] 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... [2020-12-10T18:23:58.098Z] File successfully converted to sysstat format version 12.2.1 [2020-12-10T18:23:58.098Z] + sadf -c /var/log/sa-host/sa23 [2020-12-10T18:23:58.098Z] file_magic: OK [2020-12-10T18:23:58.098Z] HZ: Using current value: 100 [2020-12-10T18:23:58.098Z] file_header: OK [2020-12-10T18:23:58.098Z] 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-12-10T18:23:58.098Z] Statistics: [2020-12-10T18:23:58.098Z] Hnuu...uuuununununu... [2020-12-10T18:23:58.098Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-10T18:23:58.751Z] provisioning config files... [2020-12-10T18:23:58.767Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/250@tmp/config7175746550122064604tmp [Pipeline] { [Pipeline] echo [2020-12-10T18:23:58.848Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T18:23:59.147Z] ---> create-netrc.sh [Pipeline] } [2020-12-10T18:23:59.157Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-10T18:23:59.253Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T18:23:59.554Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-10T18:23:59.565Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T18:23:59.860Z] ---> sudo-logs.sh [2020-12-10T18:23:59.861Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-10T18:23:59.871Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T18:24:00.172Z] ---> job-cost.sh [2020-12-10T18:24:00.172Z] lf-activate-venv: SKIPPING [2020-12-10T18:24:00.172Z] INFO: No Stack... [2020-12-10T18:24:01.117Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-10T18:24:01.381Z] INFO: Archiving Costs [Pipeline] echo [2020-12-10T18:24:01.395Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T18:24:01.832Z] ---> logs-deploy.sh [2020-12-10T18:24:01.832Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/250 [2020-12-10T18:24:01.832Z] INFO: archiving workspace using pattern(s): [2020-12-10T18:24:03.325Z] Archives upload complete. [2020-12-10T18:24:03.325Z] INFO: archiving logs to Nexus