Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 48f292ecce04635bad45b2dac08c505f02e60d07 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21834 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/312 [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/312 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 48f292ecce04635bad45b2dac08c505f02e60d07 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 Commit message: "Merge pull request #3051 from lenny-intel/ApiVersion" > git rev-list --no-walk ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T02:32:01.943Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T02:32:02.224Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T02:32:02.424Z] ========================================================= [2021-01-21T02:32:02.424Z] EdgeX Global Pipelines Version Info [2021-01-21T02:32:02.424Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:32:03.989Z] ------------------- [2021-01-21T02:32:03.989Z] stable info: [2021-01-21T02:32:03.989Z] ------------------- [2021-01-21T02:32:03.989Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T02:32:03.989Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T02:32:03.989Z] Message: update stable to v1.0.179 [2021-01-21T02:32:05.389Z] ------------------- [2021-01-21T02:32:05.389Z] experimental info: [2021-01-21T02:32:05.389Z] ------------------- [2021-01-21T02:32:05.389Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T02:32:05.389Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T02:32:05.389Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T02:32:05.696Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-21T02:32:05.801Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-21T02:32:05.914Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T02:32:06.015Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T02:32:06.108Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T02:32:06.206Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T02:32:06.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T02:32:06.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-21T02:32:06.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-21T02:32:06.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-21T02:32:06.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T02:32:06.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T02:32:07.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T02:32:07.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T02:32:07.245Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T02:32:07.337Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T02:32:07.433Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T02:32:07.556Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T02:32:07.649Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-21T02:32:07.743Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-21T02:32:07.839Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-21T02:32:07.953Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T02:32:08.049Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T02:32:08.153Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-21T02:32:08.249Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-21T02:32:08.339Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-21T02:32:08.436Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] echo [2021-01-21T02:32:08.527Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 48f292e [Pipeline] echo [2021-01-21T02:32:08.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:32:08.834Z] provisioning config files... [2021-01-21T02:32:08.869Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/312@tmp/config6754191411255981272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:32:09.252Z] ---> docker-login.sh [2021-01-21T02:32:09.252Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:32:09.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:32:09.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:32:09.787Z] Configure a credential helper to remove this warning. See [2021-01-21T02:32:09.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:32:09.787Z] [2021-01-21T02:32:09.787Z] Login Succeeded [2021-01-21T02:32:09.787Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:32:09.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:32:10.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:32:10.051Z] Configure a credential helper to remove this warning. See [2021-01-21T02:32:10.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:32:10.051Z] [2021-01-21T02:32:10.051Z] Login Succeeded [2021-01-21T02:32:10.051Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:32:10.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:32:10.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:32:10.051Z] Configure a credential helper to remove this warning. See [2021-01-21T02:32:10.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:32:10.051Z] [2021-01-21T02:32:10.051Z] Login Succeeded [2021-01-21T02:32:10.051Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:32:10.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:32:10.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:32:10.314Z] Configure a credential helper to remove this warning. See [2021-01-21T02:32:10.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:32:10.314Z] [2021-01-21T02:32:10.314Z] Login Succeeded [2021-01-21T02:32:10.314Z] docker.io [2021-01-21T02:32:10.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:32:10.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:32:10.578Z] Configure a credential helper to remove this warning. See [2021-01-21T02:32:10.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:32:10.578Z] [2021-01-21T02:32:10.578Z] Login Succeeded [2021-01-21T02:32:10.578Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:32:10.590Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T02:32:11.116Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-21T02:32:11.116Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T02:32:11.116Z] ++ dirname cmd/core-command/Dockerfile [2021-01-21T02:32:11.116Z] ++ cut -d/ -f2 [2021-01-21T02:32:11.116Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-21T02:32:11.116Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T02:32:11.116Z] ++ dirname cmd/core-data/Dockerfile [2021-01-21T02:32:11.116Z] ++ cut -d/ -f2 [2021-01-21T02:32:11.116Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-21T02:32:11.116Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T02:32:11.116Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-21T02:32:11.116Z] ++ cut -d/ -f2 [2021-01-21T02:32:11.116Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-21T02:32:11.116Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T02:32:11.116Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-21T02:32:11.116Z] ++ cut -d/ -f2 [2021-01-21T02:32:11.116Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-21T02:32:11.116Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T02:32:11.116Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-21T02:32:11.116Z] ++ cut -d/ -f2 [2021-01-21T02:32:11.116Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-21T02:32:11.116Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T02:32:11.116Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-21T02:32:11.116Z] ++ cut -d/ -f2 [2021-01-21T02:32:11.116Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-21T02:32:11.116Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T02:32:11.116Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-21T02:32:11.116Z] ++ cut -d/ -f2 [2021-01-21T02:32:11.116Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-21T02:32:11.116Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T02:32:11.116Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-21T02:32:11.116Z] ++ cut -d/ -f2 [2021-01-21T02:32:11.116Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-21T02:32:11.116Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T02:32:11.116Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-21T02:32:11.116Z] ++ cut -d/ -f2 [2021-01-21T02:32:11.116Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-21T02:32:11.192Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:32:12.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:32:12.748Z] [2021-01-21T02:32:12.748Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:32:13.102Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:32:13.102Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T02:32:13.102Z] 31603596830f: Pulling fs layer [2021-01-21T02:32:13.102Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T02:32:13.102Z] 6ca5941a6612: Pulling fs layer [2021-01-21T02:32:13.102Z] ecc8261a40a4: Pulling fs layer [2021-01-21T02:32:13.102Z] ecc8261a40a4: Waiting [2021-01-21T02:32:13.368Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T02:32:13.368Z] 2a8b12db71e7: Download complete [2021-01-21T02:32:13.642Z] 31603596830f: Verifying Checksum [2021-01-21T02:32:13.642Z] 31603596830f: Download complete [2021-01-21T02:32:13.642Z] ecc8261a40a4: Verifying Checksum [2021-01-21T02:32:13.642Z] ecc8261a40a4: Download complete [2021-01-21T02:32:13.642Z] 6ca5941a6612: Verifying Checksum [2021-01-21T02:32:13.642Z] 6ca5941a6612: Download complete [2021-01-21T02:32:13.907Z] 31603596830f: Pull complete [2021-01-21T02:32:13.907Z] 2a8b12db71e7: Pull complete [2021-01-21T02:32:14.857Z] 6ca5941a6612: Pull complete [2021-01-21T02:32:15.120Z] ecc8261a40a4: Pull complete [2021-01-21T02:32:15.120Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T02:32:15.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:32:15.120Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T02:32:15.226Z] prd-centos7-docker-4c-2g-21834 does not seem to be running inside a container [2021-01-21T02:32:15.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T02:32:17.795Z] $ docker top 208e0fd9216e851f9dd14db8d5d1751a87a16a8aebee1bb3dd06149304fdc5c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T02:32:18.212Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T02:32:18.212Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T02:32:18.443Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T02:32:18.449Z] $ docker exec 208e0fd9216e851f9dd14db8d5d1751a87a16a8aebee1bb3dd06149304fdc5c6 ssh-agent [2021-01-21T02:32:18.607Z] SSH_AUTH_SOCK=/tmp/ssh-dMwQEoLPJcfE/agent.11 [2021-01-21T02:32:18.607Z] SSH_AGENT_PID=17 [2021-01-21T02:32:18.620Z] Running ssh-add (command line suppressed) [2021-01-21T02:32:18.737Z] Identity added: /w/workspace/edgex-go/312@tmp/private_key_989838377080213335.key (/w/workspace/edgex-go/312@tmp/private_key_989838377080213335.key) [2021-01-21T02:32:18.786Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T02:32:19.120Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T02:32:19.141Z] $ docker exec --env ******** --env ******** 208e0fd9216e851f9dd14db8d5d1751a87a16a8aebee1bb3dd06149304fdc5c6 ssh-agent -k [2021-01-21T02:32:19.255Z] unset SSH_AUTH_SOCK; [2021-01-21T02:32:19.255Z] unset SSH_AGENT_PID; [2021-01-21T02:32:19.255Z] echo Agent pid 17 killed; [2021-01-21T02:32:19.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T02:32:19.441Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T02:32:19.441Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T02:32:19.600Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T02:32:19.605Z] $ docker exec 208e0fd9216e851f9dd14db8d5d1751a87a16a8aebee1bb3dd06149304fdc5c6 ssh-agent [2021-01-21T02:32:19.761Z] SSH_AUTH_SOCK=/tmp/ssh-z15adPybvws8/agent.46 [2021-01-21T02:32:19.762Z] SSH_AGENT_PID=51 [2021-01-21T02:32:19.769Z] Running ssh-add (command line suppressed) [2021-01-21T02:32:19.890Z] Identity added: /w/workspace/edgex-go/312@tmp/private_key_7839544423528332381.key (/w/workspace/edgex-go/312@tmp/private_key_7839544423528332381.key) [2021-01-21T02:32:19.943Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T02:32:20.275Z] + git semver init [2021-01-21T02:32:20.275Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T02:32:20.275Z] # $GIT_DIR = /w/workspace/edgex-go/312/.git [2021-01-21T02:32:20.275Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/312 [2021-01-21T02:32:20.275Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T02:32:20.275Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T02:32:20.275Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T02:32:20.275Z] # $SEMVER_BRANCH = master [2021-01-21T02:32:20.275Z] # $SEMVER_TEMP = /tmp/semver-690627667 [2021-01-21T02:32:20.275Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-21T02:32:38.499Z] # '/tmp/semver-690627667' -> '/w/workspace/edgex-go/312/.semver' [2021-01-21T02:32:38.499Z] # -> Force: false [2021-01-21T02:32:38.499Z] # $SEMVER_DIR = /w/workspace/edgex-go/312/.semver [Pipeline] } [2021-01-21T02:32:38.515Z] $ docker exec --env ******** --env ******** 208e0fd9216e851f9dd14db8d5d1751a87a16a8aebee1bb3dd06149304fdc5c6 ssh-agent -k [2021-01-21T02:32:38.775Z] unset SSH_AUTH_SOCK; [2021-01-21T02:32:38.775Z] unset SSH_AGENT_PID; [2021-01-21T02:32:38.775Z] echo Agent pid 51 killed; [2021-01-21T02:32:38.853Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T02:32:39.416Z] + git semver [Pipeline] } [2021-01-21T02:32:39.437Z] $ docker stop --time=1 208e0fd9216e851f9dd14db8d5d1751a87a16a8aebee1bb3dd06149304fdc5c6 [2021-01-21T02:32:41.095Z] $ docker rm -f 208e0fd9216e851f9dd14db8d5d1751a87a16a8aebee1bb3dd06149304fdc5c6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T02:32:41.706Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T02:32:42.218Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T02:32:42.221Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.49 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:32:43.134Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:32:43.439Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:32:43.760Z] + sudo service docker restart [2021-01-21T02:32:43.760Z] + true [2021-01-21T02:32:43.760Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-21T02:32:44.368Z] ========================================================= [2021-01-21T02:32:44.368Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T02:32:44.368Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:32:44.736Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-21T02:32:50.118Z] Sending build context to Docker daemon 327.6MB [2021-01-21T02:32:50.118Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:32:50.118Z] Step 2/6 : FROM ${BASE} [2021-01-21T02:32:50.118Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T02:32:50.118Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T02:32:50.118Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T02:32:50.118Z] de9db76c5a1d: Pulling fs layer [2021-01-21T02:32:50.118Z] bca2f99d35d6: Pulling fs layer [2021-01-21T02:32:50.118Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T02:32:50.118Z] 7c6f9722023f: Pulling fs layer [2021-01-21T02:32:50.118Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T02:32:50.118Z] 93359f2a8cfa: Waiting [2021-01-21T02:32:50.118Z] 7c6f9722023f: Waiting [2021-01-21T02:32:50.118Z] a35cf1a2eb13: Waiting [2021-01-21T02:32:50.118Z] bca2f99d35d6: Waiting [2021-01-21T02:32:50.118Z] de9db76c5a1d: Verifying Checksum [2021-01-21T02:32:50.118Z] de9db76c5a1d: Download complete [2021-01-21T02:32:50.118Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T02:32:50.118Z] 0ef7d3d256c8: Download complete [2021-01-21T02:32:50.118Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T02:32:50.118Z] 93359f2a8cfa: Download complete [2021-01-21T02:32:50.118Z] 7c6f9722023f: Verifying Checksum [2021-01-21T02:32:50.118Z] 7c6f9722023f: Download complete [2021-01-21T02:32:50.118Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T02:32:50.118Z] 188c0c94c7c5: Download complete [2021-01-21T02:32:50.118Z] 188c0c94c7c5: Pull complete [2021-01-21T02:32:50.118Z] 0ef7d3d256c8: Pull complete [2021-01-21T02:32:50.118Z] de9db76c5a1d: Pull complete [2021-01-21T02:32:52.062Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T02:32:52.062Z] a35cf1a2eb13: Download complete [2021-01-21T02:32:52.642Z] bca2f99d35d6: Verifying Checksum [2021-01-21T02:32:52.642Z] bca2f99d35d6: Download complete [2021-01-21T02:32:57.620Z] Still waiting to schedule task [2021-01-21T02:32:57.620Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-21T02:32:59.339Z] bca2f99d35d6: Pull complete [2021-01-21T02:32:59.339Z] 93359f2a8cfa: Pull complete [2021-01-21T02:32:59.339Z] 7c6f9722023f: Pull complete [2021-01-21T02:33:03.599Z] a35cf1a2eb13: Pull complete [2021-01-21T02:33:03.599Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T02:33:03.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T02:33:03.599Z] ---> a62c8e92a672 [2021-01-21T02:33:03.599Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-21T02:33:03.599Z] ---> Running in c9a882c2f823 [2021-01-21T02:33:03.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:33:04.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:33:05.121Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T02:33:05.121Z] (2/12) Installing file (5.38-r0) [2021-01-21T02:33:05.384Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T02:33:05.384Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T02:33:11.995Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T02:33:11.995Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T02:33:11.995Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T02:33:11.995Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T02:33:11.995Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T02:33:11.995Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T02:33:11.995Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T02:33:12.262Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T02:33:12.262Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:33:12.262Z] OK: 233 MiB in 51 packages [2021-01-21T02:33:16.502Z] Removing intermediate container c9a882c2f823 [2021-01-21T02:33:16.503Z] ---> 25aa026f75eb [2021-01-21T02:33:16.503Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T02:33:16.503Z] ---> Running in c3fff82de0f9 [2021-01-21T02:33:16.503Z] Removing intermediate container c3fff82de0f9 [2021-01-21T02:33:16.503Z] ---> 8db8133cc39a [2021-01-21T02:33:16.503Z] Step 5/6 : COPY go.mod . [2021-01-21T02:33:16.768Z] ---> 96f09cf72aa3 [2021-01-21T02:33:16.768Z] Step 6/6 : RUN go mod download [2021-01-21T02:33:16.768Z] ---> Running in 3a92ccc5b5a0 [2021-01-21T02:33:38.823Z] Removing intermediate container 3a92ccc5b5a0 [2021-01-21T02:33:38.823Z] ---> 4556475ffc42 [2021-01-21T02:33:38.823Z] Successfully built 4556475ffc42 [2021-01-21T02:33:38.823Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:33:39.140Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T02:33:39.140Z] . [Pipeline] withDockerContainer [2021-01-21T02:33:39.244Z] prd-centos7-docker-4c-2g-21834 does not seem to be running inside a container [2021-01-21T02:33:39.298Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T02:33:40.585Z] $ docker top 0f588ebd7a60cc171c9a4c6c5fca22f69647ebcd548afee69c303db87bdb3a92 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:33:41.073Z] + go version [2021-01-21T02:33:41.073Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T02:33:41.089Z] $ docker stop --time=1 0f588ebd7a60cc171c9a4c6c5fca22f69647ebcd548afee69c303db87bdb3a92 [2021-01-21T02:33:42.463Z] $ docker rm -f 0f588ebd7a60cc171c9a4c6c5fca22f69647ebcd548afee69c303db87bdb3a92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:33:43.361Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T02:33:43.362Z] . [Pipeline] withDockerContainer [2021-01-21T02:33:43.465Z] prd-centos7-docker-4c-2g-21834 does not seem to be running inside a container [2021-01-21T02:33:43.524Z] $ 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/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T02:33:44.210Z] $ docker top 32588bc1cfa5641def0564fab792679df340ef4fcba0102ee7767c5d57f2bef1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T02:33:44.401Z] ========================================================= [2021-01-21T02:33:44.401Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T02:33:44.401Z] ========================================================= [Pipeline] sh [2021-01-21T02:33:44.701Z] + make test [2021-01-21T02:33:44.701Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T02:33:52.894Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T02:34:05.225Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T02:34:13.485Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T02:34:13.485Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T02:34:13.485Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T02:34:13.485Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T02:34:13.485Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T02:34:13.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T02:34:14.030Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T02:34:14.616Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T02:34:15.245Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T02:34:17.009Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T02:34:17.009Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T02:34:17.009Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T02:34:18.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 46.6% of statements [2021-01-21T02:34:18.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T02:34:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T02:34:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T02:34:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T02:34:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T02:34:23.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.0% of statements [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T02:34:23.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T02:34:23.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T02:34:23.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.124s coverage: 66.7% of statements [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T02:34:23.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.113s coverage: 82.3% of statements [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T02:34:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T02:34:25.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements [2021-01-21T02:34:25.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T02:34:25.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T02:34:25.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T02:34:25.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T02:34:25.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T02:34:25.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements [2021-01-21T02:34:25.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T02:34:25.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-01-21T02:34:25.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T02:34:25.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2021-01-21T02:34:25.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T02:34:25.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.125s coverage: 97.5% of statements [2021-01-21T02:34:25.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T02:34:26.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.095s coverage: 78.3% of statements [2021-01-21T02:34:26.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T02:34:26.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T02:34:26.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T02:34:26.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T02:34:28.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.383s coverage: 92.8% of statements [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T02:34:28.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T02:34:28.695Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T02:34:28.695Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T02:34:28.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T02:34:28.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 75.5% of statements [2021-01-21T02:34:28.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T02:34:28.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements [2021-01-21T02:34:28.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-01-21T02:34:28.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-21T02:34:29.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.113s coverage: 91.4% of statements [2021-01-21T02:34:29.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T02:34:29.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 63.5% of statements [2021-01-21T02:34:29.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T02:34:29.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T02:34:29.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-21T02:34:29.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-01-21T02:34:29.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-21T02:34:30.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2021-01-21T02:34:30.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-21T02:34:31.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.341s coverage: 68.9% of statements [2021-01-21T02:34:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T02:34:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T02:34:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T02:34:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T02:34:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T02:34:31.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements [2021-01-21T02:34:31.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T02:34:31.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T02:34:31.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.315s coverage: 84.0% of statements [2021-01-21T02:34:31.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2021-01-21T02:34:33.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2021-01-21T02:34:33.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T02:34:33.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T02:34:33.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T02:34:33.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T02:34:33.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T02:34:33.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-01-21T02:34:33.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T02:34:33.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-01-21T02:34:33.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T02:34:35.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.706s coverage: 29.1% of statements [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T02:34:35.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T02:34:35.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T02:34:35.324Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T02:34:35.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T02:34:35.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T02:34:35.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T02:34:35.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-01-21T02:34:35.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-21T02:34:35.850Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-21T02:34:36.112Z] GO111MODULE=on go vet ./... [2021-01-21T02:34:49.852Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21835 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-21T02:34:49.946Z] Running in /w/workspace/edgex-go/312 [Pipeline] { [Pipeline] checkout [2021-01-21T02:34:55.155Z] using credential edgex-jenkins-ssh [2021-01-21T02:34:55.212Z] Cloning the remote Git repository [2021-01-21T02:34:55.291Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T02:34:55.406Z] > git init /w/workspace/edgex-go/312 # timeout=10 [2021-01-21T02:34:55.477Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T02:34:55.478Z] > git --version # timeout=10 [2021-01-21T02:34:55.496Z] > git --version # 'git version 2.17.1' [2021-01-21T02:34:55.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:34:55.567Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:34:58.251Z] gofmt -l . [2021-01-21T02:34:58.251Z] [ "`gofmt -l .`" = "" ] [2021-01-21T02:34:58.830Z] ./bin/test-go-mod-tidy.sh [2021-01-21T02:34:59.093Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T02:34:59.980Z] + ls -al . [2021-01-21T02:34:59.980Z] total 656 [2021-01-21T02:34:59.980Z] drwxrwxr-x 10 1001 1001 4096 Jan 21 02:34 . [2021-01-21T02:34:59.980Z] drwxr-xr-x 4 root root 32 Jan 21 02:33 .. [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 02:31 .dockerignore [2021-01-21T02:34:59.980Z] drwxrwxr-x 8 1001 1001 162 Jan 21 02:32 .git [2021-01-21T02:34:59.980Z] drwxrwxr-x 3 1001 1001 125 Jan 21 02:31 .github [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 02:31 .gitignore [2021-01-21T02:34:59.980Z] drwx------ 3 1001 1001 32 Jan 21 02:32 .semver [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 02:31 .sonarcloud.properties [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 02:31 Attribution.txt [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 02:31 CONTRIBUTING.md [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 02:31 Dockerfile.build [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 02:31 Jenkinsfile [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 02:31 LICENSE [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 02:31 Makefile [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 02:31 README.md [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 02:31 SECURITY.md [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 12 Jan 21 02:32 VERSION [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 02:31 ZMQWindows.md [2021-01-21T02:34:59.980Z] drwxrwxr-x 2 1001 1001 117 Jan 21 02:31 bin [2021-01-21T02:34:59.980Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 02:31 cmd [2021-01-21T02:34:59.980Z] -rw-r--r-- 1 root root 550466 Jan 21 02:34 coverage.out [2021-01-21T02:34:59.980Z] -rw-r--r-- 1 root root 1027 Jan 21 02:34 go.mod [2021-01-21T02:34:59.980Z] -rw-r--r-- 1 root root 18725 Jan 21 02:34 go.sum [2021-01-21T02:34:59.980Z] drwxrwxr-x 8 1001 1001 127 Jan 21 02:31 internal [2021-01-21T02:34:59.980Z] drwxrwxr-x 4 1001 1001 26 Jan 21 02:31 openapi [2021-01-21T02:34:59.980Z] drwxrwxr-x 4 1001 1001 71 Jan 21 02:31 snap [2021-01-21T02:34:59.980Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 02:31 version.go [Pipeline] sh [2021-01-21T02:35:00.294Z] + '[' -e coverage.out ] [2021-01-21T02:35:00.294Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T02:35:00.481Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T02:35:00.788Z] + make build [2021-01-21T02:35:00.788Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T02:35:05.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T02:35:10.977Z] Checking out Revision 48f292ecce04635bad45b2dac08c505f02e60d07 (master) [2021-01-21T02:35:10.294Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T02:35:10.324Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T02:35:10.347Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T02:35:10.386Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T02:35:10.387Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T02:35:10.399Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T02:35:11.003Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T02:35:11.019Z] > git checkout -f 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 [2021-01-21T02:35:13.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T02:35:13.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T02:35:14.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T02:35:15.227Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T02:35:15.692Z] Commit message: "Merge pull request #3051 from lenny-intel/ApiVersion" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T02:35:16.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T02:35:17.381Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:35:17.821Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T02:35:18.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T02:35:18.229Z] + sudo service docker+ restart [2021-01-21T02:35:18.229Z] true [2021-01-21T02:35:18.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T02:35:20.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:35:20.435Z] provisioning config files... [2021-01-21T02:35:20.497Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/312@tmp/config7709561466807497476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:35:20.974Z] ---> docker-login.sh [2021-01-21T02:35:20.974Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:35:21.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T02:35:21.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:35:22.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T02:35:22.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:35:22.197Z] Configure a credential helper to remove this warning. See [2021-01-21T02:35:22.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:35:22.197Z] [2021-01-21T02:35:22.197Z] Login Succeeded [2021-01-21T02:35:22.470Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:35:22.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:35:22.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:35:22.743Z] Configure a credential helper to remove this warning. See [2021-01-21T02:35:22.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:35:22.743Z] [2021-01-21T02:35:22.743Z] Login Succeeded [2021-01-21T02:35:22.743Z] nexus3.edgexfoundry.org:10003 [Pipeline] } [2021-01-21T02:35:23.047Z] $ docker stop --time=1 32588bc1cfa5641def0564fab792679df340ef4fcba0102ee7767c5d57f2bef1 [2021-01-21T02:35:23.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:35:23.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:35:23.347Z] Configure a credential helper to remove this warning. See [2021-01-21T02:35:23.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:35:23.347Z] [2021-01-21T02:35:23.347Z] Login Succeeded [2021-01-21T02:35:23.347Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:35:23.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:35:23.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:35:23.903Z] Configure a credential helper to remove this warning. See [2021-01-21T02:35:23.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:35:23.904Z] [2021-01-21T02:35:23.904Z] Login Succeeded [2021-01-21T02:35:23.904Z] docker.io [2021-01-21T02:35:24.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:35:24.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:35:24.464Z] Configure a credential helper to remove this warning. See [2021-01-21T02:35:24.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:35:24.464Z] [2021-01-21T02:35:24.464Z] Login Succeeded [2021-01-21T02:35:24.464Z] ---> docker-login.sh ends [2021-01-21T02:35:25.058Z] $ docker rm -f 32588bc1cfa5641def0564fab792679df340ef4fcba0102ee7767c5d57f2bef1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-01-21T02:35:25.603Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-01-21T02:35:29.585Z] ========================================================= [2021-01-21T02:35:29.585Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T02:35:29.585Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:35:29.961Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-21T02:35:29.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T02:35:29.989Z] [2021-01-21T02:35:29.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:35:30.382Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T02:35:30.382Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-21T02:35:30.382Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-21T02:35:30.382Z] ca9280d653b3: Pulling fs layer [2021-01-21T02:35:30.382Z] 7e9c9ca2126c: Pulling fs layer [2021-01-21T02:35:30.973Z] cbdbe7a5bc2a: Download complete [2021-01-21T02:35:31.582Z] cbdbe7a5bc2a: Pull complete [2021-01-21T02:35:31.856Z] ca9280d653b3: Verifying Checksum [2021-01-21T02:35:31.856Z] ca9280d653b3: Download complete [2021-01-21T02:35:31.971Z] Sending build context to Docker daemon 166MB [2021-01-21T02:35:32.251Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T02:35:32.251Z] Step 2/6 : FROM ${BASE} [2021-01-21T02:35:32.251Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T02:35:32.251Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T02:35:32.251Z] a4357932f1b6: Pulling fs layer [2021-01-21T02:35:32.251Z] 18c013af1878: Pulling fs layer [2021-01-21T02:35:32.251Z] 00ac8860ef70: Pulling fs layer [2021-01-21T02:35:32.251Z] 63d7cb157983: Pulling fs layer [2021-01-21T02:35:32.251Z] b116817d02f9: Pulling fs layer [2021-01-21T02:35:32.251Z] 745a02a5169b: Pulling fs layer [2021-01-21T02:35:32.251Z] b116817d02f9: Waiting [2021-01-21T02:35:32.251Z] 00ac8860ef70: Waiting [2021-01-21T02:35:32.251Z] 745a02a5169b: Waiting [2021-01-21T02:35:32.251Z] 18c013af1878: Download complete [2021-01-21T02:35:32.251Z] a4357932f1b6: Download complete [2021-01-21T02:35:32.251Z] 63d7cb157983: Verifying Checksum [2021-01-21T02:35:32.251Z] 63d7cb157983: Download complete [2021-01-21T02:35:32.251Z] b116817d02f9: Verifying Checksum [2021-01-21T02:35:32.251Z] b116817d02f9: Download complete [2021-01-21T02:35:32.525Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T02:35:32.525Z] 5f621e34cdf4: Download complete [2021-01-21T02:35:32.807Z] ca9280d653b3: Pull complete [2021-01-21T02:35:33.130Z] 5f621e34cdf4: Pull complete [2021-01-21T02:35:33.387Z] 7e9c9ca2126c: Verifying Checksum [2021-01-21T02:35:33.387Z] 7e9c9ca2126c: Download complete [2021-01-21T02:35:33.406Z] a4357932f1b6: Pull complete [2021-01-21T02:35:34.006Z] 18c013af1878: Pull complete [2021-01-21T02:35:34.983Z] 745a02a5169b: Verifying Checksum [2021-01-21T02:35:34.983Z] 745a02a5169b: Download complete [2021-01-21T02:35:35.958Z] 00ac8860ef70: Verifying Checksum [2021-01-21T02:35:35.958Z] 00ac8860ef70: Download complete [2021-01-21T02:35:40.001Z] 7e9c9ca2126c: Pull complete [2021-01-21T02:35:40.001Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-21T02:35:40.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T02:35:40.001Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-21T02:35:40.138Z] prd-centos7-docker-4c-2g-21834 does not seem to be running inside a container [2021-01-21T02:35:40.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-21T02:35:43.659Z] $ docker top c6c69eff3eec948c5f98e15e4202f85565404933348a6dade749a8295f95be00 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:35:44.222Z] + docker-compose build --help [2021-01-21T02:35:44.222Z] + grep parallel [2021-01-21T02:35:45.169Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T02:35:45.187Z] $ docker stop --time=1 c6c69eff3eec948c5f98e15e4202f85565404933348a6dade749a8295f95be00 [2021-01-21T02:35:46.132Z] 00ac8860ef70: Pull complete [2021-01-21T02:35:46.571Z] $ docker rm -f c6c69eff3eec948c5f98e15e4202f85565404933348a6dade749a8295f95be00 [Pipeline] // withDockerContainer [2021-01-21T02:35:46.734Z] 63d7cb157983: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:35:47.006Z] b116817d02f9: Pull complete [2021-01-21T02:35:47.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T02:35:47.178Z] . [Pipeline] withDockerContainer [2021-01-21T02:35:47.286Z] prd-centos7-docker-4c-2g-21834 does not seem to be running inside a container [2021-01-21T02:35:47.600Z] $ 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/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-21T02:35:48.313Z] $ docker top 3ee7e375b8a4ab0d395dc606a743b67392c6114757eaeb00b9179f7f0cefc8bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:35:48.833Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T02:35:49.782Z] Building docker-core-command-go ... [2021-01-21T02:35:49.782Z] Building docker-core-data-go ... [2021-01-21T02:35:49.782Z] Building docker-core-metadata-go ... [2021-01-21T02:35:49.782Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T02:35:49.782Z] Building docker-security-proxy-setup-go ... [2021-01-21T02:35:49.782Z] Building docker-security-secretstore-setup-go ... [2021-01-21T02:35:49.782Z] Building docker-support-notifications-go ... [2021-01-21T02:35:49.782Z] Building docker-support-scheduler-go ... [2021-01-21T02:35:49.782Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T02:35:49.782Z] Building docker-core-metadata-go [2021-01-21T02:35:49.782Z] Building docker-support-notifications-go [2021-01-21T02:35:49.782Z] Building docker-security-secretstore-setup-go [2021-01-21T02:35:49.782Z] Building docker-security-proxy-setup-go [2021-01-21T02:35:49.782Z] Building docker-core-command-go [2021-01-21T02:35:51.332Z] 745a02a5169b: Pull complete [2021-01-21T02:35:51.332Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T02:35:51.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T02:35:51.332Z] ---> b7e6874047d6 [2021-01-21T02:35:51.332Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-21T02:35:53.954Z] ---> Running in 805907dbc7e5 [2021-01-21T02:35:55.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:35:55.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:35:56.573Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T02:35:56.845Z] (2/12) Installing file (5.38-r0) [2021-01-21T02:35:56.845Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T02:35:57.116Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T02:36:12.196Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T02:36:12.196Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T02:36:12.196Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T02:36:12.196Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T02:36:12.196Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T02:36:12.196Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T02:36:12.196Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T02:36:12.196Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T02:36:12.196Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:36:12.196Z] OK: 217 MiB in 51 packages [2021-01-21T02:36:14.816Z] Removing intermediate container 805907dbc7e5 [2021-01-21T02:36:14.816Z] ---> 72905b6b871e [2021-01-21T02:36:14.816Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T02:36:14.816Z] ---> Running in d5033a48e31f [2021-01-21T02:36:15.411Z] Removing intermediate container d5033a48e31f [2021-01-21T02:36:15.411Z] ---> 5f1927378756 [2021-01-21T02:36:15.411Z] Step 5/6 : COPY go.mod . [2021-01-21T02:36:16.006Z] ---> dca917a5865c [2021-01-21T02:36:16.006Z] Step 6/6 : RUN go mod download [2021-01-21T02:36:16.278Z] ---> Running in c1d250da128d [2021-01-21T02:36:22.026Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:36:22.026Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:36:22.026Z] ---> 4556475ffc42 [2021-01-21T02:36:22.026Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T02:36:22.026Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:36:22.026Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:36:22.026Z] ---> 4556475ffc42 [2021-01-21T02:36:22.026Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T02:36:22.026Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:36:22.026Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:36:22.026Z] ---> 4556475ffc42 [2021-01-21T02:36:22.026Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T02:36:22.026Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:36:22.026Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:36:22.026Z] ---> 4556475ffc42 [2021-01-21T02:36:22.026Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T02:36:22.026Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:36:22.026Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:36:22.026Z] ---> 4556475ffc42 [2021-01-21T02:36:22.026Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T02:36:22.026Z] ---> Running in 2a483ec5c70a [2021-01-21T02:36:22.026Z] ---> Running in 173f2eb74ab3 [2021-01-21T02:36:22.026Z] ---> Running in 594618628ab3 [2021-01-21T02:36:22.026Z] ---> Running in ade2b3f29a18 [2021-01-21T02:36:22.026Z] ---> Running in c2ada62dee78 [2021-01-21T02:36:22.026Z] Removing intermediate container 173f2eb74ab3 [2021-01-21T02:36:22.026Z] ---> 085ba410d4d8 [2021-01-21T02:36:22.026Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:36:22.026Z] Removing intermediate container ade2b3f29a18 [2021-01-21T02:36:22.026Z] ---> 5d7e88198612 [2021-01-21T02:36:22.026Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:36:22.026Z] Removing intermediate container 594618628ab3 [2021-01-21T02:36:22.026Z] ---> dddc77caa0c9 [2021-01-21T02:36:22.026Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:36:22.026Z] Removing intermediate container c2ada62dee78 [2021-01-21T02:36:22.026Z] ---> 4768efc0f731 [2021-01-21T02:36:22.026Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:36:22.026Z] Removing intermediate container 2a483ec5c70a [2021-01-21T02:36:22.026Z] ---> 8f9b5d5d2533 [2021-01-21T02:36:22.026Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:36:22.026Z] ---> Running in b6d45b67fb08 [2021-01-21T02:36:22.026Z] ---> Running in c1063c201285 [2021-01-21T02:36:22.026Z] ---> Running in 5d0adee63cfd [2021-01-21T02:36:22.026Z] ---> Running in e4444e3fa579 [2021-01-21T02:36:22.026Z] ---> Running in ed4d00907202 [2021-01-21T02:36:22.993Z] Removing intermediate container c1063c201285 [2021-01-21T02:36:22.993Z] ---> 8b2ba1a20f31 [2021-01-21T02:36:22.993Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T02:36:23.255Z] Removing intermediate container b6d45b67fb08 [2021-01-21T02:36:23.255Z] ---> 46f84a0d2f8b [2021-01-21T02:36:23.255Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T02:36:23.255Z] ---> Running in a85b9a2b74d2 [2021-01-21T02:36:23.519Z] ---> Running in 7db049478a5f [2021-01-21T02:36:23.808Z] Removing intermediate container e4444e3fa579 [2021-01-21T02:36:23.808Z] ---> 4cee1cb9b0dd [2021-01-21T02:36:23.808Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T02:36:23.808Z] Removing intermediate container 5d0adee63cfd [2021-01-21T02:36:23.808Z] ---> 62f04b051c71 [2021-01-21T02:36:23.808Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T02:36:23.808Z] Removing intermediate container ed4d00907202 [2021-01-21T02:36:23.808Z] ---> 3f8370fd3ef7 [2021-01-21T02:36:23.808Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T02:36:23.808Z] ---> Running in 0f25a0ded95d [2021-01-21T02:36:23.808Z] ---> Running in 2a9cd767d823 [2021-01-21T02:36:23.808Z] ---> Running in c14e08ada6d8 [2021-01-21T02:36:24.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:36:24.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:36:24.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:36:24.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:36:24.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:36:25.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:36:25.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:36:25.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:36:25.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:36:25.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:36:26.493Z] OK: 233 MiB in 51 packages [2021-01-21T02:36:26.493Z] OK: 233 MiB in 51 packages [2021-01-21T02:36:26.493Z] OK: 233 MiB in 51 packages [2021-01-21T02:36:26.756Z] OK: 233 MiB in 51 packages [2021-01-21T02:36:26.756Z] OK: 233 MiB in 51 packages [2021-01-21T02:36:27.017Z] Removing intermediate container 2a9cd767d823 [2021-01-21T02:36:27.018Z] ---> f0c5ba873ff6 [2021-01-21T02:36:27.018Z] Step 6/21 : COPY go.mod . [2021-01-21T02:36:27.285Z] Removing intermediate container a85b9a2b74d2 [2021-01-21T02:36:27.285Z] ---> 3de29a6131a8 [2021-01-21T02:36:27.285Z] Step 6/24 : COPY go.mod . [2021-01-21T02:36:27.285Z] Removing intermediate container c14e08ada6d8 [2021-01-21T02:36:27.285Z] ---> 020d2b15f2b0 [2021-01-21T02:36:27.285Z] Step 6/24 : COPY go.mod . [2021-01-21T02:36:27.548Z] ---> 2b01bac2a6c9 [2021-01-21T02:36:27.548Z] Step 7/24 : RUN go mod download [2021-01-21T02:36:27.548Z] ---> 0a8f54411f3a [2021-01-21T02:36:27.548Z] Step 7/21 : RUN go mod download [2021-01-21T02:36:27.816Z] Removing intermediate container 7db049478a5f [2021-01-21T02:36:27.816Z] ---> 2b4e0cecab7e [2021-01-21T02:36:27.816Z] Step 6/22 : COPY go.mod . [2021-01-21T02:36:27.816Z] ---> Running in 8cd8c0ff5f8a [2021-01-21T02:36:27.816Z] Removing intermediate container 0f25a0ded95d [2021-01-21T02:36:27.816Z] ---> 5b3bda13ce63 [2021-01-21T02:36:27.816Z] Step 6/22 : COPY go.mod . [2021-01-21T02:36:27.816Z] ---> b3b73224afd3 [2021-01-21T02:36:27.816Z] Step 7/24 : RUN go mod download [2021-01-21T02:36:27.816Z] ---> Running in 7b70b1d300c9 [2021-01-21T02:36:28.081Z] ---> Running in 68a5a9130585 [2021-01-21T02:36:28.343Z] ---> 40bdc65defbb [2021-01-21T02:36:28.343Z] Step 7/22 : RUN go mod download [2021-01-21T02:36:28.343Z] ---> 8d4d5c9e156f [2021-01-21T02:36:28.343Z] Step 7/22 : RUN go mod download [2021-01-21T02:36:28.612Z] ---> Running in 16f06fa00c55 [2021-01-21T02:36:28.612Z] ---> Running in 794f8914585b [2021-01-21T02:36:30.562Z] Removing intermediate container 7b70b1d300c9 [2021-01-21T02:36:30.562Z] ---> f96c1347d800 [2021-01-21T02:36:30.562Z] Step 8/21 : COPY . . [2021-01-21T02:36:30.562Z] Removing intermediate container 8cd8c0ff5f8a [2021-01-21T02:36:30.562Z] ---> b89309783382 [2021-01-21T02:36:30.562Z] Step 8/24 : COPY . . [2021-01-21T02:36:30.562Z] Removing intermediate container 68a5a9130585 [2021-01-21T02:36:30.562Z] ---> 4cab1ef2ad5b [2021-01-21T02:36:30.562Z] Step 8/24 : COPY . . [2021-01-21T02:36:30.562Z] Removing intermediate container 16f06fa00c55 [2021-01-21T02:36:30.562Z] ---> 6f81daea7147 [2021-01-21T02:36:30.562Z] Step 8/22 : COPY . . [2021-01-21T02:36:30.825Z] Removing intermediate container 794f8914585b [2021-01-21T02:36:30.825Z] ---> e981b1a9126f [2021-01-21T02:36:30.825Z] Step 8/22 : COPY . . [2021-01-21T02:36:43.061Z] Removing intermediate container c1d250da128d [2021-01-21T02:36:43.061Z] ---> ab9098387778 [2021-01-21T02:36:43.061Z] Successfully built ab9098387778 [2021-01-21T02:36:43.061Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:36:43.409Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T02:36:43.409Z] . [Pipeline] withDockerContainer [2021-01-21T02:36:43.683Z] prd-ubuntu18.04-docker-arm64-4c-16g-21835 does not seem to be running inside a container [2021-01-21T02:36:43.771Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T02:36:45.315Z] $ docker top be53ba8a4f0b8e9b9593ea47008949d65da6c476717b40acf0f03e7979d8eba8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:36:46.364Z] + go version [2021-01-21T02:36:46.364Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T02:36:46.397Z] $ docker stop --time=1 be53ba8a4f0b8e9b9593ea47008949d65da6c476717b40acf0f03e7979d8eba8 [2021-01-21T02:36:48.337Z] $ docker rm -f be53ba8a4f0b8e9b9593ea47008949d65da6c476717b40acf0f03e7979d8eba8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:36:49.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T02:36:49.560Z] [2021-01-21T02:36:49.560Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:36:49.955Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T02:36:49.955Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-21T02:36:49.955Z] 29e5d40040c1: Pulling fs layer [2021-01-21T02:36:49.955Z] 1ce36da41761: Pulling fs layer [2021-01-21T02:36:49.955Z] 25b303627fd3: Pulling fs layer [2021-01-21T02:36:50.551Z] 29e5d40040c1: Verifying Checksum [2021-01-21T02:36:50.551Z] 29e5d40040c1: Download complete [2021-01-21T02:36:51.146Z] 1ce36da41761: Verifying Checksum [2021-01-21T02:36:51.146Z] 1ce36da41761: Download complete [2021-01-21T02:36:52.142Z] 29e5d40040c1: Pull complete [2021-01-21T02:36:52.740Z] 25b303627fd3: Verifying Checksum [2021-01-21T02:36:52.740Z] 25b303627fd3: Download complete [2021-01-21T02:36:53.339Z] 1ce36da41761: Pull complete [2021-01-21T02:37:03.507Z] 25b303627fd3: Pull complete [2021-01-21T02:37:03.507Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-21T02:37:03.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T02:37:03.507Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-21T02:37:03.727Z] prd-ubuntu18.04-docker-arm64-4c-16g-21835 does not seem to be running inside a container [2021-01-21T02:37:03.815Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T02:37:06.894Z] $ docker top 164fd9d56d2320911512da6e147809b2fbdea5408c614649d47c58ee3514c4da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:37:07.856Z] + docker-compose build --help [2021-01-21T02:37:07.856Z] + grep parallel [2021-01-21T02:37:09.906Z] ---> c28fba35c328 [2021-01-21T02:37:09.906Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T02:37:09.906Z] ---> 089d46f8dfaf [2021-01-21T02:37:09.906Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T02:37:09.906Z] ---> 61815d1422ee [2021-01-21T02:37:09.906Z] ---> 4a6276b86032 [2021-01-21T02:37:09.906Z] ---> c5ac9efe279b [2021-01-21T02:37:09.906Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T02:37:09.906Z] [2021-01-21T02:37:09.906Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T02:37:09.906Z] ---> Running in 988b6a1fe986 [2021-01-21T02:37:09.906Z] ---> Running in 97153d021281 [2021-01-21T02:37:09.906Z] ---> Running in 1221e63df688 [2021-01-21T02:37:09.906Z] ---> Running in 116d54902639 [2021-01-21T02:37:09.906Z] ---> Running in eaf886e2b904 [2021-01-21T02:37:09.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T02:37:09.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T02:37:09.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T02:37:09.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T02:37:09.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T02:37:11.244Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T02:37:11.273Z] $ docker stop --time=1 164fd9d56d2320911512da6e147809b2fbdea5408c614649d47c58ee3514c4da [2021-01-21T02:37:13.172Z] $ docker rm -f 164fd9d56d2320911512da6e147809b2fbdea5408c614649d47c58ee3514c4da [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:37:13.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T02:37:13.928Z] . [Pipeline] withDockerContainer [2021-01-21T02:37:14.169Z] prd-ubuntu18.04-docker-arm64-4c-16g-21835 does not seem to be running inside a container [2021-01-21T02:37:14.338Z] $ 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/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T02:37:15.763Z] $ docker top 24bcddd8f1e76c2730f6b1d3b002d776c3f900d2bb9ac2595233a63684fa1039 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:37:16.918Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T02:37:20.348Z] Building docker-core-command-go ... [2021-01-21T02:37:20.348Z] Building docker-core-data-go ... [2021-01-21T02:37:20.348Z] Building docker-core-metadata-go ... [2021-01-21T02:37:20.348Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T02:37:20.348Z] Building docker-security-proxy-setup-go ... [2021-01-21T02:37:20.348Z] Building docker-security-secretstore-setup-go ... [2021-01-21T02:37:20.348Z] Building docker-support-notifications-go ... [2021-01-21T02:37:20.348Z] Building docker-support-scheduler-go ... [2021-01-21T02:37:20.348Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T02:37:20.348Z] Building docker-core-metadata-go [2021-01-21T02:37:20.348Z] Building docker-security-proxy-setup-go [2021-01-21T02:37:20.348Z] Building docker-security-secretstore-setup-go [2021-01-21T02:37:20.348Z] Building docker-support-scheduler-go [2021-01-21T02:37:20.348Z] Building docker-core-command-go [2021-01-21T02:37:32.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T02:37:32.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T02:37:42.088Z] Removing intermediate container 97153d021281 [2021-01-21T02:37:42.088Z] ---> 6a25a50fada0 [2021-01-21T02:37:42.088Z] [2021-01-21T02:37:42.088Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T02:37:42.088Z] Removing intermediate container 116d54902639 [2021-01-21T02:37:42.088Z] ---> f9548ce72a6c [2021-01-21T02:37:42.088Z] [2021-01-21T02:37:42.088Z] Step 10/24 : FROM scratch [2021-01-21T02:37:42.088Z] ---> [2021-01-21T02:37:42.088Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T02:37:42.088Z] Removing intermediate container 988b6a1fe986 [2021-01-21T02:37:42.088Z] ---> b0c74806c237 [2021-01-21T02:37:42.088Z] [2021-01-21T02:37:42.088Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T02:37:42.088Z] Removing intermediate container 1221e63df688 [2021-01-21T02:37:42.088Z] ---> 761f2348c1cb [2021-01-21T02:37:42.088Z] [2021-01-21T02:37:42.088Z] Step 10/22 : FROM scratch [2021-01-21T02:37:42.088Z] ---> [2021-01-21T02:37:42.088Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T02:37:42.088Z] 3.12: Pulling from library/alpine [2021-01-21T02:37:42.088Z] 3.12: Pulling from library/alpine [2021-01-21T02:37:42.088Z] ---> Running in 9de0087d9451 [2021-01-21T02:37:42.088Z] ---> Running in 3552684d9443 [2021-01-21T02:37:42.088Z] Removing intermediate container 9de0087d9451 [2021-01-21T02:37:42.088Z] ---> 7e2d5ffd71f0 [2021-01-21T02:37:42.088Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T02:37:42.088Z] Removing intermediate container 3552684d9443 [2021-01-21T02:37:42.088Z] ---> a8f0157ecfa1 [2021-01-21T02:37:42.088Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T02:37:43.037Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T02:37:43.984Z] ---> Running in 42eed0b3cc3e [2021-01-21T02:37:44.247Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T02:37:44.825Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T02:37:44.825Z] ---> 389fef711851 [2021-01-21T02:37:44.825Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T02:37:44.825Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T02:37:44.825Z] ---> 389fef711851 [2021-01-21T02:37:44.825Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T02:37:44.825Z] ---> Running in 626e0ed28c17 [2021-01-21T02:37:44.825Z] ---> Running in 92f892b82da9 [2021-01-21T02:37:44.825Z] Removing intermediate container 42eed0b3cc3e [2021-01-21T02:37:44.825Z] ---> a9951253fe09 [2021-01-21T02:37:44.825Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T02:37:44.825Z] ---> Running in 323df37a8173 [2021-01-21T02:37:44.825Z] Removing intermediate container eaf886e2b904 [2021-01-21T02:37:44.825Z] ---> e7a3c7efa26c [2021-01-21T02:37:44.825Z] [2021-01-21T02:37:44.825Z] Step 10/22 : FROM scratch [2021-01-21T02:37:44.825Z] ---> [2021-01-21T02:37:44.825Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T02:37:45.089Z] ---> Using cache [2021-01-21T02:37:45.089Z] ---> a8f0157ecfa1 [2021-01-21T02:37:45.089Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T02:37:45.089Z] ---> Running in 6a69be71d142 [2021-01-21T02:37:45.089Z] ---> Running in 3dd652c5f6d8 [2021-01-21T02:37:45.089Z] Removing intermediate container 626e0ed28c17 [2021-01-21T02:37:45.089Z] ---> b9785f1b6c6f [2021-01-21T02:37:45.089Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T02:37:45.351Z] ---> Running in 2607b3e9e571 [2021-01-21T02:37:45.619Z] Removing intermediate container 6a69be71d142 [2021-01-21T02:37:45.619Z] ---> 2d67947f0891 [2021-01-21T02:37:45.619Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T02:37:45.619Z] Removing intermediate container 3dd652c5f6d8 [2021-01-21T02:37:45.619Z] ---> edb5220f466a [2021-01-21T02:37:45.619Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T02:37:45.883Z] Removing intermediate container 2607b3e9e571 [2021-01-21T02:37:45.883Z] ---> 51226cd3cd88 [2021-01-21T02:37:45.883Z] Step 14/22 : WORKDIR / [2021-01-21T02:37:45.883Z] ---> Running in 982df7b12a5e [2021-01-21T02:37:45.883Z] ---> Running in 2de865440247 [2021-01-21T02:37:45.883Z] ---> 7167944e91a2 [2021-01-21T02:37:45.883Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T02:37:45.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:37:46.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:37:46.165Z] Removing intermediate container 982df7b12a5e [2021-01-21T02:37:46.165Z] ---> c17849690d72 [2021-01-21T02:37:46.165Z] Step 14/22 : WORKDIR / [2021-01-21T02:37:46.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:37:46.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:37:46.165Z] Removing intermediate container 2de865440247 [2021-01-21T02:37:46.165Z] ---> fa2c2e309ff7 [2021-01-21T02:37:46.165Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:37:46.165Z] ---> Running in 4ad872a2f32d [2021-01-21T02:37:46.165Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T02:37:46.434Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T02:37:46.434Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T02:37:46.434Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T02:37:46.434Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T02:37:46.434Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:37:46.434Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T02:37:46.434Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T02:37:46.434Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T02:37:46.434Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T02:37:46.434Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T02:37:46.434Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:37:46.434Z] OK: 7 MiB in 18 packages [2021-01-21T02:37:46.434Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T02:37:46.434Z] OK: 7 MiB in 19 packages [2021-01-21T02:37:47.391Z] ---> 1a24edffc03b [2021-01-21T02:37:47.391Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T02:37:47.391Z] Removing intermediate container 4ad872a2f32d [2021-01-21T02:37:47.391Z] ---> ad086377d8f4 [2021-01-21T02:37:47.391Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:37:47.391Z] ---> c6852f55ce39 [2021-01-21T02:37:47.391Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T02:37:47.969Z] ---> 11542c2c82ed [2021-01-21T02:37:47.969Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T02:37:47.969Z] ---> 0bf973869fc8 [2021-01-21T02:37:47.969Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T02:37:47.969Z] ---> ce2f7c891886 [2021-01-21T02:37:47.969Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:37:48.549Z] Removing intermediate container 92f892b82da9 [2021-01-21T02:37:48.549Z] ---> 82331438cec3 [2021-01-21T02:37:48.549Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T02:37:48.549Z] Removing intermediate container 323df37a8173 [2021-01-21T02:37:48.549Z] ---> 89558015969b [2021-01-21T02:37:48.549Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T02:37:48.549Z] ---> b10faf789184 [2021-01-21T02:37:48.549Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T02:37:48.549Z] ---> d6afbb1cfb6a [2021-01-21T02:37:48.549Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T02:37:48.549Z] ---> aead44bc2cc4 [2021-01-21T02:37:48.549Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T02:37:48.549Z] ---> Running in 089e8d34224c [2021-01-21T02:37:48.812Z] ---> Running in f7def6700a99 [2021-01-21T02:37:48.812Z] ---> Running in 5b65162c0128 [2021-01-21T02:37:48.812Z] Removing intermediate container 089e8d34224c [2021-01-21T02:37:48.812Z] ---> 8e4009fecc9d [2021-01-21T02:37:48.812Z] Step 13/21 : WORKDIR /edgex [2021-01-21T02:37:49.075Z] Removing intermediate container f7def6700a99 [2021-01-21T02:37:49.075Z] ---> 244311d5141c [2021-01-21T02:37:49.075Z] Step 13/24 : WORKDIR / [2021-01-21T02:37:49.075Z] ---> 130d42a718d7 [2021-01-21T02:37:49.075Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T02:37:49.653Z] ---> Running in 784f1817e833 [2021-01-21T02:37:49.653Z] Removing intermediate container 5b65162c0128 [2021-01-21T02:37:49.653Z] ---> c16fa89a4519 [2021-01-21T02:37:49.653Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T02:37:49.653Z] ---> ad33bf63727f [2021-01-21T02:37:49.653Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T02:37:49.653Z] ---> Running in fba82012cc0c [2021-01-21T02:37:49.653Z] ---> Running in 3be6e2786dc8 [2021-01-21T02:37:49.653Z] ---> Running in 3c10170697f1 [2021-01-21T02:37:49.915Z] Removing intermediate container 784f1817e833 [2021-01-21T02:37:49.915Z] ---> f2849aa2c2ec [2021-01-21T02:37:49.915Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T02:37:49.915Z] ---> 1e70aedf6040 [2021-01-21T02:37:49.915Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T02:37:49.915Z] Removing intermediate container fba82012cc0c [2021-01-21T02:37:49.915Z] ---> 5eb7fc72a267 [2021-01-21T02:37:49.915Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T02:37:50.185Z] Removing intermediate container 3be6e2786dc8 [2021-01-21T02:37:50.185Z] ---> 95d43245a030 [2021-01-21T02:37:50.185Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-21T02:37:50.185Z] Removing intermediate container 3c10170697f1 [2021-01-21T02:37:50.185Z] ---> b614155f19c8 [2021-01-21T02:37:50.185Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T02:37:50.185Z] ---> Running in bbb9dd9bbb27 [2021-01-21T02:37:50.185Z] ---> Running in 51c5f2608d69 [2021-01-21T02:37:50.452Z] ---> 3e2a32c3ac8b [2021-01-21T02:37:50.452Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T02:37:50.452Z] ---> Running in b67dd8dc3482 [2021-01-21T02:37:50.452Z] Removing intermediate container bbb9dd9bbb27 [2021-01-21T02:37:50.452Z] ---> 3b979d6b73c3 [2021-01-21T02:37:50.452Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T02:37:50.718Z] ---> 671030f3cc81 [2021-01-21T02:37:50.718Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-21T02:37:50.718Z] Removing intermediate container 51c5f2608d69 [2021-01-21T02:37:50.718Z] ---> 047f2062619e [2021-01-21T02:37:50.718Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T02:37:50.718Z] Removing intermediate container b67dd8dc3482 [2021-01-21T02:37:50.718Z] ---> 1ddba7683046 [2021-01-21T02:37:50.718Z] Step 21/22 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:37:50.718Z] ---> Running in 494ed2af15e7 [2021-01-21T02:37:50.983Z] ---> Running in 08e69abacac4 [2021-01-21T02:37:50.983Z] ---> 1bcae35742ec [2021-01-21T02:37:50.983Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T02:37:50.983Z] ---> Running in 93fb6165e5bd [2021-01-21T02:37:51.246Z] ---> b4f639af2b98 [2021-01-21T02:37:51.246Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T02:37:51.246Z] Removing intermediate container 494ed2af15e7 [2021-01-21T02:37:51.246Z] ---> 140813abf13e [2021-01-21T02:37:51.246Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T02:37:51.508Z] Removing intermediate container 08e69abacac4 [2021-01-21T02:37:51.508Z] ---> c57902905531 [2021-01-21T02:37:51.508Z] Step 21/22 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:37:51.775Z] ---> Running in e41db9116022 [2021-01-21T02:37:51.775Z] Removing intermediate container 93fb6165e5bd [2021-01-21T02:37:51.775Z] ---> 667b379fbbd6 [2021-01-21T02:37:51.775Z] Step 22/22 : LABEL version=2.0.0-dev.49 [2021-01-21T02:37:51.775Z] ---> Running in dc5192fc107d [2021-01-21T02:37:51.775Z] ---> adcf8661d11d [2021-01-21T02:37:51.775Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T02:37:51.775Z] ---> 885ac1a9803b [2021-01-21T02:37:51.775Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T02:37:52.042Z] ---> Running in b761e6e62c6a [2021-01-21T02:37:52.042Z] ---> Running in 51fabe5c8318 [2021-01-21T02:37:52.042Z] Removing intermediate container e41db9116022 [2021-01-21T02:37:52.042Z] ---> d736106bc37a [2021-01-21T02:37:52.042Z] Step 23/24 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:37:52.042Z] Removing intermediate container dc5192fc107d [2021-01-21T02:37:52.042Z] ---> 1b3453870e54 [2021-01-21T02:37:52.042Z] Step 22/22 : LABEL version=2.0.0-dev.49 [2021-01-21T02:37:52.315Z] ---> Running in 6cccc8665788 [2021-01-21T02:37:52.315Z] ---> Running in 28d872135238 [2021-01-21T02:37:52.315Z] Removing intermediate container b761e6e62c6a [2021-01-21T02:37:52.315Z] ---> e43808a5a18a [2021-01-21T02:37:52.315Z] [2021-01-21T02:37:52.587Z] Removing intermediate container 51fabe5c8318 [2021-01-21T02:37:52.587Z] ---> 0c75f33ab91c [2021-01-21T02:37:52.587Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T02:37:52.587Z] ---> 460f215b0569 [2021-01-21T02:37:52.587Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T02:37:52.587Z] ---> Running in d06fd0d33fa3 [2021-01-21T02:37:52.587Z] Successfully built e43808a5a18a [2021-01-21T02:37:52.849Z] Successfully tagged docker-core-command-go:latest [2021-01-21T02:37:52.849Z] Removing intermediate container 28d872135238 [2021-01-21T02:37:52.849Z] ---> fe75abc931a3 [2021-01-21T02:37:52.849Z] Step 24/24 : LABEL version=2.0.0-dev.49 [2021-01-21T02:37:52.849Z] Removing intermediate container 6cccc8665788 [2021-01-21T02:37:52.849Z] ---> 7ddc14b1d3e6 [2021-01-21T02:37:52.849Z] [2021-01-21T02:37:52.849Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-21T02:37:53.115Z] Successfully built 7ddc14b1d3e6 [2021-01-21T02:37:53.115Z] Successfully tagged docker-core-metadata-go:latest [2021-01-21T02:37:53.115Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-21T02:37:53.115Z] ---> Running in 20d33a257642 [2021-01-21T02:37:53.115Z] Removing intermediate container d06fd0d33fa3 [2021-01-21T02:37:53.115Z] ---> 5f43c401e161 [2021-01-21T02:37:53.115Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T02:37:53.115Z] ---> 6c1cef670b97 [2021-01-21T02:37:53.115Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T02:37:53.377Z] ---> Running in 3f0b8ee7014d [2021-01-21T02:37:53.377Z] Removing intermediate container 20d33a257642 [2021-01-21T02:37:53.377Z] ---> ac3df551fc25 [2021-01-21T02:37:53.377Z] [2021-01-21T02:37:53.640Z] Successfully built ac3df551fc25 [2021-01-21T02:37:53.640Z] ---> 293be43b4241 [2021-01-21T02:37:53.640Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-21T02:37:53.640Z] Removing intermediate container 3f0b8ee7014d [2021-01-21T02:37:53.640Z] ---> e42711439471 [2021-01-21T02:37:53.640Z] Step 20/21 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:37:53.640Z] Successfully tagged docker-support-notifications-go:latest [2021-01-21T02:37:53.640Z] Building docker-core-data-go [2021-01-21T02:37:53.640Z]  Building docker-support-notifications-go ... done  ---> Running in 3a0c9c0b33b6 [2021-01-21T02:37:53.905Z] ---> Running in 8d168f677488 [2021-01-21T02:37:54.174Z] Removing intermediate container 8d168f677488 [2021-01-21T02:37:54.174Z] ---> c15b5ac9c291 [2021-01-21T02:37:54.174Z] Step 21/21 : LABEL version=2.0.0-dev.49 [2021-01-21T02:37:54.442Z] ---> Running in 78c03f06406b [2021-01-21T02:37:59.776Z] Removing intermediate container 78c03f06406b [2021-01-21T02:37:59.776Z] ---> 3b2b3244e1d4 [2021-01-21T02:37:59.776Z] [2021-01-21T02:38:01.170Z] Successfully built 3b2b3244e1d4 [2021-01-21T02:38:01.170Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-21T02:38:01.170Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-21T02:38:01.750Z] Removing intermediate container 3a0c9c0b33b6 [2021-01-21T02:38:01.750Z] ---> 01c69213bcc1 [2021-01-21T02:38:01.750Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T02:38:02.330Z] ---> Running in 84188513aa8b [2021-01-21T02:38:02.918Z] Removing intermediate container 84188513aa8b [2021-01-21T02:38:02.918Z] ---> c803631ae961 [2021-01-21T02:38:02.918Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T02:38:07.324Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:38:07.324Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:38:07.324Z] ---> ab9098387778 [2021-01-21T02:38:07.324Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T02:38:07.324Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:38:07.324Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:38:07.324Z] ---> ab9098387778 [2021-01-21T02:38:07.324Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T02:38:07.324Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:38:07.324Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:38:07.324Z] ---> ab9098387778 [2021-01-21T02:38:07.324Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T02:38:07.324Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:38:07.324Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:38:07.324Z] ---> ab9098387778 [2021-01-21T02:38:07.324Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T02:38:07.324Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:38:07.324Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:38:07.324Z] ---> ab9098387778 [2021-01-21T02:38:07.324Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T02:38:09.360Z] ---> Running in 5ac7025fdf72 [2021-01-21T02:38:09.360Z] ---> Running in a05d70fa3fb3 [2021-01-21T02:38:09.360Z] ---> Running in 987394cb9df4 [2021-01-21T02:38:09.360Z] ---> Running in 88c479559a2f [2021-01-21T02:38:09.360Z] ---> Running in 7df5ca968dd3 [2021-01-21T02:38:09.969Z] Removing intermediate container 7df5ca968dd3 [2021-01-21T02:38:09.969Z] ---> e74f914f26a9 [2021-01-21T02:38:09.969Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:38:10.246Z] Removing intermediate container 987394cb9df4 [2021-01-21T02:38:10.246Z] ---> 8b5d48f6b6ce [2021-01-21T02:38:10.246Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:38:10.246Z] ---> Running in 14137eace50f [2021-01-21T02:38:10.246Z] Removing intermediate container 5ac7025fdf72 [2021-01-21T02:38:10.246Z] ---> 9db5a36e16d5 [2021-01-21T02:38:10.246Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:38:10.246Z] Removing intermediate container a05d70fa3fb3 [2021-01-21T02:38:10.246Z] ---> 32eb19124d1e [2021-01-21T02:38:10.246Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:38:10.526Z] Removing intermediate container 88c479559a2f [2021-01-21T02:38:10.526Z] ---> d4a9460a1341 [2021-01-21T02:38:10.526Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:38:10.526Z] ---> Running in 90263aadd167 [2021-01-21T02:38:10.526Z] ---> Running in 0036199e5f96 [2021-01-21T02:38:10.801Z] ---> Running in e15792849a4b [2021-01-21T02:38:10.801Z] ---> Running in 76bb88529fe8 [2021-01-21T02:38:13.062Z] ---> Running in 23a2b1e0e8e4 [2021-01-21T02:38:13.647Z] Removing intermediate container 23a2b1e0e8e4 [2021-01-21T02:38:13.647Z] ---> 238dbc68e8c8 [2021-01-21T02:38:13.647Z] Step 23/24 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:38:13.920Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:38:13.920Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:38:13.920Z] ---> 4556475ffc42 [2021-01-21T02:38:13.920Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T02:38:13.920Z] ---> Using cache [2021-01-21T02:38:13.920Z] ---> 8f9b5d5d2533 [2021-01-21T02:38:13.920Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:38:13.920Z] ---> Using cache [2021-01-21T02:38:13.920Z] ---> 3f8370fd3ef7 [2021-01-21T02:38:13.920Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T02:38:14.231Z] Removing intermediate container 14137eace50f [2021-01-21T02:38:14.231Z] ---> 3ee1b0c5bf43 [2021-01-21T02:38:14.231Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T02:38:14.231Z] ---> Running in 90dd46cd4c39 [2021-01-21T02:38:14.231Z] Removing intermediate container 90263aadd167 [2021-01-21T02:38:14.231Z] ---> 07e106188792 [2021-01-21T02:38:14.231Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T02:38:14.231Z] Removing intermediate container 0036199e5f96 [2021-01-21T02:38:14.231Z] ---> 22917bf3ea4d [2021-01-21T02:38:14.231Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T02:38:14.508Z] ---> Running in ab4caa121390 [2021-01-21T02:38:14.508Z] ---> Running in a5d8f5dd83b6 [2021-01-21T02:38:14.508Z] Removing intermediate container e15792849a4b [2021-01-21T02:38:14.508Z] ---> 9de62ccf3353 [2021-01-21T02:38:14.508Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T02:38:14.789Z] ---> Running in 4e56640d3947 [2021-01-21T02:38:14.873Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:38:14.873Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:38:14.873Z] ---> 4556475ffc42 [2021-01-21T02:38:14.873Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T02:38:14.873Z] ---> Using cache [2021-01-21T02:38:14.873Z] ---> 8f9b5d5d2533 [2021-01-21T02:38:14.873Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:38:14.873Z] ---> Using cache [2021-01-21T02:38:14.873Z] ---> 3f8370fd3ef7 [2021-01-21T02:38:14.873Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T02:38:14.873Z] ---> Using cache [2021-01-21T02:38:14.873Z] ---> 5b3bda13ce63 [2021-01-21T02:38:14.873Z] Step 6/21 : COPY go.mod . [2021-01-21T02:38:14.874Z] ---> Using cache [2021-01-21T02:38:14.874Z] ---> 8d4d5c9e156f [2021-01-21T02:38:14.874Z] Step 7/21 : RUN go mod download [2021-01-21T02:38:14.874Z] ---> Using cache [2021-01-21T02:38:14.874Z] ---> e981b1a9126f [2021-01-21T02:38:14.874Z] Step 8/21 : COPY . . [2021-01-21T02:38:14.874Z] ---> Using cache [2021-01-21T02:38:14.874Z] ---> 089d46f8dfaf [2021-01-21T02:38:14.874Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T02:38:14.874Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:38:14.874Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:38:14.874Z] ---> 4556475ffc42 [2021-01-21T02:38:14.874Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T02:38:14.874Z] ---> Using cache [2021-01-21T02:38:14.874Z] ---> 8f9b5d5d2533 [2021-01-21T02:38:14.874Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:38:14.874Z] ---> Using cache [2021-01-21T02:38:14.874Z] ---> 3f8370fd3ef7 [2021-01-21T02:38:14.874Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T02:38:15.067Z] Removing intermediate container 76bb88529fe8 [2021-01-21T02:38:15.067Z] ---> 7f2d6717da93 [2021-01-21T02:38:15.067Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T02:38:15.343Z] ---> Running in a8ac2e009acb [2021-01-21T02:38:15.835Z] ---> Running in 6403eabb7f9c [2021-01-21T02:38:15.835Z] ---> Running in 0dc5e3578b46 [2021-01-21T02:38:15.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:38:16.110Z] ---> Running in 8a03d432376e [2021-01-21T02:38:16.110Z] ---> Running in 78cf3149e8a6 [2021-01-21T02:38:16.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:38:16.700Z] Removing intermediate container 0dc5e3578b46 [2021-01-21T02:38:16.700Z] ---> b671254e9ca1 [2021-01-21T02:38:16.700Z] Step 24/24 : LABEL version=2.0.0-dev.49 [2021-01-21T02:38:16.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:38:16.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:38:16.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:38:16.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:38:16.963Z] ---> Running in bb1c5ab1db4e [2021-01-21T02:38:17.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:38:17.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:38:17.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:38:17.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:38:17.810Z] OK: 217 MiB in 51 packages [2021-01-21T02:38:18.425Z] Removing intermediate container bb1c5ab1db4e [2021-01-21T02:38:18.425Z] ---> a0bf95e10be2 [2021-01-21T02:38:18.425Z] [2021-01-21T02:38:18.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T02:38:18.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:38:18.692Z] Successfully built a0bf95e10be2 [2021-01-21T02:38:18.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:38:18.692Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-21T02:38:18.808Z] OK: 217 MiB in 51 packages [2021-01-21T02:38:19.090Z] OK: 217 MiB in 51 packages [2021-01-21T02:38:19.090Z] OK: 217 MiB in 51 packages [2021-01-21T02:38:19.090Z] OK: 217 MiB in 51 packages [2021-01-21T02:38:19.369Z] Removing intermediate container 90dd46cd4c39 [2021-01-21T02:38:19.369Z] ---> 1397b41f2885 [2021-01-21T02:38:19.369Z] Step 6/22 : COPY go.mod . [2021-01-21T02:38:19.678Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:38:19.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:38:20.365Z] Removing intermediate container 4e56640d3947 [2021-01-21T02:38:20.365Z] ---> 5a194a37dd02 [2021-01-21T02:38:20.365Z] Step 6/22 : COPY go.mod . [2021-01-21T02:38:20.365Z] ---> c9cd5fecc931 [2021-01-21T02:38:20.365Z] Step 7/22 : RUN go mod download [2021-01-21T02:38:20.642Z] ---> Running in 4e0440460fa8 [2021-01-21T02:38:21.245Z] Removing intermediate container ab4caa121390 [2021-01-21T02:38:21.245Z] ---> 4307e5aea890 [2021-01-21T02:38:21.245Z] Step 6/21 : COPY go.mod . [2021-01-21T02:38:21.245Z] Removing intermediate container a8ac2e009acb [2021-01-21T02:38:21.245Z] ---> 7ceae18f044f [2021-01-21T02:38:21.245Z] Step 6/24 : COPY go.mod . [2021-01-21T02:38:21.532Z] Removing intermediate container a5d8f5dd83b6 [2021-01-21T02:38:21.532Z] ---> 29233976dd7b [2021-01-21T02:38:21.532Z] Step 6/21 : COPY go.mod . [2021-01-21T02:38:21.532Z] ---> d1cd2b944276 [2021-01-21T02:38:21.532Z] Step 7/22 : RUN go mod download [2021-01-21T02:38:21.631Z] OK: 233 MiB in 51 packages [2021-01-21T02:38:21.631Z] OK: 233 MiB in 51 packages [2021-01-21T02:38:21.807Z] ---> Running in 5f4e374af599 [2021-01-21T02:38:22.421Z] ---> cc2ea4518eb0 [2021-01-21T02:38:22.421Z] Step 7/21 : RUN go mod download [2021-01-21T02:38:22.703Z] ---> Running in 51d4d245b2a3 [2021-01-21T02:38:22.703Z] ---> 0ffb611750d7 [2021-01-21T02:38:22.703Z] Step 7/21 : RUN go mod download [2021-01-21T02:38:22.703Z] ---> 6182c63bf8af [2021-01-21T02:38:22.703Z] Step 7/24 : RUN go mod download [2021-01-21T02:38:22.979Z] ---> Running in 131f17ba8bbe [2021-01-21T02:38:22.979Z] ---> Running in 0d81a02f775a [2021-01-21T02:38:24.006Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:38:24.006Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:38:24.006Z] ---> 4556475ffc42 [2021-01-21T02:38:24.006Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T02:38:24.006Z] ---> Using cache [2021-01-21T02:38:24.006Z] ---> 8f9b5d5d2533 [2021-01-21T02:38:24.006Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:38:24.006Z] ---> Using cache [2021-01-21T02:38:24.006Z] ---> 3f8370fd3ef7 [2021-01-21T02:38:24.006Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T02:38:24.006Z] ---> Using cache [2021-01-21T02:38:24.006Z] ---> 5b3bda13ce63 [2021-01-21T02:38:24.006Z] Step 6/22 : COPY go.mod . [2021-01-21T02:38:24.006Z] ---> Using cache [2021-01-21T02:38:24.006Z] ---> 8d4d5c9e156f [2021-01-21T02:38:24.006Z] Step 7/22 : RUN go mod download [2021-01-21T02:38:24.006Z] ---> Using cache [2021-01-21T02:38:24.006Z] ---> e981b1a9126f [2021-01-21T02:38:24.006Z] Step 8/22 : COPY . . [2021-01-21T02:38:24.275Z] ---> Using cache [2021-01-21T02:38:24.275Z] ---> 089d46f8dfaf [2021-01-21T02:38:24.275Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T02:38:24.275Z] Removing intermediate container 6403eabb7f9c [2021-01-21T02:38:24.275Z] ---> 8f0aad61646c [2021-01-21T02:38:24.275Z] Step 6/26 : COPY go.mod . [2021-01-21T02:38:24.275Z] Removing intermediate container 78cf3149e8a6 [2021-01-21T02:38:24.275Z] ---> dfb9edd61995 [2021-01-21T02:38:24.275Z] Step 6/23 : COPY go.mod . [2021-01-21T02:38:24.275Z] ---> Running in b8c1cddb092c [2021-01-21T02:38:24.436Z] Removing intermediate container 4e0440460fa8 [2021-01-21T02:38:24.436Z] ---> 4afc26df0e6c [2021-01-21T02:38:24.436Z] Step 8/22 : COPY . . [2021-01-21T02:38:24.545Z] ---> 4b7ab5a5797b [2021-01-21T02:38:24.545Z] Step 7/26 : RUN go mod download [2021-01-21T02:38:24.825Z] ---> 040f89991ba2 [2021-01-21T02:38:24.825Z] Step 7/23 : RUN go mod download [2021-01-21T02:38:24.825Z] ---> Running in 46551d826d72 [2021-01-21T02:38:24.825Z] ---> Running in 0e0ae84ef91c [2021-01-21T02:38:25.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T02:38:26.428Z] Removing intermediate container 5f4e374af599 [2021-01-21T02:38:26.428Z] ---> b4cc1f3231b3 [2021-01-21T02:38:26.428Z] Step 8/22 : COPY . . [2021-01-21T02:38:27.047Z] Removing intermediate container 51d4d245b2a3 [2021-01-21T02:38:27.047Z] ---> 0ed367593222 [2021-01-21T02:38:27.047Z] Step 8/21 : COPY . . [2021-01-21T02:38:27.372Z] Removing intermediate container 0e0ae84ef91c [2021-01-21T02:38:27.372Z] ---> 59c5e7b358d6 [2021-01-21T02:38:27.372Z] Step 8/23 : COPY . . [2021-01-21T02:38:27.372Z] Removing intermediate container 46551d826d72 [2021-01-21T02:38:27.372Z] ---> 53077169a98c [2021-01-21T02:38:27.372Z] Step 8/26 : COPY . . [2021-01-21T02:38:28.035Z] Removing intermediate container 131f17ba8bbe [2021-01-21T02:38:28.035Z] ---> fa0c74adc2b3 [2021-01-21T02:38:28.035Z] Step 8/21 : COPY . . [2021-01-21T02:38:28.309Z] Removing intermediate container 0d81a02f775a [2021-01-21T02:38:28.309Z] ---> 4d4aa6d1349a [2021-01-21T02:38:28.309Z] Step 8/24 : COPY . . [2021-01-21T02:38:43.432Z] ---> 74196c0aafa3 [2021-01-21T02:38:43.432Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T02:38:43.432Z] ---> 0ceda947bedd [2021-01-21T02:38:43.432Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T02:38:43.432Z] ---> 10d28c4c8b9c [2021-01-21T02:38:43.432Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T02:38:43.432Z] ---> Running in a20989087b32 [2021-01-21T02:38:43.432Z] ---> 9dba157e2aba [2021-01-21T02:38:43.432Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T02:38:43.713Z] ---> 3a1ee7ddd9a7 [2021-01-21T02:38:43.713Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T02:38:43.713Z] ---> Running in b0ca00d8cb77 [2021-01-21T02:38:43.713Z] ---> Running in 18f90b595ade [2021-01-21T02:38:43.713Z] ---> Running in 9cbc70e96cf1 [2021-01-21T02:38:43.713Z] ---> Running in 120b4bf2eaef [2021-01-21T02:38:45.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T02:38:45.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T02:38:45.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T02:38:45.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T02:38:45.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T02:38:49.757Z] Removing intermediate container 8a03d432376e [2021-01-21T02:38:49.757Z] ---> 04bdab2574ca [2021-01-21T02:38:49.757Z] [2021-01-21T02:38:49.757Z] Step 10/21 : FROM scratch [2021-01-21T02:38:49.757Z] ---> [2021-01-21T02:38:49.757Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T02:38:50.020Z] ---> Using cache [2021-01-21T02:38:50.020Z] ---> a8f0157ecfa1 [2021-01-21T02:38:50.020Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T02:38:51.417Z] ---> Running in 324073bfd641 [2021-01-21T02:38:52.814Z] Removing intermediate container 324073bfd641 [2021-01-21T02:38:52.814Z] ---> 37d4e642db61 [2021-01-21T02:38:52.814Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T02:38:53.762Z] ---> f06e6dbd4749 [2021-01-21T02:38:53.762Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T02:38:53.762Z] ---> Running in c4318cc900fc [2021-01-21T02:38:54.024Z] ---> 3456ef9618ba [2021-01-21T02:38:54.024Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T02:38:54.024Z] ---> Running in 13c84b662be2 [2021-01-21T02:38:54.024Z] Removing intermediate container b8c1cddb092c [2021-01-21T02:38:54.024Z] ---> f31aa2e6b467 [2021-01-21T02:38:54.025Z] [2021-01-21T02:38:54.025Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T02:38:54.025Z] ---> 389fef711851 [2021-01-21T02:38:54.025Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T02:38:54.025Z] ---> Using cache [2021-01-21T02:38:54.025Z] ---> 89558015969b [2021-01-21T02:38:54.025Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T02:38:54.287Z] ---> Running in 35888db240c9 [2021-01-21T02:38:54.287Z] ---> Running in c53000c80d40 [2021-01-21T02:38:54.287Z] Removing intermediate container c4318cc900fc [2021-01-21T02:38:54.287Z] ---> 752ed18d6963 [2021-01-21T02:38:54.287Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:38:54.554Z] Removing intermediate container c53000c80d40 [2021-01-21T02:38:54.554Z] ---> 8bcbdd6c9533 [2021-01-21T02:38:54.554Z] Step 13/22 : WORKDIR / [2021-01-21T02:38:54.818Z] ---> 8556dbe0aa25 [2021-01-21T02:38:54.818Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T02:38:54.818Z] ---> Running in 4d71d14e134c [2021-01-21T02:38:54.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T02:38:55.083Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T02:38:55.350Z] Removing intermediate container 4d71d14e134c [2021-01-21T02:38:55.350Z] ---> 3ce301b345ea [2021-01-21T02:38:55.350Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:38:55.350Z] ---> 87e72d2e601f [2021-01-21T02:38:55.350Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T02:38:55.614Z] ---> 6a21d2d57ab0 [2021-01-21T02:38:55.614Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T02:38:55.614Z] ---> dd0175b01372 [2021-01-21T02:38:55.614Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T02:38:55.884Z] ---> Running in 9e23319029d5 [2021-01-21T02:38:55.885Z] Removing intermediate container 9e23319029d5 [2021-01-21T02:38:55.885Z] ---> a542b4fbea15 [2021-01-21T02:38:55.885Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T02:38:56.466Z] ---> Running in 05d8f1525ffc [2021-01-21T02:38:56.466Z] ---> 919f6c0d693d [2021-01-21T02:38:56.466Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T02:38:57.892Z] Removing intermediate container 05d8f1525ffc [2021-01-21T02:38:57.892Z] ---> 8dc64d1f95bd [2021-01-21T02:38:57.892Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T02:38:57.892Z] ---> 111e2f87fe78 [2021-01-21T02:38:57.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T02:38:57.892Z] ---> Running in 06f454310794 [2021-01-21T02:38:58.174Z] Removing intermediate container 06f454310794 [2021-01-21T02:38:58.174Z] ---> ef5c14e4dd40 [2021-01-21T02:38:58.174Z] Step 20/21 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:38:58.174Z] ---> ed797ec0e939 [2021-01-21T02:38:58.174Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T02:38:58.447Z] ---> Running in 4b2749f7c51f [2021-01-21T02:38:58.447Z] ---> Running in 091199bc5cf5 [2021-01-21T02:38:58.721Z] Removing intermediate container 4b2749f7c51f [2021-01-21T02:38:58.721Z] ---> 23ed8b912bd9 [2021-01-21T02:38:58.721Z] Step 21/21 : LABEL version=2.0.0-dev.49 [2021-01-21T02:38:58.721Z] ---> Running in 8692cc7b16a8 [2021-01-21T02:38:59.311Z] Removing intermediate container 8692cc7b16a8 [2021-01-21T02:38:59.311Z] ---> 07d997d38f8b [2021-01-21T02:38:59.311Z] [2021-01-21T02:38:59.311Z] Successfully built 07d997d38f8b [2021-01-21T02:38:59.311Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-21T02:39:00.177Z]  Building docker-support-scheduler-go ... done Removing intermediate container 091199bc5cf5 [2021-01-21T02:39:00.177Z] ---> 49283d3cc86e [2021-01-21T02:39:00.177Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T02:39:00.450Z] ---> Running in 4ac0a6c06fe5 [2021-01-21T02:39:01.882Z] Removing intermediate container 4ac0a6c06fe5 [2021-01-21T02:39:01.882Z] ---> e116a292da23 [2021-01-21T02:39:01.882Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T02:39:01.882Z] ---> Running in 89a1773c0708 [2021-01-21T02:39:02.158Z] Removing intermediate container 89a1773c0708 [2021-01-21T02:39:02.158Z] ---> ae6600b4903d [2021-01-21T02:39:02.158Z] Step 21/22 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:39:02.158Z] ---> Running in f30300b0c518 [2021-01-21T02:39:02.432Z] Removing intermediate container f30300b0c518 [2021-01-21T02:39:02.432Z] ---> b12b7f26e092 [2021-01-21T02:39:02.432Z] Step 22/22 : LABEL version=2.0.0-dev.49 [2021-01-21T02:39:02.432Z] ---> Running in 2d1b05380264 [2021-01-21T02:39:03.025Z] Removing intermediate container 2d1b05380264 [2021-01-21T02:39:03.025Z] ---> 1091f23b68ce [2021-01-21T02:39:03.025Z] [2021-01-21T02:39:03.292Z] Successfully built 1091f23b68ce [2021-01-21T02:39:03.292Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-21T02:39:13.415Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 13c84b662be2 [2021-01-21T02:39:13.415Z] ---> 7c9927e92f59 [2021-01-21T02:39:13.415Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T02:39:13.415Z] ---> Running in 26d25a015a0b [2021-01-21T02:39:13.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T02:39:14.373Z] Removing intermediate container 26d25a015a0b [2021-01-21T02:39:14.373Z] ---> 6fc61ef1063b [2021-01-21T02:39:14.373Z] [2021-01-21T02:39:14.373Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T02:39:14.373Z] 20.10.0: Pulling from library/docker [2021-01-21T02:39:16.943Z] Removing intermediate container 35888db240c9 [2021-01-21T02:39:16.943Z] ---> 27d53cb52fd5 [2021-01-21T02:39:16.943Z] [2021-01-21T02:39:16.943Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T02:39:16.943Z] ---> 389fef711851 [2021-01-21T02:39:16.943Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T02:39:17.207Z] ---> Running in 4cfd487d31da [2021-01-21T02:39:17.472Z] Removing intermediate container 4cfd487d31da [2021-01-21T02:39:17.472Z] ---> 7169c702983a [2021-01-21T02:39:17.472Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T02:39:17.735Z] ---> Running in a5a48c9fc570 [2021-01-21T02:39:18.000Z] Removing intermediate container a5a48c9fc570 [2021-01-21T02:39:18.000Z] ---> c0d6fbb03050 [2021-01-21T02:39:18.000Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T02:39:18.000Z] ---> Running in 7cb5c89ab70d [2021-01-21T02:39:18.263Z] Removing intermediate container 7cb5c89ab70d [2021-01-21T02:39:18.263Z] ---> 8f63d17a13e2 [2021-01-21T02:39:18.263Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:39:18.532Z] ---> Running in f12b6d7c4236 [2021-01-21T02:39:19.938Z] Removing intermediate container f12b6d7c4236 [2021-01-21T02:39:19.938Z] ---> 941cc28c790d [2021-01-21T02:39:19.938Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T02:39:19.938Z] ---> Running in 038c4ce0e5d9 [2021-01-21T02:39:20.201Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T02:39:20.201Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T02:39:20.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:39:20.201Z] ---> aefe523efa57 [2021-01-21T02:39:20.201Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T02:39:20.464Z] ---> Running in 76279118c68a [2021-01-21T02:39:20.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:39:20.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:39:20.989Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T02:39:20.989Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T02:39:20.989Z] Executing bash-5.0.17-r0.post-install [2021-01-21T02:39:20.989Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:39:20.989Z] OK: 12 MiB in 22 packages [2021-01-21T02:39:21.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:39:21.565Z] Removing intermediate container 76279118c68a [2021-01-21T02:39:21.565Z] ---> 9e2bd8f752cb [2021-01-21T02:39:21.565Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T02:39:21.565Z] ---> Running in 521a79dfb87f [2021-01-21T02:39:21.829Z] Removing intermediate container 521a79dfb87f [2021-01-21T02:39:21.829Z] ---> 798f53459c54 [2021-01-21T02:39:21.829Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T02:39:21.829Z] ---> Running in b9e4f44c6a4a [2021-01-21T02:39:22.091Z] Removing intermediate container b9e4f44c6a4a [2021-01-21T02:39:22.091Z] ---> cf2f5e941d60 [2021-01-21T02:39:22.091Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T02:39:22.091Z] ---> Running in 3dbe0b7b365f [2021-01-21T02:39:22.360Z] Removing intermediate container 3dbe0b7b365f [2021-01-21T02:39:22.360Z] ---> c47b81cd3dfe [2021-01-21T02:39:22.360Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T02:39:22.622Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T02:39:22.622Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T02:39:22.622Z] ---> dcf33894d9ea [2021-01-21T02:39:22.622Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T02:39:22.885Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T02:39:22.885Z] ---> f38251507da6 [2021-01-21T02:39:22.885Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T02:39:23.148Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T02:39:23.416Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T02:39:23.416Z] ---> 17bcdc358296 [2021-01-21T02:39:23.416Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T02:39:23.416Z] ---> Running in 9e5b88d53a0b [2021-01-21T02:39:23.416Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:39:23.416Z] OK: 8 MiB in 19 packages [2021-01-21T02:39:23.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:39:23.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:39:23.985Z] Removing intermediate container 038c4ce0e5d9 [2021-01-21T02:39:23.985Z] ---> d48ac3d85566 [2021-01-21T02:39:23.985Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:39:23.985Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T02:39:23.985Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T02:39:23.985Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T02:39:23.985Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T02:39:23.985Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T02:39:23.985Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T02:39:24.247Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T02:39:24.247Z] ---> 3f215b0d13e6 [2021-01-21T02:39:24.247Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T02:39:28.472Z] ---> 49ba4a79e345 [2021-01-21T02:39:28.473Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T02:39:28.473Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T02:39:28.473Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T02:39:28.473Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T02:39:28.473Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T02:39:28.473Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T02:39:28.473Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T02:39:28.473Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T02:39:28.473Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T02:39:28.473Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T02:39:28.473Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T02:39:29.047Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T02:39:29.047Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T02:39:29.310Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T02:39:29.310Z] ---> 13bc1bbe8a7e [2021-01-21T02:39:29.310Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T02:39:29.310Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T02:39:29.310Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T02:39:29.310Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T02:39:29.310Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T02:39:29.571Z] ---> Running in 9d6e94b46978 [2021-01-21T02:39:29.571Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T02:39:29.571Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T02:39:29.571Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T02:39:29.571Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T02:39:29.571Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T02:39:29.571Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T02:39:30.145Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T02:39:30.145Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T02:39:30.145Z] Removing intermediate container 9d6e94b46978 [2021-01-21T02:39:30.145Z] ---> 569fe07b6534 [2021-01-21T02:39:30.145Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T02:39:30.145Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T02:39:31.092Z] ---> Running in aa30ac5a9e0e [2021-01-21T02:39:31.092Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:39:31.092Z] OK: 71 MiB in 55 packages [2021-01-21T02:39:31.355Z] Removing intermediate container aa30ac5a9e0e [2021-01-21T02:39:31.355Z] ---> 4254f70ded89 [2021-01-21T02:39:31.355Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T02:39:31.355Z] ---> Running in 8f39f3b41914 [2021-01-21T02:39:31.623Z] Removing intermediate container 8f39f3b41914 [2021-01-21T02:39:31.623Z] ---> af4af82eb762 [2021-01-21T02:39:31.623Z] Step 22/23 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:39:31.623Z] ---> Running in 4ef078dacf84 [2021-01-21T02:39:33.547Z] Removing intermediate container 4ef078dacf84 [2021-01-21T02:39:33.547Z] ---> f49b83681463 [2021-01-21T02:39:33.547Z] Step 23/23 : LABEL version=2.0.0-dev.49 [2021-01-21T02:39:36.103Z] ---> Running in 26978d6f59d9 [2021-01-21T02:39:36.103Z] Removing intermediate container 9e5b88d53a0b [2021-01-21T02:39:36.103Z] ---> be682ec9ec6d [2021-01-21T02:39:36.103Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T02:39:36.103Z] ---> Running in b12a485cdbce [2021-01-21T02:39:36.103Z] Removing intermediate container 26978d6f59d9 [2021-01-21T02:39:36.103Z] ---> 1be0a03a5f9b [2021-01-21T02:39:36.103Z] [2021-01-21T02:39:36.103Z] Successfully built 1be0a03a5f9b [2021-01-21T02:39:36.365Z] Successfully tagged docker-core-data-go:latest [2021-01-21T02:39:37.759Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-21T02:39:37.759Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T02:39:37.759Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T02:39:37.759Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T02:39:38.333Z] Collecting PyYAML<4,>=3.10 [2021-01-21T02:39:38.333Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T02:39:39.281Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-21T02:39:39.281Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T02:39:39.281Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T02:39:39.542Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T02:39:39.542Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T02:39:39.805Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T02:39:39.805Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T02:39:39.805Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T02:39:40.067Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T02:39:40.329Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T02:39:40.329Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T02:39:40.329Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T02:39:40.329Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T02:39:40.591Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T02:39:40.591Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T02:39:41.173Z] Collecting idna<2.8,>=2.5 [2021-01-21T02:39:41.173Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T02:39:41.173Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-21T02:39:41.173Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T02:39:41.173Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T02:39:41.435Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-21T02:39:41.435Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T02:39:41.435Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T02:39:41.435Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T02:39:41.435Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T02:39:41.435Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T02:39:41.435Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T02:39:41.696Z] Installing collected packages: dockerpty, PyYAML, texttable, cached-property, jsonschema, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, docker-compose [2021-01-21T02:39:41.697Z] Running setup.py install for dockerpty: started [2021-01-21T02:39:41.962Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T02:39:41.962Z] Running setup.py install for PyYAML: started [2021-01-21T02:39:42.536Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T02:39:42.536Z] Running setup.py install for texttable: started [2021-01-21T02:39:43.112Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T02:39:44.504Z] Attempting uninstall: idna [2021-01-21T02:39:44.504Z] Found existing installation: idna 2.9 [2021-01-21T02:39:44.504Z] Uninstalling idna-2.9: [2021-01-21T02:39:44.504Z] Successfully uninstalled idna-2.9 [2021-01-21T02:39:44.504Z] Attempting uninstall: urllib3 [2021-01-21T02:39:44.504Z] Found existing installation: urllib3 1.25.9 [2021-01-21T02:39:44.504Z] Uninstalling urllib3-1.25.9: [2021-01-21T02:39:44.504Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T02:39:44.765Z] Attempting uninstall: requests [2021-01-21T02:39:44.765Z] Found existing installation: requests 2.23.0 [2021-01-21T02:39:44.765Z] Uninstalling requests-2.23.0: [2021-01-21T02:39:44.765Z] Successfully uninstalled requests-2.23.0 [2021-01-21T02:39:45.341Z] Running setup.py install for docopt: started [2021-01-21T02:39:45.604Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T02:39:45.866Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-21T02:39:49.177Z] Removing intermediate container b12a485cdbce [2021-01-21T02:39:49.177Z] ---> 90705dac88cf [2021-01-21T02:39:49.177Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T02:39:49.177Z] ---> Running in 96b380c905b2 [2021-01-21T02:39:49.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T02:39:49.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T02:39:49.440Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T02:39:49.440Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T02:39:49.440Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T02:39:49.440Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:39:49.440Z] OK: 72 MiB in 58 packages [2021-01-21T02:39:50.018Z] Removing intermediate container 96b380c905b2 [2021-01-21T02:39:50.018Z] ---> 7ae11fd971c6 [2021-01-21T02:39:50.018Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T02:39:50.018Z] ---> Running in 0438cc2f5331 [2021-01-21T02:39:50.281Z] Removing intermediate container 0438cc2f5331 [2021-01-21T02:39:50.281Z] ---> f9807c5b19e8 [2021-01-21T02:39:50.281Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T02:39:50.281Z] ---> Running in 3bbcc8150438 [2021-01-21T02:39:50.544Z] Removing intermediate container 3bbcc8150438 [2021-01-21T02:39:50.544Z] ---> 2b9e7ec9589d [2021-01-21T02:39:50.544Z] Step 24/26 : LABEL arch=x86_64 [2021-01-21T02:39:50.544Z] ---> Running in 0c85e7238903 [2021-01-21T02:39:50.812Z] Removing intermediate container 0c85e7238903 [2021-01-21T02:39:50.812Z] ---> 2d829db19820 [2021-01-21T02:39:50.812Z] Step 25/26 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:39:50.812Z] ---> Running in 7c14d3dab45a [2021-01-21T02:39:51.074Z] Removing intermediate container 7c14d3dab45a [2021-01-21T02:39:51.074Z] ---> dee511009440 [2021-01-21T02:39:51.074Z] Step 26/26 : LABEL version=2.0.0-dev.49 [2021-01-21T02:39:51.074Z] ---> Running in be0256919a1b [2021-01-21T02:39:51.074Z] Removing intermediate container be0256919a1b [2021-01-21T02:39:51.074Z] ---> 8dbcbe01dfad [2021-01-21T02:39:51.074Z] [2021-01-21T02:39:51.336Z] Successfully built 8dbcbe01dfad [2021-01-21T02:39:51.336Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-21T02:39:52.296Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-21T02:39:52.304Z] $ docker stop --time=1 3ee7e375b8a4ab0d395dc606a743b67392c6114757eaeb00b9179f7f0cefc8bd [2021-01-21T02:39:53.829Z] $ docker rm -f 3ee7e375b8a4ab0d395dc606a743b67392c6114757eaeb00b9179f7f0cefc8bd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T02:39:54.432Z] + docker images [2021-01-21T02:39:54.432Z] + grep docker [2021-01-21T02:39:54.432Z] docker-sys-mgmt-agent-go latest 8dbcbe01dfad 3 seconds ago 313MB [2021-01-21T02:39:54.433Z] docker-core-data-go latest 1be0a03a5f9b 19 seconds ago 22.3MB [2021-01-21T02:39:54.433Z] docker-security-bootstrap-redis-go latest 1091f23b68ce 52 seconds ago 15.8MB [2021-01-21T02:39:54.433Z] docker-support-scheduler-go latest 07d997d38f8b 56 seconds ago 10.7MB [2021-01-21T02:39:54.433Z] docker-security-secretstore-setup-go latest a0bf95e10be2 About a minute ago 24.6MB [2021-01-21T02:39:54.433Z] docker-security-proxy-setup-go latest 3b2b3244e1d4 About a minute ago 24.4MB [2021-01-21T02:39:54.433Z] docker-support-notifications-go latest ac3df551fc25 2 minutes ago 12MB [2021-01-21T02:39:54.433Z] docker-core-metadata-go latest 7ddc14b1d3e6 2 minutes ago 13.1MB [2021-01-21T02:39:54.433Z] docker-core-command-go latest e43808a5a18a 2 minutes ago 10.6MB [2021-01-21T02:39:54.433Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:39:55.006Z] provisioning config files... [2021-01-21T02:39:55.098Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/312@tmp/config1976946696647194781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:39:55.620Z] ---> docker-login.sh [2021-01-21T02:39:55.620Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:39:55.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:39:55.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:39:55.621Z] Configure a credential helper to remove this warning. See [2021-01-21T02:39:55.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:39:55.621Z] [2021-01-21T02:39:55.621Z] Login Succeeded [2021-01-21T02:39:55.621Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:39:55.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:39:55.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:39:55.883Z] Configure a credential helper to remove this warning. See [2021-01-21T02:39:55.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:39:55.883Z] [2021-01-21T02:39:55.883Z] Login Succeeded [2021-01-21T02:39:55.883Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:39:56.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:39:56.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:39:56.145Z] Configure a credential helper to remove this warning. See [2021-01-21T02:39:56.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:39:56.145Z] [2021-01-21T02:39:56.145Z] Login Succeeded [2021-01-21T02:39:56.145Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:39:56.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:39:56.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:39:56.406Z] Configure a credential helper to remove this warning. See [2021-01-21T02:39:56.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:39:56.406Z] [2021-01-21T02:39:56.406Z] Login Succeeded [2021-01-21T02:39:56.406Z] docker.io [2021-01-21T02:39:56.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:39:56.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:39:56.669Z] Configure a credential helper to remove this warning. See [2021-01-21T02:39:56.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:39:56.669Z] [2021-01-21T02:39:56.669Z] Login Succeeded [2021-01-21T02:39:56.669Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:39:56.679Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:39:56.903Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-21T02:39:56.903Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:39:56.903Z] 2.0.0-dev.49 [2021-01-21T02:39:56.903Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:39:56.903Z] master [2021-01-21T02:39:56.903Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:39:57.385Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:39:57.686Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:39:57.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-21T02:39:57.686Z] 6f6232d89b27: Preparing [2021-01-21T02:39:57.686Z] 40dbcc130308: Preparing [2021-01-21T02:39:57.686Z] 630acb0e1ef8: Preparing [2021-01-21T02:39:57.949Z] 630acb0e1ef8: Pushed [2021-01-21T02:39:57.949Z] 6f6232d89b27: Pushed [2021-01-21T02:39:58.522Z] 40dbcc130308: Pushed [2021-01-21T02:39:58.785Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:ac8fb8ec0d29ee8434e636d4455db6fc139a00b549186d62cb73187738182cd3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:39:59.095Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:39:59.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.49 [2021-01-21T02:39:59.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-21T02:39:59.401Z] 6f6232d89b27: Preparing [2021-01-21T02:39:59.401Z] 40dbcc130308: Preparing [2021-01-21T02:39:59.401Z] 630acb0e1ef8: Preparing [2021-01-21T02:39:59.401Z] 6f6232d89b27: Layer already exists [2021-01-21T02:39:59.401Z] 40dbcc130308: Layer already exists [2021-01-21T02:39:59.401Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:39:59.401Z] 2.0.0-dev.49: digest: sha256:ac8fb8ec0d29ee8434e636d4455db6fc139a00b549186d62cb73187738182cd3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:39:59.711Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:00.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:00.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-21T02:40:00.013Z] 6f6232d89b27: Preparing [2021-01-21T02:40:00.013Z] 40dbcc130308: Preparing [2021-01-21T02:40:00.013Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:00.013Z] 40dbcc130308: Layer already exists [2021-01-21T02:40:00.013Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:00.013Z] 6f6232d89b27: Layer already exists [2021-01-21T02:40:00.013Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:ac8fb8ec0d29ee8434e636d4455db6fc139a00b549186d62cb73187738182cd3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:00.325Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:00.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-21T02:40:00.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-21T02:40:00.627Z] 6f6232d89b27: Preparing [2021-01-21T02:40:00.627Z] 40dbcc130308: Preparing [2021-01-21T02:40:00.627Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:00.627Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:00.627Z] 6f6232d89b27: Layer already exists [2021-01-21T02:40:00.627Z] 40dbcc130308: Layer already exists [2021-01-21T02:40:00.627Z] master: digest: sha256:ac8fb8ec0d29ee8434e636d4455db6fc139a00b549186d62cb73187738182cd3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:40:00.823Z] ===================================================== [Pipeline] echo [2021-01-21T02:40:00.871Z] taggedImages: [2021-01-21T02:40:00.871Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:00.871Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.49 [2021-01-21T02:40:00.871Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:00.871Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-21T02:40:00.951Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-21T02:40:00.951Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:00.951Z] 2.0.0-dev.49 [2021-01-21T02:40:00.951Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:00.951Z] master [2021-01-21T02:40:00.951Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:01.463Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:01.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:01.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-21T02:40:01.769Z] 69157152eba1: Preparing [2021-01-21T02:40:01.769Z] d416de484090: Preparing [2021-01-21T02:40:01.769Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:01.769Z] f57eb6d99915: Preparing [2021-01-21T02:40:01.769Z] 4771631f33c2: Preparing [2021-01-21T02:40:01.769Z] 777b2c648970: Preparing [2021-01-21T02:40:01.769Z] 777b2c648970: Waiting [2021-01-21T02:40:01.769Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:01.769Z] 777b2c648970: Layer already exists [2021-01-21T02:40:01.769Z] 69157152eba1: Pushed [2021-01-21T02:40:02.034Z] 4771631f33c2: Pushed [2021-01-21T02:40:02.034Z] f57eb6d99915: Pushed [2021-01-21T02:40:03.017Z] d416de484090: Pushed [2021-01-21T02:40:03.279Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:63892b1b446b948f0b18a229c422947838a9f12e35196207cc05862453ea7702 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:03.583Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:03.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.49 [2021-01-21T02:40:03.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-21T02:40:03.879Z] 69157152eba1: Preparing [2021-01-21T02:40:03.879Z] d416de484090: Preparing [2021-01-21T02:40:03.879Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:03.879Z] f57eb6d99915: Preparing [2021-01-21T02:40:03.879Z] 4771631f33c2: Preparing [2021-01-21T02:40:03.879Z] 777b2c648970: Preparing [2021-01-21T02:40:03.879Z] 777b2c648970: Waiting [2021-01-21T02:40:03.879Z] 69157152eba1: Layer already exists [2021-01-21T02:40:03.879Z] f57eb6d99915: Layer already exists [2021-01-21T02:40:03.879Z] 4771631f33c2: Layer already exists [2021-01-21T02:40:03.879Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:03.879Z] d416de484090: Layer already exists [2021-01-21T02:40:03.879Z] 777b2c648970: Layer already exists [2021-01-21T02:40:03.879Z] 2.0.0-dev.49: digest: sha256:63892b1b446b948f0b18a229c422947838a9f12e35196207cc05862453ea7702 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:04.185Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:04.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:04.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-21T02:40:04.486Z] 69157152eba1: Preparing [2021-01-21T02:40:04.486Z] d416de484090: Preparing [2021-01-21T02:40:04.486Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:04.486Z] f57eb6d99915: Preparing [2021-01-21T02:40:04.486Z] 4771631f33c2: Preparing [2021-01-21T02:40:04.486Z] 777b2c648970: Preparing [2021-01-21T02:40:04.486Z] 777b2c648970: Waiting [2021-01-21T02:40:04.486Z] d416de484090: Layer already exists [2021-01-21T02:40:04.486Z] 69157152eba1: Layer already exists [2021-01-21T02:40:04.486Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:04.486Z] f57eb6d99915: Layer already exists [2021-01-21T02:40:04.486Z] 4771631f33c2: Layer already exists [2021-01-21T02:40:04.486Z] 777b2c648970: Layer already exists [2021-01-21T02:40:04.486Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:63892b1b446b948f0b18a229c422947838a9f12e35196207cc05862453ea7702 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:04.791Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:05.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-21T02:40:05.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-21T02:40:05.090Z] 69157152eba1: Preparing [2021-01-21T02:40:05.090Z] d416de484090: Preparing [2021-01-21T02:40:05.090Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:05.090Z] f57eb6d99915: Preparing [2021-01-21T02:40:05.090Z] 4771631f33c2: Preparing [2021-01-21T02:40:05.090Z] 777b2c648970: Preparing [2021-01-21T02:40:05.090Z] 777b2c648970: Waiting [2021-01-21T02:40:05.090Z] 4771631f33c2: Layer already exists [2021-01-21T02:40:05.090Z] d416de484090: Layer already exists [2021-01-21T02:40:05.090Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:05.090Z] f57eb6d99915: Layer already exists [2021-01-21T02:40:05.090Z] 69157152eba1: Layer already exists [2021-01-21T02:40:05.090Z] 777b2c648970: Layer already exists [2021-01-21T02:40:05.090Z] master: digest: sha256:63892b1b446b948f0b18a229c422947838a9f12e35196207cc05862453ea7702 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:40:05.298Z] ===================================================== [Pipeline] echo [2021-01-21T02:40:05.345Z] taggedImages: [2021-01-21T02:40:05.345Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:05.345Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.49 [2021-01-21T02:40:05.345Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:05.345Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-21T02:40:05.410Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-21T02:40:05.410Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:05.410Z] 2.0.0-dev.49 [2021-01-21T02:40:05.410Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:05.410Z] master [2021-01-21T02:40:05.410Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:05.904Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:06.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:06.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-21T02:40:06.205Z] 10af31e199e9: Preparing [2021-01-21T02:40:06.205Z] f99c1ceaead3: Preparing [2021-01-21T02:40:06.205Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:06.205Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:06.205Z] 10af31e199e9: Pushed [2021-01-21T02:40:07.596Z] f99c1ceaead3: Pushed [2021-01-21T02:40:07.596Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:148fb9ec380a789951bdf6ca8e4d8f31168ca5c173ae50727b3c88cf5b2bdb7e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:07.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T02:40:07.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T02:40:07.906Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:08.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.49 [2021-01-21T02:40:08.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-21T02:40:08.207Z] 10af31e199e9: Preparing [2021-01-21T02:40:08.207Z] f99c1ceaead3: Preparing [2021-01-21T02:40:08.207Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:08.207Z] f99c1ceaead3: Layer already exists [2021-01-21T02:40:08.207Z] 10af31e199e9: Layer already exists [2021-01-21T02:40:08.207Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:08.207Z] 2.0.0-dev.49: digest: sha256:148fb9ec380a789951bdf6ca8e4d8f31168ca5c173ae50727b3c88cf5b2bdb7e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:08.512Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:08.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:08.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-21T02:40:08.815Z] 10af31e199e9: Preparing [2021-01-21T02:40:08.815Z] f99c1ceaead3: Preparing [2021-01-21T02:40:08.815Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:08.815Z] 10af31e199e9: Layer already exists [2021-01-21T02:40:08.815Z] f99c1ceaead3: Layer already exists [2021-01-21T02:40:08.815Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:08.815Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:148fb9ec380a789951bdf6ca8e4d8f31168ca5c173ae50727b3c88cf5b2bdb7e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:09.120Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:09.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-21T02:40:09.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-21T02:40:09.428Z] 10af31e199e9: Preparing [2021-01-21T02:40:09.428Z] f99c1ceaead3: Preparing [2021-01-21T02:40:09.428Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:09.428Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:09.428Z] f99c1ceaead3: Layer already exists [2021-01-21T02:40:09.428Z] 10af31e199e9: Layer already exists [2021-01-21T02:40:09.428Z] master: digest: sha256:148fb9ec380a789951bdf6ca8e4d8f31168ca5c173ae50727b3c88cf5b2bdb7e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:40:09.630Z] ===================================================== [Pipeline] echo [2021-01-21T02:40:09.681Z] taggedImages: [2021-01-21T02:40:09.681Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:09.681Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.49 [2021-01-21T02:40:09.681Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:09.681Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-21T02:40:09.748Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-21T02:40:09.748Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:09.748Z] 2.0.0-dev.49 [2021-01-21T02:40:09.748Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:09.748Z] master [2021-01-21T02:40:09.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:10.263Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:10.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:10.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-21T02:40:10.565Z] 06d3cfa2f289: Preparing [2021-01-21T02:40:10.565Z] df02b892f8ef: Preparing [2021-01-21T02:40:10.565Z] 1581db2c421b: Preparing [2021-01-21T02:40:10.565Z] 584c301c8ccc: Preparing [2021-01-21T02:40:10.565Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:10.565Z] e496b82adbe6: Preparing [2021-01-21T02:40:10.565Z] 777b2c648970: Preparing [2021-01-21T02:40:10.565Z] e496b82adbe6: Waiting [2021-01-21T02:40:10.565Z] 777b2c648970: Waiting [2021-01-21T02:40:10.565Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:10.832Z] 1581db2c421b: Pushed [2021-01-21T02:40:10.832Z] 06d3cfa2f289: Pushed [2021-01-21T02:40:10.832Z] df02b892f8ef: Pushed [2021-01-21T02:40:10.832Z] 777b2c648970: Layer already exists [2021-01-21T02:40:11.104Z] e496b82adbe6: Pushed [2021-01-21T02:40:11.687Z] 584c301c8ccc: Pushed [2021-01-21T02:40:11.687Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:325cfde753ca16b4e870c1a14ba9c4a08424dbe716846f1931c1d307f4a56727 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:11.994Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:12.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.49 [2021-01-21T02:40:12.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-21T02:40:12.295Z] 06d3cfa2f289: Preparing [2021-01-21T02:40:12.295Z] df02b892f8ef: Preparing [2021-01-21T02:40:12.295Z] 1581db2c421b: Preparing [2021-01-21T02:40:12.295Z] 584c301c8ccc: Preparing [2021-01-21T02:40:12.295Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:12.295Z] e496b82adbe6: Preparing [2021-01-21T02:40:12.295Z] 777b2c648970: Preparing [2021-01-21T02:40:12.295Z] e496b82adbe6: Waiting [2021-01-21T02:40:12.296Z] 777b2c648970: Waiting [2021-01-21T02:40:12.296Z] 1581db2c421b: Layer already exists [2021-01-21T02:40:12.296Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:12.296Z] df02b892f8ef: Layer already exists [2021-01-21T02:40:12.296Z] 584c301c8ccc: Layer already exists [2021-01-21T02:40:12.296Z] 06d3cfa2f289: Layer already exists [2021-01-21T02:40:12.296Z] e496b82adbe6: Layer already exists [2021-01-21T02:40:12.296Z] 777b2c648970: Layer already exists [2021-01-21T02:40:12.296Z] 2.0.0-dev.49: digest: sha256:325cfde753ca16b4e870c1a14ba9c4a08424dbe716846f1931c1d307f4a56727 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:12.603Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:12.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:12.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-21T02:40:12.905Z] 06d3cfa2f289: Preparing [2021-01-21T02:40:12.905Z] df02b892f8ef: Preparing [2021-01-21T02:40:12.905Z] 1581db2c421b: Preparing [2021-01-21T02:40:12.906Z] 584c301c8ccc: Preparing [2021-01-21T02:40:12.906Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:12.906Z] e496b82adbe6: Preparing [2021-01-21T02:40:12.906Z] 777b2c648970: Preparing [2021-01-21T02:40:12.906Z] e496b82adbe6: Waiting [2021-01-21T02:40:12.906Z] 777b2c648970: Waiting [2021-01-21T02:40:12.906Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:12.906Z] 1581db2c421b: Layer already exists [2021-01-21T02:40:12.906Z] df02b892f8ef: Layer already exists [2021-01-21T02:40:12.906Z] 584c301c8ccc: Layer already exists [2021-01-21T02:40:12.906Z] 06d3cfa2f289: Layer already exists [2021-01-21T02:40:12.906Z] e496b82adbe6: Layer already exists [2021-01-21T02:40:12.906Z] 777b2c648970: Layer already exists [2021-01-21T02:40:12.906Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:325cfde753ca16b4e870c1a14ba9c4a08424dbe716846f1931c1d307f4a56727 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:13.656Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:14.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-21T02:40:14.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-21T02:40:14.307Z] 06d3cfa2f289: Preparing [2021-01-21T02:40:14.307Z] df02b892f8ef: Preparing [2021-01-21T02:40:14.307Z] 1581db2c421b: Preparing [2021-01-21T02:40:14.307Z] 584c301c8ccc: Preparing [2021-01-21T02:40:14.307Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:14.308Z] e496b82adbe6: Preparing [2021-01-21T02:40:14.308Z] 777b2c648970: Preparing [2021-01-21T02:40:14.308Z] e496b82adbe6: Waiting [2021-01-21T02:40:14.308Z] 777b2c648970: Waiting [2021-01-21T02:40:14.308Z] 584c301c8ccc: Layer already exists [2021-01-21T02:40:14.308Z] 06d3cfa2f289: Layer already exists [2021-01-21T02:40:14.308Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:14.308Z] 1581db2c421b: Layer already exists [2021-01-21T02:40:14.308Z] df02b892f8ef: Layer already exists [2021-01-21T02:40:14.308Z] e496b82adbe6: Layer already exists [2021-01-21T02:40:14.308Z] 777b2c648970: Layer already exists [2021-01-21T02:40:14.308Z] master: digest: sha256:325cfde753ca16b4e870c1a14ba9c4a08424dbe716846f1931c1d307f4a56727 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:40:14.557Z] ===================================================== [Pipeline] echo [2021-01-21T02:40:14.606Z] taggedImages: [2021-01-21T02:40:14.606Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:14.606Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.49 [2021-01-21T02:40:14.606Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:14.606Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-21T02:40:14.678Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-21T02:40:14.678Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:14.678Z] 2.0.0-dev.49 [2021-01-21T02:40:14.678Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:14.678Z] master [2021-01-21T02:40:14.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:15.211Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:15.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:15.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-21T02:40:15.516Z] 5add659509f0: Preparing [2021-01-21T02:40:15.516Z] 642826a09fc7: Preparing [2021-01-21T02:40:15.516Z] 5fe2a4e49a51: Preparing [2021-01-21T02:40:15.516Z] 9f639f9b673f: Preparing [2021-01-21T02:40:15.516Z] afd1959ccbfc: Preparing [2021-01-21T02:40:15.516Z] 777b2c648970: Preparing [2021-01-21T02:40:15.516Z] 777b2c648970: Waiting [2021-01-21T02:40:15.778Z] 9f639f9b673f: Pushed [2021-01-21T02:40:15.778Z] 777b2c648970: Layer already exists [2021-01-21T02:40:15.778Z] 5fe2a4e49a51: Pushed [2021-01-21T02:40:16.040Z] afd1959ccbfc: Pushed [2021-01-21T02:40:16.614Z] 5add659509f0: Pushed [2021-01-21T02:40:16.614Z] 642826a09fc7: Pushed [2021-01-21T02:40:16.876Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:029fbb400f7824955bb71be9241634b203149a60c86e35aad1fc33ddf0af1dd7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:17.182Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:17.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.49 [2021-01-21T02:40:17.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-21T02:40:17.479Z] 5add659509f0: Preparing [2021-01-21T02:40:17.479Z] 642826a09fc7: Preparing [2021-01-21T02:40:17.479Z] 5fe2a4e49a51: Preparing [2021-01-21T02:40:17.479Z] 9f639f9b673f: Preparing [2021-01-21T02:40:17.479Z] afd1959ccbfc: Preparing [2021-01-21T02:40:17.479Z] 777b2c648970: Preparing [2021-01-21T02:40:17.479Z] 777b2c648970: Waiting [2021-01-21T02:40:17.479Z] 5fe2a4e49a51: Layer already exists [2021-01-21T02:40:17.479Z] 642826a09fc7: Layer already exists [2021-01-21T02:40:17.479Z] 9f639f9b673f: Layer already exists [2021-01-21T02:40:17.479Z] 5add659509f0: Layer already exists [2021-01-21T02:40:17.479Z] afd1959ccbfc: Layer already exists [2021-01-21T02:40:17.479Z] 777b2c648970: Layer already exists [2021-01-21T02:40:17.741Z] 2.0.0-dev.49: digest: sha256:029fbb400f7824955bb71be9241634b203149a60c86e35aad1fc33ddf0af1dd7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:18.053Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:18.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:18.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-21T02:40:18.351Z] 5add659509f0: Preparing [2021-01-21T02:40:18.351Z] 642826a09fc7: Preparing [2021-01-21T02:40:18.351Z] 5fe2a4e49a51: Preparing [2021-01-21T02:40:18.351Z] 9f639f9b673f: Preparing [2021-01-21T02:40:18.351Z] afd1959ccbfc: Preparing [2021-01-21T02:40:18.351Z] 777b2c648970: Preparing [2021-01-21T02:40:18.351Z] 777b2c648970: Waiting [2021-01-21T02:40:18.351Z] 5fe2a4e49a51: Layer already exists [2021-01-21T02:40:18.351Z] afd1959ccbfc: Layer already exists [2021-01-21T02:40:18.351Z] 9f639f9b673f: Layer already exists [2021-01-21T02:40:18.351Z] 642826a09fc7: Layer already exists [2021-01-21T02:40:18.351Z] 5add659509f0: Layer already exists [2021-01-21T02:40:18.351Z] 777b2c648970: Layer already exists [2021-01-21T02:40:18.351Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:029fbb400f7824955bb71be9241634b203149a60c86e35aad1fc33ddf0af1dd7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:18.652Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:18.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-21T02:40:18.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-21T02:40:18.948Z] 5add659509f0: Preparing [2021-01-21T02:40:18.948Z] 642826a09fc7: Preparing [2021-01-21T02:40:18.948Z] 5fe2a4e49a51: Preparing [2021-01-21T02:40:18.948Z] 9f639f9b673f: Preparing [2021-01-21T02:40:18.948Z] afd1959ccbfc: Preparing [2021-01-21T02:40:18.948Z] 777b2c648970: Preparing [2021-01-21T02:40:18.948Z] 777b2c648970: Waiting [2021-01-21T02:40:18.948Z] 5add659509f0: Layer already exists [2021-01-21T02:40:18.948Z] 642826a09fc7: Layer already exists [2021-01-21T02:40:18.948Z] 9f639f9b673f: Layer already exists [2021-01-21T02:40:18.948Z] afd1959ccbfc: Layer already exists [2021-01-21T02:40:18.948Z] 5fe2a4e49a51: Layer already exists [2021-01-21T02:40:18.948Z] 777b2c648970: Layer already exists [2021-01-21T02:40:18.948Z] master: digest: sha256:029fbb400f7824955bb71be9241634b203149a60c86e35aad1fc33ddf0af1dd7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:40:19.130Z] ===================================================== [Pipeline] echo [2021-01-21T02:40:19.185Z] taggedImages: [2021-01-21T02:40:19.185Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:19.185Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.49 [2021-01-21T02:40:19.185Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:19.185Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-21T02:40:19.249Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-21T02:40:19.249Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:19.249Z] 2.0.0-dev.49 [2021-01-21T02:40:19.249Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:19.249Z] master [2021-01-21T02:40:19.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:19.727Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:20.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:20.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-21T02:40:20.026Z] bd30bf7ec0ae: Preparing [2021-01-21T02:40:20.026Z] c78199bb63d6: Preparing [2021-01-21T02:40:20.026Z] d89c3e43b4d4: Preparing [2021-01-21T02:40:20.026Z] 3778cf148701: Preparing [2021-01-21T02:40:20.026Z] e36175a688ec: Preparing [2021-01-21T02:40:20.026Z] 021f09908ab4: Preparing [2021-01-21T02:40:20.026Z] 7b9b66a34978: Preparing [2021-01-21T02:40:20.026Z] e496b82adbe6: Preparing [2021-01-21T02:40:20.026Z] 777b2c648970: Preparing [2021-01-21T02:40:20.026Z] 7b9b66a34978: Waiting [2021-01-21T02:40:20.026Z] 021f09908ab4: Waiting [2021-01-21T02:40:20.026Z] e496b82adbe6: Waiting [2021-01-21T02:40:20.026Z] 777b2c648970: Waiting [2021-01-21T02:40:20.295Z] c78199bb63d6: Pushed [2021-01-21T02:40:20.295Z] bd30bf7ec0ae: Pushed [2021-01-21T02:40:20.295Z] e36175a688ec: Pushed [2021-01-21T02:40:20.295Z] e496b82adbe6: Layer already exists [2021-01-21T02:40:20.295Z] 777b2c648970: Layer already exists [2021-01-21T02:40:20.295Z] 021f09908ab4: Pushed [2021-01-21T02:40:20.295Z] 7b9b66a34978: Pushed [2021-01-21T02:40:20.340Z] Removing intermediate container 120b4bf2eaef [2021-01-21T02:40:20.340Z] ---> 6df816cfb670 [2021-01-21T02:40:20.340Z] [2021-01-21T02:40:20.340Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T02:40:20.340Z] 3.12: Pulling from library/alpine [2021-01-21T02:40:20.867Z] 3778cf148701: Pushed [2021-01-21T02:40:20.867Z] d89c3e43b4d4: Pushed [2021-01-21T02:40:21.128Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:c5ae1e591b60e1db22a0530be14bfc8ed987504347e4cc80b900a8cb3d4da8bb size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:21.350Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T02:40:21.350Z] Removing intermediate container 9cbc70e96cf1 [2021-01-21T02:40:21.350Z] ---> ba394e34248f [2021-01-21T02:40:21.350Z] [2021-01-21T02:40:21.350Z] Step 10/21 : FROM scratch [2021-01-21T02:40:21.350Z] ---> [2021-01-21T02:40:21.350Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T02:40:21.437Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:21.640Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T02:40:21.640Z] ---> afeebe901d6b [2021-01-21T02:40:21.640Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T02:40:21.640Z] ---> Running in 19d32c1b3bdd [2021-01-21T02:40:21.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.49 [2021-01-21T02:40:21.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-21T02:40:21.743Z] bd30bf7ec0ae: Preparing [2021-01-21T02:40:21.743Z] c78199bb63d6: Preparing [2021-01-21T02:40:21.743Z] d89c3e43b4d4: Preparing [2021-01-21T02:40:21.743Z] 3778cf148701: Preparing [2021-01-21T02:40:21.743Z] e36175a688ec: Preparing [2021-01-21T02:40:21.743Z] 021f09908ab4: Preparing [2021-01-21T02:40:21.743Z] 7b9b66a34978: Preparing [2021-01-21T02:40:21.743Z] e496b82adbe6: Preparing [2021-01-21T02:40:21.743Z] 777b2c648970: Preparing [2021-01-21T02:40:21.743Z] 021f09908ab4: Waiting [2021-01-21T02:40:21.743Z] 7b9b66a34978: Waiting [2021-01-21T02:40:21.743Z] e496b82adbe6: Waiting [2021-01-21T02:40:21.743Z] 777b2c648970: Waiting [2021-01-21T02:40:21.743Z] e36175a688ec: Layer already exists [2021-01-21T02:40:21.743Z] c78199bb63d6: Layer already exists [2021-01-21T02:40:21.743Z] d89c3e43b4d4: Layer already exists [2021-01-21T02:40:21.743Z] 3778cf148701: Layer already exists [2021-01-21T02:40:21.743Z] bd30bf7ec0ae: Layer already exists [2021-01-21T02:40:21.743Z] 7b9b66a34978: Layer already exists [2021-01-21T02:40:21.743Z] 021f09908ab4: Layer already exists [2021-01-21T02:40:21.743Z] e496b82adbe6: Layer already exists [2021-01-21T02:40:21.743Z] 777b2c648970: Layer already exists [2021-01-21T02:40:21.743Z] 2.0.0-dev.49: digest: sha256:c5ae1e591b60e1db22a0530be14bfc8ed987504347e4cc80b900a8cb3d4da8bb size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:21.934Z] ---> Running in a087b602bffe [2021-01-21T02:40:21.934Z] Removing intermediate container b0ca00d8cb77 [2021-01-21T02:40:21.934Z] ---> 83a78143d9bf [2021-01-21T02:40:21.934Z] [2021-01-21T02:40:21.934Z] Step 10/22 : FROM scratch [2021-01-21T02:40:21.934Z] ---> [2021-01-21T02:40:21.934Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T02:40:22.063Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:22.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:22.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-21T02:40:22.376Z] bd30bf7ec0ae: Preparing [2021-01-21T02:40:22.376Z] c78199bb63d6: Preparing [2021-01-21T02:40:22.376Z] d89c3e43b4d4: Preparing [2021-01-21T02:40:22.376Z] 3778cf148701: Preparing [2021-01-21T02:40:22.376Z] e36175a688ec: Preparing [2021-01-21T02:40:22.376Z] 021f09908ab4: Preparing [2021-01-21T02:40:22.376Z] 7b9b66a34978: Preparing [2021-01-21T02:40:22.376Z] e496b82adbe6: Preparing [2021-01-21T02:40:22.376Z] 777b2c648970: Preparing [2021-01-21T02:40:22.376Z] 7b9b66a34978: Waiting [2021-01-21T02:40:22.376Z] e496b82adbe6: Waiting [2021-01-21T02:40:22.376Z] 021f09908ab4: Waiting [2021-01-21T02:40:22.376Z] 777b2c648970: Waiting [2021-01-21T02:40:22.376Z] 3778cf148701: Layer already exists [2021-01-21T02:40:22.376Z] e36175a688ec: Layer already exists [2021-01-21T02:40:22.376Z] d89c3e43b4d4: Layer already exists [2021-01-21T02:40:22.376Z] bd30bf7ec0ae: Layer already exists [2021-01-21T02:40:22.376Z] c78199bb63d6: Layer already exists [2021-01-21T02:40:22.376Z] 021f09908ab4: Layer already exists [2021-01-21T02:40:22.376Z] e496b82adbe6: Layer already exists [2021-01-21T02:40:22.376Z] 777b2c648970: Layer already exists [2021-01-21T02:40:22.376Z] 7b9b66a34978: Layer already exists [2021-01-21T02:40:22.376Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:c5ae1e591b60e1db22a0530be14bfc8ed987504347e4cc80b900a8cb3d4da8bb size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:22.564Z] ---> Running in a77025544499 [2021-01-21T02:40:22.564Z] Removing intermediate container 18f90b595ade [2021-01-21T02:40:22.564Z] ---> d95da5f5e161 [2021-01-21T02:40:22.564Z] [2021-01-21T02:40:22.564Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T02:40:22.564Z] ---> afeebe901d6b [2021-01-21T02:40:22.564Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T02:40:22.680Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:22.844Z] Removing intermediate container 19d32c1b3bdd [2021-01-21T02:40:22.845Z] ---> 9a8e6cf83043 [2021-01-21T02:40:22.845Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T02:40:22.845Z] ---> Running in bc8db424c956 [2021-01-21T02:40:22.845Z] ---> Running in 7a6aebc24c48 [2021-01-21T02:40:22.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-21T02:40:22.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-21T02:40:22.981Z] bd30bf7ec0ae: Preparing [2021-01-21T02:40:22.981Z] c78199bb63d6: Preparing [2021-01-21T02:40:22.981Z] d89c3e43b4d4: Preparing [2021-01-21T02:40:22.981Z] 3778cf148701: Preparing [2021-01-21T02:40:22.981Z] e36175a688ec: Preparing [2021-01-21T02:40:22.981Z] 021f09908ab4: Preparing [2021-01-21T02:40:22.981Z] 7b9b66a34978: Preparing [2021-01-21T02:40:22.981Z] e496b82adbe6: Preparing [2021-01-21T02:40:22.981Z] 777b2c648970: Preparing [2021-01-21T02:40:22.981Z] 021f09908ab4: Waiting [2021-01-21T02:40:22.981Z] 7b9b66a34978: Waiting [2021-01-21T02:40:22.981Z] 777b2c648970: Waiting [2021-01-21T02:40:22.981Z] e496b82adbe6: Waiting [2021-01-21T02:40:22.981Z] bd30bf7ec0ae: Layer already exists [2021-01-21T02:40:22.981Z] 3778cf148701: Layer already exists [2021-01-21T02:40:22.981Z] c78199bb63d6: Layer already exists [2021-01-21T02:40:22.981Z] d89c3e43b4d4: Layer already exists [2021-01-21T02:40:22.981Z] e36175a688ec: Layer already exists [2021-01-21T02:40:22.981Z] 7b9b66a34978: Layer already exists [2021-01-21T02:40:22.981Z] 021f09908ab4: Layer already exists [2021-01-21T02:40:22.981Z] 777b2c648970: Layer already exists [2021-01-21T02:40:22.981Z] e496b82adbe6: Layer already exists [2021-01-21T02:40:22.981Z] master: digest: sha256:c5ae1e591b60e1db22a0530be14bfc8ed987504347e4cc80b900a8cb3d4da8bb size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:40:23.169Z] ===================================================== [Pipeline] echo [2021-01-21T02:40:23.213Z] taggedImages: [2021-01-21T02:40:23.213Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:23.213Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.49 [2021-01-21T02:40:23.213Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:23.213Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-21T02:40:23.289Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-21T02:40:23.289Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:23.289Z] 2.0.0-dev.49 [2021-01-21T02:40:23.289Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:23.289Z] master [2021-01-21T02:40:23.289Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-21T02:40:23.452Z] Removing intermediate container a77025544499 [2021-01-21T02:40:23.452Z] ---> 7a3ad4292398 [2021-01-21T02:40:23.452Z] Step 12/22 : ENV APP_PORT=48082 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:23.730Z] Removing intermediate container 7a6aebc24c48 [2021-01-21T02:40:23.730Z] ---> c03cba8f97af [2021-01-21T02:40:23.730Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T02:40:23.730Z] ---> Running in bdafb6791103 [2021-01-21T02:40:23.730Z] ---> Running in 18a279cefd8a [2021-01-21T02:40:23.761Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:24.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:40:24.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:24.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-21T02:40:24.066Z] 441f215dc0c5: Preparing [2021-01-21T02:40:24.066Z] 868090432982: Preparing [2021-01-21T02:40:24.066Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:24.066Z] 5c7a898c405b: Preparing [2021-01-21T02:40:24.066Z] f10096f8668b: Preparing [2021-01-21T02:40:24.066Z] 906bf2c0ff3a: Preparing [2021-01-21T02:40:24.066Z] 906bf2c0ff3a: Waiting [2021-01-21T02:40:24.066Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:24.287Z] Removing intermediate container bdafb6791103 [2021-01-21T02:40:24.287Z] ---> 0dc31a70a63b [2021-01-21T02:40:24.287Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T02:40:24.287Z] ---> Running in 3230a36a098d [2021-01-21T02:40:24.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:40:24.329Z] 441f215dc0c5: Pushed [2021-01-21T02:40:24.329Z] 5c7a898c405b: Pushed [2021-01-21T02:40:24.329Z] 906bf2c0ff3a: Pushed [2021-01-21T02:40:24.566Z] Removing intermediate container 18a279cefd8a [2021-01-21T02:40:24.567Z] ---> b379374ea710 [2021-01-21T02:40:24.567Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:40:24.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:40:24.594Z] f10096f8668b: Pushed [2021-01-21T02:40:24.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:40:24.843Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T02:40:25.122Z] Removing intermediate container 3230a36a098d [2021-01-21T02:40:25.122Z] ---> e3cefe3fc140 [2021-01-21T02:40:25.122Z] Step 14/22 : WORKDIR / [2021-01-21T02:40:25.122Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T02:40:25.122Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T02:40:25.122Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T02:40:25.122Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T02:40:25.122Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:40:25.167Z] 868090432982: Pushed [2021-01-21T02:40:25.398Z] ---> Running in 54cd12f6afdc [2021-01-21T02:40:25.398Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T02:40:25.398Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T02:40:25.429Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:1b2213ba167ef3c06c28508ac6b2251176566da20f18e7090ab8f55d4d35bbae size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:25.679Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T02:40:25.679Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T02:40:25.679Z] OK: 7 MiB in 19 packages [2021-01-21T02:40:25.679Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T02:40:25.679Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:40:25.679Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T02:40:25.679Z] ---> 051082af76cf [2021-01-21T02:40:25.679Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T02:40:25.737Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:25.965Z] OK: 7 MiB in 18 packages [2021-01-21T02:40:26.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.49 [2021-01-21T02:40:26.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-21T02:40:26.041Z] 441f215dc0c5: Preparing [2021-01-21T02:40:26.041Z] 868090432982: Preparing [2021-01-21T02:40:26.041Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:26.041Z] 5c7a898c405b: Preparing [2021-01-21T02:40:26.041Z] f10096f8668b: Preparing [2021-01-21T02:40:26.041Z] 906bf2c0ff3a: Preparing [2021-01-21T02:40:26.041Z] 906bf2c0ff3a: Waiting [2021-01-21T02:40:26.041Z] 868090432982: Layer already exists [2021-01-21T02:40:26.041Z] 441f215dc0c5: Layer already exists [2021-01-21T02:40:26.041Z] 5c7a898c405b: Layer already exists [2021-01-21T02:40:26.041Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:26.041Z] f10096f8668b: Layer already exists [2021-01-21T02:40:26.041Z] 906bf2c0ff3a: Layer already exists [2021-01-21T02:40:26.041Z] 2.0.0-dev.49: digest: sha256:1b2213ba167ef3c06c28508ac6b2251176566da20f18e7090ab8f55d4d35bbae size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:26.243Z] Removing intermediate container 54cd12f6afdc [2021-01-21T02:40:26.243Z] ---> 3a8237110ec7 [2021-01-21T02:40:26.243Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:40:26.351Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:26.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:26.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-21T02:40:26.650Z] 441f215dc0c5: Preparing [2021-01-21T02:40:26.650Z] 868090432982: Preparing [2021-01-21T02:40:26.650Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:26.650Z] 5c7a898c405b: Preparing [2021-01-21T02:40:26.650Z] f10096f8668b: Preparing [2021-01-21T02:40:26.650Z] 906bf2c0ff3a: Preparing [2021-01-21T02:40:26.650Z] 906bf2c0ff3a: Waiting [2021-01-21T02:40:26.650Z] 868090432982: Layer already exists [2021-01-21T02:40:26.650Z] f10096f8668b: Layer already exists [2021-01-21T02:40:26.650Z] 441f215dc0c5: Layer already exists [2021-01-21T02:40:26.650Z] 5c7a898c405b: Layer already exists [2021-01-21T02:40:26.650Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:26.650Z] 906bf2c0ff3a: Layer already exists [2021-01-21T02:40:26.650Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:1b2213ba167ef3c06c28508ac6b2251176566da20f18e7090ab8f55d4d35bbae size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:26.953Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:27.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-21T02:40:27.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-21T02:40:27.252Z] 441f215dc0c5: Preparing [2021-01-21T02:40:27.252Z] 868090432982: Preparing [2021-01-21T02:40:27.252Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:27.252Z] 5c7a898c405b: Preparing [2021-01-21T02:40:27.252Z] f10096f8668b: Preparing [2021-01-21T02:40:27.252Z] 906bf2c0ff3a: Preparing [2021-01-21T02:40:27.252Z] 906bf2c0ff3a: Waiting [2021-01-21T02:40:27.252Z] 441f215dc0c5: Layer already exists [2021-01-21T02:40:27.252Z] 5c7a898c405b: Layer already exists [2021-01-21T02:40:27.252Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:27.252Z] f10096f8668b: Layer already exists [2021-01-21T02:40:27.252Z] 868090432982: Layer already exists [2021-01-21T02:40:27.252Z] 906bf2c0ff3a: Layer already exists [2021-01-21T02:40:27.252Z] master: digest: sha256:1b2213ba167ef3c06c28508ac6b2251176566da20f18e7090ab8f55d4d35bbae size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:40:27.470Z] ===================================================== [Pipeline] echo [2021-01-21T02:40:27.518Z] taggedImages: [2021-01-21T02:40:27.518Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:27.518Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.49 [2021-01-21T02:40:27.518Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:27.518Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-21T02:40:27.609Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-21T02:40:27.610Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:27.610Z] 2.0.0-dev.49 [2021-01-21T02:40:27.610Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:27.610Z] master [2021-01-21T02:40:27.610Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:28.141Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:28.232Z] ---> c0d7ad32f136 [2021-01-21T02:40:28.232Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T02:40:28.437Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:28.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-21T02:40:28.437Z] aacec6190593: Preparing [2021-01-21T02:40:28.437Z] fd964564885b: Preparing [2021-01-21T02:40:28.437Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:28.437Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:28.437Z] aacec6190593: Pushed [2021-01-21T02:40:28.567Z] ---> d94deddbd949 [2021-01-21T02:40:28.567Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T02:40:28.866Z] Removing intermediate container a087b602bffe [2021-01-21T02:40:28.866Z] ---> 29a964ddefb4 [2021-01-21T02:40:28.866Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T02:40:28.866Z] Removing intermediate container bc8db424c956 [2021-01-21T02:40:28.866Z] ---> 0c389c9b447e [2021-01-21T02:40:28.866Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T02:40:29.380Z] fd964564885b: Pushed [2021-01-21T02:40:29.530Z] ---> Running in 860f68b09e1a [2021-01-21T02:40:29.530Z] ---> Running in 82a27797affa [2021-01-21T02:40:29.640Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:eee70e8278c585fa984d313baff22f3ea26f81f13ac4ec8275d66158c54ef5f9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:29.832Z] ---> 935285d71767 [2021-01-21T02:40:29.833Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T02:40:29.940Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:30.120Z] ---> 88af053e24bf [2021-01-21T02:40:30.120Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T02:40:30.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.49 [2021-01-21T02:40:30.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-21T02:40:30.241Z] aacec6190593: Preparing [2021-01-21T02:40:30.241Z] fd964564885b: Preparing [2021-01-21T02:40:30.241Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:30.241Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:30.241Z] fd964564885b: Layer already exists [2021-01-21T02:40:30.241Z] aacec6190593: Layer already exists [2021-01-21T02:40:30.241Z] 2.0.0-dev.49: digest: sha256:eee70e8278c585fa984d313baff22f3ea26f81f13ac4ec8275d66158c54ef5f9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:30.417Z] ---> Running in 4db1c8442009 [2021-01-21T02:40:30.544Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:30.696Z] Removing intermediate container 860f68b09e1a [2021-01-21T02:40:30.696Z] Removing intermediate container 82a27797affa [2021-01-21T02:40:30.696Z] ---> f6d0cf7dd770 [2021-01-21T02:40:30.696Z] Step 13/21 : WORKDIR /edgex [2021-01-21T02:40:30.696Z] ---> 27ed48fdd4cd [2021-01-21T02:40:30.696Z] Step 13/24 : WORKDIR / [2021-01-21T02:40:30.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:30.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-21T02:40:30.842Z] aacec6190593: Preparing [2021-01-21T02:40:30.842Z] fd964564885b: Preparing [2021-01-21T02:40:30.842Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:30.842Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:30.842Z] fd964564885b: Layer already exists [2021-01-21T02:40:30.842Z] aacec6190593: Layer already exists [2021-01-21T02:40:30.842Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:eee70e8278c585fa984d313baff22f3ea26f81f13ac4ec8275d66158c54ef5f9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:31.145Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:31.314Z] ---> Running in 9f23309a81e7 [2021-01-21T02:40:31.314Z] ---> Running in 55fdfb497b95 [2021-01-21T02:40:31.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-21T02:40:31.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-21T02:40:31.443Z] aacec6190593: Preparing [2021-01-21T02:40:31.443Z] fd964564885b: Preparing [2021-01-21T02:40:31.443Z] 630acb0e1ef8: Preparing [2021-01-21T02:40:31.443Z] fd964564885b: Layer already exists [2021-01-21T02:40:31.443Z] 630acb0e1ef8: Layer already exists [2021-01-21T02:40:31.443Z] aacec6190593: Layer already exists [2021-01-21T02:40:31.443Z] master: digest: sha256:eee70e8278c585fa984d313baff22f3ea26f81f13ac4ec8275d66158c54ef5f9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-21T02:40:31.588Z] Removing intermediate container 4db1c8442009 [2021-01-21T02:40:31.589Z] ---> 76c5fcd79b2f [2021-01-21T02:40:31.589Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] echo [2021-01-21T02:40:31.621Z] ===================================================== [Pipeline] echo [2021-01-21T02:40:31.678Z] taggedImages: [2021-01-21T02:40:31.678Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:31.678Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.49 [2021-01-21T02:40:31.678Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:31.678Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-21T02:40:31.737Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-21T02:40:31.737Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:31.737Z] 2.0.0-dev.49 [2021-01-21T02:40:31.737Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:31.737Z] master [2021-01-21T02:40:31.737Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-21T02:40:31.868Z] ---> a4a46197822f [2021-01-21T02:40:31.868Z] Step 18/22 : ENTRYPOINT ["/core-command"] [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:32.153Z] ---> Running in a7f49358f77b [2021-01-21T02:40:32.153Z] ---> Running in 7a70fb62c559 [2021-01-21T02:40:32.223Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:32.430Z] Removing intermediate container 9f23309a81e7 [2021-01-21T02:40:32.430Z] ---> e49f5b5229a3 [2021-01-21T02:40:32.430Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T02:40:32.430Z] Removing intermediate container 55fdfb497b95 [2021-01-21T02:40:32.430Z] ---> 11ddecfed7d4 [2021-01-21T02:40:32.430Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-21T02:40:32.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:32.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-21T02:40:32.527Z] 841d879c23e8: Preparing [2021-01-21T02:40:32.527Z] 9f676dc30974: Preparing [2021-01-21T02:40:32.527Z] d96c61a9f47a: Preparing [2021-01-21T02:40:32.527Z] 4ecc62616bd8: Preparing [2021-01-21T02:40:32.527Z] 75090d9624c7: Preparing [2021-01-21T02:40:32.527Z] e36548f2fa61: Preparing [2021-01-21T02:40:32.527Z] eb1d6ffaf1df: Preparing [2021-01-21T02:40:32.527Z] 0754057c0ad3: Preparing [2021-01-21T02:40:32.527Z] 998cdf262ab1: Preparing [2021-01-21T02:40:32.527Z] 02e56110abd2: Preparing [2021-01-21T02:40:32.527Z] abc36efb885a: Preparing [2021-01-21T02:40:32.527Z] b0b09059f4e1: Preparing [2021-01-21T02:40:32.527Z] bb961f40224b: Preparing [2021-01-21T02:40:32.527Z] f4666769fca7: Preparing [2021-01-21T02:40:32.527Z] e36548f2fa61: Waiting [2021-01-21T02:40:32.527Z] eb1d6ffaf1df: Waiting [2021-01-21T02:40:32.527Z] 0754057c0ad3: Waiting [2021-01-21T02:40:32.527Z] 998cdf262ab1: Waiting [2021-01-21T02:40:32.527Z] 02e56110abd2: Waiting [2021-01-21T02:40:32.527Z] f4666769fca7: Waiting [2021-01-21T02:40:32.527Z] abc36efb885a: Waiting [2021-01-21T02:40:32.527Z] b0b09059f4e1: Waiting [2021-01-21T02:40:32.527Z] bb961f40224b: Waiting [2021-01-21T02:40:32.706Z] Removing intermediate container a7f49358f77b [2021-01-21T02:40:32.794Z] 75090d9624c7: Pushed [2021-01-21T02:40:32.794Z] 841d879c23e8: Pushed [2021-01-21T02:40:32.981Z] ---> a0463bccc645 [2021-01-21T02:40:32.981Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T02:40:32.981Z] Removing intermediate container a20989087b32 [2021-01-21T02:40:32.981Z] ---> 6436c6703fca [2021-01-21T02:40:32.981Z] [2021-01-21T02:40:32.981Z] Step 10/22 : FROM scratch [2021-01-21T02:40:32.981Z] ---> [2021-01-21T02:40:32.981Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T02:40:32.981Z] ---> Using cache [2021-01-21T02:40:32.981Z] ---> 7a3ad4292398 [2021-01-21T02:40:32.981Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T02:40:32.981Z] Removing intermediate container 7a70fb62c559 [2021-01-21T02:40:32.981Z] ---> b19565861dc0 [2021-01-21T02:40:32.981Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T02:40:33.059Z] 4ecc62616bd8: Pushed [2021-01-21T02:40:33.059Z] 0754057c0ad3: Layer already exists [2021-01-21T02:40:33.059Z] eb1d6ffaf1df: Pushed [2021-01-21T02:40:33.059Z] 998cdf262ab1: Layer already exists [2021-01-21T02:40:33.059Z] 02e56110abd2: Layer already exists [2021-01-21T02:40:33.059Z] abc36efb885a: Layer already exists [2021-01-21T02:40:33.059Z] b0b09059f4e1: Layer already exists [2021-01-21T02:40:33.059Z] bb961f40224b: Layer already exists [2021-01-21T02:40:33.253Z] ---> Running in 5194ae8ba3c9 [2021-01-21T02:40:33.253Z] ---> Running in e8b7b7be6843 [2021-01-21T02:40:33.253Z] ---> Running in b62a81ff1e40 [2021-01-21T02:40:33.329Z] f4666769fca7: Layer already exists [2021-01-21T02:40:33.329Z] 9f676dc30974: Pushed [2021-01-21T02:40:33.526Z] ---> 51086ba05719 [2021-01-21T02:40:33.526Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-21T02:40:33.526Z] ---> ad6ee7bfa5f6 [2021-01-21T02:40:33.526Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T02:40:33.723Z] e36548f2fa61: Pushed [2021-01-21T02:40:33.801Z] Removing intermediate container 5194ae8ba3c9 [2021-01-21T02:40:33.801Z] ---> 9c3171891173 [2021-01-21T02:40:33.801Z] Step 20/21 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07Removing intermediate container e8b7b7be6843 [2021-01-21T02:40:33.801Z] [2021-01-21T02:40:33.801Z] ---> 7c70a5cc017b [2021-01-21T02:40:33.801Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T02:40:34.071Z] Removing intermediate container b62a81ff1e40 [2021-01-21T02:40:34.071Z] ---> 035a70bf86d2 [2021-01-21T02:40:34.071Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T02:40:34.071Z] ---> Running in 2fc774dacc5d [2021-01-21T02:40:34.346Z] ---> Running in 0cd80b520dc2 [2021-01-21T02:40:34.625Z] ---> Running in 06e305e35e01 [2021-01-21T02:40:34.625Z] ---> 2585142d6aa5 [2021-01-21T02:40:34.625Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T02:40:34.896Z] ---> eeb3ccc0a0d6 [2021-01-21T02:40:34.896Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T02:40:34.896Z] Removing intermediate container 2fc774dacc5d [2021-01-21T02:40:34.896Z] ---> b7910f003a0f [2021-01-21T02:40:34.896Z] Step 14/22 : WORKDIR / [2021-01-21T02:40:34.896Z] Removing intermediate container 0cd80b520dc2 [2021-01-21T02:40:34.896Z] ---> f6f536401392 [2021-01-21T02:40:34.896Z] Step 21/21 : LABEL version=2.0.0-dev.49 [2021-01-21T02:40:35.168Z] ---> Running in d0196cfd38d1 [2021-01-21T02:40:35.168Z] ---> Running in b7c9c2e7a497 [2021-01-21T02:40:35.441Z] Removing intermediate container 06e305e35e01 [2021-01-21T02:40:35.441Z] ---> b995d7922f1a [2021-01-21T02:40:35.441Z] Step 21/22 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:35.712Z] ---> Running in de782d039d43 [2021-01-21T02:40:36.001Z] ---> f1d86b32481e [2021-01-21T02:40:36.001Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T02:40:36.001Z] Removing intermediate container d0196cfd38d1 [2021-01-21T02:40:36.001Z] ---> 1d79fbfa7c98 [2021-01-21T02:40:36.001Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:40:36.001Z] Removing intermediate container b7c9c2e7a497 [2021-01-21T02:40:36.001Z] ---> d016bb7eb13e [2021-01-21T02:40:36.001Z] [2021-01-21T02:40:36.280Z] Successfully built d016bb7eb13e [2021-01-21T02:40:36.551Z] ---> a87050a1943d [2021-01-21T02:40:36.551Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T02:40:36.551Z] Removing intermediate container de782d039d43 [2021-01-21T02:40:36.551Z] ---> b7427059e096 [2021-01-21T02:40:36.551Z] Step 22/22 : LABEL version=2.0.0-dev.49 [2021-01-21T02:40:36.551Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-21T02:40:36.551Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-21T02:40:36.829Z] ---> Running in f89705080318 [2021-01-21T02:40:36.829Z] ---> Running in a84a8ae3238b [2021-01-21T02:40:36.829Z] ---> e566d72a8006 [2021-01-21T02:40:36.829Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T02:40:37.074Z] d96c61a9f47a: Pushed [2021-01-21T02:40:37.074Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:4bee4428a38017b579902c3a6936e57d0111b024c7cd9b6c14b99041a9b80fcd size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:37.106Z] ---> bba660c2c71e [2021-01-21T02:40:37.106Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T02:40:37.378Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.49 [2021-01-21T02:40:37.383Z] Removing intermediate container f89705080318 [2021-01-21T02:40:37.383Z] ---> 1931dc4c6993 [2021-01-21T02:40:37.383Z] [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:37.658Z] Removing intermediate container a84a8ae3238b [2021-01-21T02:40:37.658Z] ---> b7163364648c [2021-01-21T02:40:37.658Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T02:40:37.658Z] Successfully built 1931dc4c6993 [2021-01-21T02:40:37.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.49 [2021-01-21T02:40:37.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-21T02:40:37.672Z] 841d879c23e8: Preparing [2021-01-21T02:40:37.672Z] 9f676dc30974: Preparing [2021-01-21T02:40:37.672Z] d96c61a9f47a: Preparing [2021-01-21T02:40:37.672Z] 4ecc62616bd8: Preparing [2021-01-21T02:40:37.672Z] 75090d9624c7: Preparing [2021-01-21T02:40:37.672Z] e36548f2fa61: Preparing [2021-01-21T02:40:37.672Z] eb1d6ffaf1df: Preparing [2021-01-21T02:40:37.672Z] 0754057c0ad3: Preparing [2021-01-21T02:40:37.672Z] 998cdf262ab1: Preparing [2021-01-21T02:40:37.672Z] 02e56110abd2: Preparing [2021-01-21T02:40:37.672Z] abc36efb885a: Preparing [2021-01-21T02:40:37.672Z] b0b09059f4e1: Preparing [2021-01-21T02:40:37.672Z] bb961f40224b: Preparing [2021-01-21T02:40:37.672Z] f4666769fca7: Preparing [2021-01-21T02:40:37.672Z] e36548f2fa61: Waiting [2021-01-21T02:40:37.672Z] 02e56110abd2: Waiting [2021-01-21T02:40:37.672Z] abc36efb885a: Waiting [2021-01-21T02:40:37.672Z] b0b09059f4e1: Waiting [2021-01-21T02:40:37.672Z] bb961f40224b: Waiting [2021-01-21T02:40:37.672Z] f4666769fca7: Waiting [2021-01-21T02:40:37.672Z] eb1d6ffaf1df: Waiting [2021-01-21T02:40:37.672Z] 0754057c0ad3: Waiting [2021-01-21T02:40:37.672Z] 998cdf262ab1: Waiting [2021-01-21T02:40:37.672Z] 841d879c23e8: Layer already exists [2021-01-21T02:40:37.672Z] 4ecc62616bd8: Layer already exists [2021-01-21T02:40:37.672Z] 75090d9624c7: Layer already exists [2021-01-21T02:40:37.672Z] d96c61a9f47a: Layer already exists [2021-01-21T02:40:37.672Z] 9f676dc30974: Layer already exists [2021-01-21T02:40:37.672Z] 0754057c0ad3: Layer already exists [2021-01-21T02:40:37.672Z] e36548f2fa61: Layer already exists [2021-01-21T02:40:37.672Z] eb1d6ffaf1df: Layer already exists [2021-01-21T02:40:37.672Z] 02e56110abd2: Layer already exists [2021-01-21T02:40:37.672Z] 998cdf262ab1: Layer already exists [2021-01-21T02:40:37.672Z] abc36efb885a: Layer already exists [2021-01-21T02:40:37.672Z] b0b09059f4e1: Layer already exists [2021-01-21T02:40:37.672Z] bb961f40224b: Layer already exists [2021-01-21T02:40:37.672Z] f4666769fca7: Layer already exists [2021-01-21T02:40:37.672Z] 2.0.0-dev.49: digest: sha256:4bee4428a38017b579902c3a6936e57d0111b024c7cd9b6c14b99041a9b80fcd size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:37.937Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-21T02:40:37.937Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-21T02:40:37.974Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:38.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:38.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-21T02:40:38.269Z] 841d879c23e8: Preparing [2021-01-21T02:40:38.269Z] 9f676dc30974: Preparing [2021-01-21T02:40:38.269Z] d96c61a9f47a: Preparing [2021-01-21T02:40:38.269Z] 4ecc62616bd8: Preparing [2021-01-21T02:40:38.269Z] 75090d9624c7: Preparing [2021-01-21T02:40:38.269Z] e36548f2fa61: Preparing [2021-01-21T02:40:38.269Z] eb1d6ffaf1df: Preparing [2021-01-21T02:40:38.269Z] 0754057c0ad3: Preparing [2021-01-21T02:40:38.269Z] 998cdf262ab1: Preparing [2021-01-21T02:40:38.269Z] 02e56110abd2: Preparing [2021-01-21T02:40:38.269Z] abc36efb885a: Preparing [2021-01-21T02:40:38.269Z] b0b09059f4e1: Preparing [2021-01-21T02:40:38.269Z] bb961f40224b: Preparing [2021-01-21T02:40:38.269Z] f4666769fca7: Preparing [2021-01-21T02:40:38.269Z] 02e56110abd2: Waiting [2021-01-21T02:40:38.269Z] abc36efb885a: Waiting [2021-01-21T02:40:38.269Z] b0b09059f4e1: Waiting [2021-01-21T02:40:38.269Z] bb961f40224b: Waiting [2021-01-21T02:40:38.269Z] f4666769fca7: Waiting [2021-01-21T02:40:38.269Z] e36548f2fa61: Waiting [2021-01-21T02:40:38.269Z] eb1d6ffaf1df: Waiting [2021-01-21T02:40:38.269Z] 0754057c0ad3: Waiting [2021-01-21T02:40:38.269Z] 998cdf262ab1: Waiting [2021-01-21T02:40:38.269Z] 75090d9624c7: Layer already exists [2021-01-21T02:40:38.269Z] d96c61a9f47a: Layer already exists [2021-01-21T02:40:38.269Z] 841d879c23e8: Layer already exists [2021-01-21T02:40:38.269Z] 4ecc62616bd8: Layer already exists [2021-01-21T02:40:38.269Z] 9f676dc30974: Layer already exists [2021-01-21T02:40:38.269Z] eb1d6ffaf1df: Layer already exists [2021-01-21T02:40:38.269Z] e36548f2fa61: Layer already exists [2021-01-21T02:40:38.269Z] 998cdf262ab1: Layer already exists [2021-01-21T02:40:38.269Z] 0754057c0ad3: Layer already exists [2021-01-21T02:40:38.269Z] 02e56110abd2: Layer already exists [2021-01-21T02:40:38.269Z] abc36efb885a: Layer already exists [2021-01-21T02:40:38.269Z] b0b09059f4e1: Layer already exists [2021-01-21T02:40:38.269Z] bb961f40224b: Layer already exists [2021-01-21T02:40:38.269Z] f4666769fca7: Layer already exists [2021-01-21T02:40:38.530Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:4bee4428a38017b579902c3a6936e57d0111b024c7cd9b6c14b99041a9b80fcd size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:38.566Z] ---> Running in 69988d6eb419 [2021-01-21T02:40:38.830Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-21T02:40:38.838Z] ---> 645a9d7c1093 [2021-01-21T02:40:38.838Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T02:40:38.838Z] ---> 05ac6aec62a8 [2021-01-21T02:40:38.838Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:40:39.114Z] Removing intermediate container 69988d6eb419 [2021-01-21T02:40:39.114Z] ---> 133acc09c282 [2021-01-21T02:40:39.114Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T02:40:39.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-21T02:40:39.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-21T02:40:39.126Z] 841d879c23e8: Preparing [2021-01-21T02:40:39.126Z] 9f676dc30974: Preparing [2021-01-21T02:40:39.126Z] d96c61a9f47a: Preparing [2021-01-21T02:40:39.126Z] 4ecc62616bd8: Preparing [2021-01-21T02:40:39.126Z] 75090d9624c7: Preparing [2021-01-21T02:40:39.126Z] e36548f2fa61: Preparing [2021-01-21T02:40:39.126Z] eb1d6ffaf1df: Preparing [2021-01-21T02:40:39.126Z] 0754057c0ad3: Preparing [2021-01-21T02:40:39.126Z] 998cdf262ab1: Preparing [2021-01-21T02:40:39.126Z] 02e56110abd2: Preparing [2021-01-21T02:40:39.126Z] abc36efb885a: Preparing [2021-01-21T02:40:39.126Z] b0b09059f4e1: Preparing [2021-01-21T02:40:39.126Z] bb961f40224b: Preparing [2021-01-21T02:40:39.126Z] f4666769fca7: Preparing [2021-01-21T02:40:39.126Z] e36548f2fa61: Waiting [2021-01-21T02:40:39.126Z] eb1d6ffaf1df: Waiting [2021-01-21T02:40:39.126Z] 0754057c0ad3: Waiting [2021-01-21T02:40:39.126Z] b0b09059f4e1: Waiting [2021-01-21T02:40:39.126Z] bb961f40224b: Waiting [2021-01-21T02:40:39.126Z] 998cdf262ab1: Waiting [2021-01-21T02:40:39.126Z] 02e56110abd2: Waiting [2021-01-21T02:40:39.126Z] abc36efb885a: Waiting [2021-01-21T02:40:39.126Z] f4666769fca7: Waiting [2021-01-21T02:40:39.126Z] 9f676dc30974: Layer already exists [2021-01-21T02:40:39.126Z] 75090d9624c7: Layer already exists [2021-01-21T02:40:39.126Z] d96c61a9f47a: Layer already exists [2021-01-21T02:40:39.126Z] 4ecc62616bd8: Layer already exists [2021-01-21T02:40:39.126Z] 841d879c23e8: Layer already exists [2021-01-21T02:40:39.126Z] eb1d6ffaf1df: Layer already exists [2021-01-21T02:40:39.126Z] 0754057c0ad3: Layer already exists [2021-01-21T02:40:39.126Z] 998cdf262ab1: Layer already exists [2021-01-21T02:40:39.126Z] 02e56110abd2: Layer already exists [2021-01-21T02:40:39.126Z] e36548f2fa61: Layer already exists [2021-01-21T02:40:39.126Z] abc36efb885a: Layer already exists [2021-01-21T02:40:39.126Z] b0b09059f4e1: Layer already exists [2021-01-21T02:40:39.126Z] bb961f40224b: Layer already exists [2021-01-21T02:40:39.126Z] f4666769fca7: Layer already exists [2021-01-21T02:40:39.126Z] master: digest: sha256:4bee4428a38017b579902c3a6936e57d0111b024c7cd9b6c14b99041a9b80fcd size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:40:39.300Z] ===================================================== [Pipeline] echo [2021-01-21T02:40:39.345Z] taggedImages: [2021-01-21T02:40:39.345Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:39.345Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.49 [2021-01-21T02:40:39.345Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:40:39.345Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T02:40:40.118Z] ---> Running in 696dc5c16728 [2021-01-21T02:40:40.394Z] ---> 3045697953d1 [2021-01-21T02:40:40.394Z] ---> cd79dd3ee06b [2021-01-21T02:40:40.394Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-21T02:40:40.394Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T02:40:40.987Z] Removing intermediate container 696dc5c16728 [2021-01-21T02:40:40.987Z] ---> 1942022874be [2021-01-21T02:40:40.987Z] Step 20/21 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:41.262Z] ---> Running in 14224b81acbc [2021-01-21T02:40:41.262Z] ---> Running in 91675b2a7ba3 [2021-01-21T02:40:41.262Z] ---> Running in c083c1d94e6a [2021-01-21T02:40:41.869Z] Removing intermediate container 91675b2a7ba3 [2021-01-21T02:40:41.869Z] ---> c50fef211004 [2021-01-21T02:40:41.869Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T02:40:42.140Z] ---> Running in a1ab36f5a6af [2021-01-21T02:40:42.140Z] Removing intermediate container c083c1d94e6a [2021-01-21T02:40:42.140Z] ---> 42c89b81b7c6 [2021-01-21T02:40:42.140Z] Step 21/21 : LABEL version=2.0.0-dev.49 [2021-01-21T02:40:42.418Z] ---> Running in bec5db63c50b [2021-01-21T02:40:42.700Z] Removing intermediate container a1ab36f5a6af [2021-01-21T02:40:42.700Z] ---> 2409f5bc38d5 [2021-01-21T02:40:42.700Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T02:40:42.973Z] ---> Running in 7724c766123b [2021-01-21T02:40:43.245Z] Removing intermediate container bec5db63c50b [2021-01-21T02:40:43.245Z] ---> feb2344390ff [2021-01-21T02:40:43.245Z] [2021-01-21T02:40:43.515Z] Successfully built feb2344390ff [2021-01-21T02:40:43.786Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-21T02:40:43.786Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-21T02:40:43.786Z] Removing intermediate container 7724c766123b [2021-01-21T02:40:43.786Z] ---> 6f3b3baf87b2 [2021-01-21T02:40:43.786Z] Step 21/22 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:44.057Z] Removing intermediate container 14224b81acbc [2021-01-21T02:40:44.057Z] ---> 78f03cb15c5b [2021-01-21T02:40:44.057Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T02:40:44.057Z] ---> Running in 412d8b1d7548 [2021-01-21T02:40:44.057Z] ---> Running in 09861db37e48 [2021-01-21T02:40:44.652Z] Removing intermediate container 412d8b1d7548 [2021-01-21T02:40:44.652Z] ---> 1234cc35e2d0 [2021-01-21T02:40:44.652Z] Step 22/22 : LABEL version=2.0.0-dev.49 [2021-01-21T02:40:44.652Z] Removing intermediate container 09861db37e48 [2021-01-21T02:40:44.652Z] ---> 60644baedf35 [2021-01-21T02:40:44.652Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T02:40:44.924Z] ---> Running in 5f1189d66a6f [2021-01-21T02:40:44.924Z] ---> Running in 1a26d5c0241e [2021-01-21T02:40:45.197Z] Removing intermediate container 5f1189d66a6f [2021-01-21T02:40:45.197Z] ---> d565341b3172 [2021-01-21T02:40:45.197Z] [2021-01-21T02:40:45.792Z] Removing intermediate container 1a26d5c0241e [2021-01-21T02:40:45.792Z] ---> d800761c3ad9 [2021-01-21T02:40:45.792Z] Step 23/24 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:40:45.792Z] Successfully built d565341b3172 [2021-01-21T02:40:45.792Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-21T02:40:45.792Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-21T02:40:45.792Z] ---> Running in 2dfebcab6b84 [2021-01-21T02:40:46.381Z] Removing intermediate container 2dfebcab6b84 [2021-01-21T02:40:46.381Z] ---> b939925d5535 [2021-01-21T02:40:46.381Z] Step 24/24 : LABEL version=2.0.0-dev.49 [2021-01-21T02:40:46.653Z] ---> Running in e636d8cc73d6 [2021-01-21T02:40:47.255Z] Removing intermediate container e636d8cc73d6 [2021-01-21T02:40:47.255Z] ---> 7192d826a930 [2021-01-21T02:40:47.255Z] [2021-01-21T02:40:47.255Z] Successfully built 7192d826a930 [2021-01-21T02:40:47.532Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-21T02:41:09.733Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:41:09.733Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:41:09.733Z] ---> ab9098387778 [2021-01-21T02:41:09.733Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T02:41:09.733Z] ---> Using cache [2021-01-21T02:41:09.733Z] ---> d4a9460a1341 [2021-01-21T02:41:09.733Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:41:09.733Z] ---> Using cache [2021-01-21T02:41:09.733Z] ---> 9de62ccf3353 [2021-01-21T02:41:09.733Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T02:41:09.733Z] ---> Using cache [2021-01-21T02:41:09.733Z] ---> 5a194a37dd02 [2021-01-21T02:41:09.733Z] Step 6/22 : COPY go.mod . [2021-01-21T02:41:09.733Z] ---> Using cache [2021-01-21T02:41:09.733Z] ---> d1cd2b944276 [2021-01-21T02:41:09.733Z] Step 7/22 : RUN go mod download [2021-01-21T02:41:09.733Z] ---> Using cache [2021-01-21T02:41:09.733Z] ---> b4cc1f3231b3 [2021-01-21T02:41:09.733Z] Step 8/22 : COPY . . [2021-01-21T02:41:09.733Z] ---> Using cache [2021-01-21T02:41:09.733Z] ---> 0ceda947bedd [2021-01-21T02:41:09.733Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T02:41:09.733Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:41:09.733Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:41:09.733Z] ---> ab9098387778 [2021-01-21T02:41:09.733Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T02:41:09.733Z] ---> Using cache [2021-01-21T02:41:09.733Z] ---> d4a9460a1341 [2021-01-21T02:41:09.733Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:41:09.733Z] ---> Using cache [2021-01-21T02:41:09.733Z] ---> 9de62ccf3353 [2021-01-21T02:41:09.733Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T02:41:10.716Z] ---> Running in 26f27cf2aadd [2021-01-21T02:41:10.716Z] ---> Running in 472992488f21 [2021-01-21T02:41:12.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:41:12.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T02:41:13.038Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:41:13.038Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:41:13.038Z] ---> ab9098387778 [2021-01-21T02:41:13.038Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T02:41:13.038Z] ---> Using cache [2021-01-21T02:41:13.038Z] ---> d4a9460a1341 [2021-01-21T02:41:13.038Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:41:13.038Z] ---> Using cache [2021-01-21T02:41:13.038Z] ---> 9de62ccf3353 [2021-01-21T02:41:13.038Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T02:41:13.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:41:13.313Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T02:41:13.313Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T02:41:13.313Z] ---> ab9098387778 [2021-01-21T02:41:13.313Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T02:41:13.313Z] ---> Using cache [2021-01-21T02:41:13.313Z] ---> d4a9460a1341 [2021-01-21T02:41:13.313Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:41:13.313Z] ---> Using cache [2021-01-21T02:41:13.313Z] ---> 9de62ccf3353 [2021-01-21T02:41:13.313Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T02:41:13.933Z] ---> Running in 234226ba2cce [2021-01-21T02:41:13.933Z] ---> Running in 0a52995d4414 [2021-01-21T02:41:14.207Z] OK: 217 MiB in 51 packages [2021-01-21T02:41:16.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:41:16.201Z] Removing intermediate container 472992488f21 [2021-01-21T02:41:16.201Z] ---> 6e5ca11eddc2 [2021-01-21T02:41:16.201Z] Step 6/26 : COPY go.mod . [2021-01-21T02:41:16.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:41:17.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:41:17.370Z] ---> b95e654811eb [2021-01-21T02:41:17.370Z] Step 7/26 : RUN go mod download [2021-01-21T02:41:17.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:41:17.370Z] ---> Running in f463be04d6b0 [2021-01-21T02:41:17.986Z] OK: 217 MiB in 51 packages [2021-01-21T02:41:18.263Z] OK: 217 MiB in 51 packages [2021-01-21T02:41:20.285Z] Removing intermediate container 0a52995d4414 [2021-01-21T02:41:20.285Z] ---> 6d3326e4f5c6 [2021-01-21T02:41:20.285Z] Step 6/24 : COPY go.mod . [2021-01-21T02:41:20.568Z] Removing intermediate container 234226ba2cce [2021-01-21T02:41:20.568Z] ---> 72befd2db7c2 [2021-01-21T02:41:20.568Z] Step 6/23 : COPY go.mod . [2021-01-21T02:41:22.026Z] ---> 772d8a795fcf [2021-01-21T02:41:22.026Z] Step 7/24 : RUN go mod download [2021-01-21T02:41:22.026Z] ---> Running in 19e0a050429f [2021-01-21T02:41:22.303Z] ---> e5c3b0e3ae3a [2021-01-21T02:41:22.303Z] Step 7/23 : RUN go mod download [2021-01-21T02:41:22.303Z] Removing intermediate container f463be04d6b0 [2021-01-21T02:41:22.303Z] ---> acc07b99f9cb [2021-01-21T02:41:22.303Z] Step 8/26 : COPY . . [2021-01-21T02:41:22.578Z] ---> Running in 1acc6decd562 [2021-01-21T02:41:28.018Z] Removing intermediate container 19e0a050429f [2021-01-21T02:41:28.018Z] ---> a828ede46230 [2021-01-21T02:41:28.018Z] Step 8/24 : COPY . . [2021-01-21T02:41:28.294Z] Removing intermediate container 1acc6decd562 [2021-01-21T02:41:28.295Z] ---> 34b1b85c2994 [2021-01-21T02:41:28.295Z] Step 8/23 : COPY . . [2021-01-21T02:41:40.756Z] ---> d0d33ecf5570 [2021-01-21T02:41:40.756Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T02:41:41.356Z] ---> Running in 028131e0b7ff [2021-01-21T02:41:43.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T02:41:47.682Z] ---> 29caa57eb51a [2021-01-21T02:41:47.682Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T02:41:47.682Z] ---> b5417611c831 [2021-01-21T02:41:47.682Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T02:41:47.960Z] ---> Running in 07528838462c [2021-01-21T02:41:47.960Z] ---> Running in 723b504974ca [2021-01-21T02:41:50.592Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T02:41:50.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T02:41:52.857Z] Removing intermediate container 26f27cf2aadd [2021-01-21T02:41:52.857Z] ---> e000ae90d48b [2021-01-21T02:41:52.857Z] [2021-01-21T02:41:52.857Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T02:41:52.857Z] ---> afeebe901d6b [2021-01-21T02:41:52.857Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T02:41:52.857Z] ---> Using cache [2021-01-21T02:41:52.857Z] ---> 29a964ddefb4 [2021-01-21T02:41:52.857Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T02:41:52.857Z] ---> Running in 6ce4fe700bc2 [2021-01-21T02:41:53.467Z] Removing intermediate container 6ce4fe700bc2 [2021-01-21T02:41:53.467Z] ---> ca5756f8f685 [2021-01-21T02:41:53.467Z] Step 13/22 : WORKDIR / [2021-01-21T02:41:53.467Z] ---> Running in f41aa8020cfb [2021-01-21T02:41:54.072Z] Removing intermediate container f41aa8020cfb [2021-01-21T02:41:54.072Z] ---> 2bf88febecf6 [2021-01-21T02:41:54.072Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:41:55.088Z] ---> 00d6b9efac69 [2021-01-21T02:41:55.088Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T02:41:57.085Z] ---> 5f4091cfee36 [2021-01-21T02:41:57.085Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T02:41:58.071Z] ---> 9db5706b9fbe [2021-01-21T02:41:58.071Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T02:41:59.526Z] ---> 6afbeab38d67 [2021-01-21T02:41:59.526Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T02:41:59.526Z] ---> Running in bf5fbc701732 [2021-01-21T02:42:02.830Z] Removing intermediate container bf5fbc701732 [2021-01-21T02:42:02.830Z] ---> adabdeadd09f [2021-01-21T02:42:02.830Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T02:42:02.830Z] ---> Running in 6c1ebfbb7741 [2021-01-21T02:42:03.854Z] Removing intermediate container 6c1ebfbb7741 [2021-01-21T02:42:03.854Z] ---> 918eb013d72a [2021-01-21T02:42:03.854Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T02:42:03.854Z] ---> Running in d747a4fbf824 [2021-01-21T02:42:04.463Z] Removing intermediate container d747a4fbf824 [2021-01-21T02:42:04.463Z] ---> 919aeee7b5a2 [2021-01-21T02:42:04.463Z] Step 21/22 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:42:04.463Z] ---> Running in bfb1e983c34a [2021-01-21T02:42:05.082Z] Removing intermediate container bfb1e983c34a [2021-01-21T02:42:05.082Z] ---> 2b4b186d1e23 [2021-01-21T02:42:05.082Z] Step 22/22 : LABEL version=2.0.0-dev.49 [2021-01-21T02:42:05.082Z] ---> Running in bc4b6580af4b [2021-01-21T02:42:06.079Z] Removing intermediate container bc4b6580af4b [2021-01-21T02:42:06.079Z] ---> 78496dc6a270 [2021-01-21T02:42:06.079Z] [2021-01-21T02:42:06.361Z] Successfully built 78496dc6a270 [2021-01-21T02:42:06.361Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-21T02:42:45.497Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 028131e0b7ff [2021-01-21T02:42:45.497Z] ---> 53eea2ec659a [2021-01-21T02:42:45.497Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T02:42:45.497Z] ---> Running in 247bb8f60bed [2021-01-21T02:42:46.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.49" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T02:42:52.371Z] Removing intermediate container 247bb8f60bed [2021-01-21T02:42:52.371Z] ---> 2ffe012fbf90 [2021-01-21T02:42:52.371Z] [2021-01-21T02:42:52.371Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T02:42:52.371Z] 20.10.0: Pulling from library/docker [2021-01-21T02:42:59.110Z] Removing intermediate container 723b504974ca [2021-01-21T02:42:59.110Z] ---> c82ede218493 [2021-01-21T02:42:59.110Z] [2021-01-21T02:42:59.110Z] Step 10/24 : FROM scratch [2021-01-21T02:42:59.110Z] ---> [2021-01-21T02:42:59.110Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T02:42:59.715Z] ---> Running in 0db4b699ca04 [2021-01-21T02:43:00.698Z] Removing intermediate container 0db4b699ca04 [2021-01-21T02:43:00.698Z] ---> b480513a22c2 [2021-01-21T02:43:00.698Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T02:43:00.970Z] ---> Running in e11a3b60d354 [2021-01-21T02:43:01.568Z] Removing intermediate container e11a3b60d354 [2021-01-21T02:43:01.568Z] ---> 7ec1b02a9415 [2021-01-21T02:43:01.568Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T02:43:02.174Z] ---> Running in 39fc1c177063 [2021-01-21T02:43:03.154Z] Removing intermediate container 39fc1c177063 [2021-01-21T02:43:03.154Z] ---> da1f6bc45676 [2021-01-21T02:43:03.154Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T02:43:04.657Z] ---> f632203fd913 [2021-01-21T02:43:04.657Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T02:43:06.748Z] ---> 48c1d76b8d33 [2021-01-21T02:43:06.748Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T02:43:06.748Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T02:43:06.748Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T02:43:06.748Z] ---> eeaf43b92773 [2021-01-21T02:43:06.748Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T02:43:06.748Z] ---> Running in 52fb594c262d [2021-01-21T02:43:08.189Z] ---> dcdf544add1f [2021-01-21T02:43:08.189Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:43:08.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:43:08.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:43:08.794Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T02:43:08.794Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T02:43:09.082Z] Executing bash-5.0.17-r0.post-install [2021-01-21T02:43:09.082Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:43:09.082Z] OK: 12 MiB in 22 packages [2021-01-21T02:43:09.082Z] ---> 00e3437797ba [2021-01-21T02:43:09.082Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T02:43:11.084Z] ---> 9fc8383729b6 [2021-01-21T02:43:11.084Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T02:43:11.360Z] Removing intermediate container 52fb594c262d [2021-01-21T02:43:11.361Z] ---> 6cdb9ef8c2a1 [2021-01-21T02:43:11.361Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T02:43:11.634Z] ---> Running in 35b4ec17672c [2021-01-21T02:43:11.907Z] ---> 6a2d17ee9e77 [2021-01-21T02:43:11.907Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T02:43:12.180Z] Removing intermediate container 07528838462c [2021-01-21T02:43:12.180Z] ---> db321aac0bc1 [2021-01-21T02:43:12.180Z] [2021-01-21T02:43:12.180Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T02:43:12.180Z] ---> afeebe901d6b [2021-01-21T02:43:12.180Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T02:43:12.454Z] ---> Running in cd5622ce5783 [2021-01-21T02:43:12.454Z] ---> Running in aee4a9e19894 [2021-01-21T02:43:12.454Z] Removing intermediate container 35b4ec17672c [2021-01-21T02:43:12.454Z] ---> a548f94ca7bf [2021-01-21T02:43:12.454Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T02:43:12.727Z] ---> Running in 05e877ba3601 [2021-01-21T02:43:12.727Z] Removing intermediate container cd5622ce5783 [2021-01-21T02:43:12.727Z] ---> d90441944859 [2021-01-21T02:43:12.727Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T02:43:13.007Z] Removing intermediate container aee4a9e19894 [2021-01-21T02:43:13.007Z] ---> 95be47c752ec [2021-01-21T02:43:13.007Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T02:43:13.007Z] ---> Running in a91086911ef0 [2021-01-21T02:43:13.007Z] ---> Running in 84b0b00d2302 [2021-01-21T02:43:13.007Z] Removing intermediate container 05e877ba3601 [2021-01-21T02:43:13.007Z] ---> 5904200e0f67 [2021-01-21T02:43:13.007Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T02:43:13.276Z] ---> Running in 3f5fd136fdde [2021-01-21T02:43:13.549Z] Removing intermediate container a91086911ef0 [2021-01-21T02:43:13.549Z] ---> 32cf2c0d9153 [2021-01-21T02:43:13.549Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T02:43:13.829Z] Removing intermediate container 84b0b00d2302 [2021-01-21T02:43:13.829Z] ---> af24336c93c3 [2021-01-21T02:43:13.829Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T02:43:13.829Z] ---> Running in 07f6c64ea809 [2021-01-21T02:43:13.829Z] ---> Running in ea99ab4d0462 [2021-01-21T02:43:13.829Z] Removing intermediate container 3f5fd136fdde [2021-01-21T02:43:13.829Z] ---> 8037044ee34b [2021-01-21T02:43:13.829Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T02:43:14.428Z] Removing intermediate container 07f6c64ea809 [2021-01-21T02:43:14.428Z] ---> d3523d5a283d [2021-01-21T02:43:14.428Z] Step 23/24 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:43:14.700Z] Removing intermediate container ea99ab4d0462 [2021-01-21T02:43:14.700Z] ---> 7c26b96d0062 [2021-01-21T02:43:14.700Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T02:43:14.700Z] ---> Running in 54ec67b2a7a1 [2021-01-21T02:43:14.975Z] ---> Running in 8c4f143ca5b5 [2021-01-21T02:43:15.256Z] ---> 56ed5f765006 [2021-01-21T02:43:15.256Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T02:43:15.256Z] Removing intermediate container 54ec67b2a7a1 [2021-01-21T02:43:15.256Z] ---> 35ec45ecf2ae [2021-01-21T02:43:15.256Z] Step 24/24 : LABEL version=2.0.0-dev.49 [2021-01-21T02:43:15.533Z] ---> Running in 82a14c661d5f [2021-01-21T02:43:16.139Z] ---> 40811b785c1f [2021-01-21T02:43:16.139Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T02:43:16.139Z] Removing intermediate container 82a14c661d5f [2021-01-21T02:43:16.139Z] ---> 9572914ef94e [2021-01-21T02:43:16.139Z] [2021-01-21T02:43:16.412Z] Successfully built 9572914ef94e [2021-01-21T02:43:16.412Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-21T02:43:17.010Z]  Building docker-support-notifications-go ... done  ---> 14d483cedafd [2021-01-21T02:43:17.010Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T02:43:17.292Z] ---> Running in 310c396f7f89 [2021-01-21T02:43:17.292Z] Removing intermediate container 8c4f143ca5b5 [2021-01-21T02:43:17.292Z] ---> a70e611d3566 [2021-01-21T02:43:17.292Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T02:43:17.566Z] ---> Running in 97c4e55b38f6 [2021-01-21T02:43:18.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:43:18.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:43:18.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:43:19.095Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T02:43:19.366Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T02:43:19.366Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T02:43:19.366Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T02:43:19.366Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T02:43:19.366Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T02:43:19.366Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T02:43:19.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:43:21.061Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T02:43:21.061Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T02:43:21.061Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T02:43:21.061Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T02:43:21.061Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T02:43:21.061Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T02:43:21.061Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T02:43:21.061Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T02:43:21.061Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T02:43:21.331Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T02:43:21.332Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T02:43:21.332Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T02:43:21.332Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T02:43:21.332Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T02:43:21.332Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T02:43:21.332Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T02:43:21.332Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T02:43:21.601Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T02:43:21.601Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T02:43:21.601Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T02:43:21.601Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T02:43:21.601Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T02:43:21.601Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T02:43:21.601Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T02:43:21.601Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T02:43:21.601Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T02:43:21.601Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T02:43:21.601Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T02:43:21.601Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T02:43:21.601Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T02:43:21.872Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T02:43:21.872Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:43:21.872Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:43:21.872Z] OK: 8 MiB in 19 packages [2021-01-21T02:43:21.872Z] OK: 71 MiB in 55 packages [2021-01-21T02:43:23.853Z] Removing intermediate container 97c4e55b38f6 [2021-01-21T02:43:23.853Z] ---> e183dfcf1b84 [2021-01-21T02:43:23.853Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T02:43:25.287Z] ---> e58aa58d0a3d [2021-01-21T02:43:25.287Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T02:43:26.727Z] ---> a79cc2e30e2c [2021-01-21T02:43:26.727Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T02:43:27.705Z] ---> bb825c1667f2 [2021-01-21T02:43:27.705Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T02:43:28.295Z] ---> Running in 3639342fb6da [2021-01-21T02:43:28.296Z] Removing intermediate container 310c396f7f89 [2021-01-21T02:43:28.296Z] ---> 982b5b5b2e5f [2021-01-21T02:43:28.296Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T02:43:28.568Z] ---> Running in 1127575e82ba [2021-01-21T02:43:28.568Z] Removing intermediate container 3639342fb6da [2021-01-21T02:43:28.568Z] ---> f7bfed857241 [2021-01-21T02:43:28.568Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T02:43:28.843Z] ---> Running in 00bc9a058044 [2021-01-21T02:43:29.434Z] Removing intermediate container 00bc9a058044 [2021-01-21T02:43:29.434Z] ---> 83322ce56eb9 [2021-01-21T02:43:29.434Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T02:43:29.434Z] ---> Running in ab4adb56753f [2021-01-21T02:43:30.025Z] Removing intermediate container ab4adb56753f [2021-01-21T02:43:30.025Z] ---> 03787b5384b1 [2021-01-21T02:43:30.025Z] Step 22/23 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:43:30.025Z] ---> Running in 3c17e0f90d00 [2021-01-21T02:43:30.622Z] Removing intermediate container 3c17e0f90d00 [2021-01-21T02:43:30.622Z] ---> 4f860809a646 [2021-01-21T02:43:30.622Z] Step 23/23 : LABEL version=2.0.0-dev.49 [2021-01-21T02:43:30.622Z] ---> Running in 0654a84a301a [2021-01-21T02:43:31.214Z] Removing intermediate container 0654a84a301a [2021-01-21T02:43:31.214Z] ---> c33d5f1ec4f9 [2021-01-21T02:43:31.214Z] [2021-01-21T02:43:31.214Z] Successfully built c33d5f1ec4f9 [2021-01-21T02:43:31.214Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-21T02:43:33.177Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-21T02:43:33.446Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T02:43:34.046Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T02:43:34.046Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T02:43:36.649Z] Collecting PyYAML<4,>=3.10 [2021-01-21T02:43:36.650Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T02:43:39.250Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T02:43:39.250Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T02:43:39.839Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T02:43:39.839Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T02:43:41.801Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-21T02:43:41.801Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T02:43:41.801Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T02:43:42.392Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T02:43:42.392Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T02:43:42.660Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T02:43:42.932Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T02:43:44.892Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T02:43:44.892Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T02:43:45.859Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T02:43:45.859Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T02:43:46.129Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T02:43:46.129Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T02:43:46.399Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-21T02:43:46.668Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T02:43:46.669Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T02:43:46.938Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-21T02:43:47.208Z] Collecting idna<2.8,>=2.5 [2021-01-21T02:43:47.208Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T02:43:47.208Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T02:43:47.208Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T02:43:47.208Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T02:43:47.208Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T02:43:48.178Z] Installing collected packages: docopt, PyYAML, websocket-client, dockerpty, cached-property, urllib3, idna, requests, docker-pycreds, docker, texttable, jsonschema, docker-compose [2021-01-21T02:43:48.178Z] Running setup.py install for docopt: started [2021-01-21T02:43:49.600Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T02:43:49.600Z] Running setup.py install for PyYAML: started [2021-01-21T02:43:52.206Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T02:43:52.206Z] Running setup.py install for dockerpty: started [2021-01-21T02:43:54.171Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T02:43:54.171Z] Attempting uninstall: urllib3 [2021-01-21T02:43:54.171Z] Found existing installation: urllib3 1.25.9 [2021-01-21T02:43:54.171Z] Uninstalling urllib3-1.25.9: [2021-01-21T02:43:54.171Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T02:43:54.763Z] Attempting uninstall: idna [2021-01-21T02:43:54.763Z] Found existing installation: idna 2.9 [2021-01-21T02:43:54.763Z] Uninstalling idna-2.9: [2021-01-21T02:43:54.763Z] Successfully uninstalled idna-2.9 [2021-01-21T02:43:55.354Z] Attempting uninstall: requests [2021-01-21T02:43:55.354Z] Found existing installation: requests 2.23.0 [2021-01-21T02:43:55.354Z] Uninstalling requests-2.23.0: [2021-01-21T02:43:55.354Z] Successfully uninstalled requests-2.23.0 [2021-01-21T02:43:56.799Z] Running setup.py install for texttable: started [2021-01-21T02:43:58.810Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T02:43:59.786Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-21T02:44:04.082Z] Removing intermediate container 1127575e82ba [2021-01-21T02:44:04.082Z] ---> 55aeff13da58 [2021-01-21T02:44:04.082Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T02:44:04.082Z] ---> Running in 500a887b718c [2021-01-21T02:44:04.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T02:44:04.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T02:44:05.266Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T02:44:05.266Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T02:44:05.266Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T02:44:05.266Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T02:44:05.266Z] OK: 71 MiB in 58 packages [2021-01-21T02:44:06.700Z] Removing intermediate container 500a887b718c [2021-01-21T02:44:06.700Z] ---> 5c609750732c [2021-01-21T02:44:06.700Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T02:44:06.700Z] ---> Running in 74346174370b [2021-01-21T02:44:06.970Z] Removing intermediate container 74346174370b [2021-01-21T02:44:06.970Z] ---> 10fa5417afcd [2021-01-21T02:44:06.970Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T02:44:07.238Z] ---> Running in f53bc686721b [2021-01-21T02:44:07.512Z] Removing intermediate container f53bc686721b [2021-01-21T02:44:07.512Z] ---> 30621c25b5d2 [2021-01-21T02:44:07.512Z] Step 24/26 : LABEL arch=arm64 [2021-01-21T02:44:07.512Z] ---> Running in 078b4cbfa970 [2021-01-21T02:44:08.105Z] Removing intermediate container 078b4cbfa970 [2021-01-21T02:44:08.105Z] ---> 303d56ad2e72 [2021-01-21T02:44:08.105Z] Step 25/26 : LABEL git_sha=48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:08.105Z] ---> Running in d44e99e4cb6f [2021-01-21T02:44:08.700Z] Removing intermediate container d44e99e4cb6f [2021-01-21T02:44:08.700Z] ---> e3328c973a6e [2021-01-21T02:44:08.700Z] Step 26/26 : LABEL version=2.0.0-dev.49 [2021-01-21T02:44:08.700Z] ---> Running in 45bd0f502322 [2021-01-21T02:44:09.294Z] Removing intermediate container 45bd0f502322 [2021-01-21T02:44:09.294Z] ---> 6de01b02621c [2021-01-21T02:44:09.294Z] [2021-01-21T02:44:09.564Z] Successfully built 6de01b02621c [2021-01-21T02:44:09.564Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-21T02:44:09.848Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-21T02:44:09.871Z] $ docker stop --time=1 24bcddd8f1e76c2730f6b1d3b002d776c3f900d2bb9ac2595233a63684fa1039 [2021-01-21T02:44:11.760Z] $ docker rm -f 24bcddd8f1e76c2730f6b1d3b002d776c3f900d2bb9ac2595233a63684fa1039 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T02:44:12.396Z] + docker images [2021-01-21T02:44:12.396Z] + grep docker [2021-01-21T02:44:12.668Z] docker-sys-mgmt-agent-go-arm64 latest 6de01b02621c 4 seconds ago 300MB [2021-01-21T02:44:12.668Z] docker-core-data-go-arm64 latest c33d5f1ec4f9 42 seconds ago 21MB [2021-01-21T02:44:12.668Z] docker-support-notifications-go-arm64 latest 9572914ef94e 57 seconds ago 11.4MB [2021-01-21T02:44:12.668Z] docker-security-bootstrap-redis-go-arm64 latest 78496dc6a270 2 minutes ago 15.1MB [2021-01-21T02:44:12.668Z] docker-security-secretstore-setup-go-arm64 latest 7192d826a930 3 minutes ago 23.4MB [2021-01-21T02:44:12.668Z] docker-core-metadata-go-arm64 latest d565341b3172 3 minutes ago 12.3MB [2021-01-21T02:44:12.668Z] docker-security-proxy-setup-go-arm64 latest feb2344390ff 3 minutes ago 23.2MB [2021-01-21T02:44:12.668Z] docker-core-command-go-arm64 latest 1931dc4c6993 3 minutes ago 9.98MB [2021-01-21T02:44:12.668Z] docker-support-scheduler-go-arm64 latest d016bb7eb13e 3 minutes ago 10.1MB [2021-01-21T02:44:12.668Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T02:44:13.197Z] provisioning config files... [2021-01-21T02:44:13.230Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/312@tmp/config6901254552683624378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:44:13.657Z] ---> docker-login.sh [2021-01-21T02:44:13.657Z] nexus3.edgexfoundry.org:10001 [2021-01-21T02:44:13.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:44:13.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:44:13.930Z] Configure a credential helper to remove this warning. See [2021-01-21T02:44:13.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:44:13.930Z] [2021-01-21T02:44:13.930Z] Login Succeeded [2021-01-21T02:44:13.930Z] nexus3.edgexfoundry.org:10002 [2021-01-21T02:44:14.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:44:14.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:44:14.525Z] Configure a credential helper to remove this warning. See [2021-01-21T02:44:14.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:44:14.525Z] [2021-01-21T02:44:14.525Z] Login Succeeded [2021-01-21T02:44:14.525Z] nexus3.edgexfoundry.org:10003 [2021-01-21T02:44:15.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:44:15.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:44:15.120Z] Configure a credential helper to remove this warning. See [2021-01-21T02:44:15.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:44:15.120Z] [2021-01-21T02:44:15.120Z] Login Succeeded [2021-01-21T02:44:15.120Z] nexus3.edgexfoundry.org:10004 [2021-01-21T02:44:15.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:44:15.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:44:15.660Z] Configure a credential helper to remove this warning. See [2021-01-21T02:44:15.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:44:15.660Z] [2021-01-21T02:44:15.660Z] Login Succeeded [2021-01-21T02:44:15.660Z] docker.io [2021-01-21T02:44:15.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T02:44:16.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T02:44:16.203Z] Configure a credential helper to remove this warning. See [2021-01-21T02:44:16.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T02:44:16.203Z] [2021-01-21T02:44:16.203Z] Login Succeeded [2021-01-21T02:44:16.203Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T02:44:16.223Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:44:16.423Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-21T02:44:16.423Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:16.423Z] 2.0.0-dev.49 [2021-01-21T02:44:16.423Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:16.423Z] master [2021-01-21T02:44:16.423Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:16.921Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:17.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:17.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-21T02:44:17.273Z] b772a92560f8: Preparing [2021-01-21T02:44:17.273Z] d1faac3a0511: Preparing [2021-01-21T02:44:17.273Z] a29ea439905d: Preparing [2021-01-21T02:44:17.552Z] b772a92560f8: Pushed [2021-01-21T02:44:17.552Z] a29ea439905d: Pushed [2021-01-21T02:44:20.163Z] d1faac3a0511: Pushed [2021-01-21T02:44:20.163Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:f29e7db6f485c967294f5eb090547157d0a15e7178f8a7afdd4bb8ad3968e945 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:20.508Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:20.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:20.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-21T02:44:20.846Z] b772a92560f8: Preparing [2021-01-21T02:44:20.846Z] d1faac3a0511: Preparing [2021-01-21T02:44:20.846Z] a29ea439905d: Preparing [2021-01-21T02:44:20.846Z] a29ea439905d: Layer already exists [2021-01-21T02:44:20.846Z] d1faac3a0511: Layer already exists [2021-01-21T02:44:20.846Z] b772a92560f8: Layer already exists [2021-01-21T02:44:21.114Z] 2.0.0-dev.49: digest: sha256:f29e7db6f485c967294f5eb090547157d0a15e7178f8a7afdd4bb8ad3968e945 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:21.453Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:21.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:21.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-21T02:44:21.790Z] b772a92560f8: Preparing [2021-01-21T02:44:21.790Z] d1faac3a0511: Preparing [2021-01-21T02:44:21.790Z] a29ea439905d: Preparing [2021-01-21T02:44:21.790Z] a29ea439905d: Layer already exists [2021-01-21T02:44:21.790Z] b772a92560f8: Layer already exists [2021-01-21T02:44:21.790Z] d1faac3a0511: Layer already exists [2021-01-21T02:44:22.061Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:f29e7db6f485c967294f5eb090547157d0a15e7178f8a7afdd4bb8ad3968e945 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:22.400Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:22.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-21T02:44:22.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-21T02:44:22.739Z] b772a92560f8: Preparing [2021-01-21T02:44:22.739Z] d1faac3a0511: Preparing [2021-01-21T02:44:22.739Z] a29ea439905d: Preparing [2021-01-21T02:44:22.739Z] d1faac3a0511: Layer already exists [2021-01-21T02:44:22.739Z] b772a92560f8: Layer already exists [2021-01-21T02:44:22.739Z] a29ea439905d: Layer already exists [2021-01-21T02:44:23.008Z] master: digest: sha256:f29e7db6f485c967294f5eb090547157d0a15e7178f8a7afdd4bb8ad3968e945 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:44:23.225Z] ===================================================== [Pipeline] echo [2021-01-21T02:44:23.271Z] taggedImages: [2021-01-21T02:44:23.271Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:23.271Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:23.271Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:23.271Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-21T02:44:23.361Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-21T02:44:23.362Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:23.362Z] 2.0.0-dev.49 [2021-01-21T02:44:23.362Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:23.362Z] master [2021-01-21T02:44:23.362Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:23.867Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:24.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:24.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-21T02:44:24.200Z] 310e5b9a4bf1: Preparing [2021-01-21T02:44:24.200Z] 9594af9e560a: Preparing [2021-01-21T02:44:24.200Z] a29ea439905d: Preparing [2021-01-21T02:44:24.200Z] 232bf8064c1f: Preparing [2021-01-21T02:44:24.200Z] 8d64d8482dd8: Preparing [2021-01-21T02:44:24.201Z] 379067d0cb53: Preparing [2021-01-21T02:44:24.201Z] 379067d0cb53: Waiting [2021-01-21T02:44:24.473Z] a29ea439905d: Layer already exists [2021-01-21T02:44:24.473Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:24.473Z] 8d64d8482dd8: Pushed [2021-01-21T02:44:24.473Z] 310e5b9a4bf1: Pushed [2021-01-21T02:44:25.069Z] 232bf8064c1f: Pushed [2021-01-21T02:44:27.685Z] 9594af9e560a: Pushed [2021-01-21T02:44:27.955Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:5d9f778f95fe8e7bb0812e451b696de1aee37fa0833db5d349a7abffb4f83303 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:28.325Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:28.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:28.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-21T02:44:28.661Z] 310e5b9a4bf1: Preparing [2021-01-21T02:44:28.661Z] 9594af9e560a: Preparing [2021-01-21T02:44:28.661Z] a29ea439905d: Preparing [2021-01-21T02:44:28.661Z] 232bf8064c1f: Preparing [2021-01-21T02:44:28.661Z] 8d64d8482dd8: Preparing [2021-01-21T02:44:28.661Z] 379067d0cb53: Preparing [2021-01-21T02:44:28.661Z] 379067d0cb53: Waiting [2021-01-21T02:44:28.661Z] 9594af9e560a: Layer already exists [2021-01-21T02:44:28.661Z] 8d64d8482dd8: Layer already exists [2021-01-21T02:44:28.661Z] 310e5b9a4bf1: Layer already exists [2021-01-21T02:44:28.661Z] a29ea439905d: Layer already exists [2021-01-21T02:44:28.661Z] 232bf8064c1f: Layer already exists [2021-01-21T02:44:28.661Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:28.931Z] 2.0.0-dev.49: digest: sha256:5d9f778f95fe8e7bb0812e451b696de1aee37fa0833db5d349a7abffb4f83303 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:29.270Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:29.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:29.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-21T02:44:29.643Z] 310e5b9a4bf1: Preparing [2021-01-21T02:44:29.643Z] 9594af9e560a: Preparing [2021-01-21T02:44:29.643Z] a29ea439905d: Preparing [2021-01-21T02:44:29.643Z] 232bf8064c1f: Preparing [2021-01-21T02:44:29.643Z] 8d64d8482dd8: Preparing [2021-01-21T02:44:29.643Z] 379067d0cb53: Preparing [2021-01-21T02:44:29.643Z] 379067d0cb53: Waiting [2021-01-21T02:44:29.643Z] 8d64d8482dd8: Layer already exists [2021-01-21T02:44:29.643Z] 310e5b9a4bf1: Layer already exists [2021-01-21T02:44:29.643Z] 232bf8064c1f: Layer already exists [2021-01-21T02:44:29.643Z] a29ea439905d: Layer already exists [2021-01-21T02:44:29.643Z] 9594af9e560a: Layer already exists [2021-01-21T02:44:29.643Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:29.913Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:5d9f778f95fe8e7bb0812e451b696de1aee37fa0833db5d349a7abffb4f83303 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:30.259Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:30.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-21T02:44:30.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-21T02:44:30.603Z] 310e5b9a4bf1: Preparing [2021-01-21T02:44:30.603Z] 9594af9e560a: Preparing [2021-01-21T02:44:30.603Z] a29ea439905d: Preparing [2021-01-21T02:44:30.603Z] 232bf8064c1f: Preparing [2021-01-21T02:44:30.603Z] 8d64d8482dd8: Preparing [2021-01-21T02:44:30.603Z] 379067d0cb53: Preparing [2021-01-21T02:44:30.603Z] 379067d0cb53: Waiting [2021-01-21T02:44:30.603Z] 310e5b9a4bf1: Layer already exists [2021-01-21T02:44:30.603Z] 232bf8064c1f: Layer already exists [2021-01-21T02:44:30.603Z] 8d64d8482dd8: Layer already exists [2021-01-21T02:44:30.603Z] a29ea439905d: Layer already exists [2021-01-21T02:44:30.603Z] 9594af9e560a: Layer already exists [2021-01-21T02:44:30.603Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:30.873Z] master: digest: sha256:5d9f778f95fe8e7bb0812e451b696de1aee37fa0833db5d349a7abffb4f83303 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:44:31.077Z] ===================================================== [Pipeline] echo [2021-01-21T02:44:31.124Z] taggedImages: [2021-01-21T02:44:31.124Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:31.124Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:31.124Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:31.124Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-21T02:44:31.189Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-21T02:44:31.189Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:31.189Z] 2.0.0-dev.49 [2021-01-21T02:44:31.189Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:31.189Z] master [2021-01-21T02:44:31.189Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:31.691Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:32.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:32.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-21T02:44:32.024Z] af653029a50f: Preparing [2021-01-21T02:44:32.025Z] 888e6d769a01: Preparing [2021-01-21T02:44:32.025Z] a29ea439905d: Preparing [2021-01-21T02:44:32.025Z] a29ea439905d: Layer already exists [2021-01-21T02:44:32.296Z] af653029a50f: Pushed [2021-01-21T02:44:34.896Z] 888e6d769a01: Pushed [2021-01-21T02:44:35.168Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:3b6fa6b59383edd75dd215f04ab6f1c5af699277b3ef462d4cdf60565a12948e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:35.515Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:35.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:35.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-21T02:44:35.848Z] af653029a50f: Preparing [2021-01-21T02:44:35.848Z] 888e6d769a01: Preparing [2021-01-21T02:44:35.848Z] a29ea439905d: Preparing [2021-01-21T02:44:35.848Z] a29ea439905d: Layer already exists [2021-01-21T02:44:35.848Z] 888e6d769a01: Layer already exists [2021-01-21T02:44:35.848Z] af653029a50f: Layer already exists [2021-01-21T02:44:36.122Z] 2.0.0-dev.49: digest: sha256:3b6fa6b59383edd75dd215f04ab6f1c5af699277b3ef462d4cdf60565a12948e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:36.459Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:36.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:36.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-21T02:44:36.795Z] af653029a50f: Preparing [2021-01-21T02:44:36.795Z] 888e6d769a01: Preparing [2021-01-21T02:44:36.795Z] a29ea439905d: Preparing [2021-01-21T02:44:36.795Z] af653029a50f: Layer already exists [2021-01-21T02:44:36.795Z] a29ea439905d: Layer already exists [2021-01-21T02:44:36.795Z] 888e6d769a01: Layer already exists [2021-01-21T02:44:37.064Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:3b6fa6b59383edd75dd215f04ab6f1c5af699277b3ef462d4cdf60565a12948e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:37.402Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:37.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-21T02:44:37.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-21T02:44:37.743Z] af653029a50f: Preparing [2021-01-21T02:44:37.743Z] 888e6d769a01: Preparing [2021-01-21T02:44:37.743Z] a29ea439905d: Preparing [2021-01-21T02:44:37.743Z] a29ea439905d: Layer already exists [2021-01-21T02:44:37.743Z] af653029a50f: Layer already exists [2021-01-21T02:44:37.743Z] 888e6d769a01: Layer already exists [2021-01-21T02:44:38.039Z] master: digest: sha256:3b6fa6b59383edd75dd215f04ab6f1c5af699277b3ef462d4cdf60565a12948e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:44:38.252Z] ===================================================== [Pipeline] echo [2021-01-21T02:44:38.297Z] taggedImages: [2021-01-21T02:44:38.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:38.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:38.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:38.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-21T02:44:38.360Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-21T02:44:38.361Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:38.361Z] 2.0.0-dev.49 [2021-01-21T02:44:38.361Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:38.361Z] master [2021-01-21T02:44:38.361Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:38.901Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:39.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:39.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-21T02:44:39.239Z] d4b96a652323: Preparing [2021-01-21T02:44:39.239Z] 2a3d341a0dca: Preparing [2021-01-21T02:44:39.239Z] 715dff381bd0: Preparing [2021-01-21T02:44:39.239Z] b502bbce85d3: Preparing [2021-01-21T02:44:39.239Z] a29ea439905d: Preparing [2021-01-21T02:44:39.239Z] 6a85244da703: Preparing [2021-01-21T02:44:39.239Z] 379067d0cb53: Preparing [2021-01-21T02:44:39.239Z] 6a85244da703: Waiting [2021-01-21T02:44:39.239Z] 379067d0cb53: Waiting [2021-01-21T02:44:39.509Z] a29ea439905d: Layer already exists [2021-01-21T02:44:39.509Z] 715dff381bd0: Pushed [2021-01-21T02:44:39.509Z] d4b96a652323: Pushed [2021-01-21T02:44:39.509Z] 2a3d341a0dca: Pushed [2021-01-21T02:44:39.781Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:40.051Z] 6a85244da703: Pushed [2021-01-21T02:44:41.472Z] b502bbce85d3: Pushed [2021-01-21T02:44:41.744Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:3f0d2df4ff413701e5de08d034a73b5282806adba08e0b8747b65320b1784e62 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:42.087Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:42.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:42.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-21T02:44:42.427Z] d4b96a652323: Preparing [2021-01-21T02:44:42.427Z] 2a3d341a0dca: Preparing [2021-01-21T02:44:42.427Z] 715dff381bd0: Preparing [2021-01-21T02:44:42.427Z] b502bbce85d3: Preparing [2021-01-21T02:44:42.427Z] a29ea439905d: Preparing [2021-01-21T02:44:42.427Z] 6a85244da703: Preparing [2021-01-21T02:44:42.427Z] 379067d0cb53: Preparing [2021-01-21T02:44:42.427Z] 6a85244da703: Waiting [2021-01-21T02:44:42.427Z] 379067d0cb53: Waiting [2021-01-21T02:44:42.427Z] b502bbce85d3: Layer already exists [2021-01-21T02:44:42.427Z] d4b96a652323: Layer already exists [2021-01-21T02:44:42.427Z] 715dff381bd0: Layer already exists [2021-01-21T02:44:42.427Z] a29ea439905d: Layer already exists [2021-01-21T02:44:42.427Z] 2a3d341a0dca: Layer already exists [2021-01-21T02:44:42.698Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:42.698Z] 6a85244da703: Layer already exists [2021-01-21T02:44:42.698Z] 2.0.0-dev.49: digest: sha256:3f0d2df4ff413701e5de08d034a73b5282806adba08e0b8747b65320b1784e62 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:43.045Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:43.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:43.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-21T02:44:43.373Z] d4b96a652323: Preparing [2021-01-21T02:44:43.373Z] 2a3d341a0dca: Preparing [2021-01-21T02:44:43.373Z] 715dff381bd0: Preparing [2021-01-21T02:44:43.373Z] b502bbce85d3: Preparing [2021-01-21T02:44:43.373Z] a29ea439905d: Preparing [2021-01-21T02:44:43.373Z] 6a85244da703: Preparing [2021-01-21T02:44:43.373Z] 379067d0cb53: Preparing [2021-01-21T02:44:43.373Z] 6a85244da703: Waiting [2021-01-21T02:44:43.373Z] 379067d0cb53: Waiting [2021-01-21T02:44:43.373Z] a29ea439905d: Layer already exists [2021-01-21T02:44:43.373Z] d4b96a652323: Layer already exists [2021-01-21T02:44:43.374Z] b502bbce85d3: Layer already exists [2021-01-21T02:44:43.374Z] 715dff381bd0: Layer already exists [2021-01-21T02:44:43.374Z] 2a3d341a0dca: Layer already exists [2021-01-21T02:44:43.374Z] 6a85244da703: Layer already exists [2021-01-21T02:44:43.374Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:43.642Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:3f0d2df4ff413701e5de08d034a73b5282806adba08e0b8747b65320b1784e62 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:43.979Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:44.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-21T02:44:44.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-21T02:44:44.315Z] d4b96a652323: Preparing [2021-01-21T02:44:44.315Z] 2a3d341a0dca: Preparing [2021-01-21T02:44:44.315Z] 715dff381bd0: Preparing [2021-01-21T02:44:44.315Z] b502bbce85d3: Preparing [2021-01-21T02:44:44.315Z] a29ea439905d: Preparing [2021-01-21T02:44:44.315Z] 6a85244da703: Preparing [2021-01-21T02:44:44.315Z] 379067d0cb53: Preparing [2021-01-21T02:44:44.315Z] 379067d0cb53: Waiting [2021-01-21T02:44:44.315Z] a29ea439905d: Layer already exists [2021-01-21T02:44:44.315Z] d4b96a652323: Layer already exists [2021-01-21T02:44:44.315Z] 715dff381bd0: Layer already exists [2021-01-21T02:44:44.315Z] b502bbce85d3: Layer already exists [2021-01-21T02:44:44.315Z] 2a3d341a0dca: Layer already exists [2021-01-21T02:44:44.315Z] 6a85244da703: Layer already exists [2021-01-21T02:44:44.315Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:44.584Z] master: digest: sha256:3f0d2df4ff413701e5de08d034a73b5282806adba08e0b8747b65320b1784e62 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:44:44.822Z] ===================================================== [Pipeline] echo [2021-01-21T02:44:44.877Z] taggedImages: [2021-01-21T02:44:44.877Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:44.877Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:44.877Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:44.877Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-21T02:44:44.940Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-21T02:44:44.940Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:44.940Z] 2.0.0-dev.49 [2021-01-21T02:44:44.940Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:44.940Z] master [2021-01-21T02:44:44.940Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:45.439Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:45.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:45.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-21T02:44:45.770Z] ae299fbd0683: Preparing [2021-01-21T02:44:45.770Z] aab559af03f3: Preparing [2021-01-21T02:44:45.770Z] 9235e7fe932a: Preparing [2021-01-21T02:44:45.771Z] 4dce670c0316: Preparing [2021-01-21T02:44:45.771Z] 6daae01b2089: Preparing [2021-01-21T02:44:45.771Z] 379067d0cb53: Preparing [2021-01-21T02:44:45.771Z] 379067d0cb53: Waiting [2021-01-21T02:44:46.042Z] 4dce670c0316: Pushed [2021-01-21T02:44:46.042Z] 9235e7fe932a: Pushed [2021-01-21T02:44:46.042Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:46.637Z] 6daae01b2089: Pushed [2021-01-21T02:44:48.063Z] ae299fbd0683: Pushed [2021-01-21T02:44:48.063Z] aab559af03f3: Pushed [2021-01-21T02:44:48.335Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:b4d00af848a98a53b816a85cc872bec59977d3e60e011e660d61d55efd2a3b8a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:48.672Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:49.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:49.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-21T02:44:49.016Z] ae299fbd0683: Preparing [2021-01-21T02:44:49.016Z] aab559af03f3: Preparing [2021-01-21T02:44:49.016Z] 9235e7fe932a: Preparing [2021-01-21T02:44:49.016Z] 4dce670c0316: Preparing [2021-01-21T02:44:49.016Z] 6daae01b2089: Preparing [2021-01-21T02:44:49.016Z] 379067d0cb53: Preparing [2021-01-21T02:44:49.016Z] 379067d0cb53: Waiting [2021-01-21T02:44:49.016Z] ae299fbd0683: Layer already exists [2021-01-21T02:44:49.016Z] 4dce670c0316: Layer already exists [2021-01-21T02:44:49.016Z] 6daae01b2089: Layer already exists [2021-01-21T02:44:49.016Z] 9235e7fe932a: Layer already exists [2021-01-21T02:44:49.016Z] aab559af03f3: Layer already exists [2021-01-21T02:44:49.016Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:49.285Z] 2.0.0-dev.49: digest: sha256:b4d00af848a98a53b816a85cc872bec59977d3e60e011e660d61d55efd2a3b8a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:49.621Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:49.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:49.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-21T02:44:49.963Z] ae299fbd0683: Preparing [2021-01-21T02:44:49.963Z] aab559af03f3: Preparing [2021-01-21T02:44:49.963Z] 9235e7fe932a: Preparing [2021-01-21T02:44:49.963Z] 4dce670c0316: Preparing [2021-01-21T02:44:49.963Z] 6daae01b2089: Preparing [2021-01-21T02:44:49.963Z] 379067d0cb53: Preparing [2021-01-21T02:44:49.963Z] 379067d0cb53: Waiting [2021-01-21T02:44:49.963Z] 4dce670c0316: Layer already exists [2021-01-21T02:44:49.963Z] aab559af03f3: Layer already exists [2021-01-21T02:44:49.963Z] ae299fbd0683: Layer already exists [2021-01-21T02:44:49.963Z] 9235e7fe932a: Layer already exists [2021-01-21T02:44:49.963Z] 6daae01b2089: Layer already exists [2021-01-21T02:44:49.963Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:50.232Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:b4d00af848a98a53b816a85cc872bec59977d3e60e011e660d61d55efd2a3b8a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:50.594Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:51.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-21T02:44:51.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-21T02:44:51.026Z] ae299fbd0683: Preparing [2021-01-21T02:44:51.026Z] aab559af03f3: Preparing [2021-01-21T02:44:51.026Z] 9235e7fe932a: Preparing [2021-01-21T02:44:51.026Z] 4dce670c0316: Preparing [2021-01-21T02:44:51.026Z] 6daae01b2089: Preparing [2021-01-21T02:44:51.026Z] 379067d0cb53: Preparing [2021-01-21T02:44:51.026Z] 379067d0cb53: Waiting [2021-01-21T02:44:51.026Z] 4dce670c0316: Layer already exists [2021-01-21T02:44:51.026Z] 9235e7fe932a: Layer already exists [2021-01-21T02:44:51.026Z] 6daae01b2089: Layer already exists [2021-01-21T02:44:51.026Z] aab559af03f3: Layer already exists [2021-01-21T02:44:51.026Z] ae299fbd0683: Layer already exists [2021-01-21T02:44:51.026Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:51.298Z] master: digest: sha256:b4d00af848a98a53b816a85cc872bec59977d3e60e011e660d61d55efd2a3b8a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:44:51.524Z] ===================================================== [Pipeline] echo [2021-01-21T02:44:51.569Z] taggedImages: [2021-01-21T02:44:51.569Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:51.569Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:51.569Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:51.569Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-21T02:44:51.641Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-21T02:44:51.641Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:51.641Z] 2.0.0-dev.49 [2021-01-21T02:44:51.641Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:51.641Z] master [2021-01-21T02:44:51.641Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:52.174Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:52.529Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:52.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-21T02:44:52.529Z] 99b177407720: Preparing [2021-01-21T02:44:52.529Z] 848272c540aa: Preparing [2021-01-21T02:44:52.529Z] 3e2b13a43b94: Preparing [2021-01-21T02:44:52.529Z] 8e2a7880a5e7: Preparing [2021-01-21T02:44:52.529Z] ba61b398cc07: Preparing [2021-01-21T02:44:52.529Z] f69ef8a07e19: Preparing [2021-01-21T02:44:52.529Z] b13773644613: Preparing [2021-01-21T02:44:52.529Z] 6a85244da703: Preparing [2021-01-21T02:44:52.529Z] 379067d0cb53: Preparing [2021-01-21T02:44:52.529Z] f69ef8a07e19: Waiting [2021-01-21T02:44:52.529Z] b13773644613: Waiting [2021-01-21T02:44:52.529Z] 6a85244da703: Waiting [2021-01-21T02:44:52.529Z] 379067d0cb53: Waiting [2021-01-21T02:44:52.802Z] 848272c540aa: Pushed [2021-01-21T02:44:53.074Z] 99b177407720: Pushed [2021-01-21T02:44:53.074Z] ba61b398cc07: Pushed [2021-01-21T02:44:53.074Z] 6a85244da703: Layer already exists [2021-01-21T02:44:53.074Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:53.074Z] b13773644613: Pushed [2021-01-21T02:44:53.074Z] f69ef8a07e19: Pushed [2021-01-21T02:44:55.034Z] 8e2a7880a5e7: Pushed [2021-01-21T02:44:55.034Z] 3e2b13a43b94: Pushed [2021-01-21T02:44:55.303Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:430ab07ec550d3b73322ca8f2bf66b727e8b09627d740521a76f769c177eaf3f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:55.636Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:55.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:55.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-21T02:44:55.961Z] 99b177407720: Preparing [2021-01-21T02:44:55.961Z] 848272c540aa: Preparing [2021-01-21T02:44:55.961Z] 3e2b13a43b94: Preparing [2021-01-21T02:44:55.961Z] 8e2a7880a5e7: Preparing [2021-01-21T02:44:55.961Z] ba61b398cc07: Preparing [2021-01-21T02:44:55.961Z] f69ef8a07e19: Preparing [2021-01-21T02:44:55.961Z] b13773644613: Preparing [2021-01-21T02:44:55.961Z] 6a85244da703: Preparing [2021-01-21T02:44:55.961Z] 379067d0cb53: Preparing [2021-01-21T02:44:55.961Z] b13773644613: Waiting [2021-01-21T02:44:55.961Z] 6a85244da703: Waiting [2021-01-21T02:44:55.961Z] 379067d0cb53: Waiting [2021-01-21T02:44:55.961Z] f69ef8a07e19: Waiting [2021-01-21T02:44:55.961Z] 99b177407720: Layer already exists [2021-01-21T02:44:55.961Z] ba61b398cc07: Layer already exists [2021-01-21T02:44:55.961Z] 3e2b13a43b94: Layer already exists [2021-01-21T02:44:55.961Z] 848272c540aa: Layer already exists [2021-01-21T02:44:55.961Z] 8e2a7880a5e7: Layer already exists [2021-01-21T02:44:55.961Z] f69ef8a07e19: Layer already exists [2021-01-21T02:44:55.961Z] b13773644613: Layer already exists [2021-01-21T02:44:55.961Z] 6a85244da703: Layer already exists [2021-01-21T02:44:55.961Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:56.229Z] 2.0.0-dev.49: digest: sha256:430ab07ec550d3b73322ca8f2bf66b727e8b09627d740521a76f769c177eaf3f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:56.560Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:56.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:56.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-21T02:44:56.897Z] 99b177407720: Preparing [2021-01-21T02:44:56.897Z] 848272c540aa: Preparing [2021-01-21T02:44:56.897Z] 3e2b13a43b94: Preparing [2021-01-21T02:44:56.897Z] 8e2a7880a5e7: Preparing [2021-01-21T02:44:56.897Z] ba61b398cc07: Preparing [2021-01-21T02:44:56.897Z] f69ef8a07e19: Preparing [2021-01-21T02:44:56.897Z] b13773644613: Preparing [2021-01-21T02:44:56.897Z] 6a85244da703: Preparing [2021-01-21T02:44:56.897Z] 379067d0cb53: Preparing [2021-01-21T02:44:56.897Z] f69ef8a07e19: Waiting [2021-01-21T02:44:56.897Z] b13773644613: Waiting [2021-01-21T02:44:56.897Z] 6a85244da703: Waiting [2021-01-21T02:44:56.897Z] 379067d0cb53: Waiting [2021-01-21T02:44:56.897Z] ba61b398cc07: Layer already exists [2021-01-21T02:44:56.897Z] 3e2b13a43b94: Layer already exists [2021-01-21T02:44:56.897Z] 99b177407720: Layer already exists [2021-01-21T02:44:56.897Z] 848272c540aa: Layer already exists [2021-01-21T02:44:56.897Z] 8e2a7880a5e7: Layer already exists [2021-01-21T02:44:56.897Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:56.897Z] b13773644613: Layer already exists [2021-01-21T02:44:56.897Z] 6a85244da703: Layer already exists [2021-01-21T02:44:56.897Z] f69ef8a07e19: Layer already exists [2021-01-21T02:44:57.166Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:430ab07ec550d3b73322ca8f2bf66b727e8b09627d740521a76f769c177eaf3f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:57.500Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:57.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-21T02:44:57.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-21T02:44:57.828Z] 99b177407720: Preparing [2021-01-21T02:44:57.828Z] 848272c540aa: Preparing [2021-01-21T02:44:57.828Z] 3e2b13a43b94: Preparing [2021-01-21T02:44:57.828Z] 8e2a7880a5e7: Preparing [2021-01-21T02:44:57.828Z] ba61b398cc07: Preparing [2021-01-21T02:44:57.828Z] f69ef8a07e19: Preparing [2021-01-21T02:44:57.828Z] b13773644613: Preparing [2021-01-21T02:44:57.828Z] 6a85244da703: Preparing [2021-01-21T02:44:57.828Z] 379067d0cb53: Preparing [2021-01-21T02:44:57.828Z] b13773644613: Waiting [2021-01-21T02:44:57.828Z] 6a85244da703: Waiting [2021-01-21T02:44:57.828Z] 379067d0cb53: Waiting [2021-01-21T02:44:57.828Z] f69ef8a07e19: Waiting [2021-01-21T02:44:57.828Z] ba61b398cc07: Layer already exists [2021-01-21T02:44:57.828Z] 8e2a7880a5e7: Layer already exists [2021-01-21T02:44:57.828Z] 3e2b13a43b94: Layer already exists [2021-01-21T02:44:57.828Z] 99b177407720: Layer already exists [2021-01-21T02:44:57.828Z] 848272c540aa: Layer already exists [2021-01-21T02:44:58.098Z] b13773644613: Layer already exists [2021-01-21T02:44:58.098Z] f69ef8a07e19: Layer already exists [2021-01-21T02:44:58.099Z] 379067d0cb53: Layer already exists [2021-01-21T02:44:58.099Z] 6a85244da703: Layer already exists [2021-01-21T02:44:58.099Z] master: digest: sha256:430ab07ec550d3b73322ca8f2bf66b727e8b09627d740521a76f769c177eaf3f size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:44:58.285Z] ===================================================== [Pipeline] echo [2021-01-21T02:44:58.329Z] taggedImages: [2021-01-21T02:44:58.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:58.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.49 [2021-01-21T02:44:58.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:58.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-21T02:44:58.419Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-21T02:44:58.419Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:58.419Z] 2.0.0-dev.49 [2021-01-21T02:44:58.419Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:44:58.419Z] master [2021-01-21T02:44:58.419Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:58.917Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:44:59.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:44:59.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-21T02:44:59.258Z] 105957af0954: Preparing [2021-01-21T02:44:59.258Z] 1181441e4c97: Preparing [2021-01-21T02:44:59.258Z] a29ea439905d: Preparing [2021-01-21T02:44:59.258Z] 41d97b170ccf: Preparing [2021-01-21T02:44:59.258Z] f3e2481d8a8a: Preparing [2021-01-21T02:44:59.258Z] 427f20986b63: Preparing [2021-01-21T02:44:59.258Z] 427f20986b63: Waiting [2021-01-21T02:44:59.533Z] a29ea439905d: Layer already exists [2021-01-21T02:44:59.533Z] 105957af0954: Pushed [2021-01-21T02:44:59.533Z] f3e2481d8a8a: Pushed [2021-01-21T02:44:59.533Z] 41d97b170ccf: Pushed [2021-01-21T02:44:59.804Z] 427f20986b63: Pushed [2021-01-21T02:45:02.415Z] 1181441e4c97: Pushed [2021-01-21T02:45:03.010Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:050c64503fcbfa9b3ee2343f95210cabdc925114f9d9b5efca79a0602ce9cf4c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:03.345Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:03.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.49 [2021-01-21T02:45:03.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-21T02:45:03.684Z] 105957af0954: Preparing [2021-01-21T02:45:03.684Z] 1181441e4c97: Preparing [2021-01-21T02:45:03.684Z] a29ea439905d: Preparing [2021-01-21T02:45:03.684Z] 41d97b170ccf: Preparing [2021-01-21T02:45:03.684Z] f3e2481d8a8a: Preparing [2021-01-21T02:45:03.684Z] 427f20986b63: Preparing [2021-01-21T02:45:03.684Z] 427f20986b63: Waiting [2021-01-21T02:45:03.684Z] a29ea439905d: Layer already exists [2021-01-21T02:45:03.684Z] 1181441e4c97: Layer already exists [2021-01-21T02:45:03.684Z] 105957af0954: Layer already exists [2021-01-21T02:45:03.684Z] 41d97b170ccf: Layer already exists [2021-01-21T02:45:03.956Z] 427f20986b63: Layer already exists [2021-01-21T02:45:03.956Z] f3e2481d8a8a: Layer already exists [2021-01-21T02:45:03.956Z] 2.0.0-dev.49: digest: sha256:050c64503fcbfa9b3ee2343f95210cabdc925114f9d9b5efca79a0602ce9cf4c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:04.291Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:04.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:45:04.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-21T02:45:04.626Z] 105957af0954: Preparing [2021-01-21T02:45:04.626Z] 1181441e4c97: Preparing [2021-01-21T02:45:04.626Z] a29ea439905d: Preparing [2021-01-21T02:45:04.626Z] 41d97b170ccf: Preparing [2021-01-21T02:45:04.626Z] f3e2481d8a8a: Preparing [2021-01-21T02:45:04.626Z] 427f20986b63: Preparing [2021-01-21T02:45:04.626Z] 427f20986b63: Waiting [2021-01-21T02:45:04.626Z] 105957af0954: Layer already exists [2021-01-21T02:45:04.626Z] 41d97b170ccf: Layer already exists [2021-01-21T02:45:04.626Z] 1181441e4c97: Layer already exists [2021-01-21T02:45:04.626Z] a29ea439905d: Layer already exists [2021-01-21T02:45:04.626Z] f3e2481d8a8a: Layer already exists [2021-01-21T02:45:04.626Z] 427f20986b63: Layer already exists [2021-01-21T02:45:04.897Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:050c64503fcbfa9b3ee2343f95210cabdc925114f9d9b5efca79a0602ce9cf4c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:05.234Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:05.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-21T02:45:05.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-21T02:45:05.573Z] 105957af0954: Preparing [2021-01-21T02:45:05.573Z] 1181441e4c97: Preparing [2021-01-21T02:45:05.573Z] a29ea439905d: Preparing [2021-01-21T02:45:05.573Z] 41d97b170ccf: Preparing [2021-01-21T02:45:05.573Z] f3e2481d8a8a: Preparing [2021-01-21T02:45:05.573Z] 427f20986b63: Preparing [2021-01-21T02:45:05.573Z] 427f20986b63: Waiting [2021-01-21T02:45:05.573Z] f3e2481d8a8a: Layer already exists [2021-01-21T02:45:05.573Z] a29ea439905d: Layer already exists [2021-01-21T02:45:05.573Z] 1181441e4c97: Layer already exists [2021-01-21T02:45:05.573Z] 105957af0954: Layer already exists [2021-01-21T02:45:05.573Z] 41d97b170ccf: Layer already exists [2021-01-21T02:45:05.573Z] 427f20986b63: Layer already exists [2021-01-21T02:45:05.843Z] master: digest: sha256:050c64503fcbfa9b3ee2343f95210cabdc925114f9d9b5efca79a0602ce9cf4c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:45:06.063Z] ===================================================== [Pipeline] echo [2021-01-21T02:45:06.108Z] taggedImages: [2021-01-21T02:45:06.108Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:45:06.108Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.49 [2021-01-21T02:45:06.108Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:45:06.108Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-21T02:45:06.171Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-21T02:45:06.171Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:45:06.171Z] 2.0.0-dev.49 [2021-01-21T02:45:06.171Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:45:06.171Z] master [2021-01-21T02:45:06.171Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:06.672Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:07.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:45:07.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-21T02:45:07.009Z] 9e2f105b28dc: Preparing [2021-01-21T02:45:07.009Z] 9597459b4154: Preparing [2021-01-21T02:45:07.009Z] a29ea439905d: Preparing [2021-01-21T02:45:07.009Z] a29ea439905d: Layer already exists [2021-01-21T02:45:07.279Z] 9e2f105b28dc: Pushed [2021-01-21T02:45:09.879Z] 9597459b4154: Pushed [2021-01-21T02:45:10.148Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:241b2630cf51df5b568ce26c3bf3d3fce9a680a78ee90890c33b8b757f19894c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:10.492Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:10.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.49 [2021-01-21T02:45:10.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-21T02:45:10.822Z] 9e2f105b28dc: Preparing [2021-01-21T02:45:10.822Z] 9597459b4154: Preparing [2021-01-21T02:45:10.822Z] a29ea439905d: Preparing [2021-01-21T02:45:10.822Z] 9e2f105b28dc: Layer already exists [2021-01-21T02:45:10.822Z] a29ea439905d: Layer already exists [2021-01-21T02:45:10.822Z] 9597459b4154: Layer already exists [2021-01-21T02:45:11.092Z] 2.0.0-dev.49: digest: sha256:241b2630cf51df5b568ce26c3bf3d3fce9a680a78ee90890c33b8b757f19894c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:11.428Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:11.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:45:11.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-21T02:45:11.757Z] 9e2f105b28dc: Preparing [2021-01-21T02:45:11.757Z] 9597459b4154: Preparing [2021-01-21T02:45:11.757Z] a29ea439905d: Preparing [2021-01-21T02:45:12.026Z] 9597459b4154: Layer already exists [2021-01-21T02:45:12.026Z] a29ea439905d: Layer already exists [2021-01-21T02:45:12.026Z] 9e2f105b28dc: Layer already exists [2021-01-21T02:45:12.026Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:241b2630cf51df5b568ce26c3bf3d3fce9a680a78ee90890c33b8b757f19894c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:12.364Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:12.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-21T02:45:12.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-21T02:45:12.696Z] 9e2f105b28dc: Preparing [2021-01-21T02:45:12.696Z] 9597459b4154: Preparing [2021-01-21T02:45:12.696Z] a29ea439905d: Preparing [2021-01-21T02:45:12.696Z] 9e2f105b28dc: Layer already exists [2021-01-21T02:45:12.696Z] a29ea439905d: Layer already exists [2021-01-21T02:45:12.965Z] 9597459b4154: Layer already exists [2021-01-21T02:45:12.965Z] master: digest: sha256:241b2630cf51df5b568ce26c3bf3d3fce9a680a78ee90890c33b8b757f19894c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:45:13.139Z] ===================================================== [Pipeline] echo [2021-01-21T02:45:13.183Z] taggedImages: [2021-01-21T02:45:13.183Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:45:13.183Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.49 [2021-01-21T02:45:13.183Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:45:13.183Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-21T02:45:13.244Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-21T02:45:13.244Z] 48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:45:13.244Z] 2.0.0-dev.49 [2021-01-21T02:45:13.244Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:45:13.244Z] master [2021-01-21T02:45:13.244Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:13.732Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:14.119Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:45:14.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-21T02:45:14.119Z] 1bc3a7b882e2: Preparing [2021-01-21T02:45:14.119Z] 9e01b7813d90: Preparing [2021-01-21T02:45:14.119Z] d3475368abe4: Preparing [2021-01-21T02:45:14.119Z] ce80fea4bd71: Preparing [2021-01-21T02:45:14.119Z] 6405e39425e5: Preparing [2021-01-21T02:45:14.119Z] 492f8b842357: Preparing [2021-01-21T02:45:14.119Z] fb8cb22f6f4f: Preparing [2021-01-21T02:45:14.119Z] 9ded3b6bb9b5: Preparing [2021-01-21T02:45:14.119Z] fa1afe8e6ed9: Preparing [2021-01-21T02:45:14.119Z] 87a09b4c083e: Preparing [2021-01-21T02:45:14.119Z] 0f74e9ff2a61: Preparing [2021-01-21T02:45:14.119Z] b122376c33c6: Preparing [2021-01-21T02:45:14.119Z] f8381ed47b22: Preparing [2021-01-21T02:45:14.119Z] e934a737d657: Preparing [2021-01-21T02:45:14.119Z] fb8cb22f6f4f: Waiting [2021-01-21T02:45:14.119Z] 492f8b842357: Waiting [2021-01-21T02:45:14.119Z] 9ded3b6bb9b5: Waiting [2021-01-21T02:45:14.119Z] fa1afe8e6ed9: Waiting [2021-01-21T02:45:14.119Z] 87a09b4c083e: Waiting [2021-01-21T02:45:14.119Z] 0f74e9ff2a61: Waiting [2021-01-21T02:45:14.119Z] b122376c33c6: Waiting [2021-01-21T02:45:14.119Z] f8381ed47b22: Waiting [2021-01-21T02:45:14.119Z] e934a737d657: Waiting [2021-01-21T02:45:14.934Z] 6405e39425e5: Pushed [2021-01-21T02:45:14.934Z] 1bc3a7b882e2: Pushed [2021-01-21T02:45:15.543Z] ce80fea4bd71: Pushed [2021-01-21T02:45:15.821Z] 9ded3b6bb9b5: Layer already exists [2021-01-21T02:45:15.821Z] fa1afe8e6ed9: Layer already exists [2021-01-21T02:45:15.821Z] fb8cb22f6f4f: Pushed [2021-01-21T02:45:15.821Z] 87a09b4c083e: Layer already exists [2021-01-21T02:45:15.821Z] 0f74e9ff2a61: Layer already exists [2021-01-21T02:45:15.821Z] b122376c33c6: Layer already exists [2021-01-21T02:45:15.821Z] f8381ed47b22: Layer already exists [2021-01-21T02:45:15.821Z] e934a737d657: Layer already exists [2021-01-21T02:45:16.417Z] 9e01b7813d90: Pushed [2021-01-21T02:45:17.392Z] 492f8b842357: Pushed [2021-01-21T02:45:27.502Z] d3475368abe4: Pushed [2021-01-21T02:45:27.502Z] 48f292ecce04635bad45b2dac08c505f02e60d07: digest: sha256:bdd79002907060ec5f676b30f193c02c6ba61d0a3604cfded0ee85480ee239e8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:27.841Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:28.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.49 [2021-01-21T02:45:28.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-21T02:45:28.177Z] 1bc3a7b882e2: Preparing [2021-01-21T02:45:28.177Z] 9e01b7813d90: Preparing [2021-01-21T02:45:28.177Z] d3475368abe4: Preparing [2021-01-21T02:45:28.177Z] ce80fea4bd71: Preparing [2021-01-21T02:45:28.177Z] 6405e39425e5: Preparing [2021-01-21T02:45:28.177Z] 492f8b842357: Preparing [2021-01-21T02:45:28.177Z] fb8cb22f6f4f: Preparing [2021-01-21T02:45:28.177Z] 9ded3b6bb9b5: Preparing [2021-01-21T02:45:28.177Z] fa1afe8e6ed9: Preparing [2021-01-21T02:45:28.177Z] 87a09b4c083e: Preparing [2021-01-21T02:45:28.177Z] 0f74e9ff2a61: Preparing [2021-01-21T02:45:28.177Z] b122376c33c6: Preparing [2021-01-21T02:45:28.177Z] f8381ed47b22: Preparing [2021-01-21T02:45:28.177Z] e934a737d657: Preparing [2021-01-21T02:45:28.177Z] b122376c33c6: Waiting [2021-01-21T02:45:28.177Z] 87a09b4c083e: Waiting [2021-01-21T02:45:28.177Z] 0f74e9ff2a61: Waiting [2021-01-21T02:45:28.177Z] 492f8b842357: Waiting [2021-01-21T02:45:28.177Z] f8381ed47b22: Waiting [2021-01-21T02:45:28.177Z] e934a737d657: Waiting [2021-01-21T02:45:28.177Z] fb8cb22f6f4f: Waiting [2021-01-21T02:45:28.177Z] 9ded3b6bb9b5: Waiting [2021-01-21T02:45:28.177Z] fa1afe8e6ed9: Waiting [2021-01-21T02:45:28.448Z] ce80fea4bd71: Layer already exists [2021-01-21T02:45:28.448Z] 9e01b7813d90: Layer already exists [2021-01-21T02:45:28.448Z] 1bc3a7b882e2: Layer already exists [2021-01-21T02:45:28.448Z] d3475368abe4: Layer already exists [2021-01-21T02:45:28.448Z] 6405e39425e5: Layer already exists [2021-01-21T02:45:28.448Z] 9ded3b6bb9b5: Layer already exists [2021-01-21T02:45:28.448Z] fb8cb22f6f4f: Layer already exists [2021-01-21T02:45:28.448Z] 492f8b842357: Layer already exists [2021-01-21T02:45:28.448Z] fa1afe8e6ed9: Layer already exists [2021-01-21T02:45:28.448Z] 87a09b4c083e: Layer already exists [2021-01-21T02:45:28.448Z] e934a737d657: Layer already exists [2021-01-21T02:45:28.448Z] f8381ed47b22: Layer already exists [2021-01-21T02:45:28.448Z] b122376c33c6: Layer already exists [2021-01-21T02:45:28.448Z] 0f74e9ff2a61: Layer already exists [2021-01-21T02:45:28.449Z] 2.0.0-dev.49: digest: sha256:bdd79002907060ec5f676b30f193c02c6ba61d0a3604cfded0ee85480ee239e8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:28.791Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:29.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:45:29.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-21T02:45:29.123Z] 1bc3a7b882e2: Preparing [2021-01-21T02:45:29.123Z] 9e01b7813d90: Preparing [2021-01-21T02:45:29.123Z] d3475368abe4: Preparing [2021-01-21T02:45:29.123Z] ce80fea4bd71: Preparing [2021-01-21T02:45:29.123Z] 6405e39425e5: Preparing [2021-01-21T02:45:29.123Z] 492f8b842357: Preparing [2021-01-21T02:45:29.123Z] fb8cb22f6f4f: Preparing [2021-01-21T02:45:29.123Z] 9ded3b6bb9b5: Preparing [2021-01-21T02:45:29.123Z] fa1afe8e6ed9: Preparing [2021-01-21T02:45:29.123Z] 87a09b4c083e: Preparing [2021-01-21T02:45:29.123Z] 0f74e9ff2a61: Preparing [2021-01-21T02:45:29.123Z] b122376c33c6: Preparing [2021-01-21T02:45:29.123Z] f8381ed47b22: Preparing [2021-01-21T02:45:29.123Z] e934a737d657: Preparing [2021-01-21T02:45:29.123Z] 492f8b842357: Waiting [2021-01-21T02:45:29.123Z] fb8cb22f6f4f: Waiting [2021-01-21T02:45:29.123Z] 9ded3b6bb9b5: Waiting [2021-01-21T02:45:29.123Z] fa1afe8e6ed9: Waiting [2021-01-21T02:45:29.123Z] 87a09b4c083e: Waiting [2021-01-21T02:45:29.123Z] 0f74e9ff2a61: Waiting [2021-01-21T02:45:29.123Z] b122376c33c6: Waiting [2021-01-21T02:45:29.123Z] f8381ed47b22: Waiting [2021-01-21T02:45:29.123Z] e934a737d657: Waiting [2021-01-21T02:45:29.123Z] d3475368abe4: Layer already exists [2021-01-21T02:45:29.123Z] ce80fea4bd71: Layer already exists [2021-01-21T02:45:29.123Z] 1bc3a7b882e2: Layer already exists [2021-01-21T02:45:29.123Z] 9e01b7813d90: Layer already exists [2021-01-21T02:45:29.123Z] 6405e39425e5: Layer already exists [2021-01-21T02:45:29.392Z] 492f8b842357: Layer already exists [2021-01-21T02:45:29.392Z] 9ded3b6bb9b5: Layer already exists [2021-01-21T02:45:29.392Z] fb8cb22f6f4f: Layer already exists [2021-01-21T02:45:29.392Z] 87a09b4c083e: Layer already exists [2021-01-21T02:45:29.392Z] fa1afe8e6ed9: Layer already exists [2021-01-21T02:45:29.392Z] f8381ed47b22: Layer already exists [2021-01-21T02:45:29.392Z] b122376c33c6: Layer already exists [2021-01-21T02:45:29.392Z] 0f74e9ff2a61: Layer already exists [2021-01-21T02:45:29.392Z] e934a737d657: Layer already exists [2021-01-21T02:45:29.392Z] 48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49: digest: sha256:bdd79002907060ec5f676b30f193c02c6ba61d0a3604cfded0ee85480ee239e8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:29.727Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:30.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-21T02:45:30.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-21T02:45:30.055Z] 1bc3a7b882e2: Preparing [2021-01-21T02:45:30.055Z] 9e01b7813d90: Preparing [2021-01-21T02:45:30.055Z] d3475368abe4: Preparing [2021-01-21T02:45:30.055Z] ce80fea4bd71: Preparing [2021-01-21T02:45:30.055Z] 6405e39425e5: Preparing [2021-01-21T02:45:30.055Z] 492f8b842357: Preparing [2021-01-21T02:45:30.055Z] fb8cb22f6f4f: Preparing [2021-01-21T02:45:30.055Z] 9ded3b6bb9b5: Preparing [2021-01-21T02:45:30.055Z] fa1afe8e6ed9: Preparing [2021-01-21T02:45:30.055Z] 87a09b4c083e: Preparing [2021-01-21T02:45:30.055Z] 0f74e9ff2a61: Preparing [2021-01-21T02:45:30.055Z] b122376c33c6: Preparing [2021-01-21T02:45:30.055Z] f8381ed47b22: Preparing [2021-01-21T02:45:30.055Z] e934a737d657: Preparing [2021-01-21T02:45:30.055Z] fb8cb22f6f4f: Waiting [2021-01-21T02:45:30.055Z] 9ded3b6bb9b5: Waiting [2021-01-21T02:45:30.055Z] b122376c33c6: Waiting [2021-01-21T02:45:30.055Z] fa1afe8e6ed9: Waiting [2021-01-21T02:45:30.055Z] f8381ed47b22: Waiting [2021-01-21T02:45:30.055Z] 87a09b4c083e: Waiting [2021-01-21T02:45:30.055Z] e934a737d657: Waiting [2021-01-21T02:45:30.055Z] 0f74e9ff2a61: Waiting [2021-01-21T02:45:30.055Z] 492f8b842357: Waiting [2021-01-21T02:45:30.055Z] 9e01b7813d90: Layer already exists [2021-01-21T02:45:30.055Z] d3475368abe4: Layer already exists [2021-01-21T02:45:30.325Z] 6405e39425e5: Layer already exists [2021-01-21T02:45:30.326Z] 1bc3a7b882e2: Layer already exists [2021-01-21T02:45:30.326Z] ce80fea4bd71: Layer already exists [2021-01-21T02:45:30.326Z] 9ded3b6bb9b5: Layer already exists [2021-01-21T02:45:30.326Z] fb8cb22f6f4f: Layer already exists [2021-01-21T02:45:30.326Z] 87a09b4c083e: Layer already exists [2021-01-21T02:45:30.326Z] 492f8b842357: Layer already exists [2021-01-21T02:45:30.326Z] fa1afe8e6ed9: Layer already exists [2021-01-21T02:45:30.326Z] b122376c33c6: Layer already exists [2021-01-21T02:45:30.326Z] f8381ed47b22: Layer already exists [2021-01-21T02:45:30.326Z] 0f74e9ff2a61: Layer already exists [2021-01-21T02:45:30.326Z] e934a737d657: Layer already exists [2021-01-21T02:45:30.326Z] master: digest: sha256:bdd79002907060ec5f676b30f193c02c6ba61d0a3604cfded0ee85480ee239e8 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T02:45:30.592Z] ===================================================== [Pipeline] echo [2021-01-21T02:45:30.638Z] taggedImages: [2021-01-21T02:45:30.638Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07 [2021-01-21T02:45:30.638Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.49 [2021-01-21T02:45:30.638Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:48f292ecce04635bad45b2dac08c505f02e60d07-2.0.0-dev.49 [2021-01-21T02:45:30.638Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-21T02:45:32.372Z] provisioning config files... [2021-01-21T02:45:32.396Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/312@tmp/config2710351019756213569tmp [Pipeline] { [Pipeline] sh [2021-01-21T02:45:32.823Z] + set +x [2021-01-21T02:45:32.823Z] + curl -s https://codecov.io/bash [2021-01-21T02:45:32.823Z] + bash -s -- [2021-01-21T02:45:33.444Z] [2021-01-21T02:45:33.444Z] _____ _ [2021-01-21T02:45:33.444Z] / ____| | | [2021-01-21T02:45:33.444Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T02:45:33.444Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T02:45:33.444Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T02:45:33.444Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T02:45:33.444Z] Bash-20210115-cec3c92 [2021-01-21T02:45:33.444Z] [2021-01-21T02:45:33.444Z] [2021-01-21T02:45:33.444Z] ==> git version 2.24.3 found [2021-01-21T02:45:33.444Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-21T02:45:33.444Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T02:45:33.444Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T02:45:33.444Z] ==> Jenkins CI detected. [2021-01-21T02:45:33.444Z] project root: . [2021-01-21T02:45:33.444Z] --> token set from env [2021-01-21T02:45:33.444Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T02:45:33.444Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T02:45:33.444Z] ==> Python coveragepy not found [2021-01-21T02:45:33.444Z] ==> Searching for coverage reports in: [2021-01-21T02:45:33.444Z] + . [2021-01-21T02:45:33.444Z] -> Found 1 reports [2021-01-21T02:45:33.444Z] ==> Detecting git/mercurial file structure [2021-01-21T02:45:33.444Z] ==> Reading reports [2021-01-21T02:45:33.444Z] + ./coverage.out bytes=550466 [2021-01-21T02:45:33.444Z] ==> Appending adjustments [2021-01-21T02:45:33.444Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T02:45:36.762Z] + Found adjustments [2021-01-21T02:45:36.762Z] ==> Gzipping contents [2021-01-21T02:45:36.762Z] 84K /tmp/codecov.f6M63G.gz [2021-01-21T02:45:36.762Z] ==> Uploading reports [2021-01-21T02:45:36.762Z] url: https://codecov.io [2021-01-21T02:45:36.762Z] query: branch=master&commit=48f292ecce04635bad45b2dac08c505f02e60d07&build=312&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F312%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T02:45:36.762Z] -> Pinging Codecov [2021-01-21T02:45:36.762Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=48f292ecce04635bad45b2dac08c505f02e60d07&build=312&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F312%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T02:45:37.023Z] -> Uploading to [2021-01-21T02:45:37.023Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/48f292ecce04635bad45b2dac08c505f02e60d07/35305bec-882d-4049-9a4d-0cfd9b5e6418.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T024536Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4f9d6dda80bdfa994018bd95adec30a4e12fd5cf3e323c6b9508ce62a0f72d32 [2021-01-21T02:45:37.023Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:45:37.023Z] Dload Upload Total Spent Left Speed [2021-01-21T02:45:37.598Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83323 0 0 100 83323 0 148k --:--:-- --:--:-- --:--:-- 148k [2021-01-21T02:45:37.598Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/48f292ecce04635bad45b2dac08c505f02e60d07 [Pipeline] } [2021-01-21T02:45:37.609Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-21T02:45:38.458Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-21T02:45:38.600Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:38.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T02:45:38.944Z] [2021-01-21T02:45:38.944Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:45:39.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T02:45:39.297Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-21T02:45:39.297Z] 188c0c94c7c5: Already exists [2021-01-21T02:45:39.297Z] 0ef7d3d256c8: Already exists [2021-01-21T02:45:39.297Z] de9db76c5a1d: Already exists [2021-01-21T02:45:39.297Z] 0eba1c9be4d2: Pulling fs layer [2021-01-21T02:45:39.297Z] 0d57e429df01: Pulling fs layer [2021-01-21T02:45:39.297Z] 4e4be7b47b0d: Pulling fs layer [2021-01-21T02:45:39.297Z] e1f770b5df2f: Pulling fs layer [2021-01-21T02:45:39.297Z] 85a0685a4137: Pulling fs layer [2021-01-21T02:45:39.297Z] e1f770b5df2f: Waiting [2021-01-21T02:45:39.297Z] 85a0685a4137: Waiting [2021-01-21T02:45:39.297Z] 4e4be7b47b0d: Verifying Checksum [2021-01-21T02:45:39.297Z] 4e4be7b47b0d: Download complete [2021-01-21T02:45:39.297Z] 0d57e429df01: Verifying Checksum [2021-01-21T02:45:39.297Z] 0d57e429df01: Download complete [2021-01-21T02:45:41.847Z] e1f770b5df2f: Verifying Checksum [2021-01-21T02:45:41.847Z] e1f770b5df2f: Download complete [2021-01-21T02:45:44.410Z] 0eba1c9be4d2: Verifying Checksum [2021-01-21T02:45:44.410Z] 0eba1c9be4d2: Download complete [2021-01-21T02:45:44.410Z] 85a0685a4137: Download complete [2021-01-21T02:45:49.728Z] 0eba1c9be4d2: Pull complete [2021-01-21T02:45:49.728Z] 0d57e429df01: Pull complete [2021-01-21T02:45:49.728Z] 4e4be7b47b0d: Pull complete [2021-01-21T02:45:55.889Z] e1f770b5df2f: Pull complete [2021-01-21T02:46:04.143Z] 85a0685a4137: Pull complete [2021-01-21T02:46:04.143Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-21T02:46:04.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T02:46:04.143Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-21T02:46:04.342Z] prd-centos7-docker-4c-2g-21834 does not seem to be running inside a container [2021-01-21T02:46:04.400Z] $ 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/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-21T02:46:06.159Z] $ docker top ff47b2d3664e315c69f0cef4da4568e343db5c6cbfcc9a1a8daf05ee791e2744 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T02:46:06.499Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-21T02:46:06.803Z] + set -o pipefail [2021-01-21T02:46:06.803Z] + snyk monitor '--org=edgex-jenkins' [2021-01-21T02:46:19.066Z] [2021-01-21T02:46:19.067Z] Monitoring /w/workspace/edgex-go/312 (github.com/edgexfoundry/edgex-go)... [2021-01-21T02:46:19.067Z] [2021-01-21T02:46:19.067Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/57cad2e0-b8a1-441a-8c24-b10013e52f88 [2021-01-21T02:46:19.067Z] [2021-01-21T02:46:19.067Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-21T02:46:19.067Z] [2021-01-21T02:46:19.067Z] [Pipeline] } [2021-01-21T02:46:19.083Z] $ docker stop --time=1 ff47b2d3664e315c69f0cef4da4568e343db5c6cbfcc9a1a8daf05ee791e2744 [2021-01-21T02:46:21.987Z] $ docker rm -f ff47b2d3664e315c69f0cef4da4568e343db5c6cbfcc9a1a8daf05ee791e2744 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-21T02:46:23.402Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T02:46:23.457Z] provisioning config files... [2021-01-21T02:46:23.467Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/312@tmp/config5737740536224203084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:46:23.845Z] --> edgex-publish-swagger.sh [2021-01-21T02:46:23.845Z] === Publish openapi/v1 API === [2021-01-21T02:46:23.845Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-21T02:46:23.845Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/312/openapi/v1/core-command.yaml] [2021-01-21T02:46:23.845Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:23.845Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:24.788Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9310 0:00:01 0:00:01 --:--:-- 9319 100 10522 0 0 100 10522 0 9308 0:00:01 0:00:01 --:--:-- 9311 [2021-01-21T02:46:24.788Z] [2021-01-21T02:46:24.788Z] [2021-01-21T02:46:24.788Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/312/openapi/v1/core-data.yaml] [2021-01-21T02:46:25.052Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:25.052Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:25.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27759 0:00:01 0:00:01 --:--:-- 27779 100 32557 0 0 100 32557 0 27755 0:00:01 0:00:01 --:--:-- 27779 [2021-01-21T02:46:25.997Z] [2021-01-21T02:46:25.997Z] [2021-01-21T02:46:25.997Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/312/openapi/v1/core-metadata.yaml] [2021-01-21T02:46:25.997Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:25.997Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:27.388Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 64567 0:00:01 0:00:01 --:--:-- 64610 100 73721 0 0 100 73721 0 64554 0:00:01 0:00:01 --:--:-- 64610 [2021-01-21T02:46:27.388Z] [2021-01-21T02:46:27.388Z] [2021-01-21T02:46:27.388Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/312/openapi/v1/support-logging.yaml] [2021-01-21T02:46:27.388Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:27.388Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:28.334Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11560 0:00:01 0:00:01 --:--:-- 11568 100 13581 0 0 100 13581 0 11556 0:00:01 0:00:01 --:--:-- 11558 [2021-01-21T02:46:28.334Z] [2021-01-21T02:46:28.334Z] [2021-01-21T02:46:28.334Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/312/openapi/v1/support-notifications.yaml] [2021-01-21T02:46:28.334Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:28.334Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:29.722Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32050 0:00:01 0:00:01 --:--:-- 32061 100 38890 0 0 100 38890 0 30091 0:00:01 0:00:01 --:--:-- 30100 [2021-01-21T02:46:29.722Z] [2021-01-21T02:46:29.722Z] [2021-01-21T02:46:29.722Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/312/openapi/v1/support-scheduler.yaml] [2021-01-21T02:46:29.722Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:29.722Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:31.110Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12934 0:00:01 0:00:01 --:--:-- 12941 100 14249 0 0 100 14249 0 12931 0:00:01 0:00:01 --:--:-- 12941 [2021-01-21T02:46:31.110Z] [2021-01-21T02:46:31.110Z] [2021-01-21T02:46:31.110Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/312/openapi/v1/system-agent.yaml] [2021-01-21T02:46:31.110Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:31.110Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:32.058Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3921 0:00:01 0:00:01 --:--:-- 3925 100 4110 0 0 100 4110 0 3920 0:00:01 0:00:01 --:--:-- 3921 [2021-01-21T02:46:32.058Z] [2021-01-21T02:46:32.058Z] [2021-01-21T02:46:32.058Z] === Publish openapi/v2 API === [2021-01-21T02:46:32.058Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-21T02:46:32.058Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/312/openapi/v2/core-command.yaml] [2021-01-21T02:46:32.058Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:32.058Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:33.447Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 17187 0:00:01 0:00:01 --:--:-- 17197 100 20843 0 0 100 20843 0 17128 0:00:01 0:00:01 --:--:-- 17140 [2021-01-21T02:46:33.447Z] [2021-01-21T02:46:33.447Z] [2021-01-21T02:46:33.447Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/312/openapi/v2/core-data.yaml] [2021-01-21T02:46:33.447Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:33.447Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:34.393Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 47239 0:00:01 0:00:01 --:--:-- 47270 100 57055 0 0 100 57055 0 46996 0:00:01 0:00:01 --:--:-- 47036 [2021-01-21T02:46:34.393Z] [2021-01-21T02:46:34.393Z] [2021-01-21T02:46:34.393Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/312/openapi/v2/core-metadata.yaml] [2021-01-21T02:46:34.393Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:34.393Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:35.783Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 101k 0:00:01 0:00:01 --:--:-- 101k 100 120k 0 0 100 120k 0 101k 0:00:01 0:00:01 --:--:-- 101k [2021-01-21T02:46:35.783Z] [2021-01-21T02:46:35.783Z] [2021-01-21T02:46:35.783Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/312/openapi/v2/support-logging.yaml] [2021-01-21T02:46:35.783Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:35.783Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:36.727Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 21617 0:00:01 0:00:01 --:--:-- 21636 [2021-01-21T02:46:36.727Z] [2021-01-21T02:46:36.727Z] [2021-01-21T02:46:36.727Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/312/openapi/v2/support-notifications.yaml] [2021-01-21T02:46:36.727Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:36.727Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:37.935Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 51921 0:00:01 0:00:01 --:--:-- 51896 100 62691 0 0 100 62691 0 50820 0:00:01 0:00:01 --:--:-- 50803 [2021-01-21T02:46:37.935Z] [2021-01-21T02:46:37.935Z] [2021-01-21T02:46:37.935Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/312/openapi/v2/support-scheduler.yaml] [2021-01-21T02:46:37.935Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:37.935Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:39.327Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 36239 0:00:01 0:00:01 --:--:-- 36258 100 39667 0 0 100 39667 0 36231 0:00:01 0:00:01 --:--:-- 36258 [2021-01-21T02:46:39.327Z] [2021-01-21T02:46:39.327Z] [2021-01-21T02:46:39.327Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/312/openapi/v2/system-agent.yaml] [2021-01-21T02:46:39.327Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T02:46:39.327Z] Dload Upload Total Spent Left Speed [2021-01-21T02:46:40.274Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 20854 0:00:01 0:00:01 --:--:-- 20867 100 23726 0 0 100 23726 0 20850 0:00:01 0:00:01 --:--:-- 20867 [2021-01-21T02:46:40.274Z] [2021-01-21T02:46:40.274Z] [Pipeline] } [2021-01-21T02:46:40.284Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:46:41.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:46:41.247Z] . [Pipeline] withDockerContainer [2021-01-21T02:46:41.379Z] prd-centos7-docker-4c-2g-21834 does not seem to be running inside a container [2021-01-21T02:46:41.429Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T02:46:42.356Z] $ docker top ba4821dd2e01ac77d5722b279e8a37e9724d66edfb8932c25c0f7c508355575e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T02:46:42.795Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T02:46:42.795Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T02:46:43.094Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T02:46:43.099Z] $ docker exec ba4821dd2e01ac77d5722b279e8a37e9724d66edfb8932c25c0f7c508355575e ssh-agent [2021-01-21T02:46:43.294Z] SSH_AUTH_SOCK=/tmp/ssh-ZYSf0StAIjFI/agent.11 [2021-01-21T02:46:43.294Z] SSH_AGENT_PID=16 [2021-01-21T02:46:43.301Z] Running ssh-add (command line suppressed) [2021-01-21T02:46:43.437Z] Identity added: /w/workspace/edgex-go/312@tmp/private_key_7330260282538017834.key (/w/workspace/edgex-go/312@tmp/private_key_7330260282538017834.key) [2021-01-21T02:46:43.500Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T02:46:43.841Z] + git semver tag [2021-01-21T02:46:44.418Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T02:46:44.418Z] # $GIT_DIR = /w/workspace/edgex-go/312/.git [2021-01-21T02:46:44.418Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/312 [2021-01-21T02:46:44.418Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T02:46:44.418Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T02:46:44.418Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T02:46:44.418Z] # $SEMVER_BRANCH = master [2021-01-21T02:46:44.418Z] # $SEMVER_DIR = /w/workspace/edgex-go/312/.semver [2021-01-21T02:46:44.418Z] # 48f292ecce04635bad45b2dac08c505f02e60d07 HEAD [2021-01-21T02:46:44.681Z] # -> Force: false [2021-01-21T02:46:44.681Z] # b8d9fbcc294fda373edb0b3e4c777e4b90e9b0e0 refs/tags/v2.0.0-dev.49 [Pipeline] } [2021-01-21T02:46:44.955Z] $ docker exec --env ******** --env ******** ba4821dd2e01ac77d5722b279e8a37e9724d66edfb8932c25c0f7c508355575e ssh-agent -k [2021-01-21T02:46:45.136Z] unset SSH_AUTH_SOCK; [2021-01-21T02:46:45.136Z] unset SSH_AGENT_PID; [2021-01-21T02:46:45.137Z] echo Agent pid 16 killed; [2021-01-21T02:46:45.203Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T02:46:45.665Z] + git semver [Pipeline] } [2021-01-21T02:46:45.682Z] $ docker stop --time=1 ba4821dd2e01ac77d5722b279e8a37e9724d66edfb8932c25c0f7c508355575e [2021-01-21T02:46:47.035Z] $ docker rm -f ba4821dd2e01ac77d5722b279e8a37e9724d66edfb8932c25c0f7c508355575e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:46:47.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T02:46:47.644Z] [2021-01-21T02:46:47.644Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:46:47.990Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T02:46:47.990Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-21T02:46:47.990Z] ab5ef0e58194: Pulling fs layer [2021-01-21T02:46:47.990Z] 9712f1f96733: Pulling fs layer [2021-01-21T02:46:47.990Z] 63f879dbbcfc: Pulling fs layer [2021-01-21T02:46:47.990Z] 0d9ebad4ef96: Pulling fs layer [2021-01-21T02:46:47.990Z] e9a5061849ea: Pulling fs layer [2021-01-21T02:46:47.990Z] d747dcd14b5f: Pulling fs layer [2021-01-21T02:46:47.990Z] 2de7ff778b66: Pulling fs layer [2021-01-21T02:46:47.990Z] 0d9ebad4ef96: Waiting [2021-01-21T02:46:47.990Z] e9a5061849ea: Waiting [2021-01-21T02:46:47.990Z] d747dcd14b5f: Waiting [2021-01-21T02:46:47.990Z] 2de7ff778b66: Waiting [2021-01-21T02:46:47.990Z] 9712f1f96733: Verifying Checksum [2021-01-21T02:46:47.990Z] 9712f1f96733: Download complete [2021-01-21T02:46:49.914Z] 63f879dbbcfc: Verifying Checksum [2021-01-21T02:46:49.914Z] 63f879dbbcfc: Download complete [2021-01-21T02:46:49.914Z] e9a5061849ea: Verifying Checksum [2021-01-21T02:46:49.914Z] e9a5061849ea: Download complete [2021-01-21T02:46:49.914Z] d747dcd14b5f: Download complete [2021-01-21T02:46:50.176Z] 2de7ff778b66: Verifying Checksum [2021-01-21T02:46:50.176Z] 2de7ff778b66: Download complete [2021-01-21T02:46:50.438Z] 0d9ebad4ef96: Verifying Checksum [2021-01-21T02:46:50.438Z] 0d9ebad4ef96: Download complete [2021-01-21T02:46:50.438Z] ab5ef0e58194: Verifying Checksum [2021-01-21T02:46:50.438Z] ab5ef0e58194: Download complete [2021-01-21T02:46:55.776Z] ab5ef0e58194: Pull complete [2021-01-21T02:46:55.776Z] 9712f1f96733: Pull complete [2021-01-21T02:46:58.335Z] 63f879dbbcfc: Pull complete [2021-01-21T02:47:04.946Z] 0d9ebad4ef96: Pull complete [2021-01-21T02:47:05.520Z] e9a5061849ea: Pull complete [2021-01-21T02:47:05.783Z] d747dcd14b5f: Pull complete [2021-01-21T02:47:09.105Z] 2de7ff778b66: Pull complete [2021-01-21T02:47:09.105Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-21T02:47:09.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T02:47:09.105Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-21T02:47:09.303Z] prd-centos7-docker-4c-2g-21834 does not seem to be running inside a container [2021-01-21T02:47:09.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-21T02:47:13.276Z] $ docker top fdf87822e1822611759e61117ed7de93f72f966e42d28c90260f95d8d32fc02b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-21T02:47:13.547Z] provisioning config files... [2021-01-21T02:47:13.558Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/312@tmp/config6323125446621072475tmp [2021-01-21T02:47:13.574Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/312@tmp/config4370021807203934367tmp [2021-01-21T02:47:13.589Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/312@tmp/config3342328109202533366tmp [Pipeline] { [Pipeline] echo [2021-01-21T02:47:13.644Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:47:13.954Z] ---> sigul-configuration.sh [2021-01-21T02:47:13.954Z] gpg: directory `/root/.gnupg' created [2021-01-21T02:47:13.954Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-21T02:47:13.954Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-21T02:47:13.954Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-21T02:47:13.954Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-21T02:47:13.954Z] gpg: CAST5 encrypted data [2021-01-21T02:47:14.217Z] gpg: encrypted with 1 passphrase [2021-01-21T02:47:14.217Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-21T02:47:14.518Z] + mkdir /home/jenkins [2021-01-21T02:47:14.518Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-21T02:47:14.815Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-21T02:47:14.826Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:47:15.123Z] ---> sigul-install.sh [2021-01-21T02:47:20.425Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-21T02:47:20.725Z] + git tag --list [2021-01-21T02:47:20.725Z] 0.6.0 [2021-01-21T02:47:20.725Z] 0.6.1 [2021-01-21T02:47:20.725Z] 0.7.0 [2021-01-21T02:47:20.725Z] 0.7.1 [2021-01-21T02:47:20.725Z] v1.0.0 [2021-01-21T02:47:20.725Z] v1.0.1 [2021-01-21T02:47:20.725Z] v1.1.0 [2021-01-21T02:47:20.725Z] v1.2.0 [2021-01-21T02:47:20.725Z] v1.2.1 [2021-01-21T02:47:20.725Z] v1.2.2-dev.1 [2021-01-21T02:47:20.725Z] v1.2.2-dev.10 [2021-01-21T02:47:20.725Z] v1.2.2-dev.100 [2021-01-21T02:47:20.725Z] v1.2.2-dev.101 [2021-01-21T02:47:20.725Z] v1.2.2-dev.102 [2021-01-21T02:47:20.725Z] v1.2.2-dev.103 [2021-01-21T02:47:20.725Z] v1.2.2-dev.104 [2021-01-21T02:47:20.725Z] v1.2.2-dev.105 [2021-01-21T02:47:20.725Z] v1.2.2-dev.106 [2021-01-21T02:47:20.725Z] v1.2.2-dev.107 [2021-01-21T02:47:20.725Z] v1.2.2-dev.11 [2021-01-21T02:47:20.725Z] v1.2.2-dev.12 [2021-01-21T02:47:20.725Z] v1.2.2-dev.13 [2021-01-21T02:47:20.725Z] v1.2.2-dev.14 [2021-01-21T02:47:20.725Z] v1.2.2-dev.15 [2021-01-21T02:47:20.725Z] v1.2.2-dev.16 [2021-01-21T02:47:20.725Z] v1.2.2-dev.17 [2021-01-21T02:47:20.725Z] v1.2.2-dev.18 [2021-01-21T02:47:20.725Z] v1.2.2-dev.19 [2021-01-21T02:47:20.725Z] v1.2.2-dev.2 [2021-01-21T02:47:20.725Z] v1.2.2-dev.20 [2021-01-21T02:47:20.725Z] v1.2.2-dev.21 [2021-01-21T02:47:20.725Z] v1.2.2-dev.22 [2021-01-21T02:47:20.725Z] v1.2.2-dev.23 [2021-01-21T02:47:20.725Z] v1.2.2-dev.24 [2021-01-21T02:47:20.725Z] v1.2.2-dev.25 [2021-01-21T02:47:20.725Z] v1.2.2-dev.26 [2021-01-21T02:47:20.725Z] v1.2.2-dev.27 [2021-01-21T02:47:20.725Z] v1.2.2-dev.28 [2021-01-21T02:47:20.725Z] v1.2.2-dev.29 [2021-01-21T02:47:20.725Z] v1.2.2-dev.3 [2021-01-21T02:47:20.725Z] v1.2.2-dev.30 [2021-01-21T02:47:20.725Z] v1.2.2-dev.31 [2021-01-21T02:47:20.725Z] v1.2.2-dev.32 [2021-01-21T02:47:20.725Z] v1.2.2-dev.33 [2021-01-21T02:47:20.725Z] v1.2.2-dev.34 [2021-01-21T02:47:20.725Z] v1.2.2-dev.35 [2021-01-21T02:47:20.725Z] v1.2.2-dev.36 [2021-01-21T02:47:20.725Z] v1.2.2-dev.37 [2021-01-21T02:47:20.725Z] v1.2.2-dev.38 [2021-01-21T02:47:20.725Z] v1.2.2-dev.39 [2021-01-21T02:47:20.725Z] v1.2.2-dev.4 [2021-01-21T02:47:20.725Z] v1.2.2-dev.40 [2021-01-21T02:47:20.725Z] v1.2.2-dev.41 [2021-01-21T02:47:20.725Z] v1.2.2-dev.42 [2021-01-21T02:47:20.725Z] v1.2.2-dev.43 [2021-01-21T02:47:20.725Z] v1.2.2-dev.44 [2021-01-21T02:47:20.725Z] v1.2.2-dev.45 [2021-01-21T02:47:20.725Z] v1.2.2-dev.46 [2021-01-21T02:47:20.725Z] v1.2.2-dev.47 [2021-01-21T02:47:20.725Z] v1.2.2-dev.48 [2021-01-21T02:47:20.725Z] v1.2.2-dev.49 [2021-01-21T02:47:20.725Z] v1.2.2-dev.5 [2021-01-21T02:47:20.725Z] v1.2.2-dev.50 [2021-01-21T02:47:20.725Z] v1.2.2-dev.51 [2021-01-21T02:47:20.725Z] v1.2.2-dev.52 [2021-01-21T02:47:20.725Z] v1.2.2-dev.53 [2021-01-21T02:47:20.725Z] v1.2.2-dev.54 [2021-01-21T02:47:20.725Z] v1.2.2-dev.55 [2021-01-21T02:47:20.725Z] v1.2.2-dev.56 [2021-01-21T02:47:20.725Z] v1.2.2-dev.57 [2021-01-21T02:47:20.725Z] v1.2.2-dev.58 [2021-01-21T02:47:20.725Z] v1.2.2-dev.59 [2021-01-21T02:47:20.725Z] v1.2.2-dev.6 [2021-01-21T02:47:20.725Z] v1.2.2-dev.60 [2021-01-21T02:47:20.725Z] v1.2.2-dev.61 [2021-01-21T02:47:20.725Z] v1.2.2-dev.62 [2021-01-21T02:47:20.725Z] v1.2.2-dev.63 [2021-01-21T02:47:20.725Z] v1.2.2-dev.64 [2021-01-21T02:47:20.725Z] v1.2.2-dev.65 [2021-01-21T02:47:20.725Z] v1.2.2-dev.66 [2021-01-21T02:47:20.725Z] v1.2.2-dev.67 [2021-01-21T02:47:20.725Z] v1.2.2-dev.68 [2021-01-21T02:47:20.725Z] v1.2.2-dev.69 [2021-01-21T02:47:20.725Z] v1.2.2-dev.7 [2021-01-21T02:47:20.725Z] v1.2.2-dev.70 [2021-01-21T02:47:20.725Z] v1.2.2-dev.71 [2021-01-21T02:47:20.725Z] v1.2.2-dev.72 [2021-01-21T02:47:20.725Z] v1.2.2-dev.73 [2021-01-21T02:47:20.725Z] v1.2.2-dev.74 [2021-01-21T02:47:20.725Z] v1.2.2-dev.75 [2021-01-21T02:47:20.725Z] v1.2.2-dev.76 [2021-01-21T02:47:20.725Z] v1.2.2-dev.77 [2021-01-21T02:47:20.725Z] v1.2.2-dev.78 [2021-01-21T02:47:20.725Z] v1.2.2-dev.79 [2021-01-21T02:47:20.725Z] v1.2.2-dev.8 [2021-01-21T02:47:20.725Z] v1.2.2-dev.80 [2021-01-21T02:47:20.725Z] v1.2.2-dev.81 [2021-01-21T02:47:20.725Z] v1.2.2-dev.82 [2021-01-21T02:47:20.725Z] v1.2.2-dev.83 [2021-01-21T02:47:20.725Z] v1.2.2-dev.84 [2021-01-21T02:47:20.725Z] v1.2.2-dev.85 [2021-01-21T02:47:20.725Z] v1.2.2-dev.86 [2021-01-21T02:47:20.725Z] v1.2.2-dev.87 [2021-01-21T02:47:20.725Z] v1.2.2-dev.88 [2021-01-21T02:47:20.725Z] v1.2.2-dev.89 [2021-01-21T02:47:20.725Z] v1.2.2-dev.9 [2021-01-21T02:47:20.725Z] v1.2.2-dev.90 [2021-01-21T02:47:20.725Z] v1.2.2-dev.91 [2021-01-21T02:47:20.725Z] v1.2.2-dev.92 [2021-01-21T02:47:20.725Z] v1.2.2-dev.93 [2021-01-21T02:47:20.725Z] v1.2.2-dev.94 [2021-01-21T02:47:20.725Z] v1.2.2-dev.95 [2021-01-21T02:47:20.725Z] v1.2.2-dev.96 [2021-01-21T02:47:20.725Z] v1.2.2-dev.97 [2021-01-21T02:47:20.725Z] v1.2.2-dev.98 [2021-01-21T02:47:20.725Z] v1.2.2-dev.99 [2021-01-21T02:47:20.725Z] v1.3.0 [2021-01-21T02:47:20.725Z] v1.3.1-dev.1 [2021-01-21T02:47:20.725Z] v1.3.1-dev.10 [2021-01-21T02:47:20.725Z] v1.3.1-dev.11 [2021-01-21T02:47:20.725Z] v1.3.1-dev.12 [2021-01-21T02:47:20.725Z] v1.3.1-dev.13 [2021-01-21T02:47:20.725Z] v1.3.1-dev.14 [2021-01-21T02:47:20.725Z] v1.3.1-dev.15 [2021-01-21T02:47:20.725Z] v1.3.1-dev.16 [2021-01-21T02:47:20.725Z] v1.3.1-dev.17 [2021-01-21T02:47:20.725Z] v1.3.1-dev.18 [2021-01-21T02:47:20.725Z] v1.3.1-dev.2 [2021-01-21T02:47:20.725Z] v1.3.1-dev.3 [2021-01-21T02:47:20.725Z] v1.3.1-dev.4 [2021-01-21T02:47:20.725Z] v1.3.1-dev.5 [2021-01-21T02:47:20.725Z] v1.3.1-dev.6 [2021-01-21T02:47:20.725Z] v1.3.1-dev.7 [2021-01-21T02:47:20.725Z] v1.3.1-dev.8 [2021-01-21T02:47:20.725Z] v1.3.1-dev.9 [2021-01-21T02:47:20.725Z] v2.0.0-dev.1 [2021-01-21T02:47:20.725Z] v2.0.0-dev.10 [2021-01-21T02:47:20.725Z] v2.0.0-dev.11 [2021-01-21T02:47:20.725Z] v2.0.0-dev.12 [2021-01-21T02:47:20.725Z] v2.0.0-dev.13 [2021-01-21T02:47:20.725Z] v2.0.0-dev.14 [2021-01-21T02:47:20.725Z] v2.0.0-dev.15 [2021-01-21T02:47:20.725Z] v2.0.0-dev.16 [2021-01-21T02:47:20.725Z] v2.0.0-dev.17 [2021-01-21T02:47:20.725Z] v2.0.0-dev.18 [2021-01-21T02:47:20.725Z] v2.0.0-dev.19 [2021-01-21T02:47:20.725Z] v2.0.0-dev.2 [2021-01-21T02:47:20.725Z] v2.0.0-dev.20 [2021-01-21T02:47:20.725Z] v2.0.0-dev.21 [2021-01-21T02:47:20.725Z] v2.0.0-dev.22 [2021-01-21T02:47:20.725Z] v2.0.0-dev.23 [2021-01-21T02:47:20.725Z] v2.0.0-dev.24 [2021-01-21T02:47:20.725Z] v2.0.0-dev.25 [2021-01-21T02:47:20.725Z] v2.0.0-dev.26 [2021-01-21T02:47:20.725Z] v2.0.0-dev.27 [2021-01-21T02:47:20.725Z] v2.0.0-dev.28 [2021-01-21T02:47:20.725Z] v2.0.0-dev.29 [2021-01-21T02:47:20.725Z] v2.0.0-dev.3 [2021-01-21T02:47:20.725Z] v2.0.0-dev.30 [2021-01-21T02:47:20.725Z] v2.0.0-dev.31 [2021-01-21T02:47:20.725Z] v2.0.0-dev.32 [2021-01-21T02:47:20.725Z] v2.0.0-dev.33 [2021-01-21T02:47:20.725Z] v2.0.0-dev.34 [2021-01-21T02:47:20.725Z] v2.0.0-dev.35 [2021-01-21T02:47:20.725Z] v2.0.0-dev.36 [2021-01-21T02:47:20.725Z] v2.0.0-dev.37 [2021-01-21T02:47:20.725Z] v2.0.0-dev.38 [2021-01-21T02:47:20.725Z] v2.0.0-dev.39 [2021-01-21T02:47:20.725Z] v2.0.0-dev.4 [2021-01-21T02:47:20.725Z] v2.0.0-dev.40 [2021-01-21T02:47:20.725Z] v2.0.0-dev.41 [2021-01-21T02:47:20.725Z] v2.0.0-dev.42 [2021-01-21T02:47:20.725Z] v2.0.0-dev.43 [2021-01-21T02:47:20.725Z] v2.0.0-dev.44 [2021-01-21T02:47:20.725Z] v2.0.0-dev.45 [2021-01-21T02:47:20.725Z] v2.0.0-dev.46 [2021-01-21T02:47:20.725Z] v2.0.0-dev.47 [2021-01-21T02:47:20.725Z] v2.0.0-dev.48 [2021-01-21T02:47:20.725Z] v2.0.0-dev.49 [2021-01-21T02:47:20.725Z] v2.0.0-dev.5 [2021-01-21T02:47:20.725Z] v2.0.0-dev.6 [2021-01-21T02:47:20.725Z] v2.0.0-dev.7 [2021-01-21T02:47:20.725Z] v2.0.0-dev.8 [2021-01-21T02:47:20.725Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-21T02:47:21.032Z] + lftools sign git-tag v2.0.0-dev.49 [2021-01-21T02:47:22.041Z] Signing Git tag with Sigul... [2021-01-21T02:47:22.041Z] Signing v2.0.0-dev.49 [Pipeline] echo [2021-01-21T02:47:23.531Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:47:23.827Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-21T02:47:23.837Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-21T02:47:23.958Z] $ docker stop --time=1 fdf87822e1822611759e61117ed7de93f72f966e42d28c90260f95d8d32fc02b [2021-01-21T02:47:26.044Z] $ docker rm -f fdf87822e1822611759e61117ed7de93f72f966e42d28c90260f95d8d32fc02b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:47:26.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:47:26.915Z] . [Pipeline] withDockerContainer [2021-01-21T02:47:27.019Z] prd-centos7-docker-4c-2g-21834 does not seem to be running inside a container [2021-01-21T02:47:27.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T02:47:27.934Z] $ docker top 2d44f29e14b6409aa561b7197155f1acd1bb05c1f5f28be6ae3b7d96ba86fcdb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T02:47:28.266Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T02:47:28.266Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T02:47:28.513Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T02:47:28.519Z] $ docker exec 2d44f29e14b6409aa561b7197155f1acd1bb05c1f5f28be6ae3b7d96ba86fcdb ssh-agent [2021-01-21T02:47:28.707Z] SSH_AUTH_SOCK=/tmp/ssh-TrQcNlQnH0UP/agent.11 [2021-01-21T02:47:28.707Z] SSH_AGENT_PID=17 [2021-01-21T02:47:28.715Z] Running ssh-add (command line suppressed) [2021-01-21T02:47:28.851Z] Identity added: /w/workspace/edgex-go/312@tmp/private_key_7980839261629227142.key (/w/workspace/edgex-go/312@tmp/private_key_7980839261629227142.key) [2021-01-21T02:47:28.910Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T02:47:29.245Z] + git semver bump pre [2021-01-21T02:47:29.245Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T02:47:29.245Z] # $GIT_DIR = /w/workspace/edgex-go/312/.git [2021-01-21T02:47:29.245Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/312 [2021-01-21T02:47:29.245Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T02:47:29.245Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T02:47:29.245Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T02:47:29.245Z] # $SEMVER_BRANCH = master [2021-01-21T02:47:29.245Z] # $SEMVER_DIR = /w/workspace/edgex-go/312/.semver [2021-01-21T02:47:29.245Z] 2.0.0-dev.50 [Pipeline] } [2021-01-21T02:47:29.258Z] $ docker exec --env ******** --env ******** 2d44f29e14b6409aa561b7197155f1acd1bb05c1f5f28be6ae3b7d96ba86fcdb ssh-agent -k [2021-01-21T02:47:29.381Z] unset SSH_AUTH_SOCK; [2021-01-21T02:47:29.381Z] unset SSH_AGENT_PID; [2021-01-21T02:47:29.381Z] echo Agent pid 17 killed; [2021-01-21T02:47:29.437Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T02:47:29.897Z] + git semver [Pipeline] } [2021-01-21T02:47:29.916Z] $ docker stop --time=1 2d44f29e14b6409aa561b7197155f1acd1bb05c1f5f28be6ae3b7d96ba86fcdb [2021-01-21T02:47:31.321Z] $ docker rm -f 2d44f29e14b6409aa561b7197155f1acd1bb05c1f5f28be6ae3b7d96ba86fcdb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:47:31.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T02:47:31.873Z] . [Pipeline] withDockerContainer [2021-01-21T02:47:31.985Z] prd-centos7-docker-4c-2g-21834 does not seem to be running inside a container [2021-01-21T02:47:32.030Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T02:47:33.123Z] $ docker top d9ffef32ba148ff04221427faab7cd8f35d4a903a0323e74c41a4b455355fc5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T02:47:33.475Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T02:47:33.475Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T02:47:33.679Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T02:47:33.682Z] $ docker exec d9ffef32ba148ff04221427faab7cd8f35d4a903a0323e74c41a4b455355fc5c ssh-agent [2021-01-21T02:47:33.861Z] SSH_AUTH_SOCK=/tmp/ssh-tMief4jC4Kn5/agent.12 [2021-01-21T02:47:33.861Z] SSH_AGENT_PID=18 [2021-01-21T02:47:33.868Z] Running ssh-add (command line suppressed) [2021-01-21T02:47:33.991Z] Identity added: /w/workspace/edgex-go/312@tmp/private_key_633499946878414133.key (/w/workspace/edgex-go/312@tmp/private_key_633499946878414133.key) [2021-01-21T02:47:34.051Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T02:47:34.386Z] + git semver push [2021-01-21T02:47:34.387Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T02:47:34.387Z] # $GIT_DIR = /w/workspace/edgex-go/312/.git [2021-01-21T02:47:34.387Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/312 [2021-01-21T02:47:34.387Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T02:47:34.387Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T02:47:34.387Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T02:47:34.387Z] # $SEMVER_BRANCH = master [2021-01-21T02:47:34.387Z] # $SEMVER_DIR = /w/workspace/edgex-go/312/.semver [Pipeline] } [2021-01-21T02:47:44.411Z] $ docker exec --env ******** --env ******** d9ffef32ba148ff04221427faab7cd8f35d4a903a0323e74c41a4b455355fc5c ssh-agent -k [2021-01-21T02:47:44.553Z] unset SSH_AUTH_SOCK; [2021-01-21T02:47:44.553Z] unset SSH_AGENT_PID; [2021-01-21T02:47:44.553Z] echo Agent pid 18 killed; [2021-01-21T02:47:44.615Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T02:47:45.108Z] + git semver [Pipeline] } [2021-01-21T02:47:45.127Z] $ docker stop --time=1 d9ffef32ba148ff04221427faab7cd8f35d4a903a0323e74c41a4b455355fc5c [2021-01-21T02:47:46.522Z] $ docker rm -f d9ffef32ba148ff04221427faab7cd8f35d4a903a0323e74c41a4b455355fc5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:47:47.581Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:47:48.462Z] ---> package-listing.sh [2021-01-21T02:47:48.462Z] ++ facter osfamily [2021-01-21T02:47:48.462Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T02:47:48.462Z] + OS_FAMILY=redhat [2021-01-21T02:47:48.462Z] + workspace=/w/workspace/edgex-go/312 [2021-01-21T02:47:48.462Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T02:47:48.462Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T02:47:48.462Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T02:47:48.462Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T02:47:48.462Z] + '[' /w/workspace/edgex-go/312 ']' [2021-01-21T02:47:48.462Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T02:47:48.462Z] + case "${OS_FAMILY}" in [2021-01-21T02:47:48.462Z] + rpm -qa [2021-01-21T02:47:48.462Z] + sort [2021-01-21T02:47:53.816Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T02:47:53.816Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T02:47:53.816Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T02:47:53.816Z] + '[' /w/workspace/edgex-go/312 ']' [2021-01-21T02:47:53.816Z] + mkdir -p /w/workspace/edgex-go/312/archives/ [2021-01-21T02:47:53.816Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/312/archives/ [Pipeline] echo [2021-01-21T02:47:53.853Z] 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/312/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T02:47:54.146Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:47:54.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:47:54.447Z] [2021-01-21T02:47:54.447Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T02:47:54.784Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:47:54.784Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T02:47:54.785Z] df20fa9351a1: Pulling fs layer [2021-01-21T02:47:54.785Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T02:47:54.785Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T02:47:54.785Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T02:47:54.785Z] 93b61091891f: Pulling fs layer [2021-01-21T02:47:54.785Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T02:47:54.785Z] 5e14af77c1be: Pulling fs layer [2021-01-21T02:47:54.785Z] 01666e4c0597: Pulling fs layer [2021-01-21T02:47:54.785Z] aa168da1d23b: Pulling fs layer [2021-01-21T02:47:54.785Z] 46f8f816bc3b: Waiting [2021-01-21T02:47:54.785Z] 93b61091891f: Waiting [2021-01-21T02:47:54.785Z] 93b9cdb0e59b: Waiting [2021-01-21T02:47:54.785Z] 5e14af77c1be: Waiting [2021-01-21T02:47:54.785Z] aa168da1d23b: Waiting [2021-01-21T02:47:55.045Z] df20fa9351a1: Verifying Checksum [2021-01-21T02:47:55.045Z] df20fa9351a1: Download complete [2021-01-21T02:47:55.045Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T02:47:55.045Z] 46f8f816bc3b: Download complete [2021-01-21T02:47:55.045Z] 93b61091891f: Download complete [2021-01-21T02:47:55.045Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T02:47:55.045Z] 36b3adc4ff6f: Download complete [2021-01-21T02:47:55.045Z] 5e14af77c1be: Download complete [2021-01-21T02:47:55.045Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T02:47:55.045Z] 93b9cdb0e59b: Download complete [2021-01-21T02:47:55.308Z] 01666e4c0597: Verifying Checksum [2021-01-21T02:47:55.308Z] 01666e4c0597: Download complete [2021-01-21T02:47:55.308Z] df20fa9351a1: Pull complete [2021-01-21T02:47:55.569Z] 36b3adc4ff6f: Pull complete [2021-01-21T02:47:56.145Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T02:47:56.145Z] 8ad3a11d3b57: Download complete [2021-01-21T02:47:57.544Z] aa168da1d23b: Verifying Checksum [2021-01-21T02:47:57.544Z] aa168da1d23b: Download complete [2021-01-21T02:47:58.121Z] 8ad3a11d3b57: Pull complete [2021-01-21T02:47:58.121Z] 46f8f816bc3b: Pull complete [2021-01-21T02:47:58.385Z] 93b61091891f: Pull complete [2021-01-21T02:47:58.651Z] 93b9cdb0e59b: Pull complete [2021-01-21T02:47:58.651Z] 5e14af77c1be: Pull complete [2021-01-21T02:47:58.912Z] 01666e4c0597: Pull complete [2021-01-21T02:48:05.542Z] aa168da1d23b: Pull complete [2021-01-21T02:48:05.542Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T02:48:05.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T02:48:05.542Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T02:48:05.750Z] prd-centos7-docker-4c-2g-21834 does not seem to be running inside a container [2021-01-21T02:48:05.797Z] $ 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/312/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/312 -v /w/workspace/edgex-go/312:/w/workspace/edgex-go/312:rw,z -v /w/workspace/edgex-go/312@tmp:/w/workspace/edgex-go/312@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T02:48:09.403Z] $ docker top f2bee5d09c8027c8c4fcf95ab97a5af59ffd2a87f9e482277572e127ba3b7d70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T02:48:09.928Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T02:48:10.227Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T02:48:10.524Z] + ls /var/log/sa-host [2021-01-21T02:48:10.524Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T02:48:10.524Z] file_magic: OK [2021-01-21T02:48:10.524Z] HZ: Using current value: 100 [2021-01-21T02:48:10.524Z] file_header: OK [2021-01-21T02:48:10.524Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T02:48:10.524Z] Statistics: [2021-01-21T02:48:10.524Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T02:48:10.524Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T02:48:10.524Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T02:48:10.524Z] file_magic: OK [2021-01-21T02:48:10.524Z] HZ: Using current value: 100 [2021-01-21T02:48:10.524Z] file_header: OK [2021-01-21T02:48:10.524Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T02:48:10.524Z] Statistics: [2021-01-21T02:48:10.524Z] Hnuu...uuuununununu... [2021-01-21T02:48:10.524Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T02:48:10.743Z] provisioning config files... [2021-01-21T02:48:10.759Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/312@tmp/config8259692254011639273tmp [Pipeline] { [Pipeline] echo [2021-01-21T02:48:10.833Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:48:11.129Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T02:48:11.138Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T02:48:11.224Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:48:11.522Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T02:48:11.533Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:48:11.828Z] ---> sudo-logs.sh [2021-01-21T02:48:11.828Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T02:48:11.839Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:48:12.135Z] ---> job-cost.sh [2021-01-21T02:48:12.135Z] lf-activate-venv: SKIPPING [2021-01-21T02:48:12.135Z] INFO: No Stack... [2021-01-21T02:48:13.080Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T02:48:13.341Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T02:48:13.355Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T02:48:13.655Z] ---> logs-deploy.sh [2021-01-21T02:48:13.655Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/312 [2021-01-21T02:48:13.655Z] INFO: archiving workspace using pattern(s): [2021-01-21T02:48:15.579Z] Archives upload complete. [2021-01-21T02:48:15.579Z] INFO: archiving logs to Nexus