Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-23408 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/322 [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/322 # 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 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c (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 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 Commit message: "Merge pull request #3030 from FelixTing/issue-3029" > git rev-list --no-walk 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T15:10:02.414Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T15:10:02.760Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T15:10:02.928Z] ========================================================= [2021-01-27T15:10:02.928Z] EdgeX Global Pipelines Version Info [2021-01-27T15:10:02.928Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:10:04.415Z] ------------------- [2021-01-27T15:10:04.415Z] stable info: [2021-01-27T15:10:04.415Z] ------------------- [2021-01-27T15:10:04.415Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T15:10:04.415Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T15:10:04.415Z] Message: update stable to v1.0.179 [2021-01-27T15:10:05.361Z] ------------------- [2021-01-27T15:10:05.361Z] experimental info: [2021-01-27T15:10:05.361Z] ------------------- [2021-01-27T15:10:05.361Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T15:10:05.361Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T15:10:05.361Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T15:10:05.642Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-27T15:10:05.738Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-27T15:10:05.835Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T15:10:05.932Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T15:10:06.029Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T15:10:06.125Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T15:10:06.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T15:10:06.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-27T15:10:06.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-27T15:10:06.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-27T15:10:06.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T15:10:06.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T15:10:06.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T15:10:06.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T15:10:07.073Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T15:10:07.164Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T15:10:07.255Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T15:10:07.351Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T15:10:07.446Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T15:10:07.538Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T15:10:07.634Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-27T15:10:07.740Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T15:10:07.832Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T15:10:07.926Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-27T15:10:08.031Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-27T15:10:08.139Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-27T15:10:08.229Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] echo [2021-01-27T15:10:08.317Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 95aa8ba [Pipeline] echo [2021-01-27T15:10:08.424Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T15:10:08.622Z] provisioning config files... [2021-01-27T15:10:08.655Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/322@tmp/config746518184534589456tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:10:09.017Z] ---> docker-login.sh [2021-01-27T15:10:09.017Z] nexus3.edgexfoundry.org:10001 [2021-01-27T15:10:09.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:10:09.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:10:09.542Z] Configure a credential helper to remove this warning. See [2021-01-27T15:10:09.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:10:09.542Z] [2021-01-27T15:10:09.542Z] Login Succeeded [2021-01-27T15:10:09.542Z] nexus3.edgexfoundry.org:10002 [2021-01-27T15:10:09.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:10:09.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:10:09.809Z] Configure a credential helper to remove this warning. See [2021-01-27T15:10:09.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:10:09.809Z] [2021-01-27T15:10:09.809Z] Login Succeeded [2021-01-27T15:10:09.809Z] nexus3.edgexfoundry.org:10003 [2021-01-27T15:10:09.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:10:09.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:10:09.809Z] Configure a credential helper to remove this warning. See [2021-01-27T15:10:09.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:10:09.809Z] [2021-01-27T15:10:09.809Z] Login Succeeded [2021-01-27T15:10:09.809Z] nexus3.edgexfoundry.org:10004 [2021-01-27T15:10:10.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:10:10.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:10:10.071Z] Configure a credential helper to remove this warning. See [2021-01-27T15:10:10.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:10:10.071Z] [2021-01-27T15:10:10.071Z] Login Succeeded [2021-01-27T15:10:10.071Z] docker.io [2021-01-27T15:10:10.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:10:10.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:10:10.596Z] Configure a credential helper to remove this warning. See [2021-01-27T15:10:10.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:10:10.596Z] [2021-01-27T15:10:10.596Z] Login Succeeded [2021-01-27T15:10:10.596Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T15:10:10.606Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T15:10:11.093Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-27T15:10:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:10:11.093Z] ++ dirname cmd/core-command/Dockerfile [2021-01-27T15:10:11.093Z] ++ cut -d/ -f2 [2021-01-27T15:10:11.093Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-27T15:10:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:10:11.093Z] ++ dirname cmd/core-data/Dockerfile [2021-01-27T15:10:11.093Z] ++ cut -d/ -f2 [2021-01-27T15:10:11.093Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-27T15:10:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:10:11.093Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-27T15:10:11.093Z] ++ cut -d/ -f2 [2021-01-27T15:10:11.093Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-27T15:10:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:10:11.093Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-27T15:10:11.093Z] ++ cut -d/ -f2 [2021-01-27T15:10:11.093Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-27T15:10:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:10:11.093Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-27T15:10:11.093Z] ++ cut -d/ -f2 [2021-01-27T15:10:11.093Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-27T15:10:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:10:11.093Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-27T15:10:11.093Z] ++ cut -d/ -f2 [2021-01-27T15:10:11.093Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-27T15:10:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:10:11.093Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-27T15:10:11.093Z] ++ cut -d/ -f2 [2021-01-27T15:10:11.093Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-27T15:10:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:10:11.093Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-27T15:10:11.093Z] ++ cut -d/ -f2 [2021-01-27T15:10:11.093Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-27T15:10:11.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:10:11.093Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-27T15:10:11.093Z] ++ cut -d/ -f2 [2021-01-27T15:10:11.093Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-27T15:10:11.168Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:10:12.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T15:10:12.754Z] [2021-01-27T15:10:12.754Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:10:13.108Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T15:10:13.109Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T15:10:13.109Z] 31603596830f: Pulling fs layer [2021-01-27T15:10:13.109Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T15:10:13.109Z] 6ca5941a6612: Pulling fs layer [2021-01-27T15:10:13.109Z] ecc8261a40a4: Pulling fs layer [2021-01-27T15:10:13.109Z] ecc8261a40a4: Waiting [2021-01-27T15:10:13.109Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T15:10:13.109Z] 2a8b12db71e7: Download complete [2021-01-27T15:10:13.109Z] 31603596830f: Verifying Checksum [2021-01-27T15:10:13.109Z] 31603596830f: Download complete [2021-01-27T15:10:13.373Z] 6ca5941a6612: Verifying Checksum [2021-01-27T15:10:13.373Z] 6ca5941a6612: Download complete [2021-01-27T15:10:13.373Z] ecc8261a40a4: Download complete [2021-01-27T15:10:13.636Z] 31603596830f: Pull complete [2021-01-27T15:10:13.902Z] 2a8b12db71e7: Pull complete [2021-01-27T15:10:14.486Z] 6ca5941a6612: Pull complete [2021-01-27T15:10:14.748Z] ecc8261a40a4: Pull complete [2021-01-27T15:10:14.748Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T15:10:14.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T15:10:14.748Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T15:10:14.851Z] prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container [2021-01-27T15:10:14.901Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:10:17.301Z] $ docker top 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T15:10:17.647Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T15:10:17.648Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T15:10:17.892Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T15:10:17.897Z] $ docker exec 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc ssh-agent [2021-01-27T15:10:18.058Z] SSH_AUTH_SOCK=/tmp/ssh-UXzvuUrn0hgi/agent.11 [2021-01-27T15:10:18.058Z] SSH_AGENT_PID=16 [2021-01-27T15:10:18.069Z] Running ssh-add (command line suppressed) [2021-01-27T15:10:18.194Z] Identity added: /w/workspace/edgex-go/322@tmp/private_key_8843505285347447223.key (/w/workspace/edgex-go/322@tmp/private_key_8843505285347447223.key) [2021-01-27T15:10:18.245Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T15:10:18.582Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T15:10:18.610Z] $ docker exec --env ******** --env ******** 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc ssh-agent -k [2021-01-27T15:10:18.723Z] unset SSH_AUTH_SOCK; [2021-01-27T15:10:18.723Z] unset SSH_AGENT_PID; [2021-01-27T15:10:18.723Z] echo Agent pid 16 killed; [2021-01-27T15:10:18.770Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T15:10:18.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T15:10:18.927Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T15:10:19.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T15:10:19.094Z] $ docker exec 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc ssh-agent [2021-01-27T15:10:19.259Z] SSH_AUTH_SOCK=/tmp/ssh-00zhm0h6DaPV/agent.45 [2021-01-27T15:10:19.259Z] SSH_AGENT_PID=50 [2021-01-27T15:10:19.266Z] Running ssh-add (command line suppressed) [2021-01-27T15:10:19.405Z] Identity added: /w/workspace/edgex-go/322@tmp/private_key_2509624000433449876.key (/w/workspace/edgex-go/322@tmp/private_key_2509624000433449876.key) [2021-01-27T15:10:19.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T15:10:20.107Z] + git semver init [2021-01-27T15:10:20.108Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T15:10:20.108Z] # $GIT_DIR = /w/workspace/edgex-go/322/.git [2021-01-27T15:10:20.108Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/322 [2021-01-27T15:10:20.108Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T15:10:20.108Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T15:10:20.108Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T15:10:20.108Z] # $SEMVER_BRANCH = master [2021-01-27T15:10:20.108Z] # $SEMVER_TEMP = /tmp/semver-222962364 [2021-01-27T15:10:20.108Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-27T15:10:38.302Z] # '/tmp/semver-222962364' -> '/w/workspace/edgex-go/322/.semver' [2021-01-27T15:10:38.302Z] # -> Force: false [2021-01-27T15:10:38.302Z] # $SEMVER_DIR = /w/workspace/edgex-go/322/.semver [Pipeline] } [2021-01-27T15:10:38.318Z] $ docker exec --env ******** --env ******** 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc ssh-agent -k [2021-01-27T15:10:38.521Z] unset SSH_AUTH_SOCK; [2021-01-27T15:10:38.522Z] unset SSH_AGENT_PID; [2021-01-27T15:10:38.522Z] echo Agent pid 50 killed; [2021-01-27T15:10:38.614Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T15:10:39.146Z] + git semver [Pipeline] } [2021-01-27T15:10:39.167Z] $ docker stop --time=1 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc [2021-01-27T15:10:40.735Z] $ docker rm -f 3187e9b3ec65b1c80dc8f4d8f6eb51d7e4be4345eeb17344d5054de0cae8cedc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T15:10:41.330Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T15:10:42.011Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T15:10:42.014Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.59 [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-27T15:10:42.934Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T15:10:43.237Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T15:10:43.537Z] + sudo service docker restart [2021-01-27T15:10:43.537Z] + true [2021-01-27T15:10:43.537Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-27T15:10:44.128Z] ========================================================= [2021-01-27T15:10:44.128Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T15:10:44.128Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:10:44.470Z] + 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-27T15:10:49.784Z] Sending build context to Docker daemon 327.1MB [2021-01-27T15:10:49.784Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T15:10:49.784Z] Step 2/6 : FROM ${BASE} [2021-01-27T15:10:49.784Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T15:10:49.784Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T15:10:49.784Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T15:10:49.784Z] de9db76c5a1d: Pulling fs layer [2021-01-27T15:10:49.784Z] bca2f99d35d6: Pulling fs layer [2021-01-27T15:10:49.784Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T15:10:49.784Z] 7c6f9722023f: Pulling fs layer [2021-01-27T15:10:49.784Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T15:10:49.784Z] 93359f2a8cfa: Waiting [2021-01-27T15:10:49.784Z] 7c6f9722023f: Waiting [2021-01-27T15:10:49.784Z] a35cf1a2eb13: Waiting [2021-01-27T15:10:49.784Z] bca2f99d35d6: Waiting [2021-01-27T15:10:49.784Z] de9db76c5a1d: Download complete [2021-01-27T15:10:49.784Z] 0ef7d3d256c8: Verifying Checksum [2021-01-27T15:10:49.784Z] 0ef7d3d256c8: Download complete [2021-01-27T15:10:49.784Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T15:10:49.784Z] 93359f2a8cfa: Download complete [2021-01-27T15:10:49.784Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T15:10:49.784Z] 188c0c94c7c5: Download complete [2021-01-27T15:10:49.784Z] 7c6f9722023f: Verifying Checksum [2021-01-27T15:10:49.784Z] 7c6f9722023f: Download complete [2021-01-27T15:10:49.784Z] 188c0c94c7c5: Pull complete [2021-01-27T15:10:50.047Z] 0ef7d3d256c8: Pull complete [2021-01-27T15:10:50.311Z] de9db76c5a1d: Pull complete [2021-01-27T15:10:51.710Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T15:10:51.710Z] a35cf1a2eb13: Download complete [2021-01-27T15:10:52.664Z] bca2f99d35d6: Verifying Checksum [2021-01-27T15:10:52.664Z] bca2f99d35d6: Download complete [2021-01-27T15:10:57.403Z] Still waiting to schedule task [2021-01-27T15:10:57.404Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-27T15:10:59.307Z] bca2f99d35d6: Pull complete [2021-01-27T15:10:59.307Z] 93359f2a8cfa: Pull complete [2021-01-27T15:10:59.307Z] 7c6f9722023f: Pull complete [2021-01-27T15:11:03.543Z] a35cf1a2eb13: Pull complete [2021-01-27T15:11:03.543Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T15:11:03.543Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T15:11:03.543Z] ---> a62c8e92a672 [2021-01-27T15:11:03.543Z] 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-27T15:11:03.810Z] ---> Running in 3f03c67c25be [2021-01-27T15:11:04.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:11:05.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:11:06.733Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T15:11:06.733Z] (2/12) Installing file (5.38-r0) [2021-01-27T15:11:06.733Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T15:11:06.733Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T15:11:16.767Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T15:11:17.030Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T15:11:17.030Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T15:11:17.030Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T15:11:17.294Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T15:11:17.294Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T15:11:17.294Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T15:11:17.559Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T15:11:17.559Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:11:17.559Z] OK: 233 MiB in 51 packages [2021-01-27T15:11:21.799Z] Removing intermediate container 3f03c67c25be [2021-01-27T15:11:21.799Z] ---> e44b107fbe74 [2021-01-27T15:11:21.799Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T15:11:21.799Z] ---> Running in f6edae0c3bf6 [2021-01-27T15:11:22.063Z] Removing intermediate container f6edae0c3bf6 [2021-01-27T15:11:22.063Z] ---> cdd6018078ad [2021-01-27T15:11:22.063Z] Step 5/6 : COPY go.mod . [2021-01-27T15:11:22.326Z] ---> 0bdf3a376869 [2021-01-27T15:11:22.326Z] Step 6/6 : RUN go mod download [2021-01-27T15:11:22.326Z] ---> Running in de35338abbcf [2021-01-27T15:11:44.352Z] Removing intermediate container de35338abbcf [2021-01-27T15:11:44.352Z] ---> f4d1a2fbf1db [2021-01-27T15:11:44.352Z] Successfully built f4d1a2fbf1db [2021-01-27T15:11:44.352Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:11:44.689Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T15:11:44.689Z] . [Pipeline] withDockerContainer [2021-01-27T15:11:44.795Z] prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container [2021-01-27T15:11:44.849Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:11:45.783Z] $ docker top 72995c41f63bfb9d43b1b94d1d29295e3357d503d6f14370099e6c9105e46296 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:11:46.293Z] + go version [2021-01-27T15:11:46.293Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T15:11:46.312Z] $ docker stop --time=1 72995c41f63bfb9d43b1b94d1d29295e3357d503d6f14370099e6c9105e46296 [2021-01-27T15:11:47.659Z] $ docker rm -f 72995c41f63bfb9d43b1b94d1d29295e3357d503d6f14370099e6c9105e46296 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:11:48.518Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T15:11:48.518Z] . [Pipeline] withDockerContainer [2021-01-27T15:11:48.629Z] prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container [2021-01-27T15:11:48.684Z] $ 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/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:11:49.497Z] $ docker top bcd9516c3f857bcde941057b134f644549bc2001397d124f7fc81046923d2861 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T15:11:49.677Z] ========================================================= [2021-01-27T15:11:49.678Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T15:11:49.678Z] ========================================================= [Pipeline] sh [2021-01-27T15:11:49.975Z] + make test [2021-01-27T15:11:49.975Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T15:12:00.054Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T15:12:15.139Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T15:12:20.537Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T15:12:22.531Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T15:12:22.531Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T15:12:22.531Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T15:12:25.136Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T15:12:25.136Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T15:12:25.136Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T15:12:25.136Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T15:12:25.136Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T15:12:25.409Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T15:12:27.990Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T15:12:27.990Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T15:12:27.990Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T15:12:29.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2021-01-27T15:12:29.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T15:12:29.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T15:12:29.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T15:12:29.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T15:12:29.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T15:12:35.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.163s coverage: 27.1% of statements [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T15:12:35.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T15:12:35.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T15:12:35.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 65.8% of statements [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T15:12:35.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.141s coverage: 82.3% of statements [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T15:12:35.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T15:12:36.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.397s coverage: 28.6% of statements [2021-01-27T15:12:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T15:12:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T15:12:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T15:12:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T15:12:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T15:12:36.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2021-01-27T15:12:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T15:12:36.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-01-27T15:12:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T15:12:36.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements [2021-01-27T15:12:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T15:12:37.393Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2021-01-27T15:12:37.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T15:12:37.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-01-27T15:12:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T15:12:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T15:12:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T15:12:37.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T15:12:40.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.513s coverage: 92.8% of statements [2021-01-27T15:12:40.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T15:12:40.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T15:12:40.304Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T15:12:40.304Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T15:12:40.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T15:12:40.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 43.8% of statements [2021-01-27T15:12:40.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements [2021-01-27T15:12:40.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements [2021-01-27T15:12:40.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-01-27T15:12:40.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2021-01-27T15:12:46.172Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23409 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-27T15:12:46.291Z] Running in /w/workspace/edgex-go/322 [Pipeline] { [Pipeline] checkout [2021-01-27T15:12:51.327Z] using credential edgex-jenkins-ssh [2021-01-27T15:12:51.388Z] Cloning the remote Git repository [2021-01-27T15:12:51.439Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T15:12:51.548Z] > git init /w/workspace/edgex-go/322 # timeout=10 [2021-01-27T15:12:51.623Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T15:12:51.624Z] > git --version # timeout=10 [2021-01-27T15:12:51.646Z] > git --version # 'git version 2.17.1' [2021-01-27T15:12:51.648Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T15:12:51.709Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.087s coverage: 94.4% of statements [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.4% of statements [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.5% of statements [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.348s coverage: 68.9% of statements [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 37.0% of statements [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T15:12:52.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.339s coverage: 84.0% of statements [2021-01-27T15:12:52.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements [2021-01-27T15:12:53.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.168s coverage: 47.1% of statements [2021-01-27T15:12:53.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T15:12:53.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T15:12:53.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T15:12:53.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T15:12:53.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T15:12:53.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.071s coverage: 100.0% of statements [2021-01-27T15:12:53.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T15:12:54.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements [2021-01-27T15:12:54.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T15:12:56.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.747s coverage: 29.1% of statements [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T15:12:56.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T15:12:56.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T15:12:56.771Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T15:12:56.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T15:12:56.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T15:12:56.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T15:12:56.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-27T15:12:56.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements [2021-01-27T15:12:56.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-27T15:12:57.036Z] GO111MODULE=on go vet ./... [2021-01-27T15:13:15.983Z] Checking out Revision 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c (master) [2021-01-27T15:13:15.248Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T15:13:15.268Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T15:13:15.291Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T15:13:15.333Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T15:13:15.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T15:13:15.378Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T15:13:15.997Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T15:13:16.012Z] > git checkout -f 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 [2021-01-27T15:13:20.368Z] Commit message: "Merge pull request #3030 from FelixTing/issue-3029" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T15:13:22.081Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T15:13:22.493Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T15:13:22.841Z] + + true [2021-01-27T15:13:22.841Z] sudo service docker restart [2021-01-27T15:13:23.832Z] gofmt -l . [2021-01-27T15:13:23.832Z] [ "`gofmt -l .`" = "" ] [2021-01-27T15:13:24.096Z] ./bin/test-go-mod-tidy.sh [2021-01-27T15:13:24.672Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T15:13:25.246Z] + ls -al . [2021-01-27T15:13:25.246Z] total 668 [2021-01-27T15:13:25.246Z] drwxrwxr-x 10 1001 1001 4096 Jan 27 15:13 . [2021-01-27T15:13:25.246Z] drwxr-xr-x 4 root root 32 Jan 27 15:11 .. [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 15:09 .dockerignore [2021-01-27T15:13:25.246Z] drwxrwxr-x 8 1001 1001 162 Jan 27 15:10 .git [2021-01-27T15:13:25.246Z] drwxrwxr-x 3 1001 1001 125 Jan 27 15:09 .github [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 15:09 .gitignore [2021-01-27T15:13:25.246Z] drwx------ 3 1001 1001 45 Jan 27 15:10 .semver [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 15:09 .sonarcloud.properties [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 15:09 Attribution.txt [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 15:09 CONTRIBUTING.md [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 15:09 Dockerfile.build [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 15:09 Jenkinsfile [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 15:09 LICENSE [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 15:09 Makefile [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 15:09 README.md [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 15:09 SECURITY.md [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 12 Jan 27 15:10 VERSION [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 15:09 ZMQWindows.md [2021-01-27T15:13:25.246Z] drwxrwxr-x 2 1001 1001 117 Jan 27 15:09 bin [2021-01-27T15:13:25.246Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 15:09 cmd [2021-01-27T15:13:25.246Z] -rw-r--r-- 1 root root 564700 Jan 27 15:12 coverage.out [2021-01-27T15:13:25.246Z] -rw-r--r-- 1 root root 1053 Jan 27 15:13 go.mod [2021-01-27T15:13:25.246Z] -rw-r--r-- 1 root root 18995 Jan 27 15:13 go.sum [2021-01-27T15:13:25.246Z] drwxrwxr-x 8 1001 1001 127 Jan 27 15:09 internal [2021-01-27T15:13:25.246Z] drwxrwxr-x 4 1001 1001 26 Jan 27 15:09 openapi [2021-01-27T15:13:25.246Z] drwxrwxr-x 4 1001 1001 71 Jan 27 15:09 snap [2021-01-27T15:13:25.246Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 15:09 version.go [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T15:13:25.535Z] provisioning config files... [2021-01-27T15:13:25.554Z] + '[' -e coverage.out ] [2021-01-27T15:13:25.554Z] + chown 1001:1001 coverage.out [2021-01-27T15:13:25.578Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/322@tmp/config58931572031580675tmp [Pipeline] { [Pipeline] stash [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:13:25.787Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T15:13:26.025Z] ---> docker-login.sh [2021-01-27T15:13:26.025Z] nexus3.edgexfoundry.org:10001 [2021-01-27T15:13:26.107Z] + make build [2021-01-27T15:13:26.107Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T15:13:27.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:13:27.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:13:27.283Z] Configure a credential helper to remove this warning. See [2021-01-27T15:13:27.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:13:27.283Z] [2021-01-27T15:13:27.283Z] Login Succeeded [2021-01-27T15:13:27.283Z] nexus3.edgexfoundry.org:10002 [2021-01-27T15:13:27.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:13:27.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:13:27.831Z] Configure a credential helper to remove this warning. See [2021-01-27T15:13:27.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:13:27.831Z] [2021-01-27T15:13:27.831Z] Login Succeeded [2021-01-27T15:13:27.831Z] nexus3.edgexfoundry.org:10003 [2021-01-27T15:13:28.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:13:28.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:13:28.382Z] Configure a credential helper to remove this warning. See [2021-01-27T15:13:28.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:13:28.382Z] [2021-01-27T15:13:28.382Z] Login Succeeded [2021-01-27T15:13:28.382Z] nexus3.edgexfoundry.org:10004 [2021-01-27T15:13:28.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:13:28.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:13:28.928Z] Configure a credential helper to remove this warning. See [2021-01-27T15:13:28.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:13:28.928Z] [2021-01-27T15:13:28.928Z] Login Succeeded [2021-01-27T15:13:28.928Z] docker.io [2021-01-27T15:13:29.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:13:29.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T15:13:29.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:13:29.473Z] Configure a credential helper to remove this warning. See [2021-01-27T15:13:29.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:13:29.473Z] [2021-01-27T15:13:29.473Z] Login Succeeded [2021-01-27T15:13:29.473Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T15:13:29.491Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T15:13:29.904Z] ========================================================= [2021-01-27T15:13:29.904Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T15:13:29.904Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:13:30.286Z] + 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-27T15:13:32.965Z] Sending build context to Docker daemon 165.9MB [2021-01-27T15:13:32.965Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T15:13:32.965Z] Step 2/6 : FROM ${BASE} [2021-01-27T15:13:32.965Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T15:13:32.965Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T15:13:32.965Z] a4357932f1b6: Pulling fs layer [2021-01-27T15:13:32.965Z] 18c013af1878: Pulling fs layer [2021-01-27T15:13:32.965Z] 00ac8860ef70: Pulling fs layer [2021-01-27T15:13:32.965Z] 63d7cb157983: Pulling fs layer [2021-01-27T15:13:32.965Z] b116817d02f9: Pulling fs layer [2021-01-27T15:13:32.965Z] 745a02a5169b: Pulling fs layer [2021-01-27T15:13:32.965Z] 00ac8860ef70: Waiting [2021-01-27T15:13:32.965Z] 63d7cb157983: Waiting [2021-01-27T15:13:32.965Z] b116817d02f9: Waiting [2021-01-27T15:13:32.965Z] 745a02a5169b: Waiting [2021-01-27T15:13:32.965Z] 18c013af1878: Download complete [2021-01-27T15:13:32.965Z] a4357932f1b6: Download complete [2021-01-27T15:13:33.243Z] 63d7cb157983: Verifying Checksum [2021-01-27T15:13:33.243Z] 63d7cb157983: Download complete [2021-01-27T15:13:33.243Z] b116817d02f9: Verifying Checksum [2021-01-27T15:13:33.243Z] b116817d02f9: Download complete [2021-01-27T15:13:33.520Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T15:13:33.520Z] 5f621e34cdf4: Download complete [2021-01-27T15:13:34.124Z] 5f621e34cdf4: Pull complete [2021-01-27T15:13:34.741Z] a4357932f1b6: Pull complete [2021-01-27T15:13:35.018Z] 18c013af1878: Pull complete [2021-01-27T15:13:36.007Z] 745a02a5169b: Verifying Checksum [2021-01-27T15:13:36.007Z] 745a02a5169b: Download complete [2021-01-27T15:13:37.450Z] 00ac8860ef70: Verifying Checksum [2021-01-27T15:13:37.450Z] 00ac8860ef70: Download complete [2021-01-27T15:13:37.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T15:13:37.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T15:13:39.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T15:13:39.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T15:13:41.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T15:13:42.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T15:13:43.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T15:13:44.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-27T15:13:45.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T15:13:46.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T15:13:47.610Z] 00ac8860ef70: Pull complete [2021-01-27T15:13:47.610Z] 63d7cb157983: Pull complete [2021-01-27T15:13:47.744Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-27T15:13:47.885Z] b116817d02f9: Pull complete [Pipeline] } [2021-01-27T15:13:49.166Z] $ docker stop --time=1 bcd9516c3f857bcde941057b134f644549bc2001397d124f7fc81046923d2861 [2021-01-27T15:13:51.830Z] $ docker rm -f bcd9516c3f857bcde941057b134f644549bc2001397d124f7fc81046923d2861 [2021-01-27T15:13:52.227Z] 745a02a5169b: Pull complete [2021-01-27T15:13:52.227Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T15:13:52.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T15:13:52.227Z] ---> b7e6874047d6 [2021-01-27T15:13:52.227Z] 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:13:55.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T15:13:55.418Z] [2021-01-27T15:13:55.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:13:55.603Z] ---> Running in 521b2a7c6c46 [2021-01-27T15:13:55.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T15:13:55.766Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-27T15:13:55.766Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-27T15:13:55.766Z] ca9280d653b3: Pulling fs layer [2021-01-27T15:13:55.766Z] 7e9c9ca2126c: Pulling fs layer [2021-01-27T15:13:56.029Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-27T15:13:56.029Z] cbdbe7a5bc2a: Download complete [2021-01-27T15:13:56.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:13:56.295Z] ca9280d653b3: Verifying Checksum [2021-01-27T15:13:56.295Z] ca9280d653b3: Download complete [2021-01-27T15:13:56.295Z] cbdbe7a5bc2a: Pull complete [2021-01-27T15:13:57.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:13:57.255Z] 7e9c9ca2126c: Verifying Checksum [2021-01-27T15:13:57.255Z] 7e9c9ca2126c: Download complete [2021-01-27T15:13:57.255Z] ca9280d653b3: Pull complete [2021-01-27T15:13:58.591Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T15:13:59.186Z] (2/12) Installing file (5.38-r0) [2021-01-27T15:13:59.186Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T15:13:59.186Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T15:14:05.473Z] 7e9c9ca2126c: Pull complete [2021-01-27T15:14:05.473Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-27T15:14:05.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T15:14:05.473Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-27T15:14:05.604Z] prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container [2021-01-27T15:14:05.656Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:14:06.623Z] $ docker top e6197af0df66d748d28d0838f63b0bfa63ac296c18b0819469bce542eaf33fcb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:14:07.195Z] + docker-compose build --help [2021-01-27T15:14:07.195Z] + grep parallel [2021-01-27T15:14:08.143Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T15:14:08.159Z] $ docker stop --time=1 e6197af0df66d748d28d0838f63b0bfa63ac296c18b0819469bce542eaf33fcb [2021-01-27T15:14:09.540Z] $ docker rm -f e6197af0df66d748d28d0838f63b0bfa63ac296c18b0819469bce542eaf33fcb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:14:10.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T15:14:10.153Z] . [Pipeline] withDockerContainer [2021-01-27T15:14:10.259Z] prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container [2021-01-27T15:14:10.312Z] $ 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/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:14:11.093Z] $ docker top a3357470493b4c2af1a8f0f913a26b3ced30f6a0752762615f516101db98b347 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:14:11.583Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T15:14:12.529Z] Building docker-core-command-go ... [2021-01-27T15:14:12.529Z] Building docker-core-data-go ... [2021-01-27T15:14:12.529Z] Building docker-core-metadata-go ... [2021-01-27T15:14:12.529Z] Building docker-security-bootstrapper-go ... [2021-01-27T15:14:12.529Z] Building docker-security-proxy-setup-go ... [2021-01-27T15:14:12.529Z] Building docker-security-secretstore-setup-go ... [2021-01-27T15:14:12.529Z] Building docker-support-notifications-go ... [2021-01-27T15:14:12.529Z] Building docker-support-scheduler-go ... [2021-01-27T15:14:12.529Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T15:14:12.529Z] Building docker-core-metadata-go [2021-01-27T15:14:12.529Z] Building docker-security-bootstrapper-go [2021-01-27T15:14:12.529Z] Building docker-security-secretstore-setup-go [2021-01-27T15:14:12.529Z] Building docker-core-command-go [2021-01-27T15:14:12.529Z] Building docker-sys-mgmt-agent-go [2021-01-27T15:14:14.272Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T15:14:14.272Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T15:14:14.272Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T15:14:14.272Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T15:14:14.272Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T15:14:14.272Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T15:14:14.272Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T15:14:14.272Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T15:14:14.272Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:14:14.272Z] OK: 217 MiB in 51 packages [2021-01-27T15:14:16.894Z] Removing intermediate container 521b2a7c6c46 [2021-01-27T15:14:16.894Z] ---> 31a5f76721eb [2021-01-27T15:14:16.894Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T15:14:16.894Z] ---> Running in 745a005f12ef [2021-01-27T15:14:17.492Z] Removing intermediate container 745a005f12ef [2021-01-27T15:14:17.492Z] ---> 1b712a5e4c5e [2021-01-27T15:14:17.492Z] Step 5/6 : COPY go.mod . [2021-01-27T15:14:18.088Z] ---> 8f65ff386c72 [2021-01-27T15:14:18.088Z] Step 6/6 : RUN go mod download [2021-01-27T15:14:18.364Z] ---> Running in ebf2ac7aba4a [2021-01-27T15:14:44.801Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:14:44.801Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:14:44.801Z] ---> f4d1a2fbf1db [2021-01-27T15:14:44.801Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T15:14:44.801Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:14:44.801Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:14:44.801Z] ---> f4d1a2fbf1db [2021-01-27T15:14:44.801Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:14:44.801Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:14:44.801Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:14:44.801Z] ---> f4d1a2fbf1db [2021-01-27T15:14:44.801Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T15:14:45.070Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:14:45.070Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:14:45.070Z] ---> f4d1a2fbf1db [2021-01-27T15:14:45.070Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T15:14:45.070Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:14:45.070Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:14:45.070Z] ---> f4d1a2fbf1db [2021-01-27T15:14:45.070Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:14:45.154Z] Removing intermediate container ebf2ac7aba4a [2021-01-27T15:14:45.154Z] ---> 9fce9d4b878c [2021-01-27T15:14:45.154Z] Successfully built 9fce9d4b878c [2021-01-27T15:14:45.154Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:14:45.490Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T15:14:45.490Z] . [Pipeline] withDockerContainer [2021-01-27T15:14:45.726Z] prd-ubuntu18.04-docker-arm64-4c-16g-23409 does not seem to be running inside a container [2021-01-27T15:14:45.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 ******** ci-base-image-arm64 cat [2021-01-27T15:14:46.025Z] ---> Running in 07aefd92102b [2021-01-27T15:14:46.025Z] ---> Running in dd6c1f516019 [2021-01-27T15:14:46.025Z] ---> Running in 09ceb5853d22 [2021-01-27T15:14:46.025Z] ---> Running in 940a6882eea0 [2021-01-27T15:14:46.025Z] ---> Running in f7401d72dd34 [2021-01-27T15:14:46.393Z] Removing intermediate container 940a6882eea0 [2021-01-27T15:14:46.393Z] ---> b3ecfb2f4a5a [2021-01-27T15:14:46.393Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:14:46.393Z] Removing intermediate container f7401d72dd34 [2021-01-27T15:14:46.393Z] ---> 991154e1d703 [2021-01-27T15:14:46.393Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:14:46.393Z] Removing intermediate container 09ceb5853d22 [2021-01-27T15:14:46.393Z] ---> ade014cac63e [2021-01-27T15:14:46.393Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:14:46.393Z] Removing intermediate container dd6c1f516019 [2021-01-27T15:14:46.393Z] ---> c308bd94d1f3 [2021-01-27T15:14:46.393Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:14:46.393Z] Removing intermediate container 07aefd92102b [2021-01-27T15:14:46.393Z] ---> 3b817e3708dd [2021-01-27T15:14:46.393Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:14:46.670Z] ---> Running in 0c7622999258 [2021-01-27T15:14:46.670Z] ---> Running in 9fca361a45aa [2021-01-27T15:14:46.670Z] ---> Running in 1ff2c5af47b0 [2021-01-27T15:14:46.670Z] ---> Running in dfa8b695cff7 [2021-01-27T15:14:46.670Z] ---> Running in cc89b4a8fd97 [2021-01-27T15:14:47.370Z] $ docker top 92ce2c634f27bd267ae446a1558b0668376ba5a290617c7b31fac85136d1ef0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:14:48.417Z] + go version [2021-01-27T15:14:48.417Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T15:14:48.440Z] $ docker stop --time=1 92ce2c634f27bd267ae446a1558b0668376ba5a290617c7b31fac85136d1ef0f [2021-01-27T15:14:48.735Z] Removing intermediate container 9fca361a45aa [2021-01-27T15:14:48.735Z] ---> 0eab21e9d092 [2021-01-27T15:14:48.735Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T15:14:48.735Z] Removing intermediate container 0c7622999258 [2021-01-27T15:14:48.735Z] ---> b74a815a20cd [2021-01-27T15:14:48.735Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T15:14:48.735Z] Removing intermediate container 1ff2c5af47b0 [2021-01-27T15:14:48.735Z] ---> 17798711f149 [2021-01-27T15:14:48.735Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T15:14:49.001Z] ---> Running in 996d87b3d90a [2021-01-27T15:14:49.001Z] ---> Running in d3797439ec89 [2021-01-27T15:14:49.001Z] ---> Running in f1802f2bcbca [2021-01-27T15:14:49.001Z] Removing intermediate container dfa8b695cff7 [2021-01-27T15:14:49.001Z] ---> 42aa9c5a95a3 [2021-01-27T15:14:49.001Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T15:14:49.263Z] Removing intermediate container cc89b4a8fd97 [2021-01-27T15:14:49.263Z] ---> cdbe920420ed [2021-01-27T15:14:49.263Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T15:14:49.263Z] ---> Running in dd2d34e62581 [2021-01-27T15:14:49.263Z] ---> Running in f5316658af37 [2021-01-27T15:14:50.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:14:50.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:14:50.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:14:50.289Z] $ docker rm -f 92ce2c634f27bd267ae446a1558b0668376ba5a290617c7b31fac85136d1ef0f [2021-01-27T15:14:50.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:14:50.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:14:50.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:14:51.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:14:51.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:14:51.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:14:51.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:14:51.849Z] OK: 233 MiB in 51 packages [2021-01-27T15:14:51.849Z] OK: 233 MiB in 51 packages [2021-01-27T15:14:51.849Z] OK: 233 MiB in 51 packages [2021-01-27T15:14:52.116Z] OK: 233 MiB in 51 packages [2021-01-27T15:14:52.116Z] OK: 233 MiB in 51 packages [Pipeline] // withDockerContainer [2021-01-27T15:14:52.380Z] Removing intermediate container 996d87b3d90a [2021-01-27T15:14:52.380Z] ---> 950c1c87c44a [2021-01-27T15:14:52.380Z] Step 6/23 : COPY go.mod . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-27T15:14:52.645Z] Removing intermediate container d3797439ec89 [2021-01-27T15:14:52.645Z] ---> 88ddfd5820a4 [2021-01-27T15:14:52.645Z] Step 6/23 : COPY go.mod . Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-27T15:14:52.915Z] ---> 6dad15591057 [2021-01-27T15:14:52.915Z] Step 7/23 : RUN go mod download [2021-01-27T15:14:52.915Z] Removing intermediate container dd2d34e62581 [2021-01-27T15:14:52.915Z] ---> e655ea342d19 [2021-01-27T15:14:52.915Z] Step 6/33 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:14:53.179Z] ---> Running in 590bd8b8c4d2 [2021-01-27T15:14:53.179Z] ---> f221f317037f [2021-01-27T15:14:53.179Z] Step 7/23 : RUN go mod download [2021-01-27T15:14:53.179Z] Removing intermediate container f5316658af37 [2021-01-27T15:14:53.179Z] ---> f71ece9730c9 [2021-01-27T15:14:53.179Z] Step 6/26 : COPY go.mod . [2021-01-27T15:14:53.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T15:14:53.272Z] [2021-01-27T15:14:53.272Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:14:53.442Z] Removing intermediate container f1802f2bcbca [2021-01-27T15:14:53.442Z] ---> f645a6510415 [2021-01-27T15:14:53.442Z] Step 6/24 : COPY go.mod . [2021-01-27T15:14:53.442Z] ---> Running in 60235babbe3c [2021-01-27T15:14:53.656Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T15:14:53.656Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-27T15:14:53.656Z] 29e5d40040c1: Pulling fs layer [2021-01-27T15:14:53.656Z] 1ce36da41761: Pulling fs layer [2021-01-27T15:14:53.656Z] 25b303627fd3: Pulling fs layer [2021-01-27T15:14:53.707Z] ---> e1eeae5b6f34 [2021-01-27T15:14:53.707Z] Step 7/33 : RUN go mod download [2021-01-27T15:14:53.929Z] 29e5d40040c1: Download complete [2021-01-27T15:14:53.970Z] ---> Running in 2939d4311906 [2021-01-27T15:14:53.970Z] ---> cc308a516b6c [2021-01-27T15:14:53.970Z] Step 7/26 : RUN go mod download [2021-01-27T15:14:53.970Z] ---> e8efe111ccbc [2021-01-27T15:14:53.970Z] Step 7/24 : RUN go mod download [2021-01-27T15:14:53.970Z] ---> Running in dc7ae0cf51a1 [2021-01-27T15:14:54.233Z] ---> Running in e2e653621929 [2021-01-27T15:14:54.526Z] 1ce36da41761: Verifying Checksum [2021-01-27T15:14:54.526Z] 1ce36da41761: Download complete [2021-01-27T15:14:54.526Z] 29e5d40040c1: Pull complete [2021-01-27T15:14:55.653Z] Removing intermediate container 60235babbe3c [2021-01-27T15:14:55.654Z] ---> 69770775bcd6 [2021-01-27T15:14:55.654Z] Step 8/23 : COPY . . [2021-01-27T15:14:55.654Z] Removing intermediate container 590bd8b8c4d2 [2021-01-27T15:14:55.654Z] ---> a3b2a98ce082 [2021-01-27T15:14:55.654Z] Step 8/23 : COPY . . [2021-01-27T15:14:55.953Z] 1ce36da41761: Pull complete [2021-01-27T15:14:55.953Z] 25b303627fd3: Verifying Checksum [2021-01-27T15:14:55.953Z] 25b303627fd3: Download complete [2021-01-27T15:14:58.225Z] Removing intermediate container 2939d4311906 [2021-01-27T15:14:58.225Z] ---> dabc767b93f3 [2021-01-27T15:14:58.225Z] Step 8/33 : COPY . . [2021-01-27T15:14:58.494Z] Removing intermediate container dc7ae0cf51a1 [2021-01-27T15:14:58.494Z] ---> 08c63fdb5ee7 [2021-01-27T15:14:58.494Z] Step 8/26 : COPY . . [2021-01-27T15:15:01.076Z] Removing intermediate container e2e653621929 [2021-01-27T15:15:01.076Z] ---> be2a901db1fb [2021-01-27T15:15:01.076Z] Step 8/24 : COPY . . [2021-01-27T15:15:06.092Z] 25b303627fd3: Pull complete [2021-01-27T15:15:06.093Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-27T15:15:06.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T15:15:06.093Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-27T15:15:06.397Z] prd-ubuntu18.04-docker-arm64-4c-16g-23409 does not seem to be running inside a container [2021-01-27T15:15:06.485Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:15:10.087Z] $ docker top 31652e27eaef0ac869aa89c7097e0248fbc263462e4275c71fad2e2d4cae9f01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:15:11.135Z] + docker-compose build --help [2021-01-27T15:15:11.135Z] + grep parallel [2021-01-27T15:15:14.502Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T15:15:14.800Z] $ docker stop --time=1 31652e27eaef0ac869aa89c7097e0248fbc263462e4275c71fad2e2d4cae9f01 [2021-01-27T15:15:16.737Z] $ docker rm -f 31652e27eaef0ac869aa89c7097e0248fbc263462e4275c71fad2e2d4cae9f01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:15:17.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T15:15:17.531Z] . [Pipeline] withDockerContainer [2021-01-27T15:15:17.796Z] prd-ubuntu18.04-docker-arm64-4c-16g-23409 does not seem to be running inside a container [2021-01-27T15:15:17.902Z] $ 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/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T15:15:19.434Z] $ docker top c54eda9a10469d4dd2db6f3260691c6d497907f87db4e4765bb8e72dc2459d05 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:15:20.601Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T15:15:24.902Z] Building docker-core-command-go ... [2021-01-27T15:15:24.902Z] Building docker-core-data-go ... [2021-01-27T15:15:24.902Z] Building docker-core-metadata-go ... [2021-01-27T15:15:24.902Z] Building docker-security-bootstrapper-go ... [2021-01-27T15:15:24.902Z] Building docker-security-proxy-setup-go ... [2021-01-27T15:15:24.902Z] Building docker-security-secretstore-setup-go ... [2021-01-27T15:15:24.902Z] Building docker-support-notifications-go ... [2021-01-27T15:15:24.902Z] Building docker-support-scheduler-go ... [2021-01-27T15:15:24.902Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T15:15:24.902Z] Building docker-core-metadata-go [2021-01-27T15:15:24.902Z] Building docker-support-notifications-go [2021-01-27T15:15:24.902Z] Building docker-security-secretstore-setup-go [2021-01-27T15:15:24.902Z] Building docker-security-bootstrapper-go [2021-01-27T15:15:24.902Z] Building docker-core-command-go [2021-01-27T15:15:40.063Z] ---> 5731041ab035 [2021-01-27T15:15:40.063Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T15:15:40.063Z] ---> abf9be3f2589 [2021-01-27T15:15:40.063Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T15:15:40.063Z] ---> bfbe5ac4b6bf [2021-01-27T15:15:40.063Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T15:15:40.063Z] ---> 118261bf08be [2021-01-27T15:15:40.063Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T15:15:40.063Z] ---> Running in 54cae5f9c51e [2021-01-27T15:15:40.063Z] ---> Running in 37db0ca6405d [2021-01-27T15:15:40.063Z] ---> Running in 5b1897d080f9 [2021-01-27T15:15:40.063Z] ---> Running in b292876ec256 [2021-01-27T15:15:40.063Z] ---> fbe4aae3ca99 [2021-01-27T15:15:40.063Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T15:15:40.063Z] ---> Running in 1f705fd70223 [2021-01-27T15:15:40.063Z] Removing intermediate container 54cae5f9c51e [2021-01-27T15:15:40.063Z] ---> e84a52554295 [2021-01-27T15:15:40.063Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T15:15:40.063Z] ---> Running in 97c151fdd449 [2021-01-27T15:15:40.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T15:15:40.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T15:15:40.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T15:15:40.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-27T15:15:40.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-27T15:16:06.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T15:16:06.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T15:16:10.126Z] Removing intermediate container 37db0ca6405d [2021-01-27T15:16:10.126Z] ---> d5aa8cf7bfe3 [2021-01-27T15:16:10.126Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T15:16:10.736Z] Removing intermediate container 5b1897d080f9 [2021-01-27T15:16:10.736Z] ---> 62c10151fa73 [2021-01-27T15:16:10.736Z] [2021-01-27T15:16:10.736Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:16:10.736Z] ---> Running in d7b60aa21a51 [2021-01-27T15:16:10.999Z] 3.12: Pulling from library/alpine [2021-01-27T15:16:10.999Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T15:16:10.999Z] + cd /tmp/build/dist/linux [2021-01-27T15:16:10.999Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T15:16:10.999Z] Cloning into '.'... [2021-01-27T15:16:11.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T15:16:11.872Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:16:11.872Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:16:11.872Z] ---> 9fce9d4b878c [2021-01-27T15:16:11.872Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T15:16:11.872Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:16:11.872Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:16:11.872Z] ---> 9fce9d4b878c [2021-01-27T15:16:11.872Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T15:16:11.872Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:16:11.872Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:16:11.872Z] ---> 9fce9d4b878c [2021-01-27T15:16:11.872Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:16:11.872Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:16:11.872Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:16:11.872Z] ---> 9fce9d4b878c [2021-01-27T15:16:11.872Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:16:11.872Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:16:11.872Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:16:11.872Z] ---> 9fce9d4b878c [2021-01-27T15:16:11.872Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T15:16:12.215Z] + go get github.com/robfig/glock [2021-01-27T15:16:12.215Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T15:16:13.606Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T15:16:13.606Z] ---> 389fef711851 [2021-01-27T15:16:13.606Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:16:13.606Z] Removing intermediate container 1f705fd70223 [2021-01-27T15:16:13.606Z] ---> 5e01f6d23148 [2021-01-27T15:16:13.606Z] [2021-01-27T15:16:13.606Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T15:16:13.606Z] ---> 389fef711851 [2021-01-27T15:16:13.606Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T15:16:13.606Z] ---> Running in 596a01c560b0 [2021-01-27T15:16:13.869Z] ---> Running in 84460d4e8ced [2021-01-27T15:16:14.500Z] ---> Running in 5033c11e6d4f [2021-01-27T15:16:14.500Z] ---> Running in fe4fbdafe488 [2021-01-27T15:16:14.500Z] ---> Running in 7289e0c9eef1 [2021-01-27T15:16:14.500Z] ---> Running in a103383cd1c0 [2021-01-27T15:16:14.500Z] ---> Running in 306775e66425 [2021-01-27T15:16:15.092Z] Removing intermediate container 7289e0c9eef1 [2021-01-27T15:16:15.092Z] ---> 97e0eda55217 [2021-01-27T15:16:15.092Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:16:15.092Z] Removing intermediate container a103383cd1c0 [2021-01-27T15:16:15.092Z] ---> 3e88b61c49ff [2021-01-27T15:16:15.092Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:16:15.092Z] Removing intermediate container 5033c11e6d4f [2021-01-27T15:16:15.092Z] ---> b61a50f93c3e [2021-01-27T15:16:15.092Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:16:15.373Z] Removing intermediate container fe4fbdafe488 [2021-01-27T15:16:15.373Z] ---> 5469dc8e92e5 [2021-01-27T15:16:15.373Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:16:15.373Z] Removing intermediate container 306775e66425 [2021-01-27T15:16:15.373Z] ---> 3c7ca7e79a29 [2021-01-27T15:16:15.373Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:16:15.373Z] ---> Running in cbd22923f854 [2021-01-27T15:16:15.373Z] ---> Running in a1c5ece26064 [2021-01-27T15:16:15.373Z] ---> Running in d9618fcb5382 [2021-01-27T15:16:15.373Z] ---> Running in 8b7ce006241e [2021-01-27T15:16:15.373Z] ---> Running in 01020a619831 [2021-01-27T15:16:15.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:16:15.795Z] Removing intermediate container d7b60aa21a51 [2021-01-27T15:16:15.795Z] ---> 2c5df9d66990 [2021-01-27T15:16:15.795Z] [2021-01-27T15:16:15.795Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T15:16:15.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:16:15.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:16:15.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:16:15.795Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T15:16:15.795Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:16:15.795Z] OK: 6 MiB in 15 packages [2021-01-27T15:16:15.795Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T15:16:16.064Z] 20.10.0: Pulling from library/docker [2021-01-27T15:16:16.064Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:16:16.064Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T15:16:16.064Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T15:16:16.064Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T15:16:16.064Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:16:16.064Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:16:16.064Z] OK: 7 MiB in 19 packages [2021-01-27T15:16:16.655Z] Removing intermediate container b292876ec256 [2021-01-27T15:16:16.655Z] ---> 8c19e26806b5 [2021-01-27T15:16:16.655Z] [2021-01-27T15:16:16.655Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:16:16.655Z] ---> 389fef711851 [2021-01-27T15:16:16.655Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:16:18.046Z] ---> Running in 292bb34bbcd4 [2021-01-27T15:16:18.768Z] Removing intermediate container cbd22923f854 [2021-01-27T15:16:18.768Z] ---> 01d994419e0f [2021-01-27T15:16:18.768Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T15:16:19.039Z] ---> Running in aeddde417f08 [2021-01-27T15:16:19.040Z] Removing intermediate container a1c5ece26064 [2021-01-27T15:16:19.040Z] ---> 314766f6c6ee [2021-01-27T15:16:19.040Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T15:16:19.311Z] ---> Running in 9aded3151e55 [2021-01-27T15:16:19.311Z] Removing intermediate container 8b7ce006241e [2021-01-27T15:16:19.311Z] ---> 19bf6ca7c51d [2021-01-27T15:16:19.311Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T15:16:19.483Z] Removing intermediate container 596a01c560b0 [2021-01-27T15:16:19.483Z] ---> 330725bd7f68 [2021-01-27T15:16:19.483Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:16:19.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:16:19.483Z] Removing intermediate container 84460d4e8ced [2021-01-27T15:16:19.483Z] ---> 0390e9e3d317 [2021-01-27T15:16:19.483Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T15:16:19.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:16:19.483Z] ---> Running in b1d6bba4226b [2021-01-27T15:16:19.483Z] ---> Running in b90ed3a36666 [2021-01-27T15:16:19.584Z] Removing intermediate container d9618fcb5382 [2021-01-27T15:16:19.584Z] ---> a03b0f499140 [2021-01-27T15:16:19.584Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T15:16:19.584Z] Removing intermediate container 01020a619831 [2021-01-27T15:16:19.584Z] ---> a57663670953 [2021-01-27T15:16:19.584Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T15:16:19.584Z] ---> Running in 5ebc72c86f89 [2021-01-27T15:16:19.746Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T15:16:19.746Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:16:19.746Z] OK: 6 MiB in 15 packages [2021-01-27T15:16:19.867Z] ---> Running in 7ed22fc33963 [2021-01-27T15:16:19.867Z] ---> Running in 780868187adf [2021-01-27T15:16:20.013Z] Removing intermediate container b1d6bba4226b [2021-01-27T15:16:20.013Z] ---> cb5715079760 [2021-01-27T15:16:20.013Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T15:16:20.013Z] Removing intermediate container b90ed3a36666 [2021-01-27T15:16:20.013Z] ---> b0c3c275c38e [2021-01-27T15:16:20.013Z] Step 13/24 : WORKDIR / [2021-01-27T15:16:20.281Z] ---> Running in 38946b7e2171 [2021-01-27T15:16:20.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:16:21.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:16:21.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:16:21.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:16:21.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:16:22.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:16:22.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:16:22.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:16:22.598Z] OK: 217 MiB in 51 packages [2021-01-27T15:16:22.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:16:22.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:16:23.481Z] OK: 217 MiB in 51 packages [2021-01-27T15:16:23.481Z] OK: 217 MiB in 51 packages [2021-01-27T15:16:23.768Z] OK: 217 MiB in 51 packages [2021-01-27T15:16:23.768Z] OK: 217 MiB in 51 packages [2021-01-27T15:16:24.049Z] Removing intermediate container aeddde417f08 [2021-01-27T15:16:24.049Z] ---> 38952c2620c4 [2021-01-27T15:16:24.049Z] Step 6/33 : COPY go.mod . [2021-01-27T15:16:24.532Z] ---> Running in 87c9950c7b74 [2021-01-27T15:16:24.532Z] Removing intermediate container 38946b7e2171 [2021-01-27T15:16:24.532Z] ---> 2fcebe8d9d05 [2021-01-27T15:16:24.532Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T15:16:24.532Z] ---> Running in 210936f027a9 [2021-01-27T15:16:24.532Z] Removing intermediate container 292bb34bbcd4 [2021-01-27T15:16:24.532Z] ---> ecaf2df27ceb [2021-01-27T15:16:24.532Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:16:24.794Z] Removing intermediate container 87c9950c7b74 [2021-01-27T15:16:24.794Z] ---> 9d38702af8bc [2021-01-27T15:16:24.794Z] 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-27T15:16:25.368Z] ---> Running in 8209b18efe49 [2021-01-27T15:16:25.368Z] + glock sync -n [2021-01-27T15:16:25.522Z] Removing intermediate container 9aded3151e55 [2021-01-27T15:16:25.522Z] ---> cf4402e06271 [2021-01-27T15:16:25.522Z] Step 6/23 : COPY go.mod . [2021-01-27T15:16:25.522Z] ---> 5f83d63f1f91 [2021-01-27T15:16:25.522Z] Step 7/33 : RUN go mod download [2021-01-27T15:16:25.522Z] Removing intermediate container 5ebc72c86f89 [2021-01-27T15:16:25.522Z] ---> f5725e82657e [2021-01-27T15:16:25.522Z] Step 6/23 : COPY go.mod . [2021-01-27T15:16:25.522Z] ---> Running in 34b0ec0b1b6d [2021-01-27T15:16:25.798Z] Removing intermediate container 780868187adf [2021-01-27T15:16:25.798Z] ---> 17558eb0e7dd [2021-01-27T15:16:25.798Z] Step 6/22 : COPY go.mod . [2021-01-27T15:16:25.943Z]  ---> 3b08430b39d9 [2021-01-27T15:16:25.943Z] 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-27T15:16:25.943Z] Removing intermediate container 210936f027a9 [2021-01-27T15:16:25.943Z] ---> 0f2811788148 [2021-01-27T15:16:25.943Z] Step 15/23 : WORKDIR / [2021-01-27T15:16:25.943Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T15:16:25.943Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T15:16:25.943Z] ---> aefe523efa57 [2021-01-27T15:16:25.943Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T15:16:25.943Z] Removing intermediate container 8209b18efe49 [2021-01-27T15:16:25.943Z] ---> 7363a71b4fb5 [2021-01-27T15:16:25.943Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T15:16:25.943Z] ---> Running in ac5fecd1cd57 [2021-01-27T15:16:26.074Z] Removing intermediate container 7ed22fc33963 [2021-01-27T15:16:26.074Z] ---> 499dd51ba890 [2021-01-27T15:16:26.074Z] Step 6/24 : COPY go.mod . [2021-01-27T15:16:26.205Z] ---> Running in 3b7078c96485 [2021-01-27T15:16:26.205Z] ---> Running in 3d22fe59f767 [2021-01-27T15:16:26.205Z] ---> e4369246556b [2021-01-27T15:16:26.205Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T15:16:26.348Z] ---> aad45b8015c3 [2021-01-27T15:16:26.348Z] Step 7/23 : RUN go mod download [2021-01-27T15:16:26.619Z] ---> ef6739d0de97 [2021-01-27T15:16:26.619Z] Step 7/23 : RUN go mod download [2021-01-27T15:16:26.619Z] ---> Running in 6f210af3c76c [2021-01-27T15:16:26.787Z] Removing intermediate container ac5fecd1cd57 [2021-01-27T15:16:26.787Z] ---> ffc975b6147a [2021-01-27T15:16:26.787Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:16:26.787Z] Removing intermediate container 3d22fe59f767 [2021-01-27T15:16:26.787Z] ---> 18417d09fa6d [2021-01-27T15:16:26.787Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T15:16:26.787Z] ---> a7d0dc79a271 [2021-01-27T15:16:26.787Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T15:16:26.893Z] ---> c44eb3b5993a [2021-01-27T15:16:26.893Z] Step 7/22 : RUN go mod download [2021-01-27T15:16:26.893Z] ---> Running in d5cd9aac19d4 [2021-01-27T15:16:27.165Z] ---> Running in 1481fe111368 [2021-01-27T15:16:27.165Z] ---> 5ce3ec39a615 [2021-01-27T15:16:27.165Z] Step 7/24 : RUN go mod download [2021-01-27T15:16:27.368Z] ---> Running in d28956c7c0ac [2021-01-27T15:16:27.437Z] ---> Running in 474cd712afb2 [2021-01-27T15:16:27.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:16:27.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:16:27.635Z] ---> 84623c9c0375 [2021-01-27T15:16:27.635Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T15:16:27.899Z] Removing intermediate container d28956c7c0ac [2021-01-27T15:16:27.899Z] ---> deba267fad74 [2021-01-27T15:16:27.899Z] Step 15/23 : WORKDIR / [2021-01-27T15:16:27.899Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T15:16:27.899Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T15:16:27.899Z] ---> Running in 279783ce8ae4 [2021-01-27T15:16:27.899Z] Executing bash-5.0.17-r0.post-install [2021-01-27T15:16:27.899Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:16:27.899Z] OK: 12 MiB in 22 packages [2021-01-27T15:16:28.170Z] ---> 99e9a746b1f5 [2021-01-27T15:16:28.170Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T15:16:28.170Z] Removing intermediate container 279783ce8ae4 [2021-01-27T15:16:28.170Z] ---> 28624c90abe4 [2021-01-27T15:16:28.170Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:16:28.450Z] ---> e44731c50d2b [2021-01-27T15:16:28.450Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T15:16:29.406Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T15:16:29.406Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T15:16:29.406Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T15:16:29.436Z] Removing intermediate container 34b0ec0b1b6d [2021-01-27T15:16:29.436Z] ---> 7e09f9b73fac [2021-01-27T15:16:29.436Z] Step 8/33 : COPY . . [2021-01-27T15:16:29.668Z] ---> 668bfa2a05bf [2021-01-27T15:16:29.668Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T15:16:30.243Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T15:16:30.243Z] + git describe '--abbrev=0' --tags [2021-01-27T15:16:30.243Z] + TAG=v0.6.1 [2021-01-27T15:16:30.243Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T15:16:30.243Z] + apk --print-arch [2021-01-27T15:16:30.243Z] + arch=x86_64 [2021-01-27T15:16:30.243Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-27T15:16:30.243Z] + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-27T15:16:30.243Z] building [dockerize] for amd64 ... [2021-01-27T15:16:30.838Z] ---> 53019506eac1 [2021-01-27T15:16:30.839Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T15:16:31.107Z] ---> d9a5a6011cbf [2021-01-27T15:16:31.107Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T15:16:31.107Z] Removing intermediate container 3b7078c96485 [2021-01-27T15:16:31.107Z] ---> 1614e6879bd3 [2021-01-27T15:16:31.107Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T15:16:31.382Z] ---> 67679706d05d [2021-01-27T15:16:31.382Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T15:16:31.422Z] Removing intermediate container 6f210af3c76c [2021-01-27T15:16:31.422Z] ---> a8bde3824e62 [2021-01-27T15:16:31.422Z] Step 8/23 : COPY . . [2021-01-27T15:16:31.645Z] ---> Running in ea08a4d56280 [2021-01-27T15:16:31.645Z] ---> Running in 11eaeae80860 [2021-01-27T15:16:31.754Z] Removing intermediate container d5cd9aac19d4 [2021-01-27T15:16:31.754Z] ---> 44e0163f5eea [2021-01-27T15:16:31.754Z] Step 8/23 : COPY . . [2021-01-27T15:16:32.226Z] ---> 2583844c1d40 [2021-01-27T15:16:32.226Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-27T15:16:32.502Z] ---> 383163abdd9e [2021-01-27T15:16:32.502Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T15:16:32.767Z] ---> Running in cd838159403c [2021-01-27T15:16:32.767Z] Removing intermediate container 11eaeae80860 [2021-01-27T15:16:32.767Z] ---> a59002fa4af4 [2021-01-27T15:16:32.767Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T15:16:32.767Z] Removing intermediate container ea08a4d56280 [2021-01-27T15:16:32.767Z] ---> a36644602677 [2021-01-27T15:16:32.767Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:16:32.767Z] ---> Running in e8f9d3806462 [2021-01-27T15:16:33.316Z] Removing intermediate container 1481fe111368 [2021-01-27T15:16:33.316Z] ---> 96b975600c86 [2021-01-27T15:16:33.316Z] Step 8/22 : COPY . . [2021-01-27T15:16:33.316Z] Removing intermediate container 474cd712afb2 [2021-01-27T15:16:33.316Z] ---> 65e637c203e8 [2021-01-27T15:16:33.316Z] Step 8/24 : COPY . . [2021-01-27T15:16:33.716Z] ---> Running in c8f92ee08e63 [2021-01-27T15:16:33.716Z] ---> Running in e41176694b8a [2021-01-27T15:16:33.716Z] Removing intermediate container e8f9d3806462 [2021-01-27T15:16:33.716Z] ---> 5f990f2cf7e7 [2021-01-27T15:16:33.716Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:16:33.716Z] Removing intermediate container e41176694b8a [2021-01-27T15:16:33.716Z] ---> c5b10ea35af1 [2021-01-27T15:16:33.716Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T15:16:33.990Z] ---> Running in 3b553e82ba5e [2021-01-27T15:16:33.990Z] Removing intermediate container c8f92ee08e63 [2021-01-27T15:16:33.990Z] ---> 507b78725f84 [2021-01-27T15:16:33.990Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T15:16:34.268Z] ---> Running in 804e890cceb3 [2021-01-27T15:16:34.268Z] ---> Running in cf9a6c546555 [2021-01-27T15:16:34.268Z] Removing intermediate container 3b553e82ba5e [2021-01-27T15:16:34.268Z] ---> b4f700aa44d8 [2021-01-27T15:16:34.268Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T15:16:34.545Z] ---> Running in 99cb35063a59 [2021-01-27T15:16:34.545Z] Removing intermediate container 804e890cceb3 [2021-01-27T15:16:34.545Z] ---> 0ae90c5b7e0a [2021-01-27T15:16:34.545Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T15:16:34.815Z] Removing intermediate container cf9a6c546555 [2021-01-27T15:16:34.815Z] ---> 1d5cfbe97e6f [2021-01-27T15:16:34.815Z] Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:16:34.815Z] Removing intermediate container 99cb35063a59 [2021-01-27T15:16:34.815Z] ---> d6d396d39b29 [2021-01-27T15:16:34.815Z] Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:16:34.815Z] ---> Running in 973fb051ed6d [2021-01-27T15:16:35.097Z] ---> Running in 29aa0b0b63bb [2021-01-27T15:16:35.097Z] Removing intermediate container cd838159403c [2021-01-27T15:16:35.097Z] ---> d41b4ad6c3f1 [2021-01-27T15:16:35.097Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T15:16:35.369Z] Removing intermediate container 973fb051ed6d [2021-01-27T15:16:35.369Z] ---> 4ede5f1e2f54 [2021-01-27T15:16:35.369Z] Step 23/23 : LABEL version=2.0.0-dev.59 [2021-01-27T15:16:35.369Z] ---> Running in 45ba02740a58 [2021-01-27T15:16:35.369Z] Removing intermediate container 29aa0b0b63bb [2021-01-27T15:16:35.369Z] ---> 4f4a898466a8 [2021-01-27T15:16:35.369Z] Step 23/23 : LABEL version=2.0.0-dev.59 [2021-01-27T15:16:35.645Z] ---> Running in 44079339de58 [2021-01-27T15:16:35.645Z] ---> Running in 4e373c4aed7a [2021-01-27T15:16:35.645Z] ---> a0ef21f11893 [2021-01-27T15:16:35.645Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T15:16:36.602Z] Removing intermediate container 45ba02740a58 [2021-01-27T15:16:36.602Z] ---> 5607ec8c2d3d [2021-01-27T15:16:36.602Z] Step 22/24 : LABEL arch=x86_64 [2021-01-27T15:16:36.867Z] Removing intermediate container 44079339de58 [2021-01-27T15:16:36.867Z] ---> b060757eb498 [2021-01-27T15:16:36.867Z] [2021-01-27T15:16:37.134Z] ---> Running in f0feff792e13 [2021-01-27T15:16:37.134Z] ---> d0c757eef75f [2021-01-27T15:16:37.134Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T15:16:37.134Z] Removing intermediate container 4e373c4aed7a [2021-01-27T15:16:37.134Z] ---> 32e4ff3a3f29 [2021-01-27T15:16:37.134Z] [2021-01-27T15:16:37.414Z] Successfully built b060757eb498 [2021-01-27T15:16:37.414Z] Removing intermediate container f0feff792e13 [2021-01-27T15:16:37.414Z] ---> 82b0e7d2a201 [2021-01-27T15:16:37.414Z] Step 23/24 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:16:37.414Z] Successfully tagged docker-core-command-go:latest [2021-01-27T15:16:37.414Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-27T15:16:37.414Z] Successfully built 32e4ff3a3f29 [2021-01-27T15:16:37.414Z] Successfully tagged docker-core-metadata-go:latest [2021-01-27T15:16:37.414Z] Building docker-support-notifications-go [2021-01-27T15:16:37.683Z]  Building docker-core-metadata-go ... done  ---> Running in d4438b6c4c5e [2021-01-27T15:16:37.683Z] ---> 9cd5e558a19f [2021-01-27T15:16:37.683Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T15:16:37.957Z] ---> Running in b490f217ba0c [2021-01-27T15:16:37.957Z] Removing intermediate container d4438b6c4c5e [2021-01-27T15:16:37.957Z] ---> 0ba075327f77 [2021-01-27T15:16:37.957Z] Step 24/24 : LABEL version=2.0.0-dev.59 [2021-01-27T15:16:38.232Z] ---> Running in 41c89a8661eb [2021-01-27T15:16:43.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:16:43.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:16:43.857Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T15:16:43.857Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T15:16:43.857Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T15:16:43.857Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T15:16:44.439Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T15:16:44.439Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T15:16:44.439Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T15:16:48.419Z] ---> 989e886f0267 [2021-01-27T15:16:48.419Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T15:16:48.419Z] ---> Running in bc88e18986b7 [2021-01-27T15:16:48.419Z] ---> 33124dee4198 [2021-01-27T15:16:48.419Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T15:16:48.419Z] ---> d64d121b5a00 [2021-01-27T15:16:48.419Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T15:16:48.419Z] ---> d994d20d0c6a [2021-01-27T15:16:48.419Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T15:16:48.419Z] ---> f0dc64a47461 [2021-01-27T15:16:48.419Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T15:16:48.419Z] ---> Running in 3edb20afc1a4 [2021-01-27T15:16:48.419Z] ---> Running in f51917d82af2 [2021-01-27T15:16:48.419Z] ---> Running in 4a4945e35a2d [2021-01-27T15:16:48.419Z] ---> Running in bf2e86df571b [2021-01-27T15:16:48.419Z] Removing intermediate container bc88e18986b7 [2021-01-27T15:16:48.419Z] ---> 02fe6f3636ed [2021-01-27T15:16:48.419Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T15:16:48.419Z] ---> Running in 64c0f5022968 [2021-01-27T15:16:48.697Z] Removing intermediate container 41c89a8661eb [2021-01-27T15:16:48.697Z] ---> 802f5b31fabe [2021-01-27T15:16:48.697Z] [2021-01-27T15:16:48.697Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T15:16:48.697Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T15:16:48.697Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T15:16:48.964Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T15:16:49.227Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T15:16:49.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-27T15:16:49.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-command/core-command ./cmd/core-command [2021-01-27T15:16:50.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T15:16:50.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-27T15:16:50.189Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T15:16:50.189Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T15:16:50.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-27T15:16:50.773Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T15:16:50.773Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T15:16:51.064Z] Successfully built 802f5b31fabe [2021-01-27T15:16:51.064Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T15:16:51.064Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-27T15:16:51.064Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-27T15:16:51.652Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T15:16:51.652Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T15:16:51.921Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T15:16:53.332Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T15:16:54.287Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T15:16:55.243Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T15:16:56.198Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T15:16:56.787Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T15:16:58.742Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T15:16:59.702Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T15:16:59.702Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T15:16:59.702Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T15:16:59.702Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T15:16:59.702Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T15:16:59.702Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T15:16:59.702Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T15:17:00.020Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:17:00.638Z] OK: 71 MiB in 55 packages [2021-01-27T15:17:03.232Z] + date [2021-01-27T15:17:03.232Z] + echo 'Wed Jan 27 15:17:02 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T15:17:03.232Z] Wed Jan 27 15:17:02 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T15:17:05.837Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:17:05.838Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:17:05.838Z] ---> f4d1a2fbf1db [2021-01-27T15:17:05.838Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T15:17:05.838Z] ---> Using cache [2021-01-27T15:17:05.838Z] ---> 3b817e3708dd [2021-01-27T15:17:05.838Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:17:05.838Z] ---> Using cache [2021-01-27T15:17:05.838Z] ---> cdbe920420ed [2021-01-27T15:17:05.838Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T15:17:05.838Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:17:05.838Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:17:05.838Z] ---> f4d1a2fbf1db [2021-01-27T15:17:05.838Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:17:05.838Z] ---> Using cache [2021-01-27T15:17:05.838Z] ---> 3b817e3708dd [2021-01-27T15:17:05.838Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:17:05.838Z] ---> Using cache [2021-01-27T15:17:05.838Z] ---> cdbe920420ed [2021-01-27T15:17:05.838Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T15:17:07.856Z] ---> Running in 7e45ac55f6bb [2021-01-27T15:17:07.856Z] ---> Running in 6b565ec1a28c [2021-01-27T15:17:10.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:17:10.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:17:10.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:17:10.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:17:11.855Z] OK: 233 MiB in 51 packages [2021-01-27T15:17:11.855Z] OK: 233 MiB in 51 packages [2021-01-27T15:17:16.124Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:17:16.124Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:17:16.124Z] ---> f4d1a2fbf1db [2021-01-27T15:17:16.124Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T15:17:16.124Z] ---> Using cache [2021-01-27T15:17:16.124Z] ---> 3b817e3708dd [2021-01-27T15:17:16.124Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:17:16.124Z] ---> Using cache [2021-01-27T15:17:16.124Z] ---> cdbe920420ed [2021-01-27T15:17:16.124Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T15:17:17.526Z] ---> Running in 06e76f43d064 [2021-01-27T15:17:18.477Z] Removing intermediate container 7e45ac55f6bb [2021-01-27T15:17:18.477Z] ---> 009613328ef6 [2021-01-27T15:17:18.477Z] Step 6/23 : COPY go.mod . [2021-01-27T15:17:18.477Z] Removing intermediate container 6b565ec1a28c [2021-01-27T15:17:18.477Z] ---> 1e77de5af89b [2021-01-27T15:17:18.477Z] Step 6/22 : COPY go.mod . [2021-01-27T15:17:20.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:17:20.404Z] ---> 8e10b981a965 [2021-01-27T15:17:20.404Z] Step 7/23 : RUN go mod download [2021-01-27T15:17:20.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:17:21.252Z] ---> 70e0335482ae [2021-01-27T15:17:21.252Z] Step 7/22 : RUN go mod download [2021-01-27T15:17:21.252Z] ---> Running in 1dcf15353b18 [2021-01-27T15:17:21.520Z] OK: 233 MiB in 51 packages [2021-01-27T15:17:23.445Z] Removing intermediate container b490f217ba0c [2021-01-27T15:17:23.445Z] ---> 0741a7aaf786 [2021-01-27T15:17:23.445Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T15:17:24.020Z] ---> Running in 30aec1b7c04b [2021-01-27T15:17:24.596Z] ---> Running in 23080ec95ba8 [2021-01-27T15:17:25.999Z] Removing intermediate container 06e76f43d064 [2021-01-27T15:17:25.999Z] ---> 35a24e2e66b3 [2021-01-27T15:17:25.999Z] Step 6/21 : COPY go.mod . [2021-01-27T15:17:26.276Z] Removing intermediate container 97c151fdd449 [2021-01-27T15:17:26.276Z] ---> acb7e774808c [2021-01-27T15:17:26.276Z] [2021-01-27T15:17:26.276Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T15:17:26.276Z] ---> 389fef711851 [2021-01-27T15:17:26.276Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T15:17:26.276Z] ---> Running in d423f16eca0b [2021-01-27T15:17:26.542Z] ---> baf8d7632b5e [2021-01-27T15:17:26.542Z] Step 7/21 : RUN go mod download [2021-01-27T15:17:26.542Z] ---> Running in 96688a8fc4fe [2021-01-27T15:17:26.542Z] Removing intermediate container d423f16eca0b [2021-01-27T15:17:26.542Z] ---> 690219eac538 [2021-01-27T15:17:26.542Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T15:17:26.808Z] ---> Running in fbca2895bfc5 [2021-01-27T15:17:27.390Z] Removing intermediate container 1dcf15353b18 [2021-01-27T15:17:27.390Z] ---> d667d11e06c1 [2021-01-27T15:17:27.390Z] Step 8/23 : COPY . . [2021-01-27T15:17:27.390Z] Removing intermediate container 30aec1b7c04b [2021-01-27T15:17:27.390Z] ---> 7d7c31101c51 [2021-01-27T15:17:27.390Z] Step 8/22 : COPY . . [2021-01-27T15:17:28.357Z] Collecting docker-compose==1.23.2 [2021-01-27T15:17:28.357Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T15:17:28.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:17:29.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:17:29.456Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T15:17:29.718Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T15:17:29.718Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T15:17:29.983Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:17:31.928Z] OK: 6 MiB in 17 packages [2021-01-27T15:17:31.928Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T15:17:31.928Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T15:17:32.878Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T15:17:32.878Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T15:17:32.878Z] Removing intermediate container 96688a8fc4fe [2021-01-27T15:17:32.878Z] ---> 5ef61b0bf5e3 [2021-01-27T15:17:32.878Z] Step 8/21 : COPY . . [2021-01-27T15:17:37.130Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T15:17:37.130Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T15:17:39.704Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T15:17:39.704Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T15:17:42.280Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T15:17:42.280Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T15:17:47.654Z] Removing intermediate container fbca2895bfc5 [2021-01-27T15:17:47.654Z] ---> e5d131c6d943 [2021-01-27T15:17:47.654Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T15:17:47.654Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T15:17:47.654Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T15:17:50.982Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T15:17:50.982Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T15:17:52.936Z] ---> Running in 40d0bc87e519 [2021-01-27T15:17:52.937Z] Collecting PyYAML<4,>=3.10 [2021-01-27T15:17:52.937Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T15:17:56.322Z] Removing intermediate container 40d0bc87e519 [2021-01-27T15:17:56.322Z] ---> 6e3d9c2eabc1 [2021-01-27T15:17:56.322Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T15:17:56.902Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T15:17:56.902Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T15:17:58.304Z] ---> Running in 64b809079481 [2021-01-27T15:17:58.304Z] 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-27T15:17:58.304Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T15:17:58.304Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T15:18:00.867Z] Removing intermediate container 64b809079481 [2021-01-27T15:18:00.867Z] ---> 42a986943f26 [2021-01-27T15:18:00.867Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T15:18:00.867Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T15:18:00.867Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T15:18:00.867Z] 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-27T15:18:01.826Z] Collecting idna<2.8,>=2.5 [2021-01-27T15:18:01.826Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T15:18:01.826Z] ---> Running in dafa9a9e5b76 [2021-01-27T15:18:01.826Z] 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-27T15:18:01.826Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T15:18:01.826Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T15:18:01.826Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T15:18:01.827Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T15:18:01.827Z] Installing collected packages: cached-property, texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, jsonschema, PyYAML, dockerpty, docker-compose [2021-01-27T15:18:01.827Z] ---> 61c905f0552c [2021-01-27T15:18:01.827Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T15:18:01.827Z] ---> ec5a98d00a0b [2021-01-27T15:18:01.827Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T15:18:02.407Z] Running setup.py install for texttable: started [2021-01-27T15:18:03.360Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T15:18:03.360Z] ---> Running in 0d21c668cd00 [2021-01-27T15:18:03.360Z] ---> Running in a8b733bdfab2 [2021-01-27T15:18:03.942Z] Attempting uninstall: urllib3 [2021-01-27T15:18:03.942Z] Found existing installation: urllib3 1.25.9 [2021-01-27T15:18:03.942Z] Uninstalling urllib3-1.25.9: [2021-01-27T15:18:03.942Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T15:18:03.942Z] ---> faf65e341245 [2021-01-27T15:18:03.942Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T15:18:04.915Z] Attempting uninstall: idna [2021-01-27T15:18:04.915Z] Found existing installation: idna 2.9 [2021-01-27T15:18:04.915Z] ---> Running in f72ede5250bd [2021-01-27T15:18:04.915Z] Uninstalling idna-2.9: [2021-01-27T15:18:04.915Z] Successfully uninstalled idna-2.9 [2021-01-27T15:18:04.915Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T15:18:04.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-27T15:18:04.915Z] Attempting uninstall: requests [2021-01-27T15:18:04.915Z] Found existing installation: requests 2.23.0 [2021-01-27T15:18:04.915Z] Uninstalling requests-2.23.0: [2021-01-27T15:18:05.207Z] Successfully uninstalled requests-2.23.0 [2021-01-27T15:18:05.207Z] Removing intermediate container dafa9a9e5b76 [2021-01-27T15:18:05.207Z] ---> 626057ad488a [2021-01-27T15:18:05.207Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T15:18:05.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T15:18:06.061Z] ---> Running in 04e509209cce [2021-01-27T15:18:06.652Z] Running setup.py install for docopt: started [2021-01-27T15:18:07.263Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T15:18:07.263Z] Removing intermediate container 04e509209cce [2021-01-27T15:18:07.263Z] ---> dea1c24fc353 [2021-01-27T15:18:07.263Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T15:18:07.543Z] Running setup.py install for PyYAML: started [2021-01-27T15:18:10.146Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T15:18:10.146Z] Running setup.py install for dockerpty: started [2021-01-27T15:18:10.146Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T15:18:10.413Z] ---> 6ccbe0645a52 [2021-01-27T15:18:10.413Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T15:18:10.683Z] 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-27T15:18:11.645Z] ---> 54650c2e823b [2021-01-27T15:18:11.645Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T15:18:11.645Z] ---> Running in 575c5bab9835 [2021-01-27T15:18:15.036Z] Removing intermediate container 23080ec95ba8 [2021-01-27T15:18:15.036Z] ---> 88e5df1835d2 [2021-01-27T15:18:15.036Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T15:18:15.036Z] Removing intermediate container 575c5bab9835 [2021-01-27T15:18:15.036Z] ---> 3d449cf33757 [2021-01-27T15:18:15.036Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:18:15.302Z] ---> Running in 8b824346a1d3 [2021-01-27T15:18:16.024Z] ---> 9ed6a93e8d86 [2021-01-27T15:18:16.024Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T15:18:17.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:18:17.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:18:17.542Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:18:17.542Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T15:18:17.542Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T15:18:17.542Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:18:17.542Z] OK: 72 MiB in 58 packages [2021-01-27T15:18:18.140Z] ---> 04a096c060e9 [2021-01-27T15:18:18.140Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T15:18:19.569Z] ---> eeb7d9e85d90 [2021-01-27T15:18:19.569Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T15:18:19.569Z] Removing intermediate container 8b824346a1d3 [2021-01-27T15:18:19.569Z] ---> 874bc2221f08 [2021-01-27T15:18:19.569Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T15:18:19.569Z] ---> Running in 7e68d1999f8a [2021-01-27T15:18:20.165Z] Removing intermediate container 7e68d1999f8a [2021-01-27T15:18:20.165Z] ---> f6708846b450 [2021-01-27T15:18:20.166Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:18:20.166Z] ---> Running in 6201c1273cca [2021-01-27T15:18:20.444Z] ---> 31d46223f8fc [2021-01-27T15:18:20.444Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T15:18:20.444Z] Removing intermediate container 6201c1273cca [2021-01-27T15:18:20.444Z] ---> 479a0cbe2226 [2021-01-27T15:18:20.444Z] Step 24/26 : LABEL arch=x86_64 [2021-01-27T15:18:20.725Z] ---> Running in a55918712fa1 [2021-01-27T15:18:20.725Z] ---> 5464ad1f341c [2021-01-27T15:18:20.725Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T15:18:21.320Z] Removing intermediate container a55918712fa1 [2021-01-27T15:18:21.320Z] ---> 19c00b7db237 [2021-01-27T15:18:21.320Z] Step 25/26 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:18:21.320Z] ---> Running in ae30d73d2098 [2021-01-27T15:18:21.320Z] ---> Running in f544a881db7d [2021-01-27T15:18:21.592Z] Removing intermediate container ae30d73d2098 [2021-01-27T15:18:21.592Z] ---> 6a45a83db655 [2021-01-27T15:18:21.592Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T15:18:21.592Z] Removing intermediate container f544a881db7d [2021-01-27T15:18:21.592Z] ---> f7912209710a [2021-01-27T15:18:21.592Z] Step 26/26 : LABEL version=2.0.0-dev.59 [2021-01-27T15:18:23.012Z] ---> Running in 278077329d1d [2021-01-27T15:18:23.012Z] ---> d68f1e34f106 [2021-01-27T15:18:23.012Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T15:18:23.597Z] ---> Running in 5ee5ed39e600 [2021-01-27T15:18:23.597Z] Removing intermediate container 278077329d1d [2021-01-27T15:18:23.597Z] ---> 643806e37b49 [2021-01-27T15:18:23.597Z] [2021-01-27T15:18:23.885Z] Successfully built 643806e37b49 [2021-01-27T15:18:23.885Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-27T15:18:23.885Z] Building docker-support-scheduler-go [2021-01-27T15:18:27.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T15:18:27.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T15:18:29.446Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T15:18:31.624Z] Removing intermediate container bf2e86df571b [2021-01-27T15:18:31.624Z] ---> 11b31a2ebaae [2021-01-27T15:18:31.624Z] [2021-01-27T15:18:31.624Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T15:18:31.904Z] 3.12: Pulling from library/alpine [2021-01-27T15:18:32.994Z] Removing intermediate container 5ee5ed39e600 [2021-01-27T15:18:32.994Z] ---> 5864ecbe1bdc [2021-01-27T15:18:32.994Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T15:18:33.913Z] Removing intermediate container 4a4945e35a2d [2021-01-27T15:18:33.913Z] ---> f51eb8a0dc73 [2021-01-27T15:18:33.913Z] [2021-01-27T15:18:33.913Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T15:18:34.193Z] 3.12: Pulling from library/alpine [2021-01-27T15:18:34.193Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T15:18:34.193Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T15:18:34.193Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T15:18:34.193Z] ---> afeebe901d6b [2021-01-27T15:18:34.193Z] Status: Image is up to date for alpine:3.12 [2021-01-27T15:18:34.193Z] ---> afeebe901d6b [2021-01-27T15:18:34.193Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T15:18:34.193Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T15:18:35.194Z] ---> Running in aeea2a749301 [2021-01-27T15:18:35.194Z] ---> Running in b6516422910c [2021-01-27T15:18:35.476Z] Removing intermediate container f51917d82af2 [2021-01-27T15:18:35.476Z] ---> 58330e283182 [2021-01-27T15:18:35.476Z] [2021-01-27T15:18:35.476Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:18:35.476Z] ---> afeebe901d6b [2021-01-27T15:18:35.476Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:18:35.574Z] ---> Running in e4dc847e1b26 [2021-01-27T15:18:36.082Z] ---> Running in 5f19c8d74f17 [2021-01-27T15:18:37.174Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T15:18:37.174Z] + cd /tmp/build/dist/linux [2021-01-27T15:18:37.174Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T15:18:37.174Z] Cloning into '.'... [2021-01-27T15:18:37.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:18:37.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:18:37.469Z] + go get github.com/robfig/glock [2021-01-27T15:18:37.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:18:37.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:18:38.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:18:38.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:18:38.684Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T15:18:38.684Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:18:38.684Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T15:18:38.685Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T15:18:38.974Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T15:18:38.974Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T15:18:38.974Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:18:38.974Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T15:18:38.974Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:18:38.974Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:18:38.974Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:18:39.257Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T15:18:39.257Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:18:39.257Z] OK: 5 MiB in 15 packages [2021-01-27T15:18:39.257Z] OK: 6 MiB in 16 packages [2021-01-27T15:18:39.257Z] OK: 7 MiB in 19 packages [2021-01-27T15:18:39.813Z] Removing intermediate container e4dc847e1b26 [2021-01-27T15:18:39.814Z] ---> 033c9ac1e340 [2021-01-27T15:18:39.814Z] Step 30/33 : CMD ["gate"] [2021-01-27T15:18:40.077Z] Removing intermediate container a8b733bdfab2 [2021-01-27T15:18:40.077Z] ---> 3d22bcd8b888 [2021-01-27T15:18:40.077Z] [2021-01-27T15:18:40.077Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T15:18:40.077Z] ---> 389fef711851 [2021-01-27T15:18:40.077Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T15:18:41.492Z] ---> Running in 67d5fffd648a [2021-01-27T15:18:41.895Z] Removing intermediate container b6516422910c [2021-01-27T15:18:41.895Z] ---> 76e2421af5ca [2021-01-27T15:18:41.895Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:18:42.173Z] Removing intermediate container 5f19c8d74f17 [2021-01-27T15:18:42.173Z] ---> c9c9afe32c6d [2021-01-27T15:18:42.173Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:18:42.173Z] ---> Running in ee28bd8e1bde [2021-01-27T15:18:42.453Z] ---> Running in 70539c018da6 [2021-01-27T15:18:42.474Z] ---> Running in 457c49f004c6 [2021-01-27T15:18:42.727Z] Removing intermediate container aeea2a749301 [2021-01-27T15:18:42.727Z] ---> 11c3fdd4e86f [2021-01-27T15:18:42.727Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T15:18:43.001Z] Removing intermediate container ee28bd8e1bde [2021-01-27T15:18:43.001Z] ---> 7a6e045fda81 [2021-01-27T15:18:43.001Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T15:18:43.001Z] ---> Running in 40fcbaa2e739 [2021-01-27T15:18:43.278Z] Removing intermediate container 70539c018da6 [2021-01-27T15:18:43.278Z] ---> Running in d00c886ee562 [2021-01-27T15:18:43.278Z] ---> b61b0e2be843 [2021-01-27T15:18:43.278Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T15:18:43.420Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:18:43.420Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:18:43.420Z] ---> f4d1a2fbf1db [2021-01-27T15:18:43.420Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T15:18:43.420Z] ---> Using cache [2021-01-27T15:18:43.420Z] ---> 3b817e3708dd [2021-01-27T15:18:43.420Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:18:43.420Z] ---> Using cache [2021-01-27T15:18:43.420Z] ---> cdbe920420ed [2021-01-27T15:18:43.420Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T15:18:43.420Z] ---> Using cache [2021-01-27T15:18:43.420Z] ---> 35a24e2e66b3 [2021-01-27T15:18:43.420Z] Step 6/22 : COPY go.mod . [2021-01-27T15:18:43.420Z] ---> Using cache [2021-01-27T15:18:43.420Z] ---> baf8d7632b5e [2021-01-27T15:18:43.420Z] Step 7/22 : RUN go mod download [2021-01-27T15:18:43.420Z] ---> Using cache [2021-01-27T15:18:43.420Z] ---> 5ef61b0bf5e3 [2021-01-27T15:18:43.420Z] Step 8/22 : COPY . . [2021-01-27T15:18:43.420Z] ---> Using cache [2021-01-27T15:18:43.420Z] ---> faf65e341245 [2021-01-27T15:18:43.420Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T15:18:43.880Z] ---> Running in ae8abe1d26b9 [2021-01-27T15:18:43.880Z] Removing intermediate container 40fcbaa2e739 [2021-01-27T15:18:43.880Z] ---> 33e81a16a64a [2021-01-27T15:18:43.880Z] Step 13/24 : WORKDIR / [2021-01-27T15:18:44.168Z] Removing intermediate container d00c886ee562 [2021-01-27T15:18:44.168Z] ---> c172e1cb25d9 [2021-01-27T15:18:44.168Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T15:18:44.168Z] ---> Running in a5f60640cab6 [2021-01-27T15:18:44.453Z] ---> Running in 5d9849ff1e3d [2021-01-27T15:18:44.453Z] Removing intermediate container ae8abe1d26b9 [2021-01-27T15:18:44.453Z] ---> b9bbb8cf67b5 [2021-01-27T15:18:44.453Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T15:18:44.730Z] ---> Running in 2ee069787d09 [2021-01-27T15:18:45.337Z] Removing intermediate container a5f60640cab6 [2021-01-27T15:18:45.337Z] ---> fa7f230ce1e1 [2021-01-27T15:18:45.337Z] 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-27T15:18:45.337Z] Removing intermediate container 5d9849ff1e3d [2021-01-27T15:18:45.337Z] ---> 5f1e052fc83d [2021-01-27T15:18:45.337Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:18:45.620Z] Removing intermediate container 2ee069787d09 [2021-01-27T15:18:45.620Z] ---> 5ebdf3e745bf [2021-01-27T15:18:45.620Z] Step 15/23 : WORKDIR / [2021-01-27T15:18:45.976Z] ---> Running in eb7f24a40d8f [2021-01-27T15:18:45.976Z] Removing intermediate container 457c49f004c6 [2021-01-27T15:18:45.976Z] ---> fd39b2733171 [2021-01-27T15:18:45.976Z] Step 31/33 : LABEL arch=x86_64 [2021-01-27T15:18:45.976Z] Removing intermediate container f72ede5250bd [2021-01-27T15:18:45.976Z] ---> 64ade21fc3a7 [2021-01-27T15:18:45.976Z] [2021-01-27T15:18:45.976Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T15:18:45.976Z] ---> 389fef711851 [2021-01-27T15:18:45.976Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T15:18:45.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:18:46.236Z] ---> Running in b069f6cb9d0a [2021-01-27T15:18:46.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:18:46.245Z] ---> Running in 2434c53471c5 [2021-01-27T15:18:46.245Z] ---> Running in 766165762bd4 [2021-01-27T15:18:46.519Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T15:18:46.519Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T15:18:46.519Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:18:46.519Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:18:46.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T15:18:46.519Z] OK: 6 MiB in 16 packages [2021-01-27T15:18:46.797Z] Removing intermediate container 2434c53471c5 [2021-01-27T15:18:46.797Z] ---> d1a3a5c36215 [2021-01-27T15:18:46.797Z] Step 32/33 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:18:46.847Z] ---> 6aaadc91f06d [2021-01-27T15:18:46.847Z] ---> 534b965d35eb [2021-01-27T15:18:46.847Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T15:18:46.847Z] 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-27T15:18:47.390Z] ---> Running in b8bc163a5fde [2021-01-27T15:18:47.450Z] Removing intermediate container b069f6cb9d0a [2021-01-27T15:18:47.450Z] ---> 93dfde111441 [2021-01-27T15:18:47.450Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:18:47.993Z] Removing intermediate container b8bc163a5fde [2021-01-27T15:18:47.994Z] ---> 7783fc0be202 [2021-01-27T15:18:47.994Z] Step 33/33 : LABEL version=2.0.0-dev.59 [2021-01-27T15:18:48.593Z] ---> Running in ad18450d2b2a [2021-01-27T15:18:48.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:18:48.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:18:48.875Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T15:18:48.875Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:18:48.875Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T15:18:48.875Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T15:18:48.875Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:18:48.875Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:18:48.875Z] OK: 7 MiB in 18 packages [2021-01-27T15:18:48.898Z] ---> cbed2349f16c [2021-01-27T15:18:48.898Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T15:18:49.148Z] Removing intermediate container 67d5fffd648a [2021-01-27T15:18:49.148Z] ---> fac8f775cff3 [2021-01-27T15:18:49.148Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:18:49.503Z] ---> 4becf523fb79 [2021-01-27T15:18:49.503Z] ---> 2a92cbfee360 [2021-01-27T15:18:49.503Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T15:18:49.503Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T15:18:50.582Z] Removing intermediate container ad18450d2b2a [2021-01-27T15:18:50.582Z] ---> 3ed3a1449b8b [2021-01-27T15:18:50.582Z] [2021-01-27T15:18:50.582Z] ---> Running in 7d9977dcb9a4 [2021-01-27T15:18:50.953Z] ---> 159d421031e4 [2021-01-27T15:18:50.953Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T15:18:51.978Z] Successfully built 3ed3a1449b8b [2021-01-27T15:18:52.253Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-27T15:18:52.409Z] ---> 6a2c5a594b8b [2021-01-27T15:18:52.409Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T15:18:53.010Z] ---> Running in d8f60dc4840d [2021-01-27T15:18:53.010Z] Removing intermediate container 3edb20afc1a4 [2021-01-27T15:18:53.010Z] ---> fbc9ae86323f [2021-01-27T15:18:53.010Z] [2021-01-27T15:18:53.010Z] ---> a15f242052de [2021-01-27T15:18:53.010Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T15:18:53.010Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:18:53.010Z] ---> afeebe901d6b [2021-01-27T15:18:53.010Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:18:53.010Z] ---> Using cache [2021-01-27T15:18:53.010Z] ---> c9c9afe32c6d [2021-01-27T15:18:53.010Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:18:53.010Z] ---> Using cache [2021-01-27T15:18:53.010Z] ---> b61b0e2be843 [2021-01-27T15:18:53.010Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T15:18:53.249Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 7d9977dcb9a4 [2021-01-27T15:18:53.249Z] ---> 0ec3acc4be7f [2021-01-27T15:18:53.249Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T15:18:53.521Z] Removing intermediate container 0d21c668cd00 [2021-01-27T15:18:53.521Z] ---> 88afc1568ae9 [2021-01-27T15:18:53.521Z] [2021-01-27T15:18:53.521Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:18:53.521Z] ---> 389fef711851 [2021-01-27T15:18:53.521Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T15:18:53.619Z] ---> faa7e7f87dfb [2021-01-27T15:18:53.619Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T15:18:53.619Z] ---> Running in 2205a5101497 [2021-01-27T15:18:53.787Z] ---> Running in 3c9e2d2db6da [2021-01-27T15:18:53.787Z] ---> Running in aff08a687d0f [2021-01-27T15:18:53.787Z] Removing intermediate container 766165762bd4 [2021-01-27T15:18:53.787Z] ---> 5c356e08122d [2021-01-27T15:18:53.787Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T15:18:54.054Z] ---> Running in a92aa79d01e4 [2021-01-27T15:18:54.229Z] ---> 48d292f86a7b [2021-01-27T15:18:54.229Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T15:18:54.229Z] Removing intermediate container d8f60dc4840d [2021-01-27T15:18:54.229Z] ---> fd91fd523ba5 [2021-01-27T15:18:54.229Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:18:54.325Z] Removing intermediate container 3c9e2d2db6da [2021-01-27T15:18:54.325Z] ---> 51f20eb512e8 [2021-01-27T15:18:54.325Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T15:18:54.325Z] Removing intermediate container aff08a687d0f [2021-01-27T15:18:54.325Z] ---> 6b55a97e69df [2021-01-27T15:18:54.325Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T15:18:54.508Z] ---> Running in 800f5b1c1720 [2021-01-27T15:18:54.509Z] ---> Running in 004d4cbf8c9d [2021-01-27T15:18:54.509Z] Removing intermediate container 2205a5101497 [2021-01-27T15:18:54.509Z] ---> e4112948049e [2021-01-27T15:18:54.509Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T15:18:54.600Z] ---> Running in 16cce4781f1a [2021-01-27T15:18:54.600Z] ---> Running in 27514e4acae8 [2021-01-27T15:18:54.787Z] ---> Running in 59e6682e6ff4 [2021-01-27T15:18:54.871Z] Removing intermediate container a92aa79d01e4 [2021-01-27T15:18:54.871Z] ---> 486e98af3453 [2021-01-27T15:18:54.871Z] Step 13/21 : WORKDIR /edgex [2021-01-27T15:18:54.871Z] Removing intermediate container 16cce4781f1a [2021-01-27T15:18:54.871Z] ---> 3d85a70bea7d [2021-01-27T15:18:54.871Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T15:18:55.063Z] ---> 63d2533aec65 [2021-01-27T15:18:55.063Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T15:18:55.141Z] ---> Running in ab5c1a1de92a [2021-01-27T15:18:55.141Z] ---> Running in b4fe40d57b5b [2021-01-27T15:18:55.141Z] Removing intermediate container 27514e4acae8 [2021-01-27T15:18:55.141Z] ---> dac834721ee4 [2021-01-27T15:18:55.141Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:18:55.351Z] Removing intermediate container 004d4cbf8c9d [2021-01-27T15:18:55.351Z] ---> fda8afe5dc4c [2021-01-27T15:18:55.351Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:18:55.351Z] Removing intermediate container 800f5b1c1720 [2021-01-27T15:18:55.351Z] ---> 26b9dd0a0be7 [2021-01-27T15:18:55.351Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T15:18:55.413Z] Removing intermediate container ab5c1a1de92a [2021-01-27T15:18:55.413Z] ---> 0e51f2862480 [2021-01-27T15:18:55.413Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T15:18:55.413Z] Removing intermediate container b4fe40d57b5b [2021-01-27T15:18:55.413Z] ---> 4026b2b3b944 [2021-01-27T15:18:55.413Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:18:55.636Z] Removing intermediate container 59e6682e6ff4 [2021-01-27T15:18:55.636Z] ---> a4e549b619b3 [2021-01-27T15:18:55.636Z] Step 15/23 : WORKDIR / [2021-01-27T15:18:55.636Z] ---> Running in c710c55a60c2 [2021-01-27T15:18:55.636Z] ---> Running in 6e3fde052378 [2021-01-27T15:18:55.912Z] ---> Running in 886ee7ac4495 [2021-01-27T15:18:55.989Z] ---> ffb404d57897 [2021-01-27T15:18:55.989Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T15:18:55.989Z] ---> Running in 48c1fca2d094 [2021-01-27T15:18:56.255Z] ---> 7c4542035cb8 [2021-01-27T15:18:56.255Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T15:18:56.513Z] ---> b334d777820d [2021-01-27T15:18:56.513Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-27T15:18:56.513Z] Removing intermediate container 6e3fde052378 [2021-01-27T15:18:56.513Z] ---> 4218caded841 [2021-01-27T15:18:56.513Z] Step 21/22 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:18:56.513Z] Removing intermediate container c710c55a60c2 [2021-01-27T15:18:56.513Z] ---> 7d8dafbb185d [2021-01-27T15:18:56.513Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T15:18:56.518Z] ---> b575197314e7 [2021-01-27T15:18:56.518Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T15:18:56.795Z] ---> Running in fe670504dd44 [2021-01-27T15:18:56.795Z] ---> Running in 8eb036a0f3fb [2021-01-27T15:18:56.795Z] Removing intermediate container 886ee7ac4495 [2021-01-27T15:18:56.795Z] ---> db3272ba08db [2021-01-27T15:18:56.795Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:18:56.797Z] ---> 73a931419370 [2021-01-27T15:18:56.797Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T15:18:57.063Z] ---> a71239ca1919 [2021-01-27T15:18:57.063Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T15:18:57.063Z] ---> Running in 25f12a61d02e [2021-01-27T15:18:57.082Z] ---> Running in 4e007ffbb3bf [2021-01-27T15:18:57.331Z] Removing intermediate container 25f12a61d02e [2021-01-27T15:18:57.331Z] ---> e27a3d4450be [2021-01-27T15:18:57.331Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:18:57.331Z] ---> 49bcb6297cd7 [2021-01-27T15:18:57.331Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T15:18:57.594Z] ---> Running in d8e0e1d01f74 [2021-01-27T15:18:57.594Z] ---> Running in 9c46ea086b04 [2021-01-27T15:18:57.700Z] Removing intermediate container 8eb036a0f3fb [2021-01-27T15:18:57.701Z] ---> 96716a3248aa [2021-01-27T15:18:57.701Z] Step 22/22 : LABEL version=2.0.0-dev.59 [2021-01-27T15:18:57.856Z] Removing intermediate container 48c1fca2d094 [2021-01-27T15:18:57.857Z] ---> d5f16dbbcc91 [2021-01-27T15:18:57.857Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T15:18:57.974Z] ---> Running in 2096476d71ea [2021-01-27T15:18:57.975Z] Removing intermediate container 4e007ffbb3bf [2021-01-27T15:18:57.975Z] ---> 6fc3fb21d8dd [2021-01-27T15:18:57.975Z] Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:18:57.975Z] ---> Running in 6306dc87f8db [2021-01-27T15:18:58.253Z] ---> c8b436f6fc61 [2021-01-27T15:18:58.253Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T15:18:58.527Z] Removing intermediate container 2096476d71ea [2021-01-27T15:18:58.527Z] ---> 025c7a8fb3f7 [2021-01-27T15:18:58.527Z] [2021-01-27T15:18:58.802Z] Removing intermediate container d8e0e1d01f74 [2021-01-27T15:18:58.802Z] ---> aa66295f502b [2021-01-27T15:18:58.802Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T15:18:58.802Z] ---> Running in a243f61f80bc [2021-01-27T15:18:58.802Z] Removing intermediate container 9c46ea086b04 [2021-01-27T15:18:58.802Z] ---> 244da47936b8 [2021-01-27T15:18:58.802Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T15:18:58.802Z] ---> Running in c86425a22f6e [2021-01-27T15:18:58.802Z] ---> Running in a372974106b9 [2021-01-27T15:18:58.809Z] Removing intermediate container 6306dc87f8db [2021-01-27T15:18:58.809Z] ---> cc421b09cda1 [2021-01-27T15:18:58.809Z] Step 23/23 : LABEL version=2.0.0-dev.59 [2021-01-27T15:18:59.072Z] Removing intermediate container c86425a22f6e [2021-01-27T15:18:59.072Z] ---> bbb33535ef7f [2021-01-27T15:18:59.072Z] Step 21/22 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:18:59.416Z] Successfully built 025c7a8fb3f7 [2021-01-27T15:18:59.416Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-27T15:18:59.416Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-27T15:18:59.648Z] Removing intermediate container a372974106b9 [2021-01-27T15:18:59.648Z] ---> 536884649c6b [2021-01-27T15:18:59.648Z] Step 19/21 : LABEL arch=x86_64 [2021-01-27T15:18:59.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:18:59.694Z] ---> Running in 3685aea608fa [2021-01-27T15:19:00.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:19:00.295Z] + glock sync -n [2021-01-27T15:19:00.569Z]  ---> b3e14801ffc3 [2021-01-27T15:19:00.569Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T15:19:00.569Z] Removing intermediate container 3685aea608fa [2021-01-27T15:19:00.569Z] ---> 34e3ff22a215 [2021-01-27T15:19:00.569Z] [2021-01-27T15:19:00.800Z] ---> Running in 262f029cf6a5 [2021-01-27T15:19:00.800Z] ---> Running in 1eb51e3195ca [2021-01-27T15:19:00.800Z] Removing intermediate container eb7f24a40d8f [2021-01-27T15:19:00.800Z] ---> fa79b9970ac7 [2021-01-27T15:19:00.800Z] [2021-01-27T15:19:00.800Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T15:19:00.800Z] ---> 389fef711851 [2021-01-27T15:19:00.800Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:19:00.801Z] ---> Using cache [2021-01-27T15:19:00.801Z] ---> ecaf2df27ceb [2021-01-27T15:19:00.801Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:19:00.801Z] ---> Using cache [2021-01-27T15:19:00.801Z] ---> 7363a71b4fb5 [2021-01-27T15:19:00.801Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T15:19:00.801Z] ---> Running in c979bb04b0ae [2021-01-27T15:19:00.843Z] Removing intermediate container fe670504dd44 [2021-01-27T15:19:00.843Z] ---> 114ac57ed37d [2021-01-27T15:19:00.843Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T15:19:00.843Z] Successfully built 34e3ff22a215 [2021-01-27T15:19:01.064Z] Removing intermediate container 262f029cf6a5 [2021-01-27T15:19:01.064Z] ---> c9c0bbd511cf [2021-01-27T15:19:01.064Z] Step 22/22 : LABEL version=2.0.0-dev.59 [2021-01-27T15:19:01.064Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T15:19:01.064Z] Removing intermediate container 1eb51e3195ca [2021-01-27T15:19:01.064Z] ---> faf4c184a626 [2021-01-27T15:19:01.064Z] Step 20/21 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:01.064Z] ---> Running in ba5cdfaefbfc [2021-01-27T15:19:01.064Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T15:19:01.064Z] ---> Running in ce3ab91af487 [2021-01-27T15:19:01.064Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T15:19:01.117Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-27T15:19:01.117Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-27T15:19:01.327Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T15:19:01.328Z] Removing intermediate container c979bb04b0ae [2021-01-27T15:19:01.328Z] ---> 85740ad148fe [2021-01-27T15:19:01.328Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T15:19:01.328Z] Removing intermediate container ba5cdfaefbfc [2021-01-27T15:19:01.328Z] ---> 62f8e0dcc813 [2021-01-27T15:19:01.328Z] [2021-01-27T15:19:01.328Z] ---> Running in be705484d06e [2021-01-27T15:19:01.592Z] Removing intermediate container ce3ab91af487 [2021-01-27T15:19:01.592Z] ---> e051d4024c17 [2021-01-27T15:19:01.592Z] Step 21/21 : LABEL version=2.0.0-dev.59 [2021-01-27T15:19:01.592Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T15:19:01.592Z] Successfully built 62f8e0dcc813 [2021-01-27T15:19:01.592Z] ---> Running in 452bce5ea4ea [2021-01-27T15:19:01.592Z] Successfully tagged docker-support-notifications-go:latest [2021-01-27T15:19:01.592Z]  Building docker-support-notifications-go ... done Removing intermediate container be705484d06e [2021-01-27T15:19:01.592Z] ---> 15cbf7d2c307 [2021-01-27T15:19:01.592Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:19:01.592Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T15:19:01.708Z] ---> Running in 20fbf958c02b [2021-01-27T15:19:01.708Z] ---> 56d52d241fc4 [2021-01-27T15:19:01.708Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T15:19:01.855Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:19:01.855Z] OK: 8 MiB in 20 packages [2021-01-27T15:19:01.855Z] Removing intermediate container 452bce5ea4ea [2021-01-27T15:19:01.855Z] ---> 00f8966fc04f [2021-01-27T15:19:01.855Z] [2021-01-27T15:19:01.855Z] ---> 2f249a120dd5 [2021-01-27T15:19:01.855Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T15:19:01.981Z] ---> Running in 341ad865995d [2021-01-27T15:19:02.131Z] Successfully built 00f8966fc04f [2021-01-27T15:19:02.132Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-27T15:19:02.266Z] Removing intermediate container 20fbf958c02b [2021-01-27T15:19:02.266Z] ---> 1e8df73e376e [2021-01-27T15:19:02.266Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T15:19:02.396Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a243f61f80bc [2021-01-27T15:19:02.396Z] ---> 630a9829226b [2021-01-27T15:19:02.396Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:19:02.541Z] ---> Running in 23bd5b07f750 [2021-01-27T15:19:02.658Z] ---> 30919ffd0695 [2021-01-27T15:19:02.659Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T15:19:02.824Z] Removing intermediate container 341ad865995d [2021-01-27T15:19:02.824Z] ---> eb9cd1f4513a [2021-01-27T15:19:02.824Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:19:02.920Z] ---> e88ec5dbc351 [2021-01-27T15:19:02.920Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T15:19:02.920Z] ---> 099f12c0288c [2021-01-27T15:19:02.921Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T15:19:03.187Z] ---> Running in e9447ed16480 [2021-01-27T15:19:03.450Z] Removing intermediate container e9447ed16480 [2021-01-27T15:19:03.450Z] ---> 5cc796395eb6 [2021-01-27T15:19:03.450Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:19:03.450Z] ---> Running in 0220df714f53 [2021-01-27T15:19:03.450Z] ---> 9b2099edbcf3 [2021-01-27T15:19:03.450Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T15:19:03.712Z] Removing intermediate container 0220df714f53 [2021-01-27T15:19:03.712Z] ---> 280ccbc34e7f [2021-01-27T15:19:03.712Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T15:19:03.712Z] ---> Running in ac9549bffb58 [2021-01-27T15:19:03.712Z] ---> e1a1a705a3d2 [2021-01-27T15:19:03.712Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T15:19:03.975Z] ---> Running in 8f37f1fe4ea4 [2021-01-27T15:19:03.975Z] Removing intermediate container ac9549bffb58 [2021-01-27T15:19:03.975Z] ---> ba58568db5c8 [2021-01-27T15:19:03.975Z] Step 21/22 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:03.975Z] ---> Running in f3d7799a38c2 [2021-01-27T15:19:03.975Z] Removing intermediate container 8f37f1fe4ea4 [2021-01-27T15:19:03.975Z] ---> 4304e6f29e06 [2021-01-27T15:19:03.975Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:19:04.245Z] ---> Running in 0024f2e289f4 [2021-01-27T15:19:04.245Z] Removing intermediate container f3d7799a38c2 [2021-01-27T15:19:04.245Z] ---> aedc7b909cad [2021-01-27T15:19:04.245Z] Step 22/22 : LABEL version=2.0.0-dev.59 [2021-01-27T15:19:04.245Z] ---> Running in da1a89923f6f [2021-01-27T15:19:04.245Z] Removing intermediate container 0024f2e289f4 [2021-01-27T15:19:04.245Z] ---> af07c143e61a [2021-01-27T15:19:04.245Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T15:19:04.269Z] ---> Running in dd25b8fa686b [2021-01-27T15:19:04.509Z] ---> Running in 670be5c936dc [2021-01-27T15:19:04.509Z] Removing intermediate container da1a89923f6f [2021-01-27T15:19:04.509Z] ---> c303fd3d59ad [2021-01-27T15:19:04.509Z] [2021-01-27T15:19:04.867Z] Removing intermediate container 23bd5b07f750 [2021-01-27T15:19:04.867Z] ---> 7ef657623cd4 [2021-01-27T15:19:04.867Z] Step 23/24 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:05.084Z] Successfully built c303fd3d59ad [2021-01-27T15:19:05.084Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-27T15:19:05.084Z] Removing intermediate container 670be5c936dc [2021-01-27T15:19:05.084Z] ---> bd04ea65415d [2021-01-27T15:19:05.084Z] Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:05.140Z] Removing intermediate container dd25b8fa686b [2021-01-27T15:19:05.141Z] ---> 971102cd4dc5 [2021-01-27T15:19:05.141Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T15:19:05.141Z] ---> Running in f72123615b31 [2021-01-27T15:19:05.347Z]  Building docker-support-scheduler-go ... done  ---> Running in 44fd61130b2e [2021-01-27T15:19:05.415Z] ---> Running in ad5e0c36ca8d [2021-01-27T15:19:05.610Z] Removing intermediate container 44fd61130b2e [2021-01-27T15:19:05.610Z] ---> a66ca74b6bc0 [2021-01-27T15:19:05.610Z] Step 23/23 : LABEL version=2.0.0-dev.59 [2021-01-27T15:19:05.610Z] ---> Running in 586847e51040 [2021-01-27T15:19:05.873Z] Removing intermediate container 586847e51040 [2021-01-27T15:19:05.873Z] ---> adca10af611d [2021-01-27T15:19:05.873Z] [2021-01-27T15:19:05.873Z] Successfully built adca10af611d [2021-01-27T15:19:05.873Z] Successfully tagged docker-core-data-go:latest [2021-01-27T15:19:06.009Z] Removing intermediate container f72123615b31 [2021-01-27T15:19:06.010Z] ---> 591b741e4779 [2021-01-27T15:19:06.010Z] Step 24/24 : LABEL version=2.0.0-dev.59 [2021-01-27T15:19:06.010Z] Removing intermediate container ad5e0c36ca8d [2021-01-27T15:19:06.010Z] ---> a0d0612daf14 [2021-01-27T15:19:06.010Z] Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:06.148Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-27T15:19:06.170Z] $ docker stop --time=1 a3357470493b4c2af1a8f0f913a26b3ced30f6a0752762615f516101db98b347 [2021-01-27T15:19:06.282Z] ---> Running in 6f23b0802511 [2021-01-27T15:19:06.559Z] ---> Running in 4b601650e5a8 [2021-01-27T15:19:06.830Z] Removing intermediate container 6f23b0802511 [2021-01-27T15:19:06.830Z] ---> 222e9ca0a848 [2021-01-27T15:19:06.830Z] [2021-01-27T15:19:07.109Z] Successfully built 222e9ca0a848 [2021-01-27T15:19:07.393Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-27T15:19:07.393Z] Building docker-support-scheduler-go [2021-01-27T15:19:07.393Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4b601650e5a8 [2021-01-27T15:19:07.393Z] ---> 60b74ef81d21 [2021-01-27T15:19:07.393Z] Step 23/23 : LABEL version=2.0.0-dev.59 [2021-01-27T15:19:07.670Z] ---> Running in 9dcb45d37acb [2021-01-27T15:19:08.026Z] $ docker rm -f a3357470493b4c2af1a8f0f913a26b3ced30f6a0752762615f516101db98b347 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T15:19:08.269Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T15:19:08.269Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T15:19:08.269Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T15:19:08.269Z] Removing intermediate container 9dcb45d37acb [2021-01-27T15:19:08.269Z] ---> 6a3ad58d5021 [2021-01-27T15:19:08.269Z] [2021-01-27T15:19:08.555Z] + docker images [2021-01-27T15:19:08.555Z] + grep docker [2021-01-27T15:19:08.819Z] docker-core-data-go latest adca10af611d 3 seconds ago 22.3MB [2021-01-27T15:19:08.819Z] docker-support-scheduler-go latest c303fd3d59ad 4 seconds ago 16.4MB [2021-01-27T15:19:08.819Z] docker-security-proxy-setup-go latest 00f8966fc04f 7 seconds ago 24.4MB [2021-01-27T15:19:08.819Z] docker-support-notifications-go latest 62f8e0dcc813 7 seconds ago 16.9MB [2021-01-27T15:19:08.819Z] docker-security-bootstrapper-go latest 3ed3a1449b8b 20 seconds ago 33.5MB [2021-01-27T15:19:08.819Z] docker-sys-mgmt-agent-go latest 643806e37b49 45 seconds ago 313MB [2021-01-27T15:19:08.819Z] docker-security-secretstore-setup-go latest 802f5b31fabe 2 minutes ago 24.6MB [2021-01-27T15:19:08.819Z] docker-core-metadata-go latest 32e4ff3a3f29 2 minutes ago 18.8MB [2021-01-27T15:19:08.819Z] docker-core-command-go latest b060757eb498 2 minutes ago 16.3MB [2021-01-27T15:19:08.819Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [2021-01-27T15:19:08.875Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T15:19:08.875Z] + git describe '--abbrev=0' --tags [2021-01-27T15:19:08.875Z] + TAG=v0.6.1 [2021-01-27T15:19:08.875Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T15:19:08.875Z] + apk --print-arch [2021-01-27T15:19:08.875Z] Successfully built 6a3ad58d5021 [2021-01-27T15:19:08.875Z] + arch=aarch64 [2021-01-27T15:19:08.875Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-27T15:19:08.875Z] building [dockerize] for arm64 ... [2021-01-27T15:19:08.875Z] + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-27T15:19:08.875Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-27T15:19:08.875Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T15:19:09.448Z] provisioning config files... [2021-01-27T15:19:09.490Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/322@tmp/config8109085053835707058tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:19:09.856Z] ---> docker-login.sh [2021-01-27T15:19:09.856Z] nexus3.edgexfoundry.org:10001 [2021-01-27T15:19:09.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:19:09.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:19:09.856Z] Configure a credential helper to remove this warning. See [2021-01-27T15:19:09.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:19:09.856Z] [2021-01-27T15:19:10.119Z] Login Succeeded [2021-01-27T15:19:10.119Z] nexus3.edgexfoundry.org:10002 [2021-01-27T15:19:10.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:19:10.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:19:10.119Z] Configure a credential helper to remove this warning. See [2021-01-27T15:19:10.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:19:10.119Z] [2021-01-27T15:19:10.119Z] Login Succeeded [2021-01-27T15:19:10.119Z] nexus3.edgexfoundry.org:10003 [2021-01-27T15:19:10.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:19:10.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:19:10.381Z] Configure a credential helper to remove this warning. See [2021-01-27T15:19:10.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:19:10.381Z] [2021-01-27T15:19:10.381Z] Login Succeeded [2021-01-27T15:19:10.381Z] nexus3.edgexfoundry.org:10004 [2021-01-27T15:19:10.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:19:10.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:19:10.643Z] Configure a credential helper to remove this warning. See [2021-01-27T15:19:10.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:19:10.643Z] [2021-01-27T15:19:10.643Z] Login Succeeded [2021-01-27T15:19:10.643Z] docker.io [2021-01-27T15:19:10.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:19:10.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:19:10.906Z] Configure a credential helper to remove this warning. See [2021-01-27T15:19:10.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:19:10.906Z] [2021-01-27T15:19:10.906Z] Login Succeeded [2021-01-27T15:19:10.906Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T15:19:10.917Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:19:11.160Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-27T15:19:11.160Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:11.160Z] 2.0.0-dev.59 [2021-01-27T15:19:11.160Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:11.160Z] master [2021-01-27T15:19:11.160Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:11.697Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:12.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:12.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-27T15:19:12.001Z] ecbb510a73a0: Preparing [2021-01-27T15:19:12.001Z] ff7e78931b3a: Preparing [2021-01-27T15:19:12.001Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:12.001Z] 975c0b0137d1: Preparing [2021-01-27T15:19:12.001Z] 777b2c648970: Preparing [2021-01-27T15:19:12.001Z] 777b2c648970: Layer already exists [2021-01-27T15:19:12.264Z] 975c0b0137d1: Pushed [2021-01-27T15:19:12.264Z] e12cc4d93b2d: Pushed [2021-01-27T15:19:12.264Z] ecbb510a73a0: Pushed [2021-01-27T15:19:13.176Z] + date [2021-01-27T15:19:13.176Z] + echo 'Wed Jan 27 15:19:12 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T15:19:13.176Z] Wed Jan 27 15:19:12 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T15:19:13.209Z] ff7e78931b3a: Pushed [2021-01-27T15:19:13.471Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:0d746ac044750db38b6259d08bdfb6fb2e65ebb900a0ad4a5e0304048e012058 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:13.812Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:14.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.59 [2021-01-27T15:19:14.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-27T15:19:14.157Z] ecbb510a73a0: Preparing [2021-01-27T15:19:14.157Z] ff7e78931b3a: Preparing [2021-01-27T15:19:14.157Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:14.157Z] 975c0b0137d1: Preparing [2021-01-27T15:19:14.157Z] 777b2c648970: Preparing [2021-01-27T15:19:14.157Z] 975c0b0137d1: Layer already exists [2021-01-27T15:19:14.157Z] ecbb510a73a0: Layer already exists [2021-01-27T15:19:14.157Z] ff7e78931b3a: Layer already exists [2021-01-27T15:19:14.157Z] 777b2c648970: Layer already exists [2021-01-27T15:19:14.157Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:14.157Z] 2.0.0-dev.59: digest: sha256:0d746ac044750db38b6259d08bdfb6fb2e65ebb900a0ad4a5e0304048e012058 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:14.467Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:14.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:14.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-27T15:19:14.767Z] ecbb510a73a0: Preparing [2021-01-27T15:19:14.767Z] ff7e78931b3a: Preparing [2021-01-27T15:19:14.767Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:14.767Z] 975c0b0137d1: Preparing [2021-01-27T15:19:14.767Z] 777b2c648970: Preparing [2021-01-27T15:19:14.767Z] 975c0b0137d1: Layer already exists [2021-01-27T15:19:14.767Z] ff7e78931b3a: Layer already exists [2021-01-27T15:19:14.767Z] 777b2c648970: Layer already exists [2021-01-27T15:19:14.767Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:14.767Z] ecbb510a73a0: Layer already exists [2021-01-27T15:19:14.767Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:0d746ac044750db38b6259d08bdfb6fb2e65ebb900a0ad4a5e0304048e012058 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:15.076Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:15.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-27T15:19:15.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-27T15:19:15.377Z] ecbb510a73a0: Preparing [2021-01-27T15:19:15.377Z] ff7e78931b3a: Preparing [2021-01-27T15:19:15.377Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:15.377Z] 975c0b0137d1: Preparing [2021-01-27T15:19:15.377Z] 777b2c648970: Preparing [2021-01-27T15:19:15.377Z] ecbb510a73a0: Layer already exists [2021-01-27T15:19:15.377Z] 777b2c648970: Layer already exists [2021-01-27T15:19:15.377Z] 975c0b0137d1: Layer already exists [2021-01-27T15:19:15.377Z] ff7e78931b3a: Layer already exists [2021-01-27T15:19:15.377Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:15.378Z] master: digest: sha256:0d746ac044750db38b6259d08bdfb6fb2e65ebb900a0ad4a5e0304048e012058 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:19:15.585Z] ===================================================== [Pipeline] echo [2021-01-27T15:19:15.637Z] taggedImages: [2021-01-27T15:19:15.637Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:15.637Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.59 [2021-01-27T15:19:15.637Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:15.637Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-27T15:19:15.716Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-27T15:19:15.717Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:15.717Z] 2.0.0-dev.59 [2021-01-27T15:19:15.717Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:15.717Z] master [2021-01-27T15:19:15.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:16.209Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:16.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:16.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-27T15:19:16.511Z] 55f66c97816e: Preparing [2021-01-27T15:19:16.511Z] 523c8d0dd3db: Preparing [2021-01-27T15:19:16.511Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:16.511Z] 3f7260990de1: Preparing [2021-01-27T15:19:16.511Z] f90acdc0b790: Preparing [2021-01-27T15:19:16.511Z] 777b2c648970: Preparing [2021-01-27T15:19:16.511Z] 777b2c648970: Waiting [2021-01-27T15:19:16.511Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:16.511Z] 777b2c648970: Layer already exists [2021-01-27T15:19:16.773Z] f90acdc0b790: Pushed [2021-01-27T15:19:16.773Z] 55f66c97816e: Pushed [2021-01-27T15:19:16.773Z] 3f7260990de1: Pushed [2021-01-27T15:19:17.719Z] 523c8d0dd3db: Pushed [2021-01-27T15:19:17.982Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:efc99635f11dffd8e7f6649ccc24d14c41c73adb9a97d6db3f27d7f58cdc0dee size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:18.289Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:18.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.59 [2021-01-27T15:19:18.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-27T15:19:18.680Z] 55f66c97816e: Preparing [2021-01-27T15:19:18.680Z] 523c8d0dd3db: Preparing [2021-01-27T15:19:18.680Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:18.680Z] 3f7260990de1: Preparing [2021-01-27T15:19:18.680Z] f90acdc0b790: Preparing [2021-01-27T15:19:18.680Z] 777b2c648970: Preparing [2021-01-27T15:19:18.680Z] 777b2c648970: Waiting [2021-01-27T15:19:18.680Z] 3f7260990de1: Layer already exists [2021-01-27T15:19:18.680Z] 523c8d0dd3db: Layer already exists [2021-01-27T15:19:18.680Z] f90acdc0b790: Layer already exists [2021-01-27T15:19:18.680Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:18.680Z] 55f66c97816e: Layer already exists [2021-01-27T15:19:18.680Z] 777b2c648970: Layer already exists [2021-01-27T15:19:18.680Z] 2.0.0-dev.59: digest: sha256:efc99635f11dffd8e7f6649ccc24d14c41c73adb9a97d6db3f27d7f58cdc0dee size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:19.039Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:19.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:19.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-27T15:19:19.399Z] 55f66c97816e: Preparing [2021-01-27T15:19:19.399Z] 523c8d0dd3db: Preparing [2021-01-27T15:19:19.399Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:19.399Z] 3f7260990de1: Preparing [2021-01-27T15:19:19.399Z] f90acdc0b790: Preparing [2021-01-27T15:19:19.399Z] 777b2c648970: Preparing [2021-01-27T15:19:19.399Z] 777b2c648970: Waiting [2021-01-27T15:19:19.399Z] 55f66c97816e: Layer already exists [2021-01-27T15:19:19.399Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:19.399Z] 523c8d0dd3db: Layer already exists [2021-01-27T15:19:19.399Z] 3f7260990de1: Layer already exists [2021-01-27T15:19:19.399Z] f90acdc0b790: Layer already exists [2021-01-27T15:19:19.399Z] 777b2c648970: Layer already exists [2021-01-27T15:19:19.399Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:efc99635f11dffd8e7f6649ccc24d14c41c73adb9a97d6db3f27d7f58cdc0dee size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:19.712Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:20.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-27T15:19:20.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-27T15:19:20.015Z] 55f66c97816e: Preparing [2021-01-27T15:19:20.015Z] 523c8d0dd3db: Preparing [2021-01-27T15:19:20.015Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:20.015Z] 3f7260990de1: Preparing [2021-01-27T15:19:20.015Z] f90acdc0b790: Preparing [2021-01-27T15:19:20.015Z] 777b2c648970: Preparing [2021-01-27T15:19:20.015Z] 777b2c648970: Waiting [2021-01-27T15:19:20.015Z] 55f66c97816e: Layer already exists [2021-01-27T15:19:20.015Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:20.015Z] 523c8d0dd3db: Layer already exists [2021-01-27T15:19:20.015Z] 3f7260990de1: Layer already exists [2021-01-27T15:19:20.015Z] f90acdc0b790: Layer already exists [2021-01-27T15:19:20.015Z] 777b2c648970: Layer already exists [2021-01-27T15:19:20.016Z] master: digest: sha256:efc99635f11dffd8e7f6649ccc24d14c41c73adb9a97d6db3f27d7f58cdc0dee size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:19:20.364Z] ===================================================== [Pipeline] echo [2021-01-27T15:19:20.415Z] taggedImages: [2021-01-27T15:19:20.415Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:20.415Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.59 [2021-01-27T15:19:20.415Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:20.415Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-27T15:19:20.486Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-27T15:19:20.486Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:20.486Z] 2.0.0-dev.59 [2021-01-27T15:19:20.486Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:20.486Z] master [2021-01-27T15:19:20.486Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:21.043Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:21.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:21.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-27T15:19:21.344Z] f32fd052f3a5: Preparing [2021-01-27T15:19:21.344Z] 2e2b0a9de31c: Preparing [2021-01-27T15:19:21.344Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:21.344Z] 6f57441ff089: Preparing [2021-01-27T15:19:21.344Z] 777b2c648970: Preparing [2021-01-27T15:19:21.344Z] 777b2c648970: Layer already exists [2021-01-27T15:19:21.344Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:21.606Z] f32fd052f3a5: Pushed [2021-01-27T15:19:21.606Z] 6f57441ff089: Pushed [2021-01-27T15:19:22.995Z] 2e2b0a9de31c: Pushed [2021-01-27T15:19:23.941Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:da0b21155fa1ef1df1f52e73395a92c4eb6f9af4c8082f44b83109aaefef105e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:24.248Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:24.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.59 [2021-01-27T15:19:24.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-27T15:19:24.548Z] f32fd052f3a5: Preparing [2021-01-27T15:19:24.548Z] 2e2b0a9de31c: Preparing [2021-01-27T15:19:24.548Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:24.548Z] 6f57441ff089: Preparing [2021-01-27T15:19:24.548Z] 777b2c648970: Preparing [2021-01-27T15:19:24.548Z] 6f57441ff089: Layer already exists [2021-01-27T15:19:24.548Z] 2e2b0a9de31c: Layer already exists [2021-01-27T15:19:24.548Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:24.548Z] f32fd052f3a5: Layer already exists [2021-01-27T15:19:24.548Z] 777b2c648970: Layer already exists [2021-01-27T15:19:24.548Z] 2.0.0-dev.59: digest: sha256:da0b21155fa1ef1df1f52e73395a92c4eb6f9af4c8082f44b83109aaefef105e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:24.855Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:25.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:25.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-27T15:19:25.156Z] f32fd052f3a5: Preparing [2021-01-27T15:19:25.156Z] 2e2b0a9de31c: Preparing [2021-01-27T15:19:25.156Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:25.156Z] 6f57441ff089: Preparing [2021-01-27T15:19:25.156Z] 777b2c648970: Preparing [2021-01-27T15:19:25.156Z] 6f57441ff089: Layer already exists [2021-01-27T15:19:25.156Z] 777b2c648970: Layer already exists [2021-01-27T15:19:25.156Z] f32fd052f3a5: Layer already exists [2021-01-27T15:19:25.156Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:25.156Z] 2e2b0a9de31c: Layer already exists [2021-01-27T15:19:25.156Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:da0b21155fa1ef1df1f52e73395a92c4eb6f9af4c8082f44b83109aaefef105e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:25.462Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:25.602Z] Removing intermediate container 64c0f5022968 [2021-01-27T15:19:25.602Z] ---> 4208ce6cad28 [2021-01-27T15:19:25.602Z] [2021-01-27T15:19:25.602Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T15:19:25.602Z] ---> afeebe901d6b [2021-01-27T15:19:25.602Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T15:19:25.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-27T15:19:25.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-27T15:19:25.765Z] f32fd052f3a5: Preparing [2021-01-27T15:19:25.765Z] 2e2b0a9de31c: Preparing [2021-01-27T15:19:25.765Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:25.765Z] 6f57441ff089: Preparing [2021-01-27T15:19:25.765Z] 777b2c648970: Preparing [2021-01-27T15:19:25.765Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:25.765Z] 6f57441ff089: Layer already exists [2021-01-27T15:19:25.765Z] 2e2b0a9de31c: Layer already exists [2021-01-27T15:19:25.765Z] 777b2c648970: Layer already exists [2021-01-27T15:19:25.765Z] f32fd052f3a5: Layer already exists [2021-01-27T15:19:25.765Z] master: digest: sha256:da0b21155fa1ef1df1f52e73395a92c4eb6f9af4c8082f44b83109aaefef105e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-27T15:19:25.876Z] ---> Running in 7a3265b51c10 [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:19:25.963Z] ===================================================== [Pipeline] echo [2021-01-27T15:19:26.016Z] taggedImages: [2021-01-27T15:19:26.017Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:26.017Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.59 [2021-01-27T15:19:26.017Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:26.017Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-27T15:19:26.118Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-01-27T15:19:26.118Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:26.118Z] 2.0.0-dev.59 [2021-01-27T15:19:26.118Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:26.118Z] master [2021-01-27T15:19:26.118Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:26.488Z] Removing intermediate container 7a3265b51c10 [2021-01-27T15:19:26.488Z] ---> 3f46b1448311 [2021-01-27T15:19:26.488Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T15:19:26.654Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:26.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:26.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-27T15:19:26.963Z] a2c1c3892add: Preparing [2021-01-27T15:19:26.963Z] a2c1c3892add: Preparing [2021-01-27T15:19:26.963Z] 47f5baea270e: Preparing [2021-01-27T15:19:26.963Z] c9f3563df32d: Preparing [2021-01-27T15:19:26.963Z] 84a1e9286b12: Preparing [2021-01-27T15:19:26.963Z] 89d5d309e915: Preparing [2021-01-27T15:19:26.963Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:26.963Z] ac7840ecc657: Preparing [2021-01-27T15:19:26.963Z] ac7840ecc657: Preparing [2021-01-27T15:19:26.963Z] f57683b07cd7: Preparing [2021-01-27T15:19:26.963Z] e334b1550149: Preparing [2021-01-27T15:19:26.963Z] af4f1898e2aa: Preparing [2021-01-27T15:19:26.963Z] 777b2c648970: Preparing [2021-01-27T15:19:26.963Z] e12cc4d93b2d: Waiting [2021-01-27T15:19:26.963Z] ac7840ecc657: Waiting [2021-01-27T15:19:26.963Z] f57683b07cd7: Waiting [2021-01-27T15:19:26.963Z] e334b1550149: Waiting [2021-01-27T15:19:26.963Z] af4f1898e2aa: Waiting [2021-01-27T15:19:26.963Z] 777b2c648970: Waiting [2021-01-27T15:19:27.092Z] ---> Running in 7529e43718f4 [2021-01-27T15:19:27.092Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:19:27.092Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:19:27.092Z] ---> 9fce9d4b878c [2021-01-27T15:19:27.092Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T15:19:27.092Z] ---> Using cache [2021-01-27T15:19:27.092Z] ---> 3c7ca7e79a29 [2021-01-27T15:19:27.092Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:19:27.092Z] ---> Using cache [2021-01-27T15:19:27.092Z] ---> a03b0f499140 [2021-01-27T15:19:27.092Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T15:19:27.092Z] ---> Using cache [2021-01-27T15:19:27.092Z] ---> 499dd51ba890 [2021-01-27T15:19:27.092Z] Step 6/21 : COPY go.mod . [2021-01-27T15:19:27.092Z] ---> Using cache [2021-01-27T15:19:27.092Z] ---> 5ce3ec39a615 [2021-01-27T15:19:27.092Z] Step 7/21 : RUN go mod download [2021-01-27T15:19:27.092Z] ---> Using cache [2021-01-27T15:19:27.092Z] ---> 65e637c203e8 [2021-01-27T15:19:27.092Z] Step 8/21 : COPY . . [2021-01-27T15:19:27.235Z] a2c1c3892add: Pushed [2021-01-27T15:19:27.235Z] 84a1e9286b12: Pushed [2021-01-27T15:19:27.235Z] 47f5baea270e: Pushed [2021-01-27T15:19:27.235Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:27.235Z] ac7840ecc657: Pushed [2021-01-27T15:19:27.366Z] ---> Using cache [2021-01-27T15:19:27.366Z] ---> f0dc64a47461 [2021-01-27T15:19:27.366Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T15:19:27.509Z] e334b1550149: Pushed [2021-01-27T15:19:27.509Z] 777b2c648970: Layer already exists [2021-01-27T15:19:27.509Z] af4f1898e2aa: Pushed [2021-01-27T15:19:27.965Z] ---> Running in fdcf165996e7 [2021-01-27T15:19:28.090Z] c9f3563df32d: Pushed [2021-01-27T15:19:28.090Z] 89d5d309e915: Pushed [2021-01-27T15:19:28.090Z] f57683b07cd7: Pushed [2021-01-27T15:19:28.352Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:e08ecfe230e8bab8df45a8ed201e6997bc04efce713036166b8b6fafd29d1f5e size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:28.657Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:28.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.59 [2021-01-27T15:19:28.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-27T15:19:28.961Z] a2c1c3892add: Preparing [2021-01-27T15:19:28.961Z] a2c1c3892add: Preparing [2021-01-27T15:19:28.961Z] 47f5baea270e: Preparing [2021-01-27T15:19:28.961Z] c9f3563df32d: Preparing [2021-01-27T15:19:28.961Z] 84a1e9286b12: Preparing [2021-01-27T15:19:28.961Z] 89d5d309e915: Preparing [2021-01-27T15:19:28.961Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:28.961Z] ac7840ecc657: Preparing [2021-01-27T15:19:28.961Z] ac7840ecc657: Preparing [2021-01-27T15:19:28.961Z] f57683b07cd7: Preparing [2021-01-27T15:19:28.961Z] e334b1550149: Preparing [2021-01-27T15:19:28.961Z] af4f1898e2aa: Preparing [2021-01-27T15:19:28.961Z] 777b2c648970: Preparing [2021-01-27T15:19:28.961Z] ac7840ecc657: Waiting [2021-01-27T15:19:28.961Z] f57683b07cd7: Waiting [2021-01-27T15:19:28.961Z] e334b1550149: Waiting [2021-01-27T15:19:28.961Z] af4f1898e2aa: Waiting [2021-01-27T15:19:28.961Z] 777b2c648970: Waiting [2021-01-27T15:19:28.961Z] e12cc4d93b2d: Waiting [2021-01-27T15:19:28.961Z] 89d5d309e915: Layer already exists [2021-01-27T15:19:28.961Z] 47f5baea270e: Layer already exists [2021-01-27T15:19:28.961Z] a2c1c3892add: Layer already exists [2021-01-27T15:19:28.961Z] 84a1e9286b12: Layer already exists [2021-01-27T15:19:28.961Z] c9f3563df32d: Layer already exists [2021-01-27T15:19:28.961Z] ac7840ecc657: Layer already exists [2021-01-27T15:19:28.961Z] af4f1898e2aa: Layer already exists [2021-01-27T15:19:28.961Z] e334b1550149: Layer already exists [2021-01-27T15:19:28.961Z] f57683b07cd7: Layer already exists [2021-01-27T15:19:28.961Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:28.961Z] 777b2c648970: Layer already exists [2021-01-27T15:19:28.961Z] 2.0.0-dev.59: digest: sha256:e08ecfe230e8bab8df45a8ed201e6997bc04efce713036166b8b6fafd29d1f5e size: 3032 [2021-01-27T15:19:28.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:29.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:19:29.262Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:29.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-27T15:19:29.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:29.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-27T15:19:29.560Z] a2c1c3892add: Preparing [2021-01-27T15:19:29.560Z] a2c1c3892add: Preparing [2021-01-27T15:19:29.560Z] 47f5baea270e: Preparing [2021-01-27T15:19:29.560Z] c9f3563df32d: Preparing [2021-01-27T15:19:29.560Z] 84a1e9286b12: Preparing [2021-01-27T15:19:29.560Z] 89d5d309e915: Preparing [2021-01-27T15:19:29.560Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:29.560Z] ac7840ecc657: Preparing [2021-01-27T15:19:29.560Z] ac7840ecc657: Preparing [2021-01-27T15:19:29.560Z] f57683b07cd7: Preparing [2021-01-27T15:19:29.560Z] e334b1550149: Preparing [2021-01-27T15:19:29.560Z] af4f1898e2aa: Preparing [2021-01-27T15:19:29.560Z] 777b2c648970: Preparing [2021-01-27T15:19:29.560Z] af4f1898e2aa: Waiting [2021-01-27T15:19:29.560Z] ac7840ecc657: Waiting [2021-01-27T15:19:29.560Z] f57683b07cd7: Waiting [2021-01-27T15:19:29.560Z] e334b1550149: Waiting [2021-01-27T15:19:29.560Z] 777b2c648970: Waiting [2021-01-27T15:19:29.560Z] e12cc4d93b2d: Waiting [2021-01-27T15:19:29.560Z] 84a1e9286b12: Layer already exists [2021-01-27T15:19:29.560Z] 89d5d309e915: Layer already exists [2021-01-27T15:19:29.560Z] a2c1c3892add: Layer already exists [2021-01-27T15:19:29.560Z] c9f3563df32d: Layer already exists [2021-01-27T15:19:29.560Z] 47f5baea270e: Layer already exists [2021-01-27T15:19:29.560Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:29.560Z] ac7840ecc657: Layer already exists [2021-01-27T15:19:29.560Z] af4f1898e2aa: Layer already exists [2021-01-27T15:19:29.560Z] f57683b07cd7: Layer already exists [2021-01-27T15:19:29.560Z] e334b1550149: Layer already exists [2021-01-27T15:19:29.560Z] 777b2c648970: Layer already exists [2021-01-27T15:19:29.560Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:e08ecfe230e8bab8df45a8ed201e6997bc04efce713036166b8b6fafd29d1f5e size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:29.799Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T15:19:29.799Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T15:19:29.799Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T15:19:29.799Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:19:29.861Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:30.075Z] OK: 6 MiB in 17 packages [2021-01-27T15:19:30.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-27T15:19:30.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-27T15:19:30.157Z] a2c1c3892add: Preparing [2021-01-27T15:19:30.157Z] a2c1c3892add: Preparing [2021-01-27T15:19:30.157Z] 47f5baea270e: Preparing [2021-01-27T15:19:30.157Z] c9f3563df32d: Preparing [2021-01-27T15:19:30.157Z] 84a1e9286b12: Preparing [2021-01-27T15:19:30.157Z] 89d5d309e915: Preparing [2021-01-27T15:19:30.157Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:30.157Z] ac7840ecc657: Preparing [2021-01-27T15:19:30.157Z] ac7840ecc657: Preparing [2021-01-27T15:19:30.157Z] f57683b07cd7: Preparing [2021-01-27T15:19:30.157Z] e334b1550149: Preparing [2021-01-27T15:19:30.157Z] af4f1898e2aa: Preparing [2021-01-27T15:19:30.157Z] 777b2c648970: Preparing [2021-01-27T15:19:30.157Z] e12cc4d93b2d: Waiting [2021-01-27T15:19:30.157Z] ac7840ecc657: Waiting [2021-01-27T15:19:30.157Z] f57683b07cd7: Waiting [2021-01-27T15:19:30.157Z] e334b1550149: Waiting [2021-01-27T15:19:30.157Z] af4f1898e2aa: Waiting [2021-01-27T15:19:30.157Z] 777b2c648970: Waiting [2021-01-27T15:19:30.157Z] 84a1e9286b12: Layer already exists [2021-01-27T15:19:30.157Z] 89d5d309e915: Layer already exists [2021-01-27T15:19:30.157Z] c9f3563df32d: Layer already exists [2021-01-27T15:19:30.157Z] a2c1c3892add: Layer already exists [2021-01-27T15:19:30.157Z] 47f5baea270e: Layer already exists [2021-01-27T15:19:30.157Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:30.157Z] ac7840ecc657: Layer already exists [2021-01-27T15:19:30.157Z] f57683b07cd7: Layer already exists [2021-01-27T15:19:30.157Z] af4f1898e2aa: Layer already exists [2021-01-27T15:19:30.157Z] e334b1550149: Layer already exists [2021-01-27T15:19:30.157Z] 777b2c648970: Layer already exists [2021-01-27T15:19:30.419Z] master: digest: sha256:e08ecfe230e8bab8df45a8ed201e6997bc04efce713036166b8b6fafd29d1f5e size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:19:30.665Z] ===================================================== [Pipeline] echo [2021-01-27T15:19:30.714Z] taggedImages: [2021-01-27T15:19:30.714Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:30.714Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.59 [2021-01-27T15:19:30.714Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:30.714Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-01-27T15:19:30.787Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-27T15:19:30.787Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:30.787Z] 2.0.0-dev.59 [2021-01-27T15:19:30.787Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:30.787Z] master [2021-01-27T15:19:30.787Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:31.301Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:31.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:31.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-27T15:19:31.606Z] edd18b15a061: Preparing [2021-01-27T15:19:31.606Z] 15983ab87bb4: Preparing [2021-01-27T15:19:31.606Z] 9a57a91f1388: Preparing [2021-01-27T15:19:31.606Z] 7b9bfb29e781: Preparing [2021-01-27T15:19:31.606Z] 434822df3fcb: Preparing [2021-01-27T15:19:31.606Z] 777b2c648970: Preparing [2021-01-27T15:19:31.606Z] 777b2c648970: Waiting [2021-01-27T15:19:31.870Z] 9a57a91f1388: Pushed [2021-01-27T15:19:31.870Z] 7b9bfb29e781: Pushed [2021-01-27T15:19:31.870Z] 777b2c648970: Layer already exists [2021-01-27T15:19:31.870Z] 434822df3fcb: Pushed [2021-01-27T15:19:32.100Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:19:32.100Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:19:32.100Z] ---> 9fce9d4b878c [2021-01-27T15:19:32.100Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T15:19:32.100Z] ---> Using cache [2021-01-27T15:19:32.100Z] ---> 3c7ca7e79a29 [2021-01-27T15:19:32.100Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:19:32.100Z] ---> Using cache [2021-01-27T15:19:32.100Z] ---> a03b0f499140 [2021-01-27T15:19:32.100Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T15:19:32.442Z] 15983ab87bb4: Pushed [2021-01-27T15:19:32.442Z] edd18b15a061: Pushed [2021-01-27T15:19:32.703Z] ---> Running in dc802bd682dc [2021-01-27T15:19:32.703Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:7a7ee5a91ff44519a8fe745f4a2d75d738511ffebf148aa87053b661d8619ae8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:33.010Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:33.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.59 [2021-01-27T15:19:33.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-27T15:19:33.309Z] edd18b15a061: Preparing [2021-01-27T15:19:33.309Z] 15983ab87bb4: Preparing [2021-01-27T15:19:33.309Z] 9a57a91f1388: Preparing [2021-01-27T15:19:33.309Z] 7b9bfb29e781: Preparing [2021-01-27T15:19:33.309Z] 434822df3fcb: Preparing [2021-01-27T15:19:33.309Z] 777b2c648970: Preparing [2021-01-27T15:19:33.309Z] 777b2c648970: Waiting [2021-01-27T15:19:33.309Z] 15983ab87bb4: Layer already exists [2021-01-27T15:19:33.309Z] 9a57a91f1388: Layer already exists [2021-01-27T15:19:33.309Z] edd18b15a061: Layer already exists [2021-01-27T15:19:33.309Z] 7b9bfb29e781: Layer already exists [2021-01-27T15:19:33.309Z] 434822df3fcb: Layer already exists [2021-01-27T15:19:33.309Z] 777b2c648970: Layer already exists [2021-01-27T15:19:33.309Z] 2.0.0-dev.59: digest: sha256:7a7ee5a91ff44519a8fe745f4a2d75d738511ffebf148aa87053b661d8619ae8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:33.614Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:33.693Z] Removing intermediate container 7529e43718f4 [2021-01-27T15:19:33.694Z] ---> 406b84ea6045 [2021-01-27T15:19:33.694Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T15:19:33.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:33.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-27T15:19:33.914Z] edd18b15a061: Preparing [2021-01-27T15:19:33.914Z] 15983ab87bb4: Preparing [2021-01-27T15:19:33.914Z] 9a57a91f1388: Preparing [2021-01-27T15:19:33.914Z] 7b9bfb29e781: Preparing [2021-01-27T15:19:33.914Z] 434822df3fcb: Preparing [2021-01-27T15:19:33.914Z] 777b2c648970: Preparing [2021-01-27T15:19:33.914Z] 777b2c648970: Waiting [2021-01-27T15:19:33.914Z] 7b9bfb29e781: Layer already exists [2021-01-27T15:19:33.914Z] 434822df3fcb: Layer already exists [2021-01-27T15:19:33.914Z] edd18b15a061: Layer already exists [2021-01-27T15:19:33.914Z] 9a57a91f1388: Layer already exists [2021-01-27T15:19:33.914Z] 15983ab87bb4: Layer already exists [2021-01-27T15:19:33.914Z] 777b2c648970: Layer already exists [2021-01-27T15:19:33.914Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:7a7ee5a91ff44519a8fe745f4a2d75d738511ffebf148aa87053b661d8619ae8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:34.220Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:34.296Z] ---> Running in 3a0915bdd185 [2021-01-27T15:19:34.518Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-27T15:19:34.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-27T15:19:34.518Z] edd18b15a061: Preparing [2021-01-27T15:19:34.518Z] 15983ab87bb4: Preparing [2021-01-27T15:19:34.518Z] 9a57a91f1388: Preparing [2021-01-27T15:19:34.518Z] 7b9bfb29e781: Preparing [2021-01-27T15:19:34.518Z] 434822df3fcb: Preparing [2021-01-27T15:19:34.518Z] 777b2c648970: Preparing [2021-01-27T15:19:34.518Z] 777b2c648970: Waiting [2021-01-27T15:19:34.518Z] edd18b15a061: Layer already exists [2021-01-27T15:19:34.518Z] 7b9bfb29e781: Layer already exists [2021-01-27T15:19:34.518Z] 434822df3fcb: Layer already exists [2021-01-27T15:19:34.518Z] 15983ab87bb4: Layer already exists [2021-01-27T15:19:34.518Z] 9a57a91f1388: Layer already exists [2021-01-27T15:19:34.518Z] 777b2c648970: Layer already exists [2021-01-27T15:19:34.518Z] master: digest: sha256:7a7ee5a91ff44519a8fe745f4a2d75d738511ffebf148aa87053b661d8619ae8 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:19:34.704Z] ===================================================== [Pipeline] echo [2021-01-27T15:19:34.802Z] taggedImages: [2021-01-27T15:19:34.802Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:34.802Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.59 [2021-01-27T15:19:34.802Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:34.802Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-27T15:19:34.868Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-27T15:19:34.868Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:34.868Z] 2.0.0-dev.59 [2021-01-27T15:19:34.868Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:34.868Z] master [2021-01-27T15:19:34.868Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:35.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:19:35.335Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:35.573Z] Removing intermediate container 3a0915bdd185 [2021-01-27T15:19:35.573Z] ---> 76da03449ab5 [2021-01-27T15:19:35.574Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T15:19:35.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:35.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-27T15:19:35.637Z] 72d58d5b8f70: Preparing [2021-01-27T15:19:35.637Z] 2fd416d92376: Preparing [2021-01-27T15:19:35.637Z] a8f2be47ba70: Preparing [2021-01-27T15:19:35.637Z] 9143af261f6e: Preparing [2021-01-27T15:19:35.637Z] 04743dd0615a: Preparing [2021-01-27T15:19:35.637Z] c5137026c77b: Preparing [2021-01-27T15:19:35.637Z] cb0976279630: Preparing [2021-01-27T15:19:35.637Z] 9a7a3a9dc434: Preparing [2021-01-27T15:19:35.637Z] 777b2c648970: Preparing [2021-01-27T15:19:35.637Z] c5137026c77b: Waiting [2021-01-27T15:19:35.637Z] cb0976279630: Waiting [2021-01-27T15:19:35.637Z] 9a7a3a9dc434: Waiting [2021-01-27T15:19:35.637Z] 777b2c648970: Waiting [2021-01-27T15:19:35.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:19:35.905Z] 72d58d5b8f70: Pushed [2021-01-27T15:19:35.905Z] 2fd416d92376: Pushed [2021-01-27T15:19:35.905Z] 04743dd0615a: Pushed [2021-01-27T15:19:35.905Z] c5137026c77b: Pushed [2021-01-27T15:19:35.905Z] cb0976279630: Pushed [2021-01-27T15:19:36.166Z] 777b2c648970: Layer already exists [2021-01-27T15:19:36.427Z] 9a7a3a9dc434: Pushed [2021-01-27T15:19:36.462Z] ---> Running in 8b3d8c3e1a7d [2021-01-27T15:19:36.689Z] 9143af261f6e: Pushed [2021-01-27T15:19:36.689Z] a8f2be47ba70: Pushed [2021-01-27T15:19:36.739Z] OK: 217 MiB in 51 packages [2021-01-27T15:19:36.950Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:db1f73aa1dc3619b1b3bb2600ec5f90b2c0af2a8b36d58682ca9307f233d8d6a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:37.261Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:37.344Z] Removing intermediate container 8b3d8c3e1a7d [2021-01-27T15:19:37.344Z] ---> 495e162c2473 [2021-01-27T15:19:37.344Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T15:19:37.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.59 [2021-01-27T15:19:37.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-27T15:19:37.563Z] 72d58d5b8f70: Preparing [2021-01-27T15:19:37.563Z] 2fd416d92376: Preparing [2021-01-27T15:19:37.563Z] a8f2be47ba70: Preparing [2021-01-27T15:19:37.563Z] 9143af261f6e: Preparing [2021-01-27T15:19:37.563Z] 04743dd0615a: Preparing [2021-01-27T15:19:37.563Z] c5137026c77b: Preparing [2021-01-27T15:19:37.563Z] cb0976279630: Preparing [2021-01-27T15:19:37.563Z] 9a7a3a9dc434: Preparing [2021-01-27T15:19:37.563Z] 777b2c648970: Preparing [2021-01-27T15:19:37.563Z] c5137026c77b: Waiting [2021-01-27T15:19:37.563Z] cb0976279630: Waiting [2021-01-27T15:19:37.563Z] 9a7a3a9dc434: Waiting [2021-01-27T15:19:37.563Z] 777b2c648970: Waiting [2021-01-27T15:19:37.563Z] 04743dd0615a: Layer already exists [2021-01-27T15:19:37.563Z] a8f2be47ba70: Layer already exists [2021-01-27T15:19:37.563Z] 9143af261f6e: Layer already exists [2021-01-27T15:19:37.563Z] 72d58d5b8f70: Layer already exists [2021-01-27T15:19:37.563Z] 2fd416d92376: Layer already exists [2021-01-27T15:19:37.563Z] 9a7a3a9dc434: Layer already exists [2021-01-27T15:19:37.563Z] cb0976279630: Layer already exists [2021-01-27T15:19:37.563Z] c5137026c77b: Layer already exists [2021-01-27T15:19:37.563Z] 777b2c648970: Layer already exists [2021-01-27T15:19:37.563Z] 2.0.0-dev.59: digest: sha256:db1f73aa1dc3619b1b3bb2600ec5f90b2c0af2a8b36d58682ca9307f233d8d6a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:37.870Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:37.950Z] ---> Running in 058eacf5c5af [2021-01-27T15:19:38.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:38.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-27T15:19:38.299Z] 72d58d5b8f70: Preparing [2021-01-27T15:19:38.299Z] 2fd416d92376: Preparing [2021-01-27T15:19:38.299Z] a8f2be47ba70: Preparing [2021-01-27T15:19:38.299Z] 9143af261f6e: Preparing [2021-01-27T15:19:38.299Z] 04743dd0615a: Preparing [2021-01-27T15:19:38.299Z] c5137026c77b: Preparing [2021-01-27T15:19:38.299Z] cb0976279630: Preparing [2021-01-27T15:19:38.299Z] 9a7a3a9dc434: Preparing [2021-01-27T15:19:38.299Z] 777b2c648970: Preparing [2021-01-27T15:19:38.299Z] c5137026c77b: Waiting [2021-01-27T15:19:38.299Z] cb0976279630: Waiting [2021-01-27T15:19:38.299Z] 9a7a3a9dc434: Waiting [2021-01-27T15:19:38.299Z] 777b2c648970: Waiting [2021-01-27T15:19:38.299Z] 9143af261f6e: Layer already exists [2021-01-27T15:19:38.299Z] a8f2be47ba70: Layer already exists [2021-01-27T15:19:38.299Z] 04743dd0615a: Layer already exists [2021-01-27T15:19:38.299Z] 2fd416d92376: Layer already exists [2021-01-27T15:19:38.299Z] 72d58d5b8f70: Layer already exists [2021-01-27T15:19:38.299Z] cb0976279630: Layer already exists [2021-01-27T15:19:38.299Z] c5137026c77b: Layer already exists [2021-01-27T15:19:38.299Z] 9a7a3a9dc434: Layer already exists [2021-01-27T15:19:38.299Z] 777b2c648970: Layer already exists [2021-01-27T15:19:38.299Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:db1f73aa1dc3619b1b3bb2600ec5f90b2c0af2a8b36d58682ca9307f233d8d6a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:38.655Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:38.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-27T15:19:38.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-27T15:19:38.955Z] 72d58d5b8f70: Preparing [2021-01-27T15:19:38.955Z] 2fd416d92376: Preparing [2021-01-27T15:19:38.955Z] a8f2be47ba70: Preparing [2021-01-27T15:19:38.955Z] 9143af261f6e: Preparing [2021-01-27T15:19:38.955Z] 04743dd0615a: Preparing [2021-01-27T15:19:38.955Z] c5137026c77b: Preparing [2021-01-27T15:19:38.955Z] cb0976279630: Preparing [2021-01-27T15:19:38.955Z] 9a7a3a9dc434: Preparing [2021-01-27T15:19:38.955Z] 777b2c648970: Preparing [2021-01-27T15:19:38.955Z] c5137026c77b: Waiting [2021-01-27T15:19:38.955Z] cb0976279630: Waiting [2021-01-27T15:19:38.955Z] 9a7a3a9dc434: Waiting [2021-01-27T15:19:38.955Z] 777b2c648970: Waiting [2021-01-27T15:19:38.955Z] 04743dd0615a: Layer already exists [2021-01-27T15:19:38.955Z] 9143af261f6e: Layer already exists [2021-01-27T15:19:38.955Z] 72d58d5b8f70: Layer already exists [2021-01-27T15:19:38.955Z] a8f2be47ba70: Layer already exists [2021-01-27T15:19:38.955Z] 2fd416d92376: Layer already exists [2021-01-27T15:19:38.955Z] c5137026c77b: Layer already exists [2021-01-27T15:19:38.955Z] cb0976279630: Layer already exists [2021-01-27T15:19:38.955Z] 9a7a3a9dc434: Layer already exists [2021-01-27T15:19:38.955Z] 777b2c648970: Layer already exists [2021-01-27T15:19:38.955Z] master: digest: sha256:db1f73aa1dc3619b1b3bb2600ec5f90b2c0af2a8b36d58682ca9307f233d8d6a size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:19:39.183Z] ===================================================== [Pipeline] echo [2021-01-27T15:19:39.231Z] taggedImages: [2021-01-27T15:19:39.231Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:39.231Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.59 [2021-01-27T15:19:39.231Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:39.231Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-27T15:19:39.297Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-27T15:19:39.297Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:39.297Z] 2.0.0-dev.59 [2021-01-27T15:19:39.297Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:39.297Z] master [2021-01-27T15:19:39.297Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:39.798Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:39.952Z] Removing intermediate container dc802bd682dc [2021-01-27T15:19:39.952Z] ---> 9af3a1fc4bc6 [2021-01-27T15:19:39.952Z] Step 6/26 : COPY go.mod . [2021-01-27T15:19:39.952Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:19:39.952Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:19:39.952Z] ---> 9fce9d4b878c [2021-01-27T15:19:39.952Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T15:19:39.952Z] ---> Using cache [2021-01-27T15:19:39.952Z] ---> 3c7ca7e79a29 [2021-01-27T15:19:39.952Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:19:39.952Z] ---> Using cache [2021-01-27T15:19:39.952Z] ---> a03b0f499140 [2021-01-27T15:19:39.952Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T15:19:39.952Z] ---> Using cache [2021-01-27T15:19:39.952Z] ---> 499dd51ba890 [2021-01-27T15:19:40.099Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:40.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-27T15:19:40.099Z] 5ccded4fe0d0: Preparing [2021-01-27T15:19:40.099Z] 6ff7374b1c74: Preparing [2021-01-27T15:19:40.099Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:40.099Z] 08d64f8c1c03: Preparing [2021-01-27T15:19:40.099Z] 777b2c648970: Preparing [2021-01-27T15:19:40.099Z] 777b2c648970: Layer already exists [2021-01-27T15:19:40.099Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:40.099Z] 5ccded4fe0d0: Pushed [2021-01-27T15:19:40.232Z] Step 6/22 : COPY go.mod . [2021-01-27T15:19:40.232Z] ---> Using cache [2021-01-27T15:19:40.232Z] ---> 5ce3ec39a615 [2021-01-27T15:19:40.232Z] Step 7/22 : RUN go mod download [2021-01-27T15:19:40.232Z] ---> Using cache [2021-01-27T15:19:40.232Z] ---> 65e637c203e8 [2021-01-27T15:19:40.232Z] Step 8/22 : COPY . . [2021-01-27T15:19:40.232Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:19:40.232Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:19:40.232Z] ---> 9fce9d4b878c [2021-01-27T15:19:40.232Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:19:40.232Z] ---> Using cache [2021-01-27T15:19:40.232Z] ---> 3c7ca7e79a29 [2021-01-27T15:19:40.232Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:19:40.232Z] ---> Using cache [2021-01-27T15:19:40.232Z] ---> a03b0f499140 [2021-01-27T15:19:40.232Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T15:19:40.362Z] 08d64f8c1c03: Pushed [2021-01-27T15:19:40.833Z] ---> Using cache [2021-01-27T15:19:40.833Z] ---> f0dc64a47461 [2021-01-27T15:19:40.833Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T15:19:40.833Z] ---> Running in b4a860e76ce5 [2021-01-27T15:19:41.111Z] ---> Running in 00b3a76b9566 [2021-01-27T15:19:41.312Z] 6ff7374b1c74: Pushed [2021-01-27T15:19:41.383Z] ---> 8defc193be7f [2021-01-27T15:19:41.383Z] Step 7/26 : RUN go mod download [2021-01-27T15:19:41.575Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:c7946414b1f086f085c2f83bb77f1f039619365bb46a0f76296da180be66082f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:41.664Z] ---> Running in d609b091b69f [2021-01-27T15:19:41.885Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:42.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.59 [2021-01-27T15:19:42.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-27T15:19:42.189Z] 5ccded4fe0d0: Preparing [2021-01-27T15:19:42.189Z] 6ff7374b1c74: Preparing [2021-01-27T15:19:42.189Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:42.189Z] 08d64f8c1c03: Preparing [2021-01-27T15:19:42.189Z] 777b2c648970: Preparing [2021-01-27T15:19:42.189Z] 08d64f8c1c03: Layer already exists [2021-01-27T15:19:42.189Z] 777b2c648970: Layer already exists [2021-01-27T15:19:42.189Z] 5ccded4fe0d0: Layer already exists [2021-01-27T15:19:42.189Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:42.189Z] 6ff7374b1c74: Layer already exists [2021-01-27T15:19:42.189Z] 2.0.0-dev.59: digest: sha256:c7946414b1f086f085c2f83bb77f1f039619365bb46a0f76296da180be66082f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:42.499Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:42.661Z] Removing intermediate container 058eacf5c5af [2021-01-27T15:19:42.662Z] ---> f827a9e14f32 [2021-01-27T15:19:42.662Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T15:19:42.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:42.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-27T15:19:42.801Z] 5ccded4fe0d0: Preparing [2021-01-27T15:19:42.801Z] 6ff7374b1c74: Preparing [2021-01-27T15:19:42.801Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:42.801Z] 08d64f8c1c03: Preparing [2021-01-27T15:19:42.801Z] 777b2c648970: Preparing [2021-01-27T15:19:42.801Z] 6ff7374b1c74: Layer already exists [2021-01-27T15:19:42.801Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:42.801Z] 08d64f8c1c03: Layer already exists [2021-01-27T15:19:42.801Z] 777b2c648970: Layer already exists [2021-01-27T15:19:42.801Z] 5ccded4fe0d0: Layer already exists [2021-01-27T15:19:42.801Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:c7946414b1f086f085c2f83bb77f1f039619365bb46a0f76296da180be66082f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:42.940Z] ---> Running in a083f74066f6 [2021-01-27T15:19:43.109Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:43.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-27T15:19:43.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-27T15:19:43.409Z] 5ccded4fe0d0: Preparing [2021-01-27T15:19:43.409Z] 6ff7374b1c74: Preparing [2021-01-27T15:19:43.409Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:43.409Z] 08d64f8c1c03: Preparing [2021-01-27T15:19:43.409Z] 777b2c648970: Preparing [2021-01-27T15:19:43.409Z] 6ff7374b1c74: Layer already exists [2021-01-27T15:19:43.409Z] 08d64f8c1c03: Layer already exists [2021-01-27T15:19:43.409Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:43.409Z] 5ccded4fe0d0: Layer already exists [2021-01-27T15:19:43.409Z] 777b2c648970: Layer already exists [2021-01-27T15:19:43.409Z] master: digest: sha256:c7946414b1f086f085c2f83bb77f1f039619365bb46a0f76296da180be66082f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:19:43.610Z] ===================================================== [Pipeline] echo [2021-01-27T15:19:43.657Z] taggedImages: [2021-01-27T15:19:43.657Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:43.657Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.59 [2021-01-27T15:19:43.657Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:43.657Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-27T15:19:43.738Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-27T15:19:43.738Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:43.738Z] 2.0.0-dev.59 [2021-01-27T15:19:43.738Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:43.738Z] master [2021-01-27T15:19:43.738Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:43.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:19:44.214Z] Removing intermediate container a083f74066f6 [2021-01-27T15:19:44.214Z] ---> c82a78216e5e [2021-01-27T15:19:44.214Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T15:19:44.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-27T15:19:44.217Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:44.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:19:44.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:44.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-27T15:19:44.522Z] ffc565885e18: Preparing [2021-01-27T15:19:44.522Z] 0f48fd65d4c2: Preparing [2021-01-27T15:19:44.522Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:44.522Z] 6f57441ff089: Preparing [2021-01-27T15:19:44.522Z] 777b2c648970: Preparing [2021-01-27T15:19:44.522Z] 777b2c648970: Layer already exists [2021-01-27T15:19:44.522Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:44.522Z] 6f57441ff089: Layer already exists [2021-01-27T15:19:44.783Z] ffc565885e18: Pushed [2021-01-27T15:19:45.483Z] OK: 217 MiB in 51 packages [2021-01-27T15:19:45.732Z] 0f48fd65d4c2: Pushed [2021-01-27T15:19:45.732Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:5cf8c9850f8718ae979641a983bcb745c5ea760aecbabf8e53c3dc84de5c47a8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:46.039Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:46.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.59 [2021-01-27T15:19:46.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-27T15:19:46.339Z] ffc565885e18: Preparing [2021-01-27T15:19:46.339Z] 0f48fd65d4c2: Preparing [2021-01-27T15:19:46.339Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:46.339Z] 6f57441ff089: Preparing [2021-01-27T15:19:46.339Z] 777b2c648970: Preparing [2021-01-27T15:19:46.339Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:46.339Z] 0f48fd65d4c2: Layer already exists [2021-01-27T15:19:46.339Z] 6f57441ff089: Layer already exists [2021-01-27T15:19:46.339Z] 777b2c648970: Layer already exists [2021-01-27T15:19:46.339Z] ffc565885e18: Layer already exists [2021-01-27T15:19:46.339Z] 2.0.0-dev.59: digest: sha256:5cf8c9850f8718ae979641a983bcb745c5ea760aecbabf8e53c3dc84de5c47a8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:46.473Z] ---> 5732e387b91c [2021-01-27T15:19:46.473Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T15:19:46.656Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:46.751Z] Removing intermediate container d609b091b69f [2021-01-27T15:19:46.751Z] ---> 47fe279266f4 [2021-01-27T15:19:46.751Z] Step 8/26 : COPY . . [2021-01-27T15:19:46.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:46.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-27T15:19:46.962Z] ffc565885e18: Preparing [2021-01-27T15:19:46.962Z] 0f48fd65d4c2: Preparing [2021-01-27T15:19:46.962Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:46.962Z] 6f57441ff089: Preparing [2021-01-27T15:19:46.962Z] 777b2c648970: Preparing [2021-01-27T15:19:46.962Z] ffc565885e18: Layer already exists [2021-01-27T15:19:46.962Z] 0f48fd65d4c2: Layer already exists [2021-01-27T15:19:46.962Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:46.962Z] 777b2c648970: Layer already exists [2021-01-27T15:19:46.962Z] 6f57441ff089: Layer already exists [2021-01-27T15:19:46.962Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:5cf8c9850f8718ae979641a983bcb745c5ea760aecbabf8e53c3dc84de5c47a8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:47.297Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:47.363Z] Removing intermediate container b4a860e76ce5 [2021-01-27T15:19:47.363Z] ---> 7d589b99e3cd [2021-01-27T15:19:47.363Z] Step 6/23 : COPY go.mod . [2021-01-27T15:19:47.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-27T15:19:47.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-27T15:19:47.620Z] ffc565885e18: Preparing [2021-01-27T15:19:47.620Z] 0f48fd65d4c2: Preparing [2021-01-27T15:19:47.620Z] e12cc4d93b2d: Preparing [2021-01-27T15:19:47.620Z] 6f57441ff089: Preparing [2021-01-27T15:19:47.620Z] 777b2c648970: Preparing [2021-01-27T15:19:47.620Z] ffc565885e18: Layer already exists [2021-01-27T15:19:47.620Z] 0f48fd65d4c2: Layer already exists [2021-01-27T15:19:47.620Z] 6f57441ff089: Layer already exists [2021-01-27T15:19:47.620Z] 777b2c648970: Layer already exists [2021-01-27T15:19:47.620Z] e12cc4d93b2d: Layer already exists [2021-01-27T15:19:47.620Z] master: digest: sha256:5cf8c9850f8718ae979641a983bcb745c5ea760aecbabf8e53c3dc84de5c47a8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:19:47.811Z] ===================================================== [Pipeline] echo [2021-01-27T15:19:47.858Z] taggedImages: [2021-01-27T15:19:47.858Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:47.858Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.59 [2021-01-27T15:19:47.858Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:47.858Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-27T15:19:47.932Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-27T15:19:47.932Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:47.932Z] 2.0.0-dev.59 [2021-01-27T15:19:47.932Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:47.932Z] master [2021-01-27T15:19:47.932Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-27T15:19:47.995Z] ---> cbb95a6d433f [2021-01-27T15:19:47.995Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T15:19:47.995Z] ---> Running in 2fbbf11d235c [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:48.429Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:48.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:19:48.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-27T15:19:48.761Z] 0d7d4c9d6979: Preparing [2021-01-27T15:19:48.761Z] bca219190ac6: Preparing [2021-01-27T15:19:48.761Z] a484bca865e8: Preparing [2021-01-27T15:19:48.761Z] 1285304091f3: Preparing [2021-01-27T15:19:48.761Z] 038304682d43: Preparing [2021-01-27T15:19:48.761Z] 103638821d17: Preparing [2021-01-27T15:19:48.761Z] d284306d9cbf: Preparing [2021-01-27T15:19:48.761Z] 0754057c0ad3: Preparing [2021-01-27T15:19:48.761Z] 998cdf262ab1: Preparing [2021-01-27T15:19:48.761Z] 02e56110abd2: Preparing [2021-01-27T15:19:48.761Z] abc36efb885a: Preparing [2021-01-27T15:19:48.761Z] b0b09059f4e1: Preparing [2021-01-27T15:19:48.761Z] bb961f40224b: Preparing [2021-01-27T15:19:48.761Z] f4666769fca7: Preparing [2021-01-27T15:19:48.761Z] 103638821d17: Waiting [2021-01-27T15:19:48.761Z] d284306d9cbf: Waiting [2021-01-27T15:19:48.761Z] 02e56110abd2: Waiting [2021-01-27T15:19:48.761Z] 0754057c0ad3: Waiting [2021-01-27T15:19:48.761Z] 998cdf262ab1: Waiting [2021-01-27T15:19:48.761Z] abc36efb885a: Waiting [2021-01-27T15:19:48.761Z] f4666769fca7: Waiting [2021-01-27T15:19:48.761Z] b0b09059f4e1: Waiting [2021-01-27T15:19:48.761Z] bb961f40224b: Waiting [2021-01-27T15:19:49.029Z] 038304682d43: Pushed [2021-01-27T15:19:49.029Z] 0d7d4c9d6979: Pushed [2021-01-27T15:19:49.301Z] 1285304091f3: Pushed [2021-01-27T15:19:49.302Z] 0754057c0ad3: Layer already exists [2021-01-27T15:19:49.302Z] 998cdf262ab1: Layer already exists [2021-01-27T15:19:49.302Z] d284306d9cbf: Pushed [2021-01-27T15:19:49.302Z] 02e56110abd2: Layer already exists [2021-01-27T15:19:49.302Z] abc36efb885a: Layer already exists [2021-01-27T15:19:49.302Z] b0b09059f4e1: Layer already exists [2021-01-27T15:19:49.456Z] ---> ab8833ab0ef0 [2021-01-27T15:19:49.456Z] Step 7/23 : RUN go mod download [2021-01-27T15:19:49.565Z] bb961f40224b: Layer already exists [2021-01-27T15:19:49.565Z] f4666769fca7: Layer already exists [2021-01-27T15:19:49.769Z] ---> Running in 68d8a257dd04 [2021-01-27T15:19:50.138Z] 103638821d17: Pushed [2021-01-27T15:19:50.139Z] bca219190ac6: Pushed [2021-01-27T15:19:53.640Z] Removing intermediate container 2fbbf11d235c [2021-01-27T15:19:53.640Z] ---> 320f698c05ba [2021-01-27T15:19:53.640Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:19:55.113Z] ---> e0a5928c05c1 [2021-01-27T15:19:55.113Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T15:19:55.728Z] Removing intermediate container 68d8a257dd04 [2021-01-27T15:19:55.728Z] ---> a6d97e1d5cb3 [2021-01-27T15:19:55.728Z] Step 8/23 : COPY . . [2021-01-27T15:19:58.294Z] a484bca865e8: Pushed [2021-01-27T15:19:58.294Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:c1f4ba1e48e0ee1d36e5d02c257c25da98ba4800e04ec2460ee2589885b963cc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:58.381Z] ---> 91f73d57db90 [2021-01-27T15:19:58.381Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T15:19:58.607Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:58.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.59 [2021-01-27T15:19:58.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-27T15:19:58.905Z] 0d7d4c9d6979: Preparing [2021-01-27T15:19:58.905Z] bca219190ac6: Preparing [2021-01-27T15:19:58.905Z] a484bca865e8: Preparing [2021-01-27T15:19:58.905Z] 1285304091f3: Preparing [2021-01-27T15:19:58.905Z] 038304682d43: Preparing [2021-01-27T15:19:58.905Z] 103638821d17: Preparing [2021-01-27T15:19:58.905Z] d284306d9cbf: Preparing [2021-01-27T15:19:58.905Z] 0754057c0ad3: Preparing [2021-01-27T15:19:58.905Z] 998cdf262ab1: Preparing [2021-01-27T15:19:58.905Z] 02e56110abd2: Preparing [2021-01-27T15:19:58.905Z] abc36efb885a: Preparing [2021-01-27T15:19:58.905Z] b0b09059f4e1: Preparing [2021-01-27T15:19:58.905Z] bb961f40224b: Preparing [2021-01-27T15:19:58.905Z] f4666769fca7: Preparing [2021-01-27T15:19:58.905Z] 02e56110abd2: Waiting [2021-01-27T15:19:58.905Z] abc36efb885a: Waiting [2021-01-27T15:19:58.905Z] 103638821d17: Waiting [2021-01-27T15:19:58.905Z] b0b09059f4e1: Waiting [2021-01-27T15:19:58.905Z] bb961f40224b: Waiting [2021-01-27T15:19:58.905Z] 0754057c0ad3: Waiting [2021-01-27T15:19:58.905Z] 998cdf262ab1: Waiting [2021-01-27T15:19:58.905Z] d284306d9cbf: Waiting [2021-01-27T15:19:58.905Z] f4666769fca7: Waiting [2021-01-27T15:19:58.905Z] 0d7d4c9d6979: Layer already exists [2021-01-27T15:19:58.905Z] a484bca865e8: Layer already exists [2021-01-27T15:19:58.905Z] bca219190ac6: Layer already exists [2021-01-27T15:19:58.905Z] 1285304091f3: Layer already exists [2021-01-27T15:19:58.905Z] 038304682d43: Layer already exists [2021-01-27T15:19:58.905Z] d284306d9cbf: Layer already exists [2021-01-27T15:19:58.905Z] 0754057c0ad3: Layer already exists [2021-01-27T15:19:58.905Z] 103638821d17: Layer already exists [2021-01-27T15:19:58.905Z] 998cdf262ab1: Layer already exists [2021-01-27T15:19:58.905Z] 02e56110abd2: Layer already exists [2021-01-27T15:19:58.905Z] bb961f40224b: Layer already exists [2021-01-27T15:19:58.905Z] f4666769fca7: Layer already exists [2021-01-27T15:19:58.905Z] b0b09059f4e1: Layer already exists [2021-01-27T15:19:58.905Z] abc36efb885a: Layer already exists [2021-01-27T15:19:58.905Z] 2.0.0-dev.59: digest: sha256:c1f4ba1e48e0ee1d36e5d02c257c25da98ba4800e04ec2460ee2589885b963cc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:59.213Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:59.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:19:59.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-27T15:19:59.514Z] 0d7d4c9d6979: Preparing [2021-01-27T15:19:59.514Z] bca219190ac6: Preparing [2021-01-27T15:19:59.514Z] a484bca865e8: Preparing [2021-01-27T15:19:59.514Z] 1285304091f3: Preparing [2021-01-27T15:19:59.514Z] 038304682d43: Preparing [2021-01-27T15:19:59.514Z] 103638821d17: Preparing [2021-01-27T15:19:59.514Z] d284306d9cbf: Preparing [2021-01-27T15:19:59.514Z] 0754057c0ad3: Preparing [2021-01-27T15:19:59.514Z] 998cdf262ab1: Preparing [2021-01-27T15:19:59.514Z] 02e56110abd2: Preparing [2021-01-27T15:19:59.514Z] abc36efb885a: Preparing [2021-01-27T15:19:59.514Z] b0b09059f4e1: Preparing [2021-01-27T15:19:59.514Z] bb961f40224b: Preparing [2021-01-27T15:19:59.514Z] f4666769fca7: Preparing [2021-01-27T15:19:59.514Z] 02e56110abd2: Waiting [2021-01-27T15:19:59.514Z] abc36efb885a: Waiting [2021-01-27T15:19:59.514Z] b0b09059f4e1: Waiting [2021-01-27T15:19:59.514Z] 103638821d17: Waiting [2021-01-27T15:19:59.514Z] bb961f40224b: Waiting [2021-01-27T15:19:59.514Z] f4666769fca7: Waiting [2021-01-27T15:19:59.514Z] d284306d9cbf: Waiting [2021-01-27T15:19:59.514Z] 0754057c0ad3: Waiting [2021-01-27T15:19:59.514Z] 998cdf262ab1: Waiting [2021-01-27T15:19:59.514Z] 038304682d43: Layer already exists [2021-01-27T15:19:59.514Z] 1285304091f3: Layer already exists [2021-01-27T15:19:59.514Z] bca219190ac6: Layer already exists [2021-01-27T15:19:59.514Z] a484bca865e8: Layer already exists [2021-01-27T15:19:59.514Z] 0d7d4c9d6979: Layer already exists [2021-01-27T15:19:59.514Z] 103638821d17: Layer already exists [2021-01-27T15:19:59.514Z] d284306d9cbf: Layer already exists [2021-01-27T15:19:59.514Z] 0754057c0ad3: Layer already exists [2021-01-27T15:19:59.514Z] 998cdf262ab1: Layer already exists [2021-01-27T15:19:59.514Z] 02e56110abd2: Layer already exists [2021-01-27T15:19:59.514Z] b0b09059f4e1: Layer already exists [2021-01-27T15:19:59.514Z] abc36efb885a: Layer already exists [2021-01-27T15:19:59.514Z] bb961f40224b: Layer already exists [2021-01-27T15:19:59.514Z] f4666769fca7: Layer already exists [2021-01-27T15:19:59.514Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:c1f4ba1e48e0ee1d36e5d02c257c25da98ba4800e04ec2460ee2589885b963cc size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:19:59.823Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:20:00.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-27T15:20:00.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-27T15:20:00.126Z] 0d7d4c9d6979: Preparing [2021-01-27T15:20:00.126Z] bca219190ac6: Preparing [2021-01-27T15:20:00.126Z] a484bca865e8: Preparing [2021-01-27T15:20:00.126Z] 1285304091f3: Preparing [2021-01-27T15:20:00.126Z] 038304682d43: Preparing [2021-01-27T15:20:00.126Z] 103638821d17: Preparing [2021-01-27T15:20:00.126Z] d284306d9cbf: Preparing [2021-01-27T15:20:00.126Z] 0754057c0ad3: Preparing [2021-01-27T15:20:00.126Z] 998cdf262ab1: Preparing [2021-01-27T15:20:00.126Z] 02e56110abd2: Preparing [2021-01-27T15:20:00.126Z] abc36efb885a: Preparing [2021-01-27T15:20:00.126Z] b0b09059f4e1: Preparing [2021-01-27T15:20:00.126Z] bb961f40224b: Preparing [2021-01-27T15:20:00.126Z] f4666769fca7: Preparing [2021-01-27T15:20:00.126Z] 103638821d17: Waiting [2021-01-27T15:20:00.126Z] abc36efb885a: Waiting [2021-01-27T15:20:00.126Z] d284306d9cbf: Waiting [2021-01-27T15:20:00.126Z] 0754057c0ad3: Waiting [2021-01-27T15:20:00.126Z] b0b09059f4e1: Waiting [2021-01-27T15:20:00.126Z] bb961f40224b: Waiting [2021-01-27T15:20:00.126Z] f4666769fca7: Waiting [2021-01-27T15:20:00.126Z] 998cdf262ab1: Waiting [2021-01-27T15:20:00.126Z] 02e56110abd2: Waiting [2021-01-27T15:20:00.126Z] 0d7d4c9d6979: Layer already exists [2021-01-27T15:20:00.126Z] bca219190ac6: Layer already exists [2021-01-27T15:20:00.126Z] 1285304091f3: Layer already exists [2021-01-27T15:20:00.126Z] 038304682d43: Layer already exists [2021-01-27T15:20:00.126Z] a484bca865e8: Layer already exists [2021-01-27T15:20:00.126Z] 0754057c0ad3: Layer already exists [2021-01-27T15:20:00.126Z] d284306d9cbf: Layer already exists [2021-01-27T15:20:00.126Z] 103638821d17: Layer already exists [2021-01-27T15:20:00.126Z] 998cdf262ab1: Layer already exists [2021-01-27T15:20:00.126Z] 02e56110abd2: Layer already exists [2021-01-27T15:20:00.126Z] abc36efb885a: Layer already exists [2021-01-27T15:20:00.126Z] f4666769fca7: Layer already exists [2021-01-27T15:20:00.126Z] b0b09059f4e1: Layer already exists [2021-01-27T15:20:00.126Z] bb961f40224b: Layer already exists [2021-01-27T15:20:00.126Z] master: digest: sha256:c1f4ba1e48e0ee1d36e5d02c257c25da98ba4800e04ec2460ee2589885b963cc size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-27T15:20:00.383Z] ---> 3cb2bbeb993c [2021-01-27T15:20:00.383Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [Pipeline] echo [2021-01-27T15:20:00.410Z] ===================================================== [Pipeline] echo [2021-01-27T15:20:00.462Z] taggedImages: [2021-01-27T15:20:00.462Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:20:00.462Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.59 [2021-01-27T15:20:00.462Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:20:00.462Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-27T15:20:04.776Z] ---> fe4e0f84b96d [2021-01-27T15:20:04.777Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T15:20:06.243Z] ---> 61480330f296 [2021-01-27T15:20:06.243Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T15:20:06.243Z] ---> 41098f51047e [2021-01-27T15:20:06.243Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T15:20:06.529Z] ---> Running in 0128144f7ab4 [2021-01-27T15:20:07.549Z] ---> Running in 5d98fd040ab7 [2021-01-27T15:20:08.563Z] Removing intermediate container 5d98fd040ab7 [2021-01-27T15:20:08.563Z] ---> db1261e4ca5c [2021-01-27T15:20:08.563Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T15:20:08.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-27T15:20:10.298Z] ---> cf8e0ca70e44 [2021-01-27T15:20:10.298Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T15:20:11.784Z] ---> Running in af74a9488f94 [2021-01-27T15:20:16.171Z] ---> f24df476c00b [2021-01-27T15:20:16.171Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T15:20:16.171Z] Removing intermediate container af74a9488f94 [2021-01-27T15:20:16.171Z] ---> d98e4093f904 [2021-01-27T15:20:16.171Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T15:20:16.171Z] ---> Running in 5d849c82f984 [2021-01-27T15:20:16.782Z] ---> Running in 2899345d5830 [2021-01-27T15:20:17.788Z] Removing intermediate container 2899345d5830 [2021-01-27T15:20:17.788Z] ---> 5220d37bc5a4 [2021-01-27T15:20:17.788Z] Step 30/33 : CMD ["gate"] [2021-01-27T15:20:18.406Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T15:20:18.406Z] ---> Running in 0c3fd1cf2ad1 [2021-01-27T15:20:19.028Z] Removing intermediate container 0c3fd1cf2ad1 [2021-01-27T15:20:19.028Z] ---> 5bbc7c38ba8b [2021-01-27T15:20:19.319Z] Step 31/33 : LABEL arch=arm64 [2021-01-27T15:20:19.600Z] ---> Running in c050db25b53a [2021-01-27T15:20:20.594Z] Removing intermediate container c050db25b53a [2021-01-27T15:20:20.594Z] ---> a2da7264fe75 [2021-01-27T15:20:20.594Z] Step 32/33 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:20:20.912Z] ---> Running in 94b2600cf543 [2021-01-27T15:20:21.524Z] Removing intermediate container 94b2600cf543 [2021-01-27T15:20:21.524Z] ---> 5450da1c03b5 [2021-01-27T15:20:21.524Z] Step 33/33 : LABEL version=2.0.0-dev.59 [2021-01-27T15:20:22.528Z] ---> Running in 708cfb80a70c [2021-01-27T15:20:23.135Z] Removing intermediate container 708cfb80a70c [2021-01-27T15:20:23.135Z] ---> cf80ea2840ea [2021-01-27T15:20:23.135Z] [2021-01-27T15:20:23.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-27T15:20:23.418Z] Successfully built cf80ea2840ea [2021-01-27T15:20:23.699Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-27T15:20:38.897Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container fdcf165996e7 [2021-01-27T15:20:38.897Z] ---> 45b525ee670b [2021-01-27T15:20:38.897Z] [2021-01-27T15:20:38.897Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T15:20:38.897Z] ---> afeebe901d6b [2021-01-27T15:20:38.897Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T15:20:39.182Z] ---> Running in 04d74677aea9 [2021-01-27T15:20:41.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:20:41.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:20:42.083Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T15:20:42.362Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:20:42.362Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T15:20:42.362Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T15:20:42.362Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:20:42.362Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:20:42.642Z] OK: 7 MiB in 18 packages [2021-01-27T15:20:45.307Z] Removing intermediate container 04d74677aea9 [2021-01-27T15:20:45.307Z] ---> 1b9f2f3fd7c9 [2021-01-27T15:20:45.307Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T15:20:45.308Z] ---> Running in f7659483a0b5 [2021-01-27T15:20:45.914Z] Removing intermediate container f7659483a0b5 [2021-01-27T15:20:45.914Z] ---> 5e4c0a27a109 [2021-01-27T15:20:45.914Z] Step 13/21 : WORKDIR /edgex [2021-01-27T15:20:45.914Z] ---> Running in cd2fd55ff2e5 [2021-01-27T15:20:46.917Z] Removing intermediate container cd2fd55ff2e5 [2021-01-27T15:20:46.917Z] ---> b785ea3afa38 [2021-01-27T15:20:46.917Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T15:20:47.928Z] ---> 0e65c9526c88 [2021-01-27T15:20:47.928Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T15:20:49.953Z] ---> 2636c7dcf2e3 [2021-01-27T15:20:49.953Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T15:20:51.411Z] ---> 87851bb18944 [2021-01-27T15:20:51.411Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T15:20:51.411Z] ---> Running in 6d867cf93038 [2021-01-27T15:20:52.025Z] Removing intermediate container 6d867cf93038 [2021-01-27T15:20:52.025Z] ---> 60d742d61c58 [2021-01-27T15:20:52.025Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T15:20:52.316Z] ---> Running in f7c6cdbec99b [2021-01-27T15:20:52.928Z] Removing intermediate container f7c6cdbec99b [2021-01-27T15:20:52.928Z] ---> 613147aa75c4 [2021-01-27T15:20:52.928Z] Step 19/21 : LABEL arch=arm64 [2021-01-27T15:20:52.928Z] ---> Running in b7fa33ba775e [2021-01-27T15:20:53.537Z] Removing intermediate container b7fa33ba775e [2021-01-27T15:20:53.537Z] ---> a404efe91846 [2021-01-27T15:20:53.537Z] Step 20/21 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:20:53.819Z] ---> Running in f202c8808c48 [2021-01-27T15:20:54.426Z] Removing intermediate container f202c8808c48 [2021-01-27T15:20:54.426Z] ---> c41a433b4ff7 [2021-01-27T15:20:54.426Z] Step 21/21 : LABEL version=2.0.0-dev.59 [2021-01-27T15:20:54.706Z] ---> Running in ccba97595c64 [2021-01-27T15:20:55.324Z] Removing intermediate container ccba97595c64 [2021-01-27T15:20:55.324Z] ---> 5af241663bbb [2021-01-27T15:20:55.324Z] [2021-01-27T15:20:55.609Z] Successfully built 5af241663bbb [2021-01-27T15:20:55.898Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-27T15:21:00.284Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 00b3a76b9566 [2021-01-27T15:21:00.284Z] ---> 030d5e0d293c [2021-01-27T15:21:00.284Z] [2021-01-27T15:21:00.284Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T15:21:00.284Z] ---> afeebe901d6b [2021-01-27T15:21:00.284Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:21:00.284Z] ---> Using cache [2021-01-27T15:21:00.284Z] ---> c9c9afe32c6d [2021-01-27T15:21:00.284Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:21:00.284Z] ---> Using cache [2021-01-27T15:21:00.284Z] ---> b61b0e2be843 [2021-01-27T15:21:00.284Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T15:21:00.284Z] ---> Running in 930c6dc13f7f [2021-01-27T15:21:00.582Z] Removing intermediate container 930c6dc13f7f [2021-01-27T15:21:00.582Z] ---> 1535eaf6c92d [2021-01-27T15:21:00.582Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T15:21:00.861Z] ---> Running in 998cf3fac743 [2021-01-27T15:21:01.470Z] Removing intermediate container 998cf3fac743 [2021-01-27T15:21:01.470Z] ---> 953d5c1d75bc [2021-01-27T15:21:01.470Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:21:02.950Z] ---> 9f8122eb2154 [2021-01-27T15:21:02.950Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T15:21:04.416Z] ---> 57e82739cbd7 [2021-01-27T15:21:04.416Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T15:21:05.895Z] ---> d6bd1f56bdf4 [2021-01-27T15:21:05.895Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T15:21:05.895Z] ---> Running in 7d67b7c5eabf [2021-01-27T15:21:06.516Z] Removing intermediate container 7d67b7c5eabf [2021-01-27T15:21:06.516Z] ---> a9878215aa5f [2021-01-27T15:21:06.516Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:21:06.807Z] ---> Running in dcfbdfdaac53 [2021-01-27T15:21:07.422Z] Removing intermediate container dcfbdfdaac53 [2021-01-27T15:21:07.423Z] ---> 1ade94ad0a34 [2021-01-27T15:21:07.423Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T15:21:07.704Z] ---> Running in f97f72a8812b [2021-01-27T15:21:08.457Z] Removing intermediate container f97f72a8812b [2021-01-27T15:21:08.457Z] ---> 7a08bbae4c71 [2021-01-27T15:21:08.457Z] Step 21/22 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:21:08.457Z] ---> Running in 1399ec020080 [2021-01-27T15:21:09.072Z] Removing intermediate container 1399ec020080 [2021-01-27T15:21:09.072Z] ---> 31805f62a124 [2021-01-27T15:21:09.072Z] Step 22/22 : LABEL version=2.0.0-dev.59 [2021-01-27T15:21:09.366Z] ---> Running in 2d02829b5d12 [2021-01-27T15:21:10.073Z] Removing intermediate container 2d02829b5d12 [2021-01-27T15:21:10.073Z] ---> cc6d126005a7 [2021-01-27T15:21:10.073Z] [2021-01-27T15:21:10.441Z] Successfully built cc6d126005a7 [2021-01-27T15:21:10.441Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-27T15:21:21.994Z]  Building docker-support-scheduler-go ... done Removing intermediate container 0128144f7ab4 [2021-01-27T15:21:21.994Z] ---> daaf5571dcf7 [2021-01-27T15:21:21.994Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T15:21:21.994Z] ---> Running in e4ca6fb58071 [2021-01-27T15:21:21.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.59" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T15:21:25.396Z] Removing intermediate container e4ca6fb58071 [2021-01-27T15:21:25.396Z] ---> 73d0880999c1 [2021-01-27T15:21:25.396Z] [2021-01-27T15:21:25.396Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T15:21:25.396Z] 20.10.0: Pulling from library/docker [2021-01-27T15:21:35.581Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T15:21:35.581Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T15:21:35.581Z] ---> eeaf43b92773 [2021-01-27T15:21:35.581Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T15:21:36.177Z] ---> Running in 343b0ac99be7 [2021-01-27T15:21:36.447Z] Removing intermediate container 5d849c82f984 [2021-01-27T15:21:36.447Z] ---> 8c5ef40899b5 [2021-01-27T15:21:36.447Z] [2021-01-27T15:21:36.447Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:21:36.447Z] ---> afeebe901d6b [2021-01-27T15:21:36.447Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T15:21:36.718Z] ---> Running in 260e70f9b685 [2021-01-27T15:21:36.990Z] Removing intermediate container 260e70f9b685 [2021-01-27T15:21:36.990Z] ---> ba1520cebfcf [2021-01-27T15:21:36.990Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T15:21:37.260Z] ---> Running in a115fbae3cf5 [2021-01-27T15:21:37.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:21:37.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:21:37.529Z] Removing intermediate container a115fbae3cf5 [2021-01-27T15:21:37.529Z] ---> 0b3897ed5224 [2021-01-27T15:21:37.529Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T15:21:37.800Z] ---> Running in d41bf5ee3943 [2021-01-27T15:21:37.800Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T15:21:37.800Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T15:21:37.800Z] Executing bash-5.0.17-r0.post-install [2021-01-27T15:21:37.800Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:21:38.071Z] OK: 12 MiB in 22 packages [2021-01-27T15:21:38.071Z] Removing intermediate container d41bf5ee3943 [2021-01-27T15:21:38.071Z] ---> 55dfa5ed873f [2021-01-27T15:21:38.071Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:21:38.345Z] ---> Running in 9fb72c0b2cb5 [2021-01-27T15:21:39.319Z] Removing intermediate container 343b0ac99be7 [2021-01-27T15:21:39.319Z] ---> a095fe1e1127 [2021-01-27T15:21:39.319Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T15:21:39.319Z] ---> Running in 251e618719bc [2021-01-27T15:21:39.912Z] Removing intermediate container 251e618719bc [2021-01-27T15:21:39.912Z] ---> f153ecfd682c [2021-01-27T15:21:39.912Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T15:21:40.188Z] ---> Running in 4757712b189e [2021-01-27T15:21:40.459Z] Removing intermediate container 4757712b189e [2021-01-27T15:21:40.459Z] ---> e9a8f4ca9c20 [2021-01-27T15:21:40.459Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T15:21:40.731Z] ---> Running in 39a36a3559bd [2021-01-27T15:21:40.731Z] Removing intermediate container 9fb72c0b2cb5 [2021-01-27T15:21:40.731Z] ---> 5620dfc7706b [2021-01-27T15:21:40.731Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T15:21:41.007Z] ---> Running in 19330bb8a3fd [2021-01-27T15:21:41.281Z] Removing intermediate container 39a36a3559bd [2021-01-27T15:21:41.281Z] ---> f7ab0082f7d5 [2021-01-27T15:21:41.281Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T15:21:42.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:21:42.252Z] ---> 1f00b9492b74 [2021-01-27T15:21:42.252Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T15:21:42.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:21:43.122Z] ---> a2e0d25b571a [2021-01-27T15:21:43.122Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T15:21:43.392Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T15:21:43.665Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T15:21:43.665Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T15:21:43.665Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T15:21:43.939Z] ---> 6417fa2df658 [2021-01-27T15:21:43.939Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T15:21:43.939Z] ---> Running in 1a70d407f7fc [2021-01-27T15:21:43.939Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T15:21:44.227Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T15:21:44.227Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:21:44.227Z] OK: 8 MiB in 20 packages [2021-01-27T15:21:45.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:21:45.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:21:45.485Z] Removing intermediate container 19330bb8a3fd [2021-01-27T15:21:45.485Z] ---> 23dfce18736b [2021-01-27T15:21:45.485Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:21:46.089Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T15:21:46.089Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T15:21:46.089Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T15:21:46.089Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T15:21:46.089Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T15:21:46.090Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T15:21:46.090Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T15:21:46.685Z] ---> 28cfe76b2112 [2021-01-27T15:21:46.685Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T15:21:48.119Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T15:21:48.119Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T15:21:48.119Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T15:21:48.119Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T15:21:48.119Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T15:21:48.119Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T15:21:48.119Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T15:21:48.119Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T15:21:48.119Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T15:21:48.119Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T15:21:48.119Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T15:21:48.392Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T15:21:48.392Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T15:21:48.392Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T15:21:48.392Z] ---> d8242a814d6c [2021-01-27T15:21:48.392Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T15:21:48.392Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T15:21:48.392Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T15:21:48.392Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T15:21:48.392Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T15:21:48.392Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T15:21:48.392Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T15:21:48.667Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T15:21:48.667Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T15:21:48.667Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T15:21:48.667Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T15:21:48.667Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T15:21:48.667Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T15:21:48.667Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:21:48.940Z] OK: 71 MiB in 55 packages [2021-01-27T15:21:49.212Z] ---> fefb5f6dee43 [2021-01-27T15:21:49.212Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T15:21:49.483Z] ---> Running in e2d59ef4eab1 [2021-01-27T15:21:50.075Z] Removing intermediate container e2d59ef4eab1 [2021-01-27T15:21:50.075Z] ---> 5ae5b91e0faa [2021-01-27T15:21:50.075Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:21:50.075Z] ---> Running in 08f60c7640a7 [2021-01-27T15:21:50.668Z] Removing intermediate container 08f60c7640a7 [2021-01-27T15:21:50.668Z] ---> dafd4f224ae0 [2021-01-27T15:21:50.668Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T15:21:50.947Z] ---> Running in ac08dbdb0a2f [2021-01-27T15:21:51.541Z] Removing intermediate container ac08dbdb0a2f [2021-01-27T15:21:51.541Z] ---> a808012a1972 [2021-01-27T15:21:51.541Z] Step 22/23 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:21:51.541Z] ---> Running in 2929794c3010 [2021-01-27T15:21:52.133Z] Removing intermediate container 2929794c3010 [2021-01-27T15:21:52.133Z] ---> bd2f5614be5c [2021-01-27T15:21:52.133Z] Step 23/23 : LABEL version=2.0.0-dev.59 [2021-01-27T15:21:52.407Z] ---> Running in a3af5e3e8c21 [2021-01-27T15:21:53.005Z] Removing intermediate container a3af5e3e8c21 [2021-01-27T15:21:53.005Z] ---> 00bd40cd9fa9 [2021-01-27T15:21:53.005Z] [2021-01-27T15:21:53.277Z] Successfully built 00bd40cd9fa9 [2021-01-27T15:21:53.277Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-27T15:21:54.255Z]  Building docker-core-data-go ... done Removing intermediate container 1a70d407f7fc [2021-01-27T15:21:54.255Z] ---> b64e48347b64 [2021-01-27T15:21:54.255Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T15:21:54.255Z] ---> Running in 29fb84394544 [2021-01-27T15:21:59.641Z] Collecting docker-compose==1.23.2 [2021-01-27T15:21:59.641Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T15:21:59.912Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T15:21:59.912Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T15:22:00.502Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T15:22:00.502Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T15:22:01.091Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T15:22:01.091Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T15:22:01.689Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T15:22:01.689Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T15:22:02.280Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T15:22:02.280Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T15:22:04.243Z] 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-27T15:22:04.243Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T15:22:04.243Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T15:22:06.856Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T15:22:06.857Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T15:22:07.127Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T15:22:07.127Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T15:22:09.731Z] Collecting PyYAML<4,>=3.10 [2021-01-27T15:22:09.731Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T15:22:13.101Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T15:22:13.101Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T15:22:13.101Z] 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-27T15:22:13.101Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T15:22:13.371Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T15:22:13.642Z] Collecting idna<2.8,>=2.5 [2021-01-27T15:22:13.642Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T15:22:13.642Z] 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-27T15:22:13.642Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T15:22:13.642Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T15:22:13.642Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T15:22:13.642Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T15:22:14.610Z] Installing collected packages: websocket-client, jsonschema, cached-property, docker-pycreds, urllib3, idna, requests, docker, dockerpty, texttable, docopt, PyYAML, docker-compose [2021-01-27T15:22:15.202Z] Attempting uninstall: urllib3 [2021-01-27T15:22:15.202Z] Found existing installation: urllib3 1.25.9 [2021-01-27T15:22:15.202Z] Uninstalling urllib3-1.25.9: [2021-01-27T15:22:15.474Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T15:22:16.067Z] Attempting uninstall: idna [2021-01-27T15:22:16.067Z] Found existing installation: idna 2.9 [2021-01-27T15:22:16.067Z] Uninstalling idna-2.9: [2021-01-27T15:22:16.067Z] Successfully uninstalled idna-2.9 [2021-01-27T15:22:16.658Z] Attempting uninstall: requests [2021-01-27T15:22:16.658Z] Found existing installation: requests 2.23.0 [2021-01-27T15:22:16.658Z] Uninstalling requests-2.23.0: [2021-01-27T15:22:16.658Z] Successfully uninstalled requests-2.23.0 [2021-01-27T15:22:17.631Z] Running setup.py install for dockerpty: started [2021-01-27T15:22:19.595Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T15:22:19.595Z] Running setup.py install for texttable: started [2021-01-27T15:22:21.561Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T15:22:21.561Z] Running setup.py install for docopt: started [2021-01-27T15:22:22.988Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T15:22:22.988Z] Running setup.py install for PyYAML: started [2021-01-27T15:22:25.597Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T15:22:26.226Z] 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-27T15:22:30.584Z] Removing intermediate container 29fb84394544 [2021-01-27T15:22:30.584Z] ---> f860ef09bba5 [2021-01-27T15:22:30.584Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T15:22:30.584Z] ---> Running in ce7cdda81aba [2021-01-27T15:22:31.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:22:31.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:22:32.036Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:22:32.036Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T15:22:32.036Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T15:22:32.036Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:22:32.036Z] OK: 71 MiB in 58 packages [2021-01-27T15:22:33.457Z] Removing intermediate container ce7cdda81aba [2021-01-27T15:22:33.457Z] ---> 1a4140af3db1 [2021-01-27T15:22:33.457Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T15:22:33.457Z] ---> Running in 79357b9e4ad6 [2021-01-27T15:22:33.728Z] Removing intermediate container 79357b9e4ad6 [2021-01-27T15:22:33.728Z] ---> 1f440605bda9 [2021-01-27T15:22:33.728Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:22:34.002Z] ---> Running in 7b333e90b30d [2021-01-27T15:22:34.274Z] Removing intermediate container 7b333e90b30d [2021-01-27T15:22:34.274Z] ---> 05c3367e930c [2021-01-27T15:22:34.274Z] Step 24/26 : LABEL arch=arm64 [2021-01-27T15:22:34.547Z] ---> Running in c95921fbb44d [2021-01-27T15:22:35.141Z] Removing intermediate container c95921fbb44d [2021-01-27T15:22:35.141Z] ---> 9e1649e26c5e [2021-01-27T15:22:35.141Z] Step 25/26 : LABEL git_sha=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:22:35.141Z] ---> Running in e8c1601f09d5 [2021-01-27T15:22:35.737Z] Removing intermediate container e8c1601f09d5 [2021-01-27T15:22:35.737Z] ---> dacda88d7535 [2021-01-27T15:22:35.737Z] Step 26/26 : LABEL version=2.0.0-dev.59 [2021-01-27T15:22:35.737Z] ---> Running in 2c27bdf08539 [2021-01-27T15:22:36.328Z] Removing intermediate container 2c27bdf08539 [2021-01-27T15:22:36.328Z] ---> 6f4a41c685ce [2021-01-27T15:22:36.328Z] [2021-01-27T15:22:36.599Z] Successfully built 6f4a41c685ce [2021-01-27T15:22:36.599Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-27T15:22:36.884Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-27T15:22:36.885Z] $ docker stop --time=1 c54eda9a10469d4dd2db6f3260691c6d497907f87db4e4765bb8e72dc2459d05 [2021-01-27T15:22:38.809Z] $ docker rm -f c54eda9a10469d4dd2db6f3260691c6d497907f87db4e4765bb8e72dc2459d05 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T15:22:39.597Z] + docker images [2021-01-27T15:22:39.597Z] + grep docker [2021-01-27T15:22:39.868Z] docker-sys-mgmt-agent-go-arm64 latest 6f4a41c685ce 4 seconds ago 300MB [2021-01-27T15:22:39.868Z] docker-core-data-go-arm64 latest 00bd40cd9fa9 47 seconds ago 21MB [2021-01-27T15:22:39.868Z] docker-support-scheduler-go-arm64 latest cc6d126005a7 About a minute ago 15.5MB [2021-01-27T15:22:39.868Z] docker-security-proxy-setup-go-arm64 latest 5af241663bbb About a minute ago 23.2MB [2021-01-27T15:22:39.868Z] docker-security-bootstrapper-go-arm64 latest cf80ea2840ea 2 minutes ago 31.9MB [2021-01-27T15:22:39.868Z] docker-core-metadata-go-arm64 latest 6a3ad58d5021 3 minutes ago 17.7MB [2021-01-27T15:22:39.868Z] docker-security-secretstore-setup-go-arm64 latest 222e9ca0a848 3 minutes ago 23.4MB [2021-01-27T15:22:39.868Z] docker-core-command-go-arm64 latest 34e3ff22a215 3 minutes ago 15.4MB [2021-01-27T15:22:39.869Z] docker-support-notifications-go-arm64 latest 025c7a8fb3f7 3 minutes ago 16MB [2021-01-27T15:22:39.869Z] docker 20.10.0 eeaf43b92773 6 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-27T15:22:40.497Z] provisioning config files... [2021-01-27T15:22:40.545Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/322@tmp/config6793635133852993054tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:22:40.966Z] ---> docker-login.sh [2021-01-27T15:22:40.966Z] nexus3.edgexfoundry.org:10001 [2021-01-27T15:22:41.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:22:41.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:22:41.510Z] Configure a credential helper to remove this warning. See [2021-01-27T15:22:41.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:22:41.510Z] [2021-01-27T15:22:41.510Z] Login Succeeded [2021-01-27T15:22:41.510Z] nexus3.edgexfoundry.org:10002 [2021-01-27T15:22:41.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:22:42.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:22:42.054Z] Configure a credential helper to remove this warning. See [2021-01-27T15:22:42.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:22:42.054Z] [2021-01-27T15:22:42.054Z] Login Succeeded [2021-01-27T15:22:42.054Z] nexus3.edgexfoundry.org:10003 [2021-01-27T15:22:42.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:22:42.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:22:42.324Z] Configure a credential helper to remove this warning. See [2021-01-27T15:22:42.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:22:42.324Z] [2021-01-27T15:22:42.324Z] Login Succeeded [2021-01-27T15:22:42.324Z] nexus3.edgexfoundry.org:10004 [2021-01-27T15:22:42.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:22:42.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:22:42.916Z] Configure a credential helper to remove this warning. See [2021-01-27T15:22:42.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:22:42.916Z] [2021-01-27T15:22:42.916Z] Login Succeeded [2021-01-27T15:22:42.916Z] docker.io [2021-01-27T15:22:43.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:22:43.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:22:43.460Z] Configure a credential helper to remove this warning. See [2021-01-27T15:22:43.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:22:43.460Z] [2021-01-27T15:22:43.460Z] Login Succeeded [2021-01-27T15:22:43.460Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T15:22:43.476Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:22:43.730Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-27T15:22:43.731Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:22:43.731Z] 2.0.0-dev.59 [2021-01-27T15:22:43.731Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:22:43.731Z] master [2021-01-27T15:22:43.731Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:44.257Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:44.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:22:44.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-27T15:22:44.594Z] 5562aa22a27b: Preparing [2021-01-27T15:22:44.594Z] c9f70013013c: Preparing [2021-01-27T15:22:44.594Z] 7c5e00493d31: Preparing [2021-01-27T15:22:44.594Z] 6728ec136c29: Preparing [2021-01-27T15:22:44.594Z] 379067d0cb53: Preparing [2021-01-27T15:22:44.867Z] 379067d0cb53: Layer already exists [2021-01-27T15:22:44.867Z] 7c5e00493d31: Pushed [2021-01-27T15:22:44.867Z] 6728ec136c29: Pushed [2021-01-27T15:22:44.867Z] 5562aa22a27b: Pushed [2021-01-27T15:22:47.467Z] c9f70013013c: Pushed [2021-01-27T15:22:47.467Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:7528be3052714c974cf87bdcc20d772e671bf189a585d306d8b37e97aaeb0972 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:47.814Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:48.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.59 [2021-01-27T15:22:48.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-27T15:22:48.148Z] 5562aa22a27b: Preparing [2021-01-27T15:22:48.148Z] c9f70013013c: Preparing [2021-01-27T15:22:48.148Z] 7c5e00493d31: Preparing [2021-01-27T15:22:48.148Z] 6728ec136c29: Preparing [2021-01-27T15:22:48.148Z] 379067d0cb53: Preparing [2021-01-27T15:22:48.416Z] 379067d0cb53: Layer already exists [2021-01-27T15:22:48.416Z] 6728ec136c29: Layer already exists [2021-01-27T15:22:48.416Z] 7c5e00493d31: Layer already exists [2021-01-27T15:22:48.416Z] c9f70013013c: Layer already exists [2021-01-27T15:22:48.416Z] 5562aa22a27b: Layer already exists [2021-01-27T15:22:48.416Z] 2.0.0-dev.59: digest: sha256:7528be3052714c974cf87bdcc20d772e671bf189a585d306d8b37e97aaeb0972 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:48.754Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:49.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:22:49.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-27T15:22:49.091Z] 5562aa22a27b: Preparing [2021-01-27T15:22:49.091Z] c9f70013013c: Preparing [2021-01-27T15:22:49.091Z] 7c5e00493d31: Preparing [2021-01-27T15:22:49.091Z] 6728ec136c29: Preparing [2021-01-27T15:22:49.091Z] 379067d0cb53: Preparing [2021-01-27T15:22:49.091Z] 7c5e00493d31: Layer already exists [2021-01-27T15:22:49.091Z] 379067d0cb53: Layer already exists [2021-01-27T15:22:49.091Z] 6728ec136c29: Layer already exists [2021-01-27T15:22:49.091Z] 5562aa22a27b: Layer already exists [2021-01-27T15:22:49.091Z] c9f70013013c: Layer already exists [2021-01-27T15:22:49.363Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:7528be3052714c974cf87bdcc20d772e671bf189a585d306d8b37e97aaeb0972 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:49.704Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:50.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-27T15:22:50.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-27T15:22:50.036Z] 5562aa22a27b: Preparing [2021-01-27T15:22:50.036Z] c9f70013013c: Preparing [2021-01-27T15:22:50.036Z] 7c5e00493d31: Preparing [2021-01-27T15:22:50.036Z] 6728ec136c29: Preparing [2021-01-27T15:22:50.036Z] 379067d0cb53: Preparing [2021-01-27T15:22:50.308Z] 6728ec136c29: Layer already exists [2021-01-27T15:22:50.308Z] c9f70013013c: Layer already exists [2021-01-27T15:22:50.308Z] 379067d0cb53: Layer already exists [2021-01-27T15:22:50.308Z] 5562aa22a27b: Layer already exists [2021-01-27T15:22:50.308Z] 7c5e00493d31: Layer already exists [2021-01-27T15:22:50.308Z] master: digest: sha256:7528be3052714c974cf87bdcc20d772e671bf189a585d306d8b37e97aaeb0972 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:22:50.522Z] ===================================================== [Pipeline] echo [2021-01-27T15:22:50.580Z] taggedImages: [2021-01-27T15:22:50.580Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:22:50.580Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.59 [2021-01-27T15:22:50.580Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:22:50.580Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-27T15:22:50.648Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-27T15:22:50.648Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:22:50.648Z] 2.0.0-dev.59 [2021-01-27T15:22:50.648Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:22:50.648Z] master [2021-01-27T15:22:50.648Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:51.186Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:51.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:22:51.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-27T15:22:51.520Z] 8bdca5a97eec: Preparing [2021-01-27T15:22:51.520Z] 8872d5bffd04: Preparing [2021-01-27T15:22:51.520Z] 7c5e00493d31: Preparing [2021-01-27T15:22:51.520Z] b08e4f0d117b: Preparing [2021-01-27T15:22:51.520Z] cfb9b1b83f43: Preparing [2021-01-27T15:22:51.520Z] 379067d0cb53: Preparing [2021-01-27T15:22:51.520Z] 379067d0cb53: Waiting [2021-01-27T15:22:51.520Z] 7c5e00493d31: Layer already exists [2021-01-27T15:22:51.793Z] 379067d0cb53: Layer already exists [2021-01-27T15:22:51.793Z] cfb9b1b83f43: Pushed [2021-01-27T15:22:51.793Z] 8bdca5a97eec: Pushed [2021-01-27T15:22:52.383Z] b08e4f0d117b: Pushed [2021-01-27T15:22:54.980Z] 8872d5bffd04: Pushed [2021-01-27T15:22:54.980Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:d7e9b68ad0577d239679df92c4269b7d9d8119bae49b81ca896e507a3b551ff4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:55.315Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:55.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.59 [2021-01-27T15:22:55.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-27T15:22:55.647Z] 8bdca5a97eec: Preparing [2021-01-27T15:22:55.647Z] 8872d5bffd04: Preparing [2021-01-27T15:22:55.647Z] 7c5e00493d31: Preparing [2021-01-27T15:22:55.647Z] b08e4f0d117b: Preparing [2021-01-27T15:22:55.647Z] cfb9b1b83f43: Preparing [2021-01-27T15:22:55.647Z] 379067d0cb53: Preparing [2021-01-27T15:22:55.647Z] 379067d0cb53: Waiting [2021-01-27T15:22:55.647Z] 7c5e00493d31: Layer already exists [2021-01-27T15:22:55.647Z] cfb9b1b83f43: Layer already exists [2021-01-27T15:22:55.647Z] b08e4f0d117b: Layer already exists [2021-01-27T15:22:55.647Z] 8872d5bffd04: Layer already exists [2021-01-27T15:22:55.647Z] 8bdca5a97eec: Layer already exists [2021-01-27T15:22:55.647Z] 379067d0cb53: Layer already exists [2021-01-27T15:22:55.916Z] 2.0.0-dev.59: digest: sha256:d7e9b68ad0577d239679df92c4269b7d9d8119bae49b81ca896e507a3b551ff4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:56.256Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:56.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:22:56.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-27T15:22:56.585Z] 8bdca5a97eec: Preparing [2021-01-27T15:22:56.585Z] 8872d5bffd04: Preparing [2021-01-27T15:22:56.585Z] 7c5e00493d31: Preparing [2021-01-27T15:22:56.585Z] b08e4f0d117b: Preparing [2021-01-27T15:22:56.585Z] cfb9b1b83f43: Preparing [2021-01-27T15:22:56.585Z] 379067d0cb53: Preparing [2021-01-27T15:22:56.585Z] 379067d0cb53: Waiting [2021-01-27T15:22:56.585Z] 8872d5bffd04: Layer already exists [2021-01-27T15:22:56.585Z] 7c5e00493d31: Layer already exists [2021-01-27T15:22:56.585Z] 8bdca5a97eec: Layer already exists [2021-01-27T15:22:56.585Z] b08e4f0d117b: Layer already exists [2021-01-27T15:22:56.585Z] cfb9b1b83f43: Layer already exists [2021-01-27T15:22:56.585Z] 379067d0cb53: Layer already exists [2021-01-27T15:22:56.854Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:d7e9b68ad0577d239679df92c4269b7d9d8119bae49b81ca896e507a3b551ff4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:57.190Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:57.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-27T15:22:57.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-27T15:22:57.524Z] 8bdca5a97eec: Preparing [2021-01-27T15:22:57.524Z] 8872d5bffd04: Preparing [2021-01-27T15:22:57.524Z] 7c5e00493d31: Preparing [2021-01-27T15:22:57.524Z] b08e4f0d117b: Preparing [2021-01-27T15:22:57.524Z] cfb9b1b83f43: Preparing [2021-01-27T15:22:57.524Z] 379067d0cb53: Preparing [2021-01-27T15:22:57.524Z] 379067d0cb53: Waiting [2021-01-27T15:22:57.524Z] 8872d5bffd04: Layer already exists [2021-01-27T15:22:57.524Z] 7c5e00493d31: Layer already exists [2021-01-27T15:22:57.524Z] b08e4f0d117b: Layer already exists [2021-01-27T15:22:57.524Z] cfb9b1b83f43: Layer already exists [2021-01-27T15:22:57.524Z] 8bdca5a97eec: Layer already exists [2021-01-27T15:22:57.524Z] 379067d0cb53: Layer already exists [2021-01-27T15:22:57.804Z] master: digest: sha256:d7e9b68ad0577d239679df92c4269b7d9d8119bae49b81ca896e507a3b551ff4 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:22:58.022Z] ===================================================== [Pipeline] echo [2021-01-27T15:22:58.070Z] taggedImages: [2021-01-27T15:22:58.070Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:22:58.070Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.59 [2021-01-27T15:22:58.070Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:22:58.070Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-27T15:22:58.138Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-27T15:22:58.139Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:22:58.139Z] 2.0.0-dev.59 [2021-01-27T15:22:58.139Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:22:58.139Z] master [2021-01-27T15:22:58.139Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:58.653Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:22:58.999Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:22:58.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-27T15:22:58.999Z] 9fa39d4fef2c: Preparing [2021-01-27T15:22:58.999Z] 8fe58f92079d: Preparing [2021-01-27T15:22:58.999Z] 7c5e00493d31: Preparing [2021-01-27T15:22:58.999Z] 6728ec136c29: Preparing [2021-01-27T15:22:58.999Z] 379067d0cb53: Preparing [2021-01-27T15:22:58.999Z] 7c5e00493d31: Layer already exists [2021-01-27T15:22:58.999Z] 6728ec136c29: Layer already exists [2021-01-27T15:22:59.268Z] 379067d0cb53: Layer already exists [2021-01-27T15:22:59.268Z] 9fa39d4fef2c: Pushed [2021-01-27T15:23:02.631Z] 8fe58f92079d: Pushed [2021-01-27T15:23:02.631Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:8042a77881ac7675a674914605ead818fe37488b5acaf63eb2d139e32681240d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:03.006Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:03.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:03.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-27T15:23:03.342Z] 9fa39d4fef2c: Preparing [2021-01-27T15:23:03.342Z] 8fe58f92079d: Preparing [2021-01-27T15:23:03.342Z] 7c5e00493d31: Preparing [2021-01-27T15:23:03.342Z] 6728ec136c29: Preparing [2021-01-27T15:23:03.342Z] 379067d0cb53: Preparing [2021-01-27T15:23:03.342Z] 6728ec136c29: Layer already exists [2021-01-27T15:23:03.342Z] 8fe58f92079d: Layer already exists [2021-01-27T15:23:03.342Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:03.342Z] 9fa39d4fef2c: Layer already exists [2021-01-27T15:23:03.342Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:03.612Z] 2.0.0-dev.59: digest: sha256:8042a77881ac7675a674914605ead818fe37488b5acaf63eb2d139e32681240d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:03.951Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:04.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:04.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-27T15:23:04.290Z] 9fa39d4fef2c: Preparing [2021-01-27T15:23:04.290Z] 8fe58f92079d: Preparing [2021-01-27T15:23:04.290Z] 7c5e00493d31: Preparing [2021-01-27T15:23:04.290Z] 6728ec136c29: Preparing [2021-01-27T15:23:04.290Z] 379067d0cb53: Preparing [2021-01-27T15:23:04.290Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:04.290Z] 8fe58f92079d: Layer already exists [2021-01-27T15:23:04.290Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:04.562Z] 9fa39d4fef2c: Layer already exists [2021-01-27T15:23:04.562Z] 6728ec136c29: Layer already exists [2021-01-27T15:23:04.562Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:8042a77881ac7675a674914605ead818fe37488b5acaf63eb2d139e32681240d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:04.909Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:05.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-27T15:23:05.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-27T15:23:05.510Z] 9fa39d4fef2c: Preparing [2021-01-27T15:23:05.510Z] 8fe58f92079d: Preparing [2021-01-27T15:23:05.510Z] 7c5e00493d31: Preparing [2021-01-27T15:23:05.510Z] 6728ec136c29: Preparing [2021-01-27T15:23:05.510Z] 379067d0cb53: Preparing [2021-01-27T15:23:05.510Z] 9fa39d4fef2c: Layer already exists [2021-01-27T15:23:05.510Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:05.510Z] 6728ec136c29: Layer already exists [2021-01-27T15:23:05.510Z] 8fe58f92079d: Layer already exists [2021-01-27T15:23:05.510Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:05.781Z] master: digest: sha256:8042a77881ac7675a674914605ead818fe37488b5acaf63eb2d139e32681240d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:23:05.994Z] ===================================================== [Pipeline] echo [2021-01-27T15:23:06.041Z] taggedImages: [2021-01-27T15:23:06.041Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:06.041Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:06.041Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:06.041Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-27T15:23:06.110Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-01-27T15:23:06.110Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:06.110Z] 2.0.0-dev.59 [2021-01-27T15:23:06.110Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:06.110Z] master [2021-01-27T15:23:06.110Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:06.607Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:06.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:06.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-27T15:23:06.945Z] 443197a5f948: Preparing [2021-01-27T15:23:06.945Z] 443197a5f948: Preparing [2021-01-27T15:23:06.945Z] 89ac28b771d3: Preparing [2021-01-27T15:23:06.945Z] edb1a7a92f58: Preparing [2021-01-27T15:23:06.945Z] f341004fbeb6: Preparing [2021-01-27T15:23:06.945Z] fe2213cde303: Preparing [2021-01-27T15:23:06.945Z] 7c5e00493d31: Preparing [2021-01-27T15:23:06.945Z] 2adb0bedd3c8: Preparing [2021-01-27T15:23:06.945Z] 2adb0bedd3c8: Preparing [2021-01-27T15:23:06.945Z] 9dee42e416ad: Preparing [2021-01-27T15:23:06.945Z] 16fb5b0272eb: Preparing [2021-01-27T15:23:06.945Z] a28bf6969213: Preparing [2021-01-27T15:23:06.945Z] 379067d0cb53: Preparing [2021-01-27T15:23:06.945Z] 2adb0bedd3c8: Waiting [2021-01-27T15:23:06.945Z] 9dee42e416ad: Waiting [2021-01-27T15:23:06.945Z] 16fb5b0272eb: Waiting [2021-01-27T15:23:06.945Z] a28bf6969213: Waiting [2021-01-27T15:23:06.945Z] 379067d0cb53: Waiting [2021-01-27T15:23:06.945Z] 7c5e00493d31: Waiting [2021-01-27T15:23:07.216Z] 89ac28b771d3: Pushed [2021-01-27T15:23:07.216Z] f341004fbeb6: Pushed [2021-01-27T15:23:07.216Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:07.216Z] 443197a5f948: Pushed [2021-01-27T15:23:07.490Z] 2adb0bedd3c8: Pushed [2021-01-27T15:23:07.490Z] 16fb5b0272eb: Pushed [2021-01-27T15:23:07.769Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:08.045Z] a28bf6969213: Pushed [2021-01-27T15:23:09.473Z] edb1a7a92f58: Pushed [2021-01-27T15:23:09.742Z] fe2213cde303: Pushed [2021-01-27T15:23:09.742Z] 9dee42e416ad: Pushed [2021-01-27T15:23:10.013Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:b3b33f55d6e98b2222f0b5380f37c609a987d40bdbbb8353aef8e08d74df5f14 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:10.348Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:10.686Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:10.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-27T15:23:10.686Z] 443197a5f948: Preparing [2021-01-27T15:23:10.686Z] 443197a5f948: Preparing [2021-01-27T15:23:10.686Z] 89ac28b771d3: Preparing [2021-01-27T15:23:10.686Z] edb1a7a92f58: Preparing [2021-01-27T15:23:10.686Z] f341004fbeb6: Preparing [2021-01-27T15:23:10.686Z] fe2213cde303: Preparing [2021-01-27T15:23:10.686Z] 7c5e00493d31: Preparing [2021-01-27T15:23:10.686Z] 2adb0bedd3c8: Preparing [2021-01-27T15:23:10.686Z] 2adb0bedd3c8: Preparing [2021-01-27T15:23:10.686Z] 9dee42e416ad: Preparing [2021-01-27T15:23:10.686Z] 16fb5b0272eb: Preparing [2021-01-27T15:23:10.686Z] a28bf6969213: Preparing [2021-01-27T15:23:10.686Z] 379067d0cb53: Preparing [2021-01-27T15:23:10.686Z] 9dee42e416ad: Waiting [2021-01-27T15:23:10.686Z] 16fb5b0272eb: Waiting [2021-01-27T15:23:10.686Z] 379067d0cb53: Waiting [2021-01-27T15:23:10.686Z] a28bf6969213: Waiting [2021-01-27T15:23:10.686Z] 7c5e00493d31: Waiting [2021-01-27T15:23:10.686Z] 2adb0bedd3c8: Waiting [2021-01-27T15:23:10.686Z] edb1a7a92f58: Layer already exists [2021-01-27T15:23:10.686Z] 89ac28b771d3: Layer already exists [2021-01-27T15:23:10.686Z] fe2213cde303: Layer already exists [2021-01-27T15:23:10.686Z] f341004fbeb6: Layer already exists [2021-01-27T15:23:10.686Z] 443197a5f948: Layer already exists [2021-01-27T15:23:10.957Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:10.957Z] 9dee42e416ad: Layer already exists [2021-01-27T15:23:10.957Z] 16fb5b0272eb: Layer already exists [2021-01-27T15:23:10.957Z] a28bf6969213: Layer already exists [2021-01-27T15:23:10.957Z] 2adb0bedd3c8: Layer already exists [2021-01-27T15:23:10.957Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:10.957Z] 2.0.0-dev.59: digest: sha256:b3b33f55d6e98b2222f0b5380f37c609a987d40bdbbb8353aef8e08d74df5f14 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:11.296Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:11.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:11.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-27T15:23:11.635Z] 443197a5f948: Preparing [2021-01-27T15:23:11.635Z] 443197a5f948: Preparing [2021-01-27T15:23:11.635Z] 89ac28b771d3: Preparing [2021-01-27T15:23:11.635Z] edb1a7a92f58: Preparing [2021-01-27T15:23:11.635Z] f341004fbeb6: Preparing [2021-01-27T15:23:11.635Z] fe2213cde303: Preparing [2021-01-27T15:23:11.635Z] 7c5e00493d31: Preparing [2021-01-27T15:23:11.635Z] 2adb0bedd3c8: Preparing [2021-01-27T15:23:11.635Z] 2adb0bedd3c8: Preparing [2021-01-27T15:23:11.635Z] 9dee42e416ad: Preparing [2021-01-27T15:23:11.635Z] 16fb5b0272eb: Preparing [2021-01-27T15:23:11.635Z] a28bf6969213: Preparing [2021-01-27T15:23:11.635Z] 379067d0cb53: Preparing [2021-01-27T15:23:11.635Z] 16fb5b0272eb: Waiting [2021-01-27T15:23:11.635Z] a28bf6969213: Waiting [2021-01-27T15:23:11.635Z] 379067d0cb53: Waiting [2021-01-27T15:23:11.635Z] 7c5e00493d31: Waiting [2021-01-27T15:23:11.635Z] 2adb0bedd3c8: Waiting [2021-01-27T15:23:11.635Z] 9dee42e416ad: Waiting [2021-01-27T15:23:11.635Z] f341004fbeb6: Layer already exists [2021-01-27T15:23:11.635Z] 89ac28b771d3: Layer already exists [2021-01-27T15:23:11.635Z] edb1a7a92f58: Layer already exists [2021-01-27T15:23:11.635Z] 443197a5f948: Layer already exists [2021-01-27T15:23:11.905Z] fe2213cde303: Layer already exists [2021-01-27T15:23:11.905Z] 2adb0bedd3c8: Layer already exists [2021-01-27T15:23:11.905Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:11.905Z] a28bf6969213: Layer already exists [2021-01-27T15:23:11.905Z] 16fb5b0272eb: Layer already exists [2021-01-27T15:23:11.905Z] 9dee42e416ad: Layer already exists [2021-01-27T15:23:11.905Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:11.905Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:b3b33f55d6e98b2222f0b5380f37c609a987d40bdbbb8353aef8e08d74df5f14 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:12.242Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:12.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-01-27T15:23:12.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-27T15:23:12.574Z] 443197a5f948: Preparing [2021-01-27T15:23:12.574Z] 443197a5f948: Preparing [2021-01-27T15:23:12.574Z] 89ac28b771d3: Preparing [2021-01-27T15:23:12.574Z] edb1a7a92f58: Preparing [2021-01-27T15:23:12.574Z] f341004fbeb6: Preparing [2021-01-27T15:23:12.574Z] fe2213cde303: Preparing [2021-01-27T15:23:12.574Z] 7c5e00493d31: Preparing [2021-01-27T15:23:12.574Z] 2adb0bedd3c8: Preparing [2021-01-27T15:23:12.574Z] 2adb0bedd3c8: Preparing [2021-01-27T15:23:12.574Z] 9dee42e416ad: Preparing [2021-01-27T15:23:12.574Z] 16fb5b0272eb: Preparing [2021-01-27T15:23:12.574Z] a28bf6969213: Preparing [2021-01-27T15:23:12.574Z] 379067d0cb53: Preparing [2021-01-27T15:23:12.574Z] 7c5e00493d31: Waiting [2021-01-27T15:23:12.574Z] 2adb0bedd3c8: Waiting [2021-01-27T15:23:12.574Z] 379067d0cb53: Waiting [2021-01-27T15:23:12.574Z] a28bf6969213: Waiting [2021-01-27T15:23:12.574Z] 9dee42e416ad: Waiting [2021-01-27T15:23:12.574Z] 16fb5b0272eb: Waiting [2021-01-27T15:23:12.574Z] 443197a5f948: Layer already exists [2021-01-27T15:23:12.574Z] fe2213cde303: Layer already exists [2021-01-27T15:23:12.575Z] f341004fbeb6: Layer already exists [2021-01-27T15:23:12.575Z] 89ac28b771d3: Layer already exists [2021-01-27T15:23:12.575Z] edb1a7a92f58: Layer already exists [2021-01-27T15:23:12.575Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:12.575Z] 2adb0bedd3c8: Layer already exists [2021-01-27T15:23:12.575Z] 9dee42e416ad: Layer already exists [2021-01-27T15:23:12.843Z] 16fb5b0272eb: Layer already exists [2021-01-27T15:23:12.843Z] a28bf6969213: Layer already exists [2021-01-27T15:23:12.843Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:12.843Z] master: digest: sha256:b3b33f55d6e98b2222f0b5380f37c609a987d40bdbbb8353aef8e08d74df5f14 size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:23:13.026Z] ===================================================== [Pipeline] echo [2021-01-27T15:23:13.070Z] taggedImages: [2021-01-27T15:23:13.070Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:13.070Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:13.070Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:13.070Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-01-27T15:23:13.132Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-27T15:23:13.132Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:13.132Z] 2.0.0-dev.59 [2021-01-27T15:23:13.132Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:13.132Z] master [2021-01-27T15:23:13.132Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:13.667Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:14.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:14.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-27T15:23:14.003Z] 0d15d029f2e7: Preparing [2021-01-27T15:23:14.003Z] 4e56b3f3eb58: Preparing [2021-01-27T15:23:14.003Z] 92c4ef09b516: Preparing [2021-01-27T15:23:14.003Z] a0790707d7fe: Preparing [2021-01-27T15:23:14.003Z] 12c35d3fd236: Preparing [2021-01-27T15:23:14.003Z] 379067d0cb53: Preparing [2021-01-27T15:23:14.003Z] 379067d0cb53: Waiting [2021-01-27T15:23:14.285Z] 92c4ef09b516: Pushed [2021-01-27T15:23:14.285Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:14.285Z] a0790707d7fe: Pushed [2021-01-27T15:23:14.876Z] 12c35d3fd236: Pushed [2021-01-27T15:23:16.302Z] 0d15d029f2e7: Pushed [2021-01-27T15:23:16.302Z] 4e56b3f3eb58: Pushed [2021-01-27T15:23:16.573Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:2eac57ca906eefd8fc1795ccd5178556c405a3cba842e0ffd5f32fbef3d42f2c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:16.918Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:17.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:17.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-27T15:23:17.259Z] 0d15d029f2e7: Preparing [2021-01-27T15:23:17.259Z] 4e56b3f3eb58: Preparing [2021-01-27T15:23:17.259Z] 92c4ef09b516: Preparing [2021-01-27T15:23:17.259Z] a0790707d7fe: Preparing [2021-01-27T15:23:17.259Z] 12c35d3fd236: Preparing [2021-01-27T15:23:17.259Z] 379067d0cb53: Preparing [2021-01-27T15:23:17.259Z] 379067d0cb53: Waiting [2021-01-27T15:23:17.259Z] 12c35d3fd236: Layer already exists [2021-01-27T15:23:17.259Z] 92c4ef09b516: Layer already exists [2021-01-27T15:23:17.259Z] a0790707d7fe: Layer already exists [2021-01-27T15:23:17.259Z] 0d15d029f2e7: Layer already exists [2021-01-27T15:23:17.259Z] 4e56b3f3eb58: Layer already exists [2021-01-27T15:23:17.259Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:17.531Z] 2.0.0-dev.59: digest: sha256:2eac57ca906eefd8fc1795ccd5178556c405a3cba842e0ffd5f32fbef3d42f2c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:17.871Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:18.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:18.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-27T15:23:18.210Z] 0d15d029f2e7: Preparing [2021-01-27T15:23:18.210Z] 4e56b3f3eb58: Preparing [2021-01-27T15:23:18.210Z] 92c4ef09b516: Preparing [2021-01-27T15:23:18.210Z] a0790707d7fe: Preparing [2021-01-27T15:23:18.210Z] 12c35d3fd236: Preparing [2021-01-27T15:23:18.210Z] 379067d0cb53: Preparing [2021-01-27T15:23:18.210Z] 379067d0cb53: Waiting [2021-01-27T15:23:18.210Z] 4e56b3f3eb58: Layer already exists [2021-01-27T15:23:18.210Z] 12c35d3fd236: Layer already exists [2021-01-27T15:23:18.210Z] 0d15d029f2e7: Layer already exists [2021-01-27T15:23:18.210Z] 92c4ef09b516: Layer already exists [2021-01-27T15:23:18.483Z] a0790707d7fe: Layer already exists [2021-01-27T15:23:18.483Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:18.483Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:2eac57ca906eefd8fc1795ccd5178556c405a3cba842e0ffd5f32fbef3d42f2c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:18.826Z] + 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-27T15:23:19.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-27T15:23:19.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-27T15:23:19.166Z] 0d15d029f2e7: Preparing [2021-01-27T15:23:19.166Z] 4e56b3f3eb58: Preparing [2021-01-27T15:23:19.166Z] 92c4ef09b516: Preparing [2021-01-27T15:23:19.166Z] a0790707d7fe: Preparing [2021-01-27T15:23:19.166Z] 12c35d3fd236: Preparing [2021-01-27T15:23:19.166Z] 379067d0cb53: Preparing [2021-01-27T15:23:19.166Z] 379067d0cb53: Waiting [2021-01-27T15:23:19.438Z] 0d15d029f2e7: Layer already exists [2021-01-27T15:23:19.438Z] 4e56b3f3eb58: Layer already exists [2021-01-27T15:23:19.438Z] 12c35d3fd236: Layer already exists [2021-01-27T15:23:19.438Z] a0790707d7fe: Layer already exists [2021-01-27T15:23:19.438Z] 92c4ef09b516: Layer already exists [2021-01-27T15:23:19.438Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:19.438Z] master: digest: sha256:2eac57ca906eefd8fc1795ccd5178556c405a3cba842e0ffd5f32fbef3d42f2c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:23:19.626Z] ===================================================== [Pipeline] echo [2021-01-27T15:23:19.673Z] taggedImages: [2021-01-27T15:23:19.673Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:19.673Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:19.673Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:19.673Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-27T15:23:19.741Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-27T15:23:19.741Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:19.741Z] 2.0.0-dev.59 [2021-01-27T15:23:19.741Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:19.741Z] master [2021-01-27T15:23:19.741Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:20.233Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:20.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:20.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-27T15:23:20.620Z] 5f2575f8122e: Preparing [2021-01-27T15:23:20.620Z] 47cff3bfc050: Preparing [2021-01-27T15:23:20.620Z] b64ad0b16f59: Preparing [2021-01-27T15:23:20.620Z] 657ab354626a: Preparing [2021-01-27T15:23:20.620Z] 2252a41eeb26: Preparing [2021-01-27T15:23:20.620Z] 4fac7fcf1cb1: Preparing [2021-01-27T15:23:20.620Z] a6685b18b5b5: Preparing [2021-01-27T15:23:20.620Z] 5e822b6b8a01: Preparing [2021-01-27T15:23:20.620Z] 379067d0cb53: Preparing [2021-01-27T15:23:20.620Z] 4fac7fcf1cb1: Waiting [2021-01-27T15:23:20.620Z] a6685b18b5b5: Waiting [2021-01-27T15:23:20.620Z] 5e822b6b8a01: Waiting [2021-01-27T15:23:20.620Z] 379067d0cb53: Waiting [2021-01-27T15:23:21.273Z] 5f2575f8122e: Pushed [2021-01-27T15:23:21.273Z] 2252a41eeb26: Pushed [2021-01-27T15:23:21.273Z] 47cff3bfc050: Pushed [2021-01-27T15:23:21.273Z] 4fac7fcf1cb1: Pushed [2021-01-27T15:23:21.273Z] a6685b18b5b5: Pushed [2021-01-27T15:23:21.548Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:21.833Z] 5e822b6b8a01: Pushed [2021-01-27T15:23:23.261Z] 657ab354626a: Pushed [2021-01-27T15:23:23.531Z] b64ad0b16f59: Pushed [2021-01-27T15:23:23.531Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:be5ad82c82efe91eb56032d2578ef4b03d40d23a2805b3e68a2aa659254acd8b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:24.142Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:24.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:24.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-27T15:23:24.477Z] 5f2575f8122e: Preparing [2021-01-27T15:23:24.477Z] 47cff3bfc050: Preparing [2021-01-27T15:23:24.477Z] b64ad0b16f59: Preparing [2021-01-27T15:23:24.477Z] 657ab354626a: Preparing [2021-01-27T15:23:24.477Z] 2252a41eeb26: Preparing [2021-01-27T15:23:24.477Z] 4fac7fcf1cb1: Preparing [2021-01-27T15:23:24.477Z] a6685b18b5b5: Preparing [2021-01-27T15:23:24.477Z] 5e822b6b8a01: Preparing [2021-01-27T15:23:24.477Z] 379067d0cb53: Preparing [2021-01-27T15:23:24.477Z] a6685b18b5b5: Waiting [2021-01-27T15:23:24.477Z] 5e822b6b8a01: Waiting [2021-01-27T15:23:24.477Z] 379067d0cb53: Waiting [2021-01-27T15:23:24.477Z] 4fac7fcf1cb1: Waiting [2021-01-27T15:23:24.477Z] 47cff3bfc050: Layer already exists [2021-01-27T15:23:24.477Z] 2252a41eeb26: Layer already exists [2021-01-27T15:23:24.477Z] 657ab354626a: Layer already exists [2021-01-27T15:23:24.748Z] b64ad0b16f59: Layer already exists [2021-01-27T15:23:24.748Z] 5f2575f8122e: Layer already exists [2021-01-27T15:23:24.748Z] 4fac7fcf1cb1: Layer already exists [2021-01-27T15:23:24.748Z] 5e822b6b8a01: Layer already exists [2021-01-27T15:23:24.748Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:24.748Z] a6685b18b5b5: Layer already exists [2021-01-27T15:23:24.748Z] 2.0.0-dev.59: digest: sha256:be5ad82c82efe91eb56032d2578ef4b03d40d23a2805b3e68a2aa659254acd8b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:25.086Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:25.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:25.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-27T15:23:25.420Z] 5f2575f8122e: Preparing [2021-01-27T15:23:25.420Z] 47cff3bfc050: Preparing [2021-01-27T15:23:25.420Z] b64ad0b16f59: Preparing [2021-01-27T15:23:25.420Z] 657ab354626a: Preparing [2021-01-27T15:23:25.420Z] 2252a41eeb26: Preparing [2021-01-27T15:23:25.420Z] 4fac7fcf1cb1: Preparing [2021-01-27T15:23:25.420Z] a6685b18b5b5: Preparing [2021-01-27T15:23:25.420Z] 5e822b6b8a01: Preparing [2021-01-27T15:23:25.420Z] 379067d0cb53: Preparing [2021-01-27T15:23:25.420Z] a6685b18b5b5: Waiting [2021-01-27T15:23:25.420Z] 5e822b6b8a01: Waiting [2021-01-27T15:23:25.420Z] 379067d0cb53: Waiting [2021-01-27T15:23:25.420Z] 47cff3bfc050: Layer already exists [2021-01-27T15:23:25.420Z] 657ab354626a: Layer already exists [2021-01-27T15:23:25.692Z] b64ad0b16f59: Layer already exists [2021-01-27T15:23:25.692Z] 5f2575f8122e: Layer already exists [2021-01-27T15:23:25.692Z] 2252a41eeb26: Layer already exists [2021-01-27T15:23:25.692Z] a6685b18b5b5: Layer already exists [2021-01-27T15:23:25.692Z] 4fac7fcf1cb1: Layer already exists [2021-01-27T15:23:25.692Z] 5e822b6b8a01: Layer already exists [2021-01-27T15:23:25.692Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:25.692Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:be5ad82c82efe91eb56032d2578ef4b03d40d23a2805b3e68a2aa659254acd8b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:26.038Z] + 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-27T15:23:26.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-27T15:23:26.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-27T15:23:26.374Z] 5f2575f8122e: Preparing [2021-01-27T15:23:26.374Z] 47cff3bfc050: Preparing [2021-01-27T15:23:26.374Z] b64ad0b16f59: Preparing [2021-01-27T15:23:26.374Z] 657ab354626a: Preparing [2021-01-27T15:23:26.374Z] 2252a41eeb26: Preparing [2021-01-27T15:23:26.374Z] 4fac7fcf1cb1: Preparing [2021-01-27T15:23:26.374Z] a6685b18b5b5: Preparing [2021-01-27T15:23:26.374Z] 5e822b6b8a01: Preparing [2021-01-27T15:23:26.374Z] 379067d0cb53: Preparing [2021-01-27T15:23:26.374Z] a6685b18b5b5: Waiting [2021-01-27T15:23:26.374Z] 5e822b6b8a01: Waiting [2021-01-27T15:23:26.374Z] 4fac7fcf1cb1: Waiting [2021-01-27T15:23:26.374Z] 379067d0cb53: Waiting [2021-01-27T15:23:26.647Z] 657ab354626a: Layer already exists [2021-01-27T15:23:26.647Z] 47cff3bfc050: Layer already exists [2021-01-27T15:23:26.647Z] b64ad0b16f59: Layer already exists [2021-01-27T15:23:26.647Z] 5f2575f8122e: Layer already exists [2021-01-27T15:23:26.647Z] 2252a41eeb26: Layer already exists [2021-01-27T15:23:26.647Z] 4fac7fcf1cb1: Layer already exists [2021-01-27T15:23:26.647Z] 5e822b6b8a01: Layer already exists [2021-01-27T15:23:26.647Z] a6685b18b5b5: Layer already exists [2021-01-27T15:23:26.647Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:26.647Z] master: digest: sha256:be5ad82c82efe91eb56032d2578ef4b03d40d23a2805b3e68a2aa659254acd8b size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:23:26.839Z] ===================================================== [Pipeline] echo [2021-01-27T15:23:26.883Z] taggedImages: [2021-01-27T15:23:26.883Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:26.883Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:26.883Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:26.883Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-27T15:23:26.951Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-27T15:23:26.952Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:26.952Z] 2.0.0-dev.59 [2021-01-27T15:23:26.952Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:26.952Z] master [2021-01-27T15:23:26.952Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:27.467Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:27.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:27.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-27T15:23:27.812Z] 588224fa5142: Preparing [2021-01-27T15:23:27.812Z] 55ec291dd4a1: Preparing [2021-01-27T15:23:27.812Z] 7c5e00493d31: Preparing [2021-01-27T15:23:27.812Z] 79333a131bef: Preparing [2021-01-27T15:23:27.812Z] 379067d0cb53: Preparing [2021-01-27T15:23:28.083Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:28.083Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:28.083Z] 588224fa5142: Pushed [2021-01-27T15:23:28.354Z] 79333a131bef: Pushed [2021-01-27T15:23:30.318Z] 55ec291dd4a1: Pushed [2021-01-27T15:23:30.591Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:9fc0059f29c4f2580b58e28d50311ffe064fdc1fc07f4d93bf14ec25fa1e1bab size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:30.933Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:31.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:31.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-27T15:23:31.267Z] 588224fa5142: Preparing [2021-01-27T15:23:31.267Z] 55ec291dd4a1: Preparing [2021-01-27T15:23:31.267Z] 7c5e00493d31: Preparing [2021-01-27T15:23:31.267Z] 79333a131bef: Preparing [2021-01-27T15:23:31.267Z] 379067d0cb53: Preparing [2021-01-27T15:23:31.267Z] 588224fa5142: Layer already exists [2021-01-27T15:23:31.267Z] 79333a131bef: Layer already exists [2021-01-27T15:23:31.539Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:31.539Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:31.539Z] 55ec291dd4a1: Layer already exists [2021-01-27T15:23:31.539Z] 2.0.0-dev.59: digest: sha256:9fc0059f29c4f2580b58e28d50311ffe064fdc1fc07f4d93bf14ec25fa1e1bab size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:31.879Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:32.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:32.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-27T15:23:32.214Z] 588224fa5142: Preparing [2021-01-27T15:23:32.214Z] 55ec291dd4a1: Preparing [2021-01-27T15:23:32.214Z] 7c5e00493d31: Preparing [2021-01-27T15:23:32.214Z] 79333a131bef: Preparing [2021-01-27T15:23:32.214Z] 379067d0cb53: Preparing [2021-01-27T15:23:32.486Z] 588224fa5142: Layer already exists [2021-01-27T15:23:32.486Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:32.486Z] 79333a131bef: Layer already exists [2021-01-27T15:23:32.486Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:32.486Z] 55ec291dd4a1: Layer already exists [2021-01-27T15:23:32.486Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:9fc0059f29c4f2580b58e28d50311ffe064fdc1fc07f4d93bf14ec25fa1e1bab size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:32.827Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:33.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-27T15:23:33.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-27T15:23:33.164Z] 588224fa5142: Preparing [2021-01-27T15:23:33.164Z] 55ec291dd4a1: Preparing [2021-01-27T15:23:33.164Z] 7c5e00493d31: Preparing [2021-01-27T15:23:33.164Z] 79333a131bef: Preparing [2021-01-27T15:23:33.164Z] 379067d0cb53: Preparing [2021-01-27T15:23:33.164Z] 79333a131bef: Layer already exists [2021-01-27T15:23:33.164Z] 55ec291dd4a1: Layer already exists [2021-01-27T15:23:33.164Z] 588224fa5142: Layer already exists [2021-01-27T15:23:33.164Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:33.164Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:33.435Z] master: digest: sha256:9fc0059f29c4f2580b58e28d50311ffe064fdc1fc07f4d93bf14ec25fa1e1bab size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:23:33.877Z] ===================================================== [Pipeline] echo [2021-01-27T15:23:33.929Z] taggedImages: [2021-01-27T15:23:33.929Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:33.929Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:33.929Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:33.929Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-27T15:23:34.006Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-27T15:23:34.006Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:34.006Z] 2.0.0-dev.59 [2021-01-27T15:23:34.006Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:34.006Z] master [2021-01-27T15:23:34.006Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:34.527Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:34.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:34.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-27T15:23:34.865Z] ee9762473cb5: Preparing [2021-01-27T15:23:34.865Z] 9056e6ddbe56: Preparing [2021-01-27T15:23:34.865Z] 7c5e00493d31: Preparing [2021-01-27T15:23:34.865Z] 6728ec136c29: Preparing [2021-01-27T15:23:34.865Z] 379067d0cb53: Preparing [2021-01-27T15:23:34.865Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:35.135Z] 6728ec136c29: Layer already exists [2021-01-27T15:23:35.135Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:35.135Z] ee9762473cb5: Pushed [2021-01-27T15:23:37.744Z] 9056e6ddbe56: Pushed [2021-01-27T15:23:37.744Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:9c075e5e6426264bc58ee6aa4e3e3c56dcf2f0615545cd5bffe058f32da4e4fe size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:38.114Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:38.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:38.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-27T15:23:38.445Z] ee9762473cb5: Preparing [2021-01-27T15:23:38.445Z] 9056e6ddbe56: Preparing [2021-01-27T15:23:38.445Z] 7c5e00493d31: Preparing [2021-01-27T15:23:38.445Z] 6728ec136c29: Preparing [2021-01-27T15:23:38.445Z] 379067d0cb53: Preparing [2021-01-27T15:23:38.445Z] ee9762473cb5: Layer already exists [2021-01-27T15:23:38.715Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:38.715Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:38.715Z] 9056e6ddbe56: Layer already exists [2021-01-27T15:23:38.715Z] 6728ec136c29: Layer already exists [2021-01-27T15:23:38.715Z] 2.0.0-dev.59: digest: sha256:9c075e5e6426264bc58ee6aa4e3e3c56dcf2f0615545cd5bffe058f32da4e4fe size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:39.049Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:39.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:39.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-27T15:23:39.379Z] ee9762473cb5: Preparing [2021-01-27T15:23:39.379Z] 9056e6ddbe56: Preparing [2021-01-27T15:23:39.379Z] 7c5e00493d31: Preparing [2021-01-27T15:23:39.379Z] 6728ec136c29: Preparing [2021-01-27T15:23:39.379Z] 379067d0cb53: Preparing [2021-01-27T15:23:39.379Z] 9056e6ddbe56: Layer already exists [2021-01-27T15:23:39.379Z] 6728ec136c29: Layer already exists [2021-01-27T15:23:39.647Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:39.647Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:39.647Z] ee9762473cb5: Layer already exists [2021-01-27T15:23:39.647Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:9c075e5e6426264bc58ee6aa4e3e3c56dcf2f0615545cd5bffe058f32da4e4fe size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:39.982Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:40.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-27T15:23:40.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-27T15:23:40.311Z] ee9762473cb5: Preparing [2021-01-27T15:23:40.311Z] 9056e6ddbe56: Preparing [2021-01-27T15:23:40.311Z] 7c5e00493d31: Preparing [2021-01-27T15:23:40.311Z] 6728ec136c29: Preparing [2021-01-27T15:23:40.311Z] 379067d0cb53: Preparing [2021-01-27T15:23:40.311Z] 379067d0cb53: Layer already exists [2021-01-27T15:23:40.311Z] 6728ec136c29: Layer already exists [2021-01-27T15:23:40.311Z] 9056e6ddbe56: Layer already exists [2021-01-27T15:23:40.581Z] ee9762473cb5: Layer already exists [2021-01-27T15:23:40.581Z] 7c5e00493d31: Layer already exists [2021-01-27T15:23:40.581Z] master: digest: sha256:9c075e5e6426264bc58ee6aa4e3e3c56dcf2f0615545cd5bffe058f32da4e4fe size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:23:40.812Z] ===================================================== [Pipeline] echo [2021-01-27T15:23:40.888Z] taggedImages: [2021-01-27T15:23:40.888Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:40.888Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:40.888Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:40.888Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-27T15:23:40.970Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-27T15:23:40.970Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:40.970Z] 2.0.0-dev.59 [2021-01-27T15:23:40.970Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:40.970Z] master [2021-01-27T15:23:40.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:41.513Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:41.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:41.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-27T15:23:41.850Z] 2f809c9793ee: Preparing [2021-01-27T15:23:41.850Z] f62a98a08785: Preparing [2021-01-27T15:23:41.850Z] 6d6f70b88fc7: Preparing [2021-01-27T15:23:41.850Z] f1a388861c77: Preparing [2021-01-27T15:23:41.850Z] 2359b72e1521: Preparing [2021-01-27T15:23:41.850Z] 2d7ec433a38d: Preparing [2021-01-27T15:23:41.850Z] 41b50df9c90f: Preparing [2021-01-27T15:23:41.850Z] 9ded3b6bb9b5: Preparing [2021-01-27T15:23:41.850Z] fa1afe8e6ed9: Preparing [2021-01-27T15:23:41.850Z] 87a09b4c083e: Preparing [2021-01-27T15:23:41.850Z] 0f74e9ff2a61: Preparing [2021-01-27T15:23:41.850Z] b122376c33c6: Preparing [2021-01-27T15:23:41.850Z] f8381ed47b22: Preparing [2021-01-27T15:23:41.850Z] e934a737d657: Preparing [2021-01-27T15:23:41.850Z] 9ded3b6bb9b5: Waiting [2021-01-27T15:23:41.850Z] fa1afe8e6ed9: Waiting [2021-01-27T15:23:41.850Z] 87a09b4c083e: Waiting [2021-01-27T15:23:41.850Z] 0f74e9ff2a61: Waiting [2021-01-27T15:23:41.850Z] b122376c33c6: Waiting [2021-01-27T15:23:41.850Z] f8381ed47b22: Waiting [2021-01-27T15:23:41.850Z] e934a737d657: Waiting [2021-01-27T15:23:41.850Z] 2d7ec433a38d: Waiting [2021-01-27T15:23:41.850Z] 41b50df9c90f: Waiting [2021-01-27T15:23:42.440Z] 2359b72e1521: Pushed [2021-01-27T15:23:42.440Z] 2f809c9793ee: Pushed [2021-01-27T15:23:43.413Z] f1a388861c77: Pushed [2021-01-27T15:23:43.413Z] 9ded3b6bb9b5: Layer already exists [2021-01-27T15:23:43.413Z] fa1afe8e6ed9: Layer already exists [2021-01-27T15:23:43.413Z] 41b50df9c90f: Pushed [2021-01-27T15:23:43.413Z] 87a09b4c083e: Layer already exists [2021-01-27T15:23:43.413Z] 0f74e9ff2a61: Layer already exists [2021-01-27T15:23:43.413Z] b122376c33c6: Layer already exists [2021-01-27T15:23:43.413Z] f8381ed47b22: Layer already exists [2021-01-27T15:23:43.413Z] e934a737d657: Layer already exists [2021-01-27T15:23:44.007Z] f62a98a08785: Pushed [2021-01-27T15:23:44.986Z] 2d7ec433a38d: Pushed [2021-01-27T15:23:55.142Z] 6d6f70b88fc7: Pushed [2021-01-27T15:23:55.142Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c: digest: sha256:e5c94edbf490136e75effa240196a49a3827498aac37a07fc4b39d71447ddcc6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:55.478Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:55.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:55.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-27T15:23:55.811Z] 2f809c9793ee: Preparing [2021-01-27T15:23:55.811Z] f62a98a08785: Preparing [2021-01-27T15:23:55.811Z] 6d6f70b88fc7: Preparing [2021-01-27T15:23:55.811Z] f1a388861c77: Preparing [2021-01-27T15:23:55.811Z] 2359b72e1521: Preparing [2021-01-27T15:23:55.811Z] 2d7ec433a38d: Preparing [2021-01-27T15:23:55.811Z] 41b50df9c90f: Preparing [2021-01-27T15:23:55.811Z] 9ded3b6bb9b5: Preparing [2021-01-27T15:23:55.811Z] fa1afe8e6ed9: Preparing [2021-01-27T15:23:55.811Z] 87a09b4c083e: Preparing [2021-01-27T15:23:55.811Z] 0f74e9ff2a61: Preparing [2021-01-27T15:23:55.811Z] b122376c33c6: Preparing [2021-01-27T15:23:55.811Z] f8381ed47b22: Preparing [2021-01-27T15:23:55.811Z] e934a737d657: Preparing [2021-01-27T15:23:55.811Z] fa1afe8e6ed9: Waiting [2021-01-27T15:23:55.811Z] 87a09b4c083e: Waiting [2021-01-27T15:23:55.811Z] 41b50df9c90f: Waiting [2021-01-27T15:23:55.811Z] 9ded3b6bb9b5: Waiting [2021-01-27T15:23:55.811Z] 0f74e9ff2a61: Waiting [2021-01-27T15:23:55.811Z] f8381ed47b22: Waiting [2021-01-27T15:23:55.811Z] b122376c33c6: Waiting [2021-01-27T15:23:55.811Z] 2d7ec433a38d: Waiting [2021-01-27T15:23:55.811Z] e934a737d657: Waiting [2021-01-27T15:23:55.811Z] 2359b72e1521: Layer already exists [2021-01-27T15:23:55.811Z] 2f809c9793ee: Layer already exists [2021-01-27T15:23:55.811Z] f62a98a08785: Layer already exists [2021-01-27T15:23:56.082Z] f1a388861c77: Layer already exists [2021-01-27T15:23:56.082Z] 6d6f70b88fc7: Layer already exists [2021-01-27T15:23:56.082Z] 2d7ec433a38d: Layer already exists [2021-01-27T15:23:56.082Z] 41b50df9c90f: Layer already exists [2021-01-27T15:23:56.082Z] 87a09b4c083e: Layer already exists [2021-01-27T15:23:56.082Z] 9ded3b6bb9b5: Layer already exists [2021-01-27T15:23:56.082Z] fa1afe8e6ed9: Layer already exists [2021-01-27T15:23:56.082Z] b122376c33c6: Layer already exists [2021-01-27T15:23:56.082Z] 0f74e9ff2a61: Layer already exists [2021-01-27T15:23:56.082Z] f8381ed47b22: Layer already exists [2021-01-27T15:23:56.082Z] e934a737d657: Layer already exists [2021-01-27T15:23:56.082Z] 2.0.0-dev.59: digest: sha256:e5c94edbf490136e75effa240196a49a3827498aac37a07fc4b39d71447ddcc6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:56.423Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:56.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:56.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-27T15:23:56.757Z] 2f809c9793ee: Preparing [2021-01-27T15:23:56.757Z] f62a98a08785: Preparing [2021-01-27T15:23:56.757Z] 6d6f70b88fc7: Preparing [2021-01-27T15:23:56.757Z] f1a388861c77: Preparing [2021-01-27T15:23:56.757Z] 2359b72e1521: Preparing [2021-01-27T15:23:56.757Z] 2d7ec433a38d: Preparing [2021-01-27T15:23:56.757Z] 41b50df9c90f: Preparing [2021-01-27T15:23:56.757Z] 9ded3b6bb9b5: Preparing [2021-01-27T15:23:56.757Z] fa1afe8e6ed9: Preparing [2021-01-27T15:23:56.757Z] 87a09b4c083e: Preparing [2021-01-27T15:23:56.757Z] 0f74e9ff2a61: Preparing [2021-01-27T15:23:56.757Z] b122376c33c6: Preparing [2021-01-27T15:23:56.757Z] f8381ed47b22: Preparing [2021-01-27T15:23:56.757Z] e934a737d657: Preparing [2021-01-27T15:23:56.757Z] 87a09b4c083e: Waiting [2021-01-27T15:23:56.757Z] 0f74e9ff2a61: Waiting [2021-01-27T15:23:56.757Z] 2d7ec433a38d: Waiting [2021-01-27T15:23:56.757Z] 41b50df9c90f: Waiting [2021-01-27T15:23:56.757Z] b122376c33c6: Waiting [2021-01-27T15:23:56.757Z] f8381ed47b22: Waiting [2021-01-27T15:23:56.757Z] e934a737d657: Waiting [2021-01-27T15:23:56.757Z] 9ded3b6bb9b5: Waiting [2021-01-27T15:23:56.757Z] fa1afe8e6ed9: Waiting [2021-01-27T15:23:56.757Z] 2f809c9793ee: Layer already exists [2021-01-27T15:23:56.757Z] 6d6f70b88fc7: Layer already exists [2021-01-27T15:23:56.757Z] 2359b72e1521: Layer already exists [2021-01-27T15:23:56.757Z] f62a98a08785: Layer already exists [2021-01-27T15:23:56.757Z] f1a388861c77: Layer already exists [2021-01-27T15:23:57.028Z] 2d7ec433a38d: Layer already exists [2021-01-27T15:23:57.028Z] 87a09b4c083e: Layer already exists [2021-01-27T15:23:57.028Z] fa1afe8e6ed9: Layer already exists [2021-01-27T15:23:57.028Z] 9ded3b6bb9b5: Layer already exists [2021-01-27T15:23:57.028Z] 41b50df9c90f: Layer already exists [2021-01-27T15:23:57.028Z] f8381ed47b22: Layer already exists [2021-01-27T15:23:57.028Z] 0f74e9ff2a61: Layer already exists [2021-01-27T15:23:57.028Z] b122376c33c6: Layer already exists [2021-01-27T15:23:57.028Z] e934a737d657: Layer already exists [2021-01-27T15:23:57.028Z] 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59: digest: sha256:e5c94edbf490136e75effa240196a49a3827498aac37a07fc4b39d71447ddcc6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:23:57.371Z] + 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-27T15:23:57.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-27T15:23:57.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-27T15:23:57.708Z] 2f809c9793ee: Preparing [2021-01-27T15:23:57.708Z] f62a98a08785: Preparing [2021-01-27T15:23:57.708Z] 6d6f70b88fc7: Preparing [2021-01-27T15:23:57.708Z] f1a388861c77: Preparing [2021-01-27T15:23:57.708Z] 2359b72e1521: Preparing [2021-01-27T15:23:57.708Z] 2d7ec433a38d: Preparing [2021-01-27T15:23:57.708Z] 41b50df9c90f: Preparing [2021-01-27T15:23:57.708Z] 9ded3b6bb9b5: Preparing [2021-01-27T15:23:57.708Z] fa1afe8e6ed9: Preparing [2021-01-27T15:23:57.708Z] 87a09b4c083e: Preparing [2021-01-27T15:23:57.708Z] 0f74e9ff2a61: Preparing [2021-01-27T15:23:57.708Z] b122376c33c6: Preparing [2021-01-27T15:23:57.708Z] f8381ed47b22: Preparing [2021-01-27T15:23:57.708Z] e934a737d657: Preparing [2021-01-27T15:23:57.708Z] 2d7ec433a38d: Waiting [2021-01-27T15:23:57.708Z] 41b50df9c90f: Waiting [2021-01-27T15:23:57.708Z] 9ded3b6bb9b5: Waiting [2021-01-27T15:23:57.708Z] fa1afe8e6ed9: Waiting [2021-01-27T15:23:57.708Z] 87a09b4c083e: Waiting [2021-01-27T15:23:57.708Z] f8381ed47b22: Waiting [2021-01-27T15:23:57.708Z] 0f74e9ff2a61: Waiting [2021-01-27T15:23:57.708Z] e934a737d657: Waiting [2021-01-27T15:23:57.708Z] b122376c33c6: Waiting [2021-01-27T15:23:57.708Z] f62a98a08785: Layer already exists [2021-01-27T15:23:57.708Z] f1a388861c77: Layer already exists [2021-01-27T15:23:57.708Z] 2359b72e1521: Layer already exists [2021-01-27T15:23:57.708Z] 6d6f70b88fc7: Layer already exists [2021-01-27T15:23:57.708Z] 2f809c9793ee: Layer already exists [2021-01-27T15:23:57.708Z] 2d7ec433a38d: Layer already exists [2021-01-27T15:23:57.708Z] 87a09b4c083e: Layer already exists [2021-01-27T15:23:57.708Z] fa1afe8e6ed9: Layer already exists [2021-01-27T15:23:57.708Z] 41b50df9c90f: Layer already exists [2021-01-27T15:23:57.708Z] 9ded3b6bb9b5: Layer already exists [2021-01-27T15:23:57.979Z] b122376c33c6: Layer already exists [2021-01-27T15:23:57.979Z] 0f74e9ff2a61: Layer already exists [2021-01-27T15:23:57.979Z] f8381ed47b22: Layer already exists [2021-01-27T15:23:57.979Z] e934a737d657: Layer already exists [2021-01-27T15:23:57.979Z] master: digest: sha256:e5c94edbf490136e75effa240196a49a3827498aac37a07fc4b39d71447ddcc6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-27T15:23:58.164Z] ===================================================== [Pipeline] echo [2021-01-27T15:23:58.212Z] taggedImages: [2021-01-27T15:23:58.212Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [2021-01-27T15:23:58.212Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.59 [2021-01-27T15:23:58.212Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c-2.0.0-dev.59 [2021-01-27T15:23:58.212Z] - 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-27T15:23:59.794Z] provisioning config files... [2021-01-27T15:23:59.805Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/322@tmp/config2484317682288366759tmp [Pipeline] { [Pipeline] sh [2021-01-27T15:24:00.170Z] + set +x [2021-01-27T15:24:00.170Z] + curl -s https://codecov.io/bash [2021-01-27T15:24:00.170Z] + bash -s -- [2021-01-27T15:24:00.745Z] [2021-01-27T15:24:00.745Z] _____ _ [2021-01-27T15:24:00.745Z] / ____| | | [2021-01-27T15:24:00.745Z] | | ___ __| | ___ ___ _____ __ [2021-01-27T15:24:00.745Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-27T15:24:00.745Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-27T15:24:00.745Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-27T15:24:00.745Z] Bash-20210115-cec3c92 [2021-01-27T15:24:00.745Z] [2021-01-27T15:24:00.745Z] [2021-01-27T15:24:00.745Z] ==> git version 2.24.3 found [2021-01-27T15:24:00.745Z] ==> 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-27T15:24:00.745Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-27T15:24:00.745Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-27T15:24:00.745Z] ==> Jenkins CI detected. [2021-01-27T15:24:00.745Z] project root: . [2021-01-27T15:24:00.745Z] --> token set from env [2021-01-27T15:24:00.745Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-27T15:24:00.745Z] ==> Running gcov in . (disable via -X gcov) [2021-01-27T15:24:00.745Z] ==> Python coveragepy not found [2021-01-27T15:24:00.745Z] ==> Searching for coverage reports in: [2021-01-27T15:24:00.745Z] + . [2021-01-27T15:24:00.745Z] -> Found 1 reports [2021-01-27T15:24:00.745Z] ==> Detecting git/mercurial file structure [2021-01-27T15:24:00.745Z] ==> Reading reports [2021-01-27T15:24:00.745Z] + ./coverage.out bytes=564700 [2021-01-27T15:24:00.746Z] ==> Appending adjustments [2021-01-27T15:24:00.746Z] https://docs.codecov.io/docs/fixing-reports [2021-01-27T15:24:04.067Z] + Found adjustments [2021-01-27T15:24:04.067Z] ==> Gzipping contents [2021-01-27T15:24:04.067Z] 84K /tmp/codecov.PY8Tk4.gz [2021-01-27T15:24:04.067Z] ==> Uploading reports [2021-01-27T15:24:04.067Z] url: https://codecov.io [2021-01-27T15:24:04.067Z] query: branch=master&commit=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c&build=322&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F322%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-27T15:24:04.067Z] -> Pinging Codecov [2021-01-27T15:24:04.067Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c&build=322&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F322%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-27T15:24:05.458Z] -> Uploading to [2021-01-27T15:24:05.458Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-27/00271124DB129430A58F1EEE437C3FCB/95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c/aa7c4ddd-4aa8-4d24-bd46-9131aa5a3d12.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T152405Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1b992e7094edc25019b22ddef241c0b7ab826cd20d94eca3d899373e97d7984e [2021-01-27T15:24:05.458Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:24:05.458Z] Dload Upload Total Spent Left Speed [2021-01-27T15:24:05.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85447 0 0 100 85447 0 134k --:--:-- --:--:-- --:--:-- 134k [2021-01-27T15:24:05.983Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c [Pipeline] } [2021-01-27T15:24:05.993Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-27T15:24:06.850Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-27T15:24:06.964Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:24:07.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-27T15:24:07.363Z] [2021-01-27T15:24:07.363Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:24:07.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-27T15:24:07.755Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-27T15:24:07.755Z] 188c0c94c7c5: Already exists [2021-01-27T15:24:07.755Z] 0ef7d3d256c8: Already exists [2021-01-27T15:24:07.755Z] de9db76c5a1d: Already exists [2021-01-27T15:24:07.755Z] 0eba1c9be4d2: Pulling fs layer [2021-01-27T15:24:07.755Z] 0d57e429df01: Pulling fs layer [2021-01-27T15:24:07.755Z] 4e4be7b47b0d: Pulling fs layer [2021-01-27T15:24:07.755Z] e1f770b5df2f: Pulling fs layer [2021-01-27T15:24:07.755Z] 85a0685a4137: Pulling fs layer [2021-01-27T15:24:07.755Z] e1f770b5df2f: Waiting [2021-01-27T15:24:07.755Z] 85a0685a4137: Waiting [2021-01-27T15:24:07.755Z] 0d57e429df01: Verifying Checksum [2021-01-27T15:24:07.755Z] 0d57e429df01: Download complete [2021-01-27T15:24:07.755Z] 4e4be7b47b0d: Verifying Checksum [2021-01-27T15:24:07.755Z] 4e4be7b47b0d: Download complete [2021-01-27T15:24:09.677Z] e1f770b5df2f: Verifying Checksum [2021-01-27T15:24:09.677Z] e1f770b5df2f: Download complete [2021-01-27T15:24:11.602Z] 85a0685a4137: Verifying Checksum [2021-01-27T15:24:11.602Z] 85a0685a4137: Download complete [2021-01-27T15:24:11.864Z] 0eba1c9be4d2: Verifying Checksum [2021-01-27T15:24:11.864Z] 0eba1c9be4d2: Download complete [2021-01-27T15:24:18.493Z] 0eba1c9be4d2: Pull complete [2021-01-27T15:24:18.493Z] 0d57e429df01: Pull complete [2021-01-27T15:24:18.493Z] 4e4be7b47b0d: Pull complete [2021-01-27T15:24:22.707Z] e1f770b5df2f: Pull complete [2021-01-27T15:24:32.738Z] 85a0685a4137: Pull complete [2021-01-27T15:24:32.738Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-27T15:24:32.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-27T15:24:32.738Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-27T15:24:32.953Z] prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container [2021-01-27T15:24:33.013Z] $ 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/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:24:34.140Z] $ docker top 7dd7bf676c36e9068a0234009a3fccf1178d74acde53257f1cb14c557170041d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T15:24:34.400Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-27T15:24:34.692Z] + set -o pipefail [2021-01-27T15:24:34.692Z] + snyk monitor '--org=edgex-jenkins' [2021-01-27T15:24:46.950Z] [2021-01-27T15:24:46.950Z] Monitoring /w/workspace/edgex-go/322 (github.com/edgexfoundry/edgex-go)... [2021-01-27T15:24:46.950Z] [2021-01-27T15:24:46.950Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/734aff91-e7b7-4bf9-a859-9673edf7635a [2021-01-27T15:24:46.950Z] [2021-01-27T15:24:46.950Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-27T15:24:46.950Z] [2021-01-27T15:24:46.950Z] [Pipeline] } [2021-01-27T15:24:46.969Z] $ docker stop --time=1 7dd7bf676c36e9068a0234009a3fccf1178d74acde53257f1cb14c557170041d [2021-01-27T15:24:50.381Z] $ docker rm -f 7dd7bf676c36e9068a0234009a3fccf1178d74acde53257f1cb14c557170041d [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-27T15:24:51.942Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T15:24:52.026Z] provisioning config files... [2021-01-27T15:24:52.036Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/322@tmp/config8146542129226210602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:24:52.451Z] --> edgex-publish-swagger.sh [2021-01-27T15:24:52.451Z] === Publish openapi/v1 API === [2021-01-27T15:24:52.451Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-27T15:24:52.451Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/322/openapi/v1/core-command.yaml] [2021-01-27T15:24:52.451Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:24:52.451Z] Dload Upload Total Spent Left Speed [2021-01-27T15:24:53.843Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8524 0:00:01 0:00:01 --:--:-- 8533 100 10522 0 0 100 10522 0 8523 0:00:01 0:00:01 --:--:-- 8533 [2021-01-27T15:24:53.843Z] [2021-01-27T15:24:53.843Z] [2021-01-27T15:24:53.843Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/322/openapi/v1/core-data.yaml] [2021-01-27T15:24:53.843Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:24:53.843Z] Dload Upload Total Spent Left Speed [2021-01-27T15:24:54.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30311 0:00:01 0:00:01 --:--:-- 30342 [2021-01-27T15:24:54.790Z] [2021-01-27T15:24:54.790Z] [2021-01-27T15:24:54.790Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/322/openapi/v1/core-metadata.yaml] [2021-01-27T15:24:54.790Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:24:54.790Z] Dload Upload Total Spent Left Speed [2021-01-27T15:24:56.178Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60741 0:00:01 0:00:01 --:--:-- 60775 100 73721 0 0 100 73721 0 58581 0:00:01 0:00:01 --:--:-- 58601 [2021-01-27T15:24:56.178Z] [2021-01-27T15:24:56.178Z] [2021-01-27T15:24:56.178Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/322/openapi/v1/support-logging.yaml] [2021-01-27T15:24:56.178Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:24:56.178Z] Dload Upload Total Spent Left Speed [2021-01-27T15:24:57.124Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12331 0:00:01 0:00:01 --:--:-- 12335 100 13581 0 0 100 13581 0 12329 0:00:01 0:00:01 --:--:-- 12335 [2021-01-27T15:24:57.125Z] [2021-01-27T15:24:57.125Z] [2021-01-27T15:24:57.125Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/322/openapi/v1/support-notifications.yaml] [2021-01-27T15:24:57.125Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:24:57.125Z] Dload Upload Total Spent Left Speed [2021-01-27T15:24:58.515Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32797 0:00:01 0:00:01 --:--:-- 32818 100 38890 0 0 100 38890 0 32791 0:00:01 0:00:01 --:--:-- 32818 [2021-01-27T15:24:58.515Z] [2021-01-27T15:24:58.515Z] [2021-01-27T15:24:58.515Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/322/openapi/v1/support-scheduler.yaml] [2021-01-27T15:24:58.515Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:24:58.515Z] Dload Upload Total Spent Left Speed [2021-01-27T15:24:59.470Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11576 0:00:01 0:00:01 --:--:-- 11584 100 14249 0 0 100 14249 0 11173 0:00:01 0:00:01 --:--:-- 11175 [2021-01-27T15:24:59.470Z] [2021-01-27T15:24:59.470Z] [2021-01-27T15:24:59.470Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/322/openapi/v1/system-agent.yaml] [2021-01-27T15:24:59.470Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:24:59.470Z] Dload Upload Total Spent Left Speed [2021-01-27T15:25:00.679Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3386 0:00:01 0:00:01 --:--:-- 3385 100 4110 0 0 100 4110 0 3311 0:00:01 0:00:01 --:--:-- 3309 [2021-01-27T15:25:00.679Z] [2021-01-27T15:25:00.679Z] [2021-01-27T15:25:00.679Z] === Publish openapi/v2 API === [2021-01-27T15:25:00.679Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-27T15:25:00.679Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/322/openapi/v2/core-command.yaml] [2021-01-27T15:25:00.942Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:25:00.942Z] Dload Upload Total Spent Left Speed [2021-01-27T15:25:02.608Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 17209 0:00:01 0:00:01 --:--:-- 17225 100 20843 0 0 100 20843 0 12596 0:00:01 0:00:01 --:--:-- 12601 [2021-01-27T15:25:02.608Z] [2021-01-27T15:25:02.608Z] [2021-01-27T15:25:02.608Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/322/openapi/v2/core-data.yaml] [2021-01-27T15:25:02.608Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:25:02.608Z] Dload Upload Total Spent Left Speed [2021-01-27T15:25:03.999Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 46976 0:00:01 0:00:01 --:--:-- 46958 100 57055 0 0 100 57055 0 46968 0:00:01 0:00:01 --:--:-- 46958 [2021-01-27T15:25:03.999Z] [2021-01-27T15:25:03.999Z] [2021-01-27T15:25:03.999Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/322/openapi/v2/core-metadata.yaml] [2021-01-27T15:25:03.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:25:03.999Z] Dload Upload Total Spent Left Speed [2021-01-27T15:25:04.944Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 102k 0:00:01 0:00:01 --:--:-- 102k 100 120k 0 0 100 120k 0 102k 0:00:01 0:00:01 --:--:-- 102k [2021-01-27T15:25:04.944Z] [2021-01-27T15:25:04.944Z] [2021-01-27T15:25:04.944Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/322/openapi/v2/support-logging.yaml] [2021-01-27T15:25:04.944Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:25:04.944Z] Dload Upload Total Spent Left Speed [2021-01-27T15:25:06.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19487 0:00:01 0:00:01 --:--:-- 19499 100 23692 0 0 100 23692 0 18528 0:00:01 0:00:01 --:--:-- 18538 [2021-01-27T15:25:06.336Z] [2021-01-27T15:25:06.336Z] [2021-01-27T15:25:06.336Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/322/openapi/v2/support-notifications.yaml] [2021-01-27T15:25:06.336Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:25:06.336Z] Dload Upload Total Spent Left Speed [2021-01-27T15:25:07.282Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58900 0 0 100 58900 0 54669 0:00:01 0:00:01 --:--:-- 54688 100 58900 0 0 100 58900 0 54658 0:00:01 0:00:01 --:--:-- 54688 [2021-01-27T15:25:07.282Z] [2021-01-27T15:25:07.282Z] [2021-01-27T15:25:07.282Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/322/openapi/v2/support-scheduler.yaml] [2021-01-27T15:25:07.282Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:25:07.282Z] Dload Upload Total Spent Left Speed [2021-01-27T15:25:09.618Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 39667 0 0 100 39667 0 19279 0:00:02 0:00:02 --:--:-- 19283 100 39667 0 0 100 39667 0 19278 0:00:02 0:00:02 --:--:-- 19283 [2021-01-27T15:25:09.618Z] [2021-01-27T15:25:09.618Z] [2021-01-27T15:25:09.618Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/322/openapi/v2/system-agent.yaml] [2021-01-27T15:25:09.618Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:25:09.618Z] Dload Upload Total Spent Left Speed [2021-01-27T15:25:10.564Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 22529 0:00:01 0:00:01 --:--:-- 22553 100 23726 0 0 100 23726 0 22524 0:00:01 0:00:01 --:--:-- 22531 [2021-01-27T15:25:10.564Z] [2021-01-27T15:25:10.564Z] [Pipeline] } [2021-01-27T15:25:10.575Z] 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-27T15:25:11.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T15:25:11.495Z] . [Pipeline] withDockerContainer [2021-01-27T15:25:11.621Z] prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container [2021-01-27T15:25:11.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:25:12.759Z] $ docker top c0268db8986c976d9a9c9f0b73eb8533cc6fbff414cb6fbaf1e25bbeda31e1d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T15:25:13.076Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T15:25:13.076Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T15:25:13.371Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T15:25:13.377Z] $ docker exec c0268db8986c976d9a9c9f0b73eb8533cc6fbff414cb6fbaf1e25bbeda31e1d2 ssh-agent [2021-01-27T15:25:13.563Z] SSH_AUTH_SOCK=/tmp/ssh-20rVAtThzMa2/agent.12 [2021-01-27T15:25:13.563Z] SSH_AGENT_PID=17 [2021-01-27T15:25:13.572Z] Running ssh-add (command line suppressed) [2021-01-27T15:25:13.719Z] Identity added: /w/workspace/edgex-go/322@tmp/private_key_8771261496954022292.key (/w/workspace/edgex-go/322@tmp/private_key_8771261496954022292.key) [2021-01-27T15:25:13.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T15:25:14.114Z] + git semver tag [2021-01-27T15:25:14.378Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T15:25:14.378Z] # $GIT_DIR = /w/workspace/edgex-go/322/.git [2021-01-27T15:25:14.378Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/322 [2021-01-27T15:25:14.378Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T15:25:14.378Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T15:25:14.378Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T15:25:14.378Z] # $SEMVER_BRANCH = master [2021-01-27T15:25:14.378Z] # $SEMVER_DIR = /w/workspace/edgex-go/322/.semver [2021-01-27T15:25:14.378Z] # 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c HEAD [2021-01-27T15:25:14.954Z] # -> Force: false [2021-01-27T15:25:14.954Z] # 4eff89c1eb41e1911f3dde5cbb8be7a0b4c6f9fb refs/tags/v2.0.0-dev.59 [Pipeline] } [2021-01-27T15:25:14.968Z] $ docker exec --env ******** --env ******** c0268db8986c976d9a9c9f0b73eb8533cc6fbff414cb6fbaf1e25bbeda31e1d2 ssh-agent -k [2021-01-27T15:25:15.106Z] unset SSH_AUTH_SOCK; [2021-01-27T15:25:15.106Z] unset SSH_AGENT_PID; [2021-01-27T15:25:15.106Z] echo Agent pid 17 killed; [2021-01-27T15:25:15.166Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T15:25:15.670Z] + git semver [Pipeline] } [2021-01-27T15:25:15.711Z] $ docker stop --time=1 c0268db8986c976d9a9c9f0b73eb8533cc6fbff414cb6fbaf1e25bbeda31e1d2 [2021-01-27T15:25:17.103Z] $ docker rm -f c0268db8986c976d9a9c9f0b73eb8533cc6fbff414cb6fbaf1e25bbeda31e1d2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:25:17.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-27T15:25:17.740Z] [2021-01-27T15:25:17.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:25:18.082Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-27T15:25:18.082Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-27T15:25:18.082Z] ab5ef0e58194: Pulling fs layer [2021-01-27T15:25:18.082Z] 9712f1f96733: Pulling fs layer [2021-01-27T15:25:18.082Z] 63f879dbbcfc: Pulling fs layer [2021-01-27T15:25:18.082Z] 0d9ebad4ef96: Pulling fs layer [2021-01-27T15:25:18.082Z] e9a5061849ea: Pulling fs layer [2021-01-27T15:25:18.082Z] d747dcd14b5f: Pulling fs layer [2021-01-27T15:25:18.082Z] 2de7ff778b66: Pulling fs layer [2021-01-27T15:25:18.082Z] 0d9ebad4ef96: Waiting [2021-01-27T15:25:18.082Z] e9a5061849ea: Waiting [2021-01-27T15:25:18.082Z] d747dcd14b5f: Waiting [2021-01-27T15:25:18.082Z] 2de7ff778b66: Waiting [2021-01-27T15:25:18.082Z] 9712f1f96733: Download complete [2021-01-27T15:25:20.008Z] 63f879dbbcfc: Verifying Checksum [2021-01-27T15:25:20.008Z] 63f879dbbcfc: Download complete [2021-01-27T15:25:20.008Z] e9a5061849ea: Verifying Checksum [2021-01-27T15:25:20.008Z] e9a5061849ea: Download complete [2021-01-27T15:25:20.009Z] d747dcd14b5f: Verifying Checksum [2021-01-27T15:25:20.009Z] d747dcd14b5f: Download complete [2021-01-27T15:25:20.593Z] 0d9ebad4ef96: Verifying Checksum [2021-01-27T15:25:20.593Z] 0d9ebad4ef96: Download complete [2021-01-27T15:25:20.593Z] ab5ef0e58194: Verifying Checksum [2021-01-27T15:25:20.593Z] ab5ef0e58194: Download complete [2021-01-27T15:25:20.593Z] 2de7ff778b66: Verifying Checksum [2021-01-27T15:25:20.593Z] 2de7ff778b66: Download complete [2021-01-27T15:25:24.847Z] ab5ef0e58194: Pull complete [2021-01-27T15:25:25.421Z] 9712f1f96733: Pull complete [2021-01-27T15:25:27.975Z] 63f879dbbcfc: Pull complete [2021-01-27T15:25:35.533Z] 0d9ebad4ef96: Pull complete [2021-01-27T15:25:36.481Z] e9a5061849ea: Pull complete [2021-01-27T15:25:36.743Z] d747dcd14b5f: Pull complete [2021-01-27T15:25:39.329Z] 2de7ff778b66: Pull complete [2021-01-27T15:25:39.329Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-27T15:25:39.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-27T15:25:39.329Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-27T15:25:39.585Z] prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container [2021-01-27T15:25:39.638Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:25:43.839Z] $ docker top c011922c8be80c06f2c7c6f72ab37f2c0cd44c1f6e4c0b3e6b6058c4bb28d3cb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-27T15:25:44.199Z] provisioning config files... [2021-01-27T15:25:44.215Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/322@tmp/config3566680664151733226tmp [2021-01-27T15:25:44.232Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/322@tmp/config517214345399646146tmp [2021-01-27T15:25:44.248Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/322@tmp/config3828975445595062573tmp [Pipeline] { [Pipeline] echo [2021-01-27T15:25:44.302Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:25:44.600Z] ---> sigul-configuration.sh [2021-01-27T15:25:44.600Z] gpg: directory `/root/.gnupg' created [2021-01-27T15:25:44.600Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-27T15:25:44.600Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-27T15:25:44.600Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-27T15:25:44.600Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-27T15:25:44.600Z] gpg: CAST5 encrypted data [2021-01-27T15:25:44.863Z] gpg: encrypted with 1 passphrase [2021-01-27T15:25:44.863Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-27T15:25:45.166Z] + mkdir /home/jenkins [2021-01-27T15:25:45.166Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-27T15:25:45.477Z] + 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-27T15:25:45.488Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:25:45.794Z] ---> sigul-install.sh [2021-01-27T15:25:52.397Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-27T15:25:52.697Z] + git tag --list [2021-01-27T15:25:52.697Z] 0.6.0 [2021-01-27T15:25:52.697Z] 0.6.1 [2021-01-27T15:25:52.697Z] 0.7.0 [2021-01-27T15:25:52.697Z] 0.7.1 [2021-01-27T15:25:52.697Z] v1.0.0 [2021-01-27T15:25:52.697Z] v1.0.1 [2021-01-27T15:25:52.697Z] v1.1.0 [2021-01-27T15:25:52.697Z] v1.2.0 [2021-01-27T15:25:52.697Z] v1.2.1 [2021-01-27T15:25:52.697Z] v1.2.2-dev.1 [2021-01-27T15:25:52.697Z] v1.2.2-dev.10 [2021-01-27T15:25:52.697Z] v1.2.2-dev.100 [2021-01-27T15:25:52.697Z] v1.2.2-dev.101 [2021-01-27T15:25:52.697Z] v1.2.2-dev.102 [2021-01-27T15:25:52.697Z] v1.2.2-dev.103 [2021-01-27T15:25:52.697Z] v1.2.2-dev.104 [2021-01-27T15:25:52.697Z] v1.2.2-dev.105 [2021-01-27T15:25:52.697Z] v1.2.2-dev.106 [2021-01-27T15:25:52.697Z] v1.2.2-dev.107 [2021-01-27T15:25:52.697Z] v1.2.2-dev.11 [2021-01-27T15:25:52.697Z] v1.2.2-dev.12 [2021-01-27T15:25:52.697Z] v1.2.2-dev.13 [2021-01-27T15:25:52.697Z] v1.2.2-dev.14 [2021-01-27T15:25:52.697Z] v1.2.2-dev.15 [2021-01-27T15:25:52.697Z] v1.2.2-dev.16 [2021-01-27T15:25:52.697Z] v1.2.2-dev.17 [2021-01-27T15:25:52.697Z] v1.2.2-dev.18 [2021-01-27T15:25:52.697Z] v1.2.2-dev.19 [2021-01-27T15:25:52.697Z] v1.2.2-dev.2 [2021-01-27T15:25:52.697Z] v1.2.2-dev.20 [2021-01-27T15:25:52.697Z] v1.2.2-dev.21 [2021-01-27T15:25:52.697Z] v1.2.2-dev.22 [2021-01-27T15:25:52.697Z] v1.2.2-dev.23 [2021-01-27T15:25:52.697Z] v1.2.2-dev.24 [2021-01-27T15:25:52.697Z] v1.2.2-dev.25 [2021-01-27T15:25:52.697Z] v1.2.2-dev.26 [2021-01-27T15:25:52.697Z] v1.2.2-dev.27 [2021-01-27T15:25:52.697Z] v1.2.2-dev.28 [2021-01-27T15:25:52.697Z] v1.2.2-dev.29 [2021-01-27T15:25:52.697Z] v1.2.2-dev.3 [2021-01-27T15:25:52.697Z] v1.2.2-dev.30 [2021-01-27T15:25:52.697Z] v1.2.2-dev.31 [2021-01-27T15:25:52.697Z] v1.2.2-dev.32 [2021-01-27T15:25:52.697Z] v1.2.2-dev.33 [2021-01-27T15:25:52.697Z] v1.2.2-dev.34 [2021-01-27T15:25:52.697Z] v1.2.2-dev.35 [2021-01-27T15:25:52.697Z] v1.2.2-dev.36 [2021-01-27T15:25:52.697Z] v1.2.2-dev.37 [2021-01-27T15:25:52.697Z] v1.2.2-dev.38 [2021-01-27T15:25:52.697Z] v1.2.2-dev.39 [2021-01-27T15:25:52.697Z] v1.2.2-dev.4 [2021-01-27T15:25:52.697Z] v1.2.2-dev.40 [2021-01-27T15:25:52.697Z] v1.2.2-dev.41 [2021-01-27T15:25:52.697Z] v1.2.2-dev.42 [2021-01-27T15:25:52.697Z] v1.2.2-dev.43 [2021-01-27T15:25:52.697Z] v1.2.2-dev.44 [2021-01-27T15:25:52.697Z] v1.2.2-dev.45 [2021-01-27T15:25:52.697Z] v1.2.2-dev.46 [2021-01-27T15:25:52.697Z] v1.2.2-dev.47 [2021-01-27T15:25:52.697Z] v1.2.2-dev.48 [2021-01-27T15:25:52.697Z] v1.2.2-dev.49 [2021-01-27T15:25:52.697Z] v1.2.2-dev.5 [2021-01-27T15:25:52.697Z] v1.2.2-dev.50 [2021-01-27T15:25:52.697Z] v1.2.2-dev.51 [2021-01-27T15:25:52.697Z] v1.2.2-dev.52 [2021-01-27T15:25:52.697Z] v1.2.2-dev.53 [2021-01-27T15:25:52.697Z] v1.2.2-dev.54 [2021-01-27T15:25:52.697Z] v1.2.2-dev.55 [2021-01-27T15:25:52.697Z] v1.2.2-dev.56 [2021-01-27T15:25:52.697Z] v1.2.2-dev.57 [2021-01-27T15:25:52.697Z] v1.2.2-dev.58 [2021-01-27T15:25:52.697Z] v1.2.2-dev.59 [2021-01-27T15:25:52.697Z] v1.2.2-dev.6 [2021-01-27T15:25:52.697Z] v1.2.2-dev.60 [2021-01-27T15:25:52.697Z] v1.2.2-dev.61 [2021-01-27T15:25:52.697Z] v1.2.2-dev.62 [2021-01-27T15:25:52.697Z] v1.2.2-dev.63 [2021-01-27T15:25:52.697Z] v1.2.2-dev.64 [2021-01-27T15:25:52.697Z] v1.2.2-dev.65 [2021-01-27T15:25:52.697Z] v1.2.2-dev.66 [2021-01-27T15:25:52.697Z] v1.2.2-dev.67 [2021-01-27T15:25:52.697Z] v1.2.2-dev.68 [2021-01-27T15:25:52.697Z] v1.2.2-dev.69 [2021-01-27T15:25:52.697Z] v1.2.2-dev.7 [2021-01-27T15:25:52.697Z] v1.2.2-dev.70 [2021-01-27T15:25:52.697Z] v1.2.2-dev.71 [2021-01-27T15:25:52.697Z] v1.2.2-dev.72 [2021-01-27T15:25:52.697Z] v1.2.2-dev.73 [2021-01-27T15:25:52.697Z] v1.2.2-dev.74 [2021-01-27T15:25:52.697Z] v1.2.2-dev.75 [2021-01-27T15:25:52.697Z] v1.2.2-dev.76 [2021-01-27T15:25:52.697Z] v1.2.2-dev.77 [2021-01-27T15:25:52.697Z] v1.2.2-dev.78 [2021-01-27T15:25:52.697Z] v1.2.2-dev.79 [2021-01-27T15:25:52.697Z] v1.2.2-dev.8 [2021-01-27T15:25:52.697Z] v1.2.2-dev.80 [2021-01-27T15:25:52.697Z] v1.2.2-dev.81 [2021-01-27T15:25:52.697Z] v1.2.2-dev.82 [2021-01-27T15:25:52.697Z] v1.2.2-dev.83 [2021-01-27T15:25:52.697Z] v1.2.2-dev.84 [2021-01-27T15:25:52.697Z] v1.2.2-dev.85 [2021-01-27T15:25:52.697Z] v1.2.2-dev.86 [2021-01-27T15:25:52.697Z] v1.2.2-dev.87 [2021-01-27T15:25:52.697Z] v1.2.2-dev.88 [2021-01-27T15:25:52.697Z] v1.2.2-dev.89 [2021-01-27T15:25:52.697Z] v1.2.2-dev.9 [2021-01-27T15:25:52.697Z] v1.2.2-dev.90 [2021-01-27T15:25:52.697Z] v1.2.2-dev.91 [2021-01-27T15:25:52.697Z] v1.2.2-dev.92 [2021-01-27T15:25:52.697Z] v1.2.2-dev.93 [2021-01-27T15:25:52.697Z] v1.2.2-dev.94 [2021-01-27T15:25:52.697Z] v1.2.2-dev.95 [2021-01-27T15:25:52.697Z] v1.2.2-dev.96 [2021-01-27T15:25:52.697Z] v1.2.2-dev.97 [2021-01-27T15:25:52.697Z] v1.2.2-dev.98 [2021-01-27T15:25:52.697Z] v1.2.2-dev.99 [2021-01-27T15:25:52.697Z] v1.3.0 [2021-01-27T15:25:52.697Z] v1.3.1-dev.1 [2021-01-27T15:25:52.697Z] v1.3.1-dev.10 [2021-01-27T15:25:52.697Z] v1.3.1-dev.11 [2021-01-27T15:25:52.697Z] v1.3.1-dev.12 [2021-01-27T15:25:52.697Z] v1.3.1-dev.13 [2021-01-27T15:25:52.697Z] v1.3.1-dev.14 [2021-01-27T15:25:52.697Z] v1.3.1-dev.15 [2021-01-27T15:25:52.697Z] v1.3.1-dev.16 [2021-01-27T15:25:52.697Z] v1.3.1-dev.17 [2021-01-27T15:25:52.697Z] v1.3.1-dev.18 [2021-01-27T15:25:52.697Z] v1.3.1-dev.2 [2021-01-27T15:25:52.697Z] v1.3.1-dev.3 [2021-01-27T15:25:52.697Z] v1.3.1-dev.4 [2021-01-27T15:25:52.697Z] v1.3.1-dev.5 [2021-01-27T15:25:52.697Z] v1.3.1-dev.6 [2021-01-27T15:25:52.697Z] v1.3.1-dev.7 [2021-01-27T15:25:52.697Z] v1.3.1-dev.8 [2021-01-27T15:25:52.697Z] v1.3.1-dev.9 [2021-01-27T15:25:52.697Z] v2.0.0-dev.1 [2021-01-27T15:25:52.697Z] v2.0.0-dev.10 [2021-01-27T15:25:52.697Z] v2.0.0-dev.11 [2021-01-27T15:25:52.697Z] v2.0.0-dev.12 [2021-01-27T15:25:52.697Z] v2.0.0-dev.13 [2021-01-27T15:25:52.697Z] v2.0.0-dev.14 [2021-01-27T15:25:52.697Z] v2.0.0-dev.15 [2021-01-27T15:25:52.697Z] v2.0.0-dev.16 [2021-01-27T15:25:52.697Z] v2.0.0-dev.17 [2021-01-27T15:25:52.697Z] v2.0.0-dev.18 [2021-01-27T15:25:52.697Z] v2.0.0-dev.19 [2021-01-27T15:25:52.697Z] v2.0.0-dev.2 [2021-01-27T15:25:52.697Z] v2.0.0-dev.20 [2021-01-27T15:25:52.697Z] v2.0.0-dev.21 [2021-01-27T15:25:52.697Z] v2.0.0-dev.22 [2021-01-27T15:25:52.697Z] v2.0.0-dev.23 [2021-01-27T15:25:52.697Z] v2.0.0-dev.24 [2021-01-27T15:25:52.697Z] v2.0.0-dev.25 [2021-01-27T15:25:52.697Z] v2.0.0-dev.26 [2021-01-27T15:25:52.697Z] v2.0.0-dev.27 [2021-01-27T15:25:52.697Z] v2.0.0-dev.28 [2021-01-27T15:25:52.697Z] v2.0.0-dev.29 [2021-01-27T15:25:52.697Z] v2.0.0-dev.3 [2021-01-27T15:25:52.697Z] v2.0.0-dev.30 [2021-01-27T15:25:52.697Z] v2.0.0-dev.31 [2021-01-27T15:25:52.697Z] v2.0.0-dev.32 [2021-01-27T15:25:52.697Z] v2.0.0-dev.33 [2021-01-27T15:25:52.697Z] v2.0.0-dev.34 [2021-01-27T15:25:52.697Z] v2.0.0-dev.35 [2021-01-27T15:25:52.697Z] v2.0.0-dev.36 [2021-01-27T15:25:52.697Z] v2.0.0-dev.37 [2021-01-27T15:25:52.697Z] v2.0.0-dev.38 [2021-01-27T15:25:52.697Z] v2.0.0-dev.39 [2021-01-27T15:25:52.697Z] v2.0.0-dev.4 [2021-01-27T15:25:52.697Z] v2.0.0-dev.40 [2021-01-27T15:25:52.697Z] v2.0.0-dev.41 [2021-01-27T15:25:52.697Z] v2.0.0-dev.42 [2021-01-27T15:25:52.697Z] v2.0.0-dev.43 [2021-01-27T15:25:52.697Z] v2.0.0-dev.44 [2021-01-27T15:25:52.697Z] v2.0.0-dev.45 [2021-01-27T15:25:52.697Z] v2.0.0-dev.46 [2021-01-27T15:25:52.697Z] v2.0.0-dev.47 [2021-01-27T15:25:52.697Z] v2.0.0-dev.48 [2021-01-27T15:25:52.697Z] v2.0.0-dev.49 [2021-01-27T15:25:52.697Z] v2.0.0-dev.5 [2021-01-27T15:25:52.697Z] v2.0.0-dev.50 [2021-01-27T15:25:52.697Z] v2.0.0-dev.51 [2021-01-27T15:25:52.697Z] v2.0.0-dev.52 [2021-01-27T15:25:52.697Z] v2.0.0-dev.53 [2021-01-27T15:25:52.697Z] v2.0.0-dev.54 [2021-01-27T15:25:52.697Z] v2.0.0-dev.55 [2021-01-27T15:25:52.697Z] v2.0.0-dev.56 [2021-01-27T15:25:52.697Z] v2.0.0-dev.57 [2021-01-27T15:25:52.697Z] v2.0.0-dev.58 [2021-01-27T15:25:52.697Z] v2.0.0-dev.59 [2021-01-27T15:25:52.697Z] v2.0.0-dev.6 [2021-01-27T15:25:52.697Z] v2.0.0-dev.7 [2021-01-27T15:25:52.697Z] v2.0.0-dev.8 [2021-01-27T15:25:52.697Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-27T15:25:52.999Z] + lftools sign git-tag v2.0.0-dev.59 [2021-01-27T15:25:54.390Z] Signing Git tag with Sigul... [2021-01-27T15:25:54.390Z] Signing v2.0.0-dev.59 [Pipeline] echo [2021-01-27T15:25:55.347Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:25:55.646Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-27T15:25:55.656Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-27T15:25:55.764Z] $ docker stop --time=1 c011922c8be80c06f2c7c6f72ab37f2c0cd44c1f6e4c0b3e6b6058c4bb28d3cb [2021-01-27T15:25:57.754Z] $ docker rm -f c011922c8be80c06f2c7c6f72ab37f2c0cd44c1f6e4c0b3e6b6058c4bb28d3cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:25:58.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T15:25:58.553Z] . [Pipeline] withDockerContainer [2021-01-27T15:25:58.655Z] prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container [2021-01-27T15:25:58.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:25:59.468Z] $ docker top 75707f5a1c1908aeea9120b1093c9f0a617416ea53dd82d3d0bae38001f1f498 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T15:25:59.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T15:25:59.835Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T15:26:00.083Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T15:26:00.089Z] $ docker exec 75707f5a1c1908aeea9120b1093c9f0a617416ea53dd82d3d0bae38001f1f498 ssh-agent [2021-01-27T15:26:00.350Z] SSH_AUTH_SOCK=/tmp/ssh-RSNzou3CRgTn/agent.11 [2021-01-27T15:26:00.351Z] SSH_AGENT_PID=16 [2021-01-27T15:26:00.372Z] Running ssh-add (command line suppressed) [2021-01-27T15:26:00.526Z] Identity added: /w/workspace/edgex-go/322@tmp/private_key_7190919497947049406.key (/w/workspace/edgex-go/322@tmp/private_key_7190919497947049406.key) [2021-01-27T15:26:00.591Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T15:26:00.934Z] + git semver bump pre [2021-01-27T15:26:00.934Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T15:26:00.934Z] # $GIT_DIR = /w/workspace/edgex-go/322/.git [2021-01-27T15:26:00.934Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/322 [2021-01-27T15:26:00.934Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T15:26:00.934Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T15:26:00.934Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T15:26:00.934Z] # $SEMVER_BRANCH = master [2021-01-27T15:26:00.934Z] # $SEMVER_DIR = /w/workspace/edgex-go/322/.semver [2021-01-27T15:26:00.934Z] 2.0.0-dev.60 [Pipeline] } [2021-01-27T15:26:00.974Z] $ docker exec --env ******** --env ******** 75707f5a1c1908aeea9120b1093c9f0a617416ea53dd82d3d0bae38001f1f498 ssh-agent -k [2021-01-27T15:26:01.096Z] unset SSH_AUTH_SOCK; [2021-01-27T15:26:01.096Z] unset SSH_AGENT_PID; [2021-01-27T15:26:01.096Z] echo Agent pid 16 killed; [2021-01-27T15:26:01.173Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T15:26:01.684Z] + git semver [Pipeline] } [2021-01-27T15:26:01.704Z] $ docker stop --time=1 75707f5a1c1908aeea9120b1093c9f0a617416ea53dd82d3d0bae38001f1f498 [2021-01-27T15:26:03.124Z] $ docker rm -f 75707f5a1c1908aeea9120b1093c9f0a617416ea53dd82d3d0bae38001f1f498 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:26:03.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T15:26:03.730Z] . [Pipeline] withDockerContainer [2021-01-27T15:26:03.838Z] prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container [2021-01-27T15:26:03.887Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:26:04.775Z] $ docker top fcc6ce64acdfda71335794166d409eae2213b2772f1302b6c653fae3c418bab9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T15:26:05.065Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T15:26:05.066Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T15:26:05.275Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T15:26:05.280Z] $ docker exec fcc6ce64acdfda71335794166d409eae2213b2772f1302b6c653fae3c418bab9 ssh-agent [2021-01-27T15:26:05.466Z] SSH_AUTH_SOCK=/tmp/ssh-SF8ULWFBR7AI/agent.13 [2021-01-27T15:26:05.466Z] SSH_AGENT_PID=18 [2021-01-27T15:26:05.474Z] Running ssh-add (command line suppressed) [2021-01-27T15:26:05.613Z] Identity added: /w/workspace/edgex-go/322@tmp/private_key_1093411479408841269.key (/w/workspace/edgex-go/322@tmp/private_key_1093411479408841269.key) [2021-01-27T15:26:05.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T15:26:06.003Z] + git semver push [2021-01-27T15:26:06.003Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T15:26:06.003Z] # $GIT_DIR = /w/workspace/edgex-go/322/.git [2021-01-27T15:26:06.003Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/322 [2021-01-27T15:26:06.003Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T15:26:06.003Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T15:26:06.003Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T15:26:06.003Z] # $SEMVER_BRANCH = master [2021-01-27T15:26:06.003Z] # $SEMVER_DIR = /w/workspace/edgex-go/322/.semver [Pipeline] } [2021-01-27T15:26:18.271Z] $ docker exec --env ******** --env ******** fcc6ce64acdfda71335794166d409eae2213b2772f1302b6c653fae3c418bab9 ssh-agent -k [2021-01-27T15:26:18.407Z] unset SSH_AUTH_SOCK; [2021-01-27T15:26:18.407Z] unset SSH_AGENT_PID; [2021-01-27T15:26:18.407Z] echo Agent pid 18 killed; [2021-01-27T15:26:18.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T15:26:18.991Z] + git semver [Pipeline] } [2021-01-27T15:26:19.010Z] $ docker stop --time=1 fcc6ce64acdfda71335794166d409eae2213b2772f1302b6c653fae3c418bab9 [2021-01-27T15:26:20.385Z] $ docker rm -f fcc6ce64acdfda71335794166d409eae2213b2772f1302b6c653fae3c418bab9 [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-27T15:26:21.744Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:26:22.624Z] ---> package-listing.sh [2021-01-27T15:26:22.624Z] ++ facter osfamily [2021-01-27T15:26:22.624Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T15:26:22.624Z] + OS_FAMILY=redhat [2021-01-27T15:26:22.624Z] + workspace=/w/workspace/edgex-go/322 [2021-01-27T15:26:22.624Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T15:26:22.624Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T15:26:22.624Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T15:26:22.624Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T15:26:22.624Z] + '[' /w/workspace/edgex-go/322 ']' [2021-01-27T15:26:22.624Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T15:26:22.624Z] + case "${OS_FAMILY}" in [2021-01-27T15:26:22.624Z] + rpm -qa [2021-01-27T15:26:22.624Z] + sort [2021-01-27T15:26:27.941Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T15:26:27.941Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T15:26:27.941Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T15:26:27.941Z] + '[' /w/workspace/edgex-go/322 ']' [2021-01-27T15:26:27.941Z] + mkdir -p /w/workspace/edgex-go/322/archives/ [2021-01-27T15:26:27.941Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/322/archives/ [Pipeline] echo [2021-01-27T15:26:27.956Z] 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/322/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T15:26:28.248Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:26:28.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T15:26:28.550Z] [2021-01-27T15:26:28.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:26:28.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T15:26:28.891Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T15:26:28.891Z] df20fa9351a1: Pulling fs layer [2021-01-27T15:26:28.891Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T15:26:28.891Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T15:26:28.891Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T15:26:28.891Z] 93b61091891f: Pulling fs layer [2021-01-27T15:26:28.891Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T15:26:28.891Z] 5e14af77c1be: Pulling fs layer [2021-01-27T15:26:28.891Z] 01666e4c0597: Pulling fs layer [2021-01-27T15:26:28.891Z] aa168da1d23b: Pulling fs layer [2021-01-27T15:26:28.891Z] 93b61091891f: Waiting [2021-01-27T15:26:28.891Z] 93b9cdb0e59b: Waiting [2021-01-27T15:26:28.891Z] 5e14af77c1be: Waiting [2021-01-27T15:26:28.891Z] 01666e4c0597: Waiting [2021-01-27T15:26:28.891Z] aa168da1d23b: Waiting [2021-01-27T15:26:28.891Z] 46f8f816bc3b: Waiting [2021-01-27T15:26:28.892Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T15:26:28.892Z] 36b3adc4ff6f: Download complete [2021-01-27T15:26:28.892Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T15:26:28.892Z] 46f8f816bc3b: Download complete [2021-01-27T15:26:29.158Z] df20fa9351a1: Verifying Checksum [2021-01-27T15:26:29.158Z] 93b9cdb0e59b: Verifying Checksum [2021-01-27T15:26:29.158Z] 93b9cdb0e59b: Download complete [2021-01-27T15:26:29.158Z] 5e14af77c1be: Verifying Checksum [2021-01-27T15:26:29.158Z] 5e14af77c1be: Download complete [2021-01-27T15:26:29.158Z] 93b61091891f: Verifying Checksum [2021-01-27T15:26:29.158Z] 93b61091891f: Download complete [2021-01-27T15:26:29.158Z] 01666e4c0597: Verifying Checksum [2021-01-27T15:26:29.158Z] 01666e4c0597: Download complete [2021-01-27T15:26:29.158Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T15:26:29.158Z] 8ad3a11d3b57: Download complete [2021-01-27T15:26:29.421Z] df20fa9351a1: Pull complete [2021-01-27T15:26:30.000Z] 36b3adc4ff6f: Pull complete [2021-01-27T15:26:31.407Z] 8ad3a11d3b57: Pull complete [2021-01-27T15:26:31.407Z] 46f8f816bc3b: Pull complete [2021-01-27T15:26:31.670Z] aa168da1d23b: Verifying Checksum [2021-01-27T15:26:31.670Z] aa168da1d23b: Download complete [2021-01-27T15:26:32.244Z] 93b61091891f: Pull complete [2021-01-27T15:26:32.244Z] 93b9cdb0e59b: Pull complete [2021-01-27T15:26:32.244Z] 5e14af77c1be: Pull complete [2021-01-27T15:26:32.507Z] 01666e4c0597: Pull complete [2021-01-27T15:26:40.681Z] aa168da1d23b: Pull complete [2021-01-27T15:26:40.681Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T15:26:40.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T15:26:40.681Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T15:26:40.851Z] prd-centos7-docker-4c-2g-23408 does not seem to be running inside a container [2021-01-27T15:26:40.905Z] $ 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/322/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/322 -v /w/workspace/edgex-go/322:/w/workspace/edgex-go/322:rw,z -v /w/workspace/edgex-go/322@tmp:/w/workspace/edgex-go/322@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-27T15:26:44.285Z] $ docker top 81da1896bc7e4dd27c7ed07d24b62bed3d4776090a671b7ba942172e73f4ad21 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:26:45.001Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T15:26:45.321Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T15:26:45.623Z] + ls /var/log/sa-host [2021-01-27T15:26:45.623Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T15:26:45.623Z] file_magic: OK [2021-01-27T15:26:45.623Z] HZ: Using current value: 100 [2021-01-27T15:26:45.623Z] file_header: OK [2021-01-27T15:26:45.623Z] 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-27T15:26:45.623Z] Statistics: [2021-01-27T15:26:45.623Z] Hnuu...uuuununununu... [2021-01-27T15:26:45.623Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T15:26:45.623Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T15:26:45.623Z] file_magic: OK [2021-01-27T15:26:45.623Z] HZ: Using current value: 100 [2021-01-27T15:26:45.623Z] file_header: OK [2021-01-27T15:26:45.623Z] 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-27T15:26:45.623Z] Statistics: [2021-01-27T15:26:45.623Z] 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-27T15:26:45.623Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T15:26:46.243Z] provisioning config files... [2021-01-27T15:26:46.260Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/322@tmp/config2358875583896244675tmp [Pipeline] { [Pipeline] echo [2021-01-27T15:26:46.335Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:26:46.633Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T15:26:46.644Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T15:26:46.747Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:26:47.043Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T15:26:47.054Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:26:47.349Z] ---> sudo-logs.sh [2021-01-27T15:26:47.350Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T15:26:47.360Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:26:47.657Z] ---> job-cost.sh [2021-01-27T15:26:47.657Z] lf-activate-venv: SKIPPING [2021-01-27T15:26:47.657Z] INFO: No Stack... [2021-01-27T15:26:48.602Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T15:26:49.178Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T15:26:49.191Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:26:49.489Z] ---> logs-deploy.sh [2021-01-27T15:26:49.489Z] lf-activate-venv: SKIPPING [2021-01-27T15:26:49.489Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/322 [2021-01-27T15:26:49.489Z] INFO: archiving workspace using pattern(s): [2021-01-27T15:26:51.407Z] Archives upload complete. [2021-01-27T15:26:51.408Z] INFO: archiving logs to Nexus