Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f155a7c6506425abdabefc4c4caef6dce7961eb8 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14528 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/244 [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/244 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision f155a7c6506425abdabefc4c4caef6dce7961eb8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f155a7c6506425abdabefc4c4caef6dce7961eb8 # timeout=10 Commit message: "feat(security): Remove Vault TLS (#2890)" > git rev-list --no-walk ea7b503a9546216dd81c953d672cd622a91671c4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-04T20:51:08.857Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-04T20:51:09.164Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-04T20:51:09.282Z] ========================================================= [2020-12-04T20:51:09.282Z] EdgeX Global Pipelines Version Info [2020-12-04T20:51:09.282Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-04T20:51:11.147Z] ------------------- [2020-12-04T20:51:11.147Z] stable info: [2020-12-04T20:51:11.147Z] ------------------- [2020-12-04T20:51:11.147Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-04T20:51:11.148Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T20:51:11.148Z] Message: update stable to v1.0.169 [2020-12-04T20:51:11.722Z] ------------------- [2020-12-04T20:51:11.722Z] experimental info: [2020-12-04T20:51:11.722Z] ------------------- [2020-12-04T20:51:11.722Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-04T20:51:11.722Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-04T20:51:11.722Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T20:51:12.028Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-04T20:51:12.139Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-04T20:51:12.273Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-04T20:51:12.405Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-04T20:51:12.515Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-04T20:51:12.630Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-04T20:51:12.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-04T20:51:12.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-04T20:51:13.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-04T20:51:13.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-04T20:51:13.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-04T20:51:13.417Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-04T20:51:13.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-04T20:51:13.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-04T20:51:13.762Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T20:51:13.868Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T20:51:13.979Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-04T20:51:14.083Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-04T20:51:14.252Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-04T20:51:14.351Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-04T20:51:14.505Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-04T20:51:14.607Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-04T20:51:14.706Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-04T20:51:14.813Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-04T20:51:14.917Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-04T20:51:15.023Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] echo [2020-12-04T20:51:15.169Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f155a7c [Pipeline] echo [2020-12-04T20:51:15.276Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T20:51:15.463Z] provisioning config files... [2020-12-04T20:51:15.490Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/244@tmp/config7877933900857964857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T20:51:15.861Z] ---> docker-login.sh [2020-12-04T20:51:15.862Z] nexus3.edgexfoundry.org:10001 [2020-12-04T20:51:16.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T20:51:16.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T20:51:16.386Z] Configure a credential helper to remove this warning. See [2020-12-04T20:51:16.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T20:51:16.386Z] [2020-12-04T20:51:16.386Z] Login Succeeded [2020-12-04T20:51:16.386Z] nexus3.edgexfoundry.org:10002 [2020-12-04T20:51:16.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T20:51:16.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T20:51:16.386Z] Configure a credential helper to remove this warning. See [2020-12-04T20:51:16.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T20:51:16.386Z] [2020-12-04T20:51:16.386Z] Login Succeeded [2020-12-04T20:51:16.386Z] nexus3.edgexfoundry.org:10003 [2020-12-04T20:51:16.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T20:51:16.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T20:51:16.653Z] Configure a credential helper to remove this warning. See [2020-12-04T20:51:16.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T20:51:16.653Z] [2020-12-04T20:51:16.653Z] Login Succeeded [2020-12-04T20:51:16.653Z] nexus3.edgexfoundry.org:10004 [2020-12-04T20:51:16.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T20:51:16.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T20:51:16.915Z] Configure a credential helper to remove this warning. See [2020-12-04T20:51:16.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T20:51:16.915Z] [2020-12-04T20:51:16.915Z] Login Succeeded [2020-12-04T20:51:16.915Z] docker.io [2020-12-04T20:51:16.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T20:51:17.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T20:51:17.178Z] Configure a credential helper to remove this warning. See [2020-12-04T20:51:17.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T20:51:17.178Z] [2020-12-04T20:51:17.178Z] Login Succeeded [2020-12-04T20:51:17.178Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T20:51:17.187Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T20:51:17.697Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-04T20:51:17.697Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T20:51:17.697Z] ++ dirname cmd/core-command/Dockerfile [2020-12-04T20:51:17.697Z] ++ cut -d/ -f2 [2020-12-04T20:51:17.697Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-04T20:51:17.697Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T20:51:17.697Z] ++ dirname cmd/core-data/Dockerfile [2020-12-04T20:51:17.697Z] ++ cut -d/ -f2 [2020-12-04T20:51:17.697Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-04T20:51:17.697Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T20:51:17.697Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-04T20:51:17.697Z] ++ cut -d/ -f2 [2020-12-04T20:51:17.697Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-04T20:51:17.697Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T20:51:17.697Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-04T20:51:17.697Z] ++ cut -d/ -f2 [2020-12-04T20:51:17.697Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-04T20:51:17.697Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T20:51:17.697Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-04T20:51:17.697Z] ++ cut -d/ -f2 [2020-12-04T20:51:17.697Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-04T20:51:17.697Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T20:51:17.697Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-04T20:51:17.697Z] ++ cut -d/ -f2 [2020-12-04T20:51:17.697Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-04T20:51:17.697Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T20:51:17.697Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-04T20:51:17.697Z] ++ cut -d/ -f2 [2020-12-04T20:51:17.697Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-04T20:51:17.697Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T20:51:17.697Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-04T20:51:17.697Z] ++ cut -d/ -f2 [2020-12-04T20:51:17.697Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-04T20:51:17.697Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T20:51:17.697Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-04T20:51:17.697Z] ++ cut -d/ -f2 [2020-12-04T20:51:17.697Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-04T20:51:17.697Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T20:51:17.697Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-04T20:51:17.697Z] ++ cut -d/ -f2 [2020-12-04T20:51:17.697Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-04T20:51:17.777Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:51:19.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T20:51:19.291Z] [2020-12-04T20:51:19.291Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:51:19.644Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T20:51:19.644Z] latest: Pulling from edgex-devops/git-semver [2020-12-04T20:51:19.644Z] 31603596830f: Pulling fs layer [2020-12-04T20:51:19.644Z] 2a8b12db71e7: Pulling fs layer [2020-12-04T20:51:19.644Z] 6ca5941a6612: Pulling fs layer [2020-12-04T20:51:19.644Z] ecc8261a40a4: Pulling fs layer [2020-12-04T20:51:19.644Z] ecc8261a40a4: Waiting [2020-12-04T20:51:19.644Z] 2a8b12db71e7: Download complete [2020-12-04T20:51:19.916Z] 31603596830f: Verifying Checksum [2020-12-04T20:51:19.916Z] 31603596830f: Download complete [2020-12-04T20:51:19.916Z] 6ca5941a6612: Verifying Checksum [2020-12-04T20:51:19.916Z] 6ca5941a6612: Download complete [2020-12-04T20:51:19.916Z] ecc8261a40a4: Download complete [2020-12-04T20:51:20.183Z] 31603596830f: Pull complete [2020-12-04T20:51:20.447Z] 2a8b12db71e7: Pull complete [2020-12-04T20:51:21.396Z] 6ca5941a6612: Pull complete [2020-12-04T20:51:21.396Z] ecc8261a40a4: Pull complete [2020-12-04T20:51:21.396Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-04T20:51:21.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T20:51:21.396Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-04T20:51:21.503Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T20:51:21.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T20:51:24.043Z] $ docker top 535a5a59a106eaaeac66b068bc503e6d7a257064239a0d66e11c1ab7ce57c6af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T20:51:24.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T20:51:24.388Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T20:51:24.616Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T20:51:24.622Z] $ docker exec 535a5a59a106eaaeac66b068bc503e6d7a257064239a0d66e11c1ab7ce57c6af ssh-agent [2020-12-04T20:51:24.780Z] SSH_AUTH_SOCK=/tmp/ssh-emhVhCFyTLPT/agent.11 [2020-12-04T20:51:24.780Z] SSH_AGENT_PID=16 [2020-12-04T20:51:24.790Z] Running ssh-add (command line suppressed) [2020-12-04T20:51:24.906Z] Identity added: /w/workspace/edgex-go/244@tmp/private_key_9046099205972858639.key (/w/workspace/edgex-go/244@tmp/private_key_9046099205972858639.key) [2020-12-04T20:51:24.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T20:51:25.289Z] + git tag --points-at HEAD [Pipeline] } [2020-12-04T20:51:25.313Z] $ docker exec --env ******** --env ******** 535a5a59a106eaaeac66b068bc503e6d7a257064239a0d66e11c1ab7ce57c6af ssh-agent -k [2020-12-04T20:51:25.434Z] unset SSH_AUTH_SOCK; [2020-12-04T20:51:25.434Z] unset SSH_AGENT_PID; [2020-12-04T20:51:25.434Z] echo Agent pid 16 killed; [2020-12-04T20:51:25.471Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-04T20:51:25.661Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T20:51:25.661Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T20:51:25.820Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T20:51:25.826Z] $ docker exec 535a5a59a106eaaeac66b068bc503e6d7a257064239a0d66e11c1ab7ce57c6af ssh-agent [2020-12-04T20:51:25.982Z] SSH_AUTH_SOCK=/tmp/ssh-E71lq2XuBJaS/agent.45 [2020-12-04T20:51:25.982Z] SSH_AGENT_PID=51 [2020-12-04T20:51:25.989Z] Running ssh-add (command line suppressed) [2020-12-04T20:51:26.108Z] Identity added: /w/workspace/edgex-go/244@tmp/private_key_8488782876518532665.key (/w/workspace/edgex-go/244@tmp/private_key_8488782876518532665.key) [2020-12-04T20:51:26.158Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T20:51:26.510Z] + git semver init [2020-12-04T20:51:26.510Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T20:51:26.510Z] # $GIT_DIR = /w/workspace/edgex-go/244/.git [2020-12-04T20:51:26.510Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/244 [2020-12-04T20:51:26.510Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T20:51:26.510Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T20:51:26.510Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T20:51:26.510Z] # $SEMVER_BRANCH = master [2020-12-04T20:51:26.510Z] # $SEMVER_TEMP = /tmp/semver-827053584 [2020-12-04T20:51:26.510Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-04T20:51:44.660Z] # '/tmp/semver-827053584' -> '/w/workspace/edgex-go/244/.semver' [2020-12-04T20:51:44.660Z] # -> Force: false [2020-12-04T20:51:44.660Z] # $SEMVER_DIR = /w/workspace/edgex-go/244/.semver [Pipeline] } [2020-12-04T20:51:44.674Z] $ docker exec --env ******** --env ******** 535a5a59a106eaaeac66b068bc503e6d7a257064239a0d66e11c1ab7ce57c6af ssh-agent -k [2020-12-04T20:51:44.880Z] unset SSH_AUTH_SOCK; [2020-12-04T20:51:44.881Z] unset SSH_AGENT_PID; [2020-12-04T20:51:44.881Z] echo Agent pid 51 killed; [2020-12-04T20:51:44.942Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T20:51:45.443Z] + git semver [Pipeline] } [2020-12-04T20:51:45.462Z] $ docker stop --time=1 535a5a59a106eaaeac66b068bc503e6d7a257064239a0d66e11c1ab7ce57c6af [2020-12-04T20:51:47.015Z] $ docker rm -f 535a5a59a106eaaeac66b068bc503e6d7a257064239a0d66e11c1ab7ce57c6af [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T20:51:47.663Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-04T20:51:48.189Z] Stashed 1 file(s) [Pipeline] echo [2020-12-04T20:51:48.191Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T20:51:49.177Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-04T20:51:49.476Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T20:51:49.774Z] + sudo service docker restart [2020-12-04T20:51:49.774Z] + true [2020-12-04T20:51:49.774Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-04T20:51:50.360Z] ========================================================= [2020-12-04T20:51:50.360Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-04T20:51:50.360Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:51:50.718Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-04T20:51:54.965Z] Sending build context to Docker daemon 326.2MB [2020-12-04T20:51:54.965Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T20:51:54.965Z] Step 2/7 : FROM ${BASE} [2020-12-04T20:51:54.965Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-04T20:51:54.965Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T20:51:54.965Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T20:51:54.965Z] de9db76c5a1d: Pulling fs layer [2020-12-04T20:51:54.965Z] bca2f99d35d6: Pulling fs layer [2020-12-04T20:51:54.965Z] 93359f2a8cfa: Pulling fs layer [2020-12-04T20:51:54.965Z] 7c6f9722023f: Pulling fs layer [2020-12-04T20:51:54.965Z] a35cf1a2eb13: Pulling fs layer [2020-12-04T20:51:54.965Z] 93359f2a8cfa: Waiting [2020-12-04T20:51:54.965Z] 7c6f9722023f: Waiting [2020-12-04T20:51:54.965Z] a35cf1a2eb13: Waiting [2020-12-04T20:51:54.965Z] bca2f99d35d6: Waiting [2020-12-04T20:51:54.965Z] 0ef7d3d256c8: Download complete [2020-12-04T20:51:54.965Z] de9db76c5a1d: Verifying Checksum [2020-12-04T20:51:54.965Z] de9db76c5a1d: Download complete [2020-12-04T20:51:54.965Z] 93359f2a8cfa: Verifying Checksum [2020-12-04T20:51:54.965Z] 93359f2a8cfa: Download complete [2020-12-04T20:51:54.965Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T20:51:54.965Z] 188c0c94c7c5: Download complete [2020-12-04T20:51:54.965Z] 7c6f9722023f: Verifying Checksum [2020-12-04T20:51:54.965Z] 7c6f9722023f: Download complete [2020-12-04T20:51:55.228Z] 188c0c94c7c5: Pull complete [2020-12-04T20:51:55.492Z] 0ef7d3d256c8: Pull complete [2020-12-04T20:51:55.754Z] de9db76c5a1d: Pull complete [2020-12-04T20:51:57.149Z] a35cf1a2eb13: Verifying Checksum [2020-12-04T20:51:57.149Z] a35cf1a2eb13: Download complete [2020-12-04T20:51:58.109Z] bca2f99d35d6: Verifying Checksum [2020-12-04T20:51:58.109Z] bca2f99d35d6: Download complete [2020-12-04T20:52:03.660Z] Still waiting to schedule task [2020-12-04T20:52:03.660Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-04T20:52:04.977Z] bca2f99d35d6: Pull complete [2020-12-04T20:52:04.977Z] 93359f2a8cfa: Pull complete [2020-12-04T20:52:04.977Z] 7c6f9722023f: Pull complete [2020-12-04T20:52:09.203Z] a35cf1a2eb13: Pull complete [2020-12-04T20:52:09.203Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-04T20:52:09.203Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-04T20:52:09.203Z] ---> a62c8e92a672 [2020-12-04T20:52:09.203Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-04T20:52:09.203Z] ---> Running in 87572ad24cc8 [2020-12-04T20:52:09.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:52:10.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:52:10.614Z] (1/12) Installing libmagic (5.38-r0) [2020-12-04T20:52:10.876Z] (2/12) Installing file (5.38-r0) [2020-12-04T20:52:10.876Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-04T20:52:10.876Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-04T20:52:14.186Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-04T20:52:14.186Z] (6/12) Installing patch (2.7.6-r6) [2020-12-04T20:52:14.186Z] (7/12) Installing build-base (0.5-r2) [2020-12-04T20:52:14.448Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-04T20:52:14.448Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-04T20:52:14.448Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-04T20:52:14.710Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-04T20:52:14.710Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-04T20:52:14.973Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T20:52:14.973Z] OK: 233 MiB in 51 packages [2020-12-04T20:52:18.290Z] Removing intermediate container 87572ad24cc8 [2020-12-04T20:52:18.290Z] ---> c8b967d2d219 [2020-12-04T20:52:18.290Z] Step 4/7 : WORKDIR /edgex-go [2020-12-04T20:52:18.290Z] ---> Running in 09d5a44d3e12 [2020-12-04T20:52:18.552Z] Removing intermediate container 09d5a44d3e12 [2020-12-04T20:52:18.552Z] ---> bed7b13b8554 [2020-12-04T20:52:18.552Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-04T20:52:19.499Z] latest: Pulling from library/docker [2020-12-04T20:52:19.499Z] 188c0c94c7c5: Already exists [2020-12-04T20:52:19.499Z] 0c7c675703d6: Pulling fs layer [2020-12-04T20:52:19.499Z] cc8c12a437cb: Pulling fs layer [2020-12-04T20:52:19.499Z] f092543453df: Pulling fs layer [2020-12-04T20:52:19.499Z] 65b6bc45957d: Pulling fs layer [2020-12-04T20:52:19.499Z] 4de832df471b: Pulling fs layer [2020-12-04T20:52:19.499Z] 79aa7fa92271: Pulling fs layer [2020-12-04T20:52:19.499Z] 65b6bc45957d: Waiting [2020-12-04T20:52:19.499Z] 4de832df471b: Waiting [2020-12-04T20:52:19.499Z] 79aa7fa92271: Waiting [2020-12-04T20:52:19.499Z] cc8c12a437cb: Verifying Checksum [2020-12-04T20:52:19.499Z] cc8c12a437cb: Download complete [2020-12-04T20:52:19.499Z] 0c7c675703d6: Verifying Checksum [2020-12-04T20:52:19.499Z] 0c7c675703d6: Download complete [2020-12-04T20:52:19.762Z] 65b6bc45957d: Verifying Checksum [2020-12-04T20:52:19.762Z] 65b6bc45957d: Download complete [2020-12-04T20:52:19.762Z] 4de832df471b: Verifying Checksum [2020-12-04T20:52:19.762Z] 4de832df471b: Download complete [2020-12-04T20:52:19.762Z] 79aa7fa92271: Verifying Checksum [2020-12-04T20:52:19.762Z] 79aa7fa92271: Download complete [2020-12-04T20:52:19.762Z] 0c7c675703d6: Pull complete [2020-12-04T20:52:20.039Z] cc8c12a437cb: Pull complete [2020-12-04T20:52:20.620Z] f092543453df: Verifying Checksum [2020-12-04T20:52:20.620Z] f092543453df: Download complete [2020-12-04T20:52:23.181Z] f092543453df: Pull complete [2020-12-04T20:52:23.181Z] 65b6bc45957d: Pull complete [2020-12-04T20:52:23.181Z] 4de832df471b: Pull complete [2020-12-04T20:52:23.181Z] 79aa7fa92271: Pull complete [2020-12-04T20:52:23.181Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-04T20:52:23.181Z] Status: Downloaded newer image for docker:latest [2020-12-04T20:52:25.740Z] ---> 50df585329b1 [2020-12-04T20:52:25.741Z] Step 6/7 : COPY go.mod . [2020-12-04T20:52:25.741Z] ---> 4c8c50d4df25 [2020-12-04T20:52:25.741Z] Step 7/7 : RUN go mod download [2020-12-04T20:52:25.741Z] ---> Running in 4f33c2dc3b9b [2020-12-04T20:52:47.767Z] Removing intermediate container 4f33c2dc3b9b [2020-12-04T20:52:47.767Z] ---> a17264129f59 [2020-12-04T20:52:47.767Z] Successfully built a17264129f59 [2020-12-04T20:52:47.767Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:52:48.092Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T20:52:48.092Z] . [Pipeline] withDockerContainer [2020-12-04T20:52:48.212Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T20:52:48.269Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@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 ******** ci-base-image-x86_64 cat [2020-12-04T20:52:49.065Z] $ docker top 1927983f61319a3c8ae3d3023e77d4e3cba2185f333f58acdad77f4f60897532 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T20:52:49.564Z] + go version [2020-12-04T20:52:49.564Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-04T20:52:49.582Z] $ docker stop --time=1 1927983f61319a3c8ae3d3023e77d4e3cba2185f333f58acdad77f4f60897532 [2020-12-04T20:52:50.930Z] $ docker rm -f 1927983f61319a3c8ae3d3023e77d4e3cba2185f333f58acdad77f4f60897532 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:52:51.809Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T20:52:51.810Z] . [Pipeline] withDockerContainer [2020-12-04T20:52:52.002Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T20:52:52.119Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@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 ******** ci-base-image-x86_64 cat [2020-12-04T20:52:52.884Z] $ docker top 23ef8102c0746db359eb9b7db184869ab9aca128746a87a92bfef19d4a374768 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-04T20:52:53.132Z] ========================================================= [2020-12-04T20:52:53.132Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-04T20:52:53.132Z] ========================================================= [Pipeline] sh [2020-12-04T20:52:53.430Z] + make test [2020-12-04T20:52:53.430Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-04T20:53:01.651Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-04T20:53:16.768Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-04T20:53:22.122Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-04T20:53:23.535Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-04T20:53:23.535Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-04T20:53:23.535Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-04T20:53:23.535Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-04T20:53:23.535Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-04T20:53:26.128Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s [2020-12-04T20:53:26.128Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-04T20:53:26.128Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-04T20:53:26.128Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-04T20:53:26.128Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-04T20:53:26.128Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-04T20:53:26.128Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-04T20:53:28.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 46.6% of statements [2020-12-04T20:53:28.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-04T20:53:28.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-04T20:53:28.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-04T20:53:28.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-04T20:53:28.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-04T20:53:32.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.1% of statements [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-04T20:53:32.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-04T20:53:32.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-04T20:53:32.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.077s coverage: 65.5% of statements [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-04T20:53:32.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.112s coverage: 82.7% of statements [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-04T20:53:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-04T20:53:34.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.377s coverage: 28.6% of statements [2020-12-04T20:53:34.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-04T20:53:34.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-04T20:53:34.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-04T20:53:34.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-04T20:53:34.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-04T20:53:34.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2020-12-04T20:53:34.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-04T20:53:34.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2020-12-04T20:53:34.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-04T20:53:34.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2020-12-04T20:53:34.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-04T20:53:34.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements [2020-12-04T20:53:34.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-04T20:53:34.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements [2020-12-04T20:53:34.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-04T20:53:34.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-04T20:53:34.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-04T20:53:34.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-04T20:53:36.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.300s coverage: 94.7% of statements [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-04T20:53:36.638Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-04T20:53:36.638Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.0% of statements [no tests to run] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-04T20:53:36.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2020-12-04T20:53:36.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-04T20:53:36.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.061s coverage: 75.5% of statements [2020-12-04T20:53:36.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements [2020-12-04T20:53:36.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2020-12-04T20:53:36.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 84.2% of statements [2020-12-04T20:53:37.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.048s coverage: 100.0% of statements [2020-12-04T20:53:37.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-04T20:53:38.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.204s coverage: 63.5% of statements [2020-12-04T20:53:38.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-04T20:53:38.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-04T20:53:38.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2020-12-04T20:53:38.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2020-12-04T20:53:38.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2020-12-04T20:53:38.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2020-12-04T20:53:38.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2020-12-04T20:53:40.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.308s coverage: 55.9% of statements [2020-12-04T20:53:40.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-04T20:53:40.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-04T20:53:40.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-04T20:53:40.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-04T20:53:40.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-04T20:53:40.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-04T20:53:49.905Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14529 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-04T20:53:49.978Z] Running in /w/workspace/edgex-go/244 [Pipeline] { [Pipeline] checkout [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.369s coverage: 86.3% of statements [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.107s coverage: 72.2% of statements [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.388s coverage: 72.1% of statements [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.079s coverage: 96.8% of statements [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.2% of statements [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.292s coverage: 84.0% of statements [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.094s coverage: 47.1% of statements [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.030s coverage: 100.0% of statements [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-04T20:53:50.457Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.633s coverage: 29.1% of statements [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-04T20:53:50.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-04T20:53:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-04T20:53:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-04T20:53:50.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2020-12-04T20:53:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-04T20:53:50.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2020-12-04T20:53:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-04T20:53:50.458Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2020-12-04T20:53:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-04T20:53:50.458Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2020-12-04T20:53:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-04T20:53:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-04T20:53:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-04T20:53:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-04T20:53:50.458Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2020-12-04T20:53:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-04T20:53:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-04T20:53:50.458Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2020-12-04T20:53:50.458Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2020-12-04T20:53:50.458Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2020-12-04T20:53:50.723Z] GO111MODULE=on go vet ./... [2020-12-04T20:53:54.730Z] using credential edgex-jenkins-ssh [2020-12-04T20:53:54.794Z] Cloning the remote Git repository [2020-12-04T20:53:54.887Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-04T20:53:54.999Z] > git init /w/workspace/edgex-go/244 # timeout=10 [2020-12-04T20:53:55.099Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T20:53:55.100Z] > git --version # timeout=10 [2020-12-04T20:53:55.132Z] > git --version # 'git version 2.17.1' [2020-12-04T20:53:55.133Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T20:53:55.208Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T20:54:11.619Z] Checking out Revision f155a7c6506425abdabefc4c4caef6dce7961eb8 (master) [2020-12-04T20:54:10.991Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T20:54:11.014Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T20:54:11.039Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T20:54:11.076Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T20:54:11.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T20:54:11.088Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T20:54:11.652Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T20:54:11.671Z] > git checkout -f f155a7c6506425abdabefc4c4caef6dce7961eb8 # timeout=10 [2020-12-04T20:54:16.109Z] Commit message: "feat(security): Remove Vault TLS (#2890)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T20:54:17.477Z] gofmt -l . [2020-12-04T20:54:17.477Z] [ "`gofmt -l .`" = "" ] [2020-12-04T20:54:17.477Z] ./bin/test-go-mod-tidy.sh [2020-12-04T20:54:17.477Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-04T20:54:17.805Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-04T20:54:18.043Z] + ls -al . [2020-12-04T20:54:18.043Z] total 648 [2020-12-04T20:54:18.043Z] drwxrwxr-x 10 1001 1001 4096 Dec 4 20:54 . [2020-12-04T20:54:18.043Z] drwxr-xr-x 4 root root 32 Dec 4 20:52 .. [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 11 Dec 4 20:51 .dockerignore [2020-12-04T20:54:18.043Z] drwxrwxr-x 8 1001 1001 162 Dec 4 20:51 .git [2020-12-04T20:54:18.043Z] drwxrwxr-x 3 1001 1001 125 Dec 4 20:51 .github [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 971 Dec 4 20:51 .gitignore [2020-12-04T20:54:18.043Z] drwx------ 3 1001 1001 32 Dec 4 20:51 .semver [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 166 Dec 4 20:51 .sonarcloud.properties [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 3804 Dec 4 20:51 CONTRIBUTING.md [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 1035 Dec 4 20:51 Dockerfile.build [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 863 Dec 4 20:51 Jenkinsfile [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 10775 Dec 4 20:51 LICENSE [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 6318 Dec 4 20:51 Makefile [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 6447 Dec 4 20:51 README.md [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 259 Dec 4 20:51 SECURITY.md [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 11 Dec 4 20:51 VERSION [2020-12-04T20:54:18.043Z] -rw-rw-r-- 1 1001 1001 4131 Dec 4 20:51 ZMQWindows.md [2020-12-04T20:54:18.043Z] drwxrwxr-x 2 1001 1001 117 Dec 4 20:51 bin [2020-12-04T20:54:18.043Z] drwxrwxr-x 15 1001 1001 4096 Dec 4 20:51 cmd [2020-12-04T20:54:18.043Z] -rw-r--r-- 1 root root 554771 Dec 4 20:53 coverage.out [2020-12-04T20:54:18.043Z] -rw-r--r-- 1 root root 1041 Dec 4 20:54 go.mod [2020-12-04T20:54:18.044Z] -rw-r--r-- 1 root root 18856 Dec 4 20:54 go.sum [2020-12-04T20:54:18.044Z] drwxrwxr-x 8 1001 1001 127 Dec 4 20:51 internal [2020-12-04T20:54:18.044Z] drwxrwxr-x 4 1001 1001 26 Dec 4 20:51 openapi [2020-12-04T20:54:18.044Z] drwxrwxr-x 4 1001 1001 71 Dec 4 20:51 snap [2020-12-04T20:54:18.044Z] -rw-rw-r-- 1 1001 1001 168 Dec 4 20:51 version.go [Pipeline] sh [2020-12-04T20:54:18.257Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T20:54:18.352Z] + '[' -e coverage.out ] [2020-12-04T20:54:18.353Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-04T20:54:18.562Z] Stashed 1 file(s) [Pipeline] sh [2020-12-04T20:54:18.603Z] + sudo service docker restart [2020-12-04T20:54:18.603Z] + true [2020-12-04T20:54:18.861Z] + make build [2020-12-04T20:54:18.861Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T20:54:20.683Z] provisioning config files... [2020-12-04T20:54:20.725Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/244@tmp/config7952340788791090718tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T20:54:21.146Z] ---> docker-login.sh [2020-12-04T20:54:21.146Z] nexus3.edgexfoundry.org:10001 [2020-12-04T20:54:21.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T20:54:22.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T20:54:22.371Z] Configure a credential helper to remove this warning. See [2020-12-04T20:54:22.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T20:54:22.371Z] [2020-12-04T20:54:22.371Z] Login Succeeded [2020-12-04T20:54:22.371Z] nexus3.edgexfoundry.org:10002 [2020-12-04T20:54:22.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T20:54:22.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T20:54:22.922Z] Configure a credential helper to remove this warning. See [2020-12-04T20:54:22.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T20:54:22.923Z] [2020-12-04T20:54:22.923Z] Login Succeeded [2020-12-04T20:54:22.923Z] nexus3.edgexfoundry.org:10003 [2020-12-04T20:54:23.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-04T20:54:23.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T20:54:23.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T20:54:23.468Z] Configure a credential helper to remove this warning. See [2020-12-04T20:54:23.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T20:54:23.468Z] [2020-12-04T20:54:23.468Z] Login Succeeded [2020-12-04T20:54:23.468Z] nexus3.edgexfoundry.org:10004 [2020-12-04T20:54:23.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T20:54:24.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T20:54:24.016Z] Configure a credential helper to remove this warning. See [2020-12-04T20:54:24.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T20:54:24.017Z] [2020-12-04T20:54:24.017Z] Login Succeeded [2020-12-04T20:54:24.017Z] docker.io [2020-12-04T20:54:24.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T20:54:24.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T20:54:24.561Z] Configure a credential helper to remove this warning. See [2020-12-04T20:54:24.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T20:54:24.561Z] [2020-12-04T20:54:24.561Z] Login Succeeded [2020-12-04T20:54:24.561Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T20:54:24.580Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-04T20:54:25.025Z] ========================================================= [2020-12-04T20:54:25.025Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-04T20:54:25.025Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:54:25.407Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-04T20:54:27.372Z] Sending build context to Docker daemon 165.5MB [2020-12-04T20:54:27.647Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T20:54:27.647Z] Step 2/7 : FROM ${BASE} [2020-12-04T20:54:27.647Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-04T20:54:27.647Z] 5f621e34cdf4: Pulling fs layer [2020-12-04T20:54:27.647Z] a4357932f1b6: Pulling fs layer [2020-12-04T20:54:27.647Z] 18c013af1878: Pulling fs layer [2020-12-04T20:54:27.647Z] 00ac8860ef70: Pulling fs layer [2020-12-04T20:54:27.647Z] 63d7cb157983: Pulling fs layer [2020-12-04T20:54:27.647Z] b116817d02f9: Pulling fs layer [2020-12-04T20:54:27.647Z] 745a02a5169b: Pulling fs layer [2020-12-04T20:54:27.647Z] 00ac8860ef70: Waiting [2020-12-04T20:54:27.647Z] 63d7cb157983: Waiting [2020-12-04T20:54:27.647Z] b116817d02f9: Waiting [2020-12-04T20:54:27.647Z] 745a02a5169b: Waiting [2020-12-04T20:54:27.647Z] 18c013af1878: Download complete [2020-12-04T20:54:27.647Z] a4357932f1b6: Verifying Checksum [2020-12-04T20:54:27.647Z] a4357932f1b6: Download complete [2020-12-04T20:54:27.647Z] 63d7cb157983: Verifying Checksum [2020-12-04T20:54:27.647Z] 63d7cb157983: Download complete [2020-12-04T20:54:27.647Z] b116817d02f9: Verifying Checksum [2020-12-04T20:54:27.647Z] b116817d02f9: Download complete [2020-12-04T20:54:27.647Z] 5f621e34cdf4: Download complete [2020-12-04T20:54:28.245Z] 5f621e34cdf4: Pull complete [2020-12-04T20:54:28.843Z] a4357932f1b6: Pull complete [2020-12-04T20:54:29.455Z] 18c013af1878: Pull complete [2020-12-04T20:54:30.050Z] 745a02a5169b: Verifying Checksum [2020-12-04T20:54:30.050Z] 745a02a5169b: Download complete [2020-12-04T20:54:31.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/core-command/core-command ./cmd/core-command [2020-12-04T20:54:31.477Z] 00ac8860ef70: Verifying Checksum [2020-12-04T20:54:31.477Z] 00ac8860ef70: Download complete [2020-12-04T20:54:32.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-04T20:54:34.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-04T20:54:34.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-04T20:54:35.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-04T20:54:37.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-04T20:54:38.163Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-04T20:54:39.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-04T20:54:40.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-04T20:54:41.634Z] 00ac8860ef70: Pull complete [2020-12-04T20:54:41.634Z] 63d7cb157983: Pull complete [2020-12-04T20:54:41.634Z] b116817d02f9: Pull complete [2020-12-04T20:54:41.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-04T20:54:42.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-04T20:54:43.600Z] $ docker stop --time=1 23ef8102c0746db359eb9b7db184869ab9aca128746a87a92bfef19d4a374768 [2020-12-04T20:54:45.298Z] $ docker rm -f 23ef8102c0746db359eb9b7db184869ab9aca128746a87a92bfef19d4a374768 [Pipeline] // withDockerContainer [Pipeline] } [2020-12-04T20:54:45.952Z] 745a02a5169b: Pull complete [2020-12-04T20:54:45.952Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-04T20:54:45.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-04T20:54:45.952Z] ---> b7e6874047d6 [2020-12-04T20:54:45.952Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-04T20:54:48.585Z] ---> Running in 018d76da0b05 [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:54:49.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T20:54:49.010Z] [2020-12-04T20:54:49.010Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:54:49.394Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T20:54:49.394Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-04T20:54:49.394Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-04T20:54:49.394Z] ca9280d653b3: Pulling fs layer [2020-12-04T20:54:49.394Z] 7e9c9ca2126c: Pulling fs layer [2020-12-04T20:54:49.657Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-04T20:54:49.657Z] cbdbe7a5bc2a: Download complete [2020-12-04T20:54:49.918Z] cbdbe7a5bc2a: Pull complete [2020-12-04T20:54:49.919Z] ca9280d653b3: Verifying Checksum [2020-12-04T20:54:49.919Z] ca9280d653b3: Download complete [2020-12-04T20:54:50.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T20:54:50.865Z] ca9280d653b3: Pull complete [2020-12-04T20:54:50.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T20:54:51.128Z] 7e9c9ca2126c: Download complete [2020-12-04T20:54:51.961Z] (1/12) Installing libmagic (5.38-r0) [2020-12-04T20:54:51.961Z] (2/12) Installing file (5.38-r0) [2020-12-04T20:54:52.230Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-04T20:54:52.230Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-04T20:54:57.608Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-04T20:54:57.608Z] (6/12) Installing patch (2.7.6-r6) [2020-12-04T20:54:57.608Z] (7/12) Installing build-base (0.5-r2) [2020-12-04T20:54:57.608Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-04T20:54:57.608Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-04T20:54:57.608Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-04T20:54:57.608Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-04T20:54:57.608Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-04T20:54:57.880Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T20:54:57.880Z] OK: 217 MiB in 51 packages [2020-12-04T20:54:59.298Z] 7e9c9ca2126c: Pull complete [2020-12-04T20:54:59.298Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-04T20:54:59.298Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T20:54:59.298Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-04T20:54:59.428Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T20:54:59.474Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-04T20:55:00.316Z] $ docker top b85fc3d703b5f7d7566af9de081f77c3b99e13cc33dfda4dd306c79c6d778b47 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T20:55:00.903Z] + docker-compose build --help [2020-12-04T20:55:00.904Z] + grep parallel [2020-12-04T20:55:01.850Z] --parallel Build images in parallel. [Pipeline] } [2020-12-04T20:55:01.865Z] $ docker stop --time=1 b85fc3d703b5f7d7566af9de081f77c3b99e13cc33dfda4dd306c79c6d778b47 [2020-12-04T20:55:02.177Z] Removing intermediate container 018d76da0b05 [2020-12-04T20:55:02.177Z] ---> 9b18651dea7a [2020-12-04T20:55:02.177Z] Step 4/7 : WORKDIR /edgex-go [2020-12-04T20:55:02.177Z] ---> Running in 5978754b0e6f [2020-12-04T20:55:02.449Z] Removing intermediate container 5978754b0e6f [2020-12-04T20:55:02.449Z] ---> 11d28c1baeb5 [2020-12-04T20:55:02.449Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-04T20:55:03.039Z] latest: Pulling from library/docker [2020-12-04T20:55:03.039Z] 5f621e34cdf4: Already exists [2020-12-04T20:55:03.039Z] 85db56a05063: Pulling fs layer [2020-12-04T20:55:03.039Z] ccb67d6aeaaa: Pulling fs layer [2020-12-04T20:55:03.039Z] de930078acea: Pulling fs layer [2020-12-04T20:55:03.039Z] d5a9d88a4785: Pulling fs layer [2020-12-04T20:55:03.039Z] e7f15c1544d5: Pulling fs layer [2020-12-04T20:55:03.039Z] 877c515997d3: Pulling fs layer [2020-12-04T20:55:03.039Z] d5a9d88a4785: Waiting [2020-12-04T20:55:03.039Z] e7f15c1544d5: Waiting [2020-12-04T20:55:03.039Z] 877c515997d3: Waiting [2020-12-04T20:55:03.250Z] $ docker rm -f b85fc3d703b5f7d7566af9de081f77c3b99e13cc33dfda4dd306c79c6d778b47 [2020-12-04T20:55:03.319Z] ccb67d6aeaaa: Download complete [2020-12-04T20:55:03.319Z] 85db56a05063: Download complete [2020-12-04T20:55:03.319Z] d5a9d88a4785: Verifying Checksum [2020-12-04T20:55:03.319Z] d5a9d88a4785: Download complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:55:03.595Z] e7f15c1544d5: Verifying Checksum [2020-12-04T20:55:03.595Z] e7f15c1544d5: Download complete [2020-12-04T20:55:03.595Z] 877c515997d3: Verifying Checksum [2020-12-04T20:55:03.595Z] 877c515997d3: Download complete [2020-12-04T20:55:03.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T20:55:03.866Z] . [2020-12-04T20:55:03.867Z] 85db56a05063: Pull complete [Pipeline] withDockerContainer [2020-12-04T20:55:03.959Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T20:55:04.003Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@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 [2020-12-04T20:55:04.466Z] ccb67d6aeaaa: Pull complete [2020-12-04T20:55:04.739Z] de930078acea: Verifying Checksum [2020-12-04T20:55:04.739Z] de930078acea: Download complete [2020-12-04T20:55:04.764Z] $ docker top 28b78742314b0569e5642ecaacbffd905cb4338630bebfd191c91c83d62336f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T20:55:05.287Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-04T20:55:06.233Z] Building docker-core-command-go ... [2020-12-04T20:55:06.233Z] Building docker-core-data-go ... [2020-12-04T20:55:06.233Z] Building docker-core-metadata-go ... [2020-12-04T20:55:06.233Z] Building docker-security-bootstrap-redis-go ... [2020-12-04T20:55:06.233Z] Building docker-security-proxy-setup-go ... [2020-12-04T20:55:06.233Z] Building docker-security-secrets-setup-go ... [2020-12-04T20:55:06.233Z] Building docker-security-secretstore-setup-go ... [2020-12-04T20:55:06.233Z] Building docker-support-notifications-go ... [2020-12-04T20:55:06.233Z] Building docker-support-scheduler-go ... [2020-12-04T20:55:06.233Z] Building docker-sys-mgmt-agent-go ... [2020-12-04T20:55:06.233Z] Building docker-core-data-go [2020-12-04T20:55:06.233Z] Building docker-security-secrets-setup-go [2020-12-04T20:55:06.233Z] Building docker-support-notifications-go [2020-12-04T20:55:06.233Z] Building docker-sys-mgmt-agent-go [2020-12-04T20:55:06.233Z] Building docker-support-scheduler-go [2020-12-04T20:55:08.127Z] de930078acea: Pull complete [2020-12-04T20:55:08.401Z] d5a9d88a4785: Pull complete [2020-12-04T20:55:08.677Z] e7f15c1544d5: Pull complete [2020-12-04T20:55:08.955Z] 877c515997d3: Pull complete [2020-12-04T20:55:08.955Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-04T20:55:08.955Z] Status: Downloaded newer image for docker:latest [2020-12-04T20:55:12.362Z] ---> 05d364141f76 [2020-12-04T20:55:12.362Z] Step 6/7 : COPY go.mod . [2020-12-04T20:55:12.955Z] ---> e7abfdad5c64 [2020-12-04T20:55:12.955Z] Step 7/7 : RUN go mod download [2020-12-04T20:55:12.955Z] ---> Running in 65599239ad16 [2020-12-04T20:55:38.444Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:55:38.444Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-04T20:55:38.444Z] ---> a17264129f59 [2020-12-04T20:55:38.444Z] Step 3/29 : WORKDIR /edgex-go [2020-12-04T20:55:38.444Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:55:38.444Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:55:38.444Z] ---> a17264129f59 [2020-12-04T20:55:38.444Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T20:55:38.444Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:55:38.444Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:55:38.444Z] ---> a17264129f59 [2020-12-04T20:55:38.444Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T20:55:38.444Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:55:38.444Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:55:38.444Z] ---> a17264129f59 [2020-12-04T20:55:38.444Z] Step 3/27 : WORKDIR /edgex-go [2020-12-04T20:55:38.444Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:55:38.444Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:55:38.444Z] ---> a17264129f59 [2020-12-04T20:55:38.444Z] Step 3/23 : WORKDIR /edgex-go [2020-12-04T20:55:39.729Z] Removing intermediate container 65599239ad16 [2020-12-04T20:55:39.729Z] ---> e2a31898cba3 [2020-12-04T20:55:39.729Z] Successfully built e2a31898cba3 [2020-12-04T20:55:39.729Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:55:39.855Z] ---> Running in 35233bee5c79 [2020-12-04T20:55:39.855Z] ---> Running in 4f780bbd7168 [2020-12-04T20:55:39.855Z] ---> Running in 58336687719f [2020-12-04T20:55:39.855Z] ---> Running in 29da4c34b6a6 [2020-12-04T20:55:39.855Z] ---> Running in 3228b1cc9c40 [2020-12-04T20:55:40.070Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T20:55:40.070Z] . [Pipeline] withDockerContainer [2020-12-04T20:55:40.122Z] Removing intermediate container 35233bee5c79 [2020-12-04T20:55:40.122Z] ---> 9e4a6879431d [2020-12-04T20:55:40.122Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:55:40.122Z] Removing intermediate container 29da4c34b6a6 [2020-12-04T20:55:40.122Z] ---> 59de56c81674 [2020-12-04T20:55:40.122Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:55:40.122Z] Removing intermediate container 3228b1cc9c40 [2020-12-04T20:55:40.122Z] ---> c1e6ca5223ef [2020-12-04T20:55:40.122Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:55:40.122Z] Removing intermediate container 58336687719f [2020-12-04T20:55:40.122Z] ---> 4cd5e882372b [2020-12-04T20:55:40.122Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:55:40.311Z] prd-ubuntu18.04-docker-arm64-4c-16g-14529 does not seem to be running inside a container [2020-12-04T20:55:40.384Z] Removing intermediate container 4f780bbd7168 [2020-12-04T20:55:40.385Z] ---> 3efd5137dca6 [2020-12-04T20:55:40.385Z] Step 4/29 : RUN apk update && apk add make git [2020-12-04T20:55:40.385Z] ---> Running in 12821ffb0402 [2020-12-04T20:55:40.385Z] ---> Running in c9a2c24866d8 [2020-12-04T20:55:40.385Z] ---> Running in 7c17acb54a6e [2020-12-04T20:55:40.385Z] ---> Running in fa2af45dced4 [2020-12-04T20:55:40.385Z] ---> Running in 3b54e998111b [2020-12-04T20:55:40.406Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@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 ******** ci-base-image-arm64 cat [2020-12-04T20:55:41.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:55:41.935Z] $ docker top 3cdf5397708d2169d257b42ff41fc633f0918e084418afe1deffcc3fbc585e69 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T20:55:42.365Z] Removing intermediate container 12821ffb0402 [2020-12-04T20:55:42.365Z] ---> 9e4f7aa1d45e [2020-12-04T20:55:42.365Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-04T20:55:42.365Z] ---> Running in 813893e73a61 [2020-12-04T20:55:42.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:55:42.365Z] Removing intermediate container c9a2c24866d8 [2020-12-04T20:55:42.365Z] ---> a4e4eb1abc6b [2020-12-04T20:55:42.365Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-04T20:55:42.627Z] Removing intermediate container 7c17acb54a6e [2020-12-04T20:55:42.627Z] ---> 134dfba98f85 [2020-12-04T20:55:42.627Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-04T20:55:42.627Z] ---> Running in c6fbcfd6eb76 [2020-12-04T20:55:42.891Z] ---> Running in e60ac3c9d7ba [2020-12-04T20:55:42.891Z] Removing intermediate container fa2af45dced4 [2020-12-04T20:55:42.891Z] ---> a414bf53bf3c [2020-12-04T20:55:42.891Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T20:55:42.891Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:55:42.891Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:55:42.891Z] OK: 12745 distinct packages available [2020-12-04T20:55:42.962Z] + go version [2020-12-04T20:55:42.962Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-04T20:55:42.999Z] $ docker stop --time=1 3cdf5397708d2169d257b42ff41fc633f0918e084418afe1deffcc3fbc585e69 [2020-12-04T20:55:43.153Z] ---> Running in a7361899ad78 [2020-12-04T20:55:43.154Z] OK: 233 MiB in 51 packages [2020-12-04T20:55:43.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:55:43.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:55:43.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:55:43.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:55:43.680Z] Removing intermediate container 3b54e998111b [2020-12-04T20:55:43.680Z] ---> dc0677a77055 [2020-12-04T20:55:43.680Z] Step 5/29 : COPY go.mod . [2020-12-04T20:55:43.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:55:43.942Z] ---> 8e15bc40292a [2020-12-04T20:55:44.214Z] Step 6/29 : RUN go mod download [2020-12-04T20:55:44.214Z] ---> Running in 52c5d4ff9e15 [2020-12-04T20:55:44.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:55:44.481Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:55:44.481Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:55:44.481Z] OK: 12745 distinct packages available [2020-12-04T20:55:44.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:55:44.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:55:44.761Z] OK: 233 MiB in 51 packages [2020-12-04T20:55:44.761Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:55:44.761Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:55:44.761Z] OK: 12745 distinct packages available [2020-12-04T20:55:44.937Z] $ docker rm -f 3cdf5397708d2169d257b42ff41fc633f0918e084418afe1deffcc3fbc585e69 [2020-12-04T20:55:45.029Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:55:45.029Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:55:45.029Z] OK: 12745 distinct packages available [2020-12-04T20:55:45.029Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:55:45.029Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:55:45.029Z] OK: 12745 distinct packages available [2020-12-04T20:55:45.029Z] OK: 233 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [2020-12-04T20:55:45.300Z] Removing intermediate container 813893e73a61 [2020-12-04T20:55:45.300Z] ---> f444c0414f69 [2020-12-04T20:55:45.300Z] Step 6/24 : COPY go.mod . [2020-12-04T20:55:45.300Z] OK: 233 MiB in 51 packages [2020-12-04T20:55:45.300Z] OK: 233 MiB in 51 packages [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-12-04T20:55:45.568Z] ---> 2c56226b7463 [2020-12-04T20:55:45.568Z] Step 7/24 : RUN go mod download Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-12-04T20:55:45.831Z] Removing intermediate container c6fbcfd6eb76 [2020-12-04T20:55:45.831Z] ---> efe4a224dce0 [2020-12-04T20:55:45.831Z] Step 6/27 : COPY go.mod . [2020-12-04T20:55:45.831Z] ---> Running in 1465fd056d97 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:55:46.093Z] ---> daddc96277eb [2020-12-04T20:55:46.093Z] Step 7/27 : RUN go mod download [2020-12-04T20:55:46.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T20:55:46.254Z] [2020-12-04T20:55:46.254Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:55:46.354Z] ---> Running in 5486e73f9e7a [2020-12-04T20:55:46.622Z] Removing intermediate container a7361899ad78 [2020-12-04T20:55:46.622Z] ---> cab90d8e09d1 [2020-12-04T20:55:46.622Z] Step 6/21 : COPY go.mod . [2020-12-04T20:55:46.622Z] Removing intermediate container e60ac3c9d7ba [2020-12-04T20:55:46.622Z] ---> 23ee58f60ff3 [2020-12-04T20:55:46.622Z] Step 6/23 : COPY go.mod . [2020-12-04T20:55:46.622Z] Removing intermediate container 52c5d4ff9e15 [2020-12-04T20:55:46.622Z] ---> 25582e89fae6 [2020-12-04T20:55:46.622Z] Step 7/29 : COPY . . [2020-12-04T20:55:46.647Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T20:55:46.920Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-04T20:55:46.920Z] 29e5d40040c1: Pulling fs layer [2020-12-04T20:55:46.920Z] 1ce36da41761: Pulling fs layer [2020-12-04T20:55:46.920Z] 25b303627fd3: Pulling fs layer [2020-12-04T20:55:46.920Z] 29e5d40040c1: Verifying Checksum [2020-12-04T20:55:46.920Z] 29e5d40040c1: Download complete [2020-12-04T20:55:47.209Z] ---> 9ddb1a7ac637 [2020-12-04T20:55:47.209Z] Step 7/21 : RUN go mod download [2020-12-04T20:55:47.209Z] ---> 0528f61be214 [2020-12-04T20:55:47.209Z] Step 7/23 : RUN go mod download [2020-12-04T20:55:47.474Z] ---> Running in 8c99411981a0 [2020-12-04T20:55:47.520Z] 1ce36da41761: Verifying Checksum [2020-12-04T20:55:47.520Z] 1ce36da41761: Download complete [2020-12-04T20:55:47.520Z] 29e5d40040c1: Pull complete [2020-12-04T20:55:47.744Z] ---> Running in 0443f72369cd [2020-12-04T20:55:48.963Z] 1ce36da41761: Pull complete [2020-12-04T20:55:49.236Z] 25b303627fd3: Verifying Checksum [2020-12-04T20:55:49.236Z] 25b303627fd3: Download complete [2020-12-04T20:55:51.994Z] Removing intermediate container 1465fd056d97 [2020-12-04T20:55:51.994Z] ---> a794517c2e3a [2020-12-04T20:55:51.994Z] Step 8/24 : COPY . . [2020-12-04T20:55:56.232Z] Removing intermediate container 5486e73f9e7a [2020-12-04T20:55:56.232Z] ---> 6f0087867c01 [2020-12-04T20:55:56.232Z] Step 8/27 : COPY . . [2020-12-04T20:55:59.373Z] 25b303627fd3: Pull complete [2020-12-04T20:55:59.373Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-04T20:55:59.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T20:55:59.373Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-04T20:55:59.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-14529 does not seem to be running inside a container [2020-12-04T20:55:59.685Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-04T20:56:02.759Z] $ docker top 0ccd4cb9c5ec158d2befb2ed93d69681a4257953e4d74aa46062a9b24e4c077d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T20:56:03.796Z] + docker-compose build --help [2020-12-04T20:56:03.796Z] + grep parallel [2020-12-04T20:56:04.593Z] Removing intermediate container 8c99411981a0 [2020-12-04T20:56:04.593Z] ---> 7e0f95729ed1 [2020-12-04T20:56:04.593Z] Step 8/21 : COPY . . [2020-12-04T20:56:04.593Z] Removing intermediate container 0443f72369cd [2020-12-04T20:56:04.593Z] ---> d2438fafdf16 [2020-12-04T20:56:04.593Z] Step 8/23 : COPY . . [2020-12-04T20:56:07.170Z] --parallel Build images in parallel. [Pipeline] } [2020-12-04T20:56:07.207Z] $ docker stop --time=1 0ccd4cb9c5ec158d2befb2ed93d69681a4257953e4d74aa46062a9b24e4c077d [2020-12-04T20:56:09.170Z] $ docker rm -f 0ccd4cb9c5ec158d2befb2ed93d69681a4257953e4d74aa46062a9b24e4c077d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T20:56:09.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T20:56:09.985Z] . [Pipeline] withDockerContainer [2020-12-04T20:56:10.349Z] prd-ubuntu18.04-docker-arm64-4c-16g-14529 does not seem to be running inside a container [2020-12-04T20:56:10.463Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-04T20:56:11.838Z] $ docker top 2edfd388c6fb776499cfd8fa49e02fed7f0207ee7366e8fbfa65b4a7c083a341 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T20:56:12.939Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-04T20:56:17.278Z] Building docker-core-command-go ... [2020-12-04T20:56:17.278Z] Building docker-core-data-go ... [2020-12-04T20:56:17.278Z] Building docker-core-metadata-go ... [2020-12-04T20:56:17.278Z] Building docker-security-bootstrap-redis-go ... [2020-12-04T20:56:17.278Z] Building docker-security-proxy-setup-go ... [2020-12-04T20:56:17.278Z] Building docker-security-secrets-setup-go ... [2020-12-04T20:56:17.278Z] Building docker-security-secretstore-setup-go ... [2020-12-04T20:56:17.278Z] Building docker-support-notifications-go ... [2020-12-04T20:56:17.278Z] Building docker-support-scheduler-go ... [2020-12-04T20:56:17.278Z] Building docker-sys-mgmt-agent-go ... [2020-12-04T20:56:17.278Z] Building docker-core-command-go [2020-12-04T20:56:17.279Z] Building docker-core-metadata-go [2020-12-04T20:56:17.279Z] Building docker-security-proxy-setup-go [2020-12-04T20:56:17.279Z] Building docker-security-secretstore-setup-go [2020-12-04T20:56:17.279Z] Building docker-core-data-go [2020-12-04T20:56:23.053Z] ---> 5928bfba892c [2020-12-04T20:56:23.053Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-04T20:56:27.298Z] ---> Running in a0fb5203e70c [2020-12-04T20:56:30.836Z] ---> 35e886661256 [2020-12-04T20:56:30.836Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-04T20:56:30.836Z] ---> ba06a69e5c98 [2020-12-04T20:56:30.836Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-04T20:56:32.770Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-04T20:56:33.732Z] ---> Running in 51269c2bf9cc [2020-12-04T20:56:33.732Z] ---> Running in 5c19b9fee649 [2020-12-04T20:56:35.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-04T20:56:35.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-04T20:56:38.014Z] ---> 08eddd821cbc [2020-12-04T20:56:38.014Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-04T20:56:38.014Z] ---> bb7fd2424f07 [2020-12-04T20:56:38.014Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-04T20:56:38.281Z] ---> Running in 3e0be496b982 [2020-12-04T20:56:38.281Z] ---> Running in d4598249fe10 [2020-12-04T20:56:39.262Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/core-data/core-data ./cmd/core-data [2020-12-04T20:56:39.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-04T20:57:01.374Z] Removing intermediate container a0fb5203e70c [2020-12-04T20:57:01.374Z] ---> 0ca554e1c005 [2020-12-04T20:57:01.374Z] [2020-12-04T20:57:01.374Z] Step 9/29 : FROM alpine:latest [2020-12-04T20:57:01.374Z] latest: Pulling from library/alpine [2020-12-04T20:57:01.374Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T20:57:01.374Z] Status: Downloaded newer image for alpine:latest [2020-12-04T20:57:01.374Z] ---> d6e46aa2470d [2020-12-04T20:57:01.374Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-04T20:57:01.374Z] ---> Running in 0709217c8b68 [2020-12-04T20:57:01.374Z] Removing intermediate container 0709217c8b68 [2020-12-04T20:57:01.374Z] ---> d76d058fff6a [2020-12-04T20:57:01.374Z] Step 11/29 : USER root [2020-12-04T20:57:01.374Z] ---> Running in 9d4812ac1cc3 [2020-12-04T20:57:01.650Z] Removing intermediate container 9d4812ac1cc3 [2020-12-04T20:57:01.650Z] ---> cbb4b44d571d [2020-12-04T20:57:01.650Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-04T20:57:01.920Z] ---> Running in 5cb72a306fd2 [2020-12-04T20:57:02.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:57:02.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:57:03.168Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:57:03.168Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:57:03.168Z] OK: 12746 distinct packages available [2020-12-04T20:57:03.441Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-04T20:57:03.712Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-04T20:57:03.712Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T20:57:03.712Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T20:57:03.712Z] OK: 6 MiB in 16 packages [2020-12-04T20:57:04.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:57:04.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:57:04.226Z] ---> e2a31898cba3 [2020-12-04T20:57:04.226Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T20:57:04.226Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:57:04.226Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:57:04.226Z] ---> e2a31898cba3 [2020-12-04T20:57:04.226Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T20:57:04.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:57:04.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:57:04.226Z] ---> e2a31898cba3 [2020-12-04T20:57:04.226Z] Step 3/23 : WORKDIR /edgex-go [2020-12-04T20:57:04.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:57:04.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:57:04.226Z] ---> e2a31898cba3 [2020-12-04T20:57:04.226Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T20:57:04.226Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:57:04.226Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:57:04.226Z] ---> e2a31898cba3 [2020-12-04T20:57:04.226Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T20:57:04.226Z] ---> Running in 94190749114c [2020-12-04T20:57:04.226Z] ---> Running in 7e7cba331ba5 [2020-12-04T20:57:04.226Z] ---> Running in 2bdb8a04395e [2020-12-04T20:57:04.226Z] ---> Running in d882ca7b33ef [2020-12-04T20:57:04.226Z] ---> Running in 1e9a69fe1fca [2020-12-04T20:57:04.510Z] Removing intermediate container 1e9a69fe1fca [2020-12-04T20:57:04.510Z] ---> 81f3d1847757 [2020-12-04T20:57:04.510Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:57:04.510Z] Removing intermediate container 2bdb8a04395e [2020-12-04T20:57:04.510Z] ---> 16aa72af71fa [2020-12-04T20:57:04.510Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:57:04.510Z] Removing intermediate container 94190749114c [2020-12-04T20:57:04.510Z] ---> 25c19dc5723d [2020-12-04T20:57:04.510Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:57:04.784Z] Removing intermediate container d882ca7b33ef [2020-12-04T20:57:04.784Z] ---> 955811a98ff5 [2020-12-04T20:57:04.784Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:57:04.784Z] Removing intermediate container 7e7cba331ba5 [2020-12-04T20:57:04.784Z] ---> 1b847e422086 [2020-12-04T20:57:04.784Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:57:04.784Z] ---> Running in 905edd8758da [2020-12-04T20:57:04.784Z] ---> Running in 51012695149c [2020-12-04T20:57:04.784Z] ---> Running in 7b04ce6db958 [2020-12-04T20:57:04.784Z] ---> Running in 0e513762bcd3 [2020-12-04T20:57:04.784Z] ---> Running in 8115ff7d582b [2020-12-04T20:57:06.313Z] Removing intermediate container 51269c2bf9cc [2020-12-04T20:57:06.313Z] ---> 2b476969c345 [2020-12-04T20:57:06.313Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-04T20:57:06.313Z] ---> Running in 029dc3bca1ce [2020-12-04T20:57:06.585Z] Removing intermediate container 5cb72a306fd2 [2020-12-04T20:57:06.585Z] ---> ababc9ea338e [2020-12-04T20:57:06.585Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-04T20:57:07.189Z] ---> Running in d9a4fabcc2ef [2020-12-04T20:57:07.458Z] Removing intermediate container d9a4fabcc2ef [2020-12-04T20:57:07.458Z] ---> 31920dadd96a [2020-12-04T20:57:07.458Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-04T20:57:07.458Z] ---> Running in 1a3d3b51a8a7 [2020-12-04T20:57:07.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-04T20:57:07.728Z] Removing intermediate container 1a3d3b51a8a7 [2020-12-04T20:57:07.728Z] ---> 75539dd4a5c1 [2020-12-04T20:57:07.728Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-04T20:57:07.996Z] ---> Running in 5aa23483ce60 [2020-12-04T20:57:09.137Z] Removing intermediate container 905edd8758da [2020-12-04T20:57:09.137Z] ---> ede3844be4a6 [2020-12-04T20:57:09.137Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T20:57:09.137Z] ---> Running in 302710fc8287 [2020-12-04T20:57:09.137Z] Removing intermediate container 51012695149c [2020-12-04T20:57:09.137Z] ---> 387d9c7bf61a [2020-12-04T20:57:09.137Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-04T20:57:09.137Z] ---> Running in 59b32850078c [2020-12-04T20:57:09.137Z] Removing intermediate container 8115ff7d582b [2020-12-04T20:57:09.137Z] ---> 9dcebcedebda [2020-12-04T20:57:09.137Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T20:57:09.417Z] Removing intermediate container 0e513762bcd3 [2020-12-04T20:57:09.417Z] ---> 0280b0de34a0 [2020-12-04T20:57:09.417Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T20:57:09.417Z] Removing intermediate container 7b04ce6db958 [2020-12-04T20:57:09.417Z] ---> 32960f092d2e [2020-12-04T20:57:09.417Z] Step 5/24 : RUN apk update && apk add make git [2020-12-04T20:57:09.689Z] ---> Running in 5a9885675703 [2020-12-04T20:57:09.689Z] ---> Running in 01b8e6688e36 [2020-12-04T20:57:09.689Z] ---> Running in e502072544ac [2020-12-04T20:57:10.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T20:57:10.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T20:57:11.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T20:57:11.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T20:57:11.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T20:57:11.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T20:57:11.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T20:57:12.168Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:57:12.168Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:57:12.168Z] OK: 12616 distinct packages available [2020-12-04T20:57:12.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T20:57:12.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T20:57:12.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T20:57:12.446Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:57:12.446Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:57:12.446Z] OK: 12616 distinct packages available [2020-12-04T20:57:13.050Z] OK: 217 MiB in 51 packages [2020-12-04T20:57:13.331Z] OK: 217 MiB in 51 packages [2020-12-04T20:57:13.331Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:57:13.331Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:57:13.331Z] OK: 12616 distinct packages available [2020-12-04T20:57:13.331Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:57:13.331Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:57:13.331Z] OK: 12616 distinct packages available [2020-12-04T20:57:13.333Z] Removing intermediate container 5c19b9fee649 [2020-12-04T20:57:13.333Z] ---> 4f619dcf8596 [2020-12-04T20:57:13.333Z] [2020-12-04T20:57:13.333Z] Step 10/24 : FROM scratch [2020-12-04T20:57:13.333Z] ---> [2020-12-04T20:57:13.333Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-04T20:57:13.333Z] Removing intermediate container 5aa23483ce60 [2020-12-04T20:57:13.333Z] ---> 9cb25c24ccd5 [2020-12-04T20:57:13.333Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-04T20:57:13.333Z] ---> Running in 57482c250366 [2020-12-04T20:57:13.612Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:57:13.612Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:57:13.612Z] OK: 12616 distinct packages available [2020-12-04T20:57:14.221Z] OK: 217 MiB in 51 packages [2020-12-04T20:57:14.526Z] OK: 217 MiB in 51 packages [2020-12-04T20:57:14.526Z] OK: 217 MiB in 51 packages [2020-12-04T20:57:14.807Z] Removing intermediate container 302710fc8287 [2020-12-04T20:57:14.807Z] ---> 48413e05e6d9 [2020-12-04T20:57:14.807Z] Step 6/22 : COPY go.mod . [2020-12-04T20:57:15.410Z] Removing intermediate container 59b32850078c [2020-12-04T20:57:15.410Z] ---> f456aece946e [2020-12-04T20:57:15.410Z] Step 6/23 : COPY go.mod . [2020-12-04T20:57:16.022Z] Removing intermediate container e502072544ac [2020-12-04T20:57:16.022Z] ---> 917ed27ad1a5 [2020-12-04T20:57:16.022Z] Step 6/24 : COPY go.mod . [2020-12-04T20:57:16.022Z] ---> f0272949f19b [2020-12-04T20:57:16.022Z] Step 7/22 : RUN go mod download [2020-12-04T20:57:16.298Z] ---> Running in a243220d63cd [2020-12-04T20:57:16.298Z] Removing intermediate container 01b8e6688e36 [2020-12-04T20:57:16.298Z] ---> 4472cba33d9f [2020-12-04T20:57:16.298Z] Step 6/22 : COPY go.mod . [2020-12-04T20:57:16.576Z] Removing intermediate container 5a9885675703 [2020-12-04T20:57:16.576Z] ---> 3fb891988ef6 [2020-12-04T20:57:16.576Z] Step 6/21 : COPY go.mod . [2020-12-04T20:57:16.576Z] ---> f87027a39e1b [2020-12-04T20:57:16.576Z] Step 7/23 : RUN go mod download [2020-12-04T20:57:16.653Z] Removing intermediate container 57482c250366 [2020-12-04T20:57:16.653Z] ---> 1f9f9b46d1e3 [2020-12-04T20:57:16.653Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-04T20:57:16.653Z] Removing intermediate container 029dc3bca1ce [2020-12-04T20:57:16.653Z] ---> f11f370e9d8e [2020-12-04T20:57:16.653Z] [2020-12-04T20:57:16.653Z] Step 11/27 : FROM docker:latest [2020-12-04T20:57:16.653Z] ---> b0757c55a1fd [2020-12-04T20:57:16.653Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-04T20:57:16.853Z] ---> Running in c3d91f38e361 [2020-12-04T20:57:16.918Z] ---> Running in 567adad81dc1 [2020-12-04T20:57:16.919Z] ---> 34b8f72f04c8 [2020-12-04T20:57:16.919Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-04T20:57:16.919Z] ---> Running in 28bd1b69745b [2020-12-04T20:57:16.919Z] Removing intermediate container 3e0be496b982 [2020-12-04T20:57:16.919Z] ---> e722310885db [2020-12-04T20:57:16.919Z] [2020-12-04T20:57:16.919Z] Step 10/21 : FROM scratch [2020-12-04T20:57:16.919Z] ---> [2020-12-04T20:57:16.919Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T20:57:17.130Z] ---> 7f03b9e1b7a6 [2020-12-04T20:57:17.130Z] Step 7/24 : RUN go mod download [2020-12-04T20:57:17.187Z] ---> Running in 9cb2c943c076 [2020-12-04T20:57:17.405Z] ---> Running in 27b21c1eb640 [2020-12-04T20:57:17.470Z] Removing intermediate container 567adad81dc1 [2020-12-04T20:57:17.470Z] ---> 3876246a6b74 [2020-12-04T20:57:17.470Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-04T20:57:17.470Z] ---> b0af2135c642 [2020-12-04T20:57:17.470Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-04T20:57:17.470Z] Removing intermediate container 9cb2c943c076 [2020-12-04T20:57:17.470Z] ---> 50323d2238dc [2020-12-04T20:57:17.470Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-04T20:57:17.470Z] ---> Running in 8886594adcad [2020-12-04T20:57:17.684Z] ---> 07af579e48da [2020-12-04T20:57:17.684Z] Step 7/22 : RUN go mod download [2020-12-04T20:57:17.684Z] ---> 069fb25244fb [2020-12-04T20:57:17.684Z] Step 7/21 : RUN go mod download [2020-12-04T20:57:17.959Z] ---> Running in 83814772bd9f [2020-12-04T20:57:17.959Z] ---> Running in f27930007145 [2020-12-04T20:57:18.049Z] ---> Running in 4e43eca28f71 [2020-12-04T20:57:18.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:57:18.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:57:18.572Z] (1/2) Installing readline (8.0.4-r0) [2020-12-04T20:57:18.572Z] (2/2) Installing bash (5.0.17-r0) [2020-12-04T20:57:18.572Z] Executing bash-5.0.17-r0.post-install [2020-12-04T20:57:18.572Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T20:57:18.572Z] OK: 12 MiB in 22 packages [2020-12-04T20:57:19.967Z] Removing intermediate container 8886594adcad [2020-12-04T20:57:19.967Z] ---> ec045d5edc83 [2020-12-04T20:57:19.967Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-04T20:57:19.967Z] ---> 0304af23849a [2020-12-04T20:57:19.967Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-04T20:57:19.967Z] Removing intermediate container 4e43eca28f71 [2020-12-04T20:57:19.967Z] ---> 24664b622622 [2020-12-04T20:57:19.967Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-04T20:57:20.231Z] Removing intermediate container d4598249fe10 [2020-12-04T20:57:20.231Z] ---> 9fe05ae3832f [2020-12-04T20:57:20.231Z] [2020-12-04T20:57:20.231Z] Step 10/23 : FROM alpine [2020-12-04T20:57:20.231Z] ---> d6e46aa2470d [2020-12-04T20:57:20.231Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T20:57:20.231Z] ---> 3a0b6333ffe2 [2020-12-04T20:57:20.231Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-04T20:57:20.231Z] ---> Running in 6077225b9937 [2020-12-04T20:57:20.231Z] ---> 43271274825c [2020-12-04T20:57:20.231Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-04T20:57:20.231Z] ---> Running in b523f82c3e81 [2020-12-04T20:57:20.497Z] Removing intermediate container 6077225b9937 [2020-12-04T20:57:20.497Z] ---> e1ce1d4f63df [2020-12-04T20:57:20.497Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-04T20:57:21.071Z] Removing intermediate container 28bd1b69745b [2020-12-04T20:57:21.071Z] ---> 717c9990baa8 [2020-12-04T20:57:21.071Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-04T20:57:21.335Z] ---> 342022a75b1a [2020-12-04T20:57:21.335Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-04T20:57:21.335Z] Removing intermediate container b523f82c3e81 [2020-12-04T20:57:21.335Z] ---> 28568193aad7 [2020-12-04T20:57:21.335Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-04T20:57:21.371Z] Removing intermediate container a243220d63cd [2020-12-04T20:57:21.372Z] ---> a84795ececb4 [2020-12-04T20:57:21.372Z] Step 8/22 : COPY . . [2020-12-04T20:57:21.372Z] Removing intermediate container c3d91f38e361 [2020-12-04T20:57:21.372Z] ---> e6cf1d8406b0 [2020-12-04T20:57:21.372Z] Step 8/23 : COPY . . [2020-12-04T20:57:21.372Z] Removing intermediate container 27b21c1eb640 [2020-12-04T20:57:21.372Z] ---> 68c841dd1e81 [2020-12-04T20:57:21.372Z] Step 8/24 : COPY . . [2020-12-04T20:57:21.601Z] ---> 8090fe43b643 [2020-12-04T20:57:21.601Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-04T20:57:21.601Z] ---> f22bedb0acd3 [2020-12-04T20:57:21.601Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-04T20:57:21.601Z] ---> Running in 9c9e86d7f59e [2020-12-04T20:57:21.601Z] ---> Running in c2335fe0ba1f [2020-12-04T20:57:21.601Z] ---> Running in 3d93e0693645 [2020-12-04T20:57:21.986Z] Removing intermediate container 83814772bd9f [2020-12-04T20:57:21.986Z] ---> 3d85e03cfb49 [2020-12-04T20:57:21.986Z] Step 8/22 : COPY . . [2020-12-04T20:57:22.181Z] Removing intermediate container 3d93e0693645 [2020-12-04T20:57:22.181Z] ---> c23a63f90c52 [2020-12-04T20:57:22.181Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-04T20:57:22.449Z] ---> Running in 1abd2767e30b [2020-12-04T20:57:22.449Z] ---> 78fb6e9ce64e [2020-12-04T20:57:22.449Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-04T20:57:22.449Z] ---> e4e28a3a7a1d [2020-12-04T20:57:22.449Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-04T20:57:22.718Z] Removing intermediate container 1abd2767e30b [2020-12-04T20:57:22.718Z] ---> f3b34e68ac9b [2020-12-04T20:57:22.718Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:57:22.718Z] ---> Running in d85cf5f892db [2020-12-04T20:57:22.976Z] Removing intermediate container f27930007145 [2020-12-04T20:57:22.976Z] ---> f1b36d640077 [2020-12-04T20:57:22.976Z] Step 8/21 : COPY . . [2020-12-04T20:57:22.982Z] ---> a32050b92f3e [2020-12-04T20:57:22.983Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-04T20:57:22.983Z] ---> da5ee6a6f7cb [2020-12-04T20:57:22.983Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-04T20:57:23.247Z] ---> Running in e4bbb54d2200 [2020-12-04T20:57:24.639Z] Removing intermediate container e4bbb54d2200 [2020-12-04T20:57:24.639Z] ---> f46d7fb2bc0e [2020-12-04T20:57:24.639Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T20:57:24.639Z] ---> f68392c06f2e [2020-12-04T20:57:24.639Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-04T20:57:24.639Z] ---> Running in 011cc22772c5 [2020-12-04T20:57:24.904Z] Removing intermediate container 9c9e86d7f59e [2020-12-04T20:57:24.904Z] ---> 5b5dc53652b1 [2020-12-04T20:57:24.904Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T20:57:24.904Z] Removing intermediate container c2335fe0ba1f [2020-12-04T20:57:24.904Z] ---> ed4fb45fa314 [2020-12-04T20:57:24.904Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-04T20:57:24.904Z] ---> 5bd9c240767c [2020-12-04T20:57:24.904Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-04T20:57:25.166Z] ---> Running in 4ac6a9e06e28 [2020-12-04T20:57:25.166Z] ---> Running in 7c7482e3fe48 [2020-12-04T20:57:25.166Z] Removing intermediate container 011cc22772c5 [2020-12-04T20:57:25.166Z] ---> e9e29d132b6c [2020-12-04T20:57:25.166Z] Step 19/21 : LABEL arch=x86_64 [2020-12-04T20:57:25.430Z] ---> ea529500b329 [2020-12-04T20:57:25.430Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T20:57:25.430Z] ---> Running in 42706747e1c4 [2020-12-04T20:57:25.430Z] Removing intermediate container 4ac6a9e06e28 [2020-12-04T20:57:25.430Z] ---> bafc003c6c76 [2020-12-04T20:57:25.430Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-04T20:57:25.430Z] ---> Running in cb1da3099c04 [2020-12-04T20:57:25.692Z] Removing intermediate container 7c7482e3fe48 [2020-12-04T20:57:25.692Z] ---> 64d3684152f8 [2020-12-04T20:57:25.692Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T20:57:25.692Z] Removing intermediate container d85cf5f892db [2020-12-04T20:57:25.692Z] ---> 987b129db39d [2020-12-04T20:57:25.692Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-04T20:57:25.692Z] ---> Running in 4a72a2576d04 [2020-12-04T20:57:25.954Z] ---> Running in 04f48556f414 [2020-12-04T20:57:25.954Z] ---> Running in a7c7f976100d [2020-12-04T20:57:25.954Z] Removing intermediate container 42706747e1c4 [2020-12-04T20:57:25.954Z] ---> b43ab0f86c0a [2020-12-04T20:57:25.954Z] Step 20/21 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:57:26.219Z] ---> Running in 32d90b0a9dc2 [2020-12-04T20:57:26.219Z] Removing intermediate container 4a72a2576d04 [2020-12-04T20:57:26.219Z] ---> e5703c94a2b2 [2020-12-04T20:57:26.219Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-04T20:57:26.482Z] Removing intermediate container 04f48556f414 [2020-12-04T20:57:26.482Z] ---> 2e18e3234363 [2020-12-04T20:57:26.482Z] Step 22/24 : LABEL arch=x86_64 [2020-12-04T20:57:26.745Z] ---> Running in ec92cd36654a [2020-12-04T20:57:26.745Z] ---> Running in 6bc30a596637 [2020-12-04T20:57:26.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:57:27.015Z] Removing intermediate container 32d90b0a9dc2 [2020-12-04T20:57:27.015Z] ---> f0fee2ee9c0c [2020-12-04T20:57:27.015Z] Step 21/21 : LABEL version=2.0.0-dev.2 [2020-12-04T20:57:27.015Z] Removing intermediate container ec92cd36654a [2020-12-04T20:57:27.015Z] ---> c4c4583ed09b [2020-12-04T20:57:27.015Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-04T20:57:27.015Z] ---> Running in d14b5936f4d4 [2020-12-04T20:57:27.277Z] Removing intermediate container 6bc30a596637 [2020-12-04T20:57:27.277Z] ---> c18c3b3f6c7b [2020-12-04T20:57:27.277Z] Step 23/24 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:57:27.277Z] ---> Running in 8839ca9008d4 [2020-12-04T20:57:27.277Z] Removing intermediate container cb1da3099c04 [2020-12-04T20:57:27.277Z] ---> abc15f6852be [2020-12-04T20:57:27.277Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-04T20:57:27.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:57:27.538Z] Removing intermediate container d14b5936f4d4 [2020-12-04T20:57:27.538Z] ---> 595498c929f5 [2020-12-04T20:57:27.538Z] [2020-12-04T20:57:27.538Z] ---> Running in 0eb93c49c5a6 [2020-12-04T20:57:27.538Z] ---> e59916aa2d6e [2020-12-04T20:57:27.538Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-04T20:57:27.538Z] Removing intermediate container 8839ca9008d4 [2020-12-04T20:57:27.538Z] ---> 94943bbf6c81 [2020-12-04T20:57:27.538Z] Step 24/24 : LABEL version=2.0.0-dev.2 [2020-12-04T20:57:27.807Z] Successfully built 595498c929f5 [2020-12-04T20:57:27.807Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-04T20:57:27.807Z] ---> Running in 0cb351f310bc [2020-12-04T20:57:27.807Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-12-04T20:57:28.072Z] ---> 2497199dc4d1 [2020-12-04T20:57:28.072Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-04T20:57:28.072Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-04T20:57:28.072Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-04T20:57:28.072Z] Removing intermediate container 0cb351f310bc [2020-12-04T20:57:28.072Z] ---> 8bd2d2b3afcd [2020-12-04T20:57:28.072Z] [2020-12-04T20:57:28.072Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-04T20:57:28.338Z] Successfully built 8bd2d2b3afcd [2020-12-04T20:57:28.338Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-04T20:57:28.338Z] Successfully tagged docker-support-notifications-go:latest [2020-12-04T20:57:28.338Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go [2020-12-04T20:57:28.338Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-04T20:57:28.603Z] ---> e783e3dc0d27 [2020-12-04T20:57:28.603Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-04T20:57:28.604Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T20:57:28.604Z] OK: 8 MiB in 19 packages [2020-12-04T20:57:28.604Z] ---> Running in 0328ff0cec00 [2020-12-04T20:57:32.821Z] Removing intermediate container 0eb93c49c5a6 [2020-12-04T20:57:32.821Z] ---> de7456ae42f6 [2020-12-04T20:57:32.821Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T20:57:34.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:57:34.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:57:34.764Z] ---> Running in 44e454241dfc [2020-12-04T20:57:34.764Z] Removing intermediate container a7c7f976100d [2020-12-04T20:57:34.764Z] ---> ccc6aa8a83a0 [2020-12-04T20:57:34.764Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-04T20:57:35.038Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-04T20:57:35.038Z] (2/33) Installing expat (2.2.9-r1) [2020-12-04T20:57:35.038Z] (3/33) Installing libffi (3.3-r2) [2020-12-04T20:57:35.038Z] (4/33) Installing gdbm (1.13-r1) [2020-12-04T20:57:35.039Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-04T20:57:35.039Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-04T20:57:35.039Z] Removing intermediate container 44e454241dfc [2020-12-04T20:57:35.039Z] ---> 979069943c93 [2020-12-04T20:57:35.039Z] Step 26/29 : CMD [ "generate" ] [2020-12-04T20:57:35.039Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-04T20:57:40.358Z] ---> Running in ab5024beaea1 [2020-12-04T20:57:40.358Z] ---> 29426967edf2 [2020-12-04T20:57:40.358Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-04T20:57:41.319Z] ---> ee21e2f873ff [2020-12-04T20:57:41.319Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-04T20:57:41.319Z] ---> dd30b7b8f0ba [2020-12-04T20:57:41.319Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-04T20:57:41.319Z] ---> a6869222f528 [2020-12-04T20:57:41.319Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-04T20:57:41.319Z] ---> e22301505e73 [2020-12-04T20:57:41.319Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-04T20:57:41.319Z] ---> 26d6513323bc [2020-12-04T20:57:41.319Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-04T20:57:41.319Z] ---> Running in c05a3f524d09 [2020-12-04T20:57:41.319Z] ---> Running in 59ae0653d484 [2020-12-04T20:57:41.319Z] ---> Running in 0a0e2afb2c80 [2020-12-04T20:57:41.319Z] ---> Running in 8a5e1d1b3647 [2020-12-04T20:57:41.319Z] ---> Running in c44583e67bb5 [2020-12-04T20:57:42.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-04T20:57:43.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-04T20:57:43.383Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/core-data/core-data ./cmd/core-data [2020-12-04T20:57:43.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/core-command/core-command ./cmd/core-command [2020-12-04T20:57:43.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-04T20:57:45.673Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-04T20:57:45.673Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-04T20:57:45.673Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-04T20:57:45.673Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-04T20:57:45.938Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-04T20:57:45.938Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-04T20:57:46.201Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-04T20:57:47.149Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-04T20:57:47.416Z] Removing intermediate container ab5024beaea1 [2020-12-04T20:57:47.416Z] ---> 37374d4540cb [2020-12-04T20:57:47.416Z] Step 27/29 : LABEL arch=x86_64 [2020-12-04T20:57:47.990Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-04T20:57:48.573Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-04T20:57:48.843Z] ---> 9609de383aaa [2020-12-04T20:57:48.843Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-04T20:57:49.136Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-04T20:57:49.136Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-04T20:57:49.136Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-04T20:57:49.400Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-04T20:57:49.664Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-04T20:57:50.611Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:57:50.611Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:57:50.611Z] ---> a17264129f59 [2020-12-04T20:57:50.611Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T20:57:50.611Z] ---> Using cache [2020-12-04T20:57:50.611Z] ---> 3efd5137dca6 [2020-12-04T20:57:50.611Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:57:50.874Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-04T20:57:51.493Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-04T20:57:51.493Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-04T20:57:51.493Z] ---> Running in ddc0b33c38ac [2020-12-04T20:57:51.493Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-04T20:57:51.493Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:57:51.493Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:57:51.761Z] ---> a17264129f59 [2020-12-04T20:57:51.761Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T20:57:51.761Z] ---> Using cache [2020-12-04T20:57:51.761Z] ---> 3efd5137dca6 [2020-12-04T20:57:51.761Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:57:52.030Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-04T20:57:52.030Z] ---> Running in ed825ab35a68 [2020-12-04T20:57:52.030Z] ---> aa0c226c3ef6 [2020-12-04T20:57:52.030Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-04T20:57:52.030Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-04T20:57:52.030Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-04T20:57:52.030Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-04T20:57:52.030Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-04T20:57:52.304Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-04T20:57:52.304Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-04T20:57:52.304Z] ---> Running in 200ca9da3ebc [2020-12-04T20:57:52.891Z] ---> Running in ea783c99bd12 [2020-12-04T20:57:52.891Z] Removing intermediate container ddc0b33c38ac [2020-12-04T20:57:52.891Z] ---> 1cb98a391f47 [2020-12-04T20:57:52.891Z] Step 28/29 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:57:52.891Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T20:57:52.891Z] OK: 71 MiB in 55 packages [2020-12-04T20:57:53.162Z] ---> Running in 5d9c495433e8 [2020-12-04T20:57:53.162Z] Removing intermediate container ea783c99bd12 [2020-12-04T20:57:53.162Z] ---> 0e16e10a1afb [2020-12-04T20:57:53.162Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T20:57:53.433Z] ---> Running in 7a0496719e16 [2020-12-04T20:57:53.433Z] Removing intermediate container 5d9c495433e8 [2020-12-04T20:57:53.433Z] ---> 0ea252c4bc0a [2020-12-04T20:57:53.433Z] Step 29/29 : LABEL version=2.0.0-dev.2 [2020-12-04T20:57:53.695Z] ---> Running in f3cf3de329b3 [2020-12-04T20:57:53.695Z] Removing intermediate container 7a0496719e16 [2020-12-04T20:57:53.695Z] ---> 5086da98eb26 [2020-12-04T20:57:53.695Z] Step 21/23 : LABEL arch=x86_64 [2020-12-04T20:57:53.964Z] Removing intermediate container f3cf3de329b3 [2020-12-04T20:57:53.964Z] ---> 573675934841 [2020-12-04T20:57:53.964Z] [2020-12-04T20:57:53.964Z] ---> Running in 5dc9f803f2fa [2020-12-04T20:57:54.227Z] Successfully built 573675934841 [2020-12-04T20:57:54.801Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-04T20:57:54.801Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-12-04T20:57:59.037Z] Removing intermediate container 5dc9f803f2fa [2020-12-04T20:57:59.037Z] ---> 550df88d439b [2020-12-04T20:57:59.037Z] Step 22/23 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:58:00.432Z] ---> Running in 3e9911657ef9 [2020-12-04T20:58:00.695Z] Removing intermediate container ed825ab35a68 [2020-12-04T20:58:00.695Z] ---> 2471be9c5057 [2020-12-04T20:58:00.695Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T20:58:00.695Z] Removing intermediate container 200ca9da3ebc [2020-12-04T20:58:00.695Z] ---> 2680caeec3c2 [2020-12-04T20:58:00.695Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T20:58:02.098Z] ---> Running in 15727f4c9116 [2020-12-04T20:58:03.055Z] ---> Running in 7a79ae6845e7 [2020-12-04T20:58:03.055Z] Removing intermediate container 3e9911657ef9 [2020-12-04T20:58:03.055Z] ---> 51b6a5532b56 [2020-12-04T20:58:03.055Z] Step 23/23 : LABEL version=2.0.0-dev.2 [2020-12-04T20:58:05.633Z] ---> Running in 0af71432304c [2020-12-04T20:58:08.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:58:08.973Z] Removing intermediate container 0af71432304c [2020-12-04T20:58:08.973Z] ---> e6b0f4663d3f [2020-12-04T20:58:08.973Z] [2020-12-04T20:58:08.973Z] Removing intermediate container 0328ff0cec00 [2020-12-04T20:58:08.973Z] ---> 055a50c9b07e [2020-12-04T20:58:08.973Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-04T20:58:08.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:58:09.238Z] Successfully built e6b0f4663d3f [2020-12-04T20:58:09.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:58:09.502Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:58:09.502Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:58:09.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:58:09.766Z] Successfully tagged docker-core-data-go:latest [2020-12-04T20:58:09.767Z] ---> a17264129f59 [2020-12-04T20:58:09.767Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T20:58:09.767Z] ---> Using cache [2020-12-04T20:58:09.767Z] ---> 3efd5137dca6 [2020-12-04T20:58:09.767Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:58:09.767Z] Building docker-security-secretstore-setup-go [2020-12-04T20:58:09.767Z]  Building docker-core-data-go ... done  ---> Using cache [2020-12-04T20:58:09.767Z] ---> 2680caeec3c2 [2020-12-04T20:58:09.767Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T20:58:09.767Z] ---> Running in 3c11a28f37e2 [2020-12-04T20:58:10.029Z] ---> Running in 0b16cee0d2c9 [2020-12-04T20:58:10.029Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:58:10.029Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:58:10.029Z] OK: 12745 distinct packages available [2020-12-04T20:58:10.295Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:58:10.295Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:58:10.295Z] OK: 12745 distinct packages available [2020-12-04T20:58:10.559Z] OK: 233 MiB in 51 packages [2020-12-04T20:58:11.149Z] OK: 233 MiB in 51 packages [2020-12-04T20:58:12.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:58:13.061Z] Removing intermediate container 15727f4c9116 [2020-12-04T20:58:13.061Z] ---> 9342cca4c4b0 [2020-12-04T20:58:13.061Z] Step 6/21 : COPY go.mod . [2020-12-04T20:58:13.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:58:13.325Z] Removing intermediate container 7a79ae6845e7 [2020-12-04T20:58:13.325Z] ---> 036e4a9d9a0d [2020-12-04T20:58:13.325Z] Step 6/22 : COPY go.mod . [2020-12-04T20:58:13.590Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:58:13.590Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:58:13.590Z] OK: 12745 distinct packages available [2020-12-04T20:58:13.857Z] OK: 233 MiB in 51 packages [2020-12-04T20:58:14.432Z] ---> 0c7ef6a1b2a6 [2020-12-04T20:58:14.432Z] Step 7/21 : RUN go mod download [2020-12-04T20:58:14.700Z] ---> 4bb14337ef13 [2020-12-04T20:58:14.700Z] Step 7/22 : RUN go mod download [2020-12-04T20:58:14.700Z] ---> Running in 2540e98913f2 [2020-12-04T20:58:14.700Z] ---> Running in cf0a7f9c69f0 [2020-12-04T20:58:15.666Z] Collecting docker-compose==1.23.2 [2020-12-04T20:58:15.666Z] Removing intermediate container 0b16cee0d2c9 [2020-12-04T20:58:15.666Z] ---> 37759aa8ba64 [2020-12-04T20:58:15.666Z] Step 6/22 : COPY go.mod . [2020-12-04T20:58:15.666Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-04T20:58:16.250Z] Collecting jsonschema<3,>=2.5.1 [2020-12-04T20:58:16.250Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-04T20:58:16.523Z] ---> d8bd5a2cc3e3 [2020-12-04T20:58:16.523Z] Step 7/22 : RUN go mod download [2020-12-04T20:58:16.788Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-04T20:58:16.788Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-04T20:58:16.788Z] ---> Running in 48664e8441bc [2020-12-04T20:58:18.725Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-04T20:58:18.725Z] Collecting docker<4.0,>=3.6.0 [2020-12-04T20:58:18.725Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-04T20:58:18.993Z] Removing intermediate container cf0a7f9c69f0 [2020-12-04T20:58:18.993Z] ---> 41ce2f97d59c [2020-12-04T20:58:18.993Z] Step 8/22 : COPY . . [2020-12-04T20:58:19.953Z] Collecting cached-property<2,>=1.2.0 [2020-12-04T20:58:19.953Z] Removing intermediate container 2540e98913f2 [2020-12-04T20:58:19.953Z] ---> fe0d404e9801 [2020-12-04T20:58:19.953Z] Step 8/21 : COPY . . [2020-12-04T20:58:19.953Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-04T20:58:19.953Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-04T20:58:19.953Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-04T20:58:20.915Z] Removing intermediate container 48664e8441bc [2020-12-04T20:58:20.915Z] ---> 23cbb3f39927 [2020-12-04T20:58:20.915Z] Step 8/22 : COPY . . [2020-12-04T20:58:22.323Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-04T20:58:22.323Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-04T20:58:22.905Z] Collecting texttable<0.10,>=0.9.0 [2020-12-04T20:58:22.905Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-04T20:58:26.246Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:58:26.246Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:58:26.246Z] ---> a17264129f59 [2020-12-04T20:58:26.246Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T20:58:26.246Z] ---> Using cache [2020-12-04T20:58:26.246Z] ---> 3efd5137dca6 [2020-12-04T20:58:26.246Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:58:26.246Z] ---> Using cache [2020-12-04T20:58:26.246Z] ---> 2680caeec3c2 [2020-12-04T20:58:26.246Z] Step 5/24 : RUN apk update && apk add make git [2020-12-04T20:58:26.246Z] ---> Using cache [2020-12-04T20:58:26.246Z] ---> 37759aa8ba64 [2020-12-04T20:58:26.246Z] Step 6/24 : COPY go.mod . [2020-12-04T20:58:26.246Z] ---> Using cache [2020-12-04T20:58:26.246Z] ---> d8bd5a2cc3e3 [2020-12-04T20:58:26.246Z] Step 7/24 : RUN go mod download [2020-12-04T20:58:26.246Z] ---> Using cache [2020-12-04T20:58:26.246Z] ---> 23cbb3f39927 [2020-12-04T20:58:26.246Z] Step 8/24 : COPY . . [2020-12-04T20:58:34.428Z] Collecting docopt<0.7,>=0.6.1 [2020-12-04T20:58:34.428Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-04T20:58:38.659Z] Collecting PyYAML<4,>=3.10 [2020-12-04T20:58:38.659Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-04T20:58:42.930Z] Collecting docker-pycreds>=0.4.0 [2020-12-04T20:58:42.930Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-04T20:58:42.930Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-04T20:58:44.331Z] Collecting idna<2.8,>=2.5 [2020-12-04T20:58:44.595Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-04T20:58:46.017Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-04T20:58:46.017Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-04T20:58:46.289Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-04T20:58:46.289Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-04T20:58:46.289Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-04T20:58:46.289Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-04T20:58:46.289Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-04T20:58:46.573Z] Installing collected packages: jsonschema, dockerpty, docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, texttable, docopt, PyYAML, docker-compose [2020-12-04T20:58:50.675Z] Running setup.py install for dockerpty: started [2020-12-04T20:58:54.915Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-04T20:58:55.869Z] Attempting uninstall: idna [2020-12-04T20:58:55.869Z] Found existing installation: idna 2.9 [2020-12-04T20:58:55.869Z] Uninstalling idna-2.9: [2020-12-04T20:58:55.869Z] Successfully uninstalled idna-2.9 [2020-12-04T20:58:56.133Z] Attempting uninstall: urllib3 [2020-12-04T20:58:56.133Z] Found existing installation: urllib3 1.25.9 [2020-12-04T20:58:56.133Z] Uninstalling urllib3-1.25.9: [2020-12-04T20:58:56.711Z] Successfully uninstalled urllib3-1.25.9 [2020-12-04T20:58:58.101Z] Attempting uninstall: requests [2020-12-04T20:58:58.101Z] Found existing installation: requests 2.23.0 [2020-12-04T20:58:58.101Z] Uninstalling requests-2.23.0: [2020-12-04T20:58:58.366Z] Successfully uninstalled requests-2.23.0 [2020-12-04T20:58:58.366Z] ---> 68dc2409d8db [2020-12-04T20:58:58.366Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-04T20:58:58.366Z] ---> ad0bd9d94934 [2020-12-04T20:58:58.366Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-04T20:58:58.704Z] ---> 8664408d574e [2020-12-04T20:58:58.704Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-04T20:58:58.704Z] ---> Running in 7ed0cc8aa3a7 [2020-12-04T20:58:58.998Z] ---> 8339a892f556 [2020-12-04T20:58:58.998Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-04T20:58:59.272Z] ---> Running in 3ad687237211 [2020-12-04T20:58:59.272Z] ---> Running in 9918f1e089e6 [2020-12-04T20:58:59.577Z] ---> Running in 00ce37cb360d [2020-12-04T20:58:59.876Z] Running setup.py install for texttable: started [2020-12-04T20:59:00.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/core-command/core-command ./cmd/core-command [2020-12-04T20:59:00.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-04T20:59:00.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-04T20:59:00.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-04T20:59:00.766Z] Running setup.py install for texttable: finished with status 'done' [2020-12-04T20:59:00.766Z] Running setup.py install for docopt: started [2020-12-04T20:59:01.363Z] Running setup.py install for docopt: finished with status 'done' [2020-12-04T20:59:01.363Z] Running setup.py install for PyYAML: started [2020-12-04T20:59:02.320Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-04T20:59:02.588Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-04T20:59:05.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-04T20:59:05.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-04T20:59:07.945Z] Removing intermediate container 3c11a28f37e2 [2020-12-04T20:59:07.945Z] ---> 524862a78c8a [2020-12-04T20:59:07.945Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-04T20:59:08.214Z] ---> Running in a6c44b5c791c [2020-12-04T20:59:09.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:59:09.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:59:09.633Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T20:59:09.633Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-04T20:59:09.633Z] (3/3) Installing curl (7.69.1-r1) [2020-12-04T20:59:09.633Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T20:59:09.633Z] OK: 72 MiB in 58 packages [2020-12-04T20:59:11.053Z] Removing intermediate container a6c44b5c791c [2020-12-04T20:59:11.053Z] ---> 330f808fb488 [2020-12-04T20:59:11.053Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-04T20:59:11.326Z] ---> Running in 988d8b3ce21f [2020-12-04T20:59:11.326Z] Removing intermediate container 988d8b3ce21f [2020-12-04T20:59:11.326Z] ---> 174ea3015426 [2020-12-04T20:59:11.326Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T20:59:11.596Z] ---> Running in a635b2348e83 [2020-12-04T20:59:13.018Z] Removing intermediate container a635b2348e83 [2020-12-04T20:59:13.018Z] ---> 14b9fc53eae2 [2020-12-04T20:59:13.018Z] Step 25/27 : LABEL arch=x86_64 [2020-12-04T20:59:13.018Z] ---> Running in dfa6f32ed7ea [2020-12-04T20:59:13.614Z] Removing intermediate container dfa6f32ed7ea [2020-12-04T20:59:13.614Z] ---> 7c1b3ad8c067 [2020-12-04T20:59:13.614Z] Step 26/27 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:59:13.614Z] ---> Running in 8362182c301e [2020-12-04T20:59:13.888Z] Removing intermediate container 8362182c301e [2020-12-04T20:59:13.888Z] ---> 3952865caa64 [2020-12-04T20:59:13.888Z] Step 27/27 : LABEL version=2.0.0-dev.2 [2020-12-04T20:59:13.888Z] ---> Running in 90aa751ada4b [2020-12-04T20:59:14.158Z] Removing intermediate container 90aa751ada4b [2020-12-04T20:59:14.158Z] ---> f9bee7acda4f [2020-12-04T20:59:14.158Z] [2020-12-04T20:59:14.426Z] Successfully built f9bee7acda4f [2020-12-04T20:59:14.426Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-04T20:59:14.426Z] Building docker-core-metadata-go [2020-12-04T20:59:20.328Z] Removing intermediate container c44583e67bb5 [2020-12-04T20:59:20.328Z] ---> b9be3ba184ef [2020-12-04T20:59:20.328Z] [2020-12-04T20:59:20.328Z] Step 10/24 : FROM alpine:3.10 [2020-12-04T20:59:20.328Z] 3.10: Pulling from library/alpine [2020-12-04T20:59:20.328Z] Removing intermediate container 8a5e1d1b3647 [2020-12-04T20:59:20.328Z] ---> 355615942b07 [2020-12-04T20:59:20.328Z] [2020-12-04T20:59:20.328Z] Step 10/21 : FROM alpine [2020-12-04T20:59:20.328Z] latest: Pulling from library/alpine [2020-12-04T20:59:20.328Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T20:59:20.328Z] Status: Downloaded newer image for alpine:latest [2020-12-04T20:59:20.328Z] ---> 2e77e061c27f [2020-12-04T20:59:20.328Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-04T20:59:20.328Z] ---> Running in a326b5a8aa19 [2020-12-04T20:59:20.328Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-04T20:59:20.328Z] Status: Downloaded newer image for alpine:3.10 [2020-12-04T20:59:20.328Z] ---> 536a684cf733 [2020-12-04T20:59:20.328Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T20:59:20.930Z] ---> Running in f2a99e254190 [2020-12-04T20:59:21.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T20:59:21.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T20:59:22.803Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:59:22.803Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:59:22.803Z] OK: 12617 distinct packages available [2020-12-04T20:59:22.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-04T20:59:23.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-04T20:59:23.685Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-04T20:59:23.685Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-04T20:59:23.685Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-04T20:59:23.685Z] OK: 10169 distinct packages available [2020-12-04T20:59:23.685Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T20:59:23.685Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-04T20:59:23.685Z] (4/4) Installing curl (7.69.1-r1) [2020-12-04T20:59:23.685Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T20:59:23.685Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T20:59:23.963Z] OK: 7 MiB in 18 packages [2020-12-04T20:59:24.239Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-04T20:59:24.530Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-04T20:59:24.530Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-04T20:59:24.530Z] (4/5) Installing curl (7.66.0-r1) [2020-12-04T20:59:24.530Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-04T20:59:24.530Z] Executing busybox-1.30.1-r3.trigger [2020-12-04T20:59:24.530Z] Executing ca-certificates-20191127-r2.trigger [2020-12-04T20:59:25.143Z] OK: 7 MiB in 19 packages [2020-12-04T20:59:26.785Z]  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.2" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-04T20:59:26.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-04T20:59:27.132Z] Removing intermediate container a326b5a8aa19 [2020-12-04T20:59:27.132Z] ---> 51206b602bdc [2020-12-04T20:59:27.132Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T20:59:27.713Z] ---> Running in 1ac9221432a5 [2020-12-04T20:59:28.053Z] Removing intermediate container f2a99e254190 [2020-12-04T20:59:28.053Z] ---> 938eea98d9c2 [2020-12-04T20:59:28.053Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T20:59:28.053Z] ---> Running in aed392a72e5a [2020-12-04T20:59:28.053Z] Removing intermediate container 1ac9221432a5 [2020-12-04T20:59:28.053Z] ---> ee7e4fa36311 [2020-12-04T20:59:28.053Z] Step 13/21 : WORKDIR /edgex [2020-12-04T20:59:28.335Z] ---> Running in a9e0b41d264e [2020-12-04T20:59:28.960Z] Removing intermediate container aed392a72e5a [2020-12-04T20:59:28.960Z] ---> 1867e6eb4dbd [2020-12-04T20:59:28.960Z] Step 13/24 : WORKDIR / [2020-12-04T20:59:29.258Z] Removing intermediate container a9e0b41d264e [2020-12-04T20:59:29.258Z] ---> 963cf875b53b [2020-12-04T20:59:29.258Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-04T20:59:29.258Z] ---> Running in b5effecfcb89 [2020-12-04T20:59:30.332Z] Removing intermediate container b5effecfcb89 [2020-12-04T20:59:30.332Z] ---> 0c2aa4b81173 [2020-12-04T20:59:30.332Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-04T20:59:30.933Z] ---> 3ef4917adf24 [2020-12-04T20:59:30.933Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-04T20:59:31.927Z] ---> 286ad17b5dd6 [2020-12-04T20:59:31.927Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-04T20:59:32.919Z] ---> fbc3465e22b1 [2020-12-04T20:59:32.919Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-04T20:59:33.195Z] ---> e44d6ded98cf [2020-12-04T20:59:33.195Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-04T20:59:33.445Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:59:33.446Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T20:59:33.446Z] ---> a17264129f59 [2020-12-04T20:59:33.446Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T20:59:33.446Z] ---> Using cache [2020-12-04T20:59:33.446Z] ---> 3efd5137dca6 [2020-12-04T20:59:33.446Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T20:59:33.446Z] ---> Using cache [2020-12-04T20:59:33.446Z] ---> 2680caeec3c2 [2020-12-04T20:59:33.446Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T20:59:33.446Z] ---> Using cache [2020-12-04T20:59:33.446Z] ---> 37759aa8ba64 [2020-12-04T20:59:33.446Z] Step 6/22 : COPY go.mod . [2020-12-04T20:59:33.446Z] ---> Using cache [2020-12-04T20:59:33.446Z] ---> d8bd5a2cc3e3 [2020-12-04T20:59:33.446Z] Step 7/22 : RUN go mod download [2020-12-04T20:59:33.446Z] ---> Using cache [2020-12-04T20:59:33.446Z] ---> 23cbb3f39927 [2020-12-04T20:59:33.446Z] Step 8/22 : COPY . . [2020-12-04T20:59:33.707Z] ---> Using cache [2020-12-04T20:59:33.707Z] ---> 8339a892f556 [2020-12-04T20:59:33.707Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-04T20:59:35.194Z] ---> 6f455bb3d3e5 [2020-12-04T20:59:35.194Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-04T20:59:35.474Z] ---> 20dc954e71c4 [2020-12-04T20:59:35.474Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-04T20:59:35.474Z] ---> Running in a9124a726b31 [2020-12-04T20:59:35.637Z] Removing intermediate container 9918f1e089e6 [2020-12-04T20:59:35.637Z] ---> 51150b34f601 [2020-12-04T20:59:35.637Z] [2020-12-04T20:59:35.637Z] Step 10/22 : FROM alpine:3.10 [2020-12-04T20:59:35.637Z] ---> Running in 3702a8f0aed6 [2020-12-04T20:59:35.637Z] 3.10: Pulling from library/alpine [2020-12-04T20:59:35.904Z] Removing intermediate container 7ed0cc8aa3a7 [2020-12-04T20:59:35.904Z] ---> 404c034003a3 [2020-12-04T20:59:35.904Z] [2020-12-04T20:59:35.904Z] Step 10/22 : FROM scratch [2020-12-04T20:59:35.904Z] ---> [2020-12-04T20:59:35.904Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T20:59:36.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-04T20:59:36.480Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-04T20:59:36.480Z] ---> Using cache [2020-12-04T20:59:36.480Z] ---> 50323d2238dc [2020-12-04T20:59:36.480Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-04T20:59:36.480Z] Status: Downloaded newer image for alpine:3.10 [2020-12-04T20:59:36.480Z] ---> be4e4bea2c2e [2020-12-04T20:59:36.480Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T20:59:36.941Z] Removing intermediate container a9124a726b31 [2020-12-04T20:59:36.941Z] ---> ecb792819565 [2020-12-04T20:59:36.941Z] Step 18/21 : CMD ["--init=true"] [2020-12-04T20:59:37.220Z] ---> Running in 30f412b3178a [2020-12-04T20:59:38.206Z] ---> 2a7c0598cf8f [2020-12-04T20:59:38.206Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-04T20:59:38.428Z] ---> Running in da381984beb4 [2020-12-04T20:59:38.482Z] Removing intermediate container 30f412b3178a [2020-12-04T20:59:38.482Z] ---> 867c1f54e8b1 [2020-12-04T20:59:38.482Z] Step 19/21 : LABEL arch=arm64 [2020-12-04T20:59:38.717Z] ---> Running in ce7fab1a7a98 [2020-12-04T20:59:39.087Z] ---> Running in 8a6f44bab857 [2020-12-04T20:59:39.322Z] Removing intermediate container 3ad687237211 [2020-12-04T20:59:39.322Z] ---> 3a471718c095 [2020-12-04T20:59:39.322Z] [2020-12-04T20:59:39.322Z] Step 10/21 : FROM alpine [2020-12-04T20:59:39.322Z] ---> d6e46aa2470d [2020-12-04T20:59:39.322Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-04T20:59:39.322Z] Removing intermediate container 00ce37cb360d [2020-12-04T20:59:39.322Z] ---> 1ed35aa249ca [2020-12-04T20:59:39.322Z] [2020-12-04T20:59:39.322Z] Step 10/24 : FROM alpine:3.10 [2020-12-04T20:59:39.322Z] ---> be4e4bea2c2e [2020-12-04T20:59:39.322Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T20:59:39.322Z] Removing intermediate container da381984beb4 [2020-12-04T20:59:39.322Z] ---> 8d5d6ea660c0 [2020-12-04T20:59:39.322Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T20:59:39.322Z] ---> Running in 483a5d85af27 [2020-12-04T20:59:39.592Z] ---> Running in 855d7141b9cb [2020-12-04T20:59:39.592Z] ---> Running in e78184458c65 [2020-12-04T20:59:39.689Z] Removing intermediate container 0a0e2afb2c80 [2020-12-04T20:59:39.689Z] ---> 3280057fd4b0 [2020-12-04T20:59:39.689Z] [2020-12-04T20:59:39.689Z] Step 10/22 : FROM scratch [2020-12-04T20:59:39.689Z] ---> [2020-12-04T20:59:39.689Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T20:59:40.192Z] Removing intermediate container 855d7141b9cb [2020-12-04T20:59:40.192Z] ---> c78a4e6cd604 [2020-12-04T20:59:40.192Z] Step 14/22 : WORKDIR / [2020-12-04T20:59:40.192Z] ---> Running in a3fb2c0de74d [2020-12-04T20:59:40.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:59:40.289Z] ---> Running in 148223791da1 [2020-12-04T20:59:40.289Z] Removing intermediate container 8a6f44bab857 [2020-12-04T20:59:40.289Z] ---> d68410c73f9e [2020-12-04T20:59:40.289Z] Step 20/21 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:59:40.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:59:40.460Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-04T20:59:40.460Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-04T20:59:40.460Z] OK: 10348 distinct packages available [2020-12-04T20:59:40.564Z] ---> Running in 420f7448a4af [2020-12-04T20:59:40.564Z] ---> cf34ac520767 [2020-12-04T20:59:40.564Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T20:59:40.738Z] Removing intermediate container a3fb2c0de74d [2020-12-04T20:59:40.738Z] ---> 82f5f6b01d64 [2020-12-04T20:59:40.738Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-04T20:59:40.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:59:40.738Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-04T20:59:40.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T20:59:41.006Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-04T20:59:41.006Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-04T20:59:41.006Z] (4/5) Installing curl (7.66.0-r1) [2020-12-04T20:59:41.006Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-04T20:59:41.006Z] Executing busybox-1.30.1-r3.trigger [2020-12-04T20:59:41.006Z] Executing ca-certificates-20191127-r2.trigger [2020-12-04T20:59:41.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:59:41.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-04T20:59:41.006Z] OK: 7 MiB in 19 packages [2020-12-04T20:59:41.172Z] Removing intermediate container 148223791da1 [2020-12-04T20:59:41.172Z] ---> 80c340c075e4 [2020-12-04T20:59:41.172Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-04T20:59:41.173Z] ---> Running in 45bc7538f496 [2020-12-04T20:59:41.277Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T20:59:41.277Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T20:59:41.277Z] OK: 12746 distinct packages available [2020-12-04T20:59:41.277Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-04T20:59:41.277Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-04T20:59:41.277Z] OK: 10348 distinct packages available [2020-12-04T20:59:41.446Z] Removing intermediate container 420f7448a4af [2020-12-04T20:59:41.446Z] ---> a75753d44d56 [2020-12-04T20:59:41.446Z] Step 21/21 : LABEL version=2.0.0-dev.2 [2020-12-04T20:59:41.548Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-04T20:59:41.548Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-04T20:59:41.548Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-04T20:59:41.548Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T20:59:41.548Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-04T20:59:41.548Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-04T20:59:41.720Z] ---> Running in f10b6cd4da00 [2020-12-04T20:59:41.820Z] (4/5) Installing curl (7.66.0-r1) [2020-12-04T20:59:41.820Z] (4/4) Installing curl (7.69.1-r1) [2020-12-04T20:59:41.820Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-04T20:59:41.820Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T20:59:41.820Z] Executing busybox-1.30.1-r3.trigger [2020-12-04T20:59:41.820Z] Executing ca-certificates-20191127-r2.trigger [2020-12-04T20:59:41.820Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T20:59:42.328Z] Removing intermediate container 45bc7538f496 [2020-12-04T20:59:42.328Z] ---> d2b5ce08817f [2020-12-04T20:59:42.328Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T20:59:42.328Z] ---> de9b37469be1 [2020-12-04T20:59:42.328Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T20:59:42.328Z] ---> Running in 151b408d7ee1 [2020-12-04T20:59:42.328Z] ---> Running in 947e18775edf [2020-12-04T20:59:42.608Z] Removing intermediate container f10b6cd4da00 [2020-12-04T20:59:42.608Z] ---> 689b7f4dcf44 [2020-12-04T20:59:42.608Z] [2020-12-04T20:59:42.774Z] OK: 7 MiB in 18 packages [2020-12-04T20:59:42.774Z] OK: 7 MiB in 19 packages [2020-12-04T20:59:43.362Z] ---> 0328c19c67fc [2020-12-04T20:59:43.362Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-04T20:59:43.595Z] Removing intermediate container 151b408d7ee1 [2020-12-04T20:59:43.595Z] ---> 50e34654e384 [2020-12-04T20:59:43.595Z] Step 14/22 : WORKDIR / [2020-12-04T20:59:43.595Z] Successfully built 689b7f4dcf44 [2020-12-04T20:59:43.595Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-04T20:59:43.595Z] Building docker-security-secrets-setup-go [2020-12-04T20:59:43.595Z]  Building docker-security-proxy-setup-go ... done  ---> Running in ae0532649eb5 [2020-12-04T20:59:44.364Z] Removing intermediate container ce7fab1a7a98 [2020-12-04T20:59:44.364Z] ---> 6232eb7fc646 [2020-12-04T20:59:44.364Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-04T20:59:44.587Z] Removing intermediate container ae0532649eb5 [2020-12-04T20:59:44.587Z] ---> 8882622f568e [2020-12-04T20:59:44.587Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-04T20:59:44.964Z] ---> 2b8c672fcc34 [2020-12-04T20:59:44.964Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-04T20:59:45.235Z] ---> Running in e130bfd646fd [2020-12-04T20:59:45.235Z] Removing intermediate container 483a5d85af27 [2020-12-04T20:59:45.235Z] ---> 019a75b9a794 [2020-12-04T20:59:45.235Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T20:59:45.520Z] Removing intermediate container e78184458c65 [2020-12-04T20:59:45.520Z] ---> bbf052549364 [2020-12-04T20:59:45.520Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T20:59:45.520Z] ---> Running in 75780f9d0651 [2020-12-04T20:59:45.520Z] Removing intermediate container e130bfd646fd [2020-12-04T20:59:45.520Z] ---> 091b264370d2 [2020-12-04T20:59:45.520Z] Step 13/22 : WORKDIR / [2020-12-04T20:59:45.520Z] ---> Running in 7e79d95e771a [2020-12-04T20:59:45.803Z] ---> 761e4bbbed9a [2020-12-04T20:59:45.803Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-04T20:59:45.803Z] ---> Running in 14e7ce2b357f [2020-12-04T20:59:45.803Z] Removing intermediate container 75780f9d0651 [2020-12-04T20:59:45.803Z] ---> dc5fd95516fe [2020-12-04T20:59:45.803Z] Step 13/21 : WORKDIR /edgex [2020-12-04T20:59:45.803Z] ---> Running in 75377963bc16 [2020-12-04T20:59:46.054Z] ---> f9633b44d247 [2020-12-04T20:59:46.054Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-04T20:59:46.076Z] Removing intermediate container 7e79d95e771a [2020-12-04T20:59:46.076Z] ---> 790acb60d796 [2020-12-04T20:59:46.076Z] Step 13/24 : WORKDIR / [2020-12-04T20:59:46.076Z] ---> Running in 97a1b780be7a [2020-12-04T20:59:46.076Z] ---> Running in bcfe8f393390 [2020-12-04T20:59:46.343Z] Removing intermediate container 14e7ce2b357f [2020-12-04T20:59:46.343Z] ---> 878951ef120a [2020-12-04T20:59:46.343Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-04T20:59:46.622Z] Removing intermediate container 75377963bc16 [2020-12-04T20:59:46.622Z] ---> 4c366e377e9c [2020-12-04T20:59:46.622Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T20:59:46.623Z] Removing intermediate container 97a1b780be7a [2020-12-04T20:59:46.623Z] ---> e5f769c08423 [2020-12-04T20:59:46.623Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-04T20:59:46.896Z] Removing intermediate container bcfe8f393390 [2020-12-04T20:59:46.896Z] ---> 56a280810cff [2020-12-04T20:59:46.896Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-04T20:59:46.896Z] ---> Running in e8319cf4b03e [2020-12-04T20:59:46.896Z] ---> b65233c99559 [2020-12-04T20:59:46.896Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-04T20:59:47.074Z] Removing intermediate container 947e18775edf [2020-12-04T20:59:47.074Z] ---> d80c81424d88 [2020-12-04T20:59:47.074Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T20:59:47.495Z] ---> 6200141c02db [2020-12-04T20:59:47.495Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-04T20:59:47.764Z] ---> 65a4c125cfb4 [2020-12-04T20:59:47.764Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-04T20:59:47.764Z] Removing intermediate container e8319cf4b03e [2020-12-04T20:59:47.764Z] ---> c43fce558263 [2020-12-04T20:59:47.764Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T20:59:48.036Z] ---> e4a128eacddd [2020-12-04T20:59:48.036Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-04T20:59:48.036Z] ---> Running in cc5542d7bf6f [2020-12-04T20:59:48.070Z] ---> Running in c4aee7f4fde2 [2020-12-04T20:59:48.070Z] ---> 9db9e4827f69 [2020-12-04T20:59:48.070Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-04T20:59:48.684Z] Removing intermediate container c4aee7f4fde2 [2020-12-04T20:59:48.684Z] ---> 8560a5b5a60e [2020-12-04T20:59:48.684Z] Step 22/24 : LABEL arch=arm64 [2020-12-04T20:59:48.966Z] ---> Running in 9dd4336293a2 [2020-12-04T20:59:48.983Z] ---> 06d9dd22e4fc [2020-12-04T20:59:48.983Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-04T20:59:48.983Z] ---> 6f73e1a8f55e [2020-12-04T20:59:48.983Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-04T20:59:49.248Z] ---> f66f5f280d9a [2020-12-04T20:59:49.248Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-04T20:59:49.263Z] ---> e9aab776ce2a [2020-12-04T20:59:49.263Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-04T20:59:49.263Z] Removing intermediate container cc5542d7bf6f [2020-12-04T20:59:49.263Z] ---> 8b718be3a46a [2020-12-04T20:59:49.263Z] Step 21/22 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:59:49.263Z] ---> 74b777973fd2 [2020-12-04T20:59:49.263Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-04T20:59:49.525Z] ---> Running in 34c5753c237c [2020-12-04T20:59:49.552Z] ---> Running in a90825990c0a [2020-12-04T20:59:49.797Z] Removing intermediate container 9dd4336293a2 [2020-12-04T20:59:49.797Z] ---> a8e4acd9dce9 [2020-12-04T20:59:49.797Z] Step 23/24 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:59:49.827Z] Removing intermediate container a90825990c0a [2020-12-04T20:59:49.827Z] ---> 2633084d7c8f [2020-12-04T20:59:49.827Z] Step 22/22 : LABEL version=2.0.0-dev.2 [2020-12-04T20:59:49.827Z] ---> e4643161537e [2020-12-04T20:59:49.827Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-04T20:59:50.076Z] ---> Running in 1e55ad7fb997 [2020-12-04T20:59:50.096Z] ---> Running in 5debff26d2cc [2020-12-04T20:59:50.096Z] ---> 4e99a6ad85e7 [2020-12-04T20:59:50.096Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-04T20:59:50.350Z] Removing intermediate container 34c5753c237c [2020-12-04T20:59:50.351Z] ---> da074db850bb [2020-12-04T20:59:50.351Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T20:59:50.362Z] ---> Running in 6fe6f46b8bdf [2020-12-04T20:59:50.362Z] ---> Running in b08cafbac791 [2020-12-04T20:59:50.628Z] ---> 21385f3c2d87 [2020-12-04T20:59:50.628Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-04T20:59:50.629Z] ---> Running in d4abec622090 [2020-12-04T20:59:50.894Z] Removing intermediate container 5debff26d2cc [2020-12-04T20:59:50.894Z] ---> 4232610fa304 [2020-12-04T20:59:50.894Z] [2020-12-04T20:59:50.905Z] Removing intermediate container 1e55ad7fb997 [2020-12-04T20:59:50.905Z] ---> 40628498bb8d [2020-12-04T20:59:50.905Z] Step 24/24 : LABEL version=2.0.0-dev.2 [2020-12-04T20:59:51.157Z] Successfully built 4232610fa304 [2020-12-04T20:59:51.437Z] Removing intermediate container b08cafbac791 [2020-12-04T20:59:51.437Z] ---> a4c5627ae105 [2020-12-04T20:59:51.437Z] Step 18/21 : CMD ["--init=true"] [2020-12-04T20:59:51.437Z] Successfully tagged docker-core-command-go:latest [2020-12-04T20:59:51.437Z]  Building docker-core-command-go ... done  ---> 960e00e459e8 [2020-12-04T20:59:51.437Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T20:59:51.437Z] ---> Running in 9f656adcdc43 [2020-12-04T20:59:51.515Z] ---> Running in fd82d62ac453 [2020-12-04T20:59:51.701Z] Removing intermediate container 9f656adcdc43 [2020-12-04T20:59:51.701Z] ---> e702827d09c5 [2020-12-04T20:59:51.701Z] Step 19/21 : LABEL arch=x86_64 [2020-12-04T20:59:51.793Z] Removing intermediate container d4abec622090 [2020-12-04T20:59:51.793Z] ---> 6d279e57bc30 [2020-12-04T20:59:51.793Z] Step 20/22 : LABEL arch=arm64 [2020-12-04T20:59:51.972Z] ---> Running in def45c523830 [2020-12-04T20:59:51.972Z] ---> 5485cc56520e [2020-12-04T20:59:51.972Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T20:59:52.234Z] ---> Running in e4655933c1b3 [2020-12-04T20:59:52.234Z] Removing intermediate container def45c523830 [2020-12-04T20:59:52.234Z] ---> f3340dd4f7e5 [2020-12-04T20:59:52.234Z] Step 20/21 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:59:52.391Z] ---> Running in a0dde621cbd2 [2020-12-04T20:59:52.501Z] ---> Running in c24c9647bbbb [2020-12-04T20:59:52.502Z] Removing intermediate container 6fe6f46b8bdf [2020-12-04T20:59:52.502Z] ---> becd3f728ca4 [2020-12-04T20:59:52.502Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-04T20:59:52.666Z] Removing intermediate container fd82d62ac453 [2020-12-04T20:59:52.666Z] ---> d53d63075150 [2020-12-04T20:59:52.666Z] [2020-12-04T20:59:52.766Z] ---> Running in 01d8c9aa5ed6 [2020-12-04T20:59:52.766Z] Removing intermediate container c24c9647bbbb [2020-12-04T20:59:52.766Z] ---> 331575f2c64f [2020-12-04T20:59:52.766Z] Step 21/21 : LABEL version=2.0.0-dev.2 [2020-12-04T20:59:52.766Z] ---> Running in 1bc6f4f26a9c [2020-12-04T20:59:52.942Z] Successfully built d53d63075150 [2020-12-04T20:59:53.029Z] Removing intermediate container 01d8c9aa5ed6 [2020-12-04T20:59:53.029Z] ---> daf0dfa094d8 [2020-12-04T20:59:53.029Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T20:59:53.291Z] Removing intermediate container 1bc6f4f26a9c [2020-12-04T20:59:53.291Z] ---> 15ce802ed71c [2020-12-04T20:59:53.291Z] [2020-12-04T20:59:53.291Z] ---> Running in 92403cc057f5 [2020-12-04T20:59:53.541Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-04T20:59:53.541Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-12-04T20:59:53.541Z] Removing intermediate container a0dde621cbd2 [2020-12-04T20:59:53.541Z] ---> fe44c0d009f1 [2020-12-04T20:59:53.541Z] Step 21/22 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:59:53.864Z] Successfully built 15ce802ed71c [2020-12-04T20:59:53.864Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-04T20:59:53.864Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 92403cc057f5 [2020-12-04T20:59:53.864Z] ---> ae6aa4938981 [2020-12-04T20:59:53.864Z] Step 21/22 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:59:54.127Z] ---> Running in 5f3df478bdc6 [2020-12-04T20:59:54.127Z] Removing intermediate container e4655933c1b3 [2020-12-04T20:59:54.127Z] ---> ebd249a6c82c [2020-12-04T20:59:54.127Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T20:59:54.127Z] ---> Running in aa44379d60cb [2020-12-04T20:59:54.138Z] ---> Running in 4971d580c0f9 [2020-12-04T20:59:54.393Z] Removing intermediate container 5f3df478bdc6 [2020-12-04T20:59:54.393Z] ---> 797c018a31cf [2020-12-04T20:59:54.393Z] Step 22/22 : LABEL version=2.0.0-dev.2 [2020-12-04T20:59:54.393Z] ---> Running in b5ccd297be6f [2020-12-04T20:59:54.393Z] Removing intermediate container aa44379d60cb [2020-12-04T20:59:54.393Z] ---> 4e3653fca3e0 [2020-12-04T20:59:54.393Z] Step 22/24 : LABEL arch=x86_64 [2020-12-04T20:59:55.125Z] Removing intermediate container 4971d580c0f9 [2020-12-04T20:59:55.125Z] ---> a0a979621d9c [2020-12-04T20:59:55.458Z] Step 22/22 : LABEL version=2.0.0-dev.2 [2020-12-04T20:59:56.436Z] Removing intermediate container c05a3f524d09 [2020-12-04T20:59:56.436Z] ---> 2eaf60d2d143 [2020-12-04T20:59:56.436Z] [2020-12-04T20:59:56.436Z] Step 10/22 : FROM scratch [2020-12-04T20:59:56.436Z] ---> [2020-12-04T20:59:56.436Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T20:59:56.436Z] ---> Running in 2bc7f5cea5b0 [2020-12-04T20:59:56.436Z] ---> Using cache [2020-12-04T20:59:56.436Z] ---> 80c340c075e4 [2020-12-04T20:59:56.436Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-04T20:59:56.959Z] ---> Running in d83dba815743 [2020-12-04T20:59:56.959Z] Removing intermediate container b5ccd297be6f [2020-12-04T20:59:56.959Z] ---> d22857d5d8a9 [2020-12-04T20:59:56.959Z] [2020-12-04T20:59:56.959Z] Removing intermediate container 3702a8f0aed6 [2020-12-04T20:59:56.959Z] ---> 18687b0833ef [2020-12-04T20:59:56.959Z] [2020-12-04T20:59:56.959Z] Step 10/22 : FROM scratch [2020-12-04T20:59:56.959Z] ---> [2020-12-04T20:59:56.959Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T20:59:56.959Z] Successfully built d22857d5d8a9 [2020-12-04T20:59:56.959Z] ---> Using cache [2020-12-04T20:59:56.959Z] ---> 50323d2238dc [2020-12-04T20:59:56.959Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-04T20:59:56.959Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-04T20:59:56.959Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 889cd3cc3154 [2020-12-04T20:59:56.959Z] Removing intermediate container d83dba815743 [2020-12-04T20:59:56.959Z] ---> 03d022d5d4a0 [2020-12-04T20:59:56.959Z] Step 23/24 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:59:56.959Z] ---> Running in 2a843b1be90e [2020-12-04T20:59:56.959Z] Removing intermediate container 889cd3cc3154 [2020-12-04T20:59:56.959Z] ---> f0fa5a0a5e22 [2020-12-04T20:59:56.959Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T20:59:56.959Z] ---> Running in 7380f9bb3593 [2020-12-04T20:59:57.030Z] ---> Running in 8ea2799a25f7 [2020-12-04T20:59:57.535Z] Removing intermediate container 2a843b1be90e [2020-12-04T20:59:57.535Z] ---> 06624bff5068 [2020-12-04T20:59:57.535Z] Step 24/24 : LABEL version=2.0.0-dev.2 [2020-12-04T20:59:57.535Z] Removing intermediate container 7380f9bb3593 [2020-12-04T20:59:57.535Z] ---> d34fbbbd02da [2020-12-04T20:59:57.535Z] Step 14/22 : WORKDIR / [2020-12-04T20:59:57.535Z] ---> Running in a4a56efc8851 [2020-12-04T20:59:57.535Z] ---> Running in ff0c85d6833e [2020-12-04T20:59:57.629Z] Removing intermediate container 2bc7f5cea5b0 [2020-12-04T20:59:57.629Z] ---> b2bea642d14d [2020-12-04T20:59:57.629Z] [2020-12-04T20:59:57.797Z] Removing intermediate container a4a56efc8851 [2020-12-04T20:59:57.797Z] ---> 568832693da4 [2020-12-04T20:59:57.797Z] [2020-12-04T20:59:57.797Z] Removing intermediate container ff0c85d6833e [2020-12-04T20:59:57.797Z] ---> 71241e1ce80c [2020-12-04T20:59:57.797Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-04T20:59:57.797Z] Successfully built 568832693da4 [2020-12-04T20:59:57.797Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-04T20:59:58.061Z]  Building docker-security-secretstore-setup-go ... done  ---> f9ddd68d25c4 [2020-12-04T20:59:58.061Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-04T20:59:58.232Z] Successfully built b2bea642d14d [2020-12-04T20:59:58.232Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-04T20:59:58.232Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-12-04T20:59:58.232Z] Removing intermediate container 8ea2799a25f7 [2020-12-04T20:59:58.232Z] ---> a5a1e0a0665a [2020-12-04T20:59:58.232Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T20:59:58.635Z] ---> 88b268d3e6e1 [2020-12-04T20:59:58.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-04T20:59:58.830Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T20:59:58.830Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-04T20:59:58.830Z] ---> e2a31898cba3 [2020-12-04T20:59:58.830Z] Step 3/29 : WORKDIR /edgex-go [2020-12-04T20:59:58.830Z] ---> Using cache [2020-12-04T20:59:58.830Z] ---> 955811a98ff5 [2020-12-04T20:59:58.830Z] Step 4/29 : RUN apk update && apk add make git [2020-12-04T20:59:58.898Z] ---> 6b438099f457 [2020-12-04T20:59:58.898Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-04T20:59:58.898Z] ---> Running in 92b218f9808f [2020-12-04T20:59:59.105Z] ---> Running in ed18a515835d [2020-12-04T20:59:59.160Z] Removing intermediate container 92b218f9808f [2020-12-04T20:59:59.160Z] ---> bd3535ef464b [2020-12-04T20:59:59.160Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T20:59:59.160Z] ---> Running in 960c0853da3f [2020-12-04T20:59:59.381Z] ---> Running in f3cc965b96b9 [2020-12-04T20:59:59.421Z] Removing intermediate container 960c0853da3f [2020-12-04T20:59:59.421Z] ---> a1ffabc2af3c [2020-12-04T20:59:59.421Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T20:59:59.421Z] ---> Running in 875a16afef53 [2020-12-04T20:59:59.421Z] Removing intermediate container 875a16afef53 [2020-12-04T20:59:59.421Z] ---> 3fd7512fbf13 [2020-12-04T20:59:59.421Z] Step 21/22 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T20:59:59.684Z] ---> Running in e244660b8cc6 [2020-12-04T20:59:59.684Z] Removing intermediate container e244660b8cc6 [2020-12-04T20:59:59.684Z] ---> 3e52fbc50081 [2020-12-04T20:59:59.684Z] Step 22/22 : LABEL version=2.0.0-dev.2 [2020-12-04T20:59:59.947Z] ---> Running in 5d4bf6b5b2cd [2020-12-04T20:59:59.947Z] Removing intermediate container 5d4bf6b5b2cd [2020-12-04T20:59:59.947Z] ---> 16d3ce0267ac [2020-12-04T20:59:59.947Z] [2020-12-04T20:59:59.980Z] Removing intermediate container ed18a515835d [2020-12-04T20:59:59.980Z] ---> afaa8bd539f5 [2020-12-04T20:59:59.980Z] Step 14/22 : WORKDIR / [2020-12-04T20:59:59.980Z] ---> Running in e266ea747ef3 [2020-12-04T21:00:00.209Z] Successfully built 16d3ce0267ac [2020-12-04T21:00:00.782Z] Successfully tagged docker-core-metadata-go:latest [2020-12-04T21:00:00.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T21:00:01.247Z] Removing intermediate container e266ea747ef3 [2020-12-04T21:00:01.247Z] ---> aa914da52603 [2020-12-04T21:00:01.247Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-04T21:00:01.402Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-12-04T21:00:01.447Z] $ docker stop --time=1 28b78742314b0569e5642ecaacbffd905cb4338630bebfd191c91c83d62336f4 [2020-12-04T21:00:01.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T21:00:02.137Z] ---> 804aa0d6a7a0 [2020-12-04T21:00:02.137Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-04T21:00:02.746Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T21:00:02.746Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T21:00:02.746Z] OK: 12616 distinct packages available [2020-12-04T21:00:03.290Z] $ docker rm -f 28b78742314b0569e5642ecaacbffd905cb4338630bebfd191c91c83d62336f4 [2020-12-04T21:00:03.351Z] OK: 217 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T21:00:03.977Z] + docker images [2020-12-04T21:00:03.977Z] + grep docker [2020-12-04T21:00:03.977Z] docker-core-metadata-go latest 16d3ce0267ac 4 seconds ago 14.5MB [2020-12-04T21:00:03.977Z] docker-security-secretstore-setup-go latest 568832693da4 6 seconds ago 24.7MB [2020-12-04T21:00:03.977Z] docker-security-bootstrap-redis-go latest d22857d5d8a9 9 seconds ago 15.8MB [2020-12-04T21:00:03.977Z] docker-security-proxy-setup-go latest 15ce802ed71c 11 seconds ago 24.6MB [2020-12-04T21:00:03.977Z] docker-core-command-go latest 4232610fa304 13 seconds ago 12.2MB [2020-12-04T21:00:03.977Z] docker-sys-mgmt-agent-go latest f9bee7acda4f 50 seconds ago 293MB [2020-12-04T21:00:03.977Z] docker-core-data-go latest e6b0f4663d3f About a minute ago 23.7MB [2020-12-04T21:00:03.977Z] docker-security-secrets-setup-go latest 573675934841 2 minutes ago 23.9MB [2020-12-04T21:00:03.977Z] docker-support-scheduler-go latest 595498c929f5 2 minutes ago 12.3MB [2020-12-04T21:00:03.977Z] docker-support-notifications-go latest 8bd2d2b3afcd 2 minutes ago 13.6MB [2020-12-04T21:00:03.977Z] docker latest b0757c55a1fd 2 days ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T21:00:04.632Z] provisioning config files... [2020-12-04T21:00:04.703Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/244@tmp/config4678295335679029696tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:00:05.134Z] ---> docker-login.sh [2020-12-04T21:00:05.134Z] nexus3.edgexfoundry.org:10001 [2020-12-04T21:00:05.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T21:00:05.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T21:00:05.134Z] Configure a credential helper to remove this warning. See [2020-12-04T21:00:05.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T21:00:05.134Z] [2020-12-04T21:00:05.134Z] Login Succeeded [2020-12-04T21:00:05.396Z] nexus3.edgexfoundry.org:10002 [2020-12-04T21:00:05.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T21:00:05.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T21:00:05.396Z] Configure a credential helper to remove this warning. See [2020-12-04T21:00:05.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T21:00:05.396Z] [2020-12-04T21:00:05.396Z] Login Succeeded [2020-12-04T21:00:05.396Z] nexus3.edgexfoundry.org:10003 [2020-12-04T21:00:05.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T21:00:05.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T21:00:05.659Z] Configure a credential helper to remove this warning. See [2020-12-04T21:00:05.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T21:00:05.659Z] [2020-12-04T21:00:05.659Z] Login Succeeded [2020-12-04T21:00:05.659Z] nexus3.edgexfoundry.org:10004 [2020-12-04T21:00:05.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T21:00:05.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T21:00:05.921Z] Configure a credential helper to remove this warning. See [2020-12-04T21:00:05.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T21:00:05.921Z] [2020-12-04T21:00:05.921Z] Login Succeeded [2020-12-04T21:00:05.921Z] docker.io [2020-12-04T21:00:05.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T21:00:06.000Z] ---> 41d04c974daf [2020-12-04T21:00:06.000Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-04T21:00:06.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T21:00:06.183Z] Configure a credential helper to remove this warning. See [2020-12-04T21:00:06.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T21:00:06.183Z] [2020-12-04T21:00:06.183Z] Login Succeeded [2020-12-04T21:00:06.183Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T21:00:06.193Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:00:06.416Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-04T21:00:06.416Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:06.416Z] 2.0.0-dev.2 [2020-12-04T21:00:06.416Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:06.416Z] master [2020-12-04T21:00:06.416Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-04T21:00:06.603Z] Removing intermediate container 59ae0653d484 [2020-12-04T21:00:06.603Z] ---> 195ea705afa0 [2020-12-04T21:00:06.603Z] [2020-12-04T21:00:06.603Z] Step 10/23 : FROM alpine [2020-12-04T21:00:06.603Z] ---> 2e77e061c27f [2020-12-04T21:00:06.603Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T21:00:06.603Z] Removing intermediate container f3cc965b96b9 [2020-12-04T21:00:06.603Z] ---> fc13d0f7257a [2020-12-04T21:00:06.603Z] Step 5/29 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:06.878Z] ---> Running in c716ca6bcc81 [2020-12-04T21:00:06.921Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:07.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:07.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-04T21:00:07.226Z] 09d4e1206564: Preparing [2020-12-04T21:00:07.226Z] 43f0db29d0c6: Preparing [2020-12-04T21:00:07.226Z] 0373cb390f05: Preparing [2020-12-04T21:00:07.479Z] ---> 74379c33ba1b [2020-12-04T21:00:07.479Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-04T21:00:07.489Z] 09d4e1206564: Pushed [2020-12-04T21:00:07.490Z] 0373cb390f05: Pushed [2020-12-04T21:00:07.749Z] Removing intermediate container c716ca6bcc81 [2020-12-04T21:00:07.749Z] ---> 43ae8363eb73 [2020-12-04T21:00:07.749Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-04T21:00:08.023Z] ---> 345313c8e29e [2020-12-04T21:00:08.023Z] Step 6/29 : RUN go mod download [2020-12-04T21:00:08.023Z] ---> Running in 72374114b5e7 [2020-12-04T21:00:08.298Z] ---> Running in 7b365ad06dd0 [2020-12-04T21:00:08.433Z] 43f0db29d0c6: Pushed [2020-12-04T21:00:08.575Z] ---> Running in d20e37672211 [2020-12-04T21:00:08.694Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:da550e78cf6e0a589986366f265afa4f910edc5527fc6f432ab43542b277b551 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:08.855Z] Removing intermediate container 72374114b5e7 [2020-12-04T21:00:08.855Z] ---> 367151e86788 [2020-12-04T21:00:08.855Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T21:00:09.006Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:09.129Z] ---> Running in 5916d5cbcba9 [2020-12-04T21:00:09.129Z] Removing intermediate container 7b365ad06dd0 [2020-12-04T21:00:09.129Z] ---> 415cc1ded25e [2020-12-04T21:00:09.129Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-04T21:00:09.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.2 [2020-12-04T21:00:09.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-04T21:00:09.312Z] 09d4e1206564: Preparing [2020-12-04T21:00:09.312Z] 43f0db29d0c6: Preparing [2020-12-04T21:00:09.312Z] 0373cb390f05: Preparing [2020-12-04T21:00:09.312Z] 0373cb390f05: Layer already exists [2020-12-04T21:00:09.312Z] 09d4e1206564: Layer already exists [2020-12-04T21:00:09.312Z] 43f0db29d0c6: Layer already exists [2020-12-04T21:00:09.312Z] 2.0.0-dev.2: digest: sha256:da550e78cf6e0a589986366f265afa4f910edc5527fc6f432ab43542b277b551 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:09.619Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:09.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:09.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-04T21:00:09.918Z] 09d4e1206564: Preparing [2020-12-04T21:00:09.918Z] 43f0db29d0c6: Preparing [2020-12-04T21:00:09.918Z] 0373cb390f05: Preparing [2020-12-04T21:00:09.918Z] 0373cb390f05: Layer already exists [2020-12-04T21:00:09.918Z] 09d4e1206564: Layer already exists [2020-12-04T21:00:09.918Z] 43f0db29d0c6: Layer already exists [2020-12-04T21:00:09.918Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:da550e78cf6e0a589986366f265afa4f910edc5527fc6f432ab43542b277b551 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:10.111Z] ---> Running in 0b72557669d1 [2020-12-04T21:00:10.111Z] Removing intermediate container 5916d5cbcba9 [2020-12-04T21:00:10.111Z] ---> b081fb1987d3 [2020-12-04T21:00:10.111Z] Step 20/22 : LABEL arch=arm64 [2020-12-04T21:00:10.223Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:10.526Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-04T21:00:10.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-04T21:00:10.526Z] 09d4e1206564: Preparing [2020-12-04T21:00:10.526Z] 43f0db29d0c6: Preparing [2020-12-04T21:00:10.526Z] 0373cb390f05: Preparing [2020-12-04T21:00:10.526Z] 0373cb390f05: Layer already exists [2020-12-04T21:00:10.526Z] 43f0db29d0c6: Layer already exists [2020-12-04T21:00:10.526Z] 09d4e1206564: Layer already exists [2020-12-04T21:00:10.526Z] master: digest: sha256:da550e78cf6e0a589986366f265afa4f910edc5527fc6f432ab43542b277b551 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-04T21:00:10.709Z] ---> Running in dbf4d065e39f [2020-12-04T21:00:10.709Z] Removing intermediate container 0b72557669d1 [2020-12-04T21:00:10.709Z] ---> 1c12710ab2f7 [2020-12-04T21:00:10.709Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] echo [2020-12-04T21:00:10.739Z] ===================================================== [Pipeline] echo [2020-12-04T21:00:10.788Z] taggedImages: [2020-12-04T21:00:10.788Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:10.788Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.2 [2020-12-04T21:00:10.788Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:10.788Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-04T21:00:10.884Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-04T21:00:10.884Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:10.884Z] 2.0.0-dev.2 [2020-12-04T21:00:10.884Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:10.884Z] master [2020-12-04T21:00:10.884Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-04T21:00:10.983Z] ---> Running in 9c02bd1c85b0 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:11.259Z] Removing intermediate container dbf4d065e39f [2020-12-04T21:00:11.259Z] ---> cb7ce70a22aa [2020-12-04T21:00:11.415Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:11.529Z] Step 21/22 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:11.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:11.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-04T21:00:11.717Z] e110c1b19d62: Preparing [2020-12-04T21:00:11.717Z] 5c16343f137a: Preparing [2020-12-04T21:00:11.717Z] f76e79ab54c7: Preparing [2020-12-04T21:00:11.717Z] 140164defc94: Preparing [2020-12-04T21:00:11.717Z] 2d147016e177: Preparing [2020-12-04T21:00:11.717Z] ace0eda3e3be: Preparing [2020-12-04T21:00:11.717Z] ace0eda3e3be: Waiting [2020-12-04T21:00:11.978Z] e110c1b19d62: Pushed [2020-12-04T21:00:11.978Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:11.978Z] 2d147016e177: Pushed [2020-12-04T21:00:11.978Z] f76e79ab54c7: Pushed [2020-12-04T21:00:12.123Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T21:00:12.123Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T21:00:12.123Z] ---> e2a31898cba3 [2020-12-04T21:00:12.123Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T21:00:12.123Z] ---> Using cache [2020-12-04T21:00:12.123Z] ---> 955811a98ff5 [2020-12-04T21:00:12.123Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T21:00:12.123Z] ---> Using cache [2020-12-04T21:00:12.123Z] ---> 0280b0de34a0 [2020-12-04T21:00:12.123Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-04T21:00:12.240Z] 140164defc94: Pushed [2020-12-04T21:00:12.401Z] ---> Running in d3a85fec2037 [2020-12-04T21:00:12.679Z] ---> Running in ce2b93f96c97 [2020-12-04T21:00:13.275Z] Removing intermediate container d20e37672211 [2020-12-04T21:00:13.275Z] ---> 552cd5bb8edc [2020-12-04T21:00:13.275Z] Step 7/29 : COPY . . [2020-12-04T21:00:13.553Z] Removing intermediate container d3a85fec2037 [2020-12-04T21:00:13.553Z] ---> 3f526caf8477 [2020-12-04T21:00:13.553Z] Step 22/22 : LABEL version=2.0.0-dev.2 [2020-12-04T21:00:14.159Z] 5c16343f137a: Pushed [2020-12-04T21:00:14.159Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:6df597ffaae1ef6dc6d5c9de4cd193da400cea9f6e7440b08386c42d6bece8a6 size: 1572 [2020-12-04T21:00:14.167Z] ---> Running in 0e304e9126bd [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:14.438Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T21:00:14.438Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-04T21:00:14.438Z] ---> e2a31898cba3 [2020-12-04T21:00:14.438Z] Step 3/27 : WORKDIR /edgex-go [2020-12-04T21:00:14.438Z] ---> Using cache [2020-12-04T21:00:14.438Z] ---> 955811a98ff5 [2020-12-04T21:00:14.438Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T21:00:14.438Z] ---> Using cache [2020-12-04T21:00:14.438Z] ---> 0280b0de34a0 [2020-12-04T21:00:14.438Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-04T21:00:14.466Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:14.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.2 [2020-12-04T21:00:14.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-04T21:00:14.765Z] e110c1b19d62: Preparing [2020-12-04T21:00:14.765Z] 5c16343f137a: Preparing [2020-12-04T21:00:14.765Z] f76e79ab54c7: Preparing [2020-12-04T21:00:14.765Z] 140164defc94: Preparing [2020-12-04T21:00:14.765Z] 2d147016e177: Preparing [2020-12-04T21:00:14.765Z] ace0eda3e3be: Preparing [2020-12-04T21:00:14.765Z] ace0eda3e3be: Waiting [2020-12-04T21:00:14.765Z] 5c16343f137a: Layer already exists [2020-12-04T21:00:14.765Z] 140164defc94: Layer already exists [2020-12-04T21:00:14.765Z] f76e79ab54c7: Layer already exists [2020-12-04T21:00:14.765Z] e110c1b19d62: Layer already exists [2020-12-04T21:00:14.765Z] 2d147016e177: Layer already exists [2020-12-04T21:00:14.765Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:14.765Z] 2.0.0-dev.2: digest: sha256:6df597ffaae1ef6dc6d5c9de4cd193da400cea9f6e7440b08386c42d6bece8a6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:15.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T21:00:15.029Z] ---> Running in 8923cacaa79f [2020-12-04T21:00:15.073Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:15.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:15.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-04T21:00:15.377Z] e110c1b19d62: Preparing [2020-12-04T21:00:15.377Z] 5c16343f137a: Preparing [2020-12-04T21:00:15.377Z] f76e79ab54c7: Preparing [2020-12-04T21:00:15.377Z] 140164defc94: Preparing [2020-12-04T21:00:15.377Z] 2d147016e177: Preparing [2020-12-04T21:00:15.377Z] ace0eda3e3be: Preparing [2020-12-04T21:00:15.377Z] ace0eda3e3be: Waiting [2020-12-04T21:00:15.377Z] 140164defc94: Layer already exists [2020-12-04T21:00:15.377Z] e110c1b19d62: Layer already exists [2020-12-04T21:00:15.377Z] 2d147016e177: Layer already exists [2020-12-04T21:00:15.377Z] f76e79ab54c7: Layer already exists [2020-12-04T21:00:15.377Z] 5c16343f137a: Layer already exists [2020-12-04T21:00:15.377Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:15.377Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:6df597ffaae1ef6dc6d5c9de4cd193da400cea9f6e7440b08386c42d6bece8a6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:15.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T21:00:15.683Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:15.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-04T21:00:15.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-04T21:00:15.983Z] e110c1b19d62: Preparing [2020-12-04T21:00:15.983Z] 5c16343f137a: Preparing [2020-12-04T21:00:15.983Z] f76e79ab54c7: Preparing [2020-12-04T21:00:15.983Z] 140164defc94: Preparing [2020-12-04T21:00:15.983Z] 2d147016e177: Preparing [2020-12-04T21:00:15.983Z] ace0eda3e3be: Preparing [2020-12-04T21:00:15.983Z] ace0eda3e3be: Waiting [2020-12-04T21:00:15.983Z] 2d147016e177: Layer already exists [2020-12-04T21:00:15.983Z] 5c16343f137a: Layer already exists [2020-12-04T21:00:15.983Z] f76e79ab54c7: Layer already exists [2020-12-04T21:00:15.983Z] e110c1b19d62: Layer already exists [2020-12-04T21:00:15.983Z] 140164defc94: Layer already exists [2020-12-04T21:00:15.983Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:15.983Z] master: digest: sha256:6df597ffaae1ef6dc6d5c9de4cd193da400cea9f6e7440b08386c42d6bece8a6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:00:16.219Z] ===================================================== [Pipeline] echo [2020-12-04T21:00:16.280Z] taggedImages: [2020-12-04T21:00:16.280Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:16.280Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.2 [2020-12-04T21:00:16.280Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:16.280Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-04T21:00:16.345Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-04T21:00:16.345Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:16.345Z] 2.0.0-dev.2 [2020-12-04T21:00:16.345Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:16.345Z] master [2020-12-04T21:00:16.345Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:16.621Z] Removing intermediate container 0e304e9126bd [2020-12-04T21:00:16.621Z] ---> 40545126ed23 [2020-12-04T21:00:16.621Z] [2020-12-04T21:00:16.621Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T21:00:16.621Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T21:00:16.621Z] OK: 12616 distinct packages available [2020-12-04T21:00:16.815Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:17.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:17.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-04T21:00:17.117Z] 9be5f2f5b445: Preparing [2020-12-04T21:00:17.117Z] c90fb980fdbd: Preparing [2020-12-04T21:00:17.117Z] 745eb0eb5a8e: Preparing [2020-12-04T21:00:17.117Z] 745eb0eb5a8e: Pushed [2020-12-04T21:00:17.234Z] Successfully built 40545126ed23 [2020-12-04T21:00:17.234Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-04T21:00:17.234Z] Building docker-support-scheduler-go [2020-12-04T21:00:17.234Z]  Building docker-core-metadata-go ... done Removing intermediate container 9c02bd1c85b0 [2020-12-04T21:00:17.234Z] ---> f67aee6dbee3 [2020-12-04T21:00:17.234Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-04T21:00:17.379Z] 9be5f2f5b445: Pushed [2020-12-04T21:00:17.522Z] OK: 217 MiB in 51 packages [2020-12-04T21:00:17.522Z] ---> Running in e3fb2bedac39 [2020-12-04T21:00:17.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T21:00:18.327Z] c90fb980fdbd: Pushed [2020-12-04T21:00:18.588Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:c3c315992fd6db0a1a111ddd5cf33e378b947901cd9e5f3cd94f375bccb67244 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:18.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T21:00:18.893Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:19.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.2 [2020-12-04T21:00:19.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-04T21:00:19.190Z] 9be5f2f5b445: Preparing [2020-12-04T21:00:19.190Z] c90fb980fdbd: Preparing [2020-12-04T21:00:19.190Z] 745eb0eb5a8e: Preparing [2020-12-04T21:00:19.190Z] 745eb0eb5a8e: Layer already exists [2020-12-04T21:00:19.190Z] 9be5f2f5b445: Layer already exists [2020-12-04T21:00:19.190Z] c90fb980fdbd: Layer already exists [2020-12-04T21:00:19.190Z] 2.0.0-dev.2: digest: sha256:c3c315992fd6db0a1a111ddd5cf33e378b947901cd9e5f3cd94f375bccb67244 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:19.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T21:00:19.490Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:19.674Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T21:00:19.674Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T21:00:19.674Z] OK: 12616 distinct packages available [2020-12-04T21:00:19.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:19.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-04T21:00:19.785Z] 9be5f2f5b445: Preparing [2020-12-04T21:00:19.785Z] c90fb980fdbd: Preparing [2020-12-04T21:00:19.785Z] 745eb0eb5a8e: Preparing [2020-12-04T21:00:19.785Z] 9be5f2f5b445: Layer already exists [2020-12-04T21:00:19.785Z] c90fb980fdbd: Layer already exists [2020-12-04T21:00:19.785Z] 745eb0eb5a8e: Layer already exists [2020-12-04T21:00:19.785Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:c3c315992fd6db0a1a111ddd5cf33e378b947901cd9e5f3cd94f375bccb67244 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:20.085Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:20.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T21:00:20.275Z] Removing intermediate container ce2b93f96c97 [2020-12-04T21:00:20.275Z] ---> dd996c9f88d4 [2020-12-04T21:00:20.275Z] Step 6/24 : COPY go.mod . [2020-12-04T21:00:20.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-04T21:00:20.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-04T21:00:20.539Z] 9be5f2f5b445: Preparing [2020-12-04T21:00:20.539Z] c90fb980fdbd: Preparing [2020-12-04T21:00:20.539Z] 745eb0eb5a8e: Preparing [2020-12-04T21:00:20.539Z] 9be5f2f5b445: Layer already exists [2020-12-04T21:00:20.539Z] 745eb0eb5a8e: Layer already exists [2020-12-04T21:00:20.539Z] c90fb980fdbd: Layer already exists [2020-12-04T21:00:20.539Z] master: digest: sha256:c3c315992fd6db0a1a111ddd5cf33e378b947901cd9e5f3cd94f375bccb67244 size: 943 [2020-12-04T21:00:20.557Z] OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:00:20.770Z] ===================================================== [Pipeline] echo [2020-12-04T21:00:20.822Z] taggedImages: [2020-12-04T21:00:20.822Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:20.822Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.2 [2020-12-04T21:00:20.822Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:20.822Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-04T21:00:20.884Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-04T21:00:20.885Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:20.885Z] 2.0.0-dev.2 [2020-12-04T21:00:20.885Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:20.885Z] master [2020-12-04T21:00:20.885Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:21.162Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-04T21:00:21.163Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-04T21:00:21.388Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:21.440Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-04T21:00:21.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:21.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-04T21:00:21.688Z] e4b4eabf1391: Preparing [2020-12-04T21:00:21.688Z] 3d301d342ed4: Preparing [2020-12-04T21:00:21.688Z] e5d489dc2b7f: Preparing [2020-12-04T21:00:21.688Z] 25ec86fe2c50: Preparing [2020-12-04T21:00:21.688Z] 6f153d14de5e: Preparing [2020-12-04T21:00:21.688Z] 408688a8280c: Preparing [2020-12-04T21:00:21.688Z] 1b3ee35aacca: Preparing [2020-12-04T21:00:21.688Z] 1b3ee35aacca: Waiting [2020-12-04T21:00:21.688Z] 408688a8280c: Waiting [2020-12-04T21:00:21.711Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-04T21:00:21.949Z] 6f153d14de5e: Pushed [2020-12-04T21:00:21.949Z] e5d489dc2b7f: Pushed [2020-12-04T21:00:21.949Z] 3d301d342ed4: Pushed [2020-12-04T21:00:21.949Z] e4b4eabf1391: Pushed [2020-12-04T21:00:21.949Z] 1b3ee35aacca: Layer already exists [2020-12-04T21:00:21.988Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-04T21:00:21.988Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T21:00:21.988Z] OK: 8 MiB in 19 packages [2020-12-04T21:00:22.209Z] 408688a8280c: Pushed [2020-12-04T21:00:22.275Z] ---> 36e07fb8fbb0 [2020-12-04T21:00:22.275Z] Step 7/24 : RUN go mod download [2020-12-04T21:00:22.470Z] 25ec86fe2c50: Pushed [2020-12-04T21:00:22.554Z] ---> Running in bcbf63360fe2 [2020-12-04T21:00:22.731Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:fabf1a20f0a442c265e5ccaa780615ae932141027065e991edf969ffc954260f size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:23.034Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:23.158Z] Removing intermediate container 8923cacaa79f [2020-12-04T21:00:23.158Z] ---> cdc6c62e6862 [2020-12-04T21:00:23.158Z] Step 6/27 : COPY go.mod . [2020-12-04T21:00:23.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.2 [2020-12-04T21:00:23.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-04T21:00:23.334Z] e4b4eabf1391: Preparing [2020-12-04T21:00:23.334Z] 3d301d342ed4: Preparing [2020-12-04T21:00:23.334Z] e5d489dc2b7f: Preparing [2020-12-04T21:00:23.334Z] 25ec86fe2c50: Preparing [2020-12-04T21:00:23.334Z] 6f153d14de5e: Preparing [2020-12-04T21:00:23.334Z] 408688a8280c: Preparing [2020-12-04T21:00:23.334Z] 1b3ee35aacca: Preparing [2020-12-04T21:00:23.334Z] 408688a8280c: Waiting [2020-12-04T21:00:23.334Z] 1b3ee35aacca: Waiting [2020-12-04T21:00:23.334Z] 3d301d342ed4: Layer already exists [2020-12-04T21:00:23.334Z] e4b4eabf1391: Layer already exists [2020-12-04T21:00:23.334Z] e5d489dc2b7f: Layer already exists [2020-12-04T21:00:23.334Z] 6f153d14de5e: Layer already exists [2020-12-04T21:00:23.334Z] 25ec86fe2c50: Layer already exists [2020-12-04T21:00:23.334Z] 1b3ee35aacca: Layer already exists [2020-12-04T21:00:23.334Z] 408688a8280c: Layer already exists [2020-12-04T21:00:23.334Z] 2.0.0-dev.2: digest: sha256:fabf1a20f0a442c265e5ccaa780615ae932141027065e991edf969ffc954260f size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:23.638Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:23.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:23.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-04T21:00:23.933Z] e4b4eabf1391: Preparing [2020-12-04T21:00:23.933Z] 3d301d342ed4: Preparing [2020-12-04T21:00:23.933Z] e5d489dc2b7f: Preparing [2020-12-04T21:00:23.933Z] 25ec86fe2c50: Preparing [2020-12-04T21:00:23.933Z] 6f153d14de5e: Preparing [2020-12-04T21:00:23.933Z] 408688a8280c: Preparing [2020-12-04T21:00:23.933Z] 1b3ee35aacca: Preparing [2020-12-04T21:00:23.933Z] 408688a8280c: Waiting [2020-12-04T21:00:23.933Z] 1b3ee35aacca: Waiting [2020-12-04T21:00:23.933Z] 25ec86fe2c50: Layer already exists [2020-12-04T21:00:23.933Z] e5d489dc2b7f: Layer already exists [2020-12-04T21:00:23.933Z] 6f153d14de5e: Layer already exists [2020-12-04T21:00:23.933Z] e4b4eabf1391: Layer already exists [2020-12-04T21:00:23.933Z] 3d301d342ed4: Layer already exists [2020-12-04T21:00:23.933Z] 408688a8280c: Layer already exists [2020-12-04T21:00:23.933Z] 1b3ee35aacca: Layer already exists [2020-12-04T21:00:23.933Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:fabf1a20f0a442c265e5ccaa780615ae932141027065e991edf969ffc954260f size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:24.138Z] Removing intermediate container e3fb2bedac39 [2020-12-04T21:00:24.138Z] ---> fa8df1a289d9 [2020-12-04T21:00:24.138Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-04T21:00:24.236Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:24.409Z] ---> f4854fe7496d [2020-12-04T21:00:24.409Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-04T21:00:24.410Z] ---> 172010d03ce4 [2020-12-04T21:00:24.410Z] Step 7/27 : RUN go mod download [2020-12-04T21:00:24.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-04T21:00:24.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-04T21:00:24.538Z] e4b4eabf1391: Preparing [2020-12-04T21:00:24.538Z] 3d301d342ed4: Preparing [2020-12-04T21:00:24.538Z] e5d489dc2b7f: Preparing [2020-12-04T21:00:24.538Z] 25ec86fe2c50: Preparing [2020-12-04T21:00:24.538Z] 6f153d14de5e: Preparing [2020-12-04T21:00:24.538Z] 408688a8280c: Preparing [2020-12-04T21:00:24.538Z] 1b3ee35aacca: Preparing [2020-12-04T21:00:24.538Z] 408688a8280c: Waiting [2020-12-04T21:00:24.538Z] 1b3ee35aacca: Waiting [2020-12-04T21:00:24.538Z] 25ec86fe2c50: Layer already exists [2020-12-04T21:00:24.538Z] e5d489dc2b7f: Layer already exists [2020-12-04T21:00:24.538Z] 3d301d342ed4: Layer already exists [2020-12-04T21:00:24.538Z] 6f153d14de5e: Layer already exists [2020-12-04T21:00:24.538Z] e4b4eabf1391: Layer already exists [2020-12-04T21:00:24.538Z] 408688a8280c: Layer already exists [2020-12-04T21:00:24.538Z] 1b3ee35aacca: Layer already exists [2020-12-04T21:00:24.689Z] ---> Running in a57c166055dc [2020-12-04T21:00:24.689Z] ---> Running in e658307ee7bb [2020-12-04T21:00:24.800Z] master: digest: sha256:fabf1a20f0a442c265e5ccaa780615ae932141027065e991edf969ffc954260f size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:00:25.004Z] ===================================================== [Pipeline] echo [2020-12-04T21:00:25.070Z] taggedImages: [2020-12-04T21:00:25.070Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:25.070Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.2 [2020-12-04T21:00:25.070Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:25.070Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-04T21:00:25.133Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-04T21:00:25.133Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:25.133Z] 2.0.0-dev.2 [2020-12-04T21:00:25.133Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:25.133Z] master [2020-12-04T21:00:25.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-04T21:00:25.290Z] ---> b0c1b417d230 [2020-12-04T21:00:25.290Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:25.643Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:25.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:25.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-04T21:00:25.945Z] 5e57e0e640ae: Preparing [2020-12-04T21:00:25.945Z] 8b7496c71f9f: Preparing [2020-12-04T21:00:25.945Z] ad743432bc01: Preparing [2020-12-04T21:00:25.945Z] ddf9d98f8a1a: Preparing [2020-12-04T21:00:25.945Z] 1930dab4ebb6: Preparing [2020-12-04T21:00:25.945Z] ace0eda3e3be: Preparing [2020-12-04T21:00:25.945Z] ace0eda3e3be: Waiting [2020-12-04T21:00:26.212Z] ddf9d98f8a1a: Pushed [2020-12-04T21:00:26.212Z] ad743432bc01: Pushed [2020-12-04T21:00:26.212Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:26.212Z] 1930dab4ebb6: Pushed [2020-12-04T21:00:26.746Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-04T21:00:26.783Z] 5e57e0e640ae: Pushed [2020-12-04T21:00:26.783Z] 8b7496c71f9f: Pushed [2020-12-04T21:00:27.023Z] Removing intermediate container bcbf63360fe2 [2020-12-04T21:00:27.023Z] ---> 35bbe9ad5ebe [2020-12-04T21:00:27.023Z] Step 8/24 : COPY . . [2020-12-04T21:00:27.043Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:0312b66f48b2ec8964034eba7057bd7b428943a3370698c56947d7e8ab2d4585 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:27.374Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:27.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.2 [2020-12-04T21:00:27.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-04T21:00:27.672Z] 5e57e0e640ae: Preparing [2020-12-04T21:00:27.672Z] 8b7496c71f9f: Preparing [2020-12-04T21:00:27.672Z] ad743432bc01: Preparing [2020-12-04T21:00:27.672Z] ddf9d98f8a1a: Preparing [2020-12-04T21:00:27.672Z] 1930dab4ebb6: Preparing [2020-12-04T21:00:27.672Z] ace0eda3e3be: Preparing [2020-12-04T21:00:27.672Z] ace0eda3e3be: Waiting [2020-12-04T21:00:27.672Z] 5e57e0e640ae: Layer already exists [2020-12-04T21:00:27.672Z] 8b7496c71f9f: Layer already exists [2020-12-04T21:00:27.672Z] 1930dab4ebb6: Layer already exists [2020-12-04T21:00:27.672Z] ad743432bc01: Layer already exists [2020-12-04T21:00:27.672Z] ddf9d98f8a1a: Layer already exists [2020-12-04T21:00:27.672Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:27.672Z] 2.0.0-dev.2: digest: sha256:0312b66f48b2ec8964034eba7057bd7b428943a3370698c56947d7e8ab2d4585 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:27.973Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:28.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:28.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-04T21:00:28.267Z] 5e57e0e640ae: Preparing [2020-12-04T21:00:28.267Z] 8b7496c71f9f: Preparing [2020-12-04T21:00:28.267Z] ad743432bc01: Preparing [2020-12-04T21:00:28.267Z] ddf9d98f8a1a: Preparing [2020-12-04T21:00:28.267Z] 1930dab4ebb6: Preparing [2020-12-04T21:00:28.267Z] ace0eda3e3be: Preparing [2020-12-04T21:00:28.267Z] 5e57e0e640ae: Layer already exists [2020-12-04T21:00:28.267Z] 8b7496c71f9f: Layer already exists [2020-12-04T21:00:28.267Z] 1930dab4ebb6: Layer already exists [2020-12-04T21:00:28.267Z] ddf9d98f8a1a: Layer already exists [2020-12-04T21:00:28.267Z] ad743432bc01: Layer already exists [2020-12-04T21:00:28.267Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:28.267Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:0312b66f48b2ec8964034eba7057bd7b428943a3370698c56947d7e8ab2d4585 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:28.479Z] ---> a7ac0673b1b6 [2020-12-04T21:00:28.479Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-04T21:00:28.566Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:28.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-04T21:00:28.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-04T21:00:28.861Z] 5e57e0e640ae: Preparing [2020-12-04T21:00:28.861Z] 8b7496c71f9f: Preparing [2020-12-04T21:00:28.861Z] ad743432bc01: Preparing [2020-12-04T21:00:28.861Z] ddf9d98f8a1a: Preparing [2020-12-04T21:00:28.861Z] 1930dab4ebb6: Preparing [2020-12-04T21:00:28.861Z] ace0eda3e3be: Preparing [2020-12-04T21:00:28.861Z] ace0eda3e3be: Waiting [2020-12-04T21:00:28.861Z] 8b7496c71f9f: Layer already exists [2020-12-04T21:00:28.861Z] ddf9d98f8a1a: Layer already exists [2020-12-04T21:00:28.861Z] 1930dab4ebb6: Layer already exists [2020-12-04T21:00:28.861Z] 5e57e0e640ae: Layer already exists [2020-12-04T21:00:28.861Z] ad743432bc01: Layer already exists [2020-12-04T21:00:28.861Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:28.861Z] master: digest: sha256:0312b66f48b2ec8964034eba7057bd7b428943a3370698c56947d7e8ab2d4585 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:00:29.050Z] ===================================================== [Pipeline] echo [2020-12-04T21:00:29.097Z] taggedImages: [2020-12-04T21:00:29.097Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:29.097Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.2 [2020-12-04T21:00:29.097Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:29.097Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-04T21:00:29.159Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-04T21:00:29.159Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:29.159Z] 2.0.0-dev.2 [2020-12-04T21:00:29.159Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:29.159Z] master [2020-12-04T21:00:29.159Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:29.637Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:29.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:29.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-04T21:00:29.932Z] aff6999738f7: Preparing [2020-12-04T21:00:29.932Z] 8379c41d284f: Preparing [2020-12-04T21:00:29.932Z] a1063cbff59a: Preparing [2020-12-04T21:00:29.932Z] 4a32c57d8271: Preparing [2020-12-04T21:00:29.932Z] 4a32c57d8271: Preparing [2020-12-04T21:00:29.932Z] b884b53e4344: Preparing [2020-12-04T21:00:29.932Z] 9a48698157fd: Preparing [2020-12-04T21:00:29.932Z] 6cdc01351e57: Preparing [2020-12-04T21:00:29.932Z] aff6999738f7: Preparing [2020-12-04T21:00:29.932Z] a48f34b781f8: Preparing [2020-12-04T21:00:29.932Z] 18a929ebe38b: Preparing [2020-12-04T21:00:29.932Z] 7a63ef859aac: Preparing [2020-12-04T21:00:29.932Z] ace0eda3e3be: Preparing [2020-12-04T21:00:29.932Z] a48f34b781f8: Waiting [2020-12-04T21:00:29.932Z] 18a929ebe38b: Waiting [2020-12-04T21:00:29.932Z] 7a63ef859aac: Waiting [2020-12-04T21:00:29.932Z] 9a48698157fd: Waiting [2020-12-04T21:00:29.932Z] ace0eda3e3be: Waiting [2020-12-04T21:00:29.932Z] 6cdc01351e57: Waiting [2020-12-04T21:00:30.193Z] 8379c41d284f: Pushed [2020-12-04T21:00:30.193Z] 4a32c57d8271: Pushed [2020-12-04T21:00:30.193Z] b884b53e4344: Pushed [2020-12-04T21:00:30.193Z] a1063cbff59a: Pushed [2020-12-04T21:00:30.193Z] 9a48698157fd: Pushed [2020-12-04T21:00:30.456Z] a48f34b781f8: Pushed [2020-12-04T21:00:30.456Z] 6cdc01351e57: Pushed [2020-12-04T21:00:30.456Z] 18a929ebe38b: Pushed [2020-12-04T21:00:30.456Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:30.470Z] ---> a8116dfaadb2 [2020-12-04T21:00:30.470Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-04T21:00:30.470Z] Removing intermediate container e658307ee7bb [2020-12-04T21:00:30.470Z] ---> fa930ab36768 [2020-12-04T21:00:30.470Z] Step 8/27 : COPY . . [2020-12-04T21:00:30.716Z] 7a63ef859aac: Pushed [2020-12-04T21:00:30.716Z] aff6999738f7: Pushed [2020-12-04T21:00:30.752Z] ---> Running in b39dfa5a8350 [2020-12-04T21:00:30.978Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:8aea497d57fb0b0069127521a59573852eb63e60c7a10b75e0596ce8c7b06a8d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:31.283Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:31.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.2 [2020-12-04T21:00:31.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-04T21:00:31.577Z] aff6999738f7: Preparing [2020-12-04T21:00:31.577Z] 8379c41d284f: Preparing [2020-12-04T21:00:31.577Z] a1063cbff59a: Preparing [2020-12-04T21:00:31.577Z] 4a32c57d8271: Preparing [2020-12-04T21:00:31.577Z] 4a32c57d8271: Preparing [2020-12-04T21:00:31.577Z] b884b53e4344: Preparing [2020-12-04T21:00:31.577Z] 9a48698157fd: Preparing [2020-12-04T21:00:31.577Z] 6cdc01351e57: Preparing [2020-12-04T21:00:31.577Z] aff6999738f7: Preparing [2020-12-04T21:00:31.577Z] a48f34b781f8: Preparing [2020-12-04T21:00:31.577Z] 18a929ebe38b: Preparing [2020-12-04T21:00:31.577Z] 7a63ef859aac: Preparing [2020-12-04T21:00:31.577Z] ace0eda3e3be: Preparing [2020-12-04T21:00:31.577Z] a48f34b781f8: Waiting [2020-12-04T21:00:31.577Z] 18a929ebe38b: Waiting [2020-12-04T21:00:31.577Z] 7a63ef859aac: Waiting [2020-12-04T21:00:31.577Z] ace0eda3e3be: Waiting [2020-12-04T21:00:31.577Z] 9a48698157fd: Waiting [2020-12-04T21:00:31.577Z] 6cdc01351e57: Waiting [2020-12-04T21:00:31.577Z] b884b53e4344: Layer already exists [2020-12-04T21:00:31.577Z] 4a32c57d8271: Layer already exists [2020-12-04T21:00:31.577Z] a1063cbff59a: Layer already exists [2020-12-04T21:00:31.577Z] aff6999738f7: Layer already exists [2020-12-04T21:00:31.577Z] 8379c41d284f: Layer already exists [2020-12-04T21:00:31.577Z] 9a48698157fd: Layer already exists [2020-12-04T21:00:31.577Z] 6cdc01351e57: Layer already exists [2020-12-04T21:00:31.577Z] 18a929ebe38b: Layer already exists [2020-12-04T21:00:31.577Z] a48f34b781f8: Layer already exists [2020-12-04T21:00:31.577Z] 7a63ef859aac: Layer already exists [2020-12-04T21:00:31.577Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:31.577Z] 2.0.0-dev.2: digest: sha256:8aea497d57fb0b0069127521a59573852eb63e60c7a10b75e0596ce8c7b06a8d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:31.877Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:32.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:32.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-04T21:00:32.172Z] aff6999738f7: Preparing [2020-12-04T21:00:32.172Z] 8379c41d284f: Preparing [2020-12-04T21:00:32.172Z] a1063cbff59a: Preparing [2020-12-04T21:00:32.172Z] 4a32c57d8271: Preparing [2020-12-04T21:00:32.172Z] 4a32c57d8271: Preparing [2020-12-04T21:00:32.172Z] b884b53e4344: Preparing [2020-12-04T21:00:32.172Z] 9a48698157fd: Preparing [2020-12-04T21:00:32.173Z] 6cdc01351e57: Preparing [2020-12-04T21:00:32.173Z] aff6999738f7: Preparing [2020-12-04T21:00:32.173Z] a48f34b781f8: Preparing [2020-12-04T21:00:32.173Z] 18a929ebe38b: Preparing [2020-12-04T21:00:32.173Z] 7a63ef859aac: Preparing [2020-12-04T21:00:32.173Z] ace0eda3e3be: Preparing [2020-12-04T21:00:32.173Z] 9a48698157fd: Waiting [2020-12-04T21:00:32.173Z] 6cdc01351e57: Waiting [2020-12-04T21:00:32.173Z] a48f34b781f8: Waiting [2020-12-04T21:00:32.173Z] 18a929ebe38b: Waiting [2020-12-04T21:00:32.173Z] 7a63ef859aac: Waiting [2020-12-04T21:00:32.173Z] ace0eda3e3be: Waiting [2020-12-04T21:00:32.173Z] b884b53e4344: Layer already exists [2020-12-04T21:00:32.173Z] 8379c41d284f: Layer already exists [2020-12-04T21:00:32.173Z] 4a32c57d8271: Layer already exists [2020-12-04T21:00:32.173Z] aff6999738f7: Layer already exists [2020-12-04T21:00:32.173Z] a1063cbff59a: Layer already exists [2020-12-04T21:00:32.173Z] 6cdc01351e57: Layer already exists [2020-12-04T21:00:32.173Z] 9a48698157fd: Layer already exists [2020-12-04T21:00:32.173Z] a48f34b781f8: Layer already exists [2020-12-04T21:00:32.173Z] 18a929ebe38b: Layer already exists [2020-12-04T21:00:32.173Z] 7a63ef859aac: Layer already exists [2020-12-04T21:00:32.173Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:32.173Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:8aea497d57fb0b0069127521a59573852eb63e60c7a10b75e0596ce8c7b06a8d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:32.475Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:32.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-04T21:00:32.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-04T21:00:32.769Z] aff6999738f7: Preparing [2020-12-04T21:00:32.769Z] 8379c41d284f: Preparing [2020-12-04T21:00:32.769Z] a1063cbff59a: Preparing [2020-12-04T21:00:32.769Z] 4a32c57d8271: Preparing [2020-12-04T21:00:32.769Z] 4a32c57d8271: Preparing [2020-12-04T21:00:32.769Z] b884b53e4344: Preparing [2020-12-04T21:00:32.769Z] 9a48698157fd: Preparing [2020-12-04T21:00:32.769Z] 6cdc01351e57: Preparing [2020-12-04T21:00:32.769Z] aff6999738f7: Preparing [2020-12-04T21:00:32.769Z] a48f34b781f8: Preparing [2020-12-04T21:00:32.769Z] 18a929ebe38b: Preparing [2020-12-04T21:00:32.769Z] 7a63ef859aac: Preparing [2020-12-04T21:00:32.769Z] ace0eda3e3be: Preparing [2020-12-04T21:00:32.769Z] 9a48698157fd: Waiting [2020-12-04T21:00:32.769Z] 6cdc01351e57: Waiting [2020-12-04T21:00:32.769Z] a48f34b781f8: Waiting [2020-12-04T21:00:32.769Z] 18a929ebe38b: Waiting [2020-12-04T21:00:32.769Z] 7a63ef859aac: Waiting [2020-12-04T21:00:32.769Z] ace0eda3e3be: Waiting [2020-12-04T21:00:32.769Z] aff6999738f7: Layer already exists [2020-12-04T21:00:32.769Z] b884b53e4344: Layer already exists [2020-12-04T21:00:32.769Z] 4a32c57d8271: Layer already exists [2020-12-04T21:00:32.769Z] a1063cbff59a: Layer already exists [2020-12-04T21:00:32.769Z] 8379c41d284f: Layer already exists [2020-12-04T21:00:32.769Z] 6cdc01351e57: Layer already exists [2020-12-04T21:00:32.769Z] 9a48698157fd: Layer already exists [2020-12-04T21:00:32.769Z] 18a929ebe38b: Layer already exists [2020-12-04T21:00:32.769Z] 7a63ef859aac: Layer already exists [2020-12-04T21:00:32.769Z] a48f34b781f8: Layer already exists [2020-12-04T21:00:32.769Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:32.769Z] master: digest: sha256:8aea497d57fb0b0069127521a59573852eb63e60c7a10b75e0596ce8c7b06a8d size: 3027 [2020-12-04T21:00:32.775Z] Removing intermediate container b39dfa5a8350 [2020-12-04T21:00:32.775Z] ---> 659adea1ab7c [2020-12-04T21:00:32.775Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:00:32.956Z] ===================================================== [Pipeline] echo [2020-12-04T21:00:33.004Z] taggedImages: [2020-12-04T21:00:33.004Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:33.004Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.2 [2020-12-04T21:00:33.004Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:33.004Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-04T21:00:33.055Z] ---> Running in 5f4d0bd98dd6 [2020-12-04T21:00:33.055Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [Pipeline] echo [2020-12-04T21:00:33.067Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-04T21:00:33.067Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:33.067Z] 2.0.0-dev.2 [2020-12-04T21:00:33.067Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:33.067Z] master [2020-12-04T21:00:33.067Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:33.450Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T21:00:33.450Z] ---> e2a31898cba3 [2020-12-04T21:00:33.450Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T21:00:33.450Z] ---> Using cache [2020-12-04T21:00:33.450Z] ---> 955811a98ff5 [2020-12-04T21:00:33.450Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T21:00:33.450Z] ---> Using cache [2020-12-04T21:00:33.450Z] ---> 0280b0de34a0 [2020-12-04T21:00:33.450Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T21:00:33.450Z] ---> Using cache [2020-12-04T21:00:33.450Z] ---> 3fb891988ef6 [2020-12-04T21:00:33.450Z] Step 6/21 : COPY go.mod . [2020-12-04T21:00:33.450Z] ---> Using cache [2020-12-04T21:00:33.450Z] ---> 069fb25244fb [2020-12-04T21:00:33.450Z] Step 7/21 : RUN go mod download [2020-12-04T21:00:33.450Z] ---> Using cache [2020-12-04T21:00:33.450Z] ---> f1b36d640077 [2020-12-04T21:00:33.450Z] Step 8/21 : COPY . . [2020-12-04T21:00:33.603Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:33.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:33.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-04T21:00:33.903Z] 72d0a7cac57b: Preparing [2020-12-04T21:00:33.903Z] 40030fc658ab: Preparing [2020-12-04T21:00:33.903Z] 5ad7c917a54f: Preparing [2020-12-04T21:00:33.903Z] 1d50ca525047: Preparing [2020-12-04T21:00:33.903Z] 56c1b42dd371: Preparing [2020-12-04T21:00:33.903Z] 109012c0614d: Preparing [2020-12-04T21:00:33.903Z] dd215c9f4b34: Preparing [2020-12-04T21:00:33.903Z] 63bd7afa7e3a: Preparing [2020-12-04T21:00:33.903Z] 1b3ee35aacca: Preparing [2020-12-04T21:00:33.903Z] 109012c0614d: Waiting [2020-12-04T21:00:33.903Z] dd215c9f4b34: Waiting [2020-12-04T21:00:33.903Z] 63bd7afa7e3a: Waiting [2020-12-04T21:00:33.903Z] 1b3ee35aacca: Waiting [2020-12-04T21:00:34.172Z] 72d0a7cac57b: Pushed [2020-12-04T21:00:34.172Z] 56c1b42dd371: Pushed [2020-12-04T21:00:34.172Z] 40030fc658ab: Pushed [2020-12-04T21:00:34.436Z] dd215c9f4b34: Pushed [2020-12-04T21:00:34.436Z] 109012c0614d: Pushed [2020-12-04T21:00:34.436Z] 1b3ee35aacca: Layer already exists [2020-12-04T21:00:34.436Z] 63bd7afa7e3a: Pushed [2020-12-04T21:00:34.573Z] ---> Using cache [2020-12-04T21:00:34.573Z] ---> e22301505e73 [2020-12-04T21:00:34.573Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-04T21:00:34.697Z] 1d50ca525047: Pushed [2020-12-04T21:00:34.878Z] Removing intermediate container 5f4d0bd98dd6 [2020-12-04T21:00:34.878Z] ---> 0f9da74dbfcb [2020-12-04T21:00:34.878Z] Step 21/23 : LABEL arch=arm64 [2020-12-04T21:00:34.957Z] 5ad7c917a54f: Pushed [2020-12-04T21:00:34.957Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:f2bc281dd15bb3ab9b5195fe23a8ac8e3e0d42ab26f929ef60abadb6739f88a8 size: 2198 [2020-12-04T21:00:35.177Z] ---> Running in f476b543a486 [2020-12-04T21:00:35.177Z] ---> Running in ded000a063ed [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:35.657Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:35.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.2 [2020-12-04T21:00:35.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-04T21:00:35.978Z] 72d0a7cac57b: Preparing [2020-12-04T21:00:35.978Z] 40030fc658ab: Preparing [2020-12-04T21:00:35.978Z] 5ad7c917a54f: Preparing [2020-12-04T21:00:35.978Z] 1d50ca525047: Preparing [2020-12-04T21:00:35.978Z] 56c1b42dd371: Preparing [2020-12-04T21:00:35.978Z] 109012c0614d: Preparing [2020-12-04T21:00:35.978Z] dd215c9f4b34: Preparing [2020-12-04T21:00:35.978Z] 63bd7afa7e3a: Preparing [2020-12-04T21:00:35.978Z] 1b3ee35aacca: Preparing [2020-12-04T21:00:35.978Z] dd215c9f4b34: Waiting [2020-12-04T21:00:35.978Z] 63bd7afa7e3a: Waiting [2020-12-04T21:00:35.978Z] 1b3ee35aacca: Waiting [2020-12-04T21:00:35.978Z] 109012c0614d: Waiting [2020-12-04T21:00:35.978Z] 5ad7c917a54f: Layer already exists [2020-12-04T21:00:35.978Z] 56c1b42dd371: Layer already exists [2020-12-04T21:00:35.978Z] 40030fc658ab: Layer already exists [2020-12-04T21:00:35.978Z] 72d0a7cac57b: Layer already exists [2020-12-04T21:00:35.978Z] 109012c0614d: Layer already exists [2020-12-04T21:00:35.978Z] 1d50ca525047: Layer already exists [2020-12-04T21:00:35.978Z] 63bd7afa7e3a: Layer already exists [2020-12-04T21:00:35.978Z] dd215c9f4b34: Layer already exists [2020-12-04T21:00:35.978Z] 1b3ee35aacca: Layer already exists [2020-12-04T21:00:35.978Z] 2.0.0-dev.2: digest: sha256:f2bc281dd15bb3ab9b5195fe23a8ac8e3e0d42ab26f929ef60abadb6739f88a8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:36.291Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:36.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:36.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-04T21:00:36.587Z] 72d0a7cac57b: Preparing [2020-12-04T21:00:36.587Z] 40030fc658ab: Preparing [2020-12-04T21:00:36.587Z] 5ad7c917a54f: Preparing [2020-12-04T21:00:36.587Z] 1d50ca525047: Preparing [2020-12-04T21:00:36.587Z] 56c1b42dd371: Preparing [2020-12-04T21:00:36.587Z] 109012c0614d: Preparing [2020-12-04T21:00:36.587Z] dd215c9f4b34: Preparing [2020-12-04T21:00:36.587Z] 63bd7afa7e3a: Preparing [2020-12-04T21:00:36.587Z] 1b3ee35aacca: Preparing [2020-12-04T21:00:36.587Z] 109012c0614d: Waiting [2020-12-04T21:00:36.587Z] dd215c9f4b34: Waiting [2020-12-04T21:00:36.587Z] 63bd7afa7e3a: Waiting [2020-12-04T21:00:36.587Z] 1b3ee35aacca: Waiting [2020-12-04T21:00:36.587Z] 56c1b42dd371: Layer already exists [2020-12-04T21:00:36.587Z] 1d50ca525047: Layer already exists [2020-12-04T21:00:36.587Z] 72d0a7cac57b: Layer already exists [2020-12-04T21:00:36.587Z] 40030fc658ab: Layer already exists [2020-12-04T21:00:36.587Z] 5ad7c917a54f: Layer already exists [2020-12-04T21:00:36.587Z] 109012c0614d: Layer already exists [2020-12-04T21:00:36.587Z] dd215c9f4b34: Layer already exists [2020-12-04T21:00:36.587Z] 1b3ee35aacca: Layer already exists [2020-12-04T21:00:36.587Z] 63bd7afa7e3a: Layer already exists [2020-12-04T21:00:36.587Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:f2bc281dd15bb3ab9b5195fe23a8ac8e3e0d42ab26f929ef60abadb6739f88a8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:36.889Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:37.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-04T21:00:37.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-04T21:00:37.186Z] 72d0a7cac57b: Preparing [2020-12-04T21:00:37.186Z] 40030fc658ab: Preparing [2020-12-04T21:00:37.186Z] 5ad7c917a54f: Preparing [2020-12-04T21:00:37.186Z] 1d50ca525047: Preparing [2020-12-04T21:00:37.186Z] 56c1b42dd371: Preparing [2020-12-04T21:00:37.186Z] 109012c0614d: Preparing [2020-12-04T21:00:37.186Z] dd215c9f4b34: Preparing [2020-12-04T21:00:37.186Z] 63bd7afa7e3a: Preparing [2020-12-04T21:00:37.186Z] 1b3ee35aacca: Preparing [2020-12-04T21:00:37.186Z] 109012c0614d: Waiting [2020-12-04T21:00:37.186Z] dd215c9f4b34: Waiting [2020-12-04T21:00:37.186Z] 63bd7afa7e3a: Waiting [2020-12-04T21:00:37.186Z] 1b3ee35aacca: Waiting [2020-12-04T21:00:37.186Z] 72d0a7cac57b: Layer already exists [2020-12-04T21:00:37.186Z] 56c1b42dd371: Layer already exists [2020-12-04T21:00:37.186Z] 40030fc658ab: Layer already exists [2020-12-04T21:00:37.186Z] 5ad7c917a54f: Layer already exists [2020-12-04T21:00:37.186Z] 1d50ca525047: Layer already exists [2020-12-04T21:00:37.186Z] 63bd7afa7e3a: Layer already exists [2020-12-04T21:00:37.186Z] 109012c0614d: Layer already exists [2020-12-04T21:00:37.186Z] 1b3ee35aacca: Layer already exists [2020-12-04T21:00:37.186Z] dd215c9f4b34: Layer already exists [2020-12-04T21:00:37.186Z] master: digest: sha256:f2bc281dd15bb3ab9b5195fe23a8ac8e3e0d42ab26f929ef60abadb6739f88a8 size: 2198 [Pipeline] } [2020-12-04T21:00:37.239Z] Removing intermediate container ded000a063ed [2020-12-04T21:00:37.239Z] ---> 5bdcf87d9590 [2020-12-04T21:00:37.239Z] Step 22/23 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:00:37.405Z] ===================================================== [Pipeline] echo [2020-12-04T21:00:37.453Z] taggedImages: [2020-12-04T21:00:37.453Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:37.453Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.2 [2020-12-04T21:00:37.453Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:37.453Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-04T21:00:37.516Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-04T21:00:37.516Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:37.516Z] 2.0.0-dev.2 [2020-12-04T21:00:37.516Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:37.516Z] master [2020-12-04T21:00:37.516Z] ===================================================== [2020-12-04T21:00:37.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:37.793Z] ---> Running in 01a85ce53ebc [2020-12-04T21:00:37.996Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:38.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:38.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-04T21:00:38.291Z] cb3617daa4ea: Preparing [2020-12-04T21:00:38.291Z] a1ae3460b46c: Preparing [2020-12-04T21:00:38.291Z] 8c2d90cda7ec: Preparing [2020-12-04T21:00:38.291Z] 2d6e51b21fe6: Preparing [2020-12-04T21:00:38.291Z] 71aab393e0d5: Preparing [2020-12-04T21:00:38.291Z] e65e27302096: Preparing [2020-12-04T21:00:38.291Z] e65e27302096: Waiting [2020-12-04T21:00:38.551Z] 8c2d90cda7ec: Pushed [2020-12-04T21:00:38.551Z] 2d6e51b21fe6: Pushed [2020-12-04T21:00:38.551Z] cb3617daa4ea: Pushed [2020-12-04T21:00:38.551Z] 71aab393e0d5: Pushed [2020-12-04T21:00:38.812Z] e65e27302096: Pushed [2020-12-04T21:00:39.243Z] Removing intermediate container 01a85ce53ebc [2020-12-04T21:00:39.243Z] ---> 9b7e18fe5cc1 [2020-12-04T21:00:39.243Z] Step 23/23 : LABEL version=2.0.0-dev.2 [2020-12-04T21:00:39.382Z] a1ae3460b46c: Pushed [2020-12-04T21:00:39.518Z] ---> Running in 7b381a46a3cd [2020-12-04T21:00:39.643Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:b323cd05e7fda8b51ddc24d2b40773ba5db01b8d7dcf3c718c8c23b07a400932 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:39.941Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:40.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.2 [2020-12-04T21:00:40.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-04T21:00:40.235Z] cb3617daa4ea: Preparing [2020-12-04T21:00:40.235Z] a1ae3460b46c: Preparing [2020-12-04T21:00:40.235Z] 8c2d90cda7ec: Preparing [2020-12-04T21:00:40.235Z] 2d6e51b21fe6: Preparing [2020-12-04T21:00:40.235Z] 71aab393e0d5: Preparing [2020-12-04T21:00:40.235Z] e65e27302096: Preparing [2020-12-04T21:00:40.235Z] e65e27302096: Waiting [2020-12-04T21:00:40.235Z] 2d6e51b21fe6: Layer already exists [2020-12-04T21:00:40.235Z] 71aab393e0d5: Layer already exists [2020-12-04T21:00:40.235Z] cb3617daa4ea: Layer already exists [2020-12-04T21:00:40.235Z] 8c2d90cda7ec: Layer already exists [2020-12-04T21:00:40.235Z] a1ae3460b46c: Layer already exists [2020-12-04T21:00:40.235Z] e65e27302096: Layer already exists [2020-12-04T21:00:40.235Z] 2.0.0-dev.2: digest: sha256:b323cd05e7fda8b51ddc24d2b40773ba5db01b8d7dcf3c718c8c23b07a400932 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:40.511Z] Removing intermediate container 7b381a46a3cd [2020-12-04T21:00:40.511Z] ---> dc6f6cff88d3 [2020-12-04T21:00:40.511Z] [2020-12-04T21:00:40.539Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:40.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:40.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-04T21:00:40.836Z] cb3617daa4ea: Preparing [2020-12-04T21:00:40.836Z] a1ae3460b46c: Preparing [2020-12-04T21:00:40.836Z] 8c2d90cda7ec: Preparing [2020-12-04T21:00:40.836Z] 2d6e51b21fe6: Preparing [2020-12-04T21:00:40.836Z] 71aab393e0d5: Preparing [2020-12-04T21:00:40.836Z] e65e27302096: Preparing [2020-12-04T21:00:40.836Z] e65e27302096: Waiting [2020-12-04T21:00:40.836Z] 71aab393e0d5: Layer already exists [2020-12-04T21:00:40.836Z] 8c2d90cda7ec: Layer already exists [2020-12-04T21:00:40.836Z] cb3617daa4ea: Layer already exists [2020-12-04T21:00:40.836Z] a1ae3460b46c: Layer already exists [2020-12-04T21:00:40.836Z] 2d6e51b21fe6: Layer already exists [2020-12-04T21:00:40.836Z] e65e27302096: Layer already exists [2020-12-04T21:00:40.836Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:b323cd05e7fda8b51ddc24d2b40773ba5db01b8d7dcf3c718c8c23b07a400932 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:41.139Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:41.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-04T21:00:41.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-04T21:00:41.438Z] cb3617daa4ea: Preparing [2020-12-04T21:00:41.438Z] a1ae3460b46c: Preparing [2020-12-04T21:00:41.438Z] 8c2d90cda7ec: Preparing [2020-12-04T21:00:41.438Z] 2d6e51b21fe6: Preparing [2020-12-04T21:00:41.438Z] 71aab393e0d5: Preparing [2020-12-04T21:00:41.438Z] e65e27302096: Preparing [2020-12-04T21:00:41.438Z] e65e27302096: Waiting [2020-12-04T21:00:41.438Z] 8c2d90cda7ec: Layer already exists [2020-12-04T21:00:41.438Z] a1ae3460b46c: Layer already exists [2020-12-04T21:00:41.438Z] cb3617daa4ea: Layer already exists [2020-12-04T21:00:41.438Z] 2d6e51b21fe6: Layer already exists [2020-12-04T21:00:41.438Z] 71aab393e0d5: Layer already exists [2020-12-04T21:00:41.438Z] e65e27302096: Layer already exists [2020-12-04T21:00:41.438Z] master: digest: sha256:b323cd05e7fda8b51ddc24d2b40773ba5db01b8d7dcf3c718c8c23b07a400932 size: 1573 [Pipeline] } [2020-12-04T21:00:41.496Z] Successfully built dc6f6cff88d3 [2020-12-04T21:00:41.497Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-04T21:00:41.497Z]  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:00:41.667Z] ===================================================== [Pipeline] echo [2020-12-04T21:00:41.712Z] taggedImages: [2020-12-04T21:00:41.712Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:41.712Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.2 [2020-12-04T21:00:41.712Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:41.712Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-04T21:00:41.772Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-04T21:00:41.772Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:41.772Z] 2.0.0-dev.2 [2020-12-04T21:00:41.772Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:41.772Z] master [2020-12-04T21:00:41.772Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:42.250Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:42.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:42.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-04T21:00:42.546Z] 98f6825f74d2: Preparing [2020-12-04T21:00:42.546Z] 2cf5b47ec7c3: Preparing [2020-12-04T21:00:42.546Z] ab31cabe6471: Preparing [2020-12-04T21:00:42.807Z] 98f6825f74d2: Pushed [2020-12-04T21:00:42.807Z] ab31cabe6471: Pushed [2020-12-04T21:00:43.749Z] 2cf5b47ec7c3: Pushed [2020-12-04T21:00:44.010Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:ecf8b702dcfd02403cc024ee4f6894d2b2f00864348c675f95b4b4d614beccfc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:44.317Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:44.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.2 [2020-12-04T21:00:44.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-04T21:00:44.614Z] 98f6825f74d2: Preparing [2020-12-04T21:00:44.614Z] 2cf5b47ec7c3: Preparing [2020-12-04T21:00:44.614Z] ab31cabe6471: Preparing [2020-12-04T21:00:44.614Z] 2cf5b47ec7c3: Layer already exists [2020-12-04T21:00:44.614Z] 98f6825f74d2: Layer already exists [2020-12-04T21:00:44.614Z] ab31cabe6471: Layer already exists [2020-12-04T21:00:44.614Z] 2.0.0-dev.2: digest: sha256:ecf8b702dcfd02403cc024ee4f6894d2b2f00864348c675f95b4b4d614beccfc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:44.913Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:45.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:45.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-04T21:00:45.210Z] 98f6825f74d2: Preparing [2020-12-04T21:00:45.210Z] 2cf5b47ec7c3: Preparing [2020-12-04T21:00:45.210Z] ab31cabe6471: Preparing [2020-12-04T21:00:45.210Z] ab31cabe6471: Layer already exists [2020-12-04T21:00:45.210Z] 2cf5b47ec7c3: Layer already exists [2020-12-04T21:00:45.210Z] 98f6825f74d2: Layer already exists [2020-12-04T21:00:45.210Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:ecf8b702dcfd02403cc024ee4f6894d2b2f00864348c675f95b4b4d614beccfc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:45.511Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:45.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-04T21:00:45.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-04T21:00:45.807Z] 98f6825f74d2: Preparing [2020-12-04T21:00:45.807Z] 2cf5b47ec7c3: Preparing [2020-12-04T21:00:45.807Z] ab31cabe6471: Preparing [2020-12-04T21:00:45.807Z] ab31cabe6471: Layer already exists [2020-12-04T21:00:45.807Z] 2cf5b47ec7c3: Layer already exists [2020-12-04T21:00:45.807Z] 98f6825f74d2: Layer already exists [2020-12-04T21:00:45.807Z] master: digest: sha256:ecf8b702dcfd02403cc024ee4f6894d2b2f00864348c675f95b4b4d614beccfc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:00:45.988Z] ===================================================== [Pipeline] echo [2020-12-04T21:00:46.049Z] taggedImages: [2020-12-04T21:00:46.050Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:46.050Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.2 [2020-12-04T21:00:46.050Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:46.050Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-04T21:00:46.112Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-04T21:00:46.112Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:46.112Z] 2.0.0-dev.2 [2020-12-04T21:00:46.112Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:46.112Z] master [2020-12-04T21:00:46.112Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:46.610Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:46.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:46.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-04T21:00:46.910Z] 13221187635c: Preparing [2020-12-04T21:00:46.910Z] 6c4203eb4cd6: Preparing [2020-12-04T21:00:46.910Z] 587faf5c6cc0: Preparing [2020-12-04T21:00:46.910Z] 6e9fd0e90a70: Preparing [2020-12-04T21:00:46.910Z] 5c01e6bf017e: Preparing [2020-12-04T21:00:46.910Z] 98968ea18d43: Preparing [2020-12-04T21:00:46.910Z] 5ba415734124: Preparing [2020-12-04T21:00:46.910Z] 3d9ce3ccee13: Preparing [2020-12-04T21:00:46.910Z] 84631c253a1d: Preparing [2020-12-04T21:00:46.910Z] 336623de938e: Preparing [2020-12-04T21:00:46.910Z] 63533b406c5a: Preparing [2020-12-04T21:00:46.910Z] 31b11ec6ff38: Preparing [2020-12-04T21:00:46.910Z] 911954e2fe49: Preparing [2020-12-04T21:00:46.910Z] ace0eda3e3be: Preparing [2020-12-04T21:00:46.910Z] 98968ea18d43: Waiting [2020-12-04T21:00:46.910Z] 5ba415734124: Waiting [2020-12-04T21:00:46.910Z] 336623de938e: Waiting [2020-12-04T21:00:46.910Z] 63533b406c5a: Waiting [2020-12-04T21:00:46.910Z] 3d9ce3ccee13: Waiting [2020-12-04T21:00:46.910Z] 31b11ec6ff38: Waiting [2020-12-04T21:00:46.910Z] 911954e2fe49: Waiting [2020-12-04T21:00:46.910Z] ace0eda3e3be: Waiting [2020-12-04T21:00:46.910Z] 84631c253a1d: Waiting [2020-12-04T21:00:47.174Z] 5c01e6bf017e: Pushed [2020-12-04T21:00:47.174Z] 13221187635c: Pushed [2020-12-04T21:00:47.437Z] 6e9fd0e90a70: Pushed [2020-12-04T21:00:47.437Z] 3d9ce3ccee13: Layer already exists [2020-12-04T21:00:47.437Z] 84631c253a1d: Layer already exists [2020-12-04T21:00:47.437Z] 336623de938e: Layer already exists [2020-12-04T21:00:47.701Z] 63533b406c5a: Layer already exists [2020-12-04T21:00:47.701Z] 5ba415734124: Pushed [2020-12-04T21:00:47.701Z] 31b11ec6ff38: Layer already exists [2020-12-04T21:00:47.701Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:47.701Z] 911954e2fe49: Layer already exists [2020-12-04T21:00:48.277Z] 98968ea18d43: Pushed [2020-12-04T21:00:48.540Z] 6c4203eb4cd6: Pushed [2020-12-04T21:00:51.688Z] ---> 931c46d46cd9 [2020-12-04T21:00:51.688Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-04T21:00:51.688Z] ---> Running in 6cd99d82c78f [2020-12-04T21:00:52.680Z] ---> b47b1b780afc [2020-12-04T21:00:52.680Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-04T21:00:53.283Z] ---> Running in 7851c02ae06e [2020-12-04T21:00:54.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-04T21:00:55.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-04T21:00:56.361Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T21:00:56.361Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T21:00:56.361Z] ---> e2a31898cba3 [2020-12-04T21:00:56.361Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T21:00:56.361Z] ---> Using cache [2020-12-04T21:00:56.361Z] ---> 955811a98ff5 [2020-12-04T21:00:56.361Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T21:00:56.361Z] ---> Using cache [2020-12-04T21:00:56.361Z] ---> 0280b0de34a0 [2020-12-04T21:00:56.361Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T21:00:56.361Z] ---> Using cache [2020-12-04T21:00:56.361Z] ---> 3fb891988ef6 [2020-12-04T21:00:56.361Z] Step 6/22 : COPY go.mod . [2020-12-04T21:00:56.361Z] ---> Using cache [2020-12-04T21:00:56.361Z] ---> 069fb25244fb [2020-12-04T21:00:56.361Z] Step 7/22 : RUN go mod download [2020-12-04T21:00:56.361Z] ---> Using cache [2020-12-04T21:00:56.361Z] ---> f1b36d640077 [2020-12-04T21:00:56.361Z] Step 8/22 : COPY . . [2020-12-04T21:00:56.361Z] ---> Using cache [2020-12-04T21:00:56.361Z] ---> e22301505e73 [2020-12-04T21:00:56.361Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-04T21:00:56.694Z] 587faf5c6cc0: Pushed [2020-12-04T21:00:56.694Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:1d21176db3857f0f41e03a20f91a33b14c979e7e35ee167e7e980cc1c1ab8a83 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:57.113Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:57.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.2 [2020-12-04T21:00:57.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-04T21:00:57.448Z] 13221187635c: Preparing [2020-12-04T21:00:57.448Z] 6c4203eb4cd6: Preparing [2020-12-04T21:00:57.448Z] 587faf5c6cc0: Preparing [2020-12-04T21:00:57.448Z] 6e9fd0e90a70: Preparing [2020-12-04T21:00:57.448Z] 5c01e6bf017e: Preparing [2020-12-04T21:00:57.448Z] 98968ea18d43: Preparing [2020-12-04T21:00:57.448Z] 5ba415734124: Preparing [2020-12-04T21:00:57.448Z] 3d9ce3ccee13: Preparing [2020-12-04T21:00:57.448Z] 84631c253a1d: Preparing [2020-12-04T21:00:57.448Z] 336623de938e: Preparing [2020-12-04T21:00:57.448Z] 63533b406c5a: Preparing [2020-12-04T21:00:57.448Z] 31b11ec6ff38: Preparing [2020-12-04T21:00:57.448Z] 911954e2fe49: Preparing [2020-12-04T21:00:57.448Z] ace0eda3e3be: Preparing [2020-12-04T21:00:57.448Z] 98968ea18d43: Waiting [2020-12-04T21:00:57.448Z] 3d9ce3ccee13: Waiting [2020-12-04T21:00:57.448Z] 84631c253a1d: Waiting [2020-12-04T21:00:57.448Z] 5ba415734124: Waiting [2020-12-04T21:00:57.448Z] 336623de938e: Waiting [2020-12-04T21:00:57.448Z] ace0eda3e3be: Waiting [2020-12-04T21:00:57.448Z] 63533b406c5a: Waiting [2020-12-04T21:00:57.448Z] 31b11ec6ff38: Waiting [2020-12-04T21:00:57.448Z] 911954e2fe49: Waiting [2020-12-04T21:00:57.448Z] 6c4203eb4cd6: Layer already exists [2020-12-04T21:00:57.448Z] 13221187635c: Layer already exists [2020-12-04T21:00:57.448Z] 587faf5c6cc0: Layer already exists [2020-12-04T21:00:57.448Z] 6e9fd0e90a70: Layer already exists [2020-12-04T21:00:57.448Z] 5c01e6bf017e: Layer already exists [2020-12-04T21:00:57.448Z] 5ba415734124: Layer already exists [2020-12-04T21:00:57.448Z] 98968ea18d43: Layer already exists [2020-12-04T21:00:57.448Z] 3d9ce3ccee13: Layer already exists [2020-12-04T21:00:57.448Z] 84631c253a1d: Layer already exists [2020-12-04T21:00:57.448Z] 336623de938e: Layer already exists [2020-12-04T21:00:57.448Z] 31b11ec6ff38: Layer already exists [2020-12-04T21:00:57.448Z] 911954e2fe49: Layer already exists [2020-12-04T21:00:57.448Z] 63533b406c5a: Layer already exists [2020-12-04T21:00:57.448Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:57.448Z] 2.0.0-dev.2: digest: sha256:1d21176db3857f0f41e03a20f91a33b14c979e7e35ee167e7e980cc1c1ab8a83 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:57.754Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:57.816Z] ---> Running in 559487b9dd2e [2020-12-04T21:00:58.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:58.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-04T21:00:58.052Z] 13221187635c: Preparing [2020-12-04T21:00:58.052Z] 6c4203eb4cd6: Preparing [2020-12-04T21:00:58.052Z] 587faf5c6cc0: Preparing [2020-12-04T21:00:58.052Z] 6e9fd0e90a70: Preparing [2020-12-04T21:00:58.052Z] 5c01e6bf017e: Preparing [2020-12-04T21:00:58.052Z] 98968ea18d43: Preparing [2020-12-04T21:00:58.052Z] 5ba415734124: Preparing [2020-12-04T21:00:58.052Z] 3d9ce3ccee13: Preparing [2020-12-04T21:00:58.052Z] 84631c253a1d: Preparing [2020-12-04T21:00:58.052Z] 336623de938e: Preparing [2020-12-04T21:00:58.052Z] 63533b406c5a: Preparing [2020-12-04T21:00:58.052Z] 31b11ec6ff38: Preparing [2020-12-04T21:00:58.052Z] 911954e2fe49: Preparing [2020-12-04T21:00:58.052Z] ace0eda3e3be: Preparing [2020-12-04T21:00:58.052Z] 84631c253a1d: Waiting [2020-12-04T21:00:58.052Z] 336623de938e: Waiting [2020-12-04T21:00:58.052Z] 63533b406c5a: Waiting [2020-12-04T21:00:58.052Z] 31b11ec6ff38: Waiting [2020-12-04T21:00:58.052Z] 911954e2fe49: Waiting [2020-12-04T21:00:58.052Z] ace0eda3e3be: Waiting [2020-12-04T21:00:58.052Z] 98968ea18d43: Waiting [2020-12-04T21:00:58.052Z] 5ba415734124: Waiting [2020-12-04T21:00:58.052Z] 3d9ce3ccee13: Waiting [2020-12-04T21:00:58.052Z] 587faf5c6cc0: Layer already exists [2020-12-04T21:00:58.052Z] 6e9fd0e90a70: Layer already exists [2020-12-04T21:00:58.052Z] 13221187635c: Layer already exists [2020-12-04T21:00:58.052Z] 5c01e6bf017e: Layer already exists [2020-12-04T21:00:58.052Z] 6c4203eb4cd6: Layer already exists [2020-12-04T21:00:58.052Z] 98968ea18d43: Layer already exists [2020-12-04T21:00:58.052Z] 5ba415734124: Layer already exists [2020-12-04T21:00:58.052Z] 3d9ce3ccee13: Layer already exists [2020-12-04T21:00:58.052Z] 84631c253a1d: Layer already exists [2020-12-04T21:00:58.052Z] 336623de938e: Layer already exists [2020-12-04T21:00:58.052Z] 63533b406c5a: Layer already exists [2020-12-04T21:00:58.052Z] 911954e2fe49: Layer already exists [2020-12-04T21:00:58.052Z] 31b11ec6ff38: Layer already exists [2020-12-04T21:00:58.052Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:58.316Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:1d21176db3857f0f41e03a20f91a33b14c979e7e35ee167e7e980cc1c1ab8a83 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:58.627Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:00:58.927Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-04T21:00:58.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-04T21:00:58.927Z] 13221187635c: Preparing [2020-12-04T21:00:58.927Z] 6c4203eb4cd6: Preparing [2020-12-04T21:00:58.927Z] 587faf5c6cc0: Preparing [2020-12-04T21:00:58.927Z] 6e9fd0e90a70: Preparing [2020-12-04T21:00:58.927Z] 5c01e6bf017e: Preparing [2020-12-04T21:00:58.927Z] 98968ea18d43: Preparing [2020-12-04T21:00:58.927Z] 5ba415734124: Preparing [2020-12-04T21:00:58.927Z] 3d9ce3ccee13: Preparing [2020-12-04T21:00:58.927Z] 84631c253a1d: Preparing [2020-12-04T21:00:58.927Z] 336623de938e: Preparing [2020-12-04T21:00:58.927Z] 63533b406c5a: Preparing [2020-12-04T21:00:58.927Z] 31b11ec6ff38: Preparing [2020-12-04T21:00:58.927Z] 911954e2fe49: Preparing [2020-12-04T21:00:58.927Z] ace0eda3e3be: Preparing [2020-12-04T21:00:58.927Z] 84631c253a1d: Waiting [2020-12-04T21:00:58.927Z] 336623de938e: Waiting [2020-12-04T21:00:58.927Z] 63533b406c5a: Waiting [2020-12-04T21:00:58.927Z] 31b11ec6ff38: Waiting [2020-12-04T21:00:58.927Z] 911954e2fe49: Waiting [2020-12-04T21:00:58.927Z] ace0eda3e3be: Waiting [2020-12-04T21:00:58.927Z] 98968ea18d43: Waiting [2020-12-04T21:00:58.927Z] 5ba415734124: Waiting [2020-12-04T21:00:58.927Z] 3d9ce3ccee13: Waiting [2020-12-04T21:00:58.927Z] 6c4203eb4cd6: Layer already exists [2020-12-04T21:00:58.927Z] 13221187635c: Layer already exists [2020-12-04T21:00:58.927Z] 6e9fd0e90a70: Layer already exists [2020-12-04T21:00:58.927Z] 587faf5c6cc0: Layer already exists [2020-12-04T21:00:58.927Z] 5c01e6bf017e: Layer already exists [2020-12-04T21:00:58.927Z] 98968ea18d43: Layer already exists [2020-12-04T21:00:58.927Z] 5ba415734124: Layer already exists [2020-12-04T21:00:58.927Z] 3d9ce3ccee13: Layer already exists [2020-12-04T21:00:58.927Z] 336623de938e: Layer already exists [2020-12-04T21:00:58.927Z] 84631c253a1d: Layer already exists [2020-12-04T21:00:58.927Z] 63533b406c5a: Layer already exists [2020-12-04T21:00:58.927Z] 31b11ec6ff38: Layer already exists [2020-12-04T21:00:58.927Z] 911954e2fe49: Layer already exists [2020-12-04T21:00:58.927Z] ace0eda3e3be: Layer already exists [2020-12-04T21:00:59.189Z] master: digest: sha256:1d21176db3857f0f41e03a20f91a33b14c979e7e35ee167e7e980cc1c1ab8a83 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:00:59.383Z] ===================================================== [Pipeline] echo [2020-12-04T21:00:59.490Z] taggedImages: [2020-12-04T21:00:59.490Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:00:59.490Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.2 [2020-12-04T21:00:59.490Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:00:59.490Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-12-04T21:00:59.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-04T21:01:32.252Z] Removing intermediate container a57c166055dc [2020-12-04T21:01:32.252Z] ---> a4d75ae6ce27 [2020-12-04T21:01:32.252Z] [2020-12-04T21:01:32.252Z] Step 9/29 : FROM alpine:latest [2020-12-04T21:01:32.252Z] ---> 2e77e061c27f [2020-12-04T21:01:32.252Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-04T21:01:32.252Z] ---> Running in c37d3a249b36 [2020-12-04T21:01:32.252Z] Removing intermediate container c37d3a249b36 [2020-12-04T21:01:32.252Z] ---> f1c7b7f7e680 [2020-12-04T21:01:32.252Z] Step 11/29 : USER root [2020-12-04T21:01:32.252Z] ---> Running in 5af6f84edc57 [2020-12-04T21:01:32.252Z] Removing intermediate container 5af6f84edc57 [2020-12-04T21:01:32.252Z] ---> 9cf73f843ed6 [2020-12-04T21:01:32.252Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-04T21:01:32.252Z] ---> Running in 2476689cc82a [2020-12-04T21:01:32.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T21:01:32.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T21:01:33.122Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T21:01:33.122Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T21:01:33.122Z] OK: 12617 distinct packages available [2020-12-04T21:01:33.718Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-04T21:01:33.991Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-04T21:01:33.991Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T21:01:33.991Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T21:01:34.590Z] OK: 6 MiB in 16 packages [2020-12-04T21:01:36.572Z] Removing intermediate container 2476689cc82a [2020-12-04T21:01:36.572Z] ---> 69f2b0bec1ba [2020-12-04T21:01:36.572Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-04T21:01:36.847Z] ---> Running in a7ec4e09379b [2020-12-04T21:01:37.833Z] Removing intermediate container a7ec4e09379b [2020-12-04T21:01:37.833Z] ---> 64557722dab0 [2020-12-04T21:01:37.833Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-04T21:01:37.833Z] ---> Running in 0bc606c31727 [2020-12-04T21:01:38.473Z] Removing intermediate container 0bc606c31727 [2020-12-04T21:01:38.473Z] ---> 7997cc0f2f2e [2020-12-04T21:01:38.473Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-04T21:01:38.747Z] ---> Running in adeccf62930a [2020-12-04T21:01:42.171Z] Removing intermediate container adeccf62930a [2020-12-04T21:01:42.171Z] ---> e74bb5ff1543 [2020-12-04T21:01:42.171Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-04T21:01:44.163Z] ---> cd4184e37521 [2020-12-04T21:01:44.164Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-04T21:01:45.171Z] ---> af6d825db643 [2020-12-04T21:01:45.171Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-04T21:01:46.166Z] ---> 8f46f2c576e5 [2020-12-04T21:01:46.166Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-04T21:01:47.157Z] ---> 96812942fd5c [2020-12-04T21:01:47.157Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-04T21:01:48.618Z] ---> e94c4fdbf4a1 [2020-12-04T21:01:48.618Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-04T21:01:48.618Z] ---> Running in f592466f469a [2020-12-04T21:01:52.028Z] Removing intermediate container f592466f469a [2020-12-04T21:01:52.028Z] ---> ff7043dbc19c [2020-12-04T21:01:52.028Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T21:01:53.015Z] ---> 65f938e7326d [2020-12-04T21:01:53.015Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T21:01:53.299Z] ---> Running in 383c3d75f97e [2020-12-04T21:01:56.731Z] Removing intermediate container 383c3d75f97e [2020-12-04T21:01:56.731Z] ---> e663f6398227 [2020-12-04T21:01:56.731Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-04T21:01:56.731Z] ---> Running in 6cecb776fffe [2020-12-04T21:02:01.074Z] Removing intermediate container 6cecb776fffe [2020-12-04T21:02:01.368Z] ---> a220f54b01c0 [2020-12-04T21:02:01.368Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T21:02:01.368Z] ---> Running in a32e75ad7a97 [2020-12-04T21:02:01.983Z] Removing intermediate container a32e75ad7a97 [2020-12-04T21:02:01.983Z] ---> 4eacf5dceb8f [2020-12-04T21:02:01.984Z] Step 26/29 : CMD [ "generate" ] [2020-12-04T21:02:02.266Z] ---> Running in a35d35b83580 [2020-12-04T21:02:02.881Z] Removing intermediate container a35d35b83580 [2020-12-04T21:02:02.881Z] ---> 35b5d3b67f46 [2020-12-04T21:02:02.881Z] Step 27/29 : LABEL arch=arm64 [2020-12-04T21:02:02.881Z] ---> Running in 77ebe979a6bf [2020-12-04T21:02:03.489Z] Removing intermediate container 77ebe979a6bf [2020-12-04T21:02:03.489Z] ---> ba2fca27b0bd [2020-12-04T21:02:03.489Z] Step 28/29 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:02:03.768Z] ---> Running in ff6c8f019840 [2020-12-04T21:02:04.388Z] Removing intermediate container ff6c8f019840 [2020-12-04T21:02:04.682Z] ---> 6836ff87161f [2020-12-04T21:02:04.682Z] Step 29/29 : LABEL version=2.0.0-dev.2 [2020-12-04T21:02:04.682Z] ---> Running in 339db5bbbaaf [2020-12-04T21:02:05.687Z] Removing intermediate container 339db5bbbaaf [2020-12-04T21:02:05.687Z] ---> b0bf1dafb8a2 [2020-12-04T21:02:05.687Z] [2020-12-04T21:02:05.687Z] Successfully built b0bf1dafb8a2 [2020-12-04T21:02:05.972Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-04T21:02:28.169Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container f476b543a486 [2020-12-04T21:02:28.170Z] ---> 8f5ba273a7d7 [2020-12-04T21:02:28.170Z] [2020-12-04T21:02:28.170Z] Step 10/21 : FROM scratch [2020-12-04T21:02:28.170Z] ---> [2020-12-04T21:02:28.170Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T21:02:28.170Z] ---> Using cache [2020-12-04T21:02:28.170Z] ---> 80c340c075e4 [2020-12-04T21:02:28.170Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-04T21:02:28.170Z] ---> Running in d262795ef215 [2020-12-04T21:02:28.170Z] Removing intermediate container 559487b9dd2e [2020-12-04T21:02:28.170Z] ---> 74d7ca41d04c [2020-12-04T21:02:28.170Z] [2020-12-04T21:02:28.170Z] Step 10/22 : FROM alpine:3.10 [2020-12-04T21:02:28.170Z] ---> 536a684cf733 [2020-12-04T21:02:28.170Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T21:02:28.170Z] ---> Using cache [2020-12-04T21:02:28.170Z] ---> 938eea98d9c2 [2020-12-04T21:02:28.170Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-04T21:02:28.170Z] Removing intermediate container d262795ef215 [2020-12-04T21:02:28.170Z] ---> 7c4878aa870d [2020-12-04T21:02:28.170Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-04T21:02:28.170Z] ---> Running in 38274b585d3b [2020-12-04T21:02:28.170Z] ---> Running in dee6ad056bc1 [2020-12-04T21:02:28.170Z] Removing intermediate container 7851c02ae06e [2020-12-04T21:02:28.170Z] ---> 4050ac268e3b [2020-12-04T21:02:28.170Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-04T21:02:28.170Z] ---> Running in 062d195395bf [2020-12-04T21:02:28.170Z] Removing intermediate container 38274b585d3b [2020-12-04T21:02:28.170Z] ---> 6386498cb901 [2020-12-04T21:02:28.170Z] Step 13/22 : WORKDIR / [2020-12-04T21:02:28.170Z] Removing intermediate container dee6ad056bc1 [2020-12-04T21:02:28.170Z] ---> db9465a9639a [2020-12-04T21:02:28.170Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-04T21:02:28.170Z] ---> Running in baa40c5014ca [2020-12-04T21:02:28.170Z] Removing intermediate container baa40c5014ca [2020-12-04T21:02:28.170Z] ---> f442745c278a [2020-12-04T21:02:28.170Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-04T21:02:28.170Z] ---> a56e84e2fdb5 [2020-12-04T21:02:28.170Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-04T21:02:28.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.2" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-04T21:02:29.698Z] ---> 86e38c6ebd59 [2020-12-04T21:02:29.698Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-04T21:02:30.418Z] ---> b334a55f36b3 [2020-12-04T21:02:30.418Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-04T21:02:31.970Z] ---> dbd0da7c37ae [2020-12-04T21:02:31.971Z] ---> 10c1b0361ff2 [2020-12-04T21:02:31.971Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-04T21:02:31.971Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-04T21:02:32.248Z] ---> Running in ba11e5a46b27 [2020-12-04T21:02:32.847Z] Removing intermediate container ba11e5a46b27 [2020-12-04T21:02:32.847Z] ---> 219572fbdb33 [2020-12-04T21:02:32.847Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T21:02:33.124Z] ---> Running in 04f43e77008a [2020-12-04T21:02:33.124Z] Removing intermediate container 062d195395bf [2020-12-04T21:02:33.124Z] ---> e629829d2243 [2020-12-04T21:02:33.124Z] [2020-12-04T21:02:33.124Z] Step 11/27 : FROM docker:latest [2020-12-04T21:02:33.124Z] ---> 84e3a507c27b [2020-12-04T21:02:33.124Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-04T21:02:33.399Z] ---> 0799eab4efa1 [2020-12-04T21:02:33.399Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-04T21:02:33.399Z] ---> Running in 356f21ad6bee [2020-12-04T21:02:33.674Z] Removing intermediate container 6cd99d82c78f [2020-12-04T21:02:33.674Z] ---> c21bcf0feb1f [2020-12-04T21:02:33.674Z] [2020-12-04T21:02:33.674Z] Step 10/24 : FROM scratch [2020-12-04T21:02:33.674Z] ---> [2020-12-04T21:02:33.674Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-04T21:02:33.949Z] Removing intermediate container 04f43e77008a [2020-12-04T21:02:33.949Z] ---> 29155629b65f [2020-12-04T21:02:33.949Z] Step 19/21 : LABEL arch=arm64 [2020-12-04T21:02:33.949Z] ---> Running in 2868877beb1f [2020-12-04T21:02:34.226Z] ---> Running in 1095119ceaaf [2020-12-04T21:02:34.511Z] ---> 24fdffb67ef5 [2020-12-04T21:02:34.511Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-04T21:02:34.511Z] ---> Running in 879d58a4e793 [2020-12-04T21:02:34.511Z] Removing intermediate container 2868877beb1f [2020-12-04T21:02:34.511Z] ---> 94439b7b4c03 [2020-12-04T21:02:34.511Z] Step 20/21 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:02:34.795Z] Removing intermediate container 1095119ceaaf [2020-12-04T21:02:34.795Z] ---> 2947df03a846 [2020-12-04T21:02:34.795Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-04T21:02:34.795Z] ---> Running in dc35df0a1c53 [2020-12-04T21:02:34.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T21:02:34.795Z] ---> Running in 24563757d1ae [2020-12-04T21:02:35.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T21:02:35.348Z] Removing intermediate container dc35df0a1c53 [2020-12-04T21:02:35.348Z] ---> 30428ad36216 [2020-12-04T21:02:35.348Z] Step 21/21 : LABEL version=2.0.0-dev.2 [2020-12-04T21:02:35.625Z] Removing intermediate container 24563757d1ae [2020-12-04T21:02:35.625Z] ---> f06c5912ad5a [2020-12-04T21:02:35.625Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-04T21:02:35.625Z] ---> Running in 754e8e7e2c14 [2020-12-04T21:02:35.625Z] (1/2) Installing readline (8.0.4-r0) [2020-12-04T21:02:35.625Z] (2/2) Installing bash (5.0.17-r0) [2020-12-04T21:02:35.625Z] ---> Running in 2310ef73712a [2020-12-04T21:02:35.625Z] Executing bash-5.0.17-r0.post-install [2020-12-04T21:02:35.625Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T21:02:35.901Z] OK: 12 MiB in 22 packages [2020-12-04T21:02:36.180Z] Removing intermediate container 754e8e7e2c14 [2020-12-04T21:02:36.180Z] ---> cd4f17f8f3c2 [2020-12-04T21:02:36.180Z] [2020-12-04T21:02:36.456Z] Removing intermediate container 2310ef73712a [2020-12-04T21:02:36.456Z] ---> a0abff8666ee [2020-12-04T21:02:36.456Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-04T21:02:36.729Z] Successfully built cd4f17f8f3c2 [2020-12-04T21:02:36.730Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-04T21:02:37.330Z]  Building docker-support-scheduler-go ... done Removing intermediate container 356f21ad6bee [2020-12-04T21:02:37.330Z] ---> 48dce5987859 [2020-12-04T21:02:37.330Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-04T21:02:37.330Z] ---> ccaba3492f68 [2020-12-04T21:02:37.330Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-04T21:02:37.602Z] Removing intermediate container 879d58a4e793 [2020-12-04T21:02:37.602Z] ---> 4c512eeb321e [2020-12-04T21:02:37.602Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-04T21:02:37.602Z] ---> Running in db4b7722c1a6 [2020-12-04T21:02:37.880Z] ---> Running in e23b3f7fdb9a [2020-12-04T21:02:38.484Z] Removing intermediate container e23b3f7fdb9a [2020-12-04T21:02:38.484Z] ---> bd47bd8c5b02 [2020-12-04T21:02:38.484Z] Step 20/22 : LABEL arch=arm64 [2020-12-04T21:02:38.484Z] ---> Running in 02f63a436e46 [2020-12-04T21:02:38.760Z] ---> a064dce779fb [2020-12-04T21:02:38.760Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-04T21:02:39.035Z] Removing intermediate container 02f63a436e46 [2020-12-04T21:02:39.035Z] ---> 1bb55170fb7a [2020-12-04T21:02:39.035Z] Step 21/22 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:02:39.315Z] ---> Running in c6b34c08a732 [2020-12-04T21:02:39.919Z] Removing intermediate container c6b34c08a732 [2020-12-04T21:02:39.919Z] ---> 4d7c2259cfa9 [2020-12-04T21:02:39.919Z] Step 22/22 : LABEL version=2.0.0-dev.2 [2020-12-04T21:02:40.206Z] ---> e885389d39cb [2020-12-04T21:02:40.206Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-04T21:02:40.206Z] ---> Running in 7710a123ebc2 [2020-12-04T21:02:40.206Z] Removing intermediate container db4b7722c1a6 [2020-12-04T21:02:40.206Z] ---> 4a3b906b6ec7 [2020-12-04T21:02:40.206Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-04T21:02:40.481Z] ---> Running in 6deb566ec9f5 [2020-12-04T21:02:40.758Z] Removing intermediate container 7710a123ebc2 [2020-12-04T21:02:40.758Z] ---> 3299f23b56e4 [2020-12-04T21:02:40.758Z] [2020-12-04T21:02:41.034Z] Successfully built 3299f23b56e4 [2020-12-04T21:02:41.034Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-04T21:02:41.034Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 6deb566ec9f5 [2020-12-04T21:02:41.034Z] ---> 884c8ab4617d [2020-12-04T21:02:41.034Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-04T21:02:41.034Z] ---> e3dc50f6c9a3 [2020-12-04T21:02:41.034Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-04T21:02:41.308Z] ---> Running in d545c3b9ec1c [2020-12-04T21:02:41.916Z] Removing intermediate container d545c3b9ec1c [2020-12-04T21:02:41.916Z] ---> 690cd2fe4eed [2020-12-04T21:02:41.916Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-04T21:02:42.193Z] ---> Running in f82c1093552a [2020-12-04T21:02:42.193Z] ---> e063a39e03ad [2020-12-04T21:02:42.193Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-04T21:02:42.794Z] Removing intermediate container f82c1093552a [2020-12-04T21:02:42.794Z] ---> a924be301963 [2020-12-04T21:02:42.794Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-04T21:02:43.074Z] ---> 9b1a1fa784bb [2020-12-04T21:02:43.074Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-04T21:02:43.349Z] ---> Running in 7f065867ef61 [2020-12-04T21:02:43.944Z] Removing intermediate container 7f065867ef61 [2020-12-04T21:02:43.944Z] ---> 80c340284286 [2020-12-04T21:02:43.944Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T21:02:43.944Z] ---> 65e264fa226f [2020-12-04T21:02:43.944Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-04T21:02:43.944Z] ---> Running in 98a09dd63157 [2020-12-04T21:02:44.548Z] Removing intermediate container 98a09dd63157 [2020-12-04T21:02:44.548Z] ---> a027db21e02c [2020-12-04T21:02:44.548Z] Step 22/24 : LABEL arch=arm64 [2020-12-04T21:02:44.548Z] ---> Running in ff0b6929c4ea [2020-12-04T21:02:44.820Z] ---> 2a91d2d1eddc [2020-12-04T21:02:44.820Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-04T21:02:45.091Z] Removing intermediate container ff0b6929c4ea [2020-12-04T21:02:45.091Z] ---> ceadbaa739ad [2020-12-04T21:02:45.091Z] Step 23/24 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:02:45.363Z] ---> Running in 4b53e1a99cdc [2020-12-04T21:02:45.635Z] ---> 2bd6ae408bda [2020-12-04T21:02:45.635Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-04T21:02:45.635Z] ---> Running in db2ec181898c [2020-12-04T21:02:45.907Z] Removing intermediate container 4b53e1a99cdc [2020-12-04T21:02:45.908Z] ---> f8bfb4420b62 [2020-12-04T21:02:45.908Z] Step 24/24 : LABEL version=2.0.0-dev.2 [2020-12-04T21:02:45.908Z] ---> Running in 97a08684b732 [2020-12-04T21:02:46.505Z] Removing intermediate container 97a08684b732 [2020-12-04T21:02:46.505Z] ---> 7934d596df95 [2020-12-04T21:02:46.505Z] [2020-12-04T21:02:46.780Z] Successfully built 7934d596df95 [2020-12-04T21:02:46.780Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-04T21:02:47.052Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T21:02:47.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T21:02:47.646Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-04T21:02:47.646Z] (2/33) Installing expat (2.2.9-r1) [2020-12-04T21:02:47.646Z] (3/33) Installing libffi (3.3-r2) [2020-12-04T21:02:47.646Z] (4/33) Installing gdbm (1.13-r1) [2020-12-04T21:02:47.646Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-04T21:02:47.646Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-04T21:02:47.918Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-04T21:02:49.357Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-04T21:02:49.631Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-04T21:02:49.631Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-04T21:02:49.631Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-04T21:02:49.631Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-04T21:02:49.631Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-04T21:02:49.631Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-04T21:02:49.631Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-04T21:02:49.631Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-04T21:02:49.631Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-04T21:02:49.905Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-04T21:02:49.905Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-04T21:02:49.905Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-04T21:02:49.905Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-04T21:02:49.905Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-04T21:02:49.905Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-04T21:02:49.905Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-04T21:02:49.905Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-04T21:02:49.905Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-04T21:02:50.178Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-04T21:02:50.178Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-04T21:02:50.178Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-04T21:02:50.178Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-04T21:02:50.178Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-04T21:02:50.178Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-04T21:02:50.178Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-04T21:02:50.178Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T21:02:50.454Z] OK: 71 MiB in 55 packages [2020-12-04T21:02:57.165Z] Removing intermediate container db2ec181898c [2020-12-04T21:02:57.165Z] ---> 496681d3c6f3 [2020-12-04T21:02:57.165Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-04T21:02:57.165Z] ---> Running in 328da20f0e98 [2020-12-04T21:03:01.485Z] Collecting docker-compose==1.23.2 [2020-12-04T21:03:01.485Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-04T21:03:01.756Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-04T21:03:01.756Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-04T21:03:04.369Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-04T21:03:04.369Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-04T21:03:04.967Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-04T21:03:04.967Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-04T21:03:05.560Z] Collecting cached-property<2,>=1.2.0 [2020-12-04T21:03:05.560Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-04T21:03:05.831Z] Collecting jsonschema<3,>=2.5.1 [2020-12-04T21:03:05.831Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-04T21:03:06.103Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-04T21:03:06.696Z] Collecting PyYAML<4,>=3.10 [2020-12-04T21:03:06.696Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-04T21:03:10.076Z] Collecting docker<4.0,>=3.6.0 [2020-12-04T21:03:10.076Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-04T21:03:10.347Z] Collecting docopt<0.7,>=0.6.1 [2020-12-04T21:03:10.347Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-04T21:03:12.316Z] Collecting texttable<0.10,>=0.9.0 [2020-12-04T21:03:12.316Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-04T21:03:13.745Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-04T21:03:14.016Z] Collecting idna<2.8,>=2.5 [2020-12-04T21:03:14.016Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-04T21:03:14.016Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-04T21:03:14.611Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-04T21:03:14.611Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-04T21:03:14.883Z] Collecting docker-pycreds>=0.4.0 [2020-12-04T21:03:14.883Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-04T21:03:15.156Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-04T21:03:15.156Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-04T21:03:15.156Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-04T21:03:15.156Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-04T21:03:15.750Z] Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, cached-property, jsonschema, PyYAML, docker-pycreds, docker, docopt, texttable, docker-compose [2020-12-04T21:03:15.750Z] Running setup.py install for dockerpty: started [2020-12-04T21:03:17.727Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-04T21:03:18.002Z] Attempting uninstall: idna [2020-12-04T21:03:18.002Z] Found existing installation: idna 2.9 [2020-12-04T21:03:18.002Z] Uninstalling idna-2.9: [2020-12-04T21:03:18.002Z] Successfully uninstalled idna-2.9 [2020-12-04T21:03:18.600Z] Attempting uninstall: urllib3 [2020-12-04T21:03:18.600Z] Found existing installation: urllib3 1.25.9 [2020-12-04T21:03:18.601Z] Uninstalling urllib3-1.25.9: [2020-12-04T21:03:18.873Z] Successfully uninstalled urllib3-1.25.9 [2020-12-04T21:03:19.466Z] Attempting uninstall: requests [2020-12-04T21:03:19.466Z] Found existing installation: requests 2.23.0 [2020-12-04T21:03:19.466Z] Uninstalling requests-2.23.0: [2020-12-04T21:03:19.466Z] Successfully uninstalled requests-2.23.0 [2020-12-04T21:03:20.447Z] Running setup.py install for PyYAML: started [2020-12-04T21:03:22.416Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-04T21:03:23.011Z] Running setup.py install for docopt: started [2020-12-04T21:03:24.982Z] Running setup.py install for docopt: finished with status 'done' [2020-12-04T21:03:24.982Z] Running setup.py install for texttable: started [2020-12-04T21:03:26.952Z] Running setup.py install for texttable: finished with status 'done' [2020-12-04T21:03:27.547Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-04T21:03:30.947Z] Removing intermediate container 328da20f0e98 [2020-12-04T21:03:30.947Z] ---> b05e28afbf0b [2020-12-04T21:03:30.947Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-04T21:03:31.221Z] ---> Running in 7d4f85ffb3b2 [2020-12-04T21:03:32.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T21:03:32.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T21:03:32.748Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T21:03:32.748Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-04T21:03:32.748Z] (3/3) Installing curl (7.69.1-r1) [2020-12-04T21:03:33.022Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T21:03:33.022Z] OK: 71 MiB in 58 packages [2020-12-04T21:03:34.003Z] Removing intermediate container 7d4f85ffb3b2 [2020-12-04T21:03:34.003Z] ---> 482c2017f352 [2020-12-04T21:03:34.003Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-04T21:03:34.290Z] ---> Running in becdea3b0dfc [2020-12-04T21:03:34.566Z] Removing intermediate container becdea3b0dfc [2020-12-04T21:03:34.566Z] ---> c51c4b0dc423 [2020-12-04T21:03:34.566Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T21:03:34.566Z] ---> Running in 0d427ae55118 [2020-12-04T21:03:35.164Z] Removing intermediate container 0d427ae55118 [2020-12-04T21:03:35.164Z] ---> 4961c43e7436 [2020-12-04T21:03:35.164Z] Step 25/27 : LABEL arch=arm64 [2020-12-04T21:03:35.164Z] ---> Running in 7472c94f1610 [2020-12-04T21:03:35.760Z] Removing intermediate container 7472c94f1610 [2020-12-04T21:03:35.760Z] ---> 52e71b945dee [2020-12-04T21:03:35.760Z] Step 26/27 : LABEL git_sha=f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:03:35.760Z] ---> Running in c827fc9ca5f3 [2020-12-04T21:03:36.035Z] Removing intermediate container c827fc9ca5f3 [2020-12-04T21:03:36.035Z] ---> 484ed5634e38 [2020-12-04T21:03:36.354Z] Step 27/27 : LABEL version=2.0.0-dev.2 [2020-12-04T21:03:36.354Z] ---> Running in 77b736de4863 [2020-12-04T21:03:36.961Z] Removing intermediate container 77b736de4863 [2020-12-04T21:03:36.961Z] ---> b71ffa441f8d [2020-12-04T21:03:36.961Z] [2020-12-04T21:03:37.245Z] Successfully built b71ffa441f8d [2020-12-04T21:03:37.245Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-04T21:03:37.540Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-04T21:03:37.584Z] $ docker stop --time=1 2edfd388c6fb776499cfd8fa49e02fed7f0207ee7366e8fbfa65b4a7c083a341 [2020-12-04T21:03:39.535Z] $ docker rm -f 2edfd388c6fb776499cfd8fa49e02fed7f0207ee7366e8fbfa65b4a7c083a341 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T21:03:40.312Z] + grep docker [2020-12-04T21:03:40.313Z] + docker images [2020-12-04T21:03:40.581Z] docker-sys-mgmt-agent-go-arm64 latest b71ffa441f8d 4 seconds ago 273MB [2020-12-04T21:03:40.581Z] docker-support-notifications-go-arm64 latest 7934d596df95 54 seconds ago 12.9MB [2020-12-04T21:03:40.581Z] docker-security-bootstrap-redis-go-arm64 latest 3299f23b56e4 About a minute ago 15.2MB [2020-12-04T21:03:40.581Z] docker-support-scheduler-go-arm64 latest cd4f17f8f3c2 About a minute ago 11.5MB [2020-12-04T21:03:40.581Z] docker-security-secrets-setup-go-arm64 latest b0bf1dafb8a2 About a minute ago 22.7MB [2020-12-04T21:03:40.581Z] docker-core-data-go-arm64 latest dc6f6cff88d3 3 minutes ago 22.3MB [2020-12-04T21:03:40.581Z] docker-core-metadata-go-arm64 latest 40545126ed23 3 minutes ago 13.6MB [2020-12-04T21:03:40.581Z] docker-core-command-go-arm64 latest b2bea642d14d 3 minutes ago 11.4MB [2020-12-04T21:03:40.581Z] docker-security-secretstore-setup-go-arm64 latest d53d63075150 3 minutes ago 23.5MB [2020-12-04T21:03:40.581Z] docker-security-proxy-setup-go-arm64 latest 689b7f4dcf44 3 minutes ago 23.4MB [2020-12-04T21:03:40.581Z] docker latest 84e3a507c27b 2 days ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T21:03:41.156Z] provisioning config files... [2020-12-04T21:03:41.193Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/244@tmp/config2229038840146925653tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:03:41.575Z] ---> docker-login.sh [2020-12-04T21:03:41.575Z] nexus3.edgexfoundry.org:10001 [2020-12-04T21:03:41.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T21:03:42.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T21:03:42.116Z] Configure a credential helper to remove this warning. See [2020-12-04T21:03:42.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T21:03:42.116Z] [2020-12-04T21:03:42.116Z] Login Succeeded [2020-12-04T21:03:42.116Z] nexus3.edgexfoundry.org:10002 [2020-12-04T21:03:42.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T21:03:42.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T21:03:42.660Z] Configure a credential helper to remove this warning. See [2020-12-04T21:03:42.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T21:03:42.660Z] [2020-12-04T21:03:42.660Z] Login Succeeded [2020-12-04T21:03:42.660Z] nexus3.edgexfoundry.org:10003 [2020-12-04T21:03:42.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T21:03:43.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T21:03:43.205Z] Configure a credential helper to remove this warning. See [2020-12-04T21:03:43.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T21:03:43.205Z] [2020-12-04T21:03:43.205Z] Login Succeeded [2020-12-04T21:03:43.205Z] nexus3.edgexfoundry.org:10004 [2020-12-04T21:03:43.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T21:03:43.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T21:03:43.745Z] Configure a credential helper to remove this warning. See [2020-12-04T21:03:43.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T21:03:43.745Z] [2020-12-04T21:03:43.745Z] Login Succeeded [2020-12-04T21:03:43.745Z] docker.io [2020-12-04T21:03:44.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T21:03:44.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T21:03:44.612Z] Configure a credential helper to remove this warning. See [2020-12-04T21:03:44.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T21:03:44.612Z] [2020-12-04T21:03:44.612Z] Login Succeeded [2020-12-04T21:03:44.612Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T21:03:44.632Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:03:44.873Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-04T21:03:44.873Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:03:44.873Z] 2.0.0-dev.2 [2020-12-04T21:03:44.873Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:03:44.873Z] master [2020-12-04T21:03:44.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:45.507Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:45.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:03:45.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-04T21:03:45.844Z] 00a9e8263ec1: Preparing [2020-12-04T21:03:45.844Z] def83a33ddc7: Preparing [2020-12-04T21:03:45.844Z] b4c4a3276caa: Preparing [2020-12-04T21:03:46.118Z] b4c4a3276caa: Pushed [2020-12-04T21:03:46.118Z] 00a9e8263ec1: Pushed [2020-12-04T21:03:48.715Z] def83a33ddc7: Pushed [2020-12-04T21:03:48.984Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:e6772a25f1ee57e4739e87bd4bfbf0bdcfb6cec7e95a232c1e3b7f96d3b2389b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:49.317Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:49.648Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.2 [2020-12-04T21:03:49.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-04T21:03:49.648Z] 00a9e8263ec1: Preparing [2020-12-04T21:03:49.648Z] def83a33ddc7: Preparing [2020-12-04T21:03:49.648Z] b4c4a3276caa: Preparing [2020-12-04T21:03:49.648Z] 00a9e8263ec1: Layer already exists [2020-12-04T21:03:49.648Z] b4c4a3276caa: Layer already exists [2020-12-04T21:03:49.648Z] def83a33ddc7: Layer already exists [2020-12-04T21:03:49.917Z] 2.0.0-dev.2: digest: sha256:e6772a25f1ee57e4739e87bd4bfbf0bdcfb6cec7e95a232c1e3b7f96d3b2389b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:50.255Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:50.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:03:50.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-04T21:03:50.591Z] 00a9e8263ec1: Preparing [2020-12-04T21:03:50.591Z] def83a33ddc7: Preparing [2020-12-04T21:03:50.591Z] b4c4a3276caa: Preparing [2020-12-04T21:03:50.591Z] def83a33ddc7: Layer already exists [2020-12-04T21:03:50.591Z] 00a9e8263ec1: Layer already exists [2020-12-04T21:03:50.591Z] b4c4a3276caa: Layer already exists [2020-12-04T21:03:50.860Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:e6772a25f1ee57e4739e87bd4bfbf0bdcfb6cec7e95a232c1e3b7f96d3b2389b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:51.209Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:51.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-04T21:03:51.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-04T21:03:51.539Z] 00a9e8263ec1: Preparing [2020-12-04T21:03:51.539Z] def83a33ddc7: Preparing [2020-12-04T21:03:51.539Z] b4c4a3276caa: Preparing [2020-12-04T21:03:51.539Z] def83a33ddc7: Layer already exists [2020-12-04T21:03:51.539Z] 00a9e8263ec1: Layer already exists [2020-12-04T21:03:51.539Z] b4c4a3276caa: Layer already exists [2020-12-04T21:03:51.811Z] master: digest: sha256:e6772a25f1ee57e4739e87bd4bfbf0bdcfb6cec7e95a232c1e3b7f96d3b2389b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:03:52.011Z] ===================================================== [Pipeline] echo [2020-12-04T21:03:52.074Z] taggedImages: [2020-12-04T21:03:52.074Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:03:52.074Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.2 [2020-12-04T21:03:52.074Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:03:52.074Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-04T21:03:52.168Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-04T21:03:52.169Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:03:52.169Z] 2.0.0-dev.2 [2020-12-04T21:03:52.169Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:03:52.169Z] master [2020-12-04T21:03:52.169Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:52.720Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:53.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:03:53.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-04T21:03:53.051Z] 8b2b0e0c2b81: Preparing [2020-12-04T21:03:53.051Z] 185f33679641: Preparing [2020-12-04T21:03:53.051Z] 66f6b8472f37: Preparing [2020-12-04T21:03:53.051Z] 6be072c050b2: Preparing [2020-12-04T21:03:53.051Z] 19a4ef4ffb0d: Preparing [2020-12-04T21:03:53.051Z] cd3761cfa1d9: Preparing [2020-12-04T21:03:53.051Z] cd3761cfa1d9: Waiting [2020-12-04T21:03:53.323Z] 66f6b8472f37: Pushed [2020-12-04T21:03:53.323Z] 19a4ef4ffb0d: Pushed [2020-12-04T21:03:53.323Z] 8b2b0e0c2b81: Pushed [2020-12-04T21:03:53.323Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:03:53.914Z] 6be072c050b2: Pushed [2020-12-04T21:03:57.275Z] 185f33679641: Pushed [2020-12-04T21:03:57.275Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:ae0363518e5abaf2472d7d083fa2421e36eb72dbc404264455398000614d53e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:57.611Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:57.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.2 [2020-12-04T21:03:57.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-04T21:03:57.943Z] 8b2b0e0c2b81: Preparing [2020-12-04T21:03:57.943Z] 185f33679641: Preparing [2020-12-04T21:03:57.943Z] 66f6b8472f37: Preparing [2020-12-04T21:03:57.943Z] 6be072c050b2: Preparing [2020-12-04T21:03:57.943Z] 19a4ef4ffb0d: Preparing [2020-12-04T21:03:57.943Z] cd3761cfa1d9: Preparing [2020-12-04T21:03:57.943Z] cd3761cfa1d9: Waiting [2020-12-04T21:03:57.943Z] 19a4ef4ffb0d: Layer already exists [2020-12-04T21:03:57.943Z] 6be072c050b2: Layer already exists [2020-12-04T21:03:58.213Z] 185f33679641: Layer already exists [2020-12-04T21:03:58.213Z] 8b2b0e0c2b81: Layer already exists [2020-12-04T21:03:58.213Z] 66f6b8472f37: Layer already exists [2020-12-04T21:03:58.213Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:03:58.213Z] 2.0.0-dev.2: digest: sha256:ae0363518e5abaf2472d7d083fa2421e36eb72dbc404264455398000614d53e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:58.554Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:58.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:03:58.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-04T21:03:58.889Z] 8b2b0e0c2b81: Preparing [2020-12-04T21:03:58.889Z] 185f33679641: Preparing [2020-12-04T21:03:58.889Z] 66f6b8472f37: Preparing [2020-12-04T21:03:58.889Z] 6be072c050b2: Preparing [2020-12-04T21:03:58.889Z] 19a4ef4ffb0d: Preparing [2020-12-04T21:03:58.889Z] cd3761cfa1d9: Preparing [2020-12-04T21:03:58.889Z] cd3761cfa1d9: Waiting [2020-12-04T21:03:58.889Z] 185f33679641: Layer already exists [2020-12-04T21:03:58.889Z] 19a4ef4ffb0d: Layer already exists [2020-12-04T21:03:58.889Z] 66f6b8472f37: Layer already exists [2020-12-04T21:03:58.889Z] 6be072c050b2: Layer already exists [2020-12-04T21:03:58.889Z] 8b2b0e0c2b81: Layer already exists [2020-12-04T21:03:58.889Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:03:59.161Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:ae0363518e5abaf2472d7d083fa2421e36eb72dbc404264455398000614d53e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:59.502Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:03:59.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-04T21:03:59.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-04T21:03:59.842Z] 8b2b0e0c2b81: Preparing [2020-12-04T21:03:59.842Z] 185f33679641: Preparing [2020-12-04T21:03:59.842Z] 66f6b8472f37: Preparing [2020-12-04T21:03:59.842Z] 6be072c050b2: Preparing [2020-12-04T21:03:59.842Z] 19a4ef4ffb0d: Preparing [2020-12-04T21:03:59.842Z] cd3761cfa1d9: Preparing [2020-12-04T21:03:59.842Z] cd3761cfa1d9: Waiting [2020-12-04T21:03:59.842Z] 19a4ef4ffb0d: Layer already exists [2020-12-04T21:03:59.842Z] 185f33679641: Layer already exists [2020-12-04T21:03:59.842Z] 6be072c050b2: Layer already exists [2020-12-04T21:03:59.842Z] 8b2b0e0c2b81: Layer already exists [2020-12-04T21:03:59.842Z] 66f6b8472f37: Layer already exists [2020-12-04T21:03:59.842Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:04:00.112Z] master: digest: sha256:ae0363518e5abaf2472d7d083fa2421e36eb72dbc404264455398000614d53e9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:04:00.358Z] ===================================================== [Pipeline] echo [2020-12-04T21:04:00.432Z] taggedImages: [2020-12-04T21:04:00.432Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:00.432Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:00.432Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:00.432Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-04T21:04:00.502Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-04T21:04:00.502Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:00.502Z] 2.0.0-dev.2 [2020-12-04T21:04:00.502Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:00.502Z] master [2020-12-04T21:04:00.502Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:01.150Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:01.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:01.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-04T21:04:01.491Z] cfec7c66fa2f: Preparing [2020-12-04T21:04:01.491Z] e57eee22e9a1: Preparing [2020-12-04T21:04:01.491Z] 6e751208f21b: Preparing [2020-12-04T21:04:01.764Z] cfec7c66fa2f: Pushed [2020-12-04T21:04:01.764Z] 6e751208f21b: Pushed [2020-12-04T21:04:05.133Z] e57eee22e9a1: Pushed [2020-12-04T21:04:05.133Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:dc3dc2dac6d2496c3d6453dbfd67ecae1aaca23c6718217a845d6a9c506071b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:05.515Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:05.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:05.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-04T21:04:05.877Z] cfec7c66fa2f: Preparing [2020-12-04T21:04:05.877Z] e57eee22e9a1: Preparing [2020-12-04T21:04:05.877Z] 6e751208f21b: Preparing [2020-12-04T21:04:05.877Z] e57eee22e9a1: Layer already exists [2020-12-04T21:04:05.877Z] cfec7c66fa2f: Layer already exists [2020-12-04T21:04:05.877Z] 6e751208f21b: Layer already exists [2020-12-04T21:04:06.146Z] 2.0.0-dev.2: digest: sha256:dc3dc2dac6d2496c3d6453dbfd67ecae1aaca23c6718217a845d6a9c506071b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:06.483Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:06.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:06.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-04T21:04:06.819Z] cfec7c66fa2f: Preparing [2020-12-04T21:04:06.819Z] e57eee22e9a1: Preparing [2020-12-04T21:04:06.819Z] 6e751208f21b: Preparing [2020-12-04T21:04:06.819Z] e57eee22e9a1: Layer already exists [2020-12-04T21:04:06.819Z] 6e751208f21b: Layer already exists [2020-12-04T21:04:06.819Z] cfec7c66fa2f: Layer already exists [2020-12-04T21:04:07.089Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:dc3dc2dac6d2496c3d6453dbfd67ecae1aaca23c6718217a845d6a9c506071b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:07.425Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:07.762Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-04T21:04:07.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-04T21:04:07.762Z] cfec7c66fa2f: Preparing [2020-12-04T21:04:07.762Z] e57eee22e9a1: Preparing [2020-12-04T21:04:07.762Z] 6e751208f21b: Preparing [2020-12-04T21:04:07.762Z] cfec7c66fa2f: Layer already exists [2020-12-04T21:04:07.762Z] 6e751208f21b: Layer already exists [2020-12-04T21:04:07.762Z] e57eee22e9a1: Layer already exists [2020-12-04T21:04:08.033Z] master: digest: sha256:dc3dc2dac6d2496c3d6453dbfd67ecae1aaca23c6718217a845d6a9c506071b3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:04:08.225Z] ===================================================== [Pipeline] echo [2020-12-04T21:04:08.273Z] taggedImages: [2020-12-04T21:04:08.273Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:08.273Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:08.273Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:08.273Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-04T21:04:08.383Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-04T21:04:08.383Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:08.383Z] 2.0.0-dev.2 [2020-12-04T21:04:08.383Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:08.383Z] master [2020-12-04T21:04:08.383Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:08.947Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:09.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:09.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-04T21:04:09.281Z] 689f49d4480c: Preparing [2020-12-04T21:04:09.281Z] d3ef7640e6ea: Preparing [2020-12-04T21:04:09.281Z] 6df15293ab0f: Preparing [2020-12-04T21:04:09.281Z] 5bab2496848f: Preparing [2020-12-04T21:04:09.281Z] 66d2728ca498: Preparing [2020-12-04T21:04:09.281Z] a21144da3ed6: Preparing [2020-12-04T21:04:09.281Z] 66b385cf80cf: Preparing [2020-12-04T21:04:09.281Z] a21144da3ed6: Waiting [2020-12-04T21:04:09.281Z] 66b385cf80cf: Waiting [2020-12-04T21:04:09.561Z] 6df15293ab0f: Pushed [2020-12-04T21:04:09.561Z] 689f49d4480c: Pushed [2020-12-04T21:04:09.561Z] d3ef7640e6ea: Pushed [2020-12-04T21:04:09.561Z] 66d2728ca498: Pushed [2020-12-04T21:04:09.833Z] 66b385cf80cf: Layer already exists [2020-12-04T21:04:10.101Z] a21144da3ed6: Pushed [2020-12-04T21:04:12.068Z] 5bab2496848f: Pushed [2020-12-04T21:04:12.068Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:85b26c95f8fdd66f49a4809c1286b5858dd49ca1698e112bd4bb386a708ed22d size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:12.405Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:12.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:12.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-04T21:04:12.746Z] 689f49d4480c: Preparing [2020-12-04T21:04:12.746Z] d3ef7640e6ea: Preparing [2020-12-04T21:04:12.746Z] 6df15293ab0f: Preparing [2020-12-04T21:04:12.746Z] 5bab2496848f: Preparing [2020-12-04T21:04:12.746Z] 66d2728ca498: Preparing [2020-12-04T21:04:12.746Z] a21144da3ed6: Preparing [2020-12-04T21:04:12.746Z] 66b385cf80cf: Preparing [2020-12-04T21:04:12.746Z] a21144da3ed6: Waiting [2020-12-04T21:04:12.746Z] 66b385cf80cf: Waiting [2020-12-04T21:04:12.746Z] 689f49d4480c: Layer already exists [2020-12-04T21:04:12.746Z] 66d2728ca498: Layer already exists [2020-12-04T21:04:12.746Z] d3ef7640e6ea: Layer already exists [2020-12-04T21:04:12.746Z] 5bab2496848f: Layer already exists [2020-12-04T21:04:12.746Z] 6df15293ab0f: Layer already exists [2020-12-04T21:04:12.746Z] a21144da3ed6: Layer already exists [2020-12-04T21:04:12.746Z] 66b385cf80cf: Layer already exists [2020-12-04T21:04:13.015Z] 2.0.0-dev.2: digest: sha256:85b26c95f8fdd66f49a4809c1286b5858dd49ca1698e112bd4bb386a708ed22d size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:13.358Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:13.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:13.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-04T21:04:13.699Z] 689f49d4480c: Preparing [2020-12-04T21:04:13.699Z] d3ef7640e6ea: Preparing [2020-12-04T21:04:13.699Z] 6df15293ab0f: Preparing [2020-12-04T21:04:13.699Z] 5bab2496848f: Preparing [2020-12-04T21:04:13.699Z] 66d2728ca498: Preparing [2020-12-04T21:04:13.699Z] a21144da3ed6: Preparing [2020-12-04T21:04:13.699Z] 66b385cf80cf: Preparing [2020-12-04T21:04:13.699Z] a21144da3ed6: Waiting [2020-12-04T21:04:13.699Z] 66b385cf80cf: Waiting [2020-12-04T21:04:13.699Z] 689f49d4480c: Layer already exists [2020-12-04T21:04:13.699Z] 6df15293ab0f: Layer already exists [2020-12-04T21:04:13.699Z] 66d2728ca498: Layer already exists [2020-12-04T21:04:13.973Z] 5bab2496848f: Layer already exists [2020-12-04T21:04:13.973Z] d3ef7640e6ea: Layer already exists [2020-12-04T21:04:13.973Z] 66b385cf80cf: Layer already exists [2020-12-04T21:04:13.973Z] a21144da3ed6: Layer already exists [2020-12-04T21:04:13.973Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:85b26c95f8fdd66f49a4809c1286b5858dd49ca1698e112bd4bb386a708ed22d size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:14.331Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:14.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-04T21:04:14.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-04T21:04:14.665Z] 689f49d4480c: Preparing [2020-12-04T21:04:14.665Z] d3ef7640e6ea: Preparing [2020-12-04T21:04:14.665Z] 6df15293ab0f: Preparing [2020-12-04T21:04:14.665Z] 5bab2496848f: Preparing [2020-12-04T21:04:14.665Z] 66d2728ca498: Preparing [2020-12-04T21:04:14.665Z] a21144da3ed6: Preparing [2020-12-04T21:04:14.665Z] 66b385cf80cf: Preparing [2020-12-04T21:04:14.665Z] a21144da3ed6: Waiting [2020-12-04T21:04:14.665Z] 66b385cf80cf: Waiting [2020-12-04T21:04:14.665Z] 5bab2496848f: Layer already exists [2020-12-04T21:04:14.665Z] 66d2728ca498: Layer already exists [2020-12-04T21:04:14.665Z] 6df15293ab0f: Layer already exists [2020-12-04T21:04:14.937Z] 689f49d4480c: Layer already exists [2020-12-04T21:04:14.937Z] d3ef7640e6ea: Layer already exists [2020-12-04T21:04:14.937Z] 66b385cf80cf: Layer already exists [2020-12-04T21:04:14.937Z] a21144da3ed6: Layer already exists [2020-12-04T21:04:14.937Z] master: digest: sha256:85b26c95f8fdd66f49a4809c1286b5858dd49ca1698e112bd4bb386a708ed22d size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:04:15.160Z] ===================================================== [Pipeline] echo [2020-12-04T21:04:15.209Z] taggedImages: [2020-12-04T21:04:15.209Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:15.209Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:15.209Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:15.209Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-04T21:04:15.275Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-04T21:04:15.275Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:15.275Z] 2.0.0-dev.2 [2020-12-04T21:04:15.275Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:15.275Z] master [2020-12-04T21:04:15.275Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:15.783Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:16.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:16.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-04T21:04:16.135Z] 6b4c59ca881f: Preparing [2020-12-04T21:04:16.135Z] b99e8c4d16c7: Preparing [2020-12-04T21:04:16.135Z] cd790206d3f0: Preparing [2020-12-04T21:04:16.135Z] 3fb3bb9a4c7b: Preparing [2020-12-04T21:04:16.135Z] 35cdbdf1817f: Preparing [2020-12-04T21:04:16.135Z] cd3761cfa1d9: Preparing [2020-12-04T21:04:16.135Z] cd3761cfa1d9: Waiting [2020-12-04T21:04:16.409Z] 3fb3bb9a4c7b: Pushed [2020-12-04T21:04:16.409Z] cd790206d3f0: Pushed [2020-12-04T21:04:16.409Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:04:17.007Z] 35cdbdf1817f: Pushed [2020-12-04T21:04:18.429Z] b99e8c4d16c7: Pushed [2020-12-04T21:04:18.429Z] 6b4c59ca881f: Pushed [2020-12-04T21:04:18.699Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:0e50321abd7e6e1a77eb13c7645ddd7e190ab9bcd0f377036c5827e1001078e1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:19.045Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:19.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:19.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-04T21:04:19.381Z] 6b4c59ca881f: Preparing [2020-12-04T21:04:19.381Z] b99e8c4d16c7: Preparing [2020-12-04T21:04:19.381Z] cd790206d3f0: Preparing [2020-12-04T21:04:19.381Z] 3fb3bb9a4c7b: Preparing [2020-12-04T21:04:19.381Z] 35cdbdf1817f: Preparing [2020-12-04T21:04:19.381Z] cd3761cfa1d9: Preparing [2020-12-04T21:04:19.381Z] cd3761cfa1d9: Waiting [2020-12-04T21:04:19.381Z] 6b4c59ca881f: Layer already exists [2020-12-04T21:04:19.651Z] 35cdbdf1817f: Layer already exists [2020-12-04T21:04:19.651Z] b99e8c4d16c7: Layer already exists [2020-12-04T21:04:19.651Z] 3fb3bb9a4c7b: Layer already exists [2020-12-04T21:04:19.651Z] cd790206d3f0: Layer already exists [2020-12-04T21:04:19.651Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:04:19.651Z] 2.0.0-dev.2: digest: sha256:0e50321abd7e6e1a77eb13c7645ddd7e190ab9bcd0f377036c5827e1001078e1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:19.988Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:20.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:20.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-04T21:04:20.319Z] 6b4c59ca881f: Preparing [2020-12-04T21:04:20.319Z] b99e8c4d16c7: Preparing [2020-12-04T21:04:20.319Z] cd790206d3f0: Preparing [2020-12-04T21:04:20.319Z] 3fb3bb9a4c7b: Preparing [2020-12-04T21:04:20.319Z] 35cdbdf1817f: Preparing [2020-12-04T21:04:20.319Z] cd3761cfa1d9: Preparing [2020-12-04T21:04:20.319Z] cd3761cfa1d9: Waiting [2020-12-04T21:04:20.319Z] cd790206d3f0: Layer already exists [2020-12-04T21:04:20.319Z] 6b4c59ca881f: Layer already exists [2020-12-04T21:04:20.319Z] 3fb3bb9a4c7b: Layer already exists [2020-12-04T21:04:20.319Z] 35cdbdf1817f: Layer already exists [2020-12-04T21:04:20.319Z] b99e8c4d16c7: Layer already exists [2020-12-04T21:04:20.319Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:04:20.589Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:0e50321abd7e6e1a77eb13c7645ddd7e190ab9bcd0f377036c5827e1001078e1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:20.931Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:21.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-04T21:04:21.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-04T21:04:21.264Z] 6b4c59ca881f: Preparing [2020-12-04T21:04:21.264Z] b99e8c4d16c7: Preparing [2020-12-04T21:04:21.264Z] cd790206d3f0: Preparing [2020-12-04T21:04:21.264Z] 3fb3bb9a4c7b: Preparing [2020-12-04T21:04:21.264Z] 35cdbdf1817f: Preparing [2020-12-04T21:04:21.264Z] cd3761cfa1d9: Preparing [2020-12-04T21:04:21.264Z] cd3761cfa1d9: Waiting [2020-12-04T21:04:21.264Z] 35cdbdf1817f: Layer already exists [2020-12-04T21:04:21.264Z] 6b4c59ca881f: Layer already exists [2020-12-04T21:04:21.264Z] b99e8c4d16c7: Layer already exists [2020-12-04T21:04:21.532Z] 3fb3bb9a4c7b: Layer already exists [2020-12-04T21:04:21.532Z] cd790206d3f0: Layer already exists [2020-12-04T21:04:21.532Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:04:21.532Z] master: digest: sha256:0e50321abd7e6e1a77eb13c7645ddd7e190ab9bcd0f377036c5827e1001078e1 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:04:21.994Z] ===================================================== [Pipeline] echo [2020-12-04T21:04:22.056Z] taggedImages: [2020-12-04T21:04:22.056Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:22.056Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:22.056Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:22.056Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-04T21:04:22.143Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-04T21:04:22.143Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:22.143Z] 2.0.0-dev.2 [2020-12-04T21:04:22.143Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:22.143Z] master [2020-12-04T21:04:22.143Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:22.651Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:22.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:22.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-04T21:04:22.986Z] f1759aaf3a78: Preparing [2020-12-04T21:04:22.986Z] 9e71ac11e538: Preparing [2020-12-04T21:04:22.986Z] 7794555cc4e2: Preparing [2020-12-04T21:04:22.986Z] 9f9024b4b05a: Preparing [2020-12-04T21:04:22.986Z] 9f9024b4b05a: Preparing [2020-12-04T21:04:22.986Z] dd9196aa9c14: Preparing [2020-12-04T21:04:22.986Z] 1f9f4c9b5d98: Preparing [2020-12-04T21:04:22.986Z] 6098058b2b2b: Preparing [2020-12-04T21:04:22.986Z] f1759aaf3a78: Preparing [2020-12-04T21:04:22.986Z] 06ce97462586: Preparing [2020-12-04T21:04:22.986Z] dd056d8ea872: Preparing [2020-12-04T21:04:22.986Z] 29bafe64fd3c: Preparing [2020-12-04T21:04:22.986Z] cd3761cfa1d9: Preparing [2020-12-04T21:04:22.986Z] 1f9f4c9b5d98: Waiting [2020-12-04T21:04:22.986Z] 6098058b2b2b: Waiting [2020-12-04T21:04:22.986Z] 06ce97462586: Waiting [2020-12-04T21:04:22.986Z] 29bafe64fd3c: Waiting [2020-12-04T21:04:22.986Z] cd3761cfa1d9: Waiting [2020-12-04T21:04:22.986Z] dd056d8ea872: Waiting [2020-12-04T21:04:23.271Z] dd9196aa9c14: Pushed [2020-12-04T21:04:23.271Z] 9e71ac11e538: Pushed [2020-12-04T21:04:23.271Z] 9f9024b4b05a: Pushed [2020-12-04T21:04:23.271Z] 7794555cc4e2: Pushed [2020-12-04T21:04:23.540Z] 1f9f4c9b5d98: Pushed [2020-12-04T21:04:23.540Z] 6098058b2b2b: Pushed [2020-12-04T21:04:23.540Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:04:23.540Z] 06ce97462586: Pushed [2020-12-04T21:04:23.540Z] dd056d8ea872: Pushed [2020-12-04T21:04:23.812Z] 29bafe64fd3c: Pushed [2020-12-04T21:04:25.767Z] f1759aaf3a78: Pushed [2020-12-04T21:04:25.767Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:792febfa75a1285b908be0f5533402ba4abc0468d2f2ab32d94bced63bfb6f88 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:26.101Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:26.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:26.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-04T21:04:26.447Z] f1759aaf3a78: Preparing [2020-12-04T21:04:26.447Z] 9e71ac11e538: Preparing [2020-12-04T21:04:26.447Z] 7794555cc4e2: Preparing [2020-12-04T21:04:26.447Z] 9f9024b4b05a: Preparing [2020-12-04T21:04:26.447Z] 9f9024b4b05a: Preparing [2020-12-04T21:04:26.447Z] dd9196aa9c14: Preparing [2020-12-04T21:04:26.447Z] 1f9f4c9b5d98: Preparing [2020-12-04T21:04:26.447Z] 6098058b2b2b: Preparing [2020-12-04T21:04:26.447Z] f1759aaf3a78: Preparing [2020-12-04T21:04:26.447Z] 06ce97462586: Preparing [2020-12-04T21:04:26.447Z] dd056d8ea872: Preparing [2020-12-04T21:04:26.447Z] 29bafe64fd3c: Preparing [2020-12-04T21:04:26.447Z] cd3761cfa1d9: Preparing [2020-12-04T21:04:26.447Z] 1f9f4c9b5d98: Waiting [2020-12-04T21:04:26.447Z] 6098058b2b2b: Waiting [2020-12-04T21:04:26.447Z] 06ce97462586: Waiting [2020-12-04T21:04:26.447Z] dd056d8ea872: Waiting [2020-12-04T21:04:26.447Z] 29bafe64fd3c: Waiting [2020-12-04T21:04:26.447Z] cd3761cfa1d9: Waiting [2020-12-04T21:04:26.447Z] 7794555cc4e2: Layer already exists [2020-12-04T21:04:26.447Z] 9f9024b4b05a: Layer already exists [2020-12-04T21:04:26.447Z] f1759aaf3a78: Layer already exists [2020-12-04T21:04:26.447Z] dd9196aa9c14: Layer already exists [2020-12-04T21:04:26.447Z] 9e71ac11e538: Layer already exists [2020-12-04T21:04:26.447Z] 06ce97462586: Layer already exists [2020-12-04T21:04:26.447Z] dd056d8ea872: Layer already exists [2020-12-04T21:04:26.447Z] 29bafe64fd3c: Layer already exists [2020-12-04T21:04:26.447Z] 1f9f4c9b5d98: Layer already exists [2020-12-04T21:04:26.447Z] 6098058b2b2b: Layer already exists [2020-12-04T21:04:26.718Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:04:26.718Z] 2.0.0-dev.2: digest: sha256:792febfa75a1285b908be0f5533402ba4abc0468d2f2ab32d94bced63bfb6f88 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:27.060Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:27.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:27.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-04T21:04:27.396Z] f1759aaf3a78: Preparing [2020-12-04T21:04:27.396Z] 9e71ac11e538: Preparing [2020-12-04T21:04:27.396Z] 7794555cc4e2: Preparing [2020-12-04T21:04:27.396Z] 9f9024b4b05a: Preparing [2020-12-04T21:04:27.396Z] 9f9024b4b05a: Preparing [2020-12-04T21:04:27.396Z] dd9196aa9c14: Preparing [2020-12-04T21:04:27.396Z] 1f9f4c9b5d98: Preparing [2020-12-04T21:04:27.396Z] 6098058b2b2b: Preparing [2020-12-04T21:04:27.396Z] f1759aaf3a78: Preparing [2020-12-04T21:04:27.396Z] 06ce97462586: Preparing [2020-12-04T21:04:27.396Z] dd056d8ea872: Preparing [2020-12-04T21:04:27.396Z] 29bafe64fd3c: Preparing [2020-12-04T21:04:27.396Z] cd3761cfa1d9: Preparing [2020-12-04T21:04:27.396Z] 1f9f4c9b5d98: Waiting [2020-12-04T21:04:27.396Z] 06ce97462586: Waiting [2020-12-04T21:04:27.396Z] 29bafe64fd3c: Waiting [2020-12-04T21:04:27.396Z] cd3761cfa1d9: Waiting [2020-12-04T21:04:27.396Z] dd056d8ea872: Waiting [2020-12-04T21:04:27.396Z] 6098058b2b2b: Waiting [2020-12-04T21:04:27.667Z] dd9196aa9c14: Layer already exists [2020-12-04T21:04:27.667Z] 9f9024b4b05a: Layer already exists [2020-12-04T21:04:27.667Z] 7794555cc4e2: Layer already exists [2020-12-04T21:04:27.667Z] f1759aaf3a78: Layer already exists [2020-12-04T21:04:27.667Z] 9e71ac11e538: Layer already exists [2020-12-04T21:04:27.667Z] 1f9f4c9b5d98: Layer already exists [2020-12-04T21:04:27.667Z] 29bafe64fd3c: Layer already exists [2020-12-04T21:04:27.667Z] 06ce97462586: Layer already exists [2020-12-04T21:04:27.667Z] 6098058b2b2b: Layer already exists [2020-12-04T21:04:27.667Z] dd056d8ea872: Layer already exists [2020-12-04T21:04:27.667Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:04:27.667Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:792febfa75a1285b908be0f5533402ba4abc0468d2f2ab32d94bced63bfb6f88 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:28.006Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:28.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-04T21:04:28.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-04T21:04:28.369Z] f1759aaf3a78: Preparing [2020-12-04T21:04:28.369Z] 9e71ac11e538: Preparing [2020-12-04T21:04:28.369Z] 7794555cc4e2: Preparing [2020-12-04T21:04:28.369Z] 9f9024b4b05a: Preparing [2020-12-04T21:04:28.369Z] 9f9024b4b05a: Preparing [2020-12-04T21:04:28.369Z] dd9196aa9c14: Preparing [2020-12-04T21:04:28.369Z] 1f9f4c9b5d98: Preparing [2020-12-04T21:04:28.369Z] 6098058b2b2b: Preparing [2020-12-04T21:04:28.369Z] f1759aaf3a78: Preparing [2020-12-04T21:04:28.369Z] 06ce97462586: Preparing [2020-12-04T21:04:28.369Z] 1f9f4c9b5d98: Waiting [2020-12-04T21:04:28.369Z] dd056d8ea872: Preparing [2020-12-04T21:04:28.369Z] 29bafe64fd3c: Preparing [2020-12-04T21:04:28.369Z] 6098058b2b2b: Waiting [2020-12-04T21:04:28.369Z] cd3761cfa1d9: Preparing [2020-12-04T21:04:28.369Z] dd056d8ea872: Waiting [2020-12-04T21:04:28.369Z] 06ce97462586: Waiting [2020-12-04T21:04:28.369Z] 29bafe64fd3c: Waiting [2020-12-04T21:04:28.369Z] cd3761cfa1d9: Waiting [2020-12-04T21:04:28.654Z] 7794555cc4e2: Layer already exists [2020-12-04T21:04:28.654Z] 9f9024b4b05a: Layer already exists [2020-12-04T21:04:28.654Z] 9e71ac11e538: Layer already exists [2020-12-04T21:04:28.654Z] f1759aaf3a78: Layer already exists [2020-12-04T21:04:28.654Z] dd9196aa9c14: Layer already exists [2020-12-04T21:04:28.654Z] 6098058b2b2b: Layer already exists [2020-12-04T21:04:28.654Z] 1f9f4c9b5d98: Layer already exists [2020-12-04T21:04:28.654Z] dd056d8ea872: Layer already exists [2020-12-04T21:04:28.654Z] 06ce97462586: Layer already exists [2020-12-04T21:04:28.654Z] 29bafe64fd3c: Layer already exists [2020-12-04T21:04:28.654Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:04:28.654Z] master: digest: sha256:792febfa75a1285b908be0f5533402ba4abc0468d2f2ab32d94bced63bfb6f88 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:04:28.880Z] ===================================================== [Pipeline] echo [2020-12-04T21:04:28.929Z] taggedImages: [2020-12-04T21:04:28.929Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:28.929Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:28.929Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:28.929Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-04T21:04:28.995Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-04T21:04:28.995Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:28.995Z] 2.0.0-dev.2 [2020-12-04T21:04:28.995Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:28.995Z] master [2020-12-04T21:04:28.995Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:29.532Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:29.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:29.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-04T21:04:29.878Z] 84fb8729a141: Preparing [2020-12-04T21:04:29.878Z] 6feb64b62393: Preparing [2020-12-04T21:04:29.878Z] 888c5473d99c: Preparing [2020-12-04T21:04:29.878Z] 5d4977466e89: Preparing [2020-12-04T21:04:29.878Z] 38d641ee8cc4: Preparing [2020-12-04T21:04:29.878Z] 2435078e6802: Preparing [2020-12-04T21:04:29.878Z] e96b0a501685: Preparing [2020-12-04T21:04:29.878Z] a21144da3ed6: Preparing [2020-12-04T21:04:29.878Z] 66b385cf80cf: Preparing [2020-12-04T21:04:29.878Z] e96b0a501685: Waiting [2020-12-04T21:04:29.878Z] a21144da3ed6: Waiting [2020-12-04T21:04:29.878Z] 66b385cf80cf: Waiting [2020-12-04T21:04:29.878Z] 2435078e6802: Waiting [2020-12-04T21:04:30.156Z] 38d641ee8cc4: Pushed [2020-12-04T21:04:30.156Z] 84fb8729a141: Pushed [2020-12-04T21:04:30.156Z] 6feb64b62393: Pushed [2020-12-04T21:04:30.427Z] a21144da3ed6: Layer already exists [2020-12-04T21:04:30.427Z] 66b385cf80cf: Layer already exists [2020-12-04T21:04:30.427Z] e96b0a501685: Pushed [2020-12-04T21:04:30.427Z] 2435078e6802: Pushed [2020-12-04T21:04:32.390Z] 888c5473d99c: Pushed [2020-12-04T21:04:32.390Z] 5d4977466e89: Pushed [2020-12-04T21:04:32.658Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:69db48dbe8cb137761ebe593519d79b05738bad032186011c07ba59e450ef9d2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:32.994Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:33.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:33.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-04T21:04:33.328Z] 84fb8729a141: Preparing [2020-12-04T21:04:33.328Z] 6feb64b62393: Preparing [2020-12-04T21:04:33.328Z] 888c5473d99c: Preparing [2020-12-04T21:04:33.328Z] 5d4977466e89: Preparing [2020-12-04T21:04:33.328Z] 38d641ee8cc4: Preparing [2020-12-04T21:04:33.328Z] 2435078e6802: Preparing [2020-12-04T21:04:33.328Z] e96b0a501685: Preparing [2020-12-04T21:04:33.328Z] a21144da3ed6: Preparing [2020-12-04T21:04:33.328Z] 66b385cf80cf: Preparing [2020-12-04T21:04:33.328Z] e96b0a501685: Waiting [2020-12-04T21:04:33.328Z] a21144da3ed6: Waiting [2020-12-04T21:04:33.328Z] 66b385cf80cf: Waiting [2020-12-04T21:04:33.328Z] 2435078e6802: Waiting [2020-12-04T21:04:33.328Z] 38d641ee8cc4: Layer already exists [2020-12-04T21:04:33.328Z] 5d4977466e89: Layer already exists [2020-12-04T21:04:33.328Z] 84fb8729a141: Layer already exists [2020-12-04T21:04:33.328Z] 6feb64b62393: Layer already exists [2020-12-04T21:04:33.328Z] 888c5473d99c: Layer already exists [2020-12-04T21:04:33.328Z] 2435078e6802: Layer already exists [2020-12-04T21:04:33.600Z] a21144da3ed6: Layer already exists [2020-12-04T21:04:33.600Z] e96b0a501685: Layer already exists [2020-12-04T21:04:33.600Z] 66b385cf80cf: Layer already exists [2020-12-04T21:04:33.600Z] 2.0.0-dev.2: digest: sha256:69db48dbe8cb137761ebe593519d79b05738bad032186011c07ba59e450ef9d2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:33.943Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:34.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:34.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-04T21:04:34.286Z] 84fb8729a141: Preparing [2020-12-04T21:04:34.286Z] 6feb64b62393: Preparing [2020-12-04T21:04:34.286Z] 888c5473d99c: Preparing [2020-12-04T21:04:34.286Z] 5d4977466e89: Preparing [2020-12-04T21:04:34.286Z] 38d641ee8cc4: Preparing [2020-12-04T21:04:34.286Z] 2435078e6802: Preparing [2020-12-04T21:04:34.286Z] e96b0a501685: Preparing [2020-12-04T21:04:34.286Z] a21144da3ed6: Preparing [2020-12-04T21:04:34.286Z] 66b385cf80cf: Preparing [2020-12-04T21:04:34.286Z] 2435078e6802: Waiting [2020-12-04T21:04:34.286Z] e96b0a501685: Waiting [2020-12-04T21:04:34.286Z] 66b385cf80cf: Waiting [2020-12-04T21:04:34.286Z] a21144da3ed6: Waiting [2020-12-04T21:04:34.286Z] 6feb64b62393: Layer already exists [2020-12-04T21:04:34.286Z] 84fb8729a141: Layer already exists [2020-12-04T21:04:34.286Z] 5d4977466e89: Layer already exists [2020-12-04T21:04:34.286Z] 888c5473d99c: Layer already exists [2020-12-04T21:04:34.286Z] 38d641ee8cc4: Layer already exists [2020-12-04T21:04:34.558Z] a21144da3ed6: Layer already exists [2020-12-04T21:04:34.558Z] 2435078e6802: Layer already exists [2020-12-04T21:04:34.558Z] e96b0a501685: Layer already exists [2020-12-04T21:04:34.558Z] 66b385cf80cf: Layer already exists [2020-12-04T21:04:34.558Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:69db48dbe8cb137761ebe593519d79b05738bad032186011c07ba59e450ef9d2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:34.912Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:35.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-04T21:04:35.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-04T21:04:35.250Z] 84fb8729a141: Preparing [2020-12-04T21:04:35.250Z] 6feb64b62393: Preparing [2020-12-04T21:04:35.250Z] 888c5473d99c: Preparing [2020-12-04T21:04:35.250Z] 5d4977466e89: Preparing [2020-12-04T21:04:35.250Z] 38d641ee8cc4: Preparing [2020-12-04T21:04:35.250Z] 2435078e6802: Preparing [2020-12-04T21:04:35.250Z] e96b0a501685: Preparing [2020-12-04T21:04:35.250Z] a21144da3ed6: Preparing [2020-12-04T21:04:35.250Z] 66b385cf80cf: Preparing [2020-12-04T21:04:35.250Z] 2435078e6802: Waiting [2020-12-04T21:04:35.250Z] e96b0a501685: Waiting [2020-12-04T21:04:35.250Z] a21144da3ed6: Waiting [2020-12-04T21:04:35.250Z] 66b385cf80cf: Waiting [2020-12-04T21:04:35.525Z] 6feb64b62393: Layer already exists [2020-12-04T21:04:35.525Z] 5d4977466e89: Layer already exists [2020-12-04T21:04:35.525Z] 38d641ee8cc4: Layer already exists [2020-12-04T21:04:35.525Z] 888c5473d99c: Layer already exists [2020-12-04T21:04:35.525Z] 84fb8729a141: Layer already exists [2020-12-04T21:04:35.525Z] 2435078e6802: Layer already exists [2020-12-04T21:04:35.525Z] e96b0a501685: Layer already exists [2020-12-04T21:04:35.525Z] a21144da3ed6: Layer already exists [2020-12-04T21:04:35.525Z] 66b385cf80cf: Layer already exists [2020-12-04T21:04:35.525Z] master: digest: sha256:69db48dbe8cb137761ebe593519d79b05738bad032186011c07ba59e450ef9d2 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:04:35.727Z] ===================================================== [Pipeline] echo [2020-12-04T21:04:35.775Z] taggedImages: [2020-12-04T21:04:35.775Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:35.775Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:35.775Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:35.775Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-04T21:04:35.857Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-04T21:04:35.857Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:35.857Z] 2.0.0-dev.2 [2020-12-04T21:04:35.857Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:35.857Z] master [2020-12-04T21:04:35.857Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:36.366Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:36.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:36.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-04T21:04:36.972Z] 0e8b0daa4c3a: Preparing [2020-12-04T21:04:36.972Z] 4b4038472928: Preparing [2020-12-04T21:04:36.972Z] cc70ec03a0ce: Preparing [2020-12-04T21:04:36.972Z] 089712797d92: Preparing [2020-12-04T21:04:36.972Z] 51911c9c908f: Preparing [2020-12-04T21:04:36.972Z] e2b22b82af7d: Preparing [2020-12-04T21:04:36.972Z] e2b22b82af7d: Waiting [2020-12-04T21:04:37.244Z] 0e8b0daa4c3a: Pushed [2020-12-04T21:04:37.244Z] cc70ec03a0ce: Pushed [2020-12-04T21:04:37.517Z] 51911c9c908f: Pushed [2020-12-04T21:04:37.517Z] 089712797d92: Pushed [2020-12-04T21:04:37.788Z] e2b22b82af7d: Pushed [2020-12-04T21:04:40.394Z] 4b4038472928: Pushed [2020-12-04T21:04:40.394Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:655d918bcfe0c94c9aeb4b88c9219c5b1b0e9f462bd13fc14abc3b2379f453e4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:40.731Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:41.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:41.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-04T21:04:41.068Z] 0e8b0daa4c3a: Preparing [2020-12-04T21:04:41.068Z] 4b4038472928: Preparing [2020-12-04T21:04:41.068Z] cc70ec03a0ce: Preparing [2020-12-04T21:04:41.068Z] 089712797d92: Preparing [2020-12-04T21:04:41.068Z] 51911c9c908f: Preparing [2020-12-04T21:04:41.068Z] e2b22b82af7d: Preparing [2020-12-04T21:04:41.068Z] e2b22b82af7d: Waiting [2020-12-04T21:04:41.068Z] 4b4038472928: Layer already exists [2020-12-04T21:04:41.068Z] cc70ec03a0ce: Layer already exists [2020-12-04T21:04:41.068Z] 089712797d92: Layer already exists [2020-12-04T21:04:41.338Z] 0e8b0daa4c3a: Layer already exists [2020-12-04T21:04:41.338Z] 51911c9c908f: Layer already exists [2020-12-04T21:04:41.338Z] e2b22b82af7d: Layer already exists [2020-12-04T21:04:41.338Z] 2.0.0-dev.2: digest: sha256:655d918bcfe0c94c9aeb4b88c9219c5b1b0e9f462bd13fc14abc3b2379f453e4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:41.677Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:42.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:42.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-04T21:04:42.011Z] 0e8b0daa4c3a: Preparing [2020-12-04T21:04:42.011Z] 4b4038472928: Preparing [2020-12-04T21:04:42.011Z] cc70ec03a0ce: Preparing [2020-12-04T21:04:42.011Z] 089712797d92: Preparing [2020-12-04T21:04:42.011Z] 51911c9c908f: Preparing [2020-12-04T21:04:42.011Z] e2b22b82af7d: Preparing [2020-12-04T21:04:42.011Z] e2b22b82af7d: Waiting [2020-12-04T21:04:42.011Z] 089712797d92: Layer already exists [2020-12-04T21:04:42.011Z] 0e8b0daa4c3a: Layer already exists [2020-12-04T21:04:42.011Z] 4b4038472928: Layer already exists [2020-12-04T21:04:42.011Z] cc70ec03a0ce: Layer already exists [2020-12-04T21:04:42.011Z] 51911c9c908f: Layer already exists [2020-12-04T21:04:42.011Z] e2b22b82af7d: Layer already exists [2020-12-04T21:04:42.282Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:655d918bcfe0c94c9aeb4b88c9219c5b1b0e9f462bd13fc14abc3b2379f453e4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:42.621Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:42.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-04T21:04:42.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-04T21:04:42.952Z] 0e8b0daa4c3a: Preparing [2020-12-04T21:04:42.952Z] 4b4038472928: Preparing [2020-12-04T21:04:42.952Z] cc70ec03a0ce: Preparing [2020-12-04T21:04:42.952Z] 089712797d92: Preparing [2020-12-04T21:04:42.952Z] 51911c9c908f: Preparing [2020-12-04T21:04:42.952Z] e2b22b82af7d: Preparing [2020-12-04T21:04:42.952Z] e2b22b82af7d: Waiting [2020-12-04T21:04:42.952Z] 0e8b0daa4c3a: Layer already exists [2020-12-04T21:04:42.952Z] cc70ec03a0ce: Layer already exists [2020-12-04T21:04:43.220Z] 089712797d92: Layer already exists [2020-12-04T21:04:43.220Z] 51911c9c908f: Layer already exists [2020-12-04T21:04:43.220Z] 4b4038472928: Layer already exists [2020-12-04T21:04:43.220Z] e2b22b82af7d: Layer already exists [2020-12-04T21:04:43.220Z] master: digest: sha256:655d918bcfe0c94c9aeb4b88c9219c5b1b0e9f462bd13fc14abc3b2379f453e4 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:04:43.413Z] ===================================================== [Pipeline] echo [2020-12-04T21:04:43.464Z] taggedImages: [2020-12-04T21:04:43.464Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:43.464Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:43.464Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:43.464Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-04T21:04:43.542Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-04T21:04:43.542Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:43.542Z] 2.0.0-dev.2 [2020-12-04T21:04:43.542Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:43.542Z] master [2020-12-04T21:04:43.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:44.042Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:44.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:44.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-04T21:04:44.368Z] be9dc86b2b7f: Preparing [2020-12-04T21:04:44.368Z] 77a71f13c44c: Preparing [2020-12-04T21:04:44.368Z] 86fd78705810: Preparing [2020-12-04T21:04:44.637Z] 86fd78705810: Pushed [2020-12-04T21:04:44.637Z] be9dc86b2b7f: Pushed [2020-12-04T21:04:48.005Z] 77a71f13c44c: Pushed [2020-12-04T21:04:48.005Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:0c4d8aeacd9952001a63faa1a39cd573f63575775b1af928ad81783fe08f4403 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:48.345Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:48.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:48.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-04T21:04:48.702Z] be9dc86b2b7f: Preparing [2020-12-04T21:04:48.702Z] 77a71f13c44c: Preparing [2020-12-04T21:04:48.702Z] 86fd78705810: Preparing [2020-12-04T21:04:48.971Z] 77a71f13c44c: Layer already exists [2020-12-04T21:04:48.971Z] be9dc86b2b7f: Layer already exists [2020-12-04T21:04:48.971Z] 86fd78705810: Layer already exists [2020-12-04T21:04:48.971Z] 2.0.0-dev.2: digest: sha256:0c4d8aeacd9952001a63faa1a39cd573f63575775b1af928ad81783fe08f4403 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:49.303Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:49.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:49.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-04T21:04:49.637Z] be9dc86b2b7f: Preparing [2020-12-04T21:04:49.637Z] 77a71f13c44c: Preparing [2020-12-04T21:04:49.637Z] 86fd78705810: Preparing [2020-12-04T21:04:49.637Z] 77a71f13c44c: Layer already exists [2020-12-04T21:04:49.637Z] 86fd78705810: Layer already exists [2020-12-04T21:04:49.637Z] be9dc86b2b7f: Layer already exists [2020-12-04T21:04:49.906Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:0c4d8aeacd9952001a63faa1a39cd573f63575775b1af928ad81783fe08f4403 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:50.245Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:50.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-04T21:04:50.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-04T21:04:50.585Z] be9dc86b2b7f: Preparing [2020-12-04T21:04:50.585Z] 77a71f13c44c: Preparing [2020-12-04T21:04:50.585Z] 86fd78705810: Preparing [2020-12-04T21:04:50.856Z] be9dc86b2b7f: Layer already exists [2020-12-04T21:04:50.856Z] 86fd78705810: Layer already exists [2020-12-04T21:04:50.856Z] 77a71f13c44c: Layer already exists [2020-12-04T21:04:50.856Z] master: digest: sha256:0c4d8aeacd9952001a63faa1a39cd573f63575775b1af928ad81783fe08f4403 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:04:51.099Z] ===================================================== [Pipeline] echo [2020-12-04T21:04:51.158Z] taggedImages: [2020-12-04T21:04:51.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:51.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.2 [2020-12-04T21:04:51.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:51.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-04T21:04:51.375Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-04T21:04:51.375Z] f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:51.375Z] 2.0.0-dev.2 [2020-12-04T21:04:51.375Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:04:51.375Z] master [2020-12-04T21:04:51.375Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:51.879Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:04:52.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:04:52.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-04T21:04:52.248Z] 059e8e50c79c: Preparing [2020-12-04T21:04:52.248Z] a340ed688da2: Preparing [2020-12-04T21:04:52.248Z] c9ef5efbd629: Preparing [2020-12-04T21:04:52.248Z] 2be998737d38: Preparing [2020-12-04T21:04:52.248Z] 3f37b17c70c1: Preparing [2020-12-04T21:04:52.248Z] 27d575cd0b2c: Preparing [2020-12-04T21:04:52.248Z] 836c3c3a39ff: Preparing [2020-12-04T21:04:52.248Z] 2cee7541aa47: Preparing [2020-12-04T21:04:52.248Z] b6a78175e4c9: Preparing [2020-12-04T21:04:52.249Z] fab17a547d8c: Preparing [2020-12-04T21:04:52.249Z] 2cee7541aa47: Waiting [2020-12-04T21:04:52.249Z] 27d575cd0b2c: Waiting [2020-12-04T21:04:52.249Z] 836c3c3a39ff: Waiting [2020-12-04T21:04:52.249Z] b6a78175e4c9: Waiting [2020-12-04T21:04:52.249Z] 4b089f0fc7f0: Preparing [2020-12-04T21:04:52.249Z] 3e7dc55cab04: Preparing [2020-12-04T21:04:52.249Z] b2e85fd0898f: Preparing [2020-12-04T21:04:52.249Z] cd3761cfa1d9: Preparing [2020-12-04T21:04:52.249Z] fab17a547d8c: Waiting [2020-12-04T21:04:52.249Z] 4b089f0fc7f0: Waiting [2020-12-04T21:04:52.249Z] 3e7dc55cab04: Waiting [2020-12-04T21:04:52.249Z] cd3761cfa1d9: Waiting [2020-12-04T21:04:52.249Z] b2e85fd0898f: Waiting [2020-12-04T21:04:53.252Z] 3f37b17c70c1: Pushed [2020-12-04T21:04:53.252Z] 059e8e50c79c: Pushed [2020-12-04T21:04:53.857Z] 2be998737d38: Pushed [2020-12-04T21:04:53.857Z] 2cee7541aa47: Layer already exists [2020-12-04T21:04:53.857Z] b6a78175e4c9: Layer already exists [2020-12-04T21:04:53.857Z] 836c3c3a39ff: Pushed [2020-12-04T21:04:53.857Z] fab17a547d8c: Layer already exists [2020-12-04T21:04:54.131Z] 4b089f0fc7f0: Layer already exists [2020-12-04T21:04:54.131Z] 3e7dc55cab04: Layer already exists [2020-12-04T21:04:54.131Z] b2e85fd0898f: Layer already exists [2020-12-04T21:04:54.131Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:04:54.723Z] a340ed688da2: Pushed [2020-12-04T21:04:55.698Z] 27d575cd0b2c: Pushed [2020-12-04T21:05:05.808Z] c9ef5efbd629: Pushed [2020-12-04T21:05:05.808Z] f155a7c6506425abdabefc4c4caef6dce7961eb8: digest: sha256:35f85a3048bfe7bbcda86c871147ce9190ff12c8abc2c22e7e5144a52d69a246 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:05:06.150Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:05:06.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.2 [2020-12-04T21:05:06.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-04T21:05:06.483Z] 059e8e50c79c: Preparing [2020-12-04T21:05:06.483Z] a340ed688da2: Preparing [2020-12-04T21:05:06.483Z] c9ef5efbd629: Preparing [2020-12-04T21:05:06.483Z] 2be998737d38: Preparing [2020-12-04T21:05:06.483Z] 3f37b17c70c1: Preparing [2020-12-04T21:05:06.483Z] 27d575cd0b2c: Preparing [2020-12-04T21:05:06.483Z] 836c3c3a39ff: Preparing [2020-12-04T21:05:06.483Z] 2cee7541aa47: Preparing [2020-12-04T21:05:06.483Z] b6a78175e4c9: Preparing [2020-12-04T21:05:06.483Z] fab17a547d8c: Preparing [2020-12-04T21:05:06.483Z] 4b089f0fc7f0: Preparing [2020-12-04T21:05:06.483Z] 3e7dc55cab04: Preparing [2020-12-04T21:05:06.483Z] b2e85fd0898f: Preparing [2020-12-04T21:05:06.483Z] cd3761cfa1d9: Preparing [2020-12-04T21:05:06.483Z] fab17a547d8c: Waiting [2020-12-04T21:05:06.483Z] 4b089f0fc7f0: Waiting [2020-12-04T21:05:06.483Z] 3e7dc55cab04: Waiting [2020-12-04T21:05:06.483Z] b2e85fd0898f: Waiting [2020-12-04T21:05:06.483Z] cd3761cfa1d9: Waiting [2020-12-04T21:05:06.483Z] 27d575cd0b2c: Waiting [2020-12-04T21:05:06.483Z] 836c3c3a39ff: Waiting [2020-12-04T21:05:06.483Z] 2cee7541aa47: Waiting [2020-12-04T21:05:06.483Z] b6a78175e4c9: Waiting [2020-12-04T21:05:06.483Z] 059e8e50c79c: Layer already exists [2020-12-04T21:05:06.483Z] c9ef5efbd629: Layer already exists [2020-12-04T21:05:06.483Z] a340ed688da2: Layer already exists [2020-12-04T21:05:06.483Z] 3f37b17c70c1: Layer already exists [2020-12-04T21:05:06.483Z] 2be998737d38: Layer already exists [2020-12-04T21:05:06.483Z] 27d575cd0b2c: Layer already exists [2020-12-04T21:05:06.751Z] 2cee7541aa47: Layer already exists [2020-12-04T21:05:06.751Z] 836c3c3a39ff: Layer already exists [2020-12-04T21:05:06.751Z] b6a78175e4c9: Layer already exists [2020-12-04T21:05:06.751Z] fab17a547d8c: Layer already exists [2020-12-04T21:05:06.751Z] 4b089f0fc7f0: Layer already exists [2020-12-04T21:05:06.751Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:05:06.751Z] b2e85fd0898f: Layer already exists [2020-12-04T21:05:06.751Z] 3e7dc55cab04: Layer already exists [2020-12-04T21:05:06.751Z] 2.0.0-dev.2: digest: sha256:35f85a3048bfe7bbcda86c871147ce9190ff12c8abc2c22e7e5144a52d69a246 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:05:07.089Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:05:07.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:05:07.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-04T21:05:07.425Z] 059e8e50c79c: Preparing [2020-12-04T21:05:07.425Z] a340ed688da2: Preparing [2020-12-04T21:05:07.425Z] c9ef5efbd629: Preparing [2020-12-04T21:05:07.425Z] 2be998737d38: Preparing [2020-12-04T21:05:07.425Z] 3f37b17c70c1: Preparing [2020-12-04T21:05:07.425Z] 27d575cd0b2c: Preparing [2020-12-04T21:05:07.425Z] 836c3c3a39ff: Preparing [2020-12-04T21:05:07.425Z] 2cee7541aa47: Preparing [2020-12-04T21:05:07.425Z] b6a78175e4c9: Preparing [2020-12-04T21:05:07.425Z] fab17a547d8c: Preparing [2020-12-04T21:05:07.425Z] 4b089f0fc7f0: Preparing [2020-12-04T21:05:07.425Z] 3e7dc55cab04: Preparing [2020-12-04T21:05:07.425Z] b2e85fd0898f: Preparing [2020-12-04T21:05:07.425Z] cd3761cfa1d9: Preparing [2020-12-04T21:05:07.425Z] fab17a547d8c: Waiting [2020-12-04T21:05:07.425Z] 27d575cd0b2c: Waiting [2020-12-04T21:05:07.425Z] 836c3c3a39ff: Waiting [2020-12-04T21:05:07.425Z] 4b089f0fc7f0: Waiting [2020-12-04T21:05:07.425Z] b2e85fd0898f: Waiting [2020-12-04T21:05:07.425Z] 3e7dc55cab04: Waiting [2020-12-04T21:05:07.425Z] cd3761cfa1d9: Waiting [2020-12-04T21:05:07.425Z] b6a78175e4c9: Waiting [2020-12-04T21:05:07.425Z] 2cee7541aa47: Waiting [2020-12-04T21:05:07.702Z] 2be998737d38: Layer already exists [2020-12-04T21:05:07.702Z] a340ed688da2: Layer already exists [2020-12-04T21:05:07.702Z] c9ef5efbd629: Layer already exists [2020-12-04T21:05:07.702Z] 059e8e50c79c: Layer already exists [2020-12-04T21:05:07.702Z] 3f37b17c70c1: Layer already exists [2020-12-04T21:05:07.702Z] 2cee7541aa47: Layer already exists [2020-12-04T21:05:07.702Z] 836c3c3a39ff: Layer already exists [2020-12-04T21:05:07.702Z] b6a78175e4c9: Layer already exists [2020-12-04T21:05:07.702Z] 27d575cd0b2c: Layer already exists [2020-12-04T21:05:07.702Z] fab17a547d8c: Layer already exists [2020-12-04T21:05:07.703Z] 3e7dc55cab04: Layer already exists [2020-12-04T21:05:07.703Z] 4b089f0fc7f0: Layer already exists [2020-12-04T21:05:07.703Z] b2e85fd0898f: Layer already exists [2020-12-04T21:05:07.703Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:05:07.703Z] f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2: digest: sha256:35f85a3048bfe7bbcda86c871147ce9190ff12c8abc2c22e7e5144a52d69a246 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:05:08.051Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:05:08.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-04T21:05:08.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-04T21:05:08.411Z] 059e8e50c79c: Preparing [2020-12-04T21:05:08.411Z] a340ed688da2: Preparing [2020-12-04T21:05:08.411Z] c9ef5efbd629: Preparing [2020-12-04T21:05:08.411Z] 2be998737d38: Preparing [2020-12-04T21:05:08.411Z] 3f37b17c70c1: Preparing [2020-12-04T21:05:08.411Z] 27d575cd0b2c: Preparing [2020-12-04T21:05:08.411Z] 836c3c3a39ff: Preparing [2020-12-04T21:05:08.412Z] 2cee7541aa47: Preparing [2020-12-04T21:05:08.412Z] b6a78175e4c9: Preparing [2020-12-04T21:05:08.412Z] fab17a547d8c: Preparing [2020-12-04T21:05:08.412Z] 4b089f0fc7f0: Preparing [2020-12-04T21:05:08.412Z] 3e7dc55cab04: Preparing [2020-12-04T21:05:08.412Z] b2e85fd0898f: Preparing [2020-12-04T21:05:08.412Z] cd3761cfa1d9: Preparing [2020-12-04T21:05:08.412Z] 27d575cd0b2c: Waiting [2020-12-04T21:05:08.412Z] 836c3c3a39ff: Waiting [2020-12-04T21:05:08.412Z] 2cee7541aa47: Waiting [2020-12-04T21:05:08.412Z] b6a78175e4c9: Waiting [2020-12-04T21:05:08.412Z] fab17a547d8c: Waiting [2020-12-04T21:05:08.412Z] 4b089f0fc7f0: Waiting [2020-12-04T21:05:08.412Z] 3e7dc55cab04: Waiting [2020-12-04T21:05:08.412Z] b2e85fd0898f: Waiting [2020-12-04T21:05:08.412Z] cd3761cfa1d9: Waiting [2020-12-04T21:05:08.681Z] 059e8e50c79c: Layer already exists [2020-12-04T21:05:08.681Z] 3f37b17c70c1: Layer already exists [2020-12-04T21:05:08.681Z] 2be998737d38: Layer already exists [2020-12-04T21:05:08.681Z] a340ed688da2: Layer already exists [2020-12-04T21:05:08.681Z] c9ef5efbd629: Layer already exists [2020-12-04T21:05:08.681Z] 2cee7541aa47: Layer already exists [2020-12-04T21:05:08.681Z] 27d575cd0b2c: Layer already exists [2020-12-04T21:05:08.681Z] b6a78175e4c9: Layer already exists [2020-12-04T21:05:08.681Z] 836c3c3a39ff: Layer already exists [2020-12-04T21:05:08.681Z] fab17a547d8c: Layer already exists [2020-12-04T21:05:08.681Z] 3e7dc55cab04: Layer already exists [2020-12-04T21:05:08.681Z] 4b089f0fc7f0: Layer already exists [2020-12-04T21:05:08.681Z] b2e85fd0898f: Layer already exists [2020-12-04T21:05:08.681Z] cd3761cfa1d9: Layer already exists [2020-12-04T21:05:08.681Z] master: digest: sha256:35f85a3048bfe7bbcda86c871147ce9190ff12c8abc2c22e7e5144a52d69a246 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-04T21:05:08.873Z] ===================================================== [Pipeline] echo [2020-12-04T21:05:08.922Z] taggedImages: [2020-12-04T21:05:08.922Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8 [2020-12-04T21:05:08.922Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.2 [2020-12-04T21:05:08.922Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f155a7c6506425abdabefc4c4caef6dce7961eb8-2.0.0-dev.2 [2020-12-04T21:05:08.922Z] - 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 [2020-12-04T21:05:10.795Z] provisioning config files... [2020-12-04T21:05:10.831Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/244@tmp/config6716948508965544087tmp [Pipeline] { [Pipeline] sh [2020-12-04T21:05:11.245Z] + set +x [2020-12-04T21:05:11.245Z] + curl -s https://codecov.io/bash [2020-12-04T21:05:11.245Z] + bash -s -- [2020-12-04T21:05:11.840Z] [2020-12-04T21:05:11.840Z] _____ _ [2020-12-04T21:05:11.840Z] / ____| | | [2020-12-04T21:05:11.840Z] | | ___ __| | ___ ___ _____ __ [2020-12-04T21:05:11.840Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-04T21:05:11.840Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-04T21:05:11.840Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-04T21:05:11.840Z] Bash-20201130-cc6d3fe [2020-12-04T21:05:11.840Z] [2020-12-04T21:05:11.840Z] [2020-12-04T21:05:11.840Z] ==> Jenkins CI detected. [2020-12-04T21:05:11.840Z] project root: . [2020-12-04T21:05:11.840Z] --> token set from env [2020-12-04T21:05:11.840Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-04T21:05:11.840Z] ==> Running gcov in . (disable via -X gcov) [2020-12-04T21:05:11.841Z] ==> Python coveragepy not found [2020-12-04T21:05:11.841Z] ==> Searching for coverage reports in: [2020-12-04T21:05:11.841Z] + . [2020-12-04T21:05:11.841Z] -> Found 1 reports [2020-12-04T21:05:11.841Z] ==> Detecting git/mercurial file structure [2020-12-04T21:05:11.841Z] ==> Reading reports [2020-12-04T21:05:11.841Z] + ./coverage.out bytes=554771 [2020-12-04T21:05:11.841Z] ==> Appending adjustments [2020-12-04T21:05:11.841Z] https://docs.codecov.io/docs/fixing-reports [2020-12-04T21:05:15.162Z] + Found adjustments [2020-12-04T21:05:15.162Z] ==> Gzipping contents [2020-12-04T21:05:15.162Z] 88K /tmp/codecov.2zhHgO.gz [2020-12-04T21:05:15.162Z] ==> Uploading reports [2020-12-04T21:05:15.162Z] url: https://codecov.io [2020-12-04T21:05:15.162Z] query: branch=master&commit=f155a7c6506425abdabefc4c4caef6dce7961eb8&build=244&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F244%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-04T21:05:15.162Z] -> Pinging Codecov [2020-12-04T21:05:15.162Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=f155a7c6506425abdabefc4c4caef6dce7961eb8&build=244&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F244%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-04T21:05:15.737Z] -> Uploading to [2020-12-04T21:05:15.737Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-04/00271124DB129430A58F1EEE437C3FCB/f155a7c6506425abdabefc4c4caef6dce7961eb8/787b2f11-e591-4860-96da-d21200a660c8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201204T210515Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d9dfcc61d7ea3fee6f78a2a026cb72dda5eb7f7b69ef29909fdeae09dbd2021a [2020-12-04T21:05:15.737Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:05:15.737Z] Dload Upload Total Spent Left Speed [2020-12-04T21:05:16.311Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86427 0 0 100 86427 0 168k --:--:-- --:--:-- --:--:-- 169k [2020-12-04T21:05:16.311Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f155a7c6506425abdabefc4c4caef6dce7961eb8 [Pipeline] } [2020-12-04T21:05:16.320Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-04T21:05:17.173Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-04T21:05:17.258Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:05:17.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:05:17.614Z] [2020-12-04T21:05:17.614Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:05:17.971Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:05:17.971Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-04T21:05:17.971Z] 188c0c94c7c5: Already exists [2020-12-04T21:05:17.971Z] 0ef7d3d256c8: Already exists [2020-12-04T21:05:17.971Z] de9db76c5a1d: Already exists [2020-12-04T21:05:17.971Z] 0eba1c9be4d2: Pulling fs layer [2020-12-04T21:05:17.971Z] 0d57e429df01: Pulling fs layer [2020-12-04T21:05:17.971Z] 4e4be7b47b0d: Pulling fs layer [2020-12-04T21:05:17.971Z] e1f770b5df2f: Pulling fs layer [2020-12-04T21:05:17.971Z] 85a0685a4137: Pulling fs layer [2020-12-04T21:05:17.971Z] e1f770b5df2f: Waiting [2020-12-04T21:05:17.971Z] 85a0685a4137: Waiting [2020-12-04T21:05:17.971Z] 4e4be7b47b0d: Verifying Checksum [2020-12-04T21:05:17.971Z] 4e4be7b47b0d: Download complete [2020-12-04T21:05:17.971Z] 0d57e429df01: Verifying Checksum [2020-12-04T21:05:17.971Z] 0d57e429df01: Download complete [2020-12-04T21:05:19.900Z] e1f770b5df2f: Verifying Checksum [2020-12-04T21:05:19.900Z] e1f770b5df2f: Download complete [2020-12-04T21:05:21.840Z] 85a0685a4137: Verifying Checksum [2020-12-04T21:05:21.840Z] 85a0685a4137: Download complete [2020-12-04T21:05:22.110Z] 0eba1c9be4d2: Verifying Checksum [2020-12-04T21:05:22.110Z] 0eba1c9be4d2: Download complete [2020-12-04T21:05:28.751Z] 0eba1c9be4d2: Pull complete [2020-12-04T21:05:28.751Z] 0d57e429df01: Pull complete [2020-12-04T21:05:28.751Z] 4e4be7b47b0d: Pull complete [2020-12-04T21:05:32.065Z] e1f770b5df2f: Pull complete [2020-12-04T21:05:42.086Z] 85a0685a4137: Pull complete [2020-12-04T21:05:42.086Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-04T21:05:42.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:05:42.086Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-04T21:05:42.335Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:05:42.410Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T21:05:43.851Z] $ docker top 5a6eacd95b630db67d56f200c6f5bb1bb764d2197c1ae0701111dcabddd7fd24 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-04T21:05:44.169Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-04T21:05:44.473Z] + set -o pipefail [2020-12-04T21:05:44.473Z] + snyk monitor '--org=edgex-jenkins' [2020-12-04T21:06:02.669Z] [2020-12-04T21:06:02.669Z] Monitoring /w/workspace/edgex-go/244 (github.com/edgexfoundry/edgex-go)... [2020-12-04T21:06:02.669Z] [2020-12-04T21:06:02.669Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/63e1ca31-4d51-4184-89f3-74df7186f27b [2020-12-04T21:06:02.669Z] [2020-12-04T21:06:02.670Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-04T21:06:02.670Z] [2020-12-04T21:06:02.670Z] [Pipeline] } [2020-12-04T21:06:02.686Z] $ docker stop --time=1 5a6eacd95b630db67d56f200c6f5bb1bb764d2197c1ae0701111dcabddd7fd24 [2020-12-04T21:06:05.742Z] $ docker rm -f 5a6eacd95b630db67d56f200c6f5bb1bb764d2197c1ae0701111dcabddd7fd24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-04T21:06:06.800Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:f155a7c6506425abdabefc4c4caef6dce7961eb8, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-04T21:06:06.804Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T21:06:07.099Z] + set -o pipefail [2020-12-04T21:06:07.099Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T21:06:07.099Z] + tee .snyk [2020-12-04T21:06:07.363Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T21:06:07.363Z] version: v1.14.1 [2020-12-04T21:06:07.363Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T21:06:07.363Z] ignore: [2020-12-04T21:06:07.363Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T21:06:07.363Z] - '*': [2020-12-04T21:06:07.363Z] reason: does not apply # justification for ignoring [2020-12-04T21:06:07.363Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T21:06:07.363Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T21:06:07.363Z] - '*': [2020-12-04T21:06:07.363Z] reason: false positive [2020-12-04T21:06:07.363Z] expires: 2021-01-01T00:00:00 [2020-12-04T21:06:07.363Z] # patch: {} [Pipeline] withCredentials [2020-12-04T21:06:07.471Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:06:07.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:06:07.843Z] . [Pipeline] withDockerContainer [2020-12-04T21:06:07.956Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:06:08.006Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T21:06:08.781Z] $ docker top 2c964dff97edc2974a718267499426615ceec7cae1415070cc4058cf937755cf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T21:06:09.282Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T21:06:09.293Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T21:06:09.587Z] + set -o pipefail [2020-12-04T21:06:09.587Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T21:06:09.587Z] + snyk-to-html -o snykReport.html [2020-12-04T21:06:21.861Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T21:06:21.880Z] $ docker stop --time=1 2c964dff97edc2974a718267499426615ceec7cae1415070cc4058cf937755cf [2020-12-04T21:06:23.298Z] $ docker rm -f 2c964dff97edc2974a718267499426615ceec7cae1415070cc4058cf937755cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T21:06:23.680Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:f155a7c6506425abdabefc4c4caef6dce7961eb8, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-04T21:06:23.683Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T21:06:23.973Z] + set -o pipefail [2020-12-04T21:06:23.973Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T21:06:23.973Z] + tee .snyk [2020-12-04T21:06:24.237Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T21:06:24.237Z] version: v1.14.1 [2020-12-04T21:06:24.237Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T21:06:24.237Z] ignore: [2020-12-04T21:06:24.237Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T21:06:24.237Z] - '*': [2020-12-04T21:06:24.237Z] reason: does not apply # justification for ignoring [2020-12-04T21:06:24.237Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T21:06:24.237Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T21:06:24.237Z] - '*': [2020-12-04T21:06:24.237Z] reason: false positive [2020-12-04T21:06:24.237Z] expires: 2021-01-01T00:00:00 [2020-12-04T21:06:24.237Z] # patch: {} [Pipeline] withCredentials [2020-12-04T21:06:24.347Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:06:24.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:06:24.694Z] . [Pipeline] withDockerContainer [2020-12-04T21:06:24.812Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:06:24.864Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T21:06:25.549Z] $ docker top 51bcc4520c71d21766e94c8841c28da8c11831dfa52476498f7b8b082ca8a00d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T21:06:26.064Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T21:06:26.103Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T21:06:26.394Z] + set -o pipefail [2020-12-04T21:06:26.395Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:f155a7c6506425abdabefc4c4caef6dce7961eb8+ '--file=./cmd/core-data/Dockerfile'snyk-to-html '--severity-threshold=high' '--policy-path=./.snyk' -o --json snykReport.html [2020-12-04T21:06:26.395Z] [2020-12-04T21:06:44.576Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T21:06:44.596Z] $ docker stop --time=1 51bcc4520c71d21766e94c8841c28da8c11831dfa52476498f7b8b082ca8a00d [2020-12-04T21:06:46.061Z] $ docker rm -f 51bcc4520c71d21766e94c8841c28da8c11831dfa52476498f7b8b082ca8a00d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T21:06:46.427Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f155a7c6506425abdabefc4c4caef6dce7961eb8, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-04T21:06:46.429Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T21:06:46.787Z] + set -o pipefail [2020-12-04T21:06:46.787Z] + tee .snyk [2020-12-04T21:06:46.787Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T21:06:46.787Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T21:06:46.787Z] version: v1.14.1 [2020-12-04T21:06:46.787Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T21:06:46.787Z] ignore: [2020-12-04T21:06:46.787Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T21:06:46.787Z] - '*': [2020-12-04T21:06:46.787Z] reason: does not apply # justification for ignoring [2020-12-04T21:06:46.787Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T21:06:46.787Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T21:06:46.787Z] - '*': [2020-12-04T21:06:46.787Z] reason: false positive [2020-12-04T21:06:46.787Z] expires: 2021-01-01T00:00:00 [2020-12-04T21:06:46.787Z] # patch: {} [Pipeline] withCredentials [2020-12-04T21:06:46.884Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:06:47.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:06:47.268Z] . [Pipeline] withDockerContainer [2020-12-04T21:06:47.372Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:06:47.424Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T21:06:48.164Z] $ docker top 8376ba9897a7e21f2234b17c3fb87cff43d926711e3c78fea9975970761a1662 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T21:06:48.632Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T21:06:48.642Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T21:06:48.932Z] + set -o pipefail [2020-12-04T21:06:48.932Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T21:06:48.932Z] + snyk-to-html -o snykReport.html [2020-12-04T21:06:57.093Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T21:06:57.109Z] $ docker stop --time=1 8376ba9897a7e21f2234b17c3fb87cff43d926711e3c78fea9975970761a1662 [2020-12-04T21:06:58.488Z] $ docker rm -f 8376ba9897a7e21f2234b17c3fb87cff43d926711e3c78fea9975970761a1662 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T21:06:58.765Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f155a7c6506425abdabefc4c4caef6dce7961eb8, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-04T21:06:58.768Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T21:06:59.056Z] + set -o pipefail [2020-12-04T21:06:59.057Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T21:06:59.057Z] + tee .snyk [2020-12-04T21:06:59.057Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T21:06:59.057Z] version: v1.14.1 [2020-12-04T21:06:59.057Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T21:06:59.057Z] ignore: [2020-12-04T21:06:59.057Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T21:06:59.057Z] - '*': [2020-12-04T21:06:59.057Z] reason: does not apply # justification for ignoring [2020-12-04T21:06:59.057Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T21:06:59.057Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T21:06:59.057Z] - '*': [2020-12-04T21:06:59.057Z] reason: false positive [2020-12-04T21:06:59.057Z] expires: 2021-01-01T00:00:00 [2020-12-04T21:06:59.057Z] # patch: {} [Pipeline] withCredentials [2020-12-04T21:06:59.182Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:06:59.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:06:59.522Z] . [Pipeline] withDockerContainer [2020-12-04T21:06:59.625Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:06:59.678Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T21:07:00.282Z] $ docker top ff17fab4ed904d93cc06222ba6fe5656640fdf53541df8fbed8c114663b241aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T21:07:00.784Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T21:07:00.794Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T21:07:01.089Z] + set -o pipefail [2020-12-04T21:07:01.089Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T21:07:01.089Z] + snyk-to-html -o snykReport.html [2020-12-04T21:07:07.710Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T21:07:07.726Z] $ docker stop --time=1 ff17fab4ed904d93cc06222ba6fe5656640fdf53541df8fbed8c114663b241aa [2020-12-04T21:07:09.175Z] $ docker rm -f ff17fab4ed904d93cc06222ba6fe5656640fdf53541df8fbed8c114663b241aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T21:07:09.465Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-04T21:07:09.468Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T21:07:09.756Z] + set -o pipefail [2020-12-04T21:07:09.756Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T21:07:09.756Z] + tee .snyk [2020-12-04T21:07:09.756Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T21:07:09.756Z] version: v1.14.1 [2020-12-04T21:07:09.756Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T21:07:09.756Z] ignore: [2020-12-04T21:07:09.756Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T21:07:09.756Z] - '*': [2020-12-04T21:07:09.756Z] reason: does not apply # justification for ignoring [2020-12-04T21:07:09.756Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T21:07:09.756Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T21:07:09.756Z] - '*': [2020-12-04T21:07:09.756Z] reason: false positive [2020-12-04T21:07:09.756Z] expires: 2021-01-01T00:00:00 [2020-12-04T21:07:09.756Z] # patch: {} [Pipeline] withCredentials [2020-12-04T21:07:09.847Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:07:10.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:07:10.185Z] . [Pipeline] withDockerContainer [2020-12-04T21:07:10.292Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:07:10.339Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T21:07:11.060Z] $ docker top 4370a789ad71493928675c3c404e69c27ae704b439dc4a313feb71e1a968d99f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T21:07:11.608Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T21:07:11.618Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T21:07:11.913Z] + set -o pipefail [2020-12-04T21:07:11.913Z] + + snyksnyk-to-html test -o snykReport.html '--org=edgex-jenkins' [2020-12-04T21:07:11.913Z] --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T21:07:18.528Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T21:07:18.548Z] $ docker stop --time=1 4370a789ad71493928675c3c404e69c27ae704b439dc4a313feb71e1a968d99f [2020-12-04T21:07:20.022Z] $ docker rm -f 4370a789ad71493928675c3c404e69c27ae704b439dc4a313feb71e1a968d99f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T21:07:20.402Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-04T21:07:20.405Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T21:07:20.708Z] + set -o pipefail [2020-12-04T21:07:20.708Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T21:07:20.708Z] + tee .snyk [2020-12-04T21:07:20.708Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T21:07:20.708Z] version: v1.14.1 [2020-12-04T21:07:20.708Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T21:07:20.708Z] ignore: [2020-12-04T21:07:20.708Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T21:07:20.708Z] - '*': [2020-12-04T21:07:20.708Z] reason: does not apply # justification for ignoring [2020-12-04T21:07:20.708Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T21:07:20.708Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T21:07:20.708Z] - '*': [2020-12-04T21:07:20.708Z] reason: false positive [2020-12-04T21:07:20.708Z] expires: 2021-01-01T00:00:00 [2020-12-04T21:07:20.708Z] # patch: {} [Pipeline] withCredentials [2020-12-04T21:07:20.824Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:07:21.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:07:21.179Z] . [Pipeline] withDockerContainer [2020-12-04T21:07:21.291Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:07:21.341Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T21:07:22.112Z] $ docker top 8dd362992fda2001ab04bb7b1bb7742c75f0eedaf9a9a54cedd462a6db3ac541 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T21:07:22.610Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T21:07:22.623Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T21:07:22.925Z] + set -o pipefail [2020-12-04T21:07:22.925Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T21:07:22.925Z] + snyk-to-html -o snykReport.html [2020-12-04T21:07:50.509Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T21:07:50.525Z] $ docker stop --time=1 8dd362992fda2001ab04bb7b1bb7742c75f0eedaf9a9a54cedd462a6db3ac541 [2020-12-04T21:07:51.889Z] $ docker rm -f 8dd362992fda2001ab04bb7b1bb7742c75f0eedaf9a9a54cedd462a6db3ac541 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T21:07:52.195Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-04T21:07:52.197Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T21:07:52.495Z] + set -o pipefail [2020-12-04T21:07:52.495Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T21:07:52.495Z] + tee .snyk [2020-12-04T21:07:52.495Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T21:07:52.495Z] version: v1.14.1 [2020-12-04T21:07:52.495Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T21:07:52.495Z] ignore: [2020-12-04T21:07:52.495Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T21:07:52.495Z] - '*': [2020-12-04T21:07:52.495Z] reason: does not apply # justification for ignoring [2020-12-04T21:07:52.495Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T21:07:52.495Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T21:07:52.495Z] - '*': [2020-12-04T21:07:52.495Z] reason: false positive [2020-12-04T21:07:52.495Z] expires: 2021-01-01T00:00:00 [2020-12-04T21:07:52.495Z] # patch: {} [Pipeline] withCredentials [2020-12-04T21:07:52.557Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:07:52.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:07:52.903Z] . [Pipeline] withDockerContainer [2020-12-04T21:07:53.009Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:07:53.061Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T21:07:53.694Z] $ docker top 2766f5003d679f3db173a315cc1566a398ea1ac0a879f271ad57cecacbc6f0dd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T21:07:54.165Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T21:07:54.178Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T21:07:54.474Z] + set -o pipefail [2020-12-04T21:07:54.474Z] + snyk-to-html -o snykReport.html [2020-12-04T21:07:54.474Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T21:08:06.921Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T21:08:06.941Z] $ docker stop --time=1 2766f5003d679f3db173a315cc1566a398ea1ac0a879f271ad57cecacbc6f0dd [2020-12-04T21:08:08.435Z] $ docker rm -f 2766f5003d679f3db173a315cc1566a398ea1ac0a879f271ad57cecacbc6f0dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T21:08:08.831Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f155a7c6506425abdabefc4c4caef6dce7961eb8, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-04T21:08:08.833Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T21:08:09.130Z] + set -o pipefail [2020-12-04T21:08:09.130Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T21:08:09.130Z] + tee .snyk [2020-12-04T21:08:09.130Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T21:08:09.130Z] version: v1.14.1 [2020-12-04T21:08:09.130Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T21:08:09.130Z] ignore: [2020-12-04T21:08:09.130Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T21:08:09.130Z] - '*': [2020-12-04T21:08:09.130Z] reason: does not apply # justification for ignoring [2020-12-04T21:08:09.130Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T21:08:09.130Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T21:08:09.130Z] - '*': [2020-12-04T21:08:09.130Z] reason: false positive [2020-12-04T21:08:09.130Z] expires: 2021-01-01T00:00:00 [2020-12-04T21:08:09.130Z] # patch: {} [Pipeline] withCredentials [2020-12-04T21:08:09.251Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:08:09.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:08:09.594Z] . [Pipeline] withDockerContainer [2020-12-04T21:08:09.703Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:08:09.754Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T21:08:10.548Z] $ docker top 01e7653a06c125c9a63ffd7f0a1be9e6e34a63df750e629235821a1f8280dbed -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T21:08:11.061Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T21:08:11.074Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T21:08:11.366Z] + set -o pipefail [2020-12-04T21:08:11.366Z] + snyk-to-html -o snykReport.html [2020-12-04T21:08:11.366Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T21:08:29.521Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T21:08:29.539Z] $ docker stop --time=1 01e7653a06c125c9a63ffd7f0a1be9e6e34a63df750e629235821a1f8280dbed [2020-12-04T21:08:30.944Z] $ docker rm -f 01e7653a06c125c9a63ffd7f0a1be9e6e34a63df750e629235821a1f8280dbed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T21:08:31.283Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f155a7c6506425abdabefc4c4caef6dce7961eb8, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-04T21:08:31.286Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T21:08:31.580Z] + set -o pipefail [2020-12-04T21:08:31.580Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T21:08:31.580Z] + tee .snyk [2020-12-04T21:08:31.580Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T21:08:31.580Z] version: v1.14.1 [2020-12-04T21:08:31.580Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T21:08:31.580Z] ignore: [2020-12-04T21:08:31.580Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T21:08:31.580Z] - '*': [2020-12-04T21:08:31.580Z] reason: does not apply # justification for ignoring [2020-12-04T21:08:31.580Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T21:08:31.580Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T21:08:31.580Z] - '*': [2020-12-04T21:08:31.580Z] reason: false positive [2020-12-04T21:08:31.580Z] expires: 2021-01-01T00:00:00 [2020-12-04T21:08:31.580Z] # patch: {} [Pipeline] withCredentials [2020-12-04T21:08:31.678Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:08:32.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:08:32.066Z] . [Pipeline] withDockerContainer [2020-12-04T21:08:32.177Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:08:32.227Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T21:08:32.848Z] $ docker top 1c0efb951d5f1719db144e9d135b7d92ecf883ea142325d9fcec0f317904983c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T21:08:33.372Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T21:08:33.385Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T21:08:33.677Z] + set -o pipefail [2020-12-04T21:08:33.677Z] + + snyksnyk-to-html test -o '--org=edgex-jenkins' snykReport.html --docker [2020-12-04T21:08:33.677Z] nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T21:08:43.791Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T21:08:43.811Z] $ docker stop --time=1 1c0efb951d5f1719db144e9d135b7d92ecf883ea142325d9fcec0f317904983c [2020-12-04T21:08:45.408Z] $ docker rm -f 1c0efb951d5f1719db144e9d135b7d92ecf883ea142325d9fcec0f317904983c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T21:08:45.739Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f155a7c6506425abdabefc4c4caef6dce7961eb8, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-04T21:08:45.741Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-04T21:08:46.037Z] + set -o pipefail [2020-12-04T21:08:46.037Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-04T21:08:46.037Z] + tee .snyk [2020-12-04T21:08:46.037Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-04T21:08:46.037Z] version: v1.14.1 [2020-12-04T21:08:46.037Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-04T21:08:46.037Z] ignore: [2020-12-04T21:08:46.037Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-04T21:08:46.037Z] - '*': [2020-12-04T21:08:46.037Z] reason: does not apply # justification for ignoring [2020-12-04T21:08:46.037Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-04T21:08:46.037Z] SNYK-ALPINE312-JQ-588886: [2020-12-04T21:08:46.037Z] - '*': [2020-12-04T21:08:46.037Z] reason: false positive [2020-12-04T21:08:46.037Z] expires: 2021-01-01T00:00:00 [2020-12-04T21:08:46.037Z] # patch: {} [Pipeline] withCredentials [2020-12-04T21:08:46.135Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:08:46.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T21:08:46.478Z] . [Pipeline] withDockerContainer [2020-12-04T21:08:46.602Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:08:46.661Z] $ 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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-04T21:08:47.519Z] $ docker top 7a40198f605f2ccc98c2efad7f6dd9f7c8119b3819212104e0aa0fd1e668d275 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T21:08:48.033Z] + rm -f snykReport.html [Pipeline] echo [2020-12-04T21:08:48.046Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-04T21:08:48.348Z] + set -o pipefail [2020-12-04T21:08:48.348Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f155a7c6506425abdabefc4c4caef6dce7961eb8 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-04T21:08:48.348Z] + snyk-to-html -o snykReport.html [2020-12-04T21:09:10.386Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-04T21:09:10.402Z] $ docker stop --time=1 7a40198f605f2ccc98c2efad7f6dd9f7c8119b3819212104e0aa0fd1e668d275 [2020-12-04T21:09:11.849Z] $ docker rm -f 7a40198f605f2ccc98c2efad7f6dd9f7c8119b3819212104e0aa0fd1e668d275 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-04T21:09:12.918Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-04T21:09:12.972Z] provisioning config files... [2020-12-04T21:09:12.985Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/244@tmp/config3670321037780818044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:09:13.361Z] --> edgex-publish-swagger.sh [2020-12-04T21:09:13.361Z] === Publish openapi/v1 API === [2020-12-04T21:09:13.361Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-04T21:09:13.361Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-04T21:09:13.361Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:13.361Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:14.308Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9212 0:00:01 0:00:01 --:--:-- 9220 100 10521 0 0 100 10521 0 9210 0:00:01 0:00:01 --:--:-- 9220 [2020-12-04T21:09:14.309Z] [2020-12-04T21:09:14.309Z] [2020-12-04T21:09:14.309Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-04T21:09:14.309Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:14.309Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:15.697Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28887 0:00:01 0:00:01 --:--:-- 28912 100 32556 0 0 100 32556 0 28883 0:00:01 0:00:01 --:--:-- 28887 [2020-12-04T21:09:15.697Z] [2020-12-04T21:09:15.697Z] [2020-12-04T21:09:15.697Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-04T21:09:15.697Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:15.697Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:16.644Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 63256 0:00:01 0:00:01 --:--:-- 63224 100 73720 0 0 100 73720 0 63245 0:00:01 0:00:01 --:--:-- 63224 [2020-12-04T21:09:16.644Z] [2020-12-04T21:09:16.644Z] [2020-12-04T21:09:16.644Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-04T21:09:16.644Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:16.644Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:18.035Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12848 0:00:01 0:00:01 --:--:-- 12859 100 13580 0 0 100 13580 0 12846 0:00:01 0:00:01 --:--:-- 12859 [2020-12-04T21:09:18.035Z] [2020-12-04T21:09:18.035Z] [2020-12-04T21:09:18.035Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-04T21:09:18.035Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:18.035Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:18.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32299 0:00:01 0:00:01 --:--:-- 32326 100 38889 0 0 100 38889 0 32291 0:00:01 0:00:01 --:--:-- 32299 [2020-12-04T21:09:18.983Z] [2020-12-04T21:09:18.983Z] [2020-12-04T21:09:18.983Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-04T21:09:18.983Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:18.983Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:20.374Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13009 0:00:01 0:00:01 --:--:-- 13011 100 14248 0 0 100 14248 0 13007 0:00:01 0:00:01 --:--:-- 13011 [2020-12-04T21:09:20.374Z] [2020-12-04T21:09:20.374Z] [2020-12-04T21:09:20.374Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-04T21:09:20.374Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:20.374Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:21.320Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3730 0:00:01 0:00:01 --:--:-- 3732 100 4109 0 0 100 4109 0 3729 0:00:01 0:00:01 --:--:-- 3732 [2020-12-04T21:09:21.320Z] [2020-12-04T21:09:21.320Z] [2020-12-04T21:09:21.320Z] === Publish openapi/v2 API === [2020-12-04T21:09:21.320Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-04T21:09:21.320Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-04T21:09:21.320Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:21.320Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:22.267Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 28686 0:00:01 0:00:01 --:--:-- 28702 100 29535 0 0 100 29535 0 28681 0:00:01 0:00:01 --:--:-- 28702 [2020-12-04T21:09:22.267Z] [2020-12-04T21:09:22.267Z] [2020-12-04T21:09:22.267Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-04T21:09:22.267Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:22.267Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:23.655Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65735 0 0 100 65735 0 58125 0:00:01 0:00:01 --:--:-- 58172 100 65735 0 0 100 65735 0 58114 0:00:01 0:00:01 --:--:-- 58172 [2020-12-04T21:09:23.655Z] [2020-12-04T21:09:23.655Z] [2020-12-04T21:09:23.655Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-04T21:09:23.655Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:23.655Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:24.600Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 119k 0 0 100 119k 0 99312 0:00:01 0:00:01 --:--:-- 99325 [2020-12-04T21:09:24.600Z] [2020-12-04T21:09:24.600Z] [2020-12-04T21:09:24.600Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-04T21:09:24.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:24.600Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:25.998Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20060 0:00:01 0:00:01 --:--:-- 20077 100 23691 0 0 100 23691 0 20057 0:00:01 0:00:01 --:--:-- 20077 [2020-12-04T21:09:25.998Z] [2020-12-04T21:09:25.998Z] [2020-12-04T21:09:25.998Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-04T21:09:25.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:25.998Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:27.011Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 53828 0:00:01 0:00:01 --:--:-- 53858 100 62691 0 0 100 62691 0 53813 0:00:01 0:00:01 --:--:-- 53858 [2020-12-04T21:09:27.011Z] [2020-12-04T21:09:27.011Z] [2020-12-04T21:09:27.011Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-04T21:09:27.011Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:27.011Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:28.442Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 37590 0:00:01 0:00:01 --:--:-- 37620 100 46198 0 0 100 46198 0 37507 0:00:01 0:00:01 --:--:-- 37528 [2020-12-04T21:09:28.442Z] [2020-12-04T21:09:28.442Z] [2020-12-04T21:09:28.442Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-04T21:09:28.442Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T21:09:28.442Z] Dload Upload Total Spent Left Speed [2020-12-04T21:09:29.388Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20455 0:00:01 0:00:01 --:--:-- 20470 100 23725 0 0 100 23725 0 20452 0:00:01 0:00:01 --:--:-- 20470 [2020-12-04T21:09:29.388Z] [2020-12-04T21:09:29.388Z] [Pipeline] } [2020-12-04T21:09:29.398Z] 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 [2020-12-04T21:09:30.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T21:09:30.202Z] . [Pipeline] withDockerContainer [2020-12-04T21:09:30.325Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:09:30.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T21:09:31.270Z] $ docker top ae280f299c8064bcf210f3c014244bdb4d06c31f2f72d2572593c20f1d5c412e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T21:09:31.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T21:09:31.599Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T21:09:31.877Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T21:09:31.882Z] $ docker exec ae280f299c8064bcf210f3c014244bdb4d06c31f2f72d2572593c20f1d5c412e ssh-agent [2020-12-04T21:09:32.083Z] SSH_AUTH_SOCK=/tmp/ssh-TYxZ7RSgb9Tp/agent.11 [2020-12-04T21:09:32.084Z] SSH_AGENT_PID=16 [2020-12-04T21:09:32.092Z] Running ssh-add (command line suppressed) [2020-12-04T21:09:32.243Z] Identity added: /w/workspace/edgex-go/244@tmp/private_key_2420160354286966979.key (/w/workspace/edgex-go/244@tmp/private_key_2420160354286966979.key) [2020-12-04T21:09:32.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T21:09:32.661Z] + git semver tag [2020-12-04T21:09:32.924Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T21:09:32.924Z] # $GIT_DIR = /w/workspace/edgex-go/244/.git [2020-12-04T21:09:32.924Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/244 [2020-12-04T21:09:32.924Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T21:09:32.924Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T21:09:32.924Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T21:09:32.924Z] # $SEMVER_BRANCH = master [2020-12-04T21:09:32.924Z] # $SEMVER_DIR = /w/workspace/edgex-go/244/.semver [2020-12-04T21:09:32.924Z] # f155a7c6506425abdabefc4c4caef6dce7961eb8 HEAD [2020-12-04T21:09:33.509Z] # -> Force: false [2020-12-04T21:09:33.509Z] # 09c35808c59a73778204c3ddc5586d6b40cf4b9e refs/tags/v2.0.0-dev.2 [Pipeline] } [2020-12-04T21:09:33.535Z] $ docker exec --env ******** --env ******** ae280f299c8064bcf210f3c014244bdb4d06c31f2f72d2572593c20f1d5c412e ssh-agent -k [2020-12-04T21:09:33.699Z] unset SSH_AUTH_SOCK; [2020-12-04T21:09:33.700Z] unset SSH_AGENT_PID; [2020-12-04T21:09:33.700Z] echo Agent pid 16 killed; [2020-12-04T21:09:33.781Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T21:09:34.266Z] + git semver [Pipeline] } [2020-12-04T21:09:34.291Z] $ docker stop --time=1 ae280f299c8064bcf210f3c014244bdb4d06c31f2f72d2572593c20f1d5c412e [2020-12-04T21:09:35.725Z] $ docker rm -f ae280f299c8064bcf210f3c014244bdb4d06c31f2f72d2572593c20f1d5c412e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:09:36.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T21:09:36.370Z] [2020-12-04T21:09:36.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:09:36.732Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T21:09:36.732Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-04T21:09:36.732Z] ab5ef0e58194: Pulling fs layer [2020-12-04T21:09:36.732Z] 9712f1f96733: Pulling fs layer [2020-12-04T21:09:36.732Z] 63f879dbbcfc: Pulling fs layer [2020-12-04T21:09:36.732Z] 0d9ebad4ef96: Pulling fs layer [2020-12-04T21:09:36.732Z] e9a5061849ea: Pulling fs layer [2020-12-04T21:09:36.732Z] d747dcd14b5f: Pulling fs layer [2020-12-04T21:09:36.732Z] 2de7ff778b66: Pulling fs layer [2020-12-04T21:09:36.732Z] 0d9ebad4ef96: Waiting [2020-12-04T21:09:36.732Z] e9a5061849ea: Waiting [2020-12-04T21:09:36.732Z] d747dcd14b5f: Waiting [2020-12-04T21:09:36.732Z] 9712f1f96733: Download complete [2020-12-04T21:09:38.665Z] 63f879dbbcfc: Verifying Checksum [2020-12-04T21:09:38.665Z] 63f879dbbcfc: Download complete [2020-12-04T21:09:38.665Z] e9a5061849ea: Verifying Checksum [2020-12-04T21:09:38.665Z] e9a5061849ea: Download complete [2020-12-04T21:09:38.665Z] d747dcd14b5f: Verifying Checksum [2020-12-04T21:09:38.665Z] d747dcd14b5f: Download complete [2020-12-04T21:09:38.929Z] 2de7ff778b66: Verifying Checksum [2020-12-04T21:09:38.929Z] 2de7ff778b66: Download complete [2020-12-04T21:09:39.504Z] 0d9ebad4ef96: Verifying Checksum [2020-12-04T21:09:39.504Z] 0d9ebad4ef96: Download complete [2020-12-04T21:09:39.504Z] ab5ef0e58194: Verifying Checksum [2020-12-04T21:09:39.504Z] ab5ef0e58194: Download complete [2020-12-04T21:09:46.138Z] ab5ef0e58194: Pull complete [2020-12-04T21:09:46.138Z] 9712f1f96733: Pull complete [2020-12-04T21:09:47.531Z] 63f879dbbcfc: Pull complete [2020-12-04T21:09:55.741Z] 0d9ebad4ef96: Pull complete [2020-12-04T21:09:57.171Z] e9a5061849ea: Pull complete [2020-12-04T21:09:57.432Z] d747dcd14b5f: Pull complete [2020-12-04T21:10:00.807Z] 2de7ff778b66: Pull complete [2020-12-04T21:10:00.807Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-04T21:10:00.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T21:10:00.807Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-04T21:10:01.033Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:10:01.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-04T21:10:05.412Z] $ docker top b8b4192792e2cf79804a3be3212b9fcae647f0fdbf6b4b6b76b9d241e814d8df -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-04T21:10:05.737Z] provisioning config files... [2020-12-04T21:10:05.751Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/244@tmp/config8988997717820854022tmp [2020-12-04T21:10:05.772Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/244@tmp/config2632500315339196253tmp [2020-12-04T21:10:05.793Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/244@tmp/config188207433274443158tmp [Pipeline] { [Pipeline] echo [2020-12-04T21:10:05.846Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:10:06.158Z] ---> sigul-configuration.sh [2020-12-04T21:10:06.158Z] gpg: directory `/root/.gnupg' created [2020-12-04T21:10:06.158Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-04T21:10:06.158Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-04T21:10:06.158Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-04T21:10:06.158Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-04T21:10:06.158Z] gpg: CAST5 encrypted data [2020-12-04T21:10:06.422Z] gpg: encrypted with 1 passphrase [2020-12-04T21:10:06.422Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-04T21:10:06.724Z] + mkdir /home/jenkins [2020-12-04T21:10:06.724Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-04T21:10:07.027Z] + 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 [2020-12-04T21:10:07.039Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:10:07.344Z] ---> sigul-install.sh [2020-12-04T21:10:12.649Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-04T21:10:12.954Z] + git tag --list [2020-12-04T21:10:12.954Z] 0.6.0 [2020-12-04T21:10:12.954Z] 0.6.1 [2020-12-04T21:10:12.954Z] 0.7.0 [2020-12-04T21:10:12.954Z] 0.7.1 [2020-12-04T21:10:12.954Z] v1.0.0 [2020-12-04T21:10:12.954Z] v1.0.1 [2020-12-04T21:10:12.954Z] v1.1.0 [2020-12-04T21:10:12.954Z] v1.2.0 [2020-12-04T21:10:12.954Z] v1.2.1 [2020-12-04T21:10:12.954Z] v1.2.2-dev.1 [2020-12-04T21:10:12.954Z] v1.2.2-dev.10 [2020-12-04T21:10:12.954Z] v1.2.2-dev.100 [2020-12-04T21:10:12.954Z] v1.2.2-dev.101 [2020-12-04T21:10:12.954Z] v1.2.2-dev.102 [2020-12-04T21:10:12.954Z] v1.2.2-dev.103 [2020-12-04T21:10:12.954Z] v1.2.2-dev.104 [2020-12-04T21:10:12.954Z] v1.2.2-dev.105 [2020-12-04T21:10:12.954Z] v1.2.2-dev.106 [2020-12-04T21:10:12.954Z] v1.2.2-dev.107 [2020-12-04T21:10:12.954Z] v1.2.2-dev.11 [2020-12-04T21:10:12.954Z] v1.2.2-dev.12 [2020-12-04T21:10:12.954Z] v1.2.2-dev.13 [2020-12-04T21:10:12.954Z] v1.2.2-dev.14 [2020-12-04T21:10:12.954Z] v1.2.2-dev.15 [2020-12-04T21:10:12.954Z] v1.2.2-dev.16 [2020-12-04T21:10:12.954Z] v1.2.2-dev.17 [2020-12-04T21:10:12.954Z] v1.2.2-dev.18 [2020-12-04T21:10:12.954Z] v1.2.2-dev.19 [2020-12-04T21:10:12.954Z] v1.2.2-dev.2 [2020-12-04T21:10:12.954Z] v1.2.2-dev.20 [2020-12-04T21:10:12.954Z] v1.2.2-dev.21 [2020-12-04T21:10:12.954Z] v1.2.2-dev.22 [2020-12-04T21:10:12.954Z] v1.2.2-dev.23 [2020-12-04T21:10:12.954Z] v1.2.2-dev.24 [2020-12-04T21:10:12.954Z] v1.2.2-dev.25 [2020-12-04T21:10:12.954Z] v1.2.2-dev.26 [2020-12-04T21:10:12.954Z] v1.2.2-dev.27 [2020-12-04T21:10:12.954Z] v1.2.2-dev.28 [2020-12-04T21:10:12.954Z] v1.2.2-dev.29 [2020-12-04T21:10:12.954Z] v1.2.2-dev.3 [2020-12-04T21:10:12.954Z] v1.2.2-dev.30 [2020-12-04T21:10:12.954Z] v1.2.2-dev.31 [2020-12-04T21:10:12.954Z] v1.2.2-dev.32 [2020-12-04T21:10:12.954Z] v1.2.2-dev.33 [2020-12-04T21:10:12.954Z] v1.2.2-dev.34 [2020-12-04T21:10:12.954Z] v1.2.2-dev.35 [2020-12-04T21:10:12.954Z] v1.2.2-dev.36 [2020-12-04T21:10:12.954Z] v1.2.2-dev.37 [2020-12-04T21:10:12.954Z] v1.2.2-dev.38 [2020-12-04T21:10:12.954Z] v1.2.2-dev.39 [2020-12-04T21:10:12.954Z] v1.2.2-dev.4 [2020-12-04T21:10:12.954Z] v1.2.2-dev.40 [2020-12-04T21:10:12.954Z] v1.2.2-dev.41 [2020-12-04T21:10:12.954Z] v1.2.2-dev.42 [2020-12-04T21:10:12.954Z] v1.2.2-dev.43 [2020-12-04T21:10:12.954Z] v1.2.2-dev.44 [2020-12-04T21:10:12.954Z] v1.2.2-dev.45 [2020-12-04T21:10:12.954Z] v1.2.2-dev.46 [2020-12-04T21:10:12.954Z] v1.2.2-dev.47 [2020-12-04T21:10:12.954Z] v1.2.2-dev.48 [2020-12-04T21:10:12.954Z] v1.2.2-dev.49 [2020-12-04T21:10:12.954Z] v1.2.2-dev.5 [2020-12-04T21:10:12.954Z] v1.2.2-dev.50 [2020-12-04T21:10:12.954Z] v1.2.2-dev.51 [2020-12-04T21:10:12.954Z] v1.2.2-dev.52 [2020-12-04T21:10:12.954Z] v1.2.2-dev.53 [2020-12-04T21:10:12.954Z] v1.2.2-dev.54 [2020-12-04T21:10:12.954Z] v1.2.2-dev.55 [2020-12-04T21:10:12.954Z] v1.2.2-dev.56 [2020-12-04T21:10:12.954Z] v1.2.2-dev.57 [2020-12-04T21:10:12.954Z] v1.2.2-dev.58 [2020-12-04T21:10:12.954Z] v1.2.2-dev.59 [2020-12-04T21:10:12.954Z] v1.2.2-dev.6 [2020-12-04T21:10:12.954Z] v1.2.2-dev.60 [2020-12-04T21:10:12.954Z] v1.2.2-dev.61 [2020-12-04T21:10:12.954Z] v1.2.2-dev.62 [2020-12-04T21:10:12.954Z] v1.2.2-dev.63 [2020-12-04T21:10:12.954Z] v1.2.2-dev.64 [2020-12-04T21:10:12.954Z] v1.2.2-dev.65 [2020-12-04T21:10:12.954Z] v1.2.2-dev.66 [2020-12-04T21:10:12.954Z] v1.2.2-dev.67 [2020-12-04T21:10:12.954Z] v1.2.2-dev.68 [2020-12-04T21:10:12.954Z] v1.2.2-dev.69 [2020-12-04T21:10:12.954Z] v1.2.2-dev.7 [2020-12-04T21:10:12.954Z] v1.2.2-dev.70 [2020-12-04T21:10:12.954Z] v1.2.2-dev.71 [2020-12-04T21:10:12.954Z] v1.2.2-dev.72 [2020-12-04T21:10:12.954Z] v1.2.2-dev.73 [2020-12-04T21:10:12.954Z] v1.2.2-dev.74 [2020-12-04T21:10:12.954Z] v1.2.2-dev.75 [2020-12-04T21:10:12.954Z] v1.2.2-dev.76 [2020-12-04T21:10:12.954Z] v1.2.2-dev.77 [2020-12-04T21:10:12.954Z] v1.2.2-dev.78 [2020-12-04T21:10:12.954Z] v1.2.2-dev.79 [2020-12-04T21:10:12.954Z] v1.2.2-dev.8 [2020-12-04T21:10:12.954Z] v1.2.2-dev.80 [2020-12-04T21:10:12.954Z] v1.2.2-dev.81 [2020-12-04T21:10:12.954Z] v1.2.2-dev.82 [2020-12-04T21:10:12.954Z] v1.2.2-dev.83 [2020-12-04T21:10:12.954Z] v1.2.2-dev.84 [2020-12-04T21:10:12.954Z] v1.2.2-dev.85 [2020-12-04T21:10:12.954Z] v1.2.2-dev.86 [2020-12-04T21:10:12.954Z] v1.2.2-dev.87 [2020-12-04T21:10:12.954Z] v1.2.2-dev.88 [2020-12-04T21:10:12.954Z] v1.2.2-dev.89 [2020-12-04T21:10:12.954Z] v1.2.2-dev.9 [2020-12-04T21:10:12.954Z] v1.2.2-dev.90 [2020-12-04T21:10:12.954Z] v1.2.2-dev.91 [2020-12-04T21:10:12.954Z] v1.2.2-dev.92 [2020-12-04T21:10:12.954Z] v1.2.2-dev.93 [2020-12-04T21:10:12.954Z] v1.2.2-dev.94 [2020-12-04T21:10:12.954Z] v1.2.2-dev.95 [2020-12-04T21:10:12.954Z] v1.2.2-dev.96 [2020-12-04T21:10:12.954Z] v1.2.2-dev.97 [2020-12-04T21:10:12.954Z] v1.2.2-dev.98 [2020-12-04T21:10:12.954Z] v1.2.2-dev.99 [2020-12-04T21:10:12.954Z] v1.3.0 [2020-12-04T21:10:12.954Z] v1.3.1-dev.1 [2020-12-04T21:10:12.954Z] v1.3.1-dev.10 [2020-12-04T21:10:12.954Z] v1.3.1-dev.11 [2020-12-04T21:10:12.954Z] v1.3.1-dev.12 [2020-12-04T21:10:12.954Z] v1.3.1-dev.13 [2020-12-04T21:10:12.954Z] v1.3.1-dev.14 [2020-12-04T21:10:12.954Z] v1.3.1-dev.15 [2020-12-04T21:10:12.954Z] v1.3.1-dev.16 [2020-12-04T21:10:12.954Z] v1.3.1-dev.17 [2020-12-04T21:10:12.954Z] v1.3.1-dev.18 [2020-12-04T21:10:12.954Z] v1.3.1-dev.2 [2020-12-04T21:10:12.954Z] v1.3.1-dev.3 [2020-12-04T21:10:12.954Z] v1.3.1-dev.4 [2020-12-04T21:10:12.955Z] v1.3.1-dev.5 [2020-12-04T21:10:12.955Z] v1.3.1-dev.6 [2020-12-04T21:10:12.955Z] v1.3.1-dev.7 [2020-12-04T21:10:12.955Z] v1.3.1-dev.8 [2020-12-04T21:10:12.955Z] v1.3.1-dev.9 [2020-12-04T21:10:12.955Z] v2.0.0-dev.1 [2020-12-04T21:10:12.955Z] v2.0.0-dev.2 [Pipeline] sh [2020-12-04T21:10:13.260Z] + lftools sign git-tag v2.0.0-dev.2 [2020-12-04T21:10:14.656Z] Signing Git tag with Sigul... [2020-12-04T21:10:14.656Z] Signing v2.0.0-dev.2 [Pipeline] echo [2020-12-04T21:10:16.597Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:10:16.895Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-04T21:10:16.906Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-04T21:10:17.030Z] $ docker stop --time=1 b8b4192792e2cf79804a3be3212b9fcae647f0fdbf6b4b6b76b9d241e814d8df [2020-12-04T21:10:19.056Z] $ docker rm -f b8b4192792e2cf79804a3be3212b9fcae647f0fdbf6b4b6b76b9d241e814d8df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:10:19.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T21:10:19.886Z] . [Pipeline] withDockerContainer [2020-12-04T21:10:19.992Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:10:20.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T21:10:20.846Z] $ docker top cfcf7e22b2aa62d9aaf59eeb4285dbe5f6acd1ef1da04c52c63cdc2731654d00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T21:10:21.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T21:10:21.191Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T21:10:21.399Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T21:10:21.404Z] $ docker exec cfcf7e22b2aa62d9aaf59eeb4285dbe5f6acd1ef1da04c52c63cdc2731654d00 ssh-agent [2020-12-04T21:10:21.616Z] SSH_AUTH_SOCK=/tmp/ssh-t2pjihrI0YIP/agent.12 [2020-12-04T21:10:21.616Z] SSH_AGENT_PID=17 [2020-12-04T21:10:21.624Z] Running ssh-add (command line suppressed) [2020-12-04T21:10:21.774Z] Identity added: /w/workspace/edgex-go/244@tmp/private_key_4169163700607708700.key (/w/workspace/edgex-go/244@tmp/private_key_4169163700607708700.key) [2020-12-04T21:10:21.848Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T21:10:22.188Z] + git semver bump pre [2020-12-04T21:10:22.189Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T21:10:22.189Z] # $GIT_DIR = /w/workspace/edgex-go/244/.git [2020-12-04T21:10:22.189Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/244 [2020-12-04T21:10:22.189Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T21:10:22.189Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T21:10:22.189Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T21:10:22.189Z] # $SEMVER_BRANCH = master [2020-12-04T21:10:22.189Z] # $SEMVER_DIR = /w/workspace/edgex-go/244/.semver [2020-12-04T21:10:22.189Z] 2.0.0-dev.3 [Pipeline] } [2020-12-04T21:10:22.203Z] $ docker exec --env ******** --env ******** cfcf7e22b2aa62d9aaf59eeb4285dbe5f6acd1ef1da04c52c63cdc2731654d00 ssh-agent -k [2020-12-04T21:10:22.345Z] unset SSH_AUTH_SOCK; [2020-12-04T21:10:22.345Z] unset SSH_AGENT_PID; [2020-12-04T21:10:22.345Z] echo Agent pid 17 killed; [2020-12-04T21:10:22.402Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T21:10:22.893Z] + git semver [Pipeline] } [2020-12-04T21:10:22.911Z] $ docker stop --time=1 cfcf7e22b2aa62d9aaf59eeb4285dbe5f6acd1ef1da04c52c63cdc2731654d00 [2020-12-04T21:10:24.280Z] $ docker rm -f cfcf7e22b2aa62d9aaf59eeb4285dbe5f6acd1ef1da04c52c63cdc2731654d00 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:10:24.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T21:10:24.876Z] . [Pipeline] withDockerContainer [2020-12-04T21:10:24.990Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:10:25.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T21:10:25.837Z] $ docker top f8a4a501f65966d63b27e199c141a4ab9902fd8602e50691d730504900304239 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T21:10:26.329Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T21:10:26.329Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T21:10:26.573Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T21:10:26.578Z] $ docker exec f8a4a501f65966d63b27e199c141a4ab9902fd8602e50691d730504900304239 ssh-agent [2020-12-04T21:10:26.796Z] SSH_AUTH_SOCK=/tmp/ssh-lQPHTUgXJfbn/agent.13 [2020-12-04T21:10:26.797Z] SSH_AGENT_PID=18 [2020-12-04T21:10:26.805Z] Running ssh-add (command line suppressed) [2020-12-04T21:10:26.966Z] Identity added: /w/workspace/edgex-go/244@tmp/private_key_2824094807857767503.key (/w/workspace/edgex-go/244@tmp/private_key_2824094807857767503.key) [2020-12-04T21:10:27.041Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T21:10:27.377Z] + git semver push [2020-12-04T21:10:27.377Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T21:10:27.377Z] # $GIT_DIR = /w/workspace/edgex-go/244/.git [2020-12-04T21:10:27.377Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/244 [2020-12-04T21:10:27.377Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T21:10:27.377Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T21:10:27.377Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T21:10:27.377Z] # $SEMVER_BRANCH = master [2020-12-04T21:10:27.377Z] # $SEMVER_DIR = /w/workspace/edgex-go/244/.semver [Pipeline] } [2020-12-04T21:10:39.637Z] $ docker exec --env ******** --env ******** f8a4a501f65966d63b27e199c141a4ab9902fd8602e50691d730504900304239 ssh-agent -k [2020-12-04T21:10:39.766Z] unset SSH_AUTH_SOCK; [2020-12-04T21:10:39.766Z] unset SSH_AGENT_PID; [2020-12-04T21:10:39.766Z] echo Agent pid 18 killed; [2020-12-04T21:10:39.822Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T21:10:40.419Z] + git semver [Pipeline] } [2020-12-04T21:10:40.466Z] $ docker stop --time=1 f8a4a501f65966d63b27e199c141a4ab9902fd8602e50691d730504900304239 [2020-12-04T21:10:41.861Z] $ docker rm -f f8a4a501f65966d63b27e199c141a4ab9902fd8602e50691d730504900304239 [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 [2020-12-04T21:10:43.165Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:10:44.050Z] ---> package-listing.sh [2020-12-04T21:10:44.051Z] ++ facter osfamily [2020-12-04T21:10:44.051Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-04T21:10:44.051Z] + OS_FAMILY=redhat [2020-12-04T21:10:44.051Z] + workspace=/w/workspace/edgex-go/244 [2020-12-04T21:10:44.051Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-04T21:10:44.051Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-04T21:10:44.051Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-04T21:10:44.051Z] + PACKAGES=/tmp/packages_start.txt [2020-12-04T21:10:44.051Z] + '[' /w/workspace/edgex-go/244 ']' [2020-12-04T21:10:44.051Z] + PACKAGES=/tmp/packages_end.txt [2020-12-04T21:10:44.051Z] + case "${OS_FAMILY}" in [2020-12-04T21:10:44.314Z] + rpm -qa [2020-12-04T21:10:44.314Z] + sort [2020-12-04T21:10:48.528Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-04T21:10:48.528Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-04T21:10:48.528Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-04T21:10:48.528Z] + '[' /w/workspace/edgex-go/244 ']' [2020-12-04T21:10:48.528Z] + mkdir -p /w/workspace/edgex-go/244/archives/ [2020-12-04T21:10:48.528Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/244/archives/ [Pipeline] echo [2020-12-04T21:10:48.541Z] 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/244/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-04T21:10:48.849Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:10:49.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T21:10:49.153Z] [2020-12-04T21:10:49.153Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-04T21:10:49.498Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T21:10:49.498Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-04T21:10:49.498Z] df20fa9351a1: Pulling fs layer [2020-12-04T21:10:49.498Z] 36b3adc4ff6f: Pulling fs layer [2020-12-04T21:10:49.498Z] 8ad3a11d3b57: Pulling fs layer [2020-12-04T21:10:49.498Z] 46f8f816bc3b: Pulling fs layer [2020-12-04T21:10:49.498Z] 93b61091891f: Pulling fs layer [2020-12-04T21:10:49.498Z] 93b9cdb0e59b: Pulling fs layer [2020-12-04T21:10:49.498Z] 5e14af77c1be: Pulling fs layer [2020-12-04T21:10:49.498Z] 01666e4c0597: Pulling fs layer [2020-12-04T21:10:49.498Z] aa168da1d23b: Pulling fs layer [2020-12-04T21:10:49.498Z] 93b9cdb0e59b: Waiting [2020-12-04T21:10:49.498Z] 01666e4c0597: Waiting [2020-12-04T21:10:49.498Z] 5e14af77c1be: Waiting [2020-12-04T21:10:49.498Z] aa168da1d23b: Waiting [2020-12-04T21:10:49.498Z] 46f8f816bc3b: Waiting [2020-12-04T21:10:49.498Z] 93b61091891f: Waiting [2020-12-04T21:10:49.498Z] 36b3adc4ff6f: Verifying Checksum [2020-12-04T21:10:49.498Z] 36b3adc4ff6f: Download complete [2020-12-04T21:10:49.498Z] 46f8f816bc3b: Verifying Checksum [2020-12-04T21:10:49.498Z] 46f8f816bc3b: Download complete [2020-12-04T21:10:49.498Z] df20fa9351a1: Verifying Checksum [2020-12-04T21:10:49.498Z] df20fa9351a1: Download complete [2020-12-04T21:10:49.761Z] 93b9cdb0e59b: Verifying Checksum [2020-12-04T21:10:49.761Z] 93b9cdb0e59b: Download complete [2020-12-04T21:10:49.761Z] 5e14af77c1be: Verifying Checksum [2020-12-04T21:10:49.761Z] 5e14af77c1be: Download complete [2020-12-04T21:10:49.761Z] 01666e4c0597: Verifying Checksum [2020-12-04T21:10:49.761Z] 01666e4c0597: Download complete [2020-12-04T21:10:49.761Z] 93b61091891f: Verifying Checksum [2020-12-04T21:10:49.761Z] 93b61091891f: Download complete [2020-12-04T21:10:49.761Z] 8ad3a11d3b57: Verifying Checksum [2020-12-04T21:10:49.761Z] 8ad3a11d3b57: Download complete [2020-12-04T21:10:50.024Z] df20fa9351a1: Pull complete [2020-12-04T21:10:50.024Z] 36b3adc4ff6f: Pull complete [2020-12-04T21:10:50.973Z] 8ad3a11d3b57: Pull complete [2020-12-04T21:10:51.234Z] 46f8f816bc3b: Pull complete [2020-12-04T21:10:51.807Z] aa168da1d23b: Verifying Checksum [2020-12-04T21:10:51.807Z] aa168da1d23b: Download complete [2020-12-04T21:10:52.763Z] 93b61091891f: Pull complete [2020-12-04T21:10:52.763Z] 93b9cdb0e59b: Pull complete [2020-12-04T21:10:52.763Z] 5e14af77c1be: Pull complete [2020-12-04T21:10:53.032Z] 01666e4c0597: Pull complete [2020-12-04T21:11:01.238Z] aa168da1d23b: Pull complete [2020-12-04T21:11:01.238Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-04T21:11:01.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T21:11:01.238Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-04T21:11:01.480Z] prd-centos7-docker-4c-2g-14528 does not seem to be running inside a container [2020-12-04T21:11:01.532Z] $ 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/244/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/244 -v /w/workspace/edgex-go/244:/w/workspace/edgex-go/244:rw,z -v /w/workspace/edgex-go/244@tmp:/w/workspace/edgex-go/244@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-04T21:11:04.537Z] $ docker top 3fb3df4f03d52023282a26b7f3ae62d213a9d6add9b12277b240e92d069219ac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T21:11:05.086Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-04T21:11:05.386Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-04T21:11:05.685Z] + ls /var/log/sa-host [2020-12-04T21:11:05.685Z] + sadf -c /var/log/sa-host/sa04 [2020-12-04T21:11:05.685Z] file_magic: OK [2020-12-04T21:11:05.685Z] HZ: Using current value: 100 [2020-12-04T21:11:05.685Z] file_header: OK [2020-12-04T21:11:05.685Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-04T21:11:05.685Z] Statistics: [2020-12-04T21:11:05.685Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-04T21:11:05.685Z] File successfully converted to sysstat format version 12.2.1 [2020-12-04T21:11:05.685Z] + sadf -c /var/log/sa-host/sa23 [2020-12-04T21:11:05.685Z] file_magic: OK [2020-12-04T21:11:05.685Z] HZ: Using current value: 100 [2020-12-04T21:11:05.685Z] file_header: OK [2020-12-04T21:11:05.685Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-04T21:11:05.685Z] Statistics: [2020-12-04T21:11:05.685Z] Hnuu...uuuununununu... [2020-12-04T21:11:05.685Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-04T21:11:06.289Z] provisioning config files... [2020-12-04T21:11:06.307Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/244@tmp/config3102638176861999494tmp [Pipeline] { [Pipeline] echo [2020-12-04T21:11:06.379Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:11:06.739Z] ---> create-netrc.sh [Pipeline] } [2020-12-04T21:11:06.752Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-04T21:11:06.867Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:11:07.165Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-04T21:11:07.177Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:11:07.499Z] ---> sudo-logs.sh [2020-12-04T21:11:07.499Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-04T21:11:07.512Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:11:07.815Z] ---> job-cost.sh [2020-12-04T21:11:07.815Z] lf-activate-venv: SKIPPING [2020-12-04T21:11:07.815Z] INFO: No Stack... [2020-12-04T21:11:09.206Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-04T21:11:09.781Z] INFO: Archiving Costs [Pipeline] echo [2020-12-04T21:11:09.795Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T21:11:10.095Z] ---> logs-deploy.sh [2020-12-04T21:11:10.095Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/244 [2020-12-04T21:11:10.095Z] INFO: archiving workspace using pattern(s): [2020-12-04T21:11:11.487Z] Archives upload complete. [2020-12-04T21:11:11.751Z] INFO: archiving logs to Nexus [2020-12-04T21:11:12.699Z] ---> uname -a: [2020-12-04T21:11:12.699Z] Linux prd-centos7-docker-4c-2g-14528.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-04T21:11:12.699Z] [2020-12-04T21:11:12.699Z]