Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 135337ef8a94f3bf495bf0711e4285c3adb5abc8 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18469 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/272 [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/272 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 135337ef8a94f3bf495bf0711e4285c3adb5abc8 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 135337ef8a94f3bf495bf0711e4285c3adb5abc8 # timeout=10 Commit message: "Merge pull request #2968 from judehung/issue-2967" > git rev-list --no-walk 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T07:13:09.685Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T07:13:09.931Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T07:13:10.023Z] ========================================================= [2021-01-05T07:13:10.023Z] EdgeX Global Pipelines Version Info [2021-01-05T07:13:10.024Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:13:11.547Z] ------------------- [2021-01-05T07:13:11.547Z] stable info: [2021-01-05T07:13:11.547Z] ------------------- [2021-01-05T07:13:11.547Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T07:13:11.547Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T07:13:11.547Z] Message: update stable to v1.0.173 [2021-01-05T07:13:12.494Z] ------------------- [2021-01-05T07:13:12.494Z] experimental info: [2021-01-05T07:13:12.494Z] ------------------- [2021-01-05T07:13:12.494Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T07:13:12.494Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T07:13:12.494Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T07:13:12.769Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-05T07:13:12.865Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-05T07:13:12.974Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T07:13:13.057Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T07:13:13.209Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T07:13:13.311Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T07:13:13.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T07:13:13.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-05T07:13:13.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-05T07:13:13.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-05T07:13:13.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T07:13:13.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T07:13:14.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T07:13:14.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T07:13:14.273Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T07:13:14.374Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T07:13:14.465Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T07:13:14.558Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T07:13:14.650Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T07:13:14.742Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T07:13:14.835Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-05T07:13:14.921Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T07:13:15.007Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T07:13:15.093Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-05T07:13:15.181Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-05T07:13:15.269Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-05T07:13:15.361Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] echo [2021-01-05T07:13:15.450Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 135337e [Pipeline] echo [2021-01-05T07:13:15.562Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T07:13:15.747Z] provisioning config files... [2021-01-05T07:13:15.788Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/272@tmp/config3261646909868692873tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:13:16.157Z] ---> docker-login.sh [2021-01-05T07:13:16.157Z] nexus3.edgexfoundry.org:10001 [2021-01-05T07:13:16.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:13:16.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:13:16.681Z] Configure a credential helper to remove this warning. See [2021-01-05T07:13:16.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:13:16.681Z] [2021-01-05T07:13:16.681Z] Login Succeeded [2021-01-05T07:13:16.681Z] nexus3.edgexfoundry.org:10002 [2021-01-05T07:13:16.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:13:16.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:13:16.681Z] Configure a credential helper to remove this warning. See [2021-01-05T07:13:16.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:13:16.681Z] [2021-01-05T07:13:16.681Z] Login Succeeded [2021-01-05T07:13:16.681Z] nexus3.edgexfoundry.org:10003 [2021-01-05T07:13:16.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:13:16.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:13:16.945Z] Configure a credential helper to remove this warning. See [2021-01-05T07:13:16.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:13:16.945Z] [2021-01-05T07:13:16.945Z] Login Succeeded [2021-01-05T07:13:16.945Z] nexus3.edgexfoundry.org:10004 [2021-01-05T07:13:17.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:13:17.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:13:17.207Z] Configure a credential helper to remove this warning. See [2021-01-05T07:13:17.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:13:17.207Z] [2021-01-05T07:13:17.207Z] Login Succeeded [2021-01-05T07:13:17.207Z] docker.io [2021-01-05T07:13:17.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:13:17.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:13:17.470Z] Configure a credential helper to remove this warning. See [2021-01-05T07:13:17.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:13:17.470Z] [2021-01-05T07:13:17.470Z] Login Succeeded [2021-01-05T07:13:17.470Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T07:13:17.481Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T07:13:17.954Z] ++ 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-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-05T07:13:17.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:13:17.954Z] ++ dirname cmd/core-command/Dockerfile [2021-01-05T07:13:17.954Z] ++ cut -d/ -f2 [2021-01-05T07:13:17.954Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-05T07:13:17.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:13:17.954Z] ++ dirname cmd/core-data/Dockerfile [2021-01-05T07:13:17.954Z] ++ cut -d/ -f2 [2021-01-05T07:13:17.954Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-05T07:13:17.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:13:17.954Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-05T07:13:17.954Z] ++ cut -d/ -f2 [2021-01-05T07:13:17.954Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-05T07:13:17.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:13:17.954Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-05T07:13:17.954Z] ++ cut -d/ -f2 [2021-01-05T07:13:17.954Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-05T07:13:17.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:13:17.954Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-05T07:13:17.954Z] ++ cut -d/ -f2 [2021-01-05T07:13:17.954Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-05T07:13:17.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:13:17.954Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-05T07:13:17.954Z] ++ cut -d/ -f2 [2021-01-05T07:13:17.954Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-05T07:13:17.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:13:17.954Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-05T07:13:17.954Z] ++ cut -d/ -f2 [2021-01-05T07:13:17.954Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-05T07:13:17.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:13:17.954Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-05T07:13:17.954Z] ++ cut -d/ -f2 [2021-01-05T07:13:17.954Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-05T07:13:17.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T07:13:17.954Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-05T07:13:17.954Z] ++ cut -d/ -f2 [2021-01-05T07:13:17.954Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-05T07:13:18.026Z] 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-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 [2021-01-05T07:13:19.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T07:13:19.639Z] [2021-01-05T07:13:19.639Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:13:19.997Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T07:13:19.997Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T07:13:19.997Z] 31603596830f: Pulling fs layer [2021-01-05T07:13:19.997Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T07:13:19.997Z] 6ca5941a6612: Pulling fs layer [2021-01-05T07:13:19.997Z] ecc8261a40a4: Pulling fs layer [2021-01-05T07:13:19.997Z] ecc8261a40a4: Waiting [2021-01-05T07:13:19.997Z] 2a8b12db71e7: Download complete [2021-01-05T07:13:19.997Z] 31603596830f: Verifying Checksum [2021-01-05T07:13:19.997Z] 31603596830f: Download complete [2021-01-05T07:13:20.259Z] ecc8261a40a4: Verifying Checksum [2021-01-05T07:13:20.259Z] ecc8261a40a4: Download complete [2021-01-05T07:13:20.259Z] 6ca5941a6612: Verifying Checksum [2021-01-05T07:13:20.259Z] 6ca5941a6612: Download complete [2021-01-05T07:13:20.522Z] 31603596830f: Pull complete [2021-01-05T07:13:20.522Z] 2a8b12db71e7: Pull complete [2021-01-05T07:13:21.472Z] 6ca5941a6612: Pull complete [2021-01-05T07:13:21.733Z] ecc8261a40a4: Pull complete [2021-01-05T07:13:21.733Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T07:13:21.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T07:13:21.995Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T07:13:22.107Z] prd-centos7-docker-4c-2g-18469 does not seem to be running inside a container [2021-01-05T07:13:22.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T07:13:24.908Z] $ docker top 60c9f7e70fcd80c12775d0e124180f3f6e8cf4938ad3ae2a515571311b301e2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T07:13:25.345Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T07:13:25.345Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T07:13:25.608Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T07:13:25.611Z] $ docker exec 60c9f7e70fcd80c12775d0e124180f3f6e8cf4938ad3ae2a515571311b301e2e ssh-agent [2021-01-05T07:13:25.790Z] SSH_AUTH_SOCK=/tmp/ssh-7eG1z6pNKB9P/agent.12 [2021-01-05T07:13:25.790Z] SSH_AGENT_PID=17 [2021-01-05T07:13:25.802Z] Running ssh-add (command line suppressed) [2021-01-05T07:13:25.922Z] Identity added: /w/workspace/edgex-go/272@tmp/private_key_2984149647100710486.key (/w/workspace/edgex-go/272@tmp/private_key_2984149647100710486.key) [2021-01-05T07:13:25.980Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T07:13:26.316Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T07:13:26.340Z] $ docker exec --env ******** --env ******** 60c9f7e70fcd80c12775d0e124180f3f6e8cf4938ad3ae2a515571311b301e2e ssh-agent -k [2021-01-05T07:13:26.464Z] unset SSH_AUTH_SOCK; [2021-01-05T07:13:26.464Z] unset SSH_AGENT_PID; [2021-01-05T07:13:26.465Z] echo Agent pid 17 killed; [2021-01-05T07:13:26.519Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T07:13:26.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T07:13:26.666Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T07:13:26.844Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T07:13:26.848Z] $ docker exec 60c9f7e70fcd80c12775d0e124180f3f6e8cf4938ad3ae2a515571311b301e2e ssh-agent [2021-01-05T07:13:27.035Z] SSH_AUTH_SOCK=/tmp/ssh-Cm0uQZFph5Yf/agent.48 [2021-01-05T07:13:27.035Z] SSH_AGENT_PID=53 [2021-01-05T07:13:27.043Z] Running ssh-add (command line suppressed) [2021-01-05T07:13:27.166Z] Identity added: /w/workspace/edgex-go/272@tmp/private_key_5025706773584879224.key (/w/workspace/edgex-go/272@tmp/private_key_5025706773584879224.key) [2021-01-05T07:13:27.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T07:13:27.574Z] + git semver init [2021-01-05T07:13:27.574Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T07:13:27.574Z] # $GIT_DIR = /w/workspace/edgex-go/272/.git [2021-01-05T07:13:27.574Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/272 [2021-01-05T07:13:27.574Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T07:13:27.574Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T07:13:27.574Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T07:13:27.574Z] # $SEMVER_BRANCH = master [2021-01-05T07:13:27.574Z] # $SEMVER_TEMP = /tmp/semver-782621498 [2021-01-05T07:13:27.574Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-05T07:13:45.765Z] # '/tmp/semver-782621498' -> '/w/workspace/edgex-go/272/.semver' [2021-01-05T07:13:45.765Z] # -> Force: false [2021-01-05T07:13:45.765Z] # $SEMVER_DIR = /w/workspace/edgex-go/272/.semver [Pipeline] } [2021-01-05T07:13:45.780Z] $ docker exec --env ******** --env ******** 60c9f7e70fcd80c12775d0e124180f3f6e8cf4938ad3ae2a515571311b301e2e ssh-agent -k [2021-01-05T07:13:45.988Z] unset SSH_AUTH_SOCK; [2021-01-05T07:13:45.989Z] unset SSH_AGENT_PID; [2021-01-05T07:13:45.989Z] echo Agent pid 53 killed; [2021-01-05T07:13:46.082Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T07:13:46.572Z] + git semver [Pipeline] } [2021-01-05T07:13:46.600Z] $ docker stop --time=1 60c9f7e70fcd80c12775d0e124180f3f6e8cf4938ad3ae2a515571311b301e2e [2021-01-05T07:13:48.230Z] $ docker rm -f 60c9f7e70fcd80c12775d0e124180f3f6e8cf4938ad3ae2a515571311b301e2e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T07:13:48.805Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T07:13:49.379Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T07:13:49.382Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.27 [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 [2021-01-05T07:13:50.305Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T07:13:50.621Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T07:13:50.926Z] + sudo service docker restart [2021-01-05T07:13:50.926Z] + true [2021-01-05T07:13:50.926Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-05T07:13:51.517Z] ========================================================= [2021-01-05T07:13:51.517Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T07:13:51.517Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:13:51.860Z] + 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 . [2021-01-05T07:13:56.094Z] Sending build context to Docker daemon 326.3MB [2021-01-05T07:13:56.094Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T07:13:56.094Z] Step 2/6 : FROM ${BASE} [2021-01-05T07:13:56.358Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T07:13:56.358Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T07:13:56.358Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T07:13:56.358Z] de9db76c5a1d: Pulling fs layer [2021-01-05T07:13:56.358Z] bca2f99d35d6: Pulling fs layer [2021-01-05T07:13:56.358Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T07:13:56.358Z] 7c6f9722023f: Pulling fs layer [2021-01-05T07:13:56.358Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T07:13:56.358Z] bca2f99d35d6: Waiting [2021-01-05T07:13:56.358Z] 93359f2a8cfa: Waiting [2021-01-05T07:13:56.358Z] 7c6f9722023f: Waiting [2021-01-05T07:13:56.358Z] a35cf1a2eb13: Waiting [2021-01-05T07:13:56.358Z] de9db76c5a1d: Verifying Checksum [2021-01-05T07:13:56.358Z] de9db76c5a1d: Download complete [2021-01-05T07:13:56.358Z] 0ef7d3d256c8: Verifying Checksum [2021-01-05T07:13:56.358Z] 0ef7d3d256c8: Download complete [2021-01-05T07:13:56.358Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T07:13:56.358Z] 93359f2a8cfa: Download complete [2021-01-05T07:13:56.358Z] 7c6f9722023f: Verifying Checksum [2021-01-05T07:13:56.358Z] 7c6f9722023f: Download complete [2021-01-05T07:13:56.621Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T07:13:56.621Z] 188c0c94c7c5: Download complete [2021-01-05T07:13:57.212Z] 188c0c94c7c5: Pull complete [2021-01-05T07:13:57.478Z] 0ef7d3d256c8: Pull complete [2021-01-05T07:13:57.478Z] de9db76c5a1d: Pull complete [2021-01-05T07:13:58.437Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T07:13:58.437Z] a35cf1a2eb13: Download complete [2021-01-05T07:13:59.389Z] bca2f99d35d6: Verifying Checksum [2021-01-05T07:13:59.389Z] bca2f99d35d6: Download complete [2021-01-05T07:14:04.741Z] bca2f99d35d6: Pull complete [2021-01-05T07:14:04.741Z] 93359f2a8cfa: Pull complete [2021-01-05T07:14:04.741Z] 7c6f9722023f: Pull complete [2021-01-05T07:14:04.794Z] Still waiting to schedule task [2021-01-05T07:14:04.794Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-05T07:14:11.372Z] a35cf1a2eb13: Pull complete [2021-01-05T07:14:11.372Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T07:14:11.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T07:14:11.636Z] ---> a62c8e92a672 [2021-01-05T07:14:11.636Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-05T07:14:11.636Z] ---> Running in 7639d0b7f073 [2021-01-05T07:14:12.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:14:13.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:14:13.809Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T07:14:14.074Z] (2/12) Installing file (5.38-r0) [2021-01-05T07:14:14.074Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T07:14:14.339Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T07:14:17.660Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T07:14:17.660Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T07:14:17.660Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T07:14:17.660Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T07:14:17.923Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T07:14:17.923Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T07:14:17.923Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T07:14:18.186Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T07:14:18.186Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:14:18.186Z] OK: 233 MiB in 51 packages [2021-01-05T07:14:21.494Z] Removing intermediate container 7639d0b7f073 [2021-01-05T07:14:21.494Z] ---> ce6a956d07de [2021-01-05T07:14:21.494Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T07:14:21.494Z] ---> Running in 7a24172a802f [2021-01-05T07:14:21.755Z] Removing intermediate container 7a24172a802f [2021-01-05T07:14:21.755Z] ---> dde546c6a54f [2021-01-05T07:14:21.755Z] Step 5/6 : COPY go.mod . [2021-01-05T07:14:22.018Z] ---> 54208c20a8e2 [2021-01-05T07:14:22.018Z] Step 6/6 : RUN go mod download [2021-01-05T07:14:22.018Z] ---> Running in 5d882d30bc38 [2021-01-05T07:14:44.038Z] Removing intermediate container 5d882d30bc38 [2021-01-05T07:14:44.038Z] ---> 97505db51e2d [2021-01-05T07:14:44.038Z] Successfully built 97505db51e2d [2021-01-05T07:14:44.038Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:14:44.354Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T07:14:44.354Z] . [Pipeline] withDockerContainer [2021-01-05T07:14:44.460Z] prd-centos7-docker-4c-2g-18469 does not seem to be running inside a container [2021-01-05T07:14:44.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T07:14:45.560Z] $ docker top 7a453feab90dcc15f2e9d9666fe1de43ffec15ed4ed5a00e86ebf40dd3792f30 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:14:46.079Z] + go version [2021-01-05T07:14:46.079Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T07:14:46.095Z] $ docker stop --time=1 7a453feab90dcc15f2e9d9666fe1de43ffec15ed4ed5a00e86ebf40dd3792f30 [2021-01-05T07:14:48.370Z] $ docker rm -f 7a453feab90dcc15f2e9d9666fe1de43ffec15ed4ed5a00e86ebf40dd3792f30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:14:49.193Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T07:14:49.193Z] . [Pipeline] withDockerContainer [2021-01-05T07:14:49.301Z] prd-centos7-docker-4c-2g-18469 does not seem to be running inside a container [2021-01-05T07:14:49.353Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T07:14:50.073Z] $ docker top 0cfc1f8db3f479168b9511891255efaa390776e330ffe45f83cfa5d4a29a6369 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T07:14:50.311Z] ========================================================= [2021-01-05T07:14:50.311Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T07:14:50.311Z] ========================================================= [Pipeline] sh [2021-01-05T07:14:50.607Z] + make test [2021-01-05T07:14:50.607Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T07:15:00.679Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T07:15:13.452Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T07:15:20.115Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T07:15:20.701Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T07:15:20.701Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T07:15:20.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T07:15:20.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T07:15:20.968Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T07:15:21.236Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T07:15:21.820Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T07:15:22.398Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T07:15:24.359Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T07:15:24.359Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T07:15:24.359Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T07:15:26.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.078s coverage: 46.6% of statements [2021-01-05T07:15:26.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T07:15:26.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T07:15:26.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T07:15:26.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T07:15:26.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T07:15:30.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.0% of statements [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T07:15:30.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T07:15:30.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T07:15:30.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.415s coverage: 77.4% of statements [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T07:15:30.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.134s coverage: 82.7% of statements [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T07:15:30.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T07:15:32.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.369s coverage: 28.6% of statements [2021-01-05T07:15:32.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T07:15:32.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T07:15:32.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T07:15:32.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T07:15:32.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T07:15:32.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-01-05T07:15:32.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T07:15:32.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-01-05T07:15:32.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T07:15:32.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements [2021-01-05T07:15:32.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T07:15:32.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2021-01-05T07:15:32.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T07:15:32.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements [2021-01-05T07:15:32.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T07:15:32.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T07:15:32.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T07:15:32.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T07:15:34.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.356s coverage: 93.8% of statements [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T07:15:34.592Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T07:15:34.592Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T07:15:34.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T07:15:34.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-05T07:15:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T07:15:34.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2021-01-05T07:15:34.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements [2021-01-05T07:15:35.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-05T07:15:35.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.4% of statements [2021-01-05T07:15:35.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T07:15:36.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.350s coverage: 63.5% of statements [2021-01-05T07:15:36.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T07:15:36.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T07:15:36.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-01-05T07:15:36.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-01-05T07:15:36.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-05T07:15:36.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements [2021-01-05T07:15:36.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-01-05T07:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 55.9% of statements [2021-01-05T07:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T07:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T07:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T07:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T07:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T07:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements [2021-01-05T07:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T07:15:38.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T07:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements [2021-01-05T07:15:38.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.058s coverage: 100.0% of statements [2021-01-05T07:15:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.1% of statements [2021-01-05T07:15:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T07:15:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T07:15:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T07:15:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T07:15:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T07:15:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-01-05T07:15:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T07:15:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-05T07:15:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T07:15:41.890Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.739s coverage: 29.1% of statements [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T07:15:41.890Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T07:15:41.890Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T07:15:41.890Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T07:15:41.890Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T07:15:41.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T07:15:42.163Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-01-05T07:15:42.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T07:15:42.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T07:15:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-05T07:15:42.426Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-05T07:15:43.002Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-05T07:15:43.268Z] GO111MODULE=on go vet ./... [2021-01-05T07:16:06.189Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18471 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-05T07:16:06.283Z] Running in /w/workspace/edgex-go/272 [Pipeline] { [Pipeline] checkout [2021-01-05T07:16:10.009Z] gofmt -l . [2021-01-05T07:16:10.009Z] [ "`gofmt -l .`" = "" ] [2021-01-05T07:16:10.009Z] ./bin/test-go-mod-tidy.sh [2021-01-05T07:16:10.009Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T07:16:10.334Z] + ls -al . [2021-01-05T07:16:10.334Z] total 636 [2021-01-05T07:16:10.334Z] drwxrwxr-x 10 1001 1001 4096 Jan 5 07:16 . [2021-01-05T07:16:10.334Z] drwxr-xr-x 4 root root 32 Jan 5 07:14 .. [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 07:13 .dockerignore [2021-01-05T07:16:10.334Z] drwxrwxr-x 8 1001 1001 162 Jan 5 07:13 .git [2021-01-05T07:16:10.334Z] drwxrwxr-x 3 1001 1001 125 Jan 5 07:13 .github [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 07:13 .gitignore [2021-01-05T07:16:10.334Z] drwx------ 3 1001 1001 32 Jan 5 07:13 .semver [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 07:13 .sonarcloud.properties [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 07:13 CONTRIBUTING.md [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 07:13 Dockerfile.build [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 07:13 Jenkinsfile [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 07:13 LICENSE [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 07:13 Makefile [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 07:13 README.md [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 07:13 SECURITY.md [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 12 Jan 5 07:13 VERSION [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 07:13 ZMQWindows.md [2021-01-05T07:16:10.334Z] drwxrwxr-x 2 1001 1001 117 Jan 5 07:13 bin [2021-01-05T07:16:10.334Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 07:13 cmd [2021-01-05T07:16:10.334Z] -rw-r--r-- 1 root root 540436 Jan 5 07:15 coverage.out [2021-01-05T07:16:10.334Z] -rw-r--r-- 1 root root 979 Jan 5 07:16 go.mod [2021-01-05T07:16:10.334Z] -rw-r--r-- 1 root root 18934 Jan 5 07:16 go.sum [2021-01-05T07:16:10.334Z] drwxrwxr-x 8 1001 1001 127 Jan 5 07:13 internal [2021-01-05T07:16:10.334Z] drwxrwxr-x 4 1001 1001 26 Jan 5 07:13 openapi [2021-01-05T07:16:10.334Z] drwxrwxr-x 4 1001 1001 71 Jan 5 07:13 snap [2021-01-05T07:16:10.334Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 07:13 version.go [Pipeline] sh [2021-01-05T07:16:10.626Z] + '[' -e coverage.out ] [2021-01-05T07:16:10.626Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T07:16:10.813Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T07:16:11.112Z] + make build [2021-01-05T07:16:11.112Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T07:16:11.375Z] using credential edgex-jenkins-ssh [2021-01-05T07:16:11.434Z] Cloning the remote Git repository [2021-01-05T07:16:11.497Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T07:16:11.602Z] > git init /w/workspace/edgex-go/272 # timeout=10 [2021-01-05T07:16:11.671Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T07:16:11.672Z] > git --version # timeout=10 [2021-01-05T07:16:11.687Z] > git --version # 'git version 2.17.1' [2021-01-05T07:16:11.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T07:16:11.763Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T07:16:15.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T07:16:23.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T07:16:24.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T07:16:25.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T07:16:25.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T07:16:27.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T07:16:28.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T07:16:28.803Z] Checking out Revision 135337ef8a94f3bf495bf0711e4285c3adb5abc8 (master) [2021-01-05T07:16:28.086Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T07:16:28.109Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T07:16:28.136Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T07:16:28.216Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T07:16:28.217Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T07:16:28.230Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T07:16:28.828Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T07:16:28.848Z] > git checkout -f 135337ef8a94f3bf495bf0711e4285c3adb5abc8 # timeout=10 [2021-01-05T07:16:30.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T07:16:31.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T07:16:32.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T07:16:33.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T07:16:33.393Z] Commit message: "Merge pull request #2968 from judehung/issue-2967" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } [2021-01-05T07:16:34.559Z] $ docker stop --time=1 0cfc1f8db3f479168b9511891255efaa390776e330ffe45f83cfa5d4a29a6369 [2021-01-05T07:16:34.826Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-05T07:16:36.287Z] $ docker rm -f 0cfc1f8db3f479168b9511891255efaa390776e330ffe45f83cfa5d4a29a6369 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-05T07:16:37.134Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T07:16:37.542Z] + true [2021-01-05T07:16:37.542Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T07:16:39.663Z] provisioning config files... [2021-01-05T07:16:39.702Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/272@tmp/config2878793128428328475tmp [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:16:40.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T07:16:40.007Z] [2021-01-05T07:16:40.007Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:16:40.191Z] ---> docker-login.sh [2021-01-05T07:16:40.191Z] nexus3.edgexfoundry.org:10001 [2021-01-05T07:16:40.362Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T07:16:40.363Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-05T07:16:40.363Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-05T07:16:40.363Z] ca9280d653b3: Pulling fs layer [2021-01-05T07:16:40.363Z] 7e9c9ca2126c: Pulling fs layer [2021-01-05T07:16:40.940Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-05T07:16:40.940Z] cbdbe7a5bc2a: Download complete [2021-01-05T07:16:41.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:16:41.212Z] ca9280d653b3: Verifying Checksum [2021-01-05T07:16:41.212Z] ca9280d653b3: Download complete [2021-01-05T07:16:41.212Z] cbdbe7a5bc2a: Pull complete [2021-01-05T07:16:41.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:16:41.447Z] Configure a credential helper to remove this warning. See [2021-01-05T07:16:41.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:16:41.447Z] [2021-01-05T07:16:41.447Z] Login Succeeded [2021-01-05T07:16:41.447Z] nexus3.edgexfoundry.org:10002 [2021-01-05T07:16:41.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:16:41.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:16:41.998Z] Configure a credential helper to remove this warning. See [2021-01-05T07:16:41.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:16:41.998Z] [2021-01-05T07:16:41.998Z] Login Succeeded [2021-01-05T07:16:41.998Z] nexus3.edgexfoundry.org:10003 [2021-01-05T07:16:42.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:16:42.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:16:42.544Z] Configure a credential helper to remove this warning. See [2021-01-05T07:16:42.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:16:42.544Z] [2021-01-05T07:16:42.544Z] Login Succeeded [2021-01-05T07:16:42.544Z] nexus3.edgexfoundry.org:10004 [2021-01-05T07:16:42.618Z] ca9280d653b3: Pull complete [2021-01-05T07:16:42.619Z] 7e9c9ca2126c: Verifying Checksum [2021-01-05T07:16:42.619Z] 7e9c9ca2126c: Download complete [2021-01-05T07:16:42.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:16:43.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:16:43.092Z] Configure a credential helper to remove this warning. See [2021-01-05T07:16:43.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:16:43.092Z] [2021-01-05T07:16:43.092Z] Login Succeeded [2021-01-05T07:16:43.092Z] docker.io [2021-01-05T07:16:43.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:16:43.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:16:43.957Z] Configure a credential helper to remove this warning. See [2021-01-05T07:16:43.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:16:43.957Z] [2021-01-05T07:16:43.957Z] Login Succeeded [2021-01-05T07:16:43.957Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T07:16:43.973Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T07:16:44.418Z] ========================================================= [2021-01-05T07:16:44.418Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T07:16:44.418Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:16:44.793Z] + 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 . [2021-01-05T07:16:47.470Z] Sending build context to Docker daemon 165.4MB [2021-01-05T07:16:47.470Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T07:16:47.470Z] Step 2/6 : FROM ${BASE} [2021-01-05T07:16:47.470Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T07:16:47.470Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T07:16:47.470Z] a4357932f1b6: Pulling fs layer [2021-01-05T07:16:47.470Z] 18c013af1878: Pulling fs layer [2021-01-05T07:16:47.470Z] 00ac8860ef70: Pulling fs layer [2021-01-05T07:16:47.470Z] 63d7cb157983: Pulling fs layer [2021-01-05T07:16:47.470Z] b116817d02f9: Pulling fs layer [2021-01-05T07:16:47.470Z] 745a02a5169b: Pulling fs layer [2021-01-05T07:16:47.470Z] 00ac8860ef70: Waiting [2021-01-05T07:16:47.470Z] 63d7cb157983: Waiting [2021-01-05T07:16:47.470Z] b116817d02f9: Waiting [2021-01-05T07:16:47.470Z] 745a02a5169b: Waiting [2021-01-05T07:16:47.470Z] 18c013af1878: Verifying Checksum [2021-01-05T07:16:47.470Z] 18c013af1878: Download complete [2021-01-05T07:16:47.470Z] a4357932f1b6: Download complete [2021-01-05T07:16:47.470Z] 63d7cb157983: Verifying Checksum [2021-01-05T07:16:47.470Z] 63d7cb157983: Download complete [2021-01-05T07:16:47.470Z] b116817d02f9: Verifying Checksum [2021-01-05T07:16:47.470Z] b116817d02f9: Download complete [2021-01-05T07:16:47.470Z] 5f621e34cdf4: Download complete [2021-01-05T07:16:48.074Z] 5f621e34cdf4: Pull complete [2021-01-05T07:16:48.677Z] a4357932f1b6: Pull complete [2021-01-05T07:16:48.959Z] 18c013af1878: Pull complete [2021-01-05T07:16:49.235Z] 7e9c9ca2126c: Pull complete [2021-01-05T07:16:49.235Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-05T07:16:49.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T07:16:49.235Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-05T07:16:49.416Z] prd-centos7-docker-4c-2g-18469 does not seem to be running inside a container [2021-01-05T07:16:49.562Z] 745a02a5169b: Verifying Checksum [2021-01-05T07:16:49.562Z] 745a02a5169b: Download complete [2021-01-05T07:16:49.563Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T07:16:50.991Z] 00ac8860ef70: Verifying Checksum [2021-01-05T07:16:50.991Z] 00ac8860ef70: Download complete [2021-01-05T07:16:51.531Z] $ docker top 7ed8bc3bf02ea0b27694cba71e81c2fbe01bcdea140282df91449535192fecd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:16:52.131Z] + docker-compose build --help [2021-01-05T07:16:52.131Z] + grep parallel [2021-01-05T07:16:53.078Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T07:16:53.094Z] $ docker stop --time=1 7ed8bc3bf02ea0b27694cba71e81c2fbe01bcdea140282df91449535192fecd0 [2021-01-05T07:16:54.474Z] $ docker rm -f 7ed8bc3bf02ea0b27694cba71e81c2fbe01bcdea140282df91449535192fecd0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:16:55.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T07:16:55.103Z] . [Pipeline] withDockerContainer [2021-01-05T07:16:55.208Z] prd-centos7-docker-4c-2g-18469 does not seem to be running inside a container [2021-01-05T07:16:55.262Z] $ 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/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T07:16:56.040Z] $ docker top 6e7bbd4f846f643a7ee07385f392140396d56a8771f83a8a06050407bd6575e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:16:56.572Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T07:16:57.521Z] Building docker-core-command-go ... [2021-01-05T07:16:57.521Z] Building docker-core-data-go ... [2021-01-05T07:16:57.521Z] Building docker-core-metadata-go ... [2021-01-05T07:16:57.521Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T07:16:57.521Z] Building docker-security-proxy-setup-go ... [2021-01-05T07:16:57.521Z] Building docker-security-secretstore-setup-go ... [2021-01-05T07:16:57.521Z] Building docker-support-notifications-go ... [2021-01-05T07:16:57.521Z] Building docker-support-scheduler-go ... [2021-01-05T07:16:57.521Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T07:16:57.521Z] Building docker-core-metadata-go [2021-01-05T07:16:57.521Z] Building docker-support-scheduler-go [2021-01-05T07:16:57.521Z] Building docker-security-proxy-setup-go [2021-01-05T07:16:57.521Z] Building docker-sys-mgmt-agent-go [2021-01-05T07:16:57.521Z] Building docker-core-data-go [2021-01-05T07:17:01.174Z] 00ac8860ef70: Pull complete [2021-01-05T07:17:01.174Z] 63d7cb157983: Pull complete [2021-01-05T07:17:01.769Z] b116817d02f9: Pull complete [2021-01-05T07:17:06.102Z] 745a02a5169b: Pull complete [2021-01-05T07:17:06.102Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T07:17:06.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T07:17:06.102Z] ---> b7e6874047d6 [2021-01-05T07:17:06.102Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-05T07:17:09.480Z] ---> Running in aadd3d445f63 [2021-01-05T07:17:10.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:17:11.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:17:11.648Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T07:17:11.648Z] (2/12) Installing file (5.38-r0) [2021-01-05T07:17:11.919Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T07:17:11.919Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T07:17:22.042Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T07:17:22.042Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T07:17:22.042Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T07:17:22.042Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T07:17:22.042Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T07:17:22.042Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T07:17:22.042Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T07:17:22.042Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T07:17:22.042Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:17:22.042Z] OK: 217 MiB in 51 packages [2021-01-05T07:17:26.348Z] Removing intermediate container aadd3d445f63 [2021-01-05T07:17:26.348Z] ---> 7a5fc2c63437 [2021-01-05T07:17:26.348Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T07:17:26.348Z] ---> Running in 6b8fd60b69e4 [2021-01-05T07:17:26.622Z] Removing intermediate container 6b8fd60b69e4 [2021-01-05T07:17:26.622Z] ---> b9dd8a47c384 [2021-01-05T07:17:26.622Z] Step 5/6 : COPY go.mod . [2021-01-05T07:17:27.219Z] ---> 4abd005cce90 [2021-01-05T07:17:27.219Z] Step 6/6 : RUN go mod download [2021-01-05T07:17:27.491Z] ---> Running in c6e652488846 [2021-01-05T07:17:29.830Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:17:29.830Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:17:29.830Z] ---> 97505db51e2d [2021-01-05T07:17:29.830Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T07:17:29.830Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:17:29.830Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:17:29.830Z] ---> 97505db51e2d [2021-01-05T07:17:29.830Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T07:17:29.830Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:17:29.830Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:17:29.830Z] ---> 97505db51e2d [2021-01-05T07:17:29.830Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:17:29.830Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:17:29.830Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:17:29.830Z] ---> 97505db51e2d [2021-01-05T07:17:29.830Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T07:17:30.093Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:17:30.093Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:17:30.093Z] ---> 97505db51e2d [2021-01-05T07:17:30.093Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T07:17:30.673Z] ---> Running in e5e24300f307 [2021-01-05T07:17:30.673Z] ---> Running in 6a1ac74c74d9 [2021-01-05T07:17:30.673Z] ---> Running in ab7d076ab6de [2021-01-05T07:17:30.673Z] ---> Running in 49139021d0c7 [2021-01-05T07:17:30.673Z] ---> Running in 49441f09a7c3 [2021-01-05T07:17:31.252Z] Removing intermediate container 49139021d0c7 [2021-01-05T07:17:31.252Z] ---> 76d8553e364e [2021-01-05T07:17:31.252Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:17:31.252Z] Removing intermediate container e5e24300f307 [2021-01-05T07:17:31.252Z] ---> ff9827546e4a [2021-01-05T07:17:31.252Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:17:31.252Z] Removing intermediate container 49441f09a7c3 [2021-01-05T07:17:31.252Z] ---> a099a752e8e4 [2021-01-05T07:17:31.252Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:17:31.252Z] Removing intermediate container ab7d076ab6de [2021-01-05T07:17:31.252Z] ---> 614c1a30173b [2021-01-05T07:17:31.252Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:17:31.252Z] Removing intermediate container 6a1ac74c74d9 [2021-01-05T07:17:31.252Z] ---> cae183dd7cfd [2021-01-05T07:17:31.252Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:17:31.516Z] ---> Running in fe26e6e5f4b0 [2021-01-05T07:17:31.516Z] ---> Running in e3e264f51535 [2021-01-05T07:17:31.516Z] ---> Running in 00c0e979019e [2021-01-05T07:17:31.516Z] ---> Running in f40bf1c7276a [2021-01-05T07:17:31.516Z] ---> Running in dd9f64923749 [2021-01-05T07:17:34.107Z] Removing intermediate container fe26e6e5f4b0 [2021-01-05T07:17:34.107Z] ---> 282af472a00d [2021-01-05T07:17:34.107Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T07:17:34.107Z] Removing intermediate container 00c0e979019e [2021-01-05T07:17:34.107Z] ---> 5568b5e69ef1 [2021-01-05T07:17:34.107Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:17:34.107Z] Removing intermediate container e3e264f51535 [2021-01-05T07:17:34.107Z] ---> a55b7dd6aa9e [2021-01-05T07:17:34.107Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T07:17:34.107Z] ---> Running in e1f9c9ba6329 [2021-01-05T07:17:34.107Z] ---> Running in 5e7ce9783bef [2021-01-05T07:17:34.108Z] ---> Running in 24e3b3e23ba7 [2021-01-05T07:17:34.108Z] Removing intermediate container f40bf1c7276a [2021-01-05T07:17:34.108Z] ---> c44c7688f66f [2021-01-05T07:17:34.108Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T07:17:34.108Z] Removing intermediate container dd9f64923749 [2021-01-05T07:17:34.108Z] ---> 32a9a0cd0379 [2021-01-05T07:17:34.108Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T07:17:34.108Z] ---> Running in 4f3007b71c91 [2021-01-05T07:17:34.381Z] ---> Running in 74b1492c0e1f [2021-01-05T07:17:35.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:17:35.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:17:35.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:17:35.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:17:35.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:17:36.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:17:36.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:17:36.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:17:36.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:17:36.895Z] OK: 233 MiB in 51 packages [2021-01-05T07:17:37.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:17:37.436Z] Removing intermediate container 74b1492c0e1f [2021-01-05T07:17:37.436Z] ---> 4afec15d0cf5 [2021-01-05T07:17:37.436Z] Step 6/26 : COPY go.mod . [2021-01-05T07:17:37.699Z] OK: 233 MiB in 51 packages [2021-01-05T07:17:37.699Z] ---> c4681ced928e [2021-01-05T07:17:37.699Z] Step 7/26 : RUN go mod download [2021-01-05T07:17:37.967Z] ---> Running in 320c91b3810a [2021-01-05T07:17:38.239Z] OK: 233 MiB in 51 packages [2021-01-05T07:17:38.239Z] OK: 233 MiB in 51 packages [2021-01-05T07:17:38.239Z] Removing intermediate container 4f3007b71c91 [2021-01-05T07:17:38.239Z] ---> 3d5ed6c09345 [2021-01-05T07:17:38.239Z] Step 6/21 : COPY go.mod . [2021-01-05T07:17:38.511Z] ---> 6362858dfde7 [2021-01-05T07:17:38.511Z] Step 7/21 : RUN go mod download [2021-01-05T07:17:38.774Z] ---> Running in e3e19715ab92 [2021-01-05T07:17:39.038Z] Removing intermediate container 5e7ce9783bef [2021-01-05T07:17:39.038Z] ---> 1e9d4ef77653 [2021-01-05T07:17:39.038Z] Step 6/22 : COPY go.mod . [2021-01-05T07:17:39.038Z] Removing intermediate container e1f9c9ba6329 [2021-01-05T07:17:39.038Z] ---> 8236dfe1f858 [2021-01-05T07:17:39.038Z] Step 6/21 : COPY go.mod . [2021-01-05T07:17:39.301Z] ---> 2bc73992a888 [2021-01-05T07:17:39.301Z] Step 7/22 : RUN go mod download [2021-01-05T07:17:39.301Z] ---> f5f2c51aa437 [2021-01-05T07:17:39.301Z] Step 7/21 : RUN go mod download [2021-01-05T07:17:39.575Z] ---> Running in 82aece48cf5d [2021-01-05T07:17:39.575Z] ---> Running in e3dcde54c62b [2021-01-05T07:17:39.575Z] OK: 233 MiB in 51 packages [2021-01-05T07:17:40.166Z] Removing intermediate container 320c91b3810a [2021-01-05T07:17:40.166Z] ---> 4bcd098a88a6 [2021-01-05T07:17:40.166Z] Step 8/26 : COPY . . [2021-01-05T07:17:41.596Z] Removing intermediate container e3e19715ab92 [2021-01-05T07:17:41.596Z] ---> 88f4e4bf6fcb [2021-01-05T07:17:41.596Z] Step 8/21 : COPY . . [2021-01-05T07:17:41.596Z] Removing intermediate container 24e3b3e23ba7 [2021-01-05T07:17:41.596Z] ---> 69fe342453e6 [2021-01-05T07:17:41.596Z] Step 6/23 : COPY go.mod . [2021-01-05T07:17:48.248Z] ---> 0196cdbafc41 [2021-01-05T07:17:48.248Z] Step 7/23 : RUN go mod download [2021-01-05T07:17:49.204Z] ---> Running in 73b923d397a6 [2021-01-05T07:17:49.204Z] Removing intermediate container e3dcde54c62b [2021-01-05T07:17:49.204Z] ---> 162547c21e10 [2021-01-05T07:17:49.204Z] Step 8/21 : COPY . . [2021-01-05T07:17:49.795Z] Removing intermediate container 82aece48cf5d [2021-01-05T07:17:49.795Z] ---> 91f417a9715e [2021-01-05T07:17:49.795Z] Step 8/22 : COPY . . [2021-01-05T07:17:54.294Z] Removing intermediate container c6e652488846 [2021-01-05T07:17:54.294Z] ---> 516b64e0d6b6 [2021-01-05T07:17:54.294Z] Successfully built 516b64e0d6b6 [2021-01-05T07:17:54.294Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:17:54.633Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T07:17:54.633Z] . [Pipeline] withDockerContainer [2021-01-05T07:17:54.906Z] prd-ubuntu18.04-docker-arm64-4c-16g-18471 does not seem to be running inside a container [2021-01-05T07:17:54.998Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T07:17:56.523Z] $ docker top 7cbdabab977e8a2e7e04e7189c631041d47bea329ec7b63a8a1131098d67de01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:17:57.510Z] + go version [2021-01-05T07:17:57.510Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T07:17:57.545Z] $ docker stop --time=1 7cbdabab977e8a2e7e04e7189c631041d47bea329ec7b63a8a1131098d67de01 [2021-01-05T07:17:59.471Z] $ docker rm -f 7cbdabab977e8a2e7e04e7189c631041d47bea329ec7b63a8a1131098d67de01 [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 [2021-01-05T07:18:00.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T07:18:00.667Z] [2021-01-05T07:18:00.667Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:18:01.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T07:18:01.047Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-05T07:18:01.047Z] 29e5d40040c1: Pulling fs layer [2021-01-05T07:18:01.047Z] 1ce36da41761: Pulling fs layer [2021-01-05T07:18:01.047Z] 25b303627fd3: Pulling fs layer [2021-01-05T07:18:01.326Z] 29e5d40040c1: Verifying Checksum [2021-01-05T07:18:01.326Z] 29e5d40040c1: Download complete [2021-01-05T07:18:01.601Z] 1ce36da41761: Verifying Checksum [2021-01-05T07:18:01.601Z] 1ce36da41761: Download complete [2021-01-05T07:18:02.201Z] 29e5d40040c1: Pull complete [2021-01-05T07:18:03.181Z] 25b303627fd3: Download complete [2021-01-05T07:18:03.181Z] 1ce36da41761: Pull complete [2021-01-05T07:18:04.871Z] Removing intermediate container 73b923d397a6 [2021-01-05T07:18:04.871Z] ---> 40fa1ab09ed0 [2021-01-05T07:18:04.871Z] Step 8/23 : COPY . . [2021-01-05T07:18:13.322Z] 25b303627fd3: Pull complete [2021-01-05T07:18:13.322Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-05T07:18:13.322Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T07:18:13.322Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-05T07:18:13.587Z] prd-ubuntu18.04-docker-arm64-4c-16g-18471 does not seem to be running inside a container [2021-01-05T07:18:13.678Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T07:18:16.725Z] $ docker top da2ecf9654ce9f9b97ceb78389a2bffee2cdc05680789090486ba193c8afb305 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:18:17.299Z] ---> cd51ddc54878 [2021-01-05T07:18:17.299Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T07:18:17.299Z] ---> 0a21a1358a8f [2021-01-05T07:18:17.299Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T07:18:17.719Z] + docker-compose build+ --helpgrep [2021-01-05T07:18:17.719Z] parallel [2021-01-05T07:18:18.260Z] ---> Running in 264ead61aa3d [2021-01-05T07:18:18.260Z] ---> Running in d490e9829b4b [2021-01-05T07:18:20.831Z] ---> 27b2ee9c955a [2021-01-05T07:18:20.831Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T07:18:20.831Z] ---> f86f704db901 [2021-01-05T07:18:20.831Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T07:18:21.089Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T07:18:21.121Z] $ docker stop --time=1 da2ecf9654ce9f9b97ceb78389a2bffee2cdc05680789090486ba193c8afb305 [2021-01-05T07:18:21.410Z] ---> Running in e88e9fdf12fd [2021-01-05T07:18:21.410Z] ---> Running in 0e669b9c17a0 [2021-01-05T07:18:22.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T07:18:22.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T07:18:22.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T07:18:22.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T07:18:23.038Z] $ docker rm -f da2ecf9654ce9f9b97ceb78389a2bffee2cdc05680789090486ba193c8afb305 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:18:23.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T07:18:23.895Z] . [Pipeline] withDockerContainer [2021-01-05T07:18:24.138Z] prd-ubuntu18.04-docker-arm64-4c-16g-18471 does not seem to be running inside a container [2021-01-05T07:18:24.273Z] $ 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/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T07:18:25.633Z] $ docker top 5c55cb275a6d2632af5159c03addffa8b6f1e677a68219f03c57d9263564acf5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:18:26.323Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T07:18:28.430Z] ---> 73752e186a5b [2021-01-05T07:18:28.430Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T07:18:28.430Z] ---> Running in 1ee3de7939ac [2021-01-05T07:18:29.029Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T07:18:30.702Z] Building docker-core-command-go ... [2021-01-05T07:18:30.702Z] Building docker-core-data-go ... [2021-01-05T07:18:30.702Z] Building docker-core-metadata-go ... [2021-01-05T07:18:30.702Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T07:18:30.702Z] Building docker-security-proxy-setup-go ... [2021-01-05T07:18:30.702Z] Building docker-security-secretstore-setup-go ... [2021-01-05T07:18:30.702Z] Building docker-support-notifications-go ... [2021-01-05T07:18:30.702Z] Building docker-support-scheduler-go ... [2021-01-05T07:18:30.702Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T07:18:30.702Z] Building docker-support-scheduler-go [2021-01-05T07:18:30.702Z] Building docker-security-proxy-setup-go [2021-01-05T07:18:30.702Z] Building docker-security-secretstore-setup-go [2021-01-05T07:18:30.702Z] Building docker-core-command-go [2021-01-05T07:18:30.702Z] Building docker-core-data-go [2021-01-05T07:18:51.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T07:18:56.134Z] Removing intermediate container d490e9829b4b [2021-01-05T07:18:56.134Z] ---> 74008275a21c [2021-01-05T07:18:56.134Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T07:18:56.134Z] ---> Running in 6f2da7bedd25 [2021-01-05T07:18:58.731Z] Removing intermediate container 264ead61aa3d [2021-01-05T07:18:58.731Z] ---> 19615dd4bcd2 [2021-01-05T07:18:58.731Z] [2021-01-05T07:18:58.731Z] Step 10/21 : FROM scratch [2021-01-05T07:18:58.731Z] ---> [2021-01-05T07:18:58.731Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:18:58.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T07:18:58.731Z] ---> Running in 5920426eddc9 [2021-01-05T07:18:59.018Z] Removing intermediate container 5920426eddc9 [2021-01-05T07:18:59.018Z] ---> d9b4321b91d0 [2021-01-05T07:18:59.018Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T07:18:59.018Z] ---> Running in eee163046594 [2021-01-05T07:19:00.422Z] Removing intermediate container eee163046594 [2021-01-05T07:19:00.422Z] ---> bca06e7c3d4b [2021-01-05T07:19:00.422Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T07:19:01.010Z] ---> Running in e49ad55b6c51 [2021-01-05T07:19:01.010Z] Removing intermediate container e88e9fdf12fd [2021-01-05T07:19:01.010Z] ---> 1690ccd48115 [2021-01-05T07:19:01.010Z] [2021-01-05T07:19:01.010Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T07:19:01.010Z] 3.12: Pulling from library/alpine [2021-01-05T07:19:01.304Z] Removing intermediate container e49ad55b6c51 [2021-01-05T07:19:01.304Z] ---> be8344c51ac2 [2021-01-05T07:19:01.304Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T07:19:01.927Z] Removing intermediate container 6f2da7bedd25 [2021-01-05T07:19:01.927Z] ---> 53eca93ec56d [2021-01-05T07:19:01.927Z] [2021-01-05T07:19:01.927Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T07:19:01.927Z] 20.10.0: Pulling from library/docker [2021-01-05T07:19:01.927Z] ---> 9a1c4fc0e441 [2021-01-05T07:19:01.927Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T07:19:01.927Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T07:19:01.927Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T07:19:01.927Z] ---> 389fef711851 [2021-01-05T07:19:01.927Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T07:19:05.297Z] ---> Running in 493f31a1b557 [2021-01-05T07:19:06.690Z] ---> a306284510be [2021-01-05T07:19:06.690Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T07:19:06.690Z] Removing intermediate container 0e669b9c17a0 [2021-01-05T07:19:06.690Z] ---> e89f64564450 [2021-01-05T07:19:06.690Z] [2021-01-05T07:19:06.690Z] Step 10/22 : FROM scratch [2021-01-05T07:19:06.690Z] ---> [2021-01-05T07:19:06.690Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:19:06.956Z] ---> Using cache [2021-01-05T07:19:06.956Z] ---> d9b4321b91d0 [2021-01-05T07:19:06.956Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T07:19:06.956Z] ---> Running in 29dcf2fc3af6 [2021-01-05T07:19:07.228Z] ---> 408417774e66 [2021-01-05T07:19:07.228Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T07:19:07.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:07.228Z] ---> Running in b37bb64bd454 [2021-01-05T07:19:07.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:07.497Z] Removing intermediate container 29dcf2fc3af6 [2021-01-05T07:19:07.497Z] ---> 3536d2f89ba7 [2021-01-05T07:19:07.497Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T07:19:07.497Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T07:19:07.764Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:19:07.764Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T07:19:07.764Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T07:19:07.764Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:19:07.764Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T07:19:07.764Z] ---> Running in c82d9cc8b0b3 [2021-01-05T07:19:07.764Z] OK: 7 MiB in 18 packages [2021-01-05T07:19:08.721Z] Removing intermediate container b37bb64bd454 [2021-01-05T07:19:08.721Z] ---> b4118b767412 [2021-01-05T07:19:08.721Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:19:11.293Z] ---> Running in 2757a695fb3f [2021-01-05T07:19:11.293Z] Removing intermediate container c82d9cc8b0b3 [2021-01-05T07:19:11.293Z] ---> 1f6a4c05101d [2021-01-05T07:19:11.293Z] Step 14/22 : WORKDIR / [2021-01-05T07:19:11.293Z] Removing intermediate container 1ee3de7939ac [2021-01-05T07:19:11.293Z] ---> f83520e83135 [2021-01-05T07:19:11.293Z] [2021-01-05T07:19:11.293Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T07:19:11.293Z] ---> 389fef711851 [2021-01-05T07:19:11.293Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:19:11.293Z] ---> Running in d3695a628a1d [2021-01-05T07:19:11.293Z] ---> Running in 182ab221cd1b [2021-01-05T07:19:11.556Z] Removing intermediate container 2757a695fb3f [2021-01-05T07:19:11.556Z] ---> c34fe390d25d [2021-01-05T07:19:11.556Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T07:19:11.818Z] Removing intermediate container d3695a628a1d [2021-01-05T07:19:11.818Z] ---> 6b86b75a1867 [2021-01-05T07:19:11.818Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T07:19:11.818Z] Removing intermediate container 493f31a1b557 [2021-01-05T07:19:11.818Z] ---> 4928da3ca8e8 [2021-01-05T07:19:11.818Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T07:19:11.818Z] Removing intermediate container 182ab221cd1b [2021-01-05T07:19:11.818Z] ---> bb8718eafc2a [2021-01-05T07:19:11.818Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T07:19:12.080Z] ---> Running in 4c486f5fb4a5 [2021-01-05T07:19:12.080Z] ---> Running in e6825427aa53 [2021-01-05T07:19:12.080Z] ---> Running in cc845a9c68b2 [2021-01-05T07:19:12.080Z] ---> 74025896bf4c [2021-01-05T07:19:12.080Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T07:19:13.029Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T07:19:13.029Z] Removing intermediate container 4c486f5fb4a5 [2021-01-05T07:19:13.029Z] ---> 4d570ffdb448 [2021-01-05T07:19:13.029Z] Step 20/21 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:19:13.029Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T07:19:13.029Z] ---> aefe523efa57 [2021-01-05T07:19:13.029Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T07:19:13.300Z] Removing intermediate container e6825427aa53 [2021-01-05T07:19:13.300Z] ---> bb41fc536e80 [2021-01-05T07:19:13.300Z] Step 13/21 : WORKDIR /edgex [2021-01-05T07:19:13.300Z] Removing intermediate container cc845a9c68b2 [2021-01-05T07:19:13.300Z] ---> 010a17c927ad [2021-01-05T07:19:13.300Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T07:19:13.300Z] ---> d0f57e5dd37b [2021-01-05T07:19:13.300Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T07:19:13.300Z] ---> Running in 54ec5c6f814c [2021-01-05T07:19:13.300Z] ---> Running in 181f44c374e3 [2021-01-05T07:19:13.563Z] ---> Running in f9bd500b9f83 [2021-01-05T07:19:13.563Z] ---> Running in 0fd43ed08218 [2021-01-05T07:19:13.829Z] Removing intermediate container 54ec5c6f814c [2021-01-05T07:19:13.829Z] ---> 6f09825c4a1f [2021-01-05T07:19:13.829Z] Step 21/21 : LABEL version=2.0.0-dev.27 [2021-01-05T07:19:13.829Z] ---> a44cabf43f80 [2021-01-05T07:19:13.829Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T07:19:13.829Z] Removing intermediate container 0fd43ed08218 [2021-01-05T07:19:13.829Z] ---> 7f180502fced [2021-01-05T07:19:13.829Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:19:14.094Z] Removing intermediate container f9bd500b9f83 [2021-01-05T07:19:14.094Z] ---> e51689b0b394 [2021-01-05T07:19:14.094Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T07:19:14.094Z] ---> Running in ff03cb0911b9 [2021-01-05T07:19:14.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:14.094Z] ---> Running in 537ff8dad64e [2021-01-05T07:19:14.094Z] ---> Running in 196996e50d11 [2021-01-05T07:19:14.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:14.357Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T07:19:14.357Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T07:19:14.357Z] Removing intermediate container ff03cb0911b9 [2021-01-05T07:19:14.357Z] ---> 3af4e5dcb3c7 [2021-01-05T07:19:14.357Z] [2021-01-05T07:19:14.357Z] Executing bash-5.0.17-r0.post-install [2021-01-05T07:19:14.357Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:19:14.357Z] OK: 12 MiB in 22 packages [2021-01-05T07:19:14.619Z] ---> dc0e1445318a [2021-01-05T07:19:14.619Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T07:19:15.567Z] Removing intermediate container 537ff8dad64e [2021-01-05T07:19:15.567Z] ---> 4f668d8e5495 [2021-01-05T07:19:15.567Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:19:15.567Z] Successfully built 3af4e5dcb3c7 [2021-01-05T07:19:15.567Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-05T07:19:15.567Z] Building docker-support-notifications-go [2021-01-05T07:19:15.838Z]  Building docker-support-scheduler-go ... done  ---> Running in 12575b98402d [2021-01-05T07:19:16.428Z] Removing intermediate container 12575b98402d [2021-01-05T07:19:16.428Z] ---> 0b93d014f144 [2021-01-05T07:19:16.428Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T07:19:17.381Z] Removing intermediate container 181f44c374e3 [2021-01-05T07:19:17.381Z] ---> 946b616bc6d8 [2021-01-05T07:19:17.381Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T07:19:17.650Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:19:17.650Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:19:17.650Z] ---> 516b64e0d6b6 [2021-01-05T07:19:17.650Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T07:19:17.650Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:19:17.650Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:19:17.650Z] ---> 516b64e0d6b6 [2021-01-05T07:19:17.650Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T07:19:17.650Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:19:17.650Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:19:17.650Z] ---> 516b64e0d6b6 [2021-01-05T07:19:17.650Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T07:19:17.650Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:19:17.650Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:19:17.650Z] ---> 516b64e0d6b6 [2021-01-05T07:19:17.650Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:19:17.650Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:19:17.650Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:19:17.650Z] ---> 516b64e0d6b6 [2021-01-05T07:19:17.650Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T07:19:18.337Z] ---> Running in 0a2e59a1f8c2 [2021-01-05T07:19:18.621Z] ---> Running in 2f8907d516dc [2021-01-05T07:19:18.621Z] ---> Running in b1b2acad6ae4 [2021-01-05T07:19:18.621Z] ---> Running in 28a36f356f30 [2021-01-05T07:19:18.621Z] ---> Running in 85b4e48ffff2 [2021-01-05T07:19:18.621Z] ---> Running in ecf3ecaea243 [2021-01-05T07:19:19.246Z] Removing intermediate container b1b2acad6ae4 [2021-01-05T07:19:19.246Z] ---> 2333eacf0143 [2021-01-05T07:19:19.246Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:19:19.246Z] Removing intermediate container 28a36f356f30 [2021-01-05T07:19:19.246Z] ---> 87d0c244ff73 [2021-01-05T07:19:19.246Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:19:19.286Z] ---> cf9fa846e767 [2021-01-05T07:19:19.286Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T07:19:19.286Z] ---> Running in 376dd47d1276 [2021-01-05T07:19:19.520Z] ---> Running in 02fe1d05ba7e [2021-01-05T07:19:19.520Z] ---> Running in 446f83d8e469 [2021-01-05T07:19:19.520Z] Removing intermediate container 2f8907d516dc [2021-01-05T07:19:19.520Z] ---> df70ed3cc798 [2021-01-05T07:19:19.520Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:19:19.520Z] Removing intermediate container 85b4e48ffff2 [2021-01-05T07:19:19.520Z] ---> 192769543d33 [2021-01-05T07:19:19.520Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:19:19.520Z] Removing intermediate container ecf3ecaea243 [2021-01-05T07:19:19.520Z] ---> 95560aace54e [2021-01-05T07:19:19.520Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:19:19.794Z] ---> Running in 40974a0567c5 [2021-01-05T07:19:19.794Z] ---> Running in 51d9a5dcc8b6 [2021-01-05T07:19:19.794Z] ---> Running in 682b718bb446 [2021-01-05T07:19:20.682Z] Removing intermediate container 376dd47d1276 [2021-01-05T07:19:20.682Z] ---> e99efd9e5bcc [2021-01-05T07:19:20.682Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T07:19:20.959Z] Removing intermediate container 0a2e59a1f8c2 [2021-01-05T07:19:20.959Z] ---> 29edf0596282 [2021-01-05T07:19:20.959Z] Step 21/22 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:19:20.959Z] Removing intermediate container 196996e50d11 [2021-01-05T07:19:20.959Z] ---> 44607131d990 [2021-01-05T07:19:20.959Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T07:19:20.959Z] ---> e980079e00a8 [2021-01-05T07:19:20.959Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T07:19:20.959Z] ---> Running in 9b3d6ba2d010 [2021-01-05T07:19:20.959Z] ---> Running in 184ff656bd25 [2021-01-05T07:19:20.959Z] ---> Running in 7fd649a8684b [2021-01-05T07:19:20.959Z] ---> Running in c1eccda921cb [2021-01-05T07:19:22.365Z] Removing intermediate container 9b3d6ba2d010 [2021-01-05T07:19:22.365Z] ---> 911f708232c8 [2021-01-05T07:19:22.365Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T07:19:22.365Z] Removing intermediate container 7fd649a8684b [2021-01-05T07:19:22.365Z] ---> a3527ff72be4 [2021-01-05T07:19:22.365Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T07:19:22.365Z] Removing intermediate container 184ff656bd25 [2021-01-05T07:19:22.365Z] ---> 8bc97c0a89ee [2021-01-05T07:19:22.365Z] Step 22/22 : LABEL version=2.0.0-dev.27 [2021-01-05T07:19:23.209Z] Removing intermediate container 02fe1d05ba7e [2021-01-05T07:19:23.209Z] ---> 2a4c52d8ddfc [2021-01-05T07:19:23.209Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T07:19:23.344Z] ---> Running in 315fc803ac26 [2021-01-05T07:19:23.344Z] ---> Running in c576a32f2945 [2021-01-05T07:19:23.344Z] ---> Running in 4b443469ee76 [2021-01-05T07:19:23.482Z] ---> Running in 4d789e0caa47 [2021-01-05T07:19:23.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:23.757Z] Removing intermediate container 446f83d8e469 [2021-01-05T07:19:23.757Z] Removing intermediate container 40974a0567c5 [2021-01-05T07:19:23.757Z] ---> dd6c69946a0d [2021-01-05T07:19:23.757Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:19:23.757Z] ---> 3daa60404a54 [2021-01-05T07:19:23.757Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T07:19:23.885Z] Removing intermediate container c576a32f2945 [2021-01-05T07:19:23.885Z] ---> 08e55938bc20 [2021-01-05T07:19:23.885Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T07:19:24.031Z] ---> Running in 70eae05339e9 [2021-01-05T07:19:24.031Z] ---> Running in 188a9f173495 [2021-01-05T07:19:24.031Z] Removing intermediate container 682b718bb446 [2021-01-05T07:19:24.031Z] ---> c16e7978a613 [2021-01-05T07:19:24.031Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T07:19:24.148Z] Removing intermediate container 4b443469ee76 [2021-01-05T07:19:24.148Z] ---> be1bcb393f3a [2021-01-05T07:19:24.148Z] [2021-01-05T07:19:24.148Z] Removing intermediate container 315fc803ac26 [2021-01-05T07:19:24.148Z] ---> 033a4aa850b9 [2021-01-05T07:19:24.148Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T07:19:24.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:24.308Z] Removing intermediate container 51d9a5dcc8b6 [2021-01-05T07:19:24.308Z] ---> 021d6b7bb61a [2021-01-05T07:19:24.308Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T07:19:24.587Z] ---> Running in 4fe1e34ab3fb [2021-01-05T07:19:24.587Z] ---> Running in 0d1aa1bf7133 [2021-01-05T07:19:24.722Z] Successfully built be1bcb393f3a [2021-01-05T07:19:24.723Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T07:19:24.723Z] Successfully tagged docker-core-metadata-go:latest [2021-01-05T07:19:24.723Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-05T07:19:24.723Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T07:19:25.008Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T07:19:25.281Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T07:19:25.548Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T07:19:25.548Z] ---> Running in 43ad443dcac1 [2021-01-05T07:19:25.548Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:19:25.548Z] OK: 8 MiB in 19 packages [2021-01-05T07:19:25.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:19:26.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:19:26.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:19:26.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:19:26.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:19:26.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:19:26.954Z] ---> f7037febdd43 [2021-01-05T07:19:26.954Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T07:19:26.954Z] Removing intermediate container 43ad443dcac1 [2021-01-05T07:19:26.954Z] ---> 71b39b55fc53 [2021-01-05T07:19:26.954Z] Step 20/21 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:19:27.070Z] OK: 217 MiB in 51 packages [2021-01-05T07:19:27.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:19:27.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:19:27.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:19:27.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:19:28.069Z] OK: 217 MiB in 51 packages [2021-01-05T07:19:28.069Z] OK: 217 MiB in 51 packages [2021-01-05T07:19:28.069Z] OK: 217 MiB in 51 packages [2021-01-05T07:19:28.069Z] OK: 217 MiB in 51 packages [2021-01-05T07:19:28.678Z] Removing intermediate container 4d789e0caa47 [2021-01-05T07:19:28.678Z] ---> 687c7d9c888d [2021-01-05T07:19:28.678Z] Step 6/21 : COPY go.mod . [2021-01-05T07:19:29.681Z] ---> 6599b5975e38 [2021-01-05T07:19:29.681Z] Step 7/21 : RUN go mod download [2021-01-05T07:19:29.681Z] ---> Running in 7356592745e6 [2021-01-05T07:19:29.681Z] Removing intermediate container 4fe1e34ab3fb [2021-01-05T07:19:29.681Z] ---> 0d7704f90e93 [2021-01-05T07:19:29.681Z] Step 6/24 : COPY go.mod . [2021-01-05T07:19:29.962Z] Removing intermediate container 70eae05339e9 [2021-01-05T07:19:29.962Z] ---> a928ad8f081a [2021-01-05T07:19:29.962Z] Step 6/23 : COPY go.mod . [2021-01-05T07:19:29.962Z] Removing intermediate container 188a9f173495 [2021-01-05T07:19:29.962Z] ---> ec3d089f6371 [2021-01-05T07:19:30.253Z] Step 6/22 : COPY go.mod . [2021-01-05T07:19:30.253Z] Removing intermediate container 0d1aa1bf7133 [2021-01-05T07:19:30.253Z] ---> f7ffe6caca5f [2021-01-05T07:19:30.253Z] Step 6/21 : COPY go.mod . [2021-01-05T07:19:30.287Z] ---> Running in e607e3bef7e2 [2021-01-05T07:19:30.287Z] ---> 2b5d4019037a [2021-01-05T07:19:30.287Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T07:19:30.852Z] ---> 9dff60396898 [2021-01-05T07:19:30.852Z] Step 7/24 : RUN go mod download [2021-01-05T07:19:31.125Z] ---> af8ec183fdf3 [2021-01-05T07:19:31.125Z] Step 7/23 : RUN go mod download [2021-01-05T07:19:31.125Z] ---> Running in 8f910cfaec3d [2021-01-05T07:19:31.243Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:19:31.243Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:19:31.243Z] ---> 97505db51e2d [2021-01-05T07:19:31.243Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T07:19:31.243Z] ---> Using cache [2021-01-05T07:19:31.243Z] ---> cae183dd7cfd [2021-01-05T07:19:31.243Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:19:31.243Z] ---> Using cache [2021-01-05T07:19:31.243Z] ---> 32a9a0cd0379 [2021-01-05T07:19:31.243Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T07:19:31.400Z] ---> Running in a7fff41b882b [2021-01-05T07:19:31.675Z] ---> 5fa52a1e2878 [2021-01-05T07:19:31.675Z] Step 7/21 : RUN go mod download [2021-01-05T07:19:31.675Z] ---> 1c50627cfc71 [2021-01-05T07:19:31.675Z] Step 7/22 : RUN go mod download [2021-01-05T07:19:31.952Z] ---> Running in 1965ef14cbd4 [2021-01-05T07:19:31.952Z] ---> Running in 58f2d1eff065 [2021-01-05T07:19:32.207Z] Removing intermediate container c1eccda921cb [2021-01-05T07:19:32.207Z] ---> 52833407283b [2021-01-05T07:19:32.207Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T07:19:32.207Z] ---> Running in fe907c631d20 [2021-01-05T07:19:32.207Z] ---> 0dd11a754a2a [2021-01-05T07:19:32.207Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T07:19:32.488Z] Removing intermediate container e607e3bef7e2 [2021-01-05T07:19:32.488Z] ---> cf5fa6f0bae5 [2021-01-05T07:19:32.488Z] Step 21/21 : LABEL version=2.0.0-dev.27 [2021-01-05T07:19:32.488Z] ---> Running in 11bc4e62610f [2021-01-05T07:19:32.752Z] ---> Running in 15955c96a6d7 [2021-01-05T07:19:33.025Z] ---> 290117d3a0ee [2021-01-05T07:19:33.025Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T07:19:33.307Z] Removing intermediate container 15955c96a6d7 [2021-01-05T07:19:33.307Z] ---> 33fa70b1b070 [2021-01-05T07:19:33.307Z] [2021-01-05T07:19:33.407Z] Removing intermediate container 7356592745e6 [2021-01-05T07:19:33.407Z] ---> 58da090893dc [2021-01-05T07:19:33.407Z] Step 8/21 : COPY . . [2021-01-05T07:19:33.892Z] Successfully built 33fa70b1b070 [2021-01-05T07:19:34.158Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-05T07:19:34.158Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-05T07:19:34.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:34.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:34.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:34.710Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T07:19:34.710Z] ---> df9c70ce6041 [2021-01-05T07:19:34.710Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T07:19:34.710Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T07:19:34.710Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T07:19:34.710Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T07:19:34.710Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T07:19:34.710Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T07:19:34.710Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T07:19:34.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:35.304Z] OK: 233 MiB in 51 packages [2021-01-05T07:19:35.413Z] Removing intermediate container 8f910cfaec3d [2021-01-05T07:19:35.413Z] ---> 9fc992b4cf24 [2021-01-05T07:19:35.413Z] Step 8/24 : COPY . . [2021-01-05T07:19:36.401Z] Removing intermediate container a7fff41b882b [2021-01-05T07:19:36.401Z] ---> ee5c864a392a [2021-01-05T07:19:36.401Z] Step 8/23 : COPY . . [2021-01-05T07:19:36.726Z] Removing intermediate container 1965ef14cbd4 [2021-01-05T07:19:36.726Z] ---> 8ab3aacc80d2 [2021-01-05T07:19:36.726Z] Step 8/21 : COPY . . [2021-01-05T07:19:37.000Z] Removing intermediate container 58f2d1eff065 [2021-01-05T07:19:37.000Z] ---> 45e7bbb5bda1 [2021-01-05T07:19:37.000Z] Step 8/22 : COPY . . [2021-01-05T07:19:43.530Z] ---> ef3693be870a [2021-01-05T07:19:43.530Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T07:19:43.530Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T07:19:43.530Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T07:19:43.530Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T07:19:43.530Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T07:19:43.530Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T07:19:43.530Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T07:19:43.530Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T07:19:43.795Z] ---> Running in 2bcb5ec1c001 [2021-01-05T07:19:43.795Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T07:19:44.374Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T07:19:44.643Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T07:19:44.910Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T07:19:44.910Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T07:19:45.173Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T07:19:45.173Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T07:19:45.173Z] Removing intermediate container fe907c631d20 [2021-01-05T07:19:45.173Z] ---> 56848c28ccdc [2021-01-05T07:19:45.173Z] Step 6/24 : COPY go.mod . [2021-01-05T07:19:45.751Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T07:19:45.751Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:19:45.751Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:19:45.751Z] ---> 97505db51e2d [2021-01-05T07:19:45.751Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:19:45.751Z] ---> Using cache [2021-01-05T07:19:45.751Z] ---> cae183dd7cfd [2021-01-05T07:19:45.751Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:19:45.751Z] ---> Using cache [2021-01-05T07:19:45.751Z] ---> 32a9a0cd0379 [2021-01-05T07:19:45.751Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:19:46.705Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T07:19:46.976Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T07:19:46.976Z] Removing intermediate container 2bcb5ec1c001 [2021-01-05T07:19:46.976Z] ---> e18270f1741e [2021-01-05T07:19:46.976Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:19:46.976Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T07:19:46.976Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T07:19:47.242Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T07:19:47.242Z] ---> Running in f6bdf2d77a11 [2021-01-05T07:19:47.242Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T07:19:47.242Z] ---> df6b6209314f [2021-01-05T07:19:47.242Z] Step 7/24 : RUN go mod download [2021-01-05T07:19:47.242Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T07:19:47.242Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T07:19:47.508Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T07:19:47.508Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T07:19:47.508Z] ---> Running in 351c0c23bf55 [2021-01-05T07:19:47.508Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T07:19:48.094Z] ---> Running in 22746c3f6a60 [2021-01-05T07:19:48.094Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:19:48.094Z] OK: 71 MiB in 55 packages [2021-01-05T07:19:48.368Z] Removing intermediate container 351c0c23bf55 [2021-01-05T07:19:48.368Z] ---> 4bee831f8f7c [2021-01-05T07:19:48.368Z] Step 21/23 : LABEL arch=x86_64 [2021-01-05T07:19:49.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:50.352Z] ---> Running in 8953fd7e4ff8 [2021-01-05T07:19:50.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:19:51.201Z] OK: 233 MiB in 51 packages [2021-01-05T07:19:51.201Z] Removing intermediate container 8953fd7e4ff8 [2021-01-05T07:19:51.201Z] ---> fdf62b935c41 [2021-01-05T07:19:51.201Z] Step 22/23 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:19:51.784Z] ---> Running in 5be479b4c0fe [2021-01-05T07:19:53.187Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:19:53.187Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:19:53.187Z] ---> 97505db51e2d [2021-01-05T07:19:53.187Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:19:53.187Z] ---> Using cache [2021-01-05T07:19:53.187Z] ---> cae183dd7cfd [2021-01-05T07:19:53.187Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:19:53.187Z] ---> Using cache [2021-01-05T07:19:53.187Z] ---> 32a9a0cd0379 [2021-01-05T07:19:53.187Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:19:54.578Z] Removing intermediate container 5be479b4c0fe [2021-01-05T07:19:54.578Z] ---> 22917ee14358 [2021-01-05T07:19:54.578Z] Step 23/23 : LABEL version=2.0.0-dev.27 [2021-01-05T07:19:54.578Z] ---> Running in 435b9fc85de4 [2021-01-05T07:19:55.320Z] ---> 938d0eb10569 [2021-01-05T07:19:55.320Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T07:19:55.320Z] ---> 4a66a7f9ebc8 [2021-01-05T07:19:55.320Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T07:19:55.320Z] ---> 6103f0c9afc1 [2021-01-05T07:19:55.320Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T07:19:55.320Z] ---> 51cfc98e49e0 [2021-01-05T07:19:55.320Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T07:19:55.320Z] ---> 2378693828ed [2021-01-05T07:19:55.320Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T07:19:55.320Z] ---> Running in b2002b758d3f [2021-01-05T07:19:55.320Z] ---> Running in 17bfb5e8c9c0 [2021-01-05T07:19:55.320Z] ---> Running in 4f19d3273e16 [2021-01-05T07:19:55.320Z] ---> Running in a6da22491117 [2021-01-05T07:19:55.320Z] ---> Running in d5be0febe4cb [2021-01-05T07:19:55.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T07:19:55.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T07:19:55.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T07:19:55.527Z] Removing intermediate container 22746c3f6a60 [2021-01-05T07:19:55.527Z] ---> dbf2d93dbae0 [2021-01-05T07:19:55.527Z] Step 8/24 : COPY . . [2021-01-05T07:19:55.594Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T07:19:55.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T07:19:56.108Z] Removing intermediate container f6bdf2d77a11 [2021-01-05T07:19:56.108Z] ---> 9e5b2f94b4c2 [2021-01-05T07:19:56.108Z] Step 6/22 : COPY go.mod . [2021-01-05T07:19:56.108Z] ---> Running in e96ebad31449 [2021-01-05T07:20:00.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:20:00.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:20:00.929Z] Removing intermediate container e96ebad31449 [2021-01-05T07:20:00.929Z] ---> 608931431029 [2021-01-05T07:20:00.929Z] [2021-01-05T07:20:00.929Z] OK: 233 MiB in 51 packages [2021-01-05T07:20:02.322Z] Successfully built 608931431029 [2021-01-05T07:20:02.898Z] ---> d591dac81c4f [2021-01-05T07:20:02.898Z] Step 7/22 : RUN go mod download [2021-01-05T07:20:02.898Z] Successfully tagged docker-core-data-go:latest [2021-01-05T07:20:02.898Z] Building docker-security-secretstore-setup-go [2021-01-05T07:20:11.087Z]  Building docker-core-data-go ... done  ---> Running in 9607ab463808 [2021-01-05T07:20:12.069Z] Removing intermediate container 435b9fc85de4 [2021-01-05T07:20:12.069Z] ---> f2bf5500fc0d [2021-01-05T07:20:12.069Z] Step 6/22 : COPY go.mod . [2021-01-05T07:20:13.565Z] Removing intermediate container 11bc4e62610f [2021-01-05T07:20:13.565Z] ---> 6b15ae9f15dd [2021-01-05T07:20:13.565Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T07:20:15.798Z] ---> e8b0bc60023c [2021-01-05T07:20:15.798Z] Step 7/22 : RUN go mod download [2021-01-05T07:20:16.074Z] ---> Running in 4e893219ff12 [2021-01-05T07:20:16.657Z] ---> Running in e13a4ccb27be [2021-01-05T07:20:18.604Z] Removing intermediate container 9607ab463808 [2021-01-05T07:20:18.604Z] ---> f7d2f8829447 [2021-01-05T07:20:18.604Z] Step 8/22 : COPY . . [2021-01-05T07:20:22.878Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:20:22.878Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:20:22.878Z] ---> 97505db51e2d [2021-01-05T07:20:22.878Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T07:20:22.878Z] ---> Using cache [2021-01-05T07:20:22.878Z] ---> cae183dd7cfd [2021-01-05T07:20:22.878Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:20:22.878Z] ---> Using cache [2021-01-05T07:20:22.878Z] ---> 32a9a0cd0379 [2021-01-05T07:20:22.878Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T07:20:22.878Z] ---> Using cache [2021-01-05T07:20:22.878Z] ---> f2bf5500fc0d [2021-01-05T07:20:22.878Z] Step 6/24 : COPY go.mod . [2021-01-05T07:20:22.878Z] ---> Using cache [2021-01-05T07:20:22.878Z] ---> e8b0bc60023c [2021-01-05T07:20:22.878Z] Step 7/24 : RUN go mod download [2021-01-05T07:20:27.121Z] ---> Running in 9e56113f86ca [2021-01-05T07:20:27.121Z] Collecting docker-compose==1.23.2 [2021-01-05T07:20:27.121Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T07:20:27.698Z] ---> 2a6f58a24afb [2021-01-05T07:20:27.698Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T07:20:27.966Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T07:20:27.966Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T07:20:27.966Z] Removing intermediate container e13a4ccb27be [2021-01-05T07:20:27.966Z] ---> d1addc3b01b5 [2021-01-05T07:20:27.966Z] Step 8/22 : COPY . . [2021-01-05T07:20:28.229Z] ---> Running in 2a7811ab7755 [2021-01-05T07:20:31.579Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T07:20:31.579Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T07:20:31.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T07:20:33.525Z] Collecting PyYAML<4,>=3.10 [2021-01-05T07:20:33.525Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T07:20:37.799Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T07:20:37.799Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T07:20:38.071Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T07:20:38.685Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T07:20:40.643Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T07:20:40.643Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T07:20:40.643Z] Removing intermediate container 9e56113f86ca [2021-01-05T07:20:40.643Z] ---> 6d710a7bf8d8 [2021-01-05T07:20:40.643Z] Step 8/24 : COPY . . [2021-01-05T07:20:41.609Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-05T07:20:43.546Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T07:20:43.546Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T07:20:45.521Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T07:20:45.521Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T07:20:48.135Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T07:20:48.135Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T07:20:48.728Z] ---> 5e1a3855d383 [2021-01-05T07:20:48.728Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T07:20:50.710Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T07:20:50.710Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T07:20:50.710Z] ---> Running in 0c03882c93fd [2021-01-05T07:20:50.710Z] 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) [2021-01-05T07:20:50.710Z] 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) [2021-01-05T07:20:50.710Z] Collecting idna<2.8,>=2.5 [2021-01-05T07:20:51.667Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T07:20:52.675Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T07:20:52.675Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T07:20:54.615Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T07:20:54.615Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T07:20:54.615Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T07:20:54.615Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T07:20:54.615Z] Installing collected packages: texttable, urllib3, idna, requests, PyYAML, cached-property, websocket-client, dockerpty, jsonschema, docker-pycreds, docker, docopt, docker-compose [2021-01-05T07:20:54.879Z] Running setup.py install for texttable: started [2021-01-05T07:20:56.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T07:20:56.292Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T07:20:56.292Z] Attempting uninstall: urllib3 [2021-01-05T07:20:56.292Z] Found existing installation: urllib3 1.25.9 [2021-01-05T07:20:56.292Z] Uninstalling urllib3-1.25.9: [2021-01-05T07:20:56.891Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T07:20:59.484Z] ---> f98156a7cf17 [2021-01-05T07:20:59.484Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T07:20:59.755Z] Attempting uninstall: idna [2021-01-05T07:20:59.755Z] Found existing installation: idna 2.9 [2021-01-05T07:20:59.755Z] Uninstalling idna-2.9: [2021-01-05T07:21:01.170Z] Successfully uninstalled idna-2.9 [2021-01-05T07:21:02.154Z] Attempting uninstall: requests [2021-01-05T07:21:02.154Z] Found existing installation: requests 2.23.0 [2021-01-05T07:21:02.154Z] Uninstalling requests-2.23.0: [2021-01-05T07:21:02.154Z] Successfully uninstalled requests-2.23.0 [2021-01-05T07:21:02.442Z] ---> Running in e76947167dce [2021-01-05T07:21:03.057Z] Running setup.py install for PyYAML: started [2021-01-05T07:21:04.480Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T07:21:04.754Z] Running setup.py install for dockerpty: started [2021-01-05T07:21:04.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T07:21:06.193Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T07:21:06.470Z] ---> c3c35180d9cd [2021-01-05T07:21:06.470Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T07:21:07.898Z] ---> Running in 74dd5fded3d9 [2021-01-05T07:21:07.898Z] Running setup.py install for docopt: started [2021-01-05T07:21:08.528Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T07:21:08.807Z] Removing intermediate container 2a7811ab7755 [2021-01-05T07:21:08.807Z] ---> 2ee061b75346 [2021-01-05T07:21:08.807Z] [2021-01-05T07:21:08.807Z] Step 10/24 : FROM scratch [2021-01-05T07:21:08.807Z] ---> [2021-01-05T07:21:08.807Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T07:21:08.807Z] 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 [2021-01-05T07:21:09.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T07:21:10.387Z] ---> Running in 09603bfe35bb [2021-01-05T07:21:10.972Z] Removing intermediate container 09603bfe35bb [2021-01-05T07:21:10.972Z] ---> 2484413c2679 [2021-01-05T07:21:10.972Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T07:21:10.972Z] ---> Running in 4c936ae54caf [2021-01-05T07:21:13.590Z] Removing intermediate container 4c936ae54caf [2021-01-05T07:21:13.590Z] ---> 2e6a9bcfe467 [2021-01-05T07:21:13.590Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T07:21:13.590Z] ---> Running in 0bc1f779b9d9 [2021-01-05T07:21:13.590Z] Removing intermediate container 4e893219ff12 [2021-01-05T07:21:13.590Z] ---> f6c353f9fb1f [2021-01-05T07:21:13.590Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T07:21:13.858Z] ---> Running in 71c9799d6111 [2021-01-05T07:21:14.131Z] Removing intermediate container 0bc1f779b9d9 [2021-01-05T07:21:14.131Z] ---> d8951b7e0d57 [2021-01-05T07:21:14.131Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T07:21:14.730Z] ---> 5916e000e221 [2021-01-05T07:21:14.730Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T07:21:14.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:21:14.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:21:15.261Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:21:15.261Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T07:21:15.261Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T07:21:15.261Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:21:15.529Z] OK: 72 MiB in 58 packages [2021-01-05T07:21:17.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T07:21:17.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T07:21:18.134Z] ---> 3b9149d37839 [2021-01-05T07:21:18.134Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T07:21:18.727Z] Removing intermediate container 71c9799d6111 [2021-01-05T07:21:18.727Z] ---> 01f7da665533 [2021-01-05T07:21:18.727Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T07:21:19.058Z] ---> 15bdc7137388 [2021-01-05T07:21:19.058Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T07:21:19.657Z] ---> Running in 43b033c49a98 [2021-01-05T07:21:21.089Z] ---> ed4298abc560 [2021-01-05T07:21:21.090Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T07:21:21.361Z] Removing intermediate container 0c03882c93fd [2021-01-05T07:21:21.361Z] ---> 23fa11d04b09 [2021-01-05T07:21:21.361Z] [2021-01-05T07:21:21.361Z] Step 10/22 : FROM scratch [2021-01-05T07:21:21.361Z] ---> [2021-01-05T07:21:21.361Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:21:21.361Z] ---> Using cache [2021-01-05T07:21:21.361Z] ---> d9b4321b91d0 [2021-01-05T07:21:21.361Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T07:21:21.361Z] Removing intermediate container 43b033c49a98 [2021-01-05T07:21:21.361Z] ---> 778e98d3aac6 [2021-01-05T07:21:21.361Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:21:21.631Z] ---> Running in bdd73a7d4194 [2021-01-05T07:21:21.895Z] ---> Running in 8daf58575ffa [2021-01-05T07:21:22.164Z] ---> 2c0992b3026b [2021-01-05T07:21:22.164Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T07:21:22.164Z] Removing intermediate container bdd73a7d4194 [2021-01-05T07:21:22.164Z] ---> 5fd33844e50b [2021-01-05T07:21:22.164Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T07:21:22.164Z] Removing intermediate container 8daf58575ffa [2021-01-05T07:21:22.164Z] ---> 4505a5f7da91 [2021-01-05T07:21:22.164Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T07:21:22.442Z] ---> Running in 9832bdbd0811 [2021-01-05T07:21:22.442Z] ---> Running in dfb70d18ad39 [2021-01-05T07:21:22.442Z] ---> e6b4be9cba77 [2021-01-05T07:21:22.442Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T07:21:22.729Z] ---> Running in 618813f91fb5 [2021-01-05T07:21:23.059Z] Removing intermediate container 9832bdbd0811 [2021-01-05T07:21:23.059Z] ---> 24f92b510fae [2021-01-05T07:21:23.059Z] Step 14/22 : WORKDIR / [2021-01-05T07:21:23.059Z] Removing intermediate container dfb70d18ad39 [2021-01-05T07:21:23.059Z] ---> 4fc004d6c902 [2021-01-05T07:21:23.059Z] Step 25/26 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:23.059Z] ---> Running in 5f4560175737 [2021-01-05T07:21:23.059Z] Removing intermediate container 618813f91fb5 [2021-01-05T07:21:23.059Z] ---> 32d1cfb753d3 [2021-01-05T07:21:23.059Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:21:23.059Z] ---> Running in 187fe5e79a5e [2021-01-05T07:21:23.498Z] ---> Running in 48c803f8d474 [2021-01-05T07:21:23.808Z] Removing intermediate container 5f4560175737 [2021-01-05T07:21:23.808Z] ---> b8398af2b652 [2021-01-05T07:21:23.808Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T07:21:23.808Z] Removing intermediate container 187fe5e79a5e [2021-01-05T07:21:23.808Z] ---> b7d9dfdc66dc [2021-01-05T07:21:23.808Z] Step 26/26 : LABEL version=2.0.0-dev.27 [2021-01-05T07:21:23.808Z] Removing intermediate container 48c803f8d474 [2021-01-05T07:21:23.808Z] ---> 6e69820f3287 [2021-01-05T07:21:23.808Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T07:21:24.120Z] ---> Running in 01f7d4d73070 [2021-01-05T07:21:24.120Z] ---> ea6048f7cbe9 [2021-01-05T07:21:24.120Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T07:21:24.120Z] ---> Running in 60672ad84bd9 [2021-01-05T07:21:24.120Z] Removing intermediate container 01f7d4d73070 [2021-01-05T07:21:24.120Z] ---> 6deaf0d708a8 [2021-01-05T07:21:24.120Z] [2021-01-05T07:21:24.469Z] Removing intermediate container 60672ad84bd9 [2021-01-05T07:21:24.469Z] ---> 1a5b4ee6bcbd [2021-01-05T07:21:24.469Z] Step 23/24 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:24.469Z] Successfully built 6deaf0d708a8 [2021-01-05T07:21:25.093Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-05T07:21:25.093Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 32d27db076aa [2021-01-05T07:21:25.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T07:21:26.616Z] ---> a7f5e825abe8 [2021-01-05T07:21:26.616Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T07:21:26.616Z] Removing intermediate container 32d27db076aa [2021-01-05T07:21:26.616Z] ---> 2ebac3d15248 [2021-01-05T07:21:26.616Z] Step 24/24 : LABEL version=2.0.0-dev.27 [2021-01-05T07:21:26.616Z] Removing intermediate container e76947167dce [2021-01-05T07:21:26.616Z] ---> ee4984929b53 [2021-01-05T07:21:26.616Z] [2021-01-05T07:21:26.616Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T07:21:26.616Z] ---> 389fef711851 [2021-01-05T07:21:26.616Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T07:21:26.879Z] ---> Running in 74c3ba73346d [2021-01-05T07:21:26.879Z] ---> Running in 2e63a82ef33f [2021-01-05T07:21:27.153Z] ---> 033c634bd06d [2021-01-05T07:21:27.153Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T07:21:27.153Z] ---> Running in 967e90a06a4e [2021-01-05T07:21:27.153Z] Removing intermediate container 74c3ba73346d [2021-01-05T07:21:27.153Z] ---> f8a61c3973e2 [2021-01-05T07:21:27.153Z] [2021-01-05T07:21:27.419Z] Successfully built f8a61c3973e2 [2021-01-05T07:21:27.419Z] Successfully tagged docker-support-notifications-go:latest [2021-01-05T07:21:27.685Z]  Building docker-support-notifications-go ... done Removing intermediate container 967e90a06a4e [2021-01-05T07:21:27.685Z] ---> fcb6338302cc [2021-01-05T07:21:27.685Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:21:27.685Z] ---> Running in 1515271df6a4 [2021-01-05T07:21:27.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:21:27.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:21:27.948Z] Removing intermediate container 1515271df6a4 [2021-01-05T07:21:27.948Z] ---> b8323fa31944 [2021-01-05T07:21:27.948Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T07:21:27.948Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T07:21:27.948Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:21:27.948Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T07:21:27.948Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T07:21:28.212Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T07:21:28.212Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:21:28.212Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T07:21:28.212Z] OK: 7 MiB in 19 packages [2021-01-05T07:21:28.212Z] ---> Running in e902f212f6e4 [2021-01-05T07:21:29.602Z] Removing intermediate container e902f212f6e4 [2021-01-05T07:21:29.602Z] ---> a4fa0358823e [2021-01-05T07:21:29.602Z] Step 21/22 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:29.602Z] ---> Running in 296482e2e76e [2021-01-05T07:21:29.602Z] Removing intermediate container 74dd5fded3d9 [2021-01-05T07:21:29.602Z] ---> b5f10dede154 [2021-01-05T07:21:29.602Z] [2021-01-05T07:21:29.602Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T07:21:29.602Z] ---> 389fef711851 [2021-01-05T07:21:29.602Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T07:21:29.866Z] ---> Running in c61e2951c794 [2021-01-05T07:21:30.131Z] Removing intermediate container 296482e2e76e [2021-01-05T07:21:30.131Z] ---> bdae81a94647 [2021-01-05T07:21:30.131Z] Step 22/22 : LABEL version=2.0.0-dev.27 [2021-01-05T07:21:31.080Z] Removing intermediate container 2e63a82ef33f [2021-01-05T07:21:31.080Z] ---> d57d68ac374a [2021-01-05T07:21:31.080Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T07:21:31.080Z] ---> Running in 27018a17f5be [2021-01-05T07:21:31.080Z] ---> Running in 60bc135117a7 [2021-01-05T07:21:31.344Z] Removing intermediate container 27018a17f5be [2021-01-05T07:21:31.344Z] ---> a5c5c3647035 [2021-01-05T07:21:31.344Z] [2021-01-05T07:21:31.344Z] Removing intermediate container 60bc135117a7 [2021-01-05T07:21:31.344Z] ---> cc57114db3cd [2021-01-05T07:21:31.344Z] Step 13/22 : WORKDIR / [2021-01-05T07:21:31.607Z] Successfully built a5c5c3647035 [2021-01-05T07:21:31.607Z] ---> Running in 58e45b80ce68 [2021-01-05T07:21:31.607Z] Successfully tagged docker-core-command-go:latest [2021-01-05T07:21:31.607Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T07:21:31.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T07:21:31.607Z] Removing intermediate container 58e45b80ce68 [2021-01-05T07:21:31.607Z] ---> a2f7ce3f611a [2021-01-05T07:21:31.607Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T07:21:31.870Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T07:21:31.870Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:21:31.870Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T07:21:31.870Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T07:21:31.870Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T07:21:31.870Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:21:31.870Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T07:21:32.448Z] OK: 7 MiB in 19 packages [2021-01-05T07:21:32.448Z] ---> 1551678dfe4f [2021-01-05T07:21:32.448Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T07:21:32.540Z] Removing intermediate container a6da22491117 [2021-01-05T07:21:32.540Z] ---> 73e47746e575 [2021-01-05T07:21:32.540Z] [2021-01-05T07:21:32.540Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T07:21:32.540Z] 3.12: Pulling from library/alpine [2021-01-05T07:21:33.146Z] Removing intermediate container 17bfb5e8c9c0 [2021-01-05T07:21:33.146Z] ---> a9164ae3c55d [2021-01-05T07:21:33.146Z] [2021-01-05T07:21:33.146Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T07:21:33.146Z] Removing intermediate container b2002b758d3f [2021-01-05T07:21:33.146Z] ---> 53e536466e56 [2021-01-05T07:21:33.146Z] [2021-01-05T07:21:33.146Z] Step 10/21 : FROM scratch [2021-01-05T07:21:33.146Z] ---> [2021-01-05T07:21:33.146Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:21:33.146Z] 3.12: Pulling from library/alpine [2021-01-05T07:21:33.146Z] Removing intermediate container 4f19d3273e16 [2021-01-05T07:21:33.146Z] ---> 6f6d4c85200a [2021-01-05T07:21:33.146Z] [2021-01-05T07:21:33.146Z] Step 10/22 : FROM scratch [2021-01-05T07:21:33.146Z] ---> [2021-01-05T07:21:33.146Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:21:33.398Z] ---> 337f8bea8b12 [2021-01-05T07:21:33.398Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T07:21:33.398Z] Removing intermediate container c61e2951c794 [2021-01-05T07:21:33.398Z] ---> f82cefbcfbcb [2021-01-05T07:21:33.398Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T07:21:33.398Z] ---> Running in da7668c5ea32 [2021-01-05T07:21:33.398Z] ---> aec6511b8443 [2021-01-05T07:21:33.398Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T07:21:33.422Z] ---> Running in 95384307e3ea [2021-01-05T07:21:33.422Z] ---> Running in 4675d5932b21 [2021-01-05T07:21:33.660Z] Removing intermediate container da7668c5ea32 [2021-01-05T07:21:33.660Z] ---> d4ae3e3857e3 [2021-01-05T07:21:33.660Z] Step 13/24 : WORKDIR / [2021-01-05T07:21:33.922Z] ---> Running in 700de8d17f96 [2021-01-05T07:21:33.922Z] ---> cc462cb10bee [2021-01-05T07:21:33.922Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T07:21:34.185Z] ---> Running in ed09df17aaa0 [2021-01-05T07:21:34.410Z] Removing intermediate container 4675d5932b21 [2021-01-05T07:21:34.410Z] ---> 4ee216f937f9 [2021-01-05T07:21:34.410Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T07:21:34.410Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T07:21:34.410Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T07:21:34.410Z] Status: Image is up to date for alpine:3.12 [2021-01-05T07:21:34.410Z] ---> afeebe901d6b [2021-01-05T07:21:34.410Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T07:21:34.410Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T07:21:34.410Z] ---> afeebe901d6b [2021-01-05T07:21:34.410Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T07:21:34.410Z] Removing intermediate container 95384307e3ea [2021-01-05T07:21:34.410Z] ---> 5d6ef705f27a [2021-01-05T07:21:34.410Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T07:21:34.410Z] ---> Running in 84ef744c6cf1 [2021-01-05T07:21:34.410Z] ---> Running in 833f00ab8360 [2021-01-05T07:21:34.410Z] ---> Running in 4bc65341b87f [2021-01-05T07:21:34.410Z] ---> Running in 88f202a10bb6 [2021-01-05T07:21:34.449Z] Removing intermediate container 700de8d17f96 [2021-01-05T07:21:34.449Z] ---> e3b07bc8e7d3 [2021-01-05T07:21:34.449Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-05T07:21:34.712Z] ---> c8e0c430b32a [2021-01-05T07:21:34.712Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-05T07:21:34.975Z] ---> 0da9c40fff2b [2021-01-05T07:21:34.975Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T07:21:35.239Z] Removing intermediate container ed09df17aaa0 [2021-01-05T07:21:35.239Z] ---> 97b1ffd33254 [2021-01-05T07:21:35.239Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T07:21:35.239Z] ---> a749884416fb [2021-01-05T07:21:35.239Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T07:21:35.239Z] ---> Running in c4094baff457 [2021-01-05T07:21:35.401Z] Removing intermediate container 84ef744c6cf1 [2021-01-05T07:21:35.401Z] ---> e88c087b1d0d [2021-01-05T07:21:35.401Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T07:21:35.401Z] Removing intermediate container 4bc65341b87f [2021-01-05T07:21:35.401Z] ---> 6156c3c886e9 [2021-01-05T07:21:35.401Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T07:21:35.401Z] ---> Running in 4632c212c248 [2021-01-05T07:21:35.401Z] ---> Running in e53155d6eaab [2021-01-05T07:21:35.504Z] Removing intermediate container c4094baff457 [2021-01-05T07:21:35.504Z] ---> 45cf512cf522 [2021-01-05T07:21:35.504Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T07:21:35.504Z] ---> Running in 7bb52e0ca85f [2021-01-05T07:21:35.767Z] ---> 56716e4d326c [2021-01-05T07:21:35.767Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T07:21:35.767Z] Removing intermediate container 7bb52e0ca85f [2021-01-05T07:21:35.767Z] ---> 6562cca869e2 [2021-01-05T07:21:35.767Z] Step 21/22 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:35.767Z] ---> Running in f5c89e020367 [2021-01-05T07:21:36.002Z] Removing intermediate container 4632c212c248 [2021-01-05T07:21:36.003Z] ---> 460c4a4c6007 [2021-01-05T07:21:36.003Z] Step 14/22 : WORKDIR / [2021-01-05T07:21:36.028Z] Removing intermediate container f5c89e020367 [2021-01-05T07:21:36.028Z] ---> f286ca765fde [2021-01-05T07:21:36.028Z] Step 22/22 : LABEL version=2.0.0-dev.27 [2021-01-05T07:21:36.274Z] Removing intermediate container e53155d6eaab [2021-01-05T07:21:36.275Z] ---> f4f692274123 [2021-01-05T07:21:36.275Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T07:21:36.275Z] ---> Running in c1422595494f [2021-01-05T07:21:36.291Z] ---> Running in a11df12770dd [2021-01-05T07:21:36.291Z] ---> 9f24750bad0f [2021-01-05T07:21:36.291Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T07:21:36.291Z] Removing intermediate container a11df12770dd [2021-01-05T07:21:36.291Z] ---> 309a7ee43677 [2021-01-05T07:21:36.291Z] [2021-01-05T07:21:36.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:21:36.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:21:36.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:21:36.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:21:36.866Z] Successfully built 309a7ee43677 [2021-01-05T07:21:36.867Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-05T07:21:36.867Z]  Building docker-security-bootstrap-redis-go ... done  ---> e5d7e9798ff4 [2021-01-05T07:21:36.867Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T07:21:37.111Z] Removing intermediate container c1422595494f [2021-01-05T07:21:37.111Z] ---> a7957ea714ba [2021-01-05T07:21:37.111Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T07:21:37.130Z] ---> Running in 9ede758cf20c [2021-01-05T07:21:37.383Z] ---> cf6b248c7a4e [2021-01-05T07:21:37.383Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T07:21:37.657Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T07:21:37.657Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:21:37.657Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T07:21:37.657Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T07:21:37.657Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:21:37.657Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T07:21:37.657Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T07:21:37.932Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:21:37.932Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T07:21:37.932Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T07:21:37.932Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T07:21:37.932Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:21:37.932Z] OK: 7 MiB in 18 packages [2021-01-05T07:21:37.932Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T07:21:38.080Z] Removing intermediate container 9ede758cf20c [2021-01-05T07:21:38.080Z] ---> 7c7d3115ab7d [2021-01-05T07:21:38.080Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T07:21:38.080Z] ---> Running in 57f44609c81a [2021-01-05T07:21:38.216Z] OK: 7 MiB in 19 packages [2021-01-05T07:21:38.343Z] Removing intermediate container 57f44609c81a [2021-01-05T07:21:38.343Z] ---> 635b9d567685 [2021-01-05T07:21:38.343Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T07:21:38.343Z] ---> Running in 7ba409ca583f [2021-01-05T07:21:38.605Z] Removing intermediate container 7ba409ca583f [2021-01-05T07:21:38.605Z] ---> 72a34781facf [2021-01-05T07:21:38.605Z] Step 23/24 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:38.605Z] ---> Running in 7b8403f0f783 [2021-01-05T07:21:38.839Z] ---> ed3ae69244ad [2021-01-05T07:21:38.839Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T07:21:38.866Z] Removing intermediate container 7b8403f0f783 [2021-01-05T07:21:38.866Z] ---> a11439a5e619 [2021-01-05T07:21:38.866Z] Step 24/24 : LABEL version=2.0.0-dev.27 [2021-01-05T07:21:38.866Z] ---> Running in fcb58d287d51 [2021-01-05T07:21:38.866Z] Removing intermediate container fcb58d287d51 [2021-01-05T07:21:38.866Z] ---> ec63d1db1fbf [2021-01-05T07:21:38.866Z] [2021-01-05T07:21:39.131Z] Successfully built ec63d1db1fbf [2021-01-05T07:21:39.131Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-05T07:21:39.451Z] ---> eca60d4b0cd9 [2021-01-05T07:21:39.451Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T07:21:39.717Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-01-05T07:21:39.724Z] $ docker stop --time=1 6e7bbd4f846f643a7ee07385f392140396d56a8771f83a8a06050407bd6575e1 [2021-01-05T07:21:40.900Z] ---> 731b2e70515e [2021-01-05T07:21:40.900Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T07:21:41.191Z] Removing intermediate container 88f202a10bb6 [2021-01-05T07:21:41.191Z] ---> 2cffc6979a82 [2021-01-05T07:21:41.191Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T07:21:41.191Z] ---> Running in 709d7ad892e1 [2021-01-05T07:21:41.191Z] ---> 38d01cc3be04 [2021-01-05T07:21:41.191Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T07:21:41.191Z] Removing intermediate container 833f00ab8360 [2021-01-05T07:21:41.191Z] ---> 282e36994e58 [2021-01-05T07:21:41.191Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T07:21:41.418Z] $ docker rm -f 6e7bbd4f846f643a7ee07385f392140396d56a8771f83a8a06050407bd6575e1 [2021-01-05T07:21:41.465Z] ---> Running in 626cbcd16d90 [2021-01-05T07:21:41.465Z] ---> Running in 3a45ada9a9b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T07:21:41.995Z] + docker images [2021-01-05T07:21:41.995Z] + grep docker [2021-01-05T07:21:41.995Z] docker-security-secretstore-setup-go latest ec63d1db1fbf 3 seconds ago 24.6MB [2021-01-05T07:21:41.995Z] docker-security-bootstrap-redis-go latest 309a7ee43677 5 seconds ago 15.8MB [2021-01-05T07:21:41.995Z] docker-core-command-go latest a5c5c3647035 10 seconds ago 10.6MB [2021-01-05T07:21:41.995Z] docker-support-notifications-go latest f8a61c3973e2 14 seconds ago 12MB [2021-01-05T07:21:41.995Z] docker-sys-mgmt-agent-go latest 6deaf0d708a8 17 seconds ago 313MB [2021-01-05T07:21:41.995Z] docker-core-data-go latest 608931431029 About a minute ago 22.2MB [2021-01-05T07:21:41.995Z] docker-security-proxy-setup-go latest 33fa70b1b070 2 minutes ago 24.5MB [2021-01-05T07:21:41.995Z] docker-core-metadata-go latest be1bcb393f3a 2 minutes ago 13MB [2021-01-05T07:21:41.995Z] docker-support-scheduler-go latest 3af4e5dcb3c7 2 minutes ago 10.7MB [2021-01-05T07:21:41.995Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [2021-01-05T07:21:42.080Z] Removing intermediate container 709d7ad892e1 [2021-01-05T07:21:42.080Z] ---> e5aba32be026 [2021-01-05T07:21:42.080Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-05T07:21:42.356Z] Removing intermediate container 626cbcd16d90 [2021-01-05T07:21:42.356Z] ---> 54b1c78fe66b [2021-01-05T07:21:42.356Z] Step 13/21 : WORKDIR /edgex [2021-01-05T07:21:42.356Z] Removing intermediate container 3a45ada9a9b2 [2021-01-05T07:21:42.356Z] ---> bc60f8d84ce2 [2021-01-05T07:21:42.356Z] Step 13/24 : WORKDIR / [2021-01-05T07:21:42.356Z] ---> Running in ffb26e6ead29 [2021-01-05T07:21:42.356Z] ---> 8251d038036a [2021-01-05T07:21:42.356Z] Step 18/22 : ENTRYPOINT ["/core-command"] [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T07:21:42.589Z] provisioning config files... [2021-01-05T07:21:42.653Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/272@tmp/config6998746820060569679tmp [2021-01-05T07:21:42.664Z] ---> Running in c41f65842c1f [2021-01-05T07:21:42.664Z] ---> Running in 6dd56f97c554 [2021-01-05T07:21:42.664Z] ---> Running in 36e4b61dca9d [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:21:42.937Z] Removing intermediate container ffb26e6ead29 [2021-01-05T07:21:42.937Z] ---> b7e373f9959f [2021-01-05T07:21:42.937Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T07:21:42.937Z] ---> Running in c1f8df5d619e [2021-01-05T07:21:43.037Z] ---> docker-login.sh [2021-01-05T07:21:43.038Z] nexus3.edgexfoundry.org:10001 [2021-01-05T07:21:43.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:21:43.209Z] Removing intermediate container 6dd56f97c554 [2021-01-05T07:21:43.209Z] ---> 09604ec3390e [2021-01-05T07:21:43.209Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-05T07:21:43.209Z] Removing intermediate container c41f65842c1f [2021-01-05T07:21:43.209Z] ---> 24c07058a774 [2021-01-05T07:21:43.209Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T07:21:43.209Z] Removing intermediate container 36e4b61dca9d [2021-01-05T07:21:43.209Z] ---> 1cb04c25e545 [2021-01-05T07:21:43.209Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:21:43.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:21:43.300Z] Configure a credential helper to remove this warning. See [2021-01-05T07:21:43.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:21:43.300Z] [2021-01-05T07:21:43.300Z] Login Succeeded [2021-01-05T07:21:43.300Z] nexus3.edgexfoundry.org:10002 [2021-01-05T07:21:43.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:21:43.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:21:43.300Z] Configure a credential helper to remove this warning. See [2021-01-05T07:21:43.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:21:43.300Z] [2021-01-05T07:21:43.300Z] Login Succeeded [2021-01-05T07:21:43.300Z] nexus3.edgexfoundry.org:10003 [2021-01-05T07:21:43.500Z] ---> Running in 0ad039cae945 [2021-01-05T07:21:43.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:21:43.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:21:43.561Z] Configure a credential helper to remove this warning. See [2021-01-05T07:21:43.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:21:43.561Z] [2021-01-05T07:21:43.561Z] Login Succeeded [2021-01-05T07:21:43.561Z] nexus3.edgexfoundry.org:10004 [2021-01-05T07:21:43.781Z] Removing intermediate container c1f8df5d619e [2021-01-05T07:21:43.781Z] ---> f8dd0c0f7af5 [2021-01-05T07:21:43.782Z] Step 20/21 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:43.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:21:43.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:21:43.827Z] Configure a credential helper to remove this warning. See [2021-01-05T07:21:43.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:21:43.827Z] [2021-01-05T07:21:43.827Z] Login Succeeded [2021-01-05T07:21:43.827Z] docker.io [2021-01-05T07:21:44.055Z] ---> Running in 87ae7200b861 [2021-01-05T07:21:44.055Z] Removing intermediate container 0ad039cae945 [2021-01-05T07:21:44.055Z] ---> 8a13d41f5369 [2021-01-05T07:21:44.055Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T07:21:44.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:21:44.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:21:44.352Z] Configure a credential helper to remove this warning. See [2021-01-05T07:21:44.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:21:44.352Z] [2021-01-05T07:21:44.352Z] Login Succeeded [2021-01-05T07:21:44.352Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T07:21:44.361Z] Deleting 1 temporary files [2021-01-05T07:21:44.393Z] ---> Running in 52212bb375fe [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:21:44.602Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-05T07:21:44.602Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:44.602Z] 2.0.0-dev.27 [2021-01-05T07:21:44.602Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:21:44.602Z] master [2021-01-05T07:21:44.602Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-05T07:21:44.750Z] ---> e3c2e7ceff71 [2021-01-05T07:21:44.750Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-05T07:21:44.750Z] Removing intermediate container 87ae7200b861 [2021-01-05T07:21:44.750Z] ---> c60f10dead08 [2021-01-05T07:21:44.750Z] Step 21/21 : LABEL version=2.0.0-dev.27 [2021-01-05T07:21:44.750Z] ---> 7bb11d45a01e [2021-01-05T07:21:44.750Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:45.099Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:45.399Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:45.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-05T07:21:45.399Z] 72131ca75b7c: Preparing [2021-01-05T07:21:45.399Z] 93670ec7d251: Preparing [2021-01-05T07:21:45.399Z] 4339e20a4b32: Preparing [2021-01-05T07:21:45.457Z] ---> Running in 4d84dcc41102 [2021-01-05T07:21:45.457Z] Removing intermediate container 52212bb375fe [2021-01-05T07:21:45.457Z] ---> 59241af614b2 [2021-01-05T07:21:45.457Z] Step 21/22 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:45.661Z] 72131ca75b7c: Pushed [2021-01-05T07:21:45.661Z] 4339e20a4b32: Pushed [2021-01-05T07:21:45.953Z] ---> Running in c89385eca025 [2021-01-05T07:21:46.292Z] Removing intermediate container 4d84dcc41102 [2021-01-05T07:21:46.292Z] ---> c821d6628a10 [2021-01-05T07:21:46.292Z] [2021-01-05T07:21:46.292Z] ---> 8ea6ea43cdb7 [2021-01-05T07:21:46.292Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T07:21:46.566Z] Removing intermediate container c89385eca025 [2021-01-05T07:21:46.566Z] ---> f54a9a92faa6 [2021-01-05T07:21:46.566Z] Step 22/22 : LABEL version=2.0.0-dev.27 [2021-01-05T07:21:46.566Z] Successfully built c821d6628a10 [2021-01-05T07:21:46.605Z] 93670ec7d251: Pushed [2021-01-05T07:21:46.605Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:ad2063da148d9a9fa73d5d3d1c139edae5a885618c38a03c479ad7faaace3732 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:46.879Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-05T07:21:46.880Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-05T07:21:46.915Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:47.156Z] ---> Running in 6eeec1ad8f1c [2021-01-05T07:21:47.156Z] ---> 442374fd894a [2021-01-05T07:21:47.156Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T07:21:47.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.27 [2021-01-05T07:21:47.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-05T07:21:47.217Z] 72131ca75b7c: Preparing [2021-01-05T07:21:47.217Z] 93670ec7d251: Preparing [2021-01-05T07:21:47.217Z] 4339e20a4b32: Preparing [2021-01-05T07:21:47.217Z] 4339e20a4b32: Layer already exists [2021-01-05T07:21:47.217Z] 72131ca75b7c: Layer already exists [2021-01-05T07:21:47.217Z] 93670ec7d251: Layer already exists [2021-01-05T07:21:47.217Z] 2.0.0-dev.27: digest: sha256:ad2063da148d9a9fa73d5d3d1c139edae5a885618c38a03c479ad7faaace3732 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:47.523Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:47.759Z] ---> 188ac32e2f16 [2021-01-05T07:21:47.759Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T07:21:47.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:21:47.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-05T07:21:47.823Z] 72131ca75b7c: Preparing [2021-01-05T07:21:47.823Z] 93670ec7d251: Preparing [2021-01-05T07:21:47.823Z] 4339e20a4b32: Preparing [2021-01-05T07:21:47.823Z] 4339e20a4b32: Layer already exists [2021-01-05T07:21:47.823Z] 72131ca75b7c: Layer already exists [2021-01-05T07:21:47.823Z] 93670ec7d251: Layer already exists [2021-01-05T07:21:47.823Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:ad2063da148d9a9fa73d5d3d1c139edae5a885618c38a03c479ad7faaace3732 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:48.037Z] Removing intermediate container 6eeec1ad8f1c [2021-01-05T07:21:48.038Z] ---> df0ee0f80e1d [2021-01-05T07:21:48.038Z] [2021-01-05T07:21:48.130Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:48.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-05T07:21:48.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-05T07:21:48.431Z] 72131ca75b7c: Preparing [2021-01-05T07:21:48.431Z] 93670ec7d251: Preparing [2021-01-05T07:21:48.431Z] 4339e20a4b32: Preparing [2021-01-05T07:21:48.431Z] 4339e20a4b32: Layer already exists [2021-01-05T07:21:48.431Z] 93670ec7d251: Layer already exists [2021-01-05T07:21:48.431Z] 72131ca75b7c: Layer already exists [2021-01-05T07:21:48.431Z] master: digest: sha256:ad2063da148d9a9fa73d5d3d1c139edae5a885618c38a03c479ad7faaace3732 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:21:48.633Z] ===================================================== [2021-01-05T07:21:48.639Z] Successfully built df0ee0f80e1d [2021-01-05T07:21:48.639Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-05T07:21:48.639Z] Building docker-core-metadata-go [Pipeline] echo [2021-01-05T07:21:48.684Z] taggedImages: [2021-01-05T07:21:48.685Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:48.685Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.27 [2021-01-05T07:21:48.685Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:21:48.685Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-05T07:21:48.748Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-05T07:21:48.748Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:48.748Z] 2.0.0-dev.27 [2021-01-05T07:21:48.748Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:21:48.748Z] master [2021-01-05T07:21:48.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:49.670Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:50.070Z]  Building docker-core-command-go ... done  ---> 8eb3686b1496 [2021-01-05T07:21:50.070Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T07:21:50.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:50.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-05T07:21:50.263Z] 7d48bed93ec9: Preparing [2021-01-05T07:21:50.263Z] 3abae914ebe8: Preparing [2021-01-05T07:21:50.263Z] 73cb2dd4e0c6: Preparing [2021-01-05T07:21:50.263Z] 5cb95282f355: Preparing [2021-01-05T07:21:50.263Z] 5d187d151e20: Preparing [2021-01-05T07:21:50.263Z] 777b2c648970: Preparing [2021-01-05T07:21:50.263Z] 777b2c648970: Waiting [2021-01-05T07:21:50.526Z] 73cb2dd4e0c6: Pushed [2021-01-05T07:21:50.526Z] 5d187d151e20: Pushed [2021-01-05T07:21:50.526Z] 7d48bed93ec9: Pushed [2021-01-05T07:21:50.526Z] 777b2c648970: Layer already exists [2021-01-05T07:21:50.526Z] 5cb95282f355: Pushed [2021-01-05T07:21:51.042Z] ---> Running in b9f7beb81efd [2021-01-05T07:21:51.042Z] Removing intermediate container d5be0febe4cb [2021-01-05T07:21:51.042Z] ---> 3967b67366ae [2021-01-05T07:21:51.042Z] [2021-01-05T07:21:51.042Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T07:21:51.042Z] ---> afeebe901d6b [2021-01-05T07:21:51.042Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:21:51.327Z] ---> d7234b94a942 [2021-01-05T07:21:51.327Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T07:21:51.601Z] ---> Running in 835f33a2a59b [2021-01-05T07:21:51.601Z] Removing intermediate container b9f7beb81efd [2021-01-05T07:21:51.601Z] ---> 75ba0faeb03e [2021-01-05T07:21:51.601Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T07:21:51.916Z] 3abae914ebe8: Pushed [2021-01-05T07:21:51.916Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:c89eaa4368baec953c9fe514633ec7f4a8ef10393208cfe126afaf32f20874d5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:52.198Z] ---> Running in 89dec54f37ba [2021-01-05T07:21:52.198Z] Removing intermediate container 835f33a2a59b [2021-01-05T07:21:52.198Z] ---> 400711f99072 [2021-01-05T07:21:52.198Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T07:21:52.230Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:52.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.27 [2021-01-05T07:21:52.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-05T07:21:52.533Z] 7d48bed93ec9: Preparing [2021-01-05T07:21:52.533Z] 3abae914ebe8: Preparing [2021-01-05T07:21:52.533Z] 73cb2dd4e0c6: Preparing [2021-01-05T07:21:52.533Z] 5cb95282f355: Preparing [2021-01-05T07:21:52.533Z] 5d187d151e20: Preparing [2021-01-05T07:21:52.533Z] 777b2c648970: Preparing [2021-01-05T07:21:52.533Z] 777b2c648970: Waiting [2021-01-05T07:21:52.533Z] 7d48bed93ec9: Layer already exists [2021-01-05T07:21:52.533Z] 3abae914ebe8: Layer already exists [2021-01-05T07:21:52.533Z] 73cb2dd4e0c6: Layer already exists [2021-01-05T07:21:52.533Z] 5cb95282f355: Layer already exists [2021-01-05T07:21:52.533Z] 5d187d151e20: Layer already exists [2021-01-05T07:21:52.533Z] 777b2c648970: Layer already exists [2021-01-05T07:21:52.533Z] 2.0.0-dev.27: digest: sha256:c89eaa4368baec953c9fe514633ec7f4a8ef10393208cfe126afaf32f20874d5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:52.791Z] ---> Running in c93d9fcccb07 [2021-01-05T07:21:52.791Z] Removing intermediate container 89dec54f37ba [2021-01-05T07:21:52.791Z] ---> 19222916e416 [2021-01-05T07:21:52.791Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T07:21:52.791Z] ---> 8518a5aae5d8 [2021-01-05T07:21:52.791Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T07:21:52.837Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:53.070Z] ---> Running in b8766b6c99a3 [2021-01-05T07:21:53.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:21:53.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-05T07:21:53.138Z] 7d48bed93ec9: Preparing [2021-01-05T07:21:53.138Z] 3abae914ebe8: Preparing [2021-01-05T07:21:53.138Z] 73cb2dd4e0c6: Preparing [2021-01-05T07:21:53.138Z] 5cb95282f355: Preparing [2021-01-05T07:21:53.138Z] 5d187d151e20: Preparing [2021-01-05T07:21:53.138Z] 777b2c648970: Preparing [2021-01-05T07:21:53.138Z] 777b2c648970: Waiting [2021-01-05T07:21:53.138Z] 73cb2dd4e0c6: Layer already exists [2021-01-05T07:21:53.138Z] 5cb95282f355: Layer already exists [2021-01-05T07:21:53.138Z] 7d48bed93ec9: Layer already exists [2021-01-05T07:21:53.138Z] 3abae914ebe8: Layer already exists [2021-01-05T07:21:53.138Z] 5d187d151e20: Layer already exists [2021-01-05T07:21:53.138Z] 777b2c648970: Layer already exists [2021-01-05T07:21:53.138Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:c89eaa4368baec953c9fe514633ec7f4a8ef10393208cfe126afaf32f20874d5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:53.346Z] Removing intermediate container c93d9fcccb07 [2021-01-05T07:21:53.346Z] ---> 94d048b41a8a [2021-01-05T07:21:53.346Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T07:21:53.473Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:53.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-05T07:21:53.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-05T07:21:53.807Z] 7d48bed93ec9: Preparing [2021-01-05T07:21:53.807Z] 3abae914ebe8: Preparing [2021-01-05T07:21:53.807Z] 73cb2dd4e0c6: Preparing [2021-01-05T07:21:53.807Z] 5cb95282f355: Preparing [2021-01-05T07:21:53.807Z] 5d187d151e20: Preparing [2021-01-05T07:21:53.807Z] 777b2c648970: Preparing [2021-01-05T07:21:53.807Z] 777b2c648970: Waiting [2021-01-05T07:21:53.807Z] 5d187d151e20: Layer already exists [2021-01-05T07:21:53.807Z] 3abae914ebe8: Layer already exists [2021-01-05T07:21:53.807Z] 7d48bed93ec9: Layer already exists [2021-01-05T07:21:53.807Z] 5cb95282f355: Layer already exists [2021-01-05T07:21:53.807Z] 73cb2dd4e0c6: Layer already exists [2021-01-05T07:21:53.807Z] 777b2c648970: Layer already exists [2021-01-05T07:21:53.807Z] master: digest: sha256:c89eaa4368baec953c9fe514633ec7f4a8ef10393208cfe126afaf32f20874d5 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-05T07:21:53.945Z] ---> Running in c33528b9394d [2021-01-05T07:21:53.945Z] Removing intermediate container b8766b6c99a3 [2021-01-05T07:21:53.945Z] ---> 24cc00f649ed [2021-01-05T07:21:53.945Z] Step 20/21 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:21:54.033Z] ===================================================== [Pipeline] echo [2021-01-05T07:21:54.081Z] taggedImages: [2021-01-05T07:21:54.081Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:54.081Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.27 [2021-01-05T07:21:54.081Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:21:54.081Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-05T07:21:54.150Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-05T07:21:54.150Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:54.150Z] 2.0.0-dev.27 [2021-01-05T07:21:54.150Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:21:54.150Z] master [2021-01-05T07:21:54.150Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-05T07:21:54.221Z] ---> 43f7f043c048 [2021-01-05T07:21:54.221Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:54.496Z] ---> Running in d471efd9af47 [2021-01-05T07:21:54.496Z] ---> Running in 4089336923c7 [2021-01-05T07:21:54.496Z] Removing intermediate container c33528b9394d [2021-01-05T07:21:54.496Z] ---> 05992868c656 [2021-01-05T07:21:54.496Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:21:54.669Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:54.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:54.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-05T07:21:54.969Z] 924687248969: Preparing [2021-01-05T07:21:54.969Z] c5b5f3dd9ae1: Preparing [2021-01-05T07:21:54.969Z] a3a518754dfe: Preparing [2021-01-05T07:21:54.969Z] a3a518754dfe: Pushed [2021-01-05T07:21:54.969Z] 924687248969: Pushed [2021-01-05T07:21:55.111Z] ---> Running in bc70e2dfbd32 [2021-01-05T07:21:55.111Z] Removing intermediate container d471efd9af47 [2021-01-05T07:21:55.111Z] ---> 0725d511ebb3 [2021-01-05T07:21:55.111Z] Step 21/21 : LABEL version=2.0.0-dev.27 [2021-01-05T07:21:55.396Z] ---> Running in 2d64ea72a847 [2021-01-05T07:21:56.360Z] c5b5f3dd9ae1: Pushed [2021-01-05T07:21:56.403Z] Removing intermediate container 2d64ea72a847 [2021-01-05T07:21:56.404Z] ---> ea599a1fed0f [2021-01-05T07:21:56.404Z] [2021-01-05T07:21:56.622Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:12825caced810324b6e9875485b72c5d1314856269cea4c6a10afc2d89f667fa size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:56.680Z] Successfully built ea599a1fed0f [2021-01-05T07:21:56.680Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-05T07:21:56.680Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-05T07:21:56.928Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:57.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.27 [2021-01-05T07:21:57.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-05T07:21:57.229Z] 924687248969: Preparing [2021-01-05T07:21:57.229Z] c5b5f3dd9ae1: Preparing [2021-01-05T07:21:57.229Z] a3a518754dfe: Preparing [2021-01-05T07:21:57.229Z] a3a518754dfe: Layer already exists [2021-01-05T07:21:57.229Z] 924687248969: Layer already exists [2021-01-05T07:21:57.229Z] c5b5f3dd9ae1: Layer already exists [2021-01-05T07:21:57.229Z] 2.0.0-dev.27: digest: sha256:12825caced810324b6e9875485b72c5d1314856269cea4c6a10afc2d89f667fa size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:57.538Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:57.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:21:57.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-05T07:21:57.845Z] 924687248969: Preparing [2021-01-05T07:21:57.845Z] c5b5f3dd9ae1: Preparing [2021-01-05T07:21:57.845Z] a3a518754dfe: Preparing [2021-01-05T07:21:57.845Z] c5b5f3dd9ae1: Layer already exists [2021-01-05T07:21:57.845Z] 924687248969: Layer already exists [2021-01-05T07:21:57.845Z] a3a518754dfe: Layer already exists [2021-01-05T07:21:57.845Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:12825caced810324b6e9875485b72c5d1314856269cea4c6a10afc2d89f667fa size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:58.136Z] Removing intermediate container 4089336923c7 [2021-01-05T07:21:58.136Z] ---> 980691d424cc [2021-01-05T07:21:58.136Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T07:21:58.153Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:58.413Z] Removing intermediate container bc70e2dfbd32 [2021-01-05T07:21:58.413Z] ---> 6a53c2bb40f3 [2021-01-05T07:21:58.413Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T07:21:58.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-05T07:21:58.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-05T07:21:58.455Z] 924687248969: Preparing [2021-01-05T07:21:58.455Z] c5b5f3dd9ae1: Preparing [2021-01-05T07:21:58.455Z] a3a518754dfe: Preparing [2021-01-05T07:21:58.455Z] c5b5f3dd9ae1: Layer already exists [2021-01-05T07:21:58.455Z] 924687248969: Layer already exists [2021-01-05T07:21:58.455Z] a3a518754dfe: Layer already exists [2021-01-05T07:21:58.455Z] master: digest: sha256:12825caced810324b6e9875485b72c5d1314856269cea4c6a10afc2d89f667fa size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:21:58.661Z] ===================================================== [2021-01-05T07:21:58.686Z] ---> Running in 0afb648767c1 [Pipeline] echo [2021-01-05T07:21:58.708Z] taggedImages: [2021-01-05T07:21:58.708Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:58.708Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.27 [2021-01-05T07:21:58.708Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:21:58.708Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-05T07:21:58.776Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-05T07:21:58.776Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:58.776Z] 2.0.0-dev.27 [2021-01-05T07:21:58.776Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:21:58.776Z] master [2021-01-05T07:21:58.776Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-05T07:21:58.969Z] ---> Running in a536547a493b [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:59.264Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:21:59.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:21:59.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-05T07:21:59.564Z] af73f5aea00b: Preparing [2021-01-05T07:21:59.564Z] 5a284f0b5a0d: Preparing [2021-01-05T07:21:59.564Z] 5f06b9ce35b3: Preparing [2021-01-05T07:21:59.564Z] 2aaa6de4a585: Preparing [2021-01-05T07:21:59.564Z] 32964208913c: Preparing [2021-01-05T07:21:59.564Z] 1e187a1268c6: Preparing [2021-01-05T07:21:59.564Z] 777b2c648970: Preparing [2021-01-05T07:21:59.564Z] 1e187a1268c6: Waiting [2021-01-05T07:21:59.564Z] 777b2c648970: Waiting [2021-01-05T07:21:59.568Z] Removing intermediate container 0afb648767c1 [2021-01-05T07:21:59.568Z] ---> 52fdf2c9b318 [2021-01-05T07:21:59.568Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T07:21:59.830Z] af73f5aea00b: Pushed [2021-01-05T07:21:59.830Z] 5f06b9ce35b3: Pushed [2021-01-05T07:21:59.830Z] 5a284f0b5a0d: Pushed [2021-01-05T07:21:59.830Z] 32964208913c: Pushed [2021-01-05T07:21:59.830Z] 777b2c648970: Layer already exists [2021-01-05T07:22:00.092Z] 1e187a1268c6: Pushed [2021-01-05T07:22:00.175Z] ---> Running in 49b791fe2f6e [2021-01-05T07:22:00.667Z] 2aaa6de4a585: Pushed [2021-01-05T07:22:00.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:22:00.929Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:3a9799de1ae3d8ca964b2ab913022ebedc2e3f097fcbf224d0b047d351c395f0 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:01.052Z] Removing intermediate container 49b791fe2f6e [2021-01-05T07:22:01.052Z] ---> f21f02336bbf [2021-01-05T07:22:01.052Z] Step 23/24 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:01.233Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:01.332Z] ---> Running in bef30ab22b0e [2021-01-05T07:22:01.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.27 [2021-01-05T07:22:01.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-05T07:22:01.531Z] af73f5aea00b: Preparing [2021-01-05T07:22:01.531Z] 5a284f0b5a0d: Preparing [2021-01-05T07:22:01.531Z] 5f06b9ce35b3: Preparing [2021-01-05T07:22:01.531Z] 2aaa6de4a585: Preparing [2021-01-05T07:22:01.531Z] 32964208913c: Preparing [2021-01-05T07:22:01.531Z] 1e187a1268c6: Preparing [2021-01-05T07:22:01.531Z] 777b2c648970: Preparing [2021-01-05T07:22:01.531Z] 1e187a1268c6: Waiting [2021-01-05T07:22:01.531Z] 777b2c648970: Waiting [2021-01-05T07:22:01.531Z] 32964208913c: Layer already exists [2021-01-05T07:22:01.531Z] af73f5aea00b: Layer already exists [2021-01-05T07:22:01.531Z] 2aaa6de4a585: Layer already exists [2021-01-05T07:22:01.531Z] 5a284f0b5a0d: Layer already exists [2021-01-05T07:22:01.531Z] 5f06b9ce35b3: Layer already exists [2021-01-05T07:22:01.531Z] 1e187a1268c6: Layer already exists [2021-01-05T07:22:01.531Z] 777b2c648970: Layer already exists [2021-01-05T07:22:01.531Z] 2.0.0-dev.27: digest: sha256:3a9799de1ae3d8ca964b2ab913022ebedc2e3f097fcbf224d0b047d351c395f0 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:01.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:22:01.833Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:02.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:02.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-05T07:22:02.131Z] af73f5aea00b: Preparing [2021-01-05T07:22:02.131Z] 5a284f0b5a0d: Preparing [2021-01-05T07:22:02.131Z] 5f06b9ce35b3: Preparing [2021-01-05T07:22:02.131Z] 2aaa6de4a585: Preparing [2021-01-05T07:22:02.131Z] 32964208913c: Preparing [2021-01-05T07:22:02.131Z] 1e187a1268c6: Preparing [2021-01-05T07:22:02.131Z] 777b2c648970: Preparing [2021-01-05T07:22:02.131Z] 777b2c648970: Waiting [2021-01-05T07:22:02.131Z] 2aaa6de4a585: Layer already exists [2021-01-05T07:22:02.131Z] 5f06b9ce35b3: Layer already exists [2021-01-05T07:22:02.131Z] af73f5aea00b: Layer already exists [2021-01-05T07:22:02.131Z] 32964208913c: Layer already exists [2021-01-05T07:22:02.131Z] 5a284f0b5a0d: Layer already exists [2021-01-05T07:22:02.131Z] 1e187a1268c6: Layer already exists [2021-01-05T07:22:02.131Z] 777b2c648970: Layer already exists [2021-01-05T07:22:02.131Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:3a9799de1ae3d8ca964b2ab913022ebedc2e3f097fcbf224d0b047d351c395f0 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:02.205Z] Removing intermediate container bef30ab22b0e [2021-01-05T07:22:02.205Z] ---> f685905fb5ca [2021-01-05T07:22:02.205Z] Step 24/24 : LABEL version=2.0.0-dev.27 [2021-01-05T07:22:02.436Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:02.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-05T07:22:02.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-05T07:22:02.731Z] af73f5aea00b: Preparing [2021-01-05T07:22:02.731Z] 5a284f0b5a0d: Preparing [2021-01-05T07:22:02.731Z] 5f06b9ce35b3: Preparing [2021-01-05T07:22:02.731Z] 2aaa6de4a585: Preparing [2021-01-05T07:22:02.731Z] 32964208913c: Preparing [2021-01-05T07:22:02.731Z] 1e187a1268c6: Preparing [2021-01-05T07:22:02.731Z] 777b2c648970: Preparing [2021-01-05T07:22:02.731Z] 1e187a1268c6: Waiting [2021-01-05T07:22:02.731Z] 777b2c648970: Waiting [2021-01-05T07:22:02.731Z] 32964208913c: Layer already exists [2021-01-05T07:22:02.731Z] 2aaa6de4a585: Layer already exists [2021-01-05T07:22:02.731Z] 5f06b9ce35b3: Layer already exists [2021-01-05T07:22:02.731Z] 5a284f0b5a0d: Layer already exists [2021-01-05T07:22:02.731Z] af73f5aea00b: Layer already exists [2021-01-05T07:22:02.731Z] 1e187a1268c6: Layer already exists [2021-01-05T07:22:02.731Z] 777b2c648970: Layer already exists [2021-01-05T07:22:02.731Z] master: digest: sha256:3a9799de1ae3d8ca964b2ab913022ebedc2e3f097fcbf224d0b047d351c395f0 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-05T07:22:02.801Z] ---> Running in 6b18bdcb8963 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:22:02.916Z] ===================================================== [Pipeline] echo [2021-01-05T07:22:02.964Z] taggedImages: [2021-01-05T07:22:02.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:02.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.27 [2021-01-05T07:22:02.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:02.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-05T07:22:03.060Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-05T07:22:03.060Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:03.060Z] 2.0.0-dev.27 [2021-01-05T07:22:03.060Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:03.060Z] master [2021-01-05T07:22:03.060Z] ===================================================== [2021-01-05T07:22:03.076Z] (1/5) Installing libgcc (9.3.0-r2) [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:03.354Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T07:22:03.355Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T07:22:03.540Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:03.647Z] Removing intermediate container 6b18bdcb8963 [2021-01-05T07:22:03.647Z] ---> 138cf7455298 [2021-01-05T07:22:03.647Z] [2021-01-05T07:22:03.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:03.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-05T07:22:03.847Z] c606fddbddbf: Preparing [2021-01-05T07:22:03.847Z] c30be8eefa72: Preparing [2021-01-05T07:22:03.847Z] 8455751f8201: Preparing [2021-01-05T07:22:03.847Z] 4c5d5de27232: Preparing [2021-01-05T07:22:03.847Z] 312a00a85791: Preparing [2021-01-05T07:22:03.847Z] 777b2c648970: Preparing [2021-01-05T07:22:03.847Z] 777b2c648970: Waiting [2021-01-05T07:22:03.922Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T07:22:03.922Z] Successfully built 138cf7455298 [2021-01-05T07:22:03.922Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-05T07:22:03.922Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-01-05T07:22:04.109Z] 4c5d5de27232: Pushed [2021-01-05T07:22:04.109Z] 8455751f8201: Pushed [2021-01-05T07:22:04.109Z] 777b2c648970: Layer already exists [2021-01-05T07:22:04.192Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T07:22:04.193Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:22:04.193Z] OK: 8 MiB in 19 packages [2021-01-05T07:22:04.371Z] 312a00a85791: Pushed [2021-01-05T07:22:04.942Z] c606fddbddbf: Pushed [2021-01-05T07:22:04.942Z] c30be8eefa72: Pushed [2021-01-05T07:22:04.942Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:abbda2516ae68441fe195853af4311ea773709fa82895e347fe8b784b8d8b1b1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:05.244Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:05.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.27 [2021-01-05T07:22:05.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-05T07:22:05.540Z] c606fddbddbf: Preparing [2021-01-05T07:22:05.540Z] c30be8eefa72: Preparing [2021-01-05T07:22:05.540Z] 8455751f8201: Preparing [2021-01-05T07:22:05.540Z] 4c5d5de27232: Preparing [2021-01-05T07:22:05.540Z] 312a00a85791: Preparing [2021-01-05T07:22:05.540Z] 777b2c648970: Preparing [2021-01-05T07:22:05.540Z] 777b2c648970: Waiting [2021-01-05T07:22:05.540Z] 4c5d5de27232: Layer already exists [2021-01-05T07:22:05.540Z] c30be8eefa72: Layer already exists [2021-01-05T07:22:05.540Z] 8455751f8201: Layer already exists [2021-01-05T07:22:05.540Z] c606fddbddbf: Layer already exists [2021-01-05T07:22:05.540Z] 312a00a85791: Layer already exists [2021-01-05T07:22:05.540Z] 777b2c648970: Layer already exists [2021-01-05T07:22:05.540Z] 2.0.0-dev.27: digest: sha256:abbda2516ae68441fe195853af4311ea773709fa82895e347fe8b784b8d8b1b1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:05.843Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:06.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:06.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-05T07:22:06.139Z] c606fddbddbf: Preparing [2021-01-05T07:22:06.139Z] c30be8eefa72: Preparing [2021-01-05T07:22:06.139Z] 8455751f8201: Preparing [2021-01-05T07:22:06.139Z] 4c5d5de27232: Preparing [2021-01-05T07:22:06.139Z] 312a00a85791: Preparing [2021-01-05T07:22:06.139Z] 777b2c648970: Preparing [2021-01-05T07:22:06.139Z] 777b2c648970: Waiting [2021-01-05T07:22:06.139Z] 312a00a85791: Layer already exists [2021-01-05T07:22:06.139Z] 8455751f8201: Layer already exists [2021-01-05T07:22:06.139Z] c606fddbddbf: Layer already exists [2021-01-05T07:22:06.139Z] 4c5d5de27232: Layer already exists [2021-01-05T07:22:06.139Z] c30be8eefa72: Layer already exists [2021-01-05T07:22:06.139Z] 777b2c648970: Layer already exists [2021-01-05T07:22:06.139Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:abbda2516ae68441fe195853af4311ea773709fa82895e347fe8b784b8d8b1b1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:06.165Z] Removing intermediate container a536547a493b [2021-01-05T07:22:06.165Z] ---> 09a07c917ecc [2021-01-05T07:22:06.165Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T07:22:06.442Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:06.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-05T07:22:06.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-05T07:22:06.738Z] c606fddbddbf: Preparing [2021-01-05T07:22:06.738Z] c30be8eefa72: Preparing [2021-01-05T07:22:06.738Z] 8455751f8201: Preparing [2021-01-05T07:22:06.738Z] 4c5d5de27232: Preparing [2021-01-05T07:22:06.738Z] 312a00a85791: Preparing [2021-01-05T07:22:06.738Z] 777b2c648970: Preparing [2021-01-05T07:22:06.738Z] 777b2c648970: Waiting [2021-01-05T07:22:06.738Z] c30be8eefa72: Layer already exists [2021-01-05T07:22:06.738Z] c606fddbddbf: Layer already exists [2021-01-05T07:22:06.738Z] 4c5d5de27232: Layer already exists [2021-01-05T07:22:06.738Z] 8455751f8201: Layer already exists [2021-01-05T07:22:06.738Z] 312a00a85791: Layer already exists [2021-01-05T07:22:06.738Z] 777b2c648970: Layer already exists [2021-01-05T07:22:06.738Z] master: digest: sha256:abbda2516ae68441fe195853af4311ea773709fa82895e347fe8b784b8d8b1b1 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:22:06.938Z] ===================================================== [Pipeline] echo [2021-01-05T07:22:06.984Z] taggedImages: [2021-01-05T07:22:06.984Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:06.984Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.27 [2021-01-05T07:22:06.984Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:06.984Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-05T07:22:07.044Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-05T07:22:07.044Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:07.044Z] 2.0.0-dev.27 [2021-01-05T07:22:07.044Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:07.044Z] master [2021-01-05T07:22:07.044Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:07.518Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:07.611Z] ---> 3ec377a94dd2 [2021-01-05T07:22:07.611Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T07:22:07.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:07.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-05T07:22:07.819Z] cc32910c3c53: Preparing [2021-01-05T07:22:07.819Z] 3e64e2c72e4b: Preparing [2021-01-05T07:22:07.819Z] 952eb10ff683: Preparing [2021-01-05T07:22:07.819Z] f552b8cedb03: Preparing [2021-01-05T07:22:07.819Z] f06f6a530b75: Preparing [2021-01-05T07:22:07.819Z] 94b3a8448f51: Preparing [2021-01-05T07:22:07.819Z] 6e88cedc3281: Preparing [2021-01-05T07:22:07.819Z] b07f44b43cb3: Preparing [2021-01-05T07:22:07.819Z] 777b2c648970: Preparing [2021-01-05T07:22:07.819Z] 6e88cedc3281: Waiting [2021-01-05T07:22:07.819Z] 94b3a8448f51: Waiting [2021-01-05T07:22:07.819Z] b07f44b43cb3: Waiting [2021-01-05T07:22:07.819Z] 777b2c648970: Waiting [2021-01-05T07:22:07.880Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:22:07.880Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:22:07.880Z] ---> 516b64e0d6b6 [2021-01-05T07:22:07.880Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T07:22:07.880Z] ---> Using cache [2021-01-05T07:22:07.880Z] ---> 95560aace54e [2021-01-05T07:22:07.880Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:22:07.880Z] ---> Using cache [2021-01-05T07:22:07.880Z] ---> 021d6b7bb61a [2021-01-05T07:22:07.880Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T07:22:08.081Z] f06f6a530b75: Pushed [2021-01-05T07:22:08.082Z] 3e64e2c72e4b: Pushed [2021-01-05T07:22:08.082Z] cc32910c3c53: Pushed [2021-01-05T07:22:08.348Z] 94b3a8448f51: Pushed [2021-01-05T07:22:08.348Z] 6e88cedc3281: Pushed [2021-01-05T07:22:08.348Z] 777b2c648970: Layer already exists [2021-01-05T07:22:08.348Z] b07f44b43cb3: Pushed [2021-01-05T07:22:08.920Z] f552b8cedb03: Pushed [2021-01-05T07:22:08.920Z] 952eb10ff683: Pushed [2021-01-05T07:22:09.181Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:6d72ed98580e9a253430fbb5caec38617d28e98a461172dd19724687cddfd016 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:09.317Z] ---> Running in c6e1ec70be7c [2021-01-05T07:22:09.487Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:09.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.27 [2021-01-05T07:22:09.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-05T07:22:09.786Z] cc32910c3c53: Preparing [2021-01-05T07:22:09.786Z] 3e64e2c72e4b: Preparing [2021-01-05T07:22:09.786Z] 952eb10ff683: Preparing [2021-01-05T07:22:09.786Z] f552b8cedb03: Preparing [2021-01-05T07:22:09.786Z] f06f6a530b75: Preparing [2021-01-05T07:22:09.786Z] 94b3a8448f51: Preparing [2021-01-05T07:22:09.786Z] 6e88cedc3281: Preparing [2021-01-05T07:22:09.786Z] b07f44b43cb3: Preparing [2021-01-05T07:22:09.786Z] 777b2c648970: Preparing [2021-01-05T07:22:09.786Z] 94b3a8448f51: Waiting [2021-01-05T07:22:09.786Z] 6e88cedc3281: Waiting [2021-01-05T07:22:09.786Z] b07f44b43cb3: Waiting [2021-01-05T07:22:09.786Z] 777b2c648970: Waiting [2021-01-05T07:22:09.786Z] f06f6a530b75: Layer already exists [2021-01-05T07:22:09.786Z] 3e64e2c72e4b: Layer already exists [2021-01-05T07:22:09.786Z] cc32910c3c53: Layer already exists [2021-01-05T07:22:09.786Z] 952eb10ff683: Layer already exists [2021-01-05T07:22:09.786Z] f552b8cedb03: Layer already exists [2021-01-05T07:22:09.786Z] 777b2c648970: Layer already exists [2021-01-05T07:22:09.786Z] 6e88cedc3281: Layer already exists [2021-01-05T07:22:09.786Z] 94b3a8448f51: Layer already exists [2021-01-05T07:22:09.786Z] b07f44b43cb3: Layer already exists [2021-01-05T07:22:09.786Z] 2.0.0-dev.27: digest: sha256:6d72ed98580e9a253430fbb5caec38617d28e98a461172dd19724687cddfd016 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:09.913Z] ---> 71a1def9c2c1 [2021-01-05T07:22:09.913Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T07:22:10.112Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:10.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:10.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-05T07:22:10.472Z] cc32910c3c53: Preparing [2021-01-05T07:22:10.472Z] 3e64e2c72e4b: Preparing [2021-01-05T07:22:10.472Z] 952eb10ff683: Preparing [2021-01-05T07:22:10.472Z] f552b8cedb03: Preparing [2021-01-05T07:22:10.472Z] f06f6a530b75: Preparing [2021-01-05T07:22:10.472Z] 94b3a8448f51: Preparing [2021-01-05T07:22:10.472Z] 6e88cedc3281: Preparing [2021-01-05T07:22:10.473Z] b07f44b43cb3: Preparing [2021-01-05T07:22:10.473Z] 777b2c648970: Preparing [2021-01-05T07:22:10.473Z] 6e88cedc3281: Waiting [2021-01-05T07:22:10.473Z] b07f44b43cb3: Waiting [2021-01-05T07:22:10.473Z] 777b2c648970: Waiting [2021-01-05T07:22:10.473Z] 94b3a8448f51: Waiting [2021-01-05T07:22:10.473Z] f06f6a530b75: Layer already exists [2021-01-05T07:22:10.473Z] 952eb10ff683: Layer already exists [2021-01-05T07:22:10.473Z] 3e64e2c72e4b: Layer already exists [2021-01-05T07:22:10.473Z] cc32910c3c53: Layer already exists [2021-01-05T07:22:10.473Z] f552b8cedb03: Layer already exists [2021-01-05T07:22:10.473Z] 94b3a8448f51: Layer already exists [2021-01-05T07:22:10.473Z] 777b2c648970: Layer already exists [2021-01-05T07:22:10.473Z] 6e88cedc3281: Layer already exists [2021-01-05T07:22:10.473Z] b07f44b43cb3: Layer already exists [2021-01-05T07:22:10.473Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:6d72ed98580e9a253430fbb5caec38617d28e98a461172dd19724687cddfd016 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:10.781Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:11.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-05T07:22:11.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-05T07:22:11.076Z] cc32910c3c53: Preparing [2021-01-05T07:22:11.076Z] 3e64e2c72e4b: Preparing [2021-01-05T07:22:11.076Z] 952eb10ff683: Preparing [2021-01-05T07:22:11.076Z] f552b8cedb03: Preparing [2021-01-05T07:22:11.076Z] f06f6a530b75: Preparing [2021-01-05T07:22:11.076Z] 94b3a8448f51: Preparing [2021-01-05T07:22:11.076Z] 6e88cedc3281: Preparing [2021-01-05T07:22:11.076Z] b07f44b43cb3: Preparing [2021-01-05T07:22:11.076Z] 777b2c648970: Preparing [2021-01-05T07:22:11.076Z] 94b3a8448f51: Waiting [2021-01-05T07:22:11.076Z] 6e88cedc3281: Waiting [2021-01-05T07:22:11.076Z] b07f44b43cb3: Waiting [2021-01-05T07:22:11.076Z] 777b2c648970: Waiting [2021-01-05T07:22:11.076Z] 952eb10ff683: Layer already exists [2021-01-05T07:22:11.076Z] f552b8cedb03: Layer already exists [2021-01-05T07:22:11.076Z] cc32910c3c53: Layer already exists [2021-01-05T07:22:11.076Z] 3e64e2c72e4b: Layer already exists [2021-01-05T07:22:11.076Z] f06f6a530b75: Layer already exists [2021-01-05T07:22:11.076Z] 6e88cedc3281: Layer already exists [2021-01-05T07:22:11.076Z] 94b3a8448f51: Layer already exists [2021-01-05T07:22:11.076Z] b07f44b43cb3: Layer already exists [2021-01-05T07:22:11.076Z] 777b2c648970: Layer already exists [2021-01-05T07:22:11.076Z] master: digest: sha256:6d72ed98580e9a253430fbb5caec38617d28e98a461172dd19724687cddfd016 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-05T07:22:11.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:22:11.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:22:11.395Z] ---> 516b64e0d6b6 [2021-01-05T07:22:11.395Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:22:11.395Z] ---> Using cache [2021-01-05T07:22:11.395Z] ---> 95560aace54e [2021-01-05T07:22:11.395Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:22:11.395Z] ---> Using cache [2021-01-05T07:22:11.395Z] ---> 021d6b7bb61a [2021-01-05T07:22:11.395Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:22:11.395Z] ---> Using cache [2021-01-05T07:22:11.395Z] ---> f7ffe6caca5f [2021-01-05T07:22:11.395Z] Step 6/22 : COPY go.mod . [2021-01-05T07:22:11.395Z] ---> Using cache [2021-01-05T07:22:11.395Z] ---> 5fa52a1e2878 [2021-01-05T07:22:11.395Z] Step 7/22 : RUN go mod download [2021-01-05T07:22:11.395Z] ---> Using cache [2021-01-05T07:22:11.395Z] ---> 8ab3aacc80d2 [2021-01-05T07:22:11.395Z] Step 8/22 : COPY . . [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:22:11.527Z] ===================================================== [Pipeline] echo [2021-01-05T07:22:11.573Z] taggedImages: [2021-01-05T07:22:11.573Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:11.573Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.27 [2021-01-05T07:22:11.573Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:11.573Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-05T07:22:11.634Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-05T07:22:11.634Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:11.634Z] 2.0.0-dev.27 [2021-01-05T07:22:11.634Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:11.634Z] master [2021-01-05T07:22:11.634Z] ===================================================== [2021-01-05T07:22:11.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:22:11.671Z] ---> Using cache [2021-01-05T07:22:11.671Z] ---> 2378693828ed [2021-01-05T07:22:11.671Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:12.106Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:12.268Z] ---> d7a6c4b9d595 [2021-01-05T07:22:12.269Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T07:22:12.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:12.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-05T07:22:12.401Z] 05b5fa250955: Preparing [2021-01-05T07:22:12.401Z] dffc3f7e8808: Preparing [2021-01-05T07:22:12.401Z] aa69b784463f: Preparing [2021-01-05T07:22:12.401Z] ffca006a48b5: Preparing [2021-01-05T07:22:12.401Z] b4137fd9552f: Preparing [2021-01-05T07:22:12.401Z] 1d8c81c0fc3f: Preparing [2021-01-05T07:22:12.401Z] 1d8c81c0fc3f: Waiting [2021-01-05T07:22:12.539Z] ---> Running in c5008aef8a1e [2021-01-05T07:22:12.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:22:12.662Z] 05b5fa250955: Pushed [2021-01-05T07:22:12.662Z] b4137fd9552f: Pushed [2021-01-05T07:22:12.662Z] ffca006a48b5: Pushed [2021-01-05T07:22:12.662Z] aa69b784463f: Pushed [2021-01-05T07:22:12.662Z] 1d8c81c0fc3f: Pushed [2021-01-05T07:22:12.813Z] ---> Running in 37c64bec6b78 [2021-01-05T07:22:13.427Z] Removing intermediate container 37c64bec6b78 [2021-01-05T07:22:13.427Z] ---> f3a973c38600 [2021-01-05T07:22:13.427Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:22:13.606Z] dffc3f7e8808: Pushed [2021-01-05T07:22:13.606Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:8edd3be21255c676fe7048f6720049ad6b12fd90185587ec21c32324ccb2f4c7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:13.709Z] OK: 217 MiB in 51 packages [2021-01-05T07:22:13.919Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:13.983Z] ---> Running in ee9088df7a20 [2021-01-05T07:22:13.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T07:22:14.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.27 [2021-01-05T07:22:14.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-05T07:22:14.222Z] 05b5fa250955: Preparing [2021-01-05T07:22:14.222Z] dffc3f7e8808: Preparing [2021-01-05T07:22:14.222Z] aa69b784463f: Preparing [2021-01-05T07:22:14.222Z] ffca006a48b5: Preparing [2021-01-05T07:22:14.222Z] b4137fd9552f: Preparing [2021-01-05T07:22:14.222Z] 1d8c81c0fc3f: Preparing [2021-01-05T07:22:14.222Z] 1d8c81c0fc3f: Waiting [2021-01-05T07:22:14.222Z] aa69b784463f: Layer already exists [2021-01-05T07:22:14.222Z] b4137fd9552f: Layer already exists [2021-01-05T07:22:14.222Z] ffca006a48b5: Layer already exists [2021-01-05T07:22:14.222Z] dffc3f7e8808: Layer already exists [2021-01-05T07:22:14.222Z] 05b5fa250955: Layer already exists [2021-01-05T07:22:14.222Z] 1d8c81c0fc3f: Layer already exists [2021-01-05T07:22:14.222Z] 2.0.0-dev.27: digest: sha256:8edd3be21255c676fe7048f6720049ad6b12fd90185587ec21c32324ccb2f4c7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:14.532Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:14.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:14.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-05T07:22:14.833Z] 05b5fa250955: Preparing [2021-01-05T07:22:14.833Z] dffc3f7e8808: Preparing [2021-01-05T07:22:14.833Z] aa69b784463f: Preparing [2021-01-05T07:22:14.833Z] ffca006a48b5: Preparing [2021-01-05T07:22:14.833Z] b4137fd9552f: Preparing [2021-01-05T07:22:14.833Z] 1d8c81c0fc3f: Preparing [2021-01-05T07:22:14.833Z] 1d8c81c0fc3f: Waiting [2021-01-05T07:22:14.833Z] 05b5fa250955: Layer already exists [2021-01-05T07:22:14.833Z] b4137fd9552f: Layer already exists [2021-01-05T07:22:14.833Z] dffc3f7e8808: Layer already exists [2021-01-05T07:22:14.833Z] aa69b784463f: Layer already exists [2021-01-05T07:22:14.833Z] ffca006a48b5: Layer already exists [2021-01-05T07:22:14.833Z] 1d8c81c0fc3f: Layer already exists [2021-01-05T07:22:14.833Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:8edd3be21255c676fe7048f6720049ad6b12fd90185587ec21c32324ccb2f4c7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:14.973Z] Removing intermediate container ee9088df7a20 [2021-01-05T07:22:14.973Z] ---> fe6eb7aecb4d [2021-01-05T07:22:14.973Z] Step 21/23 : LABEL arch=arm64 [2021-01-05T07:22:15.139Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:15.246Z] ---> Running in 1d4a005f2ad5 [2021-01-05T07:22:15.437Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-05T07:22:15.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-05T07:22:15.437Z] 05b5fa250955: Preparing [2021-01-05T07:22:15.437Z] dffc3f7e8808: Preparing [2021-01-05T07:22:15.437Z] aa69b784463f: Preparing [2021-01-05T07:22:15.437Z] ffca006a48b5: Preparing [2021-01-05T07:22:15.437Z] b4137fd9552f: Preparing [2021-01-05T07:22:15.437Z] 1d8c81c0fc3f: Preparing [2021-01-05T07:22:15.437Z] 1d8c81c0fc3f: Waiting [2021-01-05T07:22:15.437Z] b4137fd9552f: Layer already exists [2021-01-05T07:22:15.437Z] dffc3f7e8808: Layer already exists [2021-01-05T07:22:15.437Z] aa69b784463f: Layer already exists [2021-01-05T07:22:15.437Z] 05b5fa250955: Layer already exists [2021-01-05T07:22:15.437Z] ffca006a48b5: Layer already exists [2021-01-05T07:22:15.437Z] 1d8c81c0fc3f: Layer already exists [2021-01-05T07:22:15.437Z] master: digest: sha256:8edd3be21255c676fe7048f6720049ad6b12fd90185587ec21c32324ccb2f4c7 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:22:15.621Z] ===================================================== [Pipeline] echo [2021-01-05T07:22:15.668Z] taggedImages: [2021-01-05T07:22:15.668Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:15.668Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.27 [2021-01-05T07:22:15.668Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:15.668Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-05T07:22:15.731Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-05T07:22:15.731Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:15.731Z] 2.0.0-dev.27 [2021-01-05T07:22:15.731Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:15.731Z] master [2021-01-05T07:22:15.731Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-05T07:22:15.849Z] Removing intermediate container c6e1ec70be7c [2021-01-05T07:22:15.849Z] ---> a8a265209265 [2021-01-05T07:22:15.849Z] Step 6/26 : COPY go.mod . [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:16.155Z] Removing intermediate container 1d4a005f2ad5 [2021-01-05T07:22:16.155Z] ---> 7ad257865790 [2021-01-05T07:22:16.155Z] Step 22/23 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:16.208Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:16.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:16.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-05T07:22:16.510Z] c3ef307b119c: Preparing [2021-01-05T07:22:16.510Z] 9b6cac431aba: Preparing [2021-01-05T07:22:16.510Z] c44f77ada946: Preparing [2021-01-05T07:22:16.510Z] c3ef307b119c: Pushed [2021-01-05T07:22:16.510Z] c44f77ada946: Pushed [2021-01-05T07:22:16.765Z] ---> Running in c896cef0340b [2021-01-05T07:22:17.050Z] ---> d27dd1b27567 [2021-01-05T07:22:17.050Z] Step 7/26 : RUN go mod download [2021-01-05T07:22:17.682Z] ---> Running in e5109ac1a95e [2021-01-05T07:22:17.901Z] 9b6cac431aba: Pushed [2021-01-05T07:22:17.901Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:8654f0d250a3fba6ba5c7410af62700a2c2be9a9293c18aa857d3cd05da98b8b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:17.978Z] Removing intermediate container c896cef0340b [2021-01-05T07:22:17.978Z] ---> cceed5f16f26 [2021-01-05T07:22:17.978Z] Step 23/23 : LABEL version=2.0.0-dev.27 [2021-01-05T07:22:18.210Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:18.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.27 [2021-01-05T07:22:18.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-05T07:22:18.513Z] c3ef307b119c: Preparing [2021-01-05T07:22:18.513Z] 9b6cac431aba: Preparing [2021-01-05T07:22:18.513Z] c44f77ada946: Preparing [2021-01-05T07:22:18.513Z] c44f77ada946: Layer already exists [2021-01-05T07:22:18.513Z] 9b6cac431aba: Layer already exists [2021-01-05T07:22:18.513Z] c3ef307b119c: Layer already exists [2021-01-05T07:22:18.513Z] 2.0.0-dev.27: digest: sha256:8654f0d250a3fba6ba5c7410af62700a2c2be9a9293c18aa857d3cd05da98b8b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:18.587Z] ---> Running in a8948fedf926 [2021-01-05T07:22:18.819Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:19.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:19.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-05T07:22:19.122Z] c3ef307b119c: Preparing [2021-01-05T07:22:19.122Z] 9b6cac431aba: Preparing [2021-01-05T07:22:19.122Z] c44f77ada946: Preparing [2021-01-05T07:22:19.122Z] 9b6cac431aba: Layer already exists [2021-01-05T07:22:19.122Z] c3ef307b119c: Layer already exists [2021-01-05T07:22:19.122Z] c44f77ada946: Layer already exists [2021-01-05T07:22:19.122Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:8654f0d250a3fba6ba5c7410af62700a2c2be9a9293c18aa857d3cd05da98b8b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:19.547Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:19.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-05T07:22:19.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-05T07:22:19.851Z] c3ef307b119c: Preparing [2021-01-05T07:22:19.851Z] 9b6cac431aba: Preparing [2021-01-05T07:22:19.851Z] c44f77ada946: Preparing [2021-01-05T07:22:19.851Z] c44f77ada946: Layer already exists [2021-01-05T07:22:19.851Z] c3ef307b119c: Layer already exists [2021-01-05T07:22:19.851Z] 9b6cac431aba: Layer already exists [2021-01-05T07:22:19.851Z] master: digest: sha256:8654f0d250a3fba6ba5c7410af62700a2c2be9a9293c18aa857d3cd05da98b8b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:22:20.042Z] ===================================================== [2021-01-05T07:22:20.051Z] Removing intermediate container a8948fedf926 [2021-01-05T07:22:20.051Z] ---> 57f21c8a59b7 [2021-01-05T07:22:20.051Z] [Pipeline] echo [2021-01-05T07:22:20.125Z] taggedImages: [2021-01-05T07:22:20.125Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:20.125Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.27 [2021-01-05T07:22:20.125Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:20.125Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-05T07:22:20.185Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-05T07:22:20.185Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:20.185Z] 2.0.0-dev.27 [2021-01-05T07:22:20.185Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:20.185Z] master [2021-01-05T07:22:20.185Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:20.688Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:20.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:20.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-05T07:22:20.993Z] 601cae7ce575: Preparing [2021-01-05T07:22:20.993Z] b26d78ff727e: Preparing [2021-01-05T07:22:20.993Z] eb043b3ad737: Preparing [2021-01-05T07:22:20.993Z] 791b37e13351: Preparing [2021-01-05T07:22:20.993Z] 40d347835e9c: Preparing [2021-01-05T07:22:20.993Z] 14cd13423d71: Preparing [2021-01-05T07:22:20.993Z] d0dc81e98639: Preparing [2021-01-05T07:22:20.993Z] 0754057c0ad3: Preparing [2021-01-05T07:22:20.993Z] 998cdf262ab1: Preparing [2021-01-05T07:22:20.993Z] 02e56110abd2: Preparing [2021-01-05T07:22:20.993Z] abc36efb885a: Preparing [2021-01-05T07:22:20.993Z] b0b09059f4e1: Preparing [2021-01-05T07:22:20.993Z] bb961f40224b: Preparing [2021-01-05T07:22:20.993Z] f4666769fca7: Preparing [2021-01-05T07:22:20.993Z] 14cd13423d71: Waiting [2021-01-05T07:22:20.993Z] 0754057c0ad3: Waiting [2021-01-05T07:22:20.993Z] 998cdf262ab1: Waiting [2021-01-05T07:22:20.993Z] bb961f40224b: Waiting [2021-01-05T07:22:20.993Z] 02e56110abd2: Waiting [2021-01-05T07:22:20.993Z] abc36efb885a: Waiting [2021-01-05T07:22:20.993Z] f4666769fca7: Waiting [2021-01-05T07:22:20.993Z] b0b09059f4e1: Waiting [2021-01-05T07:22:20.993Z] d0dc81e98639: Waiting [2021-01-05T07:22:21.057Z] Successfully built 57f21c8a59b7 [2021-01-05T07:22:21.057Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-05T07:22:21.264Z] 40d347835e9c: Pushed [2021-01-05T07:22:21.265Z] 601cae7ce575: Pushed [2021-01-05T07:22:21.528Z] 791b37e13351: Pushed [2021-01-05T07:22:21.528Z] 0754057c0ad3: Layer already exists [2021-01-05T07:22:21.528Z] 998cdf262ab1: Layer already exists [2021-01-05T07:22:21.528Z] d0dc81e98639: Pushed [2021-01-05T07:22:21.528Z] 02e56110abd2: Layer already exists [2021-01-05T07:22:21.528Z] abc36efb885a: Layer already exists [2021-01-05T07:22:21.528Z] b0b09059f4e1: Layer already exists [2021-01-05T07:22:21.790Z] bb961f40224b: Layer already exists [2021-01-05T07:22:21.790Z] f4666769fca7: Layer already exists [2021-01-05T07:22:21.790Z] b26d78ff727e: Pushed [2021-01-05T07:22:22.057Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:22:22.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:22:22.057Z] ---> 516b64e0d6b6 [2021-01-05T07:22:22.057Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T07:22:22.057Z] ---> Using cache [2021-01-05T07:22:22.057Z] ---> 95560aace54e [2021-01-05T07:22:22.057Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:22:22.057Z] ---> Using cache [2021-01-05T07:22:22.057Z] ---> 021d6b7bb61a [2021-01-05T07:22:22.057Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T07:22:22.057Z] ---> Using cache [2021-01-05T07:22:22.057Z] ---> f7ffe6caca5f [2021-01-05T07:22:22.057Z] Step 6/22 : COPY go.mod . [2021-01-05T07:22:22.057Z] ---> Using cache [2021-01-05T07:22:22.057Z] ---> 5fa52a1e2878 [2021-01-05T07:22:22.057Z] Step 7/22 : RUN go mod download [2021-01-05T07:22:22.057Z] ---> Using cache [2021-01-05T07:22:22.057Z] ---> 8ab3aacc80d2 [2021-01-05T07:22:22.057Z] Step 8/22 : COPY . . [2021-01-05T07:22:22.361Z] 14cd13423d71: Pushed [2021-01-05T07:22:22.659Z] ---> Using cache [2021-01-05T07:22:22.659Z] ---> 2378693828ed [2021-01-05T07:22:22.659Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T07:22:23.261Z] ---> Running in c4e7c1099a8e [2021-01-05T07:22:24.253Z] Removing intermediate container e5109ac1a95e [2021-01-05T07:22:24.253Z] ---> d9588c49be93 [2021-01-05T07:22:24.253Z] Step 8/26 : COPY . . [2021-01-05T07:22:27.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T07:22:27.363Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T07:22:27.363Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T07:22:27.363Z] ---> 516b64e0d6b6 [2021-01-05T07:22:27.363Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T07:22:27.363Z] ---> Using cache [2021-01-05T07:22:27.363Z] ---> 95560aace54e [2021-01-05T07:22:27.363Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T07:22:27.363Z] ---> Using cache [2021-01-05T07:22:27.363Z] ---> 021d6b7bb61a [2021-01-05T07:22:27.363Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T07:22:27.636Z] ---> Running in 55be2bd7c401 [2021-01-05T07:22:29.762Z] eb043b3ad737: Pushed [2021-01-05T07:22:29.762Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:67ccae97a3a8fd40a47bc2d45885a11801e86554117763050d2e18326d4bcc1f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:30.072Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:30.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:22:30.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.27 [2021-01-05T07:22:30.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-05T07:22:30.379Z] 601cae7ce575: Preparing [2021-01-05T07:22:30.379Z] b26d78ff727e: Preparing [2021-01-05T07:22:30.379Z] eb043b3ad737: Preparing [2021-01-05T07:22:30.379Z] 791b37e13351: Preparing [2021-01-05T07:22:30.379Z] 40d347835e9c: Preparing [2021-01-05T07:22:30.379Z] 14cd13423d71: Preparing [2021-01-05T07:22:30.379Z] d0dc81e98639: Preparing [2021-01-05T07:22:30.379Z] 0754057c0ad3: Preparing [2021-01-05T07:22:30.379Z] 998cdf262ab1: Preparing [2021-01-05T07:22:30.379Z] 02e56110abd2: Preparing [2021-01-05T07:22:30.379Z] abc36efb885a: Preparing [2021-01-05T07:22:30.379Z] b0b09059f4e1: Preparing [2021-01-05T07:22:30.379Z] bb961f40224b: Preparing [2021-01-05T07:22:30.379Z] f4666769fca7: Preparing [2021-01-05T07:22:30.379Z] 02e56110abd2: Waiting [2021-01-05T07:22:30.379Z] 14cd13423d71: Waiting [2021-01-05T07:22:30.379Z] abc36efb885a: Waiting [2021-01-05T07:22:30.379Z] b0b09059f4e1: Waiting [2021-01-05T07:22:30.379Z] bb961f40224b: Waiting [2021-01-05T07:22:30.379Z] d0dc81e98639: Waiting [2021-01-05T07:22:30.379Z] f4666769fca7: Waiting [2021-01-05T07:22:30.379Z] 998cdf262ab1: Waiting [2021-01-05T07:22:30.379Z] 0754057c0ad3: Waiting [2021-01-05T07:22:30.379Z] 40d347835e9c: Layer already exists [2021-01-05T07:22:30.379Z] 601cae7ce575: Layer already exists [2021-01-05T07:22:30.379Z] 791b37e13351: Layer already exists [2021-01-05T07:22:30.379Z] eb043b3ad737: Layer already exists [2021-01-05T07:22:30.379Z] b26d78ff727e: Layer already exists [2021-01-05T07:22:30.379Z] d0dc81e98639: Layer already exists [2021-01-05T07:22:30.379Z] 14cd13423d71: Layer already exists [2021-01-05T07:22:30.379Z] 02e56110abd2: Layer already exists [2021-01-05T07:22:30.379Z] 998cdf262ab1: Layer already exists [2021-01-05T07:22:30.379Z] 0754057c0ad3: Layer already exists [2021-01-05T07:22:30.379Z] bb961f40224b: Layer already exists [2021-01-05T07:22:30.379Z] b0b09059f4e1: Layer already exists [2021-01-05T07:22:30.379Z] f4666769fca7: Layer already exists [2021-01-05T07:22:30.379Z] abc36efb885a: Layer already exists [2021-01-05T07:22:30.379Z] 2.0.0-dev.27: digest: sha256:67ccae97a3a8fd40a47bc2d45885a11801e86554117763050d2e18326d4bcc1f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:30.691Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:30.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:22:30.999Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:30.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-05T07:22:30.999Z] 601cae7ce575: Preparing [2021-01-05T07:22:30.999Z] b26d78ff727e: Preparing [2021-01-05T07:22:30.999Z] eb043b3ad737: Preparing [2021-01-05T07:22:30.999Z] 791b37e13351: Preparing [2021-01-05T07:22:30.999Z] 40d347835e9c: Preparing [2021-01-05T07:22:30.999Z] 14cd13423d71: Preparing [2021-01-05T07:22:30.999Z] d0dc81e98639: Preparing [2021-01-05T07:22:30.999Z] 0754057c0ad3: Preparing [2021-01-05T07:22:30.999Z] 998cdf262ab1: Preparing [2021-01-05T07:22:30.999Z] 02e56110abd2: Preparing [2021-01-05T07:22:30.999Z] abc36efb885a: Preparing [2021-01-05T07:22:30.999Z] b0b09059f4e1: Preparing [2021-01-05T07:22:30.999Z] bb961f40224b: Preparing [2021-01-05T07:22:30.999Z] f4666769fca7: Preparing [2021-01-05T07:22:30.999Z] 14cd13423d71: Waiting [2021-01-05T07:22:30.999Z] 0754057c0ad3: Waiting [2021-01-05T07:22:30.999Z] 998cdf262ab1: Waiting [2021-01-05T07:22:30.999Z] 02e56110abd2: Waiting [2021-01-05T07:22:30.999Z] abc36efb885a: Waiting [2021-01-05T07:22:30.999Z] b0b09059f4e1: Waiting [2021-01-05T07:22:30.999Z] bb961f40224b: Waiting [2021-01-05T07:22:30.999Z] f4666769fca7: Waiting [2021-01-05T07:22:30.999Z] 601cae7ce575: Layer already exists [2021-01-05T07:22:30.999Z] 40d347835e9c: Layer already exists [2021-01-05T07:22:30.999Z] 791b37e13351: Layer already exists [2021-01-05T07:22:30.999Z] b26d78ff727e: Layer already exists [2021-01-05T07:22:30.999Z] eb043b3ad737: Layer already exists [2021-01-05T07:22:30.999Z] d0dc81e98639: Layer already exists [2021-01-05T07:22:30.999Z] 14cd13423d71: Layer already exists [2021-01-05T07:22:30.999Z] 0754057c0ad3: Layer already exists [2021-01-05T07:22:30.999Z] 998cdf262ab1: Layer already exists [2021-01-05T07:22:30.999Z] 02e56110abd2: Layer already exists [2021-01-05T07:22:30.999Z] abc36efb885a: Layer already exists [2021-01-05T07:22:30.999Z] b0b09059f4e1: Layer already exists [2021-01-05T07:22:30.999Z] f4666769fca7: Layer already exists [2021-01-05T07:22:30.999Z] bb961f40224b: Layer already exists [2021-01-05T07:22:30.999Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:67ccae97a3a8fd40a47bc2d45885a11801e86554117763050d2e18326d4bcc1f size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:31.304Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:22:31.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-05T07:22:31.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-05T07:22:31.604Z] 601cae7ce575: Preparing [2021-01-05T07:22:31.604Z] b26d78ff727e: Preparing [2021-01-05T07:22:31.604Z] eb043b3ad737: Preparing [2021-01-05T07:22:31.604Z] 791b37e13351: Preparing [2021-01-05T07:22:31.604Z] 40d347835e9c: Preparing [2021-01-05T07:22:31.604Z] 14cd13423d71: Preparing [2021-01-05T07:22:31.604Z] d0dc81e98639: Preparing [2021-01-05T07:22:31.604Z] 0754057c0ad3: Preparing [2021-01-05T07:22:31.604Z] 998cdf262ab1: Preparing [2021-01-05T07:22:31.604Z] 02e56110abd2: Preparing [2021-01-05T07:22:31.604Z] abc36efb885a: Preparing [2021-01-05T07:22:31.604Z] b0b09059f4e1: Preparing [2021-01-05T07:22:31.604Z] bb961f40224b: Preparing [2021-01-05T07:22:31.604Z] f4666769fca7: Preparing [2021-01-05T07:22:31.604Z] 14cd13423d71: Waiting [2021-01-05T07:22:31.604Z] d0dc81e98639: Waiting [2021-01-05T07:22:31.604Z] 0754057c0ad3: Waiting [2021-01-05T07:22:31.604Z] 998cdf262ab1: Waiting [2021-01-05T07:22:31.604Z] 02e56110abd2: Waiting [2021-01-05T07:22:31.604Z] abc36efb885a: Waiting [2021-01-05T07:22:31.604Z] b0b09059f4e1: Waiting [2021-01-05T07:22:31.604Z] bb961f40224b: Waiting [2021-01-05T07:22:31.604Z] f4666769fca7: Waiting [2021-01-05T07:22:31.604Z] eb043b3ad737: Layer already exists [2021-01-05T07:22:31.604Z] 40d347835e9c: Layer already exists [2021-01-05T07:22:31.604Z] 791b37e13351: Layer already exists [2021-01-05T07:22:31.604Z] 601cae7ce575: Layer already exists [2021-01-05T07:22:31.604Z] b26d78ff727e: Layer already exists [2021-01-05T07:22:31.604Z] d0dc81e98639: Layer already exists [2021-01-05T07:22:31.604Z] 0754057c0ad3: Layer already exists [2021-01-05T07:22:31.604Z] 14cd13423d71: Layer already exists [2021-01-05T07:22:31.604Z] 998cdf262ab1: Layer already exists [2021-01-05T07:22:31.604Z] 02e56110abd2: Layer already exists [2021-01-05T07:22:31.604Z] abc36efb885a: Layer already exists [2021-01-05T07:22:31.604Z] f4666769fca7: Layer already exists [2021-01-05T07:22:31.604Z] bb961f40224b: Layer already exists [2021-01-05T07:22:31.604Z] b0b09059f4e1: Layer already exists [2021-01-05T07:22:31.604Z] master: digest: sha256:67ccae97a3a8fd40a47bc2d45885a11801e86554117763050d2e18326d4bcc1f size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:22:31.809Z] ===================================================== [Pipeline] echo [2021-01-05T07:22:31.857Z] taggedImages: [2021-01-05T07:22:31.857Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:22:31.857Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.27 [2021-01-05T07:22:31.857Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:22:31.857Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [2021-01-05T07:22:31.864Z] OK: 217 MiB in 51 packages [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-05T07:22:35.292Z] Removing intermediate container 55be2bd7c401 [2021-01-05T07:22:35.292Z] ---> 5dd8777aa510 [2021-01-05T07:22:35.292Z] Step 6/24 : COPY go.mod . [2021-01-05T07:22:36.737Z] ---> 8deb38b7eebb [2021-01-05T07:22:36.737Z] Step 7/24 : RUN go mod download [2021-01-05T07:22:37.343Z] ---> Running in 4b0fd6e95349 [2021-01-05T07:22:39.978Z] ---> eac42912d788 [2021-01-05T07:22:39.978Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T07:22:39.978Z] ---> Running in 8f0178b36b20 [2021-01-05T07:22:41.976Z] Removing intermediate container 4b0fd6e95349 [2021-01-05T07:22:41.976Z] ---> 03550471fcdf [2021-01-05T07:22:41.976Z] Step 8/24 : COPY . . [2021-01-05T07:22:41.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T07:22:54.392Z] ---> 463ff10f9267 [2021-01-05T07:22:54.392Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T07:22:54.392Z] ---> Running in 7f1432275493 [2021-01-05T07:22:55.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T07:23:35.047Z] Removing intermediate container c4e7c1099a8e [2021-01-05T07:23:35.047Z] ---> 0db5f171ac58 [2021-01-05T07:23:35.047Z] [2021-01-05T07:23:35.047Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T07:23:35.047Z] ---> afeebe901d6b [2021-01-05T07:23:35.047Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T07:23:35.047Z] ---> Using cache [2021-01-05T07:23:35.047Z] ---> 282e36994e58 [2021-01-05T07:23:35.047Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T07:23:35.047Z] ---> Running in 53f9341659ad [2021-01-05T07:23:35.047Z] Removing intermediate container 53f9341659ad [2021-01-05T07:23:35.047Z] ---> db78a84ecec8 [2021-01-05T07:23:35.047Z] Step 13/22 : WORKDIR / [2021-01-05T07:23:35.047Z] ---> Running in 06a4f0dae2ed [2021-01-05T07:23:35.649Z] Removing intermediate container 06a4f0dae2ed [2021-01-05T07:23:35.928Z] ---> e7a5078dac49 [2021-01-05T07:23:35.928Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T07:23:37.387Z] ---> 9bde43ff1165 [2021-01-05T07:23:37.387Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T07:23:40.797Z] ---> fec7441880d1 [2021-01-05T07:23:40.797Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T07:23:41.073Z] Removing intermediate container c5008aef8a1e [2021-01-05T07:23:41.073Z] ---> 72765092ecde [2021-01-05T07:23:41.073Z] [2021-01-05T07:23:41.073Z] Step 10/22 : FROM scratch [2021-01-05T07:23:41.073Z] ---> [2021-01-05T07:23:41.073Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T07:23:41.073Z] ---> Using cache [2021-01-05T07:23:41.073Z] ---> 5d6ef705f27a [2021-01-05T07:23:41.073Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T07:23:41.672Z] ---> Running in 72b85edf9420 [2021-01-05T07:23:41.672Z] ---> 7b93512c5b3c [2021-01-05T07:23:41.672Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T07:23:42.275Z] Removing intermediate container 72b85edf9420 [2021-01-05T07:23:42.275Z] ---> 422a9e8459a6 [2021-01-05T07:23:42.275Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T07:23:42.569Z] ---> Running in 022eb0a66852 [2021-01-05T07:23:43.176Z] ---> 66b4038836f3 [2021-01-05T07:23:43.176Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T07:23:43.176Z] Removing intermediate container 022eb0a66852 [2021-01-05T07:23:43.176Z] ---> 0c8722886b16 [2021-01-05T07:23:43.176Z] Step 14/22 : WORKDIR / [2021-01-05T07:23:43.458Z] ---> Running in 0f93ff0b1c28 [2021-01-05T07:23:43.458Z] ---> Running in 2d4599790647 [2021-01-05T07:23:44.448Z] Removing intermediate container 2d4599790647 [2021-01-05T07:23:44.448Z] ---> 9d0a9f7513f9 [2021-01-05T07:23:44.448Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T07:23:45.465Z] ---> c7c7f14a761c [2021-01-05T07:23:45.465Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T07:23:47.473Z] Removing intermediate container 0f93ff0b1c28 [2021-01-05T07:23:47.473Z] ---> f4b26cf20c0f [2021-01-05T07:23:47.473Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T07:23:47.473Z] ---> Running in d6243af51c08 [2021-01-05T07:23:48.089Z] ---> a8faf56e9913 [2021-01-05T07:23:48.089Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T07:23:48.375Z] Removing intermediate container d6243af51c08 [2021-01-05T07:23:48.375Z] ---> db969dfb8418 [2021-01-05T07:23:48.375Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T07:23:48.653Z] ---> Running in 82deef0fc08c [2021-01-05T07:23:49.664Z] ---> ec32a9fadbbf [2021-01-05T07:23:49.664Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T07:23:49.664Z] Removing intermediate container 82deef0fc08c [2021-01-05T07:23:49.664Z] ---> 2e4cec09b8f2 [2021-01-05T07:23:49.664Z] Step 21/22 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:23:49.950Z] ---> Running in 41c95442e4dd [2021-01-05T07:23:50.226Z] ---> Running in d6a46020f70e [2021-01-05T07:23:51.227Z] Removing intermediate container 41c95442e4dd [2021-01-05T07:23:51.227Z] ---> 93c539203543 [2021-01-05T07:23:51.227Z] Step 22/22 : LABEL version=2.0.0-dev.27 [2021-01-05T07:23:51.501Z] Removing intermediate container d6a46020f70e [2021-01-05T07:23:51.501Z] ---> fc1791d6ec45 [2021-01-05T07:23:51.501Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:23:51.776Z] ---> Running in 2380071b300f [2021-01-05T07:23:51.776Z] ---> Running in 94ff4ad8b321 [2021-01-05T07:23:52.387Z] Removing intermediate container 8f0178b36b20 [2021-01-05T07:23:52.387Z] ---> 56460556a62c [2021-01-05T07:23:52.387Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T07:23:52.387Z] ---> Running in 8ced06fced44 [2021-01-05T07:23:52.665Z] Removing intermediate container 2380071b300f [2021-01-05T07:23:52.665Z] ---> f19549723ccb [2021-01-05T07:23:52.665Z] [2021-01-05T07:23:52.665Z] Removing intermediate container 94ff4ad8b321 [2021-01-05T07:23:52.665Z] ---> acffdd98aba2 [2021-01-05T07:23:52.665Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T07:23:52.937Z] ---> Running in 7d93b08f9013 [2021-01-05T07:23:52.938Z] Successfully built f19549723ccb [2021-01-05T07:23:52.938Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-05T07:23:53.531Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 7d93b08f9013 [2021-01-05T07:23:53.531Z] ---> 184a234ae7e0 [2021-01-05T07:23:53.531Z] Step 21/22 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:23:53.803Z] ---> Running in 9b8bcb7b16c7 [2021-01-05T07:23:53.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.27" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T07:23:54.402Z] Removing intermediate container 9b8bcb7b16c7 [2021-01-05T07:23:54.402Z] ---> 017f9d511624 [2021-01-05T07:23:54.402Z] Step 22/22 : LABEL version=2.0.0-dev.27 [2021-01-05T07:23:54.402Z] ---> Running in c1b2ef66b814 [2021-01-05T07:23:55.002Z] Removing intermediate container c1b2ef66b814 [2021-01-05T07:23:55.002Z] ---> 6f463ba8f4f2 [2021-01-05T07:23:55.002Z] [2021-01-05T07:23:55.600Z] Successfully built 6f463ba8f4f2 [2021-01-05T07:23:55.600Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-05T07:23:57.035Z]  Building docker-core-metadata-go ... done Removing intermediate container 8ced06fced44 [2021-01-05T07:23:57.035Z] ---> 518b813f5779 [2021-01-05T07:23:57.035Z] [2021-01-05T07:23:57.035Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T07:23:57.311Z] 20.10.0: Pulling from library/docker [2021-01-05T07:23:59.951Z] Removing intermediate container 7f1432275493 [2021-01-05T07:23:59.951Z] ---> 3c84b6d0b9c7 [2021-01-05T07:23:59.951Z] [2021-01-05T07:23:59.951Z] Step 10/24 : FROM scratch [2021-01-05T07:23:59.951Z] ---> [2021-01-05T07:23:59.951Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T07:24:00.549Z] ---> Running in 604a2f9e1cc3 [2021-01-05T07:24:00.830Z] Removing intermediate container 604a2f9e1cc3 [2021-01-05T07:24:00.830Z] ---> fc96f30b7ed1 [2021-01-05T07:24:00.830Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T07:24:01.105Z] ---> Running in 8cbcadb29eda [2021-01-05T07:24:01.704Z] Removing intermediate container 8cbcadb29eda [2021-01-05T07:24:01.704Z] ---> a02d8d977d79 [2021-01-05T07:24:01.704Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T07:24:01.978Z] ---> Running in eb7ad974bdf3 [2021-01-05T07:24:02.573Z] Removing intermediate container eb7ad974bdf3 [2021-01-05T07:24:02.573Z] ---> 463cbd64225e [2021-01-05T07:24:02.573Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T07:24:04.007Z] ---> b3ac8b2f184c [2021-01-05T07:24:04.007Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T07:24:05.448Z] ---> f1b527f830ed [2021-01-05T07:24:05.448Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T07:24:06.881Z] ---> 0f11ba674f48 [2021-01-05T07:24:06.881Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T07:24:06.881Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T07:24:06.881Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T07:24:06.881Z] ---> eeaf43b92773 [2021-01-05T07:24:06.881Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T07:24:07.155Z] ---> Running in b09e04894f82 [2021-01-05T07:24:07.427Z] ---> 65b85a8c3fac [2021-01-05T07:24:07.427Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T07:24:08.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:24:08.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:24:08.677Z] ---> 31bddac1adc4 [2021-01-05T07:24:08.677Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T07:24:08.948Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T07:24:08.948Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T07:24:08.948Z] Executing bash-5.0.17-r0.post-install [2021-01-05T07:24:08.948Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:24:09.221Z] OK: 12 MiB in 22 packages [2021-01-05T07:24:09.221Z] ---> 864f19df1e62 [2021-01-05T07:24:09.221Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T07:24:09.492Z] ---> Running in 97f06de1337a [2021-01-05T07:24:10.085Z] Removing intermediate container 97f06de1337a [2021-01-05T07:24:10.085Z] ---> 9daf1c30d9ed [2021-01-05T07:24:10.085Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:24:10.085Z] ---> Running in fd178ea095c2 [2021-01-05T07:24:10.356Z] Removing intermediate container b09e04894f82 [2021-01-05T07:24:10.356Z] ---> dabda9e350b6 [2021-01-05T07:24:10.356Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T07:24:10.628Z] ---> Running in 4c54d2ccb748 [2021-01-05T07:24:10.628Z] Removing intermediate container fd178ea095c2 [2021-01-05T07:24:10.628Z] ---> c03069e3559d [2021-01-05T07:24:10.628Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T07:24:10.628Z] ---> Running in 064f2dc900fd [2021-01-05T07:24:10.900Z] Removing intermediate container 4c54d2ccb748 [2021-01-05T07:24:10.900Z] ---> 659884732aeb [2021-01-05T07:24:10.900Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T07:24:11.171Z] ---> Running in eb148c7e120c [2021-01-05T07:24:11.171Z] Removing intermediate container 064f2dc900fd [2021-01-05T07:24:11.171Z] ---> bfb96e016695 [2021-01-05T07:24:11.171Z] Step 23/24 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:24:11.440Z] ---> Running in a762d4a61019 [2021-01-05T07:24:11.712Z] Removing intermediate container eb148c7e120c [2021-01-05T07:24:11.713Z] ---> 7252858f415e [2021-01-05T07:24:11.713Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T07:24:11.713Z] ---> Running in bab3e4720cfe [2021-01-05T07:24:11.987Z] Removing intermediate container a762d4a61019 [2021-01-05T07:24:11.987Z] ---> 3ccd6fc94620 [2021-01-05T07:24:11.987Z] Step 24/24 : LABEL version=2.0.0-dev.27 [2021-01-05T07:24:11.987Z] ---> Running in 5de93701d377 [2021-01-05T07:24:12.264Z] Removing intermediate container bab3e4720cfe [2021-01-05T07:24:12.264Z] ---> 127005dac292 [2021-01-05T07:24:12.264Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T07:24:12.536Z] Removing intermediate container 5de93701d377 [2021-01-05T07:24:12.536Z] ---> ee09b93dc64b [2021-01-05T07:24:12.536Z] [2021-01-05T07:24:12.811Z] Successfully built ee09b93dc64b [2021-01-05T07:24:12.811Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-05T07:24:13.401Z]  Building docker-support-notifications-go ... done  ---> 4308d9525916 [2021-01-05T07:24:13.401Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T07:24:13.997Z] ---> a27b93eb5689 [2021-01-05T07:24:13.997Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T07:24:14.974Z] ---> 72802cf836bd [2021-01-05T07:24:14.974Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T07:24:14.974Z] ---> Running in 11eb9a1841a7 [2021-01-05T07:24:15.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:24:16.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:24:16.825Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T07:24:16.825Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T07:24:16.825Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T07:24:16.825Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T07:24:16.825Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T07:24:16.825Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T07:24:16.825Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T07:24:18.784Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T07:24:18.784Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T07:24:18.784Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T07:24:18.784Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T07:24:18.784Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T07:24:18.784Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T07:24:18.784Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T07:24:18.784Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T07:24:18.784Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T07:24:18.784Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T07:24:19.053Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T07:24:19.053Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T07:24:19.053Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T07:24:19.053Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T07:24:19.053Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T07:24:19.053Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T07:24:19.053Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T07:24:19.053Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T07:24:19.053Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T07:24:19.323Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T07:24:19.323Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T07:24:19.323Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T07:24:19.323Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T07:24:19.323Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T07:24:19.323Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T07:24:19.323Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T07:24:19.323Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:24:19.594Z] OK: 71 MiB in 55 packages [2021-01-05T07:24:26.304Z] Removing intermediate container 11eb9a1841a7 [2021-01-05T07:24:26.304Z] ---> 05199a2f8fc6 [2021-01-05T07:24:26.304Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T07:24:26.304Z] ---> Running in f0e598b689ee [2021-01-05T07:24:30.585Z] Collecting docker-compose==1.23.2 [2021-01-05T07:24:30.585Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T07:24:30.856Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T07:24:30.856Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T07:24:31.129Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-05T07:24:31.129Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T07:24:31.129Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T07:24:34.497Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T07:24:34.497Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T07:24:34.497Z] Collecting PyYAML<4,>=3.10 [2021-01-05T07:24:34.497Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T07:24:37.900Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T07:24:37.900Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T07:24:38.172Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T07:24:38.172Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T07:24:38.772Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T07:24:38.772Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T07:24:39.380Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T07:24:39.380Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T07:24:41.337Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T07:24:41.337Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T07:24:43.297Z] 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) [2021-01-05T07:24:43.297Z] 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) [2021-01-05T07:24:43.565Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T07:24:43.565Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T07:24:43.835Z] Collecting idna<2.8,>=2.5 [2021-01-05T07:24:43.835Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T07:24:44.110Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T07:24:44.110Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T07:24:44.378Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T07:24:44.379Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T07:24:44.379Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T07:24:44.379Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T07:24:44.969Z] Installing collected packages: websocket-client, texttable, urllib3, idna, requests, PyYAML, cached-property, jsonschema, docker-pycreds, docker, dockerpty, docopt, docker-compose [2021-01-05T07:24:45.242Z] Running setup.py install for texttable: started [2021-01-05T07:24:47.204Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T07:24:47.204Z] Attempting uninstall: urllib3 [2021-01-05T07:24:47.204Z] Found existing installation: urllib3 1.25.9 [2021-01-05T07:24:47.204Z] Uninstalling urllib3-1.25.9: [2021-01-05T07:24:47.204Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T07:24:47.800Z] Attempting uninstall: idna [2021-01-05T07:24:47.800Z] Found existing installation: idna 2.9 [2021-01-05T07:24:47.800Z] Uninstalling idna-2.9: [2021-01-05T07:24:47.800Z] Successfully uninstalled idna-2.9 [2021-01-05T07:24:48.770Z] Attempting uninstall: requests [2021-01-05T07:24:48.770Z] Found existing installation: requests 2.23.0 [2021-01-05T07:24:48.770Z] Uninstalling requests-2.23.0: [2021-01-05T07:24:48.770Z] Successfully uninstalled requests-2.23.0 [2021-01-05T07:24:49.040Z] Running setup.py install for PyYAML: started [2021-01-05T07:24:51.001Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T07:24:51.971Z] Running setup.py install for dockerpty: started [2021-01-05T07:24:53.930Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T07:24:53.930Z] Running setup.py install for docopt: started [2021-01-05T07:24:55.900Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T07:24:56.490Z] 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 [2021-01-05T07:24:59.860Z] Removing intermediate container f0e598b689ee [2021-01-05T07:24:59.860Z] ---> 3fe1686dffb1 [2021-01-05T07:24:59.860Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T07:25:00.133Z] ---> Running in 98c8d973281a [2021-01-05T07:25:01.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T07:25:01.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T07:25:02.159Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T07:25:02.159Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T07:25:02.159Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T07:25:02.159Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T07:25:02.159Z] OK: 71 MiB in 58 packages [2021-01-05T07:25:03.586Z] Removing intermediate container 98c8d973281a [2021-01-05T07:25:03.586Z] ---> e282d3a07405 [2021-01-05T07:25:03.586Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T07:25:03.867Z] ---> Running in 39217fd7b30f [2021-01-05T07:25:04.147Z] Removing intermediate container 39217fd7b30f [2021-01-05T07:25:04.147Z] ---> 218be275c4af [2021-01-05T07:25:04.147Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T07:25:04.419Z] ---> Running in 03ece66c29d6 [2021-01-05T07:25:04.689Z] Removing intermediate container 03ece66c29d6 [2021-01-05T07:25:04.689Z] ---> 26f22716f82c [2021-01-05T07:25:04.689Z] Step 24/26 : LABEL arch=arm64 [2021-01-05T07:25:04.963Z] ---> Running in 79f6ac34f2c8 [2021-01-05T07:25:05.245Z] Removing intermediate container 79f6ac34f2c8 [2021-01-05T07:25:05.245Z] ---> 7a77bee03253 [2021-01-05T07:25:05.245Z] Step 25/26 : LABEL git_sha=135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:05.515Z] ---> Running in 52aeceb6b2d5 [2021-01-05T07:25:06.107Z] Removing intermediate container 52aeceb6b2d5 [2021-01-05T07:25:06.107Z] ---> 134f7a0b9f2d [2021-01-05T07:25:06.107Z] Step 26/26 : LABEL version=2.0.0-dev.27 [2021-01-05T07:25:06.107Z] ---> Running in 50a786404239 [2021-01-05T07:25:06.698Z] Removing intermediate container 50a786404239 [2021-01-05T07:25:06.698Z] ---> 04a44d903a7f [2021-01-05T07:25:06.698Z] [2021-01-05T07:25:06.970Z] Successfully built 04a44d903a7f [2021-01-05T07:25:06.970Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-05T07:25:07.255Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-05T07:25:07.286Z] $ docker stop --time=1 5c55cb275a6d2632af5159c03addffa8b6f1e677a68219f03c57d9263564acf5 [2021-01-05T07:25:09.216Z] $ docker rm -f 5c55cb275a6d2632af5159c03addffa8b6f1e677a68219f03c57d9263564acf5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T07:25:09.858Z] + docker images [2021-01-05T07:25:09.858Z] + grep docker [2021-01-05T07:25:10.132Z] docker-sys-mgmt-agent-go-arm64 latest 04a44d903a7f 3 seconds ago 300MB [2021-01-05T07:25:10.132Z] docker-support-notifications-go-arm64 latest ee09b93dc64b 57 seconds ago 11.4MB [2021-01-05T07:25:10.132Z] docker-core-metadata-go-arm64 latest 6f463ba8f4f2 About a minute ago 12.2MB [2021-01-05T07:25:10.132Z] docker-security-bootstrap-redis-go-arm64 latest f19549723ccb About a minute ago 15.1MB [2021-01-05T07:25:10.132Z] docker-core-data-go-arm64 latest 57f21c8a59b7 2 minutes ago 21MB [2021-01-05T07:25:10.132Z] docker-security-secretstore-setup-go-arm64 latest 138cf7455298 3 minutes ago 23.4MB [2021-01-05T07:25:10.132Z] docker-security-proxy-setup-go-arm64 latest ea599a1fed0f 3 minutes ago 23.3MB [2021-01-05T07:25:10.132Z] docker-core-command-go-arm64 latest df0ee0f80e1d 3 minutes ago 9.98MB [2021-01-05T07:25:10.132Z] docker-support-scheduler-go-arm64 latest c821d6628a10 3 minutes ago 10MB [2021-01-05T07:25:10.132Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T07:25:10.733Z] provisioning config files... [2021-01-05T07:25:10.768Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/272@tmp/config612847823551540050tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:25:11.180Z] ---> docker-login.sh [2021-01-05T07:25:11.180Z] nexus3.edgexfoundry.org:10001 [2021-01-05T07:25:11.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:25:11.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:25:11.721Z] Configure a credential helper to remove this warning. See [2021-01-05T07:25:11.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:25:11.721Z] [2021-01-05T07:25:11.721Z] Login Succeeded [2021-01-05T07:25:11.721Z] nexus3.edgexfoundry.org:10002 [2021-01-05T07:25:11.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:25:12.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:25:12.273Z] Configure a credential helper to remove this warning. See [2021-01-05T07:25:12.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:25:12.273Z] [2021-01-05T07:25:12.274Z] Login Succeeded [2021-01-05T07:25:12.274Z] nexus3.edgexfoundry.org:10003 [2021-01-05T07:25:12.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:25:12.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:25:12.815Z] Configure a credential helper to remove this warning. See [2021-01-05T07:25:12.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:25:12.815Z] [2021-01-05T07:25:12.815Z] Login Succeeded [2021-01-05T07:25:12.815Z] nexus3.edgexfoundry.org:10004 [2021-01-05T07:25:13.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:25:13.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:25:13.361Z] Configure a credential helper to remove this warning. See [2021-01-05T07:25:13.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:25:13.361Z] [2021-01-05T07:25:13.361Z] Login Succeeded [2021-01-05T07:25:13.361Z] docker.io [2021-01-05T07:25:13.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T07:25:14.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T07:25:14.236Z] Configure a credential helper to remove this warning. See [2021-01-05T07:25:14.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T07:25:14.236Z] [2021-01-05T07:25:14.236Z] Login Succeeded [2021-01-05T07:25:14.236Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T07:25:14.252Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:25:14.476Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-05T07:25:14.476Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:14.476Z] 2.0.0-dev.27 [2021-01-05T07:25:14.476Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:14.476Z] master [2021-01-05T07:25:14.476Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:15.004Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:15.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:15.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-05T07:25:15.347Z] d58fd9c92dcf: Preparing [2021-01-05T07:25:15.347Z] 8f1c9b0e6cd5: Preparing [2021-01-05T07:25:15.347Z] be89354ccf7a: Preparing [2021-01-05T07:25:15.619Z] d58fd9c92dcf: Pushed [2021-01-05T07:25:15.619Z] be89354ccf7a: Pushed [2021-01-05T07:25:18.232Z] 8f1c9b0e6cd5: Pushed [2021-01-05T07:25:18.232Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:2a3cd073dc06ffdfa50c395ebff94a68ab5a2bf2f7838988d060dc4a801aa012 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:18.577Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:18.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:18.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-05T07:25:18.913Z] d58fd9c92dcf: Preparing [2021-01-05T07:25:18.913Z] 8f1c9b0e6cd5: Preparing [2021-01-05T07:25:18.913Z] be89354ccf7a: Preparing [2021-01-05T07:25:18.913Z] d58fd9c92dcf: Layer already exists [2021-01-05T07:25:18.913Z] 8f1c9b0e6cd5: Layer already exists [2021-01-05T07:25:18.913Z] be89354ccf7a: Layer already exists [2021-01-05T07:25:19.184Z] 2.0.0-dev.27: digest: sha256:2a3cd073dc06ffdfa50c395ebff94a68ab5a2bf2f7838988d060dc4a801aa012 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:19.537Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:19.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:19.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-05T07:25:19.878Z] d58fd9c92dcf: Preparing [2021-01-05T07:25:19.878Z] 8f1c9b0e6cd5: Preparing [2021-01-05T07:25:19.878Z] be89354ccf7a: Preparing [2021-01-05T07:25:19.878Z] be89354ccf7a: Layer already exists [2021-01-05T07:25:19.878Z] 8f1c9b0e6cd5: Layer already exists [2021-01-05T07:25:19.878Z] d58fd9c92dcf: Layer already exists [2021-01-05T07:25:20.148Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:2a3cd073dc06ffdfa50c395ebff94a68ab5a2bf2f7838988d060dc4a801aa012 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:20.487Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:20.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-05T07:25:20.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-05T07:25:20.817Z] d58fd9c92dcf: Preparing [2021-01-05T07:25:20.817Z] 8f1c9b0e6cd5: Preparing [2021-01-05T07:25:20.817Z] be89354ccf7a: Preparing [2021-01-05T07:25:20.817Z] d58fd9c92dcf: Layer already exists [2021-01-05T07:25:20.817Z] 8f1c9b0e6cd5: Layer already exists [2021-01-05T07:25:20.817Z] be89354ccf7a: Layer already exists [2021-01-05T07:25:21.086Z] master: digest: sha256:2a3cd073dc06ffdfa50c395ebff94a68ab5a2bf2f7838988d060dc4a801aa012 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:25:21.317Z] ===================================================== [Pipeline] echo [2021-01-05T07:25:21.364Z] taggedImages: [2021-01-05T07:25:21.364Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:21.365Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:21.365Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:21.365Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-05T07:25:21.430Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-05T07:25:21.430Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:21.430Z] 2.0.0-dev.27 [2021-01-05T07:25:21.430Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:21.430Z] master [2021-01-05T07:25:21.430Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:22.037Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:22.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:22.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-05T07:25:22.385Z] d9449bcad556: Preparing [2021-01-05T07:25:22.385Z] ae7e27ac7987: Preparing [2021-01-05T07:25:22.385Z] f5123ad9762d: Preparing [2021-01-05T07:25:22.385Z] ff134dc95be2: Preparing [2021-01-05T07:25:22.385Z] a3dbaf85c36d: Preparing [2021-01-05T07:25:22.385Z] 379067d0cb53: Preparing [2021-01-05T07:25:22.385Z] 379067d0cb53: Waiting [2021-01-05T07:25:22.706Z] f5123ad9762d: Pushed [2021-01-05T07:25:22.706Z] d9449bcad556: Pushed [2021-01-05T07:25:22.706Z] a3dbaf85c36d: Pushed [2021-01-05T07:25:23.001Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:23.613Z] ff134dc95be2: Pushed [2021-01-05T07:25:26.222Z] ae7e27ac7987: Pushed [2021-01-05T07:25:26.222Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:01ef05ddbca7640fa843c920488ea347a3a102e512879f3c5c131288400dad15 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:26.835Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:27.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:27.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-05T07:25:27.171Z] d9449bcad556: Preparing [2021-01-05T07:25:27.171Z] ae7e27ac7987: Preparing [2021-01-05T07:25:27.171Z] f5123ad9762d: Preparing [2021-01-05T07:25:27.171Z] ff134dc95be2: Preparing [2021-01-05T07:25:27.171Z] a3dbaf85c36d: Preparing [2021-01-05T07:25:27.171Z] 379067d0cb53: Preparing [2021-01-05T07:25:27.171Z] 379067d0cb53: Waiting [2021-01-05T07:25:27.440Z] f5123ad9762d: Layer already exists [2021-01-05T07:25:27.440Z] d9449bcad556: Layer already exists [2021-01-05T07:25:27.440Z] ff134dc95be2: Layer already exists [2021-01-05T07:25:27.440Z] a3dbaf85c36d: Layer already exists [2021-01-05T07:25:27.440Z] ae7e27ac7987: Layer already exists [2021-01-05T07:25:27.440Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:27.440Z] 2.0.0-dev.27: digest: sha256:01ef05ddbca7640fa843c920488ea347a3a102e512879f3c5c131288400dad15 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:27.781Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:28.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:28.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-05T07:25:28.115Z] d9449bcad556: Preparing [2021-01-05T07:25:28.115Z] ae7e27ac7987: Preparing [2021-01-05T07:25:28.115Z] f5123ad9762d: Preparing [2021-01-05T07:25:28.115Z] ff134dc95be2: Preparing [2021-01-05T07:25:28.115Z] a3dbaf85c36d: Preparing [2021-01-05T07:25:28.115Z] 379067d0cb53: Preparing [2021-01-05T07:25:28.115Z] 379067d0cb53: Waiting [2021-01-05T07:25:28.386Z] d9449bcad556: Layer already exists [2021-01-05T07:25:28.386Z] ae7e27ac7987: Layer already exists [2021-01-05T07:25:28.386Z] f5123ad9762d: Layer already exists [2021-01-05T07:25:28.386Z] ff134dc95be2: Layer already exists [2021-01-05T07:25:28.386Z] a3dbaf85c36d: Layer already exists [2021-01-05T07:25:28.386Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:28.386Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:01ef05ddbca7640fa843c920488ea347a3a102e512879f3c5c131288400dad15 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:28.723Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:29.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-05T07:25:29.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-05T07:25:29.059Z] d9449bcad556: Preparing [2021-01-05T07:25:29.059Z] ae7e27ac7987: Preparing [2021-01-05T07:25:29.059Z] f5123ad9762d: Preparing [2021-01-05T07:25:29.059Z] ff134dc95be2: Preparing [2021-01-05T07:25:29.059Z] a3dbaf85c36d: Preparing [2021-01-05T07:25:29.059Z] 379067d0cb53: Preparing [2021-01-05T07:25:29.059Z] 379067d0cb53: Waiting [2021-01-05T07:25:29.059Z] d9449bcad556: Layer already exists [2021-01-05T07:25:29.059Z] a3dbaf85c36d: Layer already exists [2021-01-05T07:25:29.328Z] f5123ad9762d: Layer already exists [2021-01-05T07:25:29.328Z] ff134dc95be2: Layer already exists [2021-01-05T07:25:29.328Z] ae7e27ac7987: Layer already exists [2021-01-05T07:25:29.328Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:29.328Z] master: digest: sha256:01ef05ddbca7640fa843c920488ea347a3a102e512879f3c5c131288400dad15 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:25:29.535Z] ===================================================== [Pipeline] echo [2021-01-05T07:25:29.586Z] taggedImages: [2021-01-05T07:25:29.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:29.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:29.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:29.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-05T07:25:29.651Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-05T07:25:29.651Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:29.651Z] 2.0.0-dev.27 [2021-01-05T07:25:29.651Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:29.651Z] master [2021-01-05T07:25:29.651Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:30.162Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:30.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:30.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-05T07:25:30.516Z] 8082006ad261: Preparing [2021-01-05T07:25:30.516Z] 96b62d0d3014: Preparing [2021-01-05T07:25:30.516Z] 2594e4a8d516: Preparing [2021-01-05T07:25:30.788Z] 2594e4a8d516: Pushed [2021-01-05T07:25:30.788Z] 8082006ad261: Pushed [2021-01-05T07:25:33.386Z] 96b62d0d3014: Pushed [2021-01-05T07:25:33.657Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:d31c4d4ca56857420344eff6e1ec6695fabfb7447f11f591c271ae69ce8bb24f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:33.999Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:34.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:34.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-05T07:25:34.335Z] 8082006ad261: Preparing [2021-01-05T07:25:34.335Z] 96b62d0d3014: Preparing [2021-01-05T07:25:34.335Z] 2594e4a8d516: Preparing [2021-01-05T07:25:34.335Z] 2594e4a8d516: Layer already exists [2021-01-05T07:25:34.335Z] 96b62d0d3014: Layer already exists [2021-01-05T07:25:34.335Z] 8082006ad261: Layer already exists [2021-01-05T07:25:34.606Z] 2.0.0-dev.27: digest: sha256:d31c4d4ca56857420344eff6e1ec6695fabfb7447f11f591c271ae69ce8bb24f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:34.946Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:35.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:35.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-05T07:25:35.281Z] 8082006ad261: Preparing [2021-01-05T07:25:35.281Z] 96b62d0d3014: Preparing [2021-01-05T07:25:35.281Z] 2594e4a8d516: Preparing [2021-01-05T07:25:35.281Z] 96b62d0d3014: Layer already exists [2021-01-05T07:25:35.281Z] 2594e4a8d516: Layer already exists [2021-01-05T07:25:35.281Z] 8082006ad261: Layer already exists [2021-01-05T07:25:35.553Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:d31c4d4ca56857420344eff6e1ec6695fabfb7447f11f591c271ae69ce8bb24f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:35.895Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:36.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-05T07:25:36.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-05T07:25:36.224Z] 8082006ad261: Preparing [2021-01-05T07:25:36.224Z] 96b62d0d3014: Preparing [2021-01-05T07:25:36.224Z] 2594e4a8d516: Preparing [2021-01-05T07:25:36.224Z] 96b62d0d3014: Layer already exists [2021-01-05T07:25:36.224Z] 8082006ad261: Layer already exists [2021-01-05T07:25:36.224Z] 2594e4a8d516: Layer already exists [2021-01-05T07:25:36.494Z] master: digest: sha256:d31c4d4ca56857420344eff6e1ec6695fabfb7447f11f591c271ae69ce8bb24f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:25:36.725Z] ===================================================== [Pipeline] echo [2021-01-05T07:25:36.773Z] taggedImages: [2021-01-05T07:25:36.774Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:36.774Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:36.774Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:36.774Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-05T07:25:36.840Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-05T07:25:36.840Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:36.840Z] 2.0.0-dev.27 [2021-01-05T07:25:36.840Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:36.840Z] master [2021-01-05T07:25:36.840Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:37.385Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:37.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:37.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-05T07:25:37.737Z] 2e35f68381a0: Preparing [2021-01-05T07:25:37.737Z] 82cd3b065f86: Preparing [2021-01-05T07:25:37.737Z] f53de1753cf7: Preparing [2021-01-05T07:25:37.737Z] 761d86fb33db: Preparing [2021-01-05T07:25:37.737Z] 03c97062c5fa: Preparing [2021-01-05T07:25:37.737Z] e913954cc1bb: Preparing [2021-01-05T07:25:37.737Z] 379067d0cb53: Preparing [2021-01-05T07:25:37.737Z] e913954cc1bb: Waiting [2021-01-05T07:25:37.737Z] 379067d0cb53: Waiting [2021-01-05T07:25:38.007Z] 82cd3b065f86: Pushed [2021-01-05T07:25:38.007Z] f53de1753cf7: Pushed [2021-01-05T07:25:38.007Z] 03c97062c5fa: Pushed [2021-01-05T07:25:38.280Z] 2e35f68381a0: Pushed [2021-01-05T07:25:38.280Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:38.873Z] e913954cc1bb: Pushed [2021-01-05T07:25:40.301Z] 761d86fb33db: Pushed [2021-01-05T07:25:40.301Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:f7be41573157a6ea475cca6407d3d6ffd551ee60dbf5b25b79ea4dca024b7402 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:40.639Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:40.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:40.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-05T07:25:40.976Z] 2e35f68381a0: Preparing [2021-01-05T07:25:40.976Z] 82cd3b065f86: Preparing [2021-01-05T07:25:40.976Z] f53de1753cf7: Preparing [2021-01-05T07:25:40.976Z] 761d86fb33db: Preparing [2021-01-05T07:25:40.976Z] 03c97062c5fa: Preparing [2021-01-05T07:25:40.976Z] e913954cc1bb: Preparing [2021-01-05T07:25:40.976Z] 379067d0cb53: Preparing [2021-01-05T07:25:40.976Z] e913954cc1bb: Waiting [2021-01-05T07:25:40.976Z] 379067d0cb53: Waiting [2021-01-05T07:25:40.976Z] 761d86fb33db: Layer already exists [2021-01-05T07:25:40.976Z] f53de1753cf7: Layer already exists [2021-01-05T07:25:41.244Z] 82cd3b065f86: Layer already exists [2021-01-05T07:25:41.244Z] 03c97062c5fa: Layer already exists [2021-01-05T07:25:41.244Z] 2e35f68381a0: Layer already exists [2021-01-05T07:25:41.244Z] e913954cc1bb: Layer already exists [2021-01-05T07:25:41.244Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:41.244Z] 2.0.0-dev.27: digest: sha256:f7be41573157a6ea475cca6407d3d6ffd551ee60dbf5b25b79ea4dca024b7402 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:41.584Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:41.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:41.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-05T07:25:41.919Z] 2e35f68381a0: Preparing [2021-01-05T07:25:41.919Z] 82cd3b065f86: Preparing [2021-01-05T07:25:41.919Z] f53de1753cf7: Preparing [2021-01-05T07:25:41.919Z] 761d86fb33db: Preparing [2021-01-05T07:25:41.919Z] 03c97062c5fa: Preparing [2021-01-05T07:25:41.919Z] e913954cc1bb: Preparing [2021-01-05T07:25:41.919Z] 379067d0cb53: Preparing [2021-01-05T07:25:41.919Z] e913954cc1bb: Waiting [2021-01-05T07:25:41.919Z] 379067d0cb53: Waiting [2021-01-05T07:25:41.919Z] 761d86fb33db: Layer already exists [2021-01-05T07:25:41.919Z] 2e35f68381a0: Layer already exists [2021-01-05T07:25:41.919Z] 03c97062c5fa: Layer already exists [2021-01-05T07:25:41.919Z] 82cd3b065f86: Layer already exists [2021-01-05T07:25:41.919Z] f53de1753cf7: Layer already exists [2021-01-05T07:25:41.919Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:41.919Z] e913954cc1bb: Layer already exists [2021-01-05T07:25:42.188Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:f7be41573157a6ea475cca6407d3d6ffd551ee60dbf5b25b79ea4dca024b7402 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:42.529Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:42.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-05T07:25:42.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-05T07:25:42.865Z] 2e35f68381a0: Preparing [2021-01-05T07:25:42.865Z] 82cd3b065f86: Preparing [2021-01-05T07:25:42.865Z] f53de1753cf7: Preparing [2021-01-05T07:25:42.865Z] 761d86fb33db: Preparing [2021-01-05T07:25:42.865Z] 03c97062c5fa: Preparing [2021-01-05T07:25:42.865Z] e913954cc1bb: Preparing [2021-01-05T07:25:42.865Z] 379067d0cb53: Preparing [2021-01-05T07:25:42.865Z] e913954cc1bb: Waiting [2021-01-05T07:25:42.865Z] 379067d0cb53: Waiting [2021-01-05T07:25:42.865Z] f53de1753cf7: Layer already exists [2021-01-05T07:25:42.865Z] 82cd3b065f86: Layer already exists [2021-01-05T07:25:42.865Z] 03c97062c5fa: Layer already exists [2021-01-05T07:25:42.865Z] 761d86fb33db: Layer already exists [2021-01-05T07:25:42.865Z] 2e35f68381a0: Layer already exists [2021-01-05T07:25:42.865Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:42.865Z] e913954cc1bb: Layer already exists [2021-01-05T07:25:43.135Z] master: digest: sha256:f7be41573157a6ea475cca6407d3d6ffd551ee60dbf5b25b79ea4dca024b7402 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:25:43.343Z] ===================================================== [Pipeline] echo [2021-01-05T07:25:43.396Z] taggedImages: [2021-01-05T07:25:43.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:43.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:43.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:43.396Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-05T07:25:43.464Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-05T07:25:43.464Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:43.464Z] 2.0.0-dev.27 [2021-01-05T07:25:43.464Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:43.464Z] master [2021-01-05T07:25:43.464Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:43.964Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:44.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:44.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-05T07:25:44.298Z] cb6d346834d9: Preparing [2021-01-05T07:25:44.298Z] 35967caf85e3: Preparing [2021-01-05T07:25:44.298Z] 875662a1d9fc: Preparing [2021-01-05T07:25:44.298Z] 94c8d93ed0da: Preparing [2021-01-05T07:25:44.298Z] 7d02bf718f54: Preparing [2021-01-05T07:25:44.298Z] 379067d0cb53: Preparing [2021-01-05T07:25:44.298Z] 379067d0cb53: Waiting [2021-01-05T07:25:44.572Z] 94c8d93ed0da: Pushed [2021-01-05T07:25:44.572Z] 875662a1d9fc: Pushed [2021-01-05T07:25:44.846Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:44.846Z] 7d02bf718f54: Pushed [2021-01-05T07:25:46.893Z] 35967caf85e3: Pushed [2021-01-05T07:25:46.893Z] cb6d346834d9: Pushed [2021-01-05T07:25:46.893Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:d2fca4dc9a94f17588785285addc5b42c42994ad8f89c500bef364df6c8743e2 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:47.253Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:47.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:47.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-05T07:25:47.609Z] cb6d346834d9: Preparing [2021-01-05T07:25:47.609Z] 35967caf85e3: Preparing [2021-01-05T07:25:47.609Z] 875662a1d9fc: Preparing [2021-01-05T07:25:47.609Z] 94c8d93ed0da: Preparing [2021-01-05T07:25:47.609Z] 7d02bf718f54: Preparing [2021-01-05T07:25:47.609Z] 379067d0cb53: Preparing [2021-01-05T07:25:47.609Z] 379067d0cb53: Waiting [2021-01-05T07:25:47.609Z] 875662a1d9fc: Layer already exists [2021-01-05T07:25:47.609Z] 7d02bf718f54: Layer already exists [2021-01-05T07:25:47.609Z] 94c8d93ed0da: Layer already exists [2021-01-05T07:25:47.609Z] cb6d346834d9: Layer already exists [2021-01-05T07:25:47.609Z] 35967caf85e3: Layer already exists [2021-01-05T07:25:47.882Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:47.882Z] 2.0.0-dev.27: digest: sha256:d2fca4dc9a94f17588785285addc5b42c42994ad8f89c500bef364df6c8743e2 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:48.219Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:48.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:48.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-05T07:25:48.551Z] cb6d346834d9: Preparing [2021-01-05T07:25:48.551Z] 35967caf85e3: Preparing [2021-01-05T07:25:48.551Z] 875662a1d9fc: Preparing [2021-01-05T07:25:48.551Z] 94c8d93ed0da: Preparing [2021-01-05T07:25:48.551Z] 7d02bf718f54: Preparing [2021-01-05T07:25:48.551Z] 379067d0cb53: Preparing [2021-01-05T07:25:48.551Z] 379067d0cb53: Waiting [2021-01-05T07:25:48.551Z] cb6d346834d9: Layer already exists [2021-01-05T07:25:48.551Z] 875662a1d9fc: Layer already exists [2021-01-05T07:25:48.551Z] 94c8d93ed0da: Layer already exists [2021-01-05T07:25:48.551Z] 35967caf85e3: Layer already exists [2021-01-05T07:25:48.551Z] 7d02bf718f54: Layer already exists [2021-01-05T07:25:48.551Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:48.823Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:d2fca4dc9a94f17588785285addc5b42c42994ad8f89c500bef364df6c8743e2 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:49.175Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:49.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-05T07:25:49.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-05T07:25:49.520Z] cb6d346834d9: Preparing [2021-01-05T07:25:49.520Z] 35967caf85e3: Preparing [2021-01-05T07:25:49.520Z] 875662a1d9fc: Preparing [2021-01-05T07:25:49.520Z] 94c8d93ed0da: Preparing [2021-01-05T07:25:49.520Z] 7d02bf718f54: Preparing [2021-01-05T07:25:49.520Z] 379067d0cb53: Preparing [2021-01-05T07:25:49.520Z] 379067d0cb53: Waiting [2021-01-05T07:25:49.520Z] 94c8d93ed0da: Layer already exists [2021-01-05T07:25:49.520Z] 7d02bf718f54: Layer already exists [2021-01-05T07:25:49.520Z] 35967caf85e3: Layer already exists [2021-01-05T07:25:49.520Z] 875662a1d9fc: Layer already exists [2021-01-05T07:25:49.520Z] cb6d346834d9: Layer already exists [2021-01-05T07:25:49.793Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:49.793Z] master: digest: sha256:d2fca4dc9a94f17588785285addc5b42c42994ad8f89c500bef364df6c8743e2 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:25:49.999Z] ===================================================== [Pipeline] echo [2021-01-05T07:25:50.043Z] taggedImages: [2021-01-05T07:25:50.043Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:50.043Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:50.043Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:50.043Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-05T07:25:50.140Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-05T07:25:50.140Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:50.140Z] 2.0.0-dev.27 [2021-01-05T07:25:50.140Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:50.140Z] master [2021-01-05T07:25:50.140Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:50.664Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:50.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:50.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-05T07:25:50.995Z] c30732041da5: Preparing [2021-01-05T07:25:50.995Z] 938384a7ab9a: Preparing [2021-01-05T07:25:50.995Z] 25fc5bfbab03: Preparing [2021-01-05T07:25:50.995Z] 271d7c715466: Preparing [2021-01-05T07:25:50.995Z] a69cd0a40fee: Preparing [2021-01-05T07:25:50.995Z] b730850f67ac: Preparing [2021-01-05T07:25:50.995Z] 8b8c9383938d: Preparing [2021-01-05T07:25:50.995Z] e913954cc1bb: Preparing [2021-01-05T07:25:50.995Z] 379067d0cb53: Preparing [2021-01-05T07:25:50.995Z] b730850f67ac: Waiting [2021-01-05T07:25:50.995Z] 8b8c9383938d: Waiting [2021-01-05T07:25:50.995Z] e913954cc1bb: Waiting [2021-01-05T07:25:50.995Z] 379067d0cb53: Waiting [2021-01-05T07:25:51.288Z] 938384a7ab9a: Pushed [2021-01-05T07:25:51.288Z] c30732041da5: Pushed [2021-01-05T07:25:51.288Z] a69cd0a40fee: Pushed [2021-01-05T07:25:51.558Z] e913954cc1bb: Layer already exists [2021-01-05T07:25:51.558Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:51.558Z] b730850f67ac: Pushed [2021-01-05T07:25:51.558Z] 8b8c9383938d: Pushed [2021-01-05T07:25:53.525Z] 25fc5bfbab03: Pushed [2021-01-05T07:25:53.525Z] 271d7c715466: Pushed [2021-01-05T07:25:53.525Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:db48b6d01b89820433b3870760d7ef99d50e27ea96f7b2de15bf57f4b37d54ff size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:53.861Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:54.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:54.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-05T07:25:54.190Z] c30732041da5: Preparing [2021-01-05T07:25:54.190Z] 938384a7ab9a: Preparing [2021-01-05T07:25:54.190Z] 25fc5bfbab03: Preparing [2021-01-05T07:25:54.190Z] 271d7c715466: Preparing [2021-01-05T07:25:54.190Z] a69cd0a40fee: Preparing [2021-01-05T07:25:54.190Z] b730850f67ac: Preparing [2021-01-05T07:25:54.190Z] 8b8c9383938d: Preparing [2021-01-05T07:25:54.190Z] e913954cc1bb: Preparing [2021-01-05T07:25:54.190Z] 379067d0cb53: Preparing [2021-01-05T07:25:54.190Z] b730850f67ac: Waiting [2021-01-05T07:25:54.190Z] 8b8c9383938d: Waiting [2021-01-05T07:25:54.190Z] e913954cc1bb: Waiting [2021-01-05T07:25:54.190Z] 379067d0cb53: Waiting [2021-01-05T07:25:54.190Z] 271d7c715466: Layer already exists [2021-01-05T07:25:54.190Z] 25fc5bfbab03: Layer already exists [2021-01-05T07:25:54.190Z] 938384a7ab9a: Layer already exists [2021-01-05T07:25:54.190Z] c30732041da5: Layer already exists [2021-01-05T07:25:54.459Z] a69cd0a40fee: Layer already exists [2021-01-05T07:25:54.459Z] e913954cc1bb: Layer already exists [2021-01-05T07:25:54.459Z] 8b8c9383938d: Layer already exists [2021-01-05T07:25:54.459Z] b730850f67ac: Layer already exists [2021-01-05T07:25:54.459Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:54.459Z] 2.0.0-dev.27: digest: sha256:db48b6d01b89820433b3870760d7ef99d50e27ea96f7b2de15bf57f4b37d54ff size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:54.793Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:55.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:55.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-05T07:25:55.123Z] c30732041da5: Preparing [2021-01-05T07:25:55.123Z] 938384a7ab9a: Preparing [2021-01-05T07:25:55.123Z] 25fc5bfbab03: Preparing [2021-01-05T07:25:55.123Z] 271d7c715466: Preparing [2021-01-05T07:25:55.123Z] a69cd0a40fee: Preparing [2021-01-05T07:25:55.123Z] b730850f67ac: Preparing [2021-01-05T07:25:55.123Z] 8b8c9383938d: Preparing [2021-01-05T07:25:55.123Z] e913954cc1bb: Preparing [2021-01-05T07:25:55.123Z] 379067d0cb53: Preparing [2021-01-05T07:25:55.123Z] b730850f67ac: Waiting [2021-01-05T07:25:55.123Z] 8b8c9383938d: Waiting [2021-01-05T07:25:55.123Z] e913954cc1bb: Waiting [2021-01-05T07:25:55.123Z] 938384a7ab9a: Layer already exists [2021-01-05T07:25:55.123Z] 25fc5bfbab03: Layer already exists [2021-01-05T07:25:55.123Z] 271d7c715466: Layer already exists [2021-01-05T07:25:55.392Z] c30732041da5: Layer already exists [2021-01-05T07:25:55.392Z] a69cd0a40fee: Layer already exists [2021-01-05T07:25:55.392Z] e913954cc1bb: Layer already exists [2021-01-05T07:25:55.392Z] 8b8c9383938d: Layer already exists [2021-01-05T07:25:55.392Z] b730850f67ac: Layer already exists [2021-01-05T07:25:55.392Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:55.392Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:db48b6d01b89820433b3870760d7ef99d50e27ea96f7b2de15bf57f4b37d54ff size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:55.726Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:56.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-05T07:25:56.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-05T07:25:56.052Z] c30732041da5: Preparing [2021-01-05T07:25:56.052Z] 938384a7ab9a: Preparing [2021-01-05T07:25:56.052Z] 25fc5bfbab03: Preparing [2021-01-05T07:25:56.052Z] 271d7c715466: Preparing [2021-01-05T07:25:56.052Z] a69cd0a40fee: Preparing [2021-01-05T07:25:56.052Z] b730850f67ac: Preparing [2021-01-05T07:25:56.052Z] 8b8c9383938d: Preparing [2021-01-05T07:25:56.052Z] e913954cc1bb: Preparing [2021-01-05T07:25:56.052Z] 379067d0cb53: Preparing [2021-01-05T07:25:56.052Z] 8b8c9383938d: Waiting [2021-01-05T07:25:56.052Z] e913954cc1bb: Waiting [2021-01-05T07:25:56.052Z] 379067d0cb53: Waiting [2021-01-05T07:25:56.052Z] b730850f67ac: Waiting [2021-01-05T07:25:56.053Z] c30732041da5: Layer already exists [2021-01-05T07:25:56.053Z] 25fc5bfbab03: Layer already exists [2021-01-05T07:25:56.325Z] 938384a7ab9a: Layer already exists [2021-01-05T07:25:56.325Z] a69cd0a40fee: Layer already exists [2021-01-05T07:25:56.325Z] 271d7c715466: Layer already exists [2021-01-05T07:25:56.325Z] 8b8c9383938d: Layer already exists [2021-01-05T07:25:56.325Z] e913954cc1bb: Layer already exists [2021-01-05T07:25:56.325Z] 379067d0cb53: Layer already exists [2021-01-05T07:25:56.325Z] b730850f67ac: Layer already exists [2021-01-05T07:25:56.325Z] master: digest: sha256:db48b6d01b89820433b3870760d7ef99d50e27ea96f7b2de15bf57f4b37d54ff size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:25:56.543Z] ===================================================== [Pipeline] echo [2021-01-05T07:25:56.588Z] taggedImages: [2021-01-05T07:25:56.588Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:56.588Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.27 [2021-01-05T07:25:56.588Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:56.588Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-05T07:25:56.650Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-05T07:25:56.651Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:56.651Z] 2.0.0-dev.27 [2021-01-05T07:25:56.651Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:25:56.651Z] master [2021-01-05T07:25:56.651Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:57.142Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:25:57.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:25:57.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-05T07:25:57.492Z] 99fdadf715e6: Preparing [2021-01-05T07:25:57.492Z] fa414ef5b27c: Preparing [2021-01-05T07:25:57.492Z] 4445c8f1e440: Preparing [2021-01-05T07:25:57.492Z] 69c8519cc525: Preparing [2021-01-05T07:25:57.492Z] 8664bea0f4e3: Preparing [2021-01-05T07:25:57.492Z] dd8768994acc: Preparing [2021-01-05T07:25:57.492Z] dd8768994acc: Waiting [2021-01-05T07:25:57.763Z] 99fdadf715e6: Pushed [2021-01-05T07:25:57.763Z] 4445c8f1e440: Pushed [2021-01-05T07:25:58.035Z] 8664bea0f4e3: Pushed [2021-01-05T07:25:58.035Z] 69c8519cc525: Pushed [2021-01-05T07:25:58.306Z] dd8768994acc: Pushed [2021-01-05T07:26:00.264Z] fa414ef5b27c: Pushed [2021-01-05T07:26:00.264Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:c96948caeb6972ca8eba0f06d8c16eb979c72c27c9ef321b09a9e1d4f04d608a size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:00.603Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:00.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.27 [2021-01-05T07:26:00.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-05T07:26:00.935Z] 99fdadf715e6: Preparing [2021-01-05T07:26:00.935Z] fa414ef5b27c: Preparing [2021-01-05T07:26:00.935Z] 4445c8f1e440: Preparing [2021-01-05T07:26:00.935Z] 69c8519cc525: Preparing [2021-01-05T07:26:00.935Z] 8664bea0f4e3: Preparing [2021-01-05T07:26:00.935Z] dd8768994acc: Preparing [2021-01-05T07:26:00.935Z] dd8768994acc: Waiting [2021-01-05T07:26:00.935Z] 69c8519cc525: Layer already exists [2021-01-05T07:26:00.935Z] fa414ef5b27c: Layer already exists [2021-01-05T07:26:00.935Z] 8664bea0f4e3: Layer already exists [2021-01-05T07:26:00.935Z] 4445c8f1e440: Layer already exists [2021-01-05T07:26:00.935Z] 99fdadf715e6: Layer already exists [2021-01-05T07:26:00.935Z] dd8768994acc: Layer already exists [2021-01-05T07:26:01.204Z] 2.0.0-dev.27: digest: sha256:c96948caeb6972ca8eba0f06d8c16eb979c72c27c9ef321b09a9e1d4f04d608a size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:01.544Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:01.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:26:01.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-05T07:26:01.884Z] 99fdadf715e6: Preparing [2021-01-05T07:26:01.884Z] fa414ef5b27c: Preparing [2021-01-05T07:26:01.884Z] 4445c8f1e440: Preparing [2021-01-05T07:26:01.884Z] 69c8519cc525: Preparing [2021-01-05T07:26:01.884Z] 8664bea0f4e3: Preparing [2021-01-05T07:26:01.884Z] dd8768994acc: Preparing [2021-01-05T07:26:01.884Z] dd8768994acc: Waiting [2021-01-05T07:26:01.884Z] fa414ef5b27c: Layer already exists [2021-01-05T07:26:01.884Z] 99fdadf715e6: Layer already exists [2021-01-05T07:26:01.884Z] 8664bea0f4e3: Layer already exists [2021-01-05T07:26:01.884Z] 4445c8f1e440: Layer already exists [2021-01-05T07:26:01.884Z] 69c8519cc525: Layer already exists [2021-01-05T07:26:01.884Z] dd8768994acc: Layer already exists [2021-01-05T07:26:02.160Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:c96948caeb6972ca8eba0f06d8c16eb979c72c27c9ef321b09a9e1d4f04d608a size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:02.500Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:02.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-05T07:26:02.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-05T07:26:02.834Z] 99fdadf715e6: Preparing [2021-01-05T07:26:02.834Z] fa414ef5b27c: Preparing [2021-01-05T07:26:02.834Z] 4445c8f1e440: Preparing [2021-01-05T07:26:02.834Z] 69c8519cc525: Preparing [2021-01-05T07:26:02.834Z] 8664bea0f4e3: Preparing [2021-01-05T07:26:02.834Z] dd8768994acc: Preparing [2021-01-05T07:26:02.834Z] dd8768994acc: Waiting [2021-01-05T07:26:02.834Z] 8664bea0f4e3: Layer already exists [2021-01-05T07:26:02.834Z] 4445c8f1e440: Layer already exists [2021-01-05T07:26:02.834Z] 69c8519cc525: Layer already exists [2021-01-05T07:26:02.834Z] 99fdadf715e6: Layer already exists [2021-01-05T07:26:02.834Z] fa414ef5b27c: Layer already exists [2021-01-05T07:26:02.834Z] dd8768994acc: Layer already exists [2021-01-05T07:26:03.105Z] master: digest: sha256:c96948caeb6972ca8eba0f06d8c16eb979c72c27c9ef321b09a9e1d4f04d608a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:26:03.333Z] ===================================================== [Pipeline] echo [2021-01-05T07:26:03.380Z] taggedImages: [2021-01-05T07:26:03.380Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:26:03.380Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.27 [2021-01-05T07:26:03.380Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:26:03.380Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-05T07:26:03.456Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-05T07:26:03.456Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:26:03.456Z] 2.0.0-dev.27 [2021-01-05T07:26:03.456Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:26:03.456Z] master [2021-01-05T07:26:03.456Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:03.959Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:04.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:26:04.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-05T07:26:04.299Z] 2f25529d4e60: Preparing [2021-01-05T07:26:04.299Z] 6c82aee6e9b1: Preparing [2021-01-05T07:26:04.299Z] 9e643225a014: Preparing [2021-01-05T07:26:04.568Z] 9e643225a014: Pushed [2021-01-05T07:26:04.568Z] 2f25529d4e60: Pushed [2021-01-05T07:26:07.170Z] 6c82aee6e9b1: Pushed [2021-01-05T07:26:07.441Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:2863a0673408d611c631ffe14ed5b73b1684a30717ef3857d70ae9bd15ee55c3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:07.778Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:08.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.27 [2021-01-05T07:26:08.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-05T07:26:08.111Z] 2f25529d4e60: Preparing [2021-01-05T07:26:08.111Z] 6c82aee6e9b1: Preparing [2021-01-05T07:26:08.111Z] 9e643225a014: Preparing [2021-01-05T07:26:08.111Z] 6c82aee6e9b1: Layer already exists [2021-01-05T07:26:08.111Z] 9e643225a014: Layer already exists [2021-01-05T07:26:08.111Z] 2f25529d4e60: Layer already exists [2021-01-05T07:26:08.382Z] 2.0.0-dev.27: digest: sha256:2863a0673408d611c631ffe14ed5b73b1684a30717ef3857d70ae9bd15ee55c3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:08.753Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:09.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:26:09.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-05T07:26:09.102Z] 2f25529d4e60: Preparing [2021-01-05T07:26:09.102Z] 6c82aee6e9b1: Preparing [2021-01-05T07:26:09.102Z] 9e643225a014: Preparing [2021-01-05T07:26:09.102Z] 2f25529d4e60: Layer already exists [2021-01-05T07:26:09.102Z] 9e643225a014: Layer already exists [2021-01-05T07:26:09.102Z] 6c82aee6e9b1: Layer already exists [2021-01-05T07:26:09.377Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:2863a0673408d611c631ffe14ed5b73b1684a30717ef3857d70ae9bd15ee55c3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:09.729Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:10.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-05T07:26:10.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-05T07:26:10.075Z] 2f25529d4e60: Preparing [2021-01-05T07:26:10.075Z] 6c82aee6e9b1: Preparing [2021-01-05T07:26:10.075Z] 9e643225a014: Preparing [2021-01-05T07:26:10.075Z] 9e643225a014: Layer already exists [2021-01-05T07:26:10.075Z] 2f25529d4e60: Layer already exists [2021-01-05T07:26:10.075Z] 6c82aee6e9b1: Layer already exists [2021-01-05T07:26:10.345Z] master: digest: sha256:2863a0673408d611c631ffe14ed5b73b1684a30717ef3857d70ae9bd15ee55c3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:26:10.569Z] ===================================================== [Pipeline] echo [2021-01-05T07:26:10.613Z] taggedImages: [2021-01-05T07:26:10.613Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:26:10.613Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.27 [2021-01-05T07:26:10.613Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:26:10.613Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-05T07:26:10.683Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-05T07:26:10.683Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:26:10.683Z] 2.0.0-dev.27 [2021-01-05T07:26:10.683Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:26:10.683Z] master [2021-01-05T07:26:10.683Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:11.261Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:11.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:26:11.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-05T07:26:11.596Z] 012350a1ac17: Preparing [2021-01-05T07:26:11.596Z] cb9ccfc699b1: Preparing [2021-01-05T07:26:11.596Z] 53500e0d5c80: Preparing [2021-01-05T07:26:11.596Z] 506a7d6afd2b: Preparing [2021-01-05T07:26:11.596Z] 453ba77e7265: Preparing [2021-01-05T07:26:11.596Z] c85ed63edf93: Preparing [2021-01-05T07:26:11.596Z] c4d71282c9a6: Preparing [2021-01-05T07:26:11.596Z] 9ded3b6bb9b5: Preparing [2021-01-05T07:26:11.596Z] fa1afe8e6ed9: Preparing [2021-01-05T07:26:11.596Z] 87a09b4c083e: Preparing [2021-01-05T07:26:11.596Z] 0f74e9ff2a61: Preparing [2021-01-05T07:26:11.596Z] b122376c33c6: Preparing [2021-01-05T07:26:11.596Z] f8381ed47b22: Preparing [2021-01-05T07:26:11.596Z] e934a737d657: Preparing [2021-01-05T07:26:11.596Z] c85ed63edf93: Waiting [2021-01-05T07:26:11.596Z] c4d71282c9a6: Waiting [2021-01-05T07:26:11.596Z] 9ded3b6bb9b5: Waiting [2021-01-05T07:26:11.596Z] fa1afe8e6ed9: Waiting [2021-01-05T07:26:11.596Z] 87a09b4c083e: Waiting [2021-01-05T07:26:11.596Z] 0f74e9ff2a61: Waiting [2021-01-05T07:26:11.596Z] b122376c33c6: Waiting [2021-01-05T07:26:11.596Z] f8381ed47b22: Waiting [2021-01-05T07:26:11.596Z] e934a737d657: Waiting [2021-01-05T07:26:12.189Z] 453ba77e7265: Pushed [2021-01-05T07:26:12.462Z] 012350a1ac17: Pushed [2021-01-05T07:26:12.734Z] 506a7d6afd2b: Pushed [2021-01-05T07:26:13.006Z] 9ded3b6bb9b5: Layer already exists [2021-01-05T07:26:13.006Z] fa1afe8e6ed9: Layer already exists [2021-01-05T07:26:13.006Z] c4d71282c9a6: Pushed [2021-01-05T07:26:13.006Z] 87a09b4c083e: Layer already exists [2021-01-05T07:26:13.006Z] 0f74e9ff2a61: Layer already exists [2021-01-05T07:26:13.006Z] b122376c33c6: Layer already exists [2021-01-05T07:26:13.006Z] f8381ed47b22: Layer already exists [2021-01-05T07:26:13.006Z] e934a737d657: Layer already exists [2021-01-05T07:26:13.601Z] cb9ccfc699b1: Pushed [2021-01-05T07:26:14.573Z] c85ed63edf93: Pushed [2021-01-05T07:26:24.677Z] 53500e0d5c80: Pushed [2021-01-05T07:26:24.677Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8: digest: sha256:af86d724c766cc9d436d402904035bf32c95ae2366eda20b664465eea7427cbb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:25.007Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:25.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.27 [2021-01-05T07:26:25.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-05T07:26:25.332Z] 012350a1ac17: Preparing [2021-01-05T07:26:25.332Z] cb9ccfc699b1: Preparing [2021-01-05T07:26:25.332Z] 53500e0d5c80: Preparing [2021-01-05T07:26:25.332Z] 506a7d6afd2b: Preparing [2021-01-05T07:26:25.332Z] 453ba77e7265: Preparing [2021-01-05T07:26:25.332Z] c85ed63edf93: Preparing [2021-01-05T07:26:25.332Z] c4d71282c9a6: Preparing [2021-01-05T07:26:25.332Z] 9ded3b6bb9b5: Preparing [2021-01-05T07:26:25.332Z] fa1afe8e6ed9: Preparing [2021-01-05T07:26:25.332Z] 87a09b4c083e: Preparing [2021-01-05T07:26:25.332Z] 0f74e9ff2a61: Preparing [2021-01-05T07:26:25.332Z] b122376c33c6: Preparing [2021-01-05T07:26:25.332Z] f8381ed47b22: Preparing [2021-01-05T07:26:25.332Z] e934a737d657: Preparing [2021-01-05T07:26:25.332Z] 87a09b4c083e: Waiting [2021-01-05T07:26:25.332Z] 0f74e9ff2a61: Waiting [2021-01-05T07:26:25.332Z] b122376c33c6: Waiting [2021-01-05T07:26:25.332Z] f8381ed47b22: Waiting [2021-01-05T07:26:25.332Z] e934a737d657: Waiting [2021-01-05T07:26:25.332Z] c85ed63edf93: Waiting [2021-01-05T07:26:25.332Z] c4d71282c9a6: Waiting [2021-01-05T07:26:25.332Z] 9ded3b6bb9b5: Waiting [2021-01-05T07:26:25.332Z] fa1afe8e6ed9: Waiting [2021-01-05T07:26:25.332Z] 53500e0d5c80: Layer already exists [2021-01-05T07:26:25.332Z] 506a7d6afd2b: Layer already exists [2021-01-05T07:26:25.332Z] 012350a1ac17: Layer already exists [2021-01-05T07:26:25.332Z] cb9ccfc699b1: Layer already exists [2021-01-05T07:26:25.332Z] 453ba77e7265: Layer already exists [2021-01-05T07:26:25.332Z] c4d71282c9a6: Layer already exists [2021-01-05T07:26:25.332Z] c85ed63edf93: Layer already exists [2021-01-05T07:26:25.332Z] 9ded3b6bb9b5: Layer already exists [2021-01-05T07:26:25.332Z] 87a09b4c083e: Layer already exists [2021-01-05T07:26:25.601Z] fa1afe8e6ed9: Layer already exists [2021-01-05T07:26:25.601Z] b122376c33c6: Layer already exists [2021-01-05T07:26:25.601Z] 0f74e9ff2a61: Layer already exists [2021-01-05T07:26:25.601Z] f8381ed47b22: Layer already exists [2021-01-05T07:26:25.601Z] e934a737d657: Layer already exists [2021-01-05T07:26:25.601Z] 2.0.0-dev.27: digest: sha256:af86d724c766cc9d436d402904035bf32c95ae2366eda20b664465eea7427cbb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:25.934Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:26.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:26:26.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-05T07:26:26.265Z] 012350a1ac17: Preparing [2021-01-05T07:26:26.265Z] cb9ccfc699b1: Preparing [2021-01-05T07:26:26.265Z] 53500e0d5c80: Preparing [2021-01-05T07:26:26.265Z] 506a7d6afd2b: Preparing [2021-01-05T07:26:26.265Z] 453ba77e7265: Preparing [2021-01-05T07:26:26.265Z] c85ed63edf93: Preparing [2021-01-05T07:26:26.265Z] c4d71282c9a6: Preparing [2021-01-05T07:26:26.265Z] 9ded3b6bb9b5: Preparing [2021-01-05T07:26:26.265Z] fa1afe8e6ed9: Preparing [2021-01-05T07:26:26.265Z] 87a09b4c083e: Preparing [2021-01-05T07:26:26.265Z] 0f74e9ff2a61: Preparing [2021-01-05T07:26:26.265Z] b122376c33c6: Preparing [2021-01-05T07:26:26.265Z] f8381ed47b22: Preparing [2021-01-05T07:26:26.265Z] e934a737d657: Preparing [2021-01-05T07:26:26.265Z] 87a09b4c083e: Waiting [2021-01-05T07:26:26.265Z] c85ed63edf93: Waiting [2021-01-05T07:26:26.265Z] c4d71282c9a6: Waiting [2021-01-05T07:26:26.265Z] 0f74e9ff2a61: Waiting [2021-01-05T07:26:26.265Z] b122376c33c6: Waiting [2021-01-05T07:26:26.265Z] 9ded3b6bb9b5: Waiting [2021-01-05T07:26:26.265Z] f8381ed47b22: Waiting [2021-01-05T07:26:26.265Z] e934a737d657: Waiting [2021-01-05T07:26:26.265Z] fa1afe8e6ed9: Waiting [2021-01-05T07:26:26.265Z] cb9ccfc699b1: Layer already exists [2021-01-05T07:26:26.265Z] 453ba77e7265: Layer already exists [2021-01-05T07:26:26.265Z] 506a7d6afd2b: Layer already exists [2021-01-05T07:26:26.265Z] 53500e0d5c80: Layer already exists [2021-01-05T07:26:26.265Z] 012350a1ac17: Layer already exists [2021-01-05T07:26:26.265Z] c85ed63edf93: Layer already exists [2021-01-05T07:26:26.265Z] c4d71282c9a6: Layer already exists [2021-01-05T07:26:26.265Z] fa1afe8e6ed9: Layer already exists [2021-01-05T07:26:26.265Z] 9ded3b6bb9b5: Layer already exists [2021-01-05T07:26:26.265Z] 87a09b4c083e: Layer already exists [2021-01-05T07:26:26.535Z] 0f74e9ff2a61: Layer already exists [2021-01-05T07:26:26.535Z] b122376c33c6: Layer already exists [2021-01-05T07:26:26.535Z] f8381ed47b22: Layer already exists [2021-01-05T07:26:26.535Z] e934a737d657: Layer already exists [2021-01-05T07:26:26.535Z] 135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27: digest: sha256:af86d724c766cc9d436d402904035bf32c95ae2366eda20b664465eea7427cbb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:26.871Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:27.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-05T07:26:27.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-05T07:26:27.207Z] 012350a1ac17: Preparing [2021-01-05T07:26:27.207Z] cb9ccfc699b1: Preparing [2021-01-05T07:26:27.207Z] 53500e0d5c80: Preparing [2021-01-05T07:26:27.207Z] 506a7d6afd2b: Preparing [2021-01-05T07:26:27.207Z] 453ba77e7265: Preparing [2021-01-05T07:26:27.207Z] c85ed63edf93: Preparing [2021-01-05T07:26:27.207Z] c4d71282c9a6: Preparing [2021-01-05T07:26:27.207Z] 9ded3b6bb9b5: Preparing [2021-01-05T07:26:27.207Z] fa1afe8e6ed9: Preparing [2021-01-05T07:26:27.207Z] 87a09b4c083e: Preparing [2021-01-05T07:26:27.207Z] 0f74e9ff2a61: Preparing [2021-01-05T07:26:27.207Z] b122376c33c6: Preparing [2021-01-05T07:26:27.207Z] f8381ed47b22: Preparing [2021-01-05T07:26:27.207Z] e934a737d657: Preparing [2021-01-05T07:26:27.207Z] c85ed63edf93: Waiting [2021-01-05T07:26:27.207Z] 0f74e9ff2a61: Waiting [2021-01-05T07:26:27.207Z] c4d71282c9a6: Waiting [2021-01-05T07:26:27.207Z] 9ded3b6bb9b5: Waiting [2021-01-05T07:26:27.207Z] 87a09b4c083e: Waiting [2021-01-05T07:26:27.207Z] fa1afe8e6ed9: Waiting [2021-01-05T07:26:27.207Z] e934a737d657: Waiting [2021-01-05T07:26:27.207Z] f8381ed47b22: Waiting [2021-01-05T07:26:27.207Z] b122376c33c6: Waiting [2021-01-05T07:26:27.207Z] 453ba77e7265: Layer already exists [2021-01-05T07:26:27.207Z] cb9ccfc699b1: Layer already exists [2021-01-05T07:26:27.207Z] 012350a1ac17: Layer already exists [2021-01-05T07:26:27.207Z] 53500e0d5c80: Layer already exists [2021-01-05T07:26:27.207Z] 506a7d6afd2b: Layer already exists [2021-01-05T07:26:27.207Z] 9ded3b6bb9b5: Layer already exists [2021-01-05T07:26:27.207Z] fa1afe8e6ed9: Layer already exists [2021-01-05T07:26:27.478Z] 87a09b4c083e: Layer already exists [2021-01-05T07:26:27.478Z] c4d71282c9a6: Layer already exists [2021-01-05T07:26:27.478Z] c85ed63edf93: Layer already exists [2021-01-05T07:26:27.478Z] b122376c33c6: Layer already exists [2021-01-05T07:26:27.478Z] 0f74e9ff2a61: Layer already exists [2021-01-05T07:26:27.478Z] e934a737d657: Layer already exists [2021-01-05T07:26:27.478Z] f8381ed47b22: Layer already exists [2021-01-05T07:26:27.478Z] master: digest: sha256:af86d724c766cc9d436d402904035bf32c95ae2366eda20b664465eea7427cbb size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-05T07:26:27.666Z] ===================================================== [Pipeline] echo [2021-01-05T07:26:27.711Z] taggedImages: [2021-01-05T07:26:27.711Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8 [2021-01-05T07:26:27.711Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.27 [2021-01-05T07:26:27.711Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:135337ef8a94f3bf495bf0711e4285c3adb5abc8-2.0.0-dev.27 [2021-01-05T07:26:27.711Z] - 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) [Pipeline] unstash [Pipeline] wrap [2021-01-05T07:26:29.279Z] provisioning config files... [2021-01-05T07:26:29.303Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/272@tmp/config7460336769426838512tmp [Pipeline] { [Pipeline] sh [2021-01-05T07:26:29.697Z] + set +x [2021-01-05T07:26:29.697Z] + curl -s https://codecov.io/bash [2021-01-05T07:26:29.697Z] + bash -s -- [2021-01-05T07:26:30.276Z] [2021-01-05T07:26:30.276Z] _____ _ [2021-01-05T07:26:30.276Z] / ____| | | [2021-01-05T07:26:30.276Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T07:26:30.276Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T07:26:30.276Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T07:26:30.276Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T07:26:30.276Z] Bash-20201231-23d4836 [2021-01-05T07:26:30.276Z] [2021-01-05T07:26:30.276Z] [2021-01-05T07:26:30.276Z] ==> git version 2.24.3 found [2021-01-05T07:26:30.276Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-05T07:26:30.276Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T07:26:30.276Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T07:26:30.276Z] ==> Jenkins CI detected. [2021-01-05T07:26:30.276Z] project root: . [2021-01-05T07:26:30.276Z] --> token set from env [2021-01-05T07:26:30.276Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T07:26:30.276Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T07:26:30.276Z] ==> Python coveragepy not found [2021-01-05T07:26:30.276Z] ==> Searching for coverage reports in: [2021-01-05T07:26:30.276Z] + . [2021-01-05T07:26:30.276Z] -> Found 1 reports [2021-01-05T07:26:30.276Z] ==> Detecting git/mercurial file structure [2021-01-05T07:26:30.276Z] ==> Reading reports [2021-01-05T07:26:30.276Z] + ./coverage.out bytes=540436 [2021-01-05T07:26:30.276Z] ==> Appending adjustments [2021-01-05T07:26:30.276Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T07:26:33.588Z] + Found adjustments [2021-01-05T07:26:33.588Z] ==> Gzipping contents [2021-01-05T07:26:33.588Z] 84K /tmp/codecov.dGo675.gz [2021-01-05T07:26:33.588Z] ==> Uploading reports [2021-01-05T07:26:33.588Z] url: https://codecov.io [2021-01-05T07:26:33.588Z] query: branch=master&commit=135337ef8a94f3bf495bf0711e4285c3adb5abc8&build=272&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F272%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-05T07:26:33.588Z] -> Pinging Codecov [2021-01-05T07:26:33.588Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=135337ef8a94f3bf495bf0711e4285c3adb5abc8&build=272&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F272%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-05T07:26:33.851Z] -> Uploading to [2021-01-05T07:26:33.851Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/135337ef8a94f3bf495bf0711e4285c3adb5abc8/1723e194-78b2-45eb-8e1c-99ece2f8c65e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T072633Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9696d18843f89db0d81fe2376c0d1d53137554ba19493d8060d069c1503e3919 [2021-01-05T07:26:33.851Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:26:33.851Z] Dload Upload Total Spent Left Speed [2021-01-05T07:26:34.693Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82270 0 0 100 82270 0 114k --:--:-- --:--:-- --:--:-- 114k [2021-01-05T07:26:34.693Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/135337ef8a94f3bf495bf0711e4285c3adb5abc8 [Pipeline] } [2021-01-05T07:26:34.703Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-05T07:26:35.657Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-05T07:26:35.741Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:36.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-05T07:26:36.111Z] [2021-01-05T07:26:36.111Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:26:36.455Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-05T07:26:36.455Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-05T07:26:36.455Z] 188c0c94c7c5: Already exists [2021-01-05T07:26:36.455Z] 0ef7d3d256c8: Already exists [2021-01-05T07:26:36.455Z] de9db76c5a1d: Already exists [2021-01-05T07:26:36.455Z] 0eba1c9be4d2: Pulling fs layer [2021-01-05T07:26:36.455Z] 0d57e429df01: Pulling fs layer [2021-01-05T07:26:36.455Z] 4e4be7b47b0d: Pulling fs layer [2021-01-05T07:26:36.455Z] e1f770b5df2f: Pulling fs layer [2021-01-05T07:26:36.455Z] 85a0685a4137: Pulling fs layer [2021-01-05T07:26:36.455Z] e1f770b5df2f: Waiting [2021-01-05T07:26:36.455Z] 85a0685a4137: Waiting [2021-01-05T07:26:36.455Z] 0d57e429df01: Verifying Checksum [2021-01-05T07:26:36.455Z] 0d57e429df01: Download complete [2021-01-05T07:26:36.455Z] 4e4be7b47b0d: Verifying Checksum [2021-01-05T07:26:36.455Z] 4e4be7b47b0d: Download complete [2021-01-05T07:26:38.377Z] e1f770b5df2f: Verifying Checksum [2021-01-05T07:26:38.377Z] e1f770b5df2f: Download complete [2021-01-05T07:26:39.774Z] 0eba1c9be4d2: Verifying Checksum [2021-01-05T07:26:39.774Z] 0eba1c9be4d2: Download complete [2021-01-05T07:26:40.732Z] 85a0685a4137: Verifying Checksum [2021-01-05T07:26:40.732Z] 85a0685a4137: Download complete [2021-01-05T07:26:46.064Z] 0eba1c9be4d2: Pull complete [2021-01-05T07:26:46.327Z] 0d57e429df01: Pull complete [2021-01-05T07:26:46.327Z] 4e4be7b47b0d: Pull complete [2021-01-05T07:26:51.647Z] e1f770b5df2f: Pull complete [2021-01-05T07:26:59.901Z] 85a0685a4137: Pull complete [2021-01-05T07:26:59.901Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-05T07:26:59.901Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-05T07:26:59.901Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-05T07:27:00.122Z] prd-centos7-docker-4c-2g-18469 does not seem to be running inside a container [2021-01-05T07:27:00.177Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-05T07:27:01.431Z] $ docker top 063ecfb805bf355156a4704131fb65a431abadf5401a66b4f0e6cf064d6d39d6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T07:27:01.701Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-05T07:27:01.999Z] + set -o pipefail [2021-01-05T07:27:01.999Z] + snyk monitor '--org=edgex-jenkins' [2021-01-05T07:27:14.291Z] [2021-01-05T07:27:14.291Z] Monitoring /w/workspace/edgex-go/272 (github.com/edgexfoundry/edgex-go)... [2021-01-05T07:27:14.291Z] [2021-01-05T07:27:14.291Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/2e41cb7b-6616-4bbc-ba48-0065d7c01347 [2021-01-05T07:27:14.291Z] [2021-01-05T07:27:14.291Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-05T07:27:14.291Z] [2021-01-05T07:27:14.291Z] [Pipeline] } [2021-01-05T07:27:14.309Z] $ docker stop --time=1 063ecfb805bf355156a4704131fb65a431abadf5401a66b4f0e6cf064d6d39d6 [2021-01-05T07:27:18.659Z] $ docker rm -f 063ecfb805bf355156a4704131fb65a431abadf5401a66b4f0e6cf064d6d39d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-05T07:27:19.811Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T07:27:19.864Z] provisioning config files... [2021-01-05T07:27:19.874Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/272@tmp/config8822782209198333044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:27:20.256Z] --> edgex-publish-swagger.sh [2021-01-05T07:27:20.256Z] === Publish openapi/v1 API === [2021-01-05T07:27:20.256Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-05T07:27:20.256Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-05T07:27:20.256Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:20.256Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:21.214Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9958 0:00:01 0:00:01 --:--:-- 9972 100 10521 0 0 100 10521 0 9956 0:00:01 0:00:01 --:--:-- 9972 [2021-01-05T07:27:21.214Z] [2021-01-05T07:27:21.214Z] [2021-01-05T07:27:21.214Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-05T07:27:21.214Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:21.214Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:22.604Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28506 0:00:01 0:00:01 --:--:-- 28532 100 32556 0 0 100 32556 0 28501 0:00:01 0:00:01 --:--:-- 28507 [2021-01-05T07:27:22.604Z] [2021-01-05T07:27:22.604Z] [2021-01-05T07:27:22.604Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-05T07:27:22.604Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:22.604Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:23.566Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 62004 0:00:01 0:00:01 --:--:-- 62053 100 73720 0 0 100 73720 0 61994 0:00:01 0:00:01 --:--:-- 62053 [2021-01-05T07:27:23.566Z] [2021-01-05T07:27:23.566Z] [2021-01-05T07:27:23.566Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-05T07:27:23.566Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:23.566Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:24.961Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12575 0:00:01 0:00:01 --:--:-- 12585 100 13580 0 0 100 13580 0 12573 0:00:01 0:00:01 --:--:-- 12585 [2021-01-05T07:27:24.961Z] [2021-01-05T07:27:24.961Z] [2021-01-05T07:27:24.961Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-05T07:27:24.961Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:24.961Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:25.917Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 38889 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33352 0:00:01 0:00:01 --:--:-- 33381 [2021-01-05T07:27:25.917Z] [2021-01-05T07:27:25.917Z] [2021-01-05T07:27:25.917Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-05T07:27:25.917Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:25.917Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:27.132Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12828 0:00:01 0:00:01 --:--:-- 12824 100 14248 0 0 100 14248 0 12826 0:00:01 0:00:01 --:--:-- 12824 [2021-01-05T07:27:27.132Z] [2021-01-05T07:27:27.132Z] [2021-01-05T07:27:27.132Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-05T07:27:27.132Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:27.132Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:28.078Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3588 0:00:01 0:00:01 --:--:-- 3591 100 4109 0 0 100 4109 0 3587 0:00:01 0:00:01 --:--:-- 3588 [2021-01-05T07:27:28.078Z] [2021-01-05T07:27:28.078Z] [2021-01-05T07:27:28.078Z] === Publish openapi/v2 API === [2021-01-05T07:27:28.078Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-05T07:27:28.078Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-05T07:27:28.078Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:28.078Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:29.468Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26866 0:00:01 0:00:01 --:--:-- 26874 100 29535 0 0 100 29535 0 26861 0:00:01 0:00:01 --:--:-- 26874 [2021-01-05T07:27:29.468Z] [2021-01-05T07:27:29.468Z] [2021-01-05T07:27:29.468Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-05T07:27:29.468Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:29.468Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:30.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 53580 0:00:01 0:00:01 --:--:-- 53620 100 60430 0 0 100 60430 0 53572 0:00:01 0:00:01 --:--:-- 53620 [2021-01-05T07:27:30.416Z] [2021-01-05T07:27:30.416Z] [2021-01-05T07:27:30.416Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-05T07:27:30.416Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:30.416Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:31.806Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 119k 0 0 100 119k 0 96842 0:00:01 0:00:01 --:--:-- 96877 [2021-01-05T07:27:31.806Z] [2021-01-05T07:27:31.806Z] [2021-01-05T07:27:31.806Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-05T07:27:31.806Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:31.806Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:33.015Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 18214 0:00:01 0:00:01 --:--:-- 18209 100 23691 0 0 100 23691 0 18210 0:00:01 0:00:01 --:--:-- 18209 [2021-01-05T07:27:33.015Z] [2021-01-05T07:27:33.015Z] [2021-01-05T07:27:33.015Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-05T07:27:33.015Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:33.015Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:34.408Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 57028 0:00:01 0:00:01 --:--:-- 57043 100 62691 0 0 100 62691 0 57020 0:00:01 0:00:01 --:--:-- 57043 [2021-01-05T07:27:34.408Z] [2021-01-05T07:27:34.408Z] [2021-01-05T07:27:34.408Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-05T07:27:34.408Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:34.408Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:35.399Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 39954 0:00:01 0:00:01 --:--:-- 39963 100 46198 0 0 100 46198 0 39947 0:00:01 0:00:01 --:--:-- 39963 [2021-01-05T07:27:35.399Z] [2021-01-05T07:27:35.399Z] [2021-01-05T07:27:35.399Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-05T07:27:35.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T07:27:35.399Z] Dload Upload Total Spent Left Speed [2021-01-05T07:27:36.365Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20353 0:00:01 0:00:01 --:--:-- 20364 100 23725 0 0 100 23725 0 20348 0:00:01 0:00:01 --:--:-- 20364 [2021-01-05T07:27:36.365Z] [2021-01-05T07:27:36.365Z] [Pipeline] } [2021-01-05T07:27:36.376Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:27:37.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T07:27:37.130Z] . [Pipeline] withDockerContainer [2021-01-05T07:27:37.248Z] prd-centos7-docker-4c-2g-18469 does not seem to be running inside a container [2021-01-05T07:27:37.299Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T07:27:38.319Z] $ docker top 5c2c522bdf74dbf1ac974836676b0576aea12707762822cef7c029bec0e5abbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T07:27:38.665Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T07:27:38.665Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T07:27:38.925Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T07:27:38.929Z] $ docker exec 5c2c522bdf74dbf1ac974836676b0576aea12707762822cef7c029bec0e5abbf ssh-agent [2021-01-05T07:27:39.130Z] SSH_AUTH_SOCK=/tmp/ssh-0jyicogAvQBd/agent.12 [2021-01-05T07:27:39.130Z] SSH_AGENT_PID=17 [2021-01-05T07:27:39.138Z] Running ssh-add (command line suppressed) [2021-01-05T07:27:39.280Z] Identity added: /w/workspace/edgex-go/272@tmp/private_key_1939172327377279012.key (/w/workspace/edgex-go/272@tmp/private_key_1939172327377279012.key) [2021-01-05T07:27:39.345Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T07:27:39.676Z] + git semver tag [2021-01-05T07:27:39.941Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T07:27:39.941Z] # $GIT_DIR = /w/workspace/edgex-go/272/.git [2021-01-05T07:27:39.941Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/272 [2021-01-05T07:27:39.941Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T07:27:39.941Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T07:27:39.941Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T07:27:39.941Z] # $SEMVER_BRANCH = master [2021-01-05T07:27:39.941Z] # $SEMVER_DIR = /w/workspace/edgex-go/272/.semver [2021-01-05T07:27:39.941Z] # 135337ef8a94f3bf495bf0711e4285c3adb5abc8 HEAD [2021-01-05T07:27:40.518Z] # -> Force: false [2021-01-05T07:27:40.518Z] # 3c185331c8a0407c5f723ef4eda65825c5d0f19b refs/tags/v2.0.0-dev.27 [Pipeline] } [2021-01-05T07:27:40.534Z] $ docker exec --env ******** --env ******** 5c2c522bdf74dbf1ac974836676b0576aea12707762822cef7c029bec0e5abbf ssh-agent -k [2021-01-05T07:27:40.724Z] unset SSH_AUTH_SOCK; [2021-01-05T07:27:40.725Z] unset SSH_AGENT_PID; [2021-01-05T07:27:40.725Z] echo Agent pid 17 killed; [2021-01-05T07:27:40.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T07:27:41.287Z] + git semver [Pipeline] } [2021-01-05T07:27:41.304Z] $ docker stop --time=1 5c2c522bdf74dbf1ac974836676b0576aea12707762822cef7c029bec0e5abbf [2021-01-05T07:27:42.775Z] $ docker rm -f 5c2c522bdf74dbf1ac974836676b0576aea12707762822cef7c029bec0e5abbf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:27:43.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-05T07:27:43.443Z] [2021-01-05T07:27:43.443Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:27:43.788Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-05T07:27:43.788Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-05T07:27:43.788Z] ab5ef0e58194: Pulling fs layer [2021-01-05T07:27:43.788Z] 9712f1f96733: Pulling fs layer [2021-01-05T07:27:43.789Z] 63f879dbbcfc: Pulling fs layer [2021-01-05T07:27:43.789Z] 0d9ebad4ef96: Pulling fs layer [2021-01-05T07:27:43.789Z] e9a5061849ea: Pulling fs layer [2021-01-05T07:27:43.789Z] d747dcd14b5f: Pulling fs layer [2021-01-05T07:27:43.789Z] 2de7ff778b66: Pulling fs layer [2021-01-05T07:27:43.789Z] 0d9ebad4ef96: Waiting [2021-01-05T07:27:43.789Z] e9a5061849ea: Waiting [2021-01-05T07:27:43.789Z] d747dcd14b5f: Waiting [2021-01-05T07:27:43.789Z] 2de7ff778b66: Waiting [2021-01-05T07:27:43.789Z] 9712f1f96733: Verifying Checksum [2021-01-05T07:27:43.789Z] 9712f1f96733: Download complete [2021-01-05T07:27:45.191Z] 63f879dbbcfc: Verifying Checksum [2021-01-05T07:27:45.191Z] 63f879dbbcfc: Download complete [2021-01-05T07:27:45.454Z] e9a5061849ea: Verifying Checksum [2021-01-05T07:27:45.454Z] e9a5061849ea: Download complete [2021-01-05T07:27:45.454Z] d747dcd14b5f: Verifying Checksum [2021-01-05T07:27:45.454Z] d747dcd14b5f: Download complete [2021-01-05T07:27:45.721Z] 2de7ff778b66: Verifying Checksum [2021-01-05T07:27:45.721Z] 2de7ff778b66: Download complete [2021-01-05T07:27:46.304Z] ab5ef0e58194: Download complete [2021-01-05T07:27:46.304Z] 0d9ebad4ef96: Download complete [2021-01-05T07:27:51.739Z] ab5ef0e58194: Pull complete [2021-01-05T07:27:51.739Z] 9712f1f96733: Pull complete [2021-01-05T07:27:54.301Z] 63f879dbbcfc: Pull complete [2021-01-05T07:28:00.923Z] 0d9ebad4ef96: Pull complete [2021-01-05T07:28:02.316Z] e9a5061849ea: Pull complete [2021-01-05T07:28:02.578Z] d747dcd14b5f: Pull complete [2021-01-05T07:28:05.897Z] 2de7ff778b66: Pull complete [2021-01-05T07:28:05.897Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-05T07:28:05.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-05T07:28:05.897Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-05T07:28:06.104Z] prd-centos7-docker-4c-2g-18469 does not seem to be running inside a container [2021-01-05T07:28:06.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-05T07:28:09.337Z] $ docker top 02c1759ad765ba54ba1315f2abe2cfc7d2fbdd8bc935bc8993b9fb8d0727941b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-05T07:28:09.606Z] provisioning config files... [2021-01-05T07:28:09.620Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/272@tmp/config2017605152426872308tmp [2021-01-05T07:28:09.636Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/272@tmp/config1548652289276598099tmp [2021-01-05T07:28:09.654Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/272@tmp/config12939457854952052tmp [Pipeline] { [Pipeline] echo [2021-01-05T07:28:09.704Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:28:10.009Z] ---> sigul-configuration.sh [2021-01-05T07:28:10.009Z] gpg: directory `/root/.gnupg' created [2021-01-05T07:28:10.009Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-05T07:28:10.009Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-05T07:28:10.009Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-05T07:28:10.009Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-05T07:28:10.009Z] gpg: CAST5 encrypted data [2021-01-05T07:28:10.271Z] gpg: encrypted with 1 passphrase [2021-01-05T07:28:10.271Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-05T07:28:10.716Z] + mkdir /home/jenkins [2021-01-05T07:28:10.716Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-05T07:28:11.043Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-05T07:28:11.055Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:28:11.356Z] ---> sigul-install.sh [2021-01-05T07:28:17.975Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-05T07:28:18.287Z] + git tag --list [2021-01-05T07:28:18.287Z] 0.6.0 [2021-01-05T07:28:18.287Z] 0.6.1 [2021-01-05T07:28:18.287Z] 0.7.0 [2021-01-05T07:28:18.287Z] 0.7.1 [2021-01-05T07:28:18.287Z] v1.0.0 [2021-01-05T07:28:18.287Z] v1.0.1 [2021-01-05T07:28:18.287Z] v1.1.0 [2021-01-05T07:28:18.287Z] v1.2.0 [2021-01-05T07:28:18.287Z] v1.2.1 [2021-01-05T07:28:18.287Z] v1.2.2-dev.1 [2021-01-05T07:28:18.287Z] v1.2.2-dev.10 [2021-01-05T07:28:18.287Z] v1.2.2-dev.100 [2021-01-05T07:28:18.287Z] v1.2.2-dev.101 [2021-01-05T07:28:18.287Z] v1.2.2-dev.102 [2021-01-05T07:28:18.287Z] v1.2.2-dev.103 [2021-01-05T07:28:18.287Z] v1.2.2-dev.104 [2021-01-05T07:28:18.287Z] v1.2.2-dev.105 [2021-01-05T07:28:18.287Z] v1.2.2-dev.106 [2021-01-05T07:28:18.287Z] v1.2.2-dev.107 [2021-01-05T07:28:18.287Z] v1.2.2-dev.11 [2021-01-05T07:28:18.287Z] v1.2.2-dev.12 [2021-01-05T07:28:18.287Z] v1.2.2-dev.13 [2021-01-05T07:28:18.287Z] v1.2.2-dev.14 [2021-01-05T07:28:18.287Z] v1.2.2-dev.15 [2021-01-05T07:28:18.287Z] v1.2.2-dev.16 [2021-01-05T07:28:18.287Z] v1.2.2-dev.17 [2021-01-05T07:28:18.287Z] v1.2.2-dev.18 [2021-01-05T07:28:18.287Z] v1.2.2-dev.19 [2021-01-05T07:28:18.287Z] v1.2.2-dev.2 [2021-01-05T07:28:18.287Z] v1.2.2-dev.20 [2021-01-05T07:28:18.287Z] v1.2.2-dev.21 [2021-01-05T07:28:18.287Z] v1.2.2-dev.22 [2021-01-05T07:28:18.287Z] v1.2.2-dev.23 [2021-01-05T07:28:18.287Z] v1.2.2-dev.24 [2021-01-05T07:28:18.287Z] v1.2.2-dev.25 [2021-01-05T07:28:18.287Z] v1.2.2-dev.26 [2021-01-05T07:28:18.287Z] v1.2.2-dev.27 [2021-01-05T07:28:18.287Z] v1.2.2-dev.28 [2021-01-05T07:28:18.287Z] v1.2.2-dev.29 [2021-01-05T07:28:18.287Z] v1.2.2-dev.3 [2021-01-05T07:28:18.287Z] v1.2.2-dev.30 [2021-01-05T07:28:18.287Z] v1.2.2-dev.31 [2021-01-05T07:28:18.287Z] v1.2.2-dev.32 [2021-01-05T07:28:18.287Z] v1.2.2-dev.33 [2021-01-05T07:28:18.287Z] v1.2.2-dev.34 [2021-01-05T07:28:18.287Z] v1.2.2-dev.35 [2021-01-05T07:28:18.287Z] v1.2.2-dev.36 [2021-01-05T07:28:18.287Z] v1.2.2-dev.37 [2021-01-05T07:28:18.287Z] v1.2.2-dev.38 [2021-01-05T07:28:18.287Z] v1.2.2-dev.39 [2021-01-05T07:28:18.287Z] v1.2.2-dev.4 [2021-01-05T07:28:18.287Z] v1.2.2-dev.40 [2021-01-05T07:28:18.287Z] v1.2.2-dev.41 [2021-01-05T07:28:18.287Z] v1.2.2-dev.42 [2021-01-05T07:28:18.287Z] v1.2.2-dev.43 [2021-01-05T07:28:18.287Z] v1.2.2-dev.44 [2021-01-05T07:28:18.287Z] v1.2.2-dev.45 [2021-01-05T07:28:18.287Z] v1.2.2-dev.46 [2021-01-05T07:28:18.287Z] v1.2.2-dev.47 [2021-01-05T07:28:18.287Z] v1.2.2-dev.48 [2021-01-05T07:28:18.287Z] v1.2.2-dev.49 [2021-01-05T07:28:18.287Z] v1.2.2-dev.5 [2021-01-05T07:28:18.287Z] v1.2.2-dev.50 [2021-01-05T07:28:18.287Z] v1.2.2-dev.51 [2021-01-05T07:28:18.287Z] v1.2.2-dev.52 [2021-01-05T07:28:18.287Z] v1.2.2-dev.53 [2021-01-05T07:28:18.287Z] v1.2.2-dev.54 [2021-01-05T07:28:18.287Z] v1.2.2-dev.55 [2021-01-05T07:28:18.287Z] v1.2.2-dev.56 [2021-01-05T07:28:18.287Z] v1.2.2-dev.57 [2021-01-05T07:28:18.287Z] v1.2.2-dev.58 [2021-01-05T07:28:18.287Z] v1.2.2-dev.59 [2021-01-05T07:28:18.287Z] v1.2.2-dev.6 [2021-01-05T07:28:18.287Z] v1.2.2-dev.60 [2021-01-05T07:28:18.287Z] v1.2.2-dev.61 [2021-01-05T07:28:18.287Z] v1.2.2-dev.62 [2021-01-05T07:28:18.287Z] v1.2.2-dev.63 [2021-01-05T07:28:18.287Z] v1.2.2-dev.64 [2021-01-05T07:28:18.288Z] v1.2.2-dev.65 [2021-01-05T07:28:18.288Z] v1.2.2-dev.66 [2021-01-05T07:28:18.288Z] v1.2.2-dev.67 [2021-01-05T07:28:18.288Z] v1.2.2-dev.68 [2021-01-05T07:28:18.288Z] v1.2.2-dev.69 [2021-01-05T07:28:18.288Z] v1.2.2-dev.7 [2021-01-05T07:28:18.288Z] v1.2.2-dev.70 [2021-01-05T07:28:18.288Z] v1.2.2-dev.71 [2021-01-05T07:28:18.288Z] v1.2.2-dev.72 [2021-01-05T07:28:18.288Z] v1.2.2-dev.73 [2021-01-05T07:28:18.288Z] v1.2.2-dev.74 [2021-01-05T07:28:18.288Z] v1.2.2-dev.75 [2021-01-05T07:28:18.288Z] v1.2.2-dev.76 [2021-01-05T07:28:18.288Z] v1.2.2-dev.77 [2021-01-05T07:28:18.288Z] v1.2.2-dev.78 [2021-01-05T07:28:18.288Z] v1.2.2-dev.79 [2021-01-05T07:28:18.288Z] v1.2.2-dev.8 [2021-01-05T07:28:18.288Z] v1.2.2-dev.80 [2021-01-05T07:28:18.288Z] v1.2.2-dev.81 [2021-01-05T07:28:18.288Z] v1.2.2-dev.82 [2021-01-05T07:28:18.288Z] v1.2.2-dev.83 [2021-01-05T07:28:18.288Z] v1.2.2-dev.84 [2021-01-05T07:28:18.288Z] v1.2.2-dev.85 [2021-01-05T07:28:18.288Z] v1.2.2-dev.86 [2021-01-05T07:28:18.288Z] v1.2.2-dev.87 [2021-01-05T07:28:18.288Z] v1.2.2-dev.88 [2021-01-05T07:28:18.288Z] v1.2.2-dev.89 [2021-01-05T07:28:18.288Z] v1.2.2-dev.9 [2021-01-05T07:28:18.288Z] v1.2.2-dev.90 [2021-01-05T07:28:18.288Z] v1.2.2-dev.91 [2021-01-05T07:28:18.288Z] v1.2.2-dev.92 [2021-01-05T07:28:18.288Z] v1.2.2-dev.93 [2021-01-05T07:28:18.288Z] v1.2.2-dev.94 [2021-01-05T07:28:18.288Z] v1.2.2-dev.95 [2021-01-05T07:28:18.288Z] v1.2.2-dev.96 [2021-01-05T07:28:18.288Z] v1.2.2-dev.97 [2021-01-05T07:28:18.288Z] v1.2.2-dev.98 [2021-01-05T07:28:18.288Z] v1.2.2-dev.99 [2021-01-05T07:28:18.288Z] v1.3.0 [2021-01-05T07:28:18.288Z] v1.3.1-dev.1 [2021-01-05T07:28:18.288Z] v1.3.1-dev.10 [2021-01-05T07:28:18.288Z] v1.3.1-dev.11 [2021-01-05T07:28:18.288Z] v1.3.1-dev.12 [2021-01-05T07:28:18.288Z] v1.3.1-dev.13 [2021-01-05T07:28:18.288Z] v1.3.1-dev.14 [2021-01-05T07:28:18.288Z] v1.3.1-dev.15 [2021-01-05T07:28:18.288Z] v1.3.1-dev.16 [2021-01-05T07:28:18.288Z] v1.3.1-dev.17 [2021-01-05T07:28:18.288Z] v1.3.1-dev.18 [2021-01-05T07:28:18.288Z] v1.3.1-dev.2 [2021-01-05T07:28:18.288Z] v1.3.1-dev.3 [2021-01-05T07:28:18.288Z] v1.3.1-dev.4 [2021-01-05T07:28:18.288Z] v1.3.1-dev.5 [2021-01-05T07:28:18.288Z] v1.3.1-dev.6 [2021-01-05T07:28:18.288Z] v1.3.1-dev.7 [2021-01-05T07:28:18.288Z] v1.3.1-dev.8 [2021-01-05T07:28:18.288Z] v1.3.1-dev.9 [2021-01-05T07:28:18.288Z] v2.0.0-dev.1 [2021-01-05T07:28:18.288Z] v2.0.0-dev.10 [2021-01-05T07:28:18.288Z] v2.0.0-dev.11 [2021-01-05T07:28:18.288Z] v2.0.0-dev.12 [2021-01-05T07:28:18.288Z] v2.0.0-dev.13 [2021-01-05T07:28:18.288Z] v2.0.0-dev.14 [2021-01-05T07:28:18.288Z] v2.0.0-dev.15 [2021-01-05T07:28:18.288Z] v2.0.0-dev.16 [2021-01-05T07:28:18.288Z] v2.0.0-dev.17 [2021-01-05T07:28:18.288Z] v2.0.0-dev.18 [2021-01-05T07:28:18.288Z] v2.0.0-dev.19 [2021-01-05T07:28:18.288Z] v2.0.0-dev.2 [2021-01-05T07:28:18.288Z] v2.0.0-dev.20 [2021-01-05T07:28:18.288Z] v2.0.0-dev.21 [2021-01-05T07:28:18.288Z] v2.0.0-dev.22 [2021-01-05T07:28:18.288Z] v2.0.0-dev.23 [2021-01-05T07:28:18.288Z] v2.0.0-dev.24 [2021-01-05T07:28:18.288Z] v2.0.0-dev.25 [2021-01-05T07:28:18.288Z] v2.0.0-dev.26 [2021-01-05T07:28:18.288Z] v2.0.0-dev.27 [2021-01-05T07:28:18.288Z] v2.0.0-dev.3 [2021-01-05T07:28:18.288Z] v2.0.0-dev.4 [2021-01-05T07:28:18.288Z] v2.0.0-dev.5 [2021-01-05T07:28:18.288Z] v2.0.0-dev.6 [2021-01-05T07:28:18.288Z] v2.0.0-dev.7 [2021-01-05T07:28:18.288Z] v2.0.0-dev.8 [2021-01-05T07:28:18.288Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-05T07:28:18.604Z] + lftools sign git-tag v2.0.0-dev.27 [2021-01-05T07:28:19.994Z] Signing Git tag with Sigul... [2021-01-05T07:28:19.994Z] Signing v2.0.0-dev.27 [Pipeline] echo [2021-01-05T07:28:21.393Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:28:21.691Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-05T07:28:21.703Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-05T07:28:21.820Z] $ docker stop --time=1 02c1759ad765ba54ba1315f2abe2cfc7d2fbdd8bc935bc8993b9fb8d0727941b [2021-01-05T07:28:23.971Z] $ docker rm -f 02c1759ad765ba54ba1315f2abe2cfc7d2fbdd8bc935bc8993b9fb8d0727941b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:28:24.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T07:28:24.816Z] . [Pipeline] withDockerContainer [2021-01-05T07:28:24.922Z] prd-centos7-docker-4c-2g-18469 does not seem to be running inside a container [2021-01-05T07:28:24.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T07:28:25.872Z] $ docker top 8d51b1027b9299adbcd269cf39dca2c4b5dd9e4c496756e0819fbf8d083f9514 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T07:28:26.218Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T07:28:26.219Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T07:28:26.433Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T07:28:26.437Z] $ docker exec 8d51b1027b9299adbcd269cf39dca2c4b5dd9e4c496756e0819fbf8d083f9514 ssh-agent [2021-01-05T07:28:26.630Z] SSH_AUTH_SOCK=/tmp/ssh-vbk5EDnQd4kz/agent.11 [2021-01-05T07:28:26.630Z] SSH_AGENT_PID=17 [2021-01-05T07:28:26.638Z] Running ssh-add (command line suppressed) [2021-01-05T07:28:26.774Z] Identity added: /w/workspace/edgex-go/272@tmp/private_key_1162327247841853735.key (/w/workspace/edgex-go/272@tmp/private_key_1162327247841853735.key) [2021-01-05T07:28:26.839Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T07:28:27.173Z] + git semver bump pre [2021-01-05T07:28:27.173Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T07:28:27.173Z] # $GIT_DIR = /w/workspace/edgex-go/272/.git [2021-01-05T07:28:27.173Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/272 [2021-01-05T07:28:27.173Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T07:28:27.174Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T07:28:27.174Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T07:28:27.174Z] # $SEMVER_BRANCH = master [2021-01-05T07:28:27.174Z] # $SEMVER_DIR = /w/workspace/edgex-go/272/.semver [2021-01-05T07:28:27.174Z] 2.0.0-dev.28 [Pipeline] } [2021-01-05T07:28:27.185Z] $ docker exec --env ******** --env ******** 8d51b1027b9299adbcd269cf39dca2c4b5dd9e4c496756e0819fbf8d083f9514 ssh-agent -k [2021-01-05T07:28:27.323Z] unset SSH_AUTH_SOCK; [2021-01-05T07:28:27.323Z] unset SSH_AGENT_PID; [2021-01-05T07:28:27.323Z] echo Agent pid 17 killed; [2021-01-05T07:28:27.389Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T07:28:27.849Z] + git semver [Pipeline] } [2021-01-05T07:28:27.867Z] $ docker stop --time=1 8d51b1027b9299adbcd269cf39dca2c4b5dd9e4c496756e0819fbf8d083f9514 [2021-01-05T07:28:29.290Z] $ docker rm -f 8d51b1027b9299adbcd269cf39dca2c4b5dd9e4c496756e0819fbf8d083f9514 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:28:29.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T07:28:29.821Z] . [Pipeline] withDockerContainer [2021-01-05T07:28:29.930Z] prd-centos7-docker-4c-2g-18469 does not seem to be running inside a container [2021-01-05T07:28:29.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T07:28:30.867Z] $ docker top a56da2df77c495cae222f09d4f7ddddf5068dea7b3bb9df70aba4f75657f315f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T07:28:31.223Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T07:28:31.223Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T07:28:31.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T07:28:31.458Z] $ docker exec a56da2df77c495cae222f09d4f7ddddf5068dea7b3bb9df70aba4f75657f315f ssh-agent [2021-01-05T07:28:31.649Z] SSH_AUTH_SOCK=/tmp/ssh-wSCSye5MfMwy/agent.12 [2021-01-05T07:28:31.649Z] SSH_AGENT_PID=17 [2021-01-05T07:28:31.658Z] Running ssh-add (command line suppressed) [2021-01-05T07:28:31.793Z] Identity added: /w/workspace/edgex-go/272@tmp/private_key_7235878952157445132.key (/w/workspace/edgex-go/272@tmp/private_key_7235878952157445132.key) [2021-01-05T07:28:31.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T07:28:32.195Z] + git semver push [2021-01-05T07:28:32.195Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T07:28:32.195Z] # $GIT_DIR = /w/workspace/edgex-go/272/.git [2021-01-05T07:28:32.195Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/272 [2021-01-05T07:28:32.195Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T07:28:32.195Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T07:28:32.195Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T07:28:32.195Z] # $SEMVER_BRANCH = master [2021-01-05T07:28:32.195Z] # $SEMVER_DIR = /w/workspace/edgex-go/272/.semver [Pipeline] } [2021-01-05T07:28:42.279Z] $ docker exec --env ******** --env ******** a56da2df77c495cae222f09d4f7ddddf5068dea7b3bb9df70aba4f75657f315f ssh-agent -k [2021-01-05T07:28:42.469Z] unset SSH_AUTH_SOCK; [2021-01-05T07:28:42.469Z] unset SSH_AGENT_PID; [2021-01-05T07:28:42.469Z] echo Agent pid 17 killed; [2021-01-05T07:28:42.543Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T07:28:43.027Z] + git semver [Pipeline] } [2021-01-05T07:28:43.044Z] $ docker stop --time=1 a56da2df77c495cae222f09d4f7ddddf5068dea7b3bb9df70aba4f75657f315f [2021-01-05T07:28:44.466Z] $ docker rm -f a56da2df77c495cae222f09d4f7ddddf5068dea7b3bb9df70aba4f75657f315f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:28:45.835Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:28:46.745Z] ---> package-listing.sh [2021-01-05T07:28:46.745Z] ++ facter osfamily [2021-01-05T07:28:46.745Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T07:28:46.745Z] + OS_FAMILY=redhat [2021-01-05T07:28:46.745Z] + workspace=/w/workspace/edgex-go/272 [2021-01-05T07:28:46.745Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T07:28:46.745Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T07:28:46.745Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T07:28:46.745Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T07:28:46.745Z] + '[' /w/workspace/edgex-go/272 ']' [2021-01-05T07:28:46.745Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T07:28:46.745Z] + case "${OS_FAMILY}" in [2021-01-05T07:28:46.745Z] + rpm -qa [2021-01-05T07:28:46.745Z] + sort [2021-01-05T07:28:52.049Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T07:28:52.049Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T07:28:52.049Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T07:28:52.049Z] + '[' /w/workspace/edgex-go/272 ']' [2021-01-05T07:28:52.049Z] + mkdir -p /w/workspace/edgex-go/272/archives/ [2021-01-05T07:28:52.049Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/272/archives/ [Pipeline] echo [2021-01-05T07:28:52.063Z] 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/272/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T07:28:52.353Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:28:52.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T07:28:52.659Z] [2021-01-05T07:28:52.659Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T07:28:53.010Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T07:28:53.011Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T07:28:53.011Z] df20fa9351a1: Pulling fs layer [2021-01-05T07:28:53.011Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T07:28:53.011Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T07:28:53.011Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T07:28:53.011Z] 93b61091891f: Pulling fs layer [2021-01-05T07:28:53.011Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T07:28:53.011Z] 5e14af77c1be: Pulling fs layer [2021-01-05T07:28:53.011Z] 01666e4c0597: Pulling fs layer [2021-01-05T07:28:53.011Z] aa168da1d23b: Pulling fs layer [2021-01-05T07:28:53.011Z] 93b9cdb0e59b: Waiting [2021-01-05T07:28:53.011Z] 5e14af77c1be: Waiting [2021-01-05T07:28:53.011Z] 01666e4c0597: Waiting [2021-01-05T07:28:53.011Z] aa168da1d23b: Waiting [2021-01-05T07:28:53.011Z] 93b61091891f: Waiting [2021-01-05T07:28:53.011Z] 46f8f816bc3b: Waiting [2021-01-05T07:28:53.011Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T07:28:53.011Z] 36b3adc4ff6f: Download complete [2021-01-05T07:28:53.011Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T07:28:53.011Z] 46f8f816bc3b: Download complete [2021-01-05T07:28:53.276Z] df20fa9351a1: Verifying Checksum [2021-01-05T07:28:53.276Z] df20fa9351a1: Download complete [2021-01-05T07:28:53.276Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T07:28:53.276Z] 93b9cdb0e59b: Download complete [2021-01-05T07:28:53.276Z] 5e14af77c1be: Verifying Checksum [2021-01-05T07:28:53.276Z] 5e14af77c1be: Download complete [2021-01-05T07:28:53.276Z] 93b61091891f: Verifying Checksum [2021-01-05T07:28:53.276Z] 93b61091891f: Download complete [2021-01-05T07:28:53.276Z] 01666e4c0597: Verifying Checksum [2021-01-05T07:28:53.276Z] 01666e4c0597: Download complete [2021-01-05T07:28:53.540Z] 8ad3a11d3b57: Verifying Checksum [2021-01-05T07:28:53.540Z] 8ad3a11d3b57: Download complete [2021-01-05T07:28:53.540Z] df20fa9351a1: Pull complete [2021-01-05T07:28:54.120Z] 36b3adc4ff6f: Pull complete [2021-01-05T07:28:55.532Z] 8ad3a11d3b57: Pull complete [2021-01-05T07:28:55.532Z] aa168da1d23b: Verifying Checksum [2021-01-05T07:28:55.533Z] aa168da1d23b: Download complete [2021-01-05T07:28:56.113Z] 46f8f816bc3b: Pull complete [2021-01-05T07:28:56.385Z] 93b61091891f: Pull complete [2021-01-05T07:28:56.647Z] 93b9cdb0e59b: Pull complete [2021-01-05T07:28:56.913Z] 5e14af77c1be: Pull complete [2021-01-05T07:28:56.913Z] 01666e4c0597: Pull complete [2021-01-05T07:29:03.532Z] aa168da1d23b: Pull complete [2021-01-05T07:29:03.532Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T07:29:03.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T07:29:03.532Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T07:29:05.092Z] prd-centos7-docker-4c-2g-18469 does not seem to be running inside a container [2021-01-05T07:29:05.139Z] $ 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/272/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/272 -v /w/workspace/edgex-go/272:/w/workspace/edgex-go/272:rw,z -v /w/workspace/edgex-go/272@tmp:/w/workspace/edgex-go/272@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T07:29:08.963Z] $ docker top e3dc0861208ca12dfa7ea4b421f23958145cfd3ef4fb8745eb5ad94badf5a0dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T07:29:09.541Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T07:29:09.842Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T07:29:10.141Z] + ls /var/log/sa-host [2021-01-05T07:29:10.141Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T07:29:10.141Z] file_magic: OK [2021-01-05T07:29:10.141Z] HZ: Using current value: 100 [2021-01-05T07:29:10.141Z] file_header: OK [2021-01-05T07:29:10.141Z] 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 [2021-01-05T07:29:10.141Z] Statistics: [2021-01-05T07:29:10.141Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-05T07:29:10.141Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T07:29:10.141Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T07:29:10.141Z] file_magic: OK [2021-01-05T07:29:10.141Z] HZ: Using current value: 100 [2021-01-05T07:29:10.141Z] file_header: OK [2021-01-05T07:29:10.141Z] 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 [2021-01-05T07:29:10.141Z] Statistics: [2021-01-05T07:29:10.141Z] Hnuu...uuuununununu... [2021-01-05T07:29:10.141Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T07:29:10.729Z] provisioning config files... [2021-01-05T07:29:10.744Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/272@tmp/config5355492206791578925tmp [Pipeline] { [Pipeline] echo [2021-01-05T07:29:10.817Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:29:11.115Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T07:29:11.125Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T07:29:11.224Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:29:11.524Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T07:29:11.534Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:29:11.833Z] ---> sudo-logs.sh [2021-01-05T07:29:11.833Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T07:29:11.844Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:29:12.153Z] ---> job-cost.sh [2021-01-05T07:29:12.153Z] lf-activate-venv: SKIPPING [2021-01-05T07:29:12.153Z] INFO: No Stack... [2021-01-05T07:29:13.106Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T07:29:13.681Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T07:29:13.695Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T07:29:14.074Z] ---> logs-deploy.sh [2021-01-05T07:29:14.074Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/272 [2021-01-05T07:29:14.074Z] INFO: archiving workspace using pattern(s): [2021-01-05T07:29:15.478Z] Archives upload complete. [2021-01-05T07:29:15.478Z] INFO: archiving logs to Nexus