Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b641f4fe6866282541f2491776ace8236c0fa9c5 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21640 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/310 [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/310 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision b641f4fe6866282541f2491776ace8236c0fa9c5 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b641f4fe6866282541f2491776ace8236c0fa9c5 # timeout=10 Commit message: "fix(meta): Delete DS API should check the associated Device existence (#3054)" > git rev-list --no-walk c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T15:52:16.112Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T15:52:16.343Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T15:52:16.431Z] ========================================================= [2021-01-20T15:52:16.431Z] EdgeX Global Pipelines Version Info [2021-01-20T15:52:16.431Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T15:52:19.401Z] ------------------- [2021-01-20T15:52:19.401Z] stable info: [2021-01-20T15:52:19.401Z] ------------------- [2021-01-20T15:52:19.401Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T15:52:19.401Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T15:52:19.401Z] Message: update stable to v1.0.179 [2021-01-20T15:52:20.513Z] ------------------- [2021-01-20T15:52:20.513Z] experimental info: [2021-01-20T15:52:20.513Z] ------------------- [2021-01-20T15:52:20.513Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T15:52:20.513Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T15:52:20.513Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T15:52:20.935Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-20T15:52:21.021Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-20T15:52:21.121Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T15:52:21.236Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T15:52:21.325Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T15:52:21.524Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T15:52:21.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T15:52:21.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-20T15:52:21.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-20T15:52:21.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-20T15:52:22.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T15:52:22.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T15:52:22.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T15:52:22.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T15:52:22.418Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T15:52:22.512Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T15:52:22.594Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T15:52:22.695Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T15:52:22.776Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-20T15:52:22.860Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-20T15:52:22.945Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-20T15:52:23.086Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T15:52:23.169Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T15:52:23.265Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-20T15:52:23.350Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-20T15:52:23.438Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-20T15:52:23.523Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] echo [2021-01-20T15:52:23.613Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b641f4f [Pipeline] echo [2021-01-20T15:52:23.701Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T15:52:23.865Z] provisioning config files... [2021-01-20T15:52:23.901Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/310@tmp/config5535319676044965965tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T15:52:24.385Z] ---> docker-login.sh [2021-01-20T15:52:24.385Z] nexus3.edgexfoundry.org:10001 [2021-01-20T15:52:25.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T15:52:25.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T15:52:25.716Z] Configure a credential helper to remove this warning. See [2021-01-20T15:52:25.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T15:52:25.716Z] [2021-01-20T15:52:25.716Z] Login Succeeded [2021-01-20T15:52:25.716Z] nexus3.edgexfoundry.org:10002 [2021-01-20T15:52:26.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T15:52:26.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T15:52:26.001Z] Configure a credential helper to remove this warning. See [2021-01-20T15:52:26.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T15:52:26.001Z] [2021-01-20T15:52:26.001Z] Login Succeeded [2021-01-20T15:52:26.001Z] nexus3.edgexfoundry.org:10003 [2021-01-20T15:52:26.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T15:52:26.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T15:52:26.626Z] Configure a credential helper to remove this warning. See [2021-01-20T15:52:26.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T15:52:26.626Z] [2021-01-20T15:52:26.626Z] Login Succeeded [2021-01-20T15:52:26.626Z] nexus3.edgexfoundry.org:10004 [2021-01-20T15:52:26.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T15:52:26.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T15:52:26.934Z] Configure a credential helper to remove this warning. See [2021-01-20T15:52:26.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T15:52:26.934Z] [2021-01-20T15:52:26.934Z] Login Succeeded [2021-01-20T15:52:26.934Z] docker.io [2021-01-20T15:52:27.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T15:52:27.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T15:52:27.855Z] Configure a credential helper to remove this warning. See [2021-01-20T15:52:27.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T15:52:27.855Z] [2021-01-20T15:52:27.855Z] Login Succeeded [2021-01-20T15:52:27.855Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T15:52:27.871Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T15:52:28.453Z] ++ 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-20T15:52:28.453Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T15:52:28.453Z] ++ cut -d/ -f2 [2021-01-20T15:52:28.453Z] ++ dirname cmd/core-command/Dockerfile [2021-01-20T15:52:28.453Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-20T15:52:28.453Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T15:52:28.453Z] ++ dirname cmd/core-data/Dockerfile [2021-01-20T15:52:28.453Z] ++ cut -d/ -f2 [2021-01-20T15:52:28.453Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-20T15:52:28.453Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T15:52:28.453Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-20T15:52:28.453Z] ++ cut -d/ -f2 [2021-01-20T15:52:28.453Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-20T15:52:28.453Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T15:52:28.453Z] ++ cut -d/ -f2 [2021-01-20T15:52:28.453Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-20T15:52:28.453Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-20T15:52:28.453Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T15:52:28.453Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-20T15:52:28.453Z] ++ cut -d/ -f2 [2021-01-20T15:52:28.453Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-20T15:52:28.453Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T15:52:28.453Z] ++ cut -d/ -f2 [2021-01-20T15:52:28.453Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-20T15:52:28.453Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-20T15:52:28.453Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T15:52:28.453Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-20T15:52:28.453Z] ++ cut -d/ -f2 [2021-01-20T15:52:28.453Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-20T15:52:28.453Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T15:52:28.453Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-20T15:52:28.453Z] ++ cut -d/ -f2 [2021-01-20T15:52:28.453Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-20T15:52:28.453Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T15:52:28.453Z] ++ cut -d/ -f2 [2021-01-20T15:52:28.453Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-20T15:52:28.453Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-20T15:52:28.577Z] 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-20T15:52:29.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T15:52:29.722Z] [2021-01-20T15:52:29.722Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T15:52:30.309Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T15:52:30.310Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T15:52:30.310Z] 31603596830f: Pulling fs layer [2021-01-20T15:52:30.310Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T15:52:30.310Z] 6ca5941a6612: Pulling fs layer [2021-01-20T15:52:30.310Z] ecc8261a40a4: Pulling fs layer [2021-01-20T15:52:30.310Z] ecc8261a40a4: Waiting [2021-01-20T15:52:30.644Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T15:52:30.644Z] 2a8b12db71e7: Download complete [2021-01-20T15:52:30.929Z] 31603596830f: Verifying Checksum [2021-01-20T15:52:30.929Z] 31603596830f: Download complete [2021-01-20T15:52:31.217Z] ecc8261a40a4: Verifying Checksum [2021-01-20T15:52:31.217Z] ecc8261a40a4: Download complete [2021-01-20T15:52:31.217Z] 6ca5941a6612: Verifying Checksum [2021-01-20T15:52:31.217Z] 6ca5941a6612: Download complete [2021-01-20T15:52:31.493Z] 31603596830f: Pull complete [2021-01-20T15:52:31.783Z] 2a8b12db71e7: Pull complete [2021-01-20T15:52:33.872Z] 6ca5941a6612: Pull complete [2021-01-20T15:52:34.455Z] ecc8261a40a4: Pull complete [2021-01-20T15:52:34.455Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T15:52:34.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T15:52:34.455Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T15:52:34.632Z] prd-centos7-docker-4c-2g-21640 does not seem to be running inside a container [2021-01-20T15:52:34.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T15:52:38.031Z] $ docker top 43c291a43e5449734be64bbbff27c81ea0b6d6a5569ccbb5adc7a6b965209c74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T15:52:38.688Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T15:52:38.688Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T15:52:39.357Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T15:52:39.378Z] $ docker exec 43c291a43e5449734be64bbbff27c81ea0b6d6a5569ccbb5adc7a6b965209c74 ssh-agent [2021-01-20T15:52:39.818Z] SSH_AUTH_SOCK=/tmp/ssh-BWC3UBHxISti/agent.11 [2021-01-20T15:52:39.818Z] SSH_AGENT_PID=16 [2021-01-20T15:52:39.842Z] Running ssh-add (command line suppressed) [2021-01-20T15:52:40.051Z] Identity added: /w/workspace/edgex-go/310@tmp/private_key_2554978024151167470.key (/w/workspace/edgex-go/310@tmp/private_key_2554978024151167470.key) [2021-01-20T15:52:40.207Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T15:52:40.949Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T15:52:41.008Z] $ docker exec --env ******** --env ******** 43c291a43e5449734be64bbbff27c81ea0b6d6a5569ccbb5adc7a6b965209c74 ssh-agent -k [2021-01-20T15:52:41.518Z] unset SSH_AUTH_SOCK; [2021-01-20T15:52:41.519Z] unset SSH_AGENT_PID; [2021-01-20T15:52:41.519Z] echo Agent pid 16 killed; [2021-01-20T15:52:41.629Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T15:52:41.776Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T15:52:41.776Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T15:52:42.438Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T15:52:42.447Z] $ docker exec 43c291a43e5449734be64bbbff27c81ea0b6d6a5569ccbb5adc7a6b965209c74 ssh-agent [2021-01-20T15:52:43.068Z] SSH_AUTH_SOCK=/tmp/ssh-5XtBndFELogL/agent.45 [2021-01-20T15:52:43.068Z] SSH_AGENT_PID=50 [2021-01-20T15:52:43.151Z] Running ssh-add (command line suppressed) [2021-01-20T15:52:43.504Z] Identity added: /w/workspace/edgex-go/310@tmp/private_key_685484655263482151.key (/w/workspace/edgex-go/310@tmp/private_key_685484655263482151.key) [2021-01-20T15:52:43.652Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T15:52:44.060Z] + git semver init [2021-01-20T15:52:44.060Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T15:52:44.060Z] # $GIT_DIR = /w/workspace/edgex-go/310/.git [2021-01-20T15:52:44.060Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/310 [2021-01-20T15:52:44.060Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T15:52:44.060Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T15:52:44.060Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T15:52:44.060Z] # $SEMVER_BRANCH = master [2021-01-20T15:52:44.060Z] # $SEMVER_TEMP = /tmp/semver-205939596 [2021-01-20T15:52:44.060Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-20T15:53:53.314Z] # '/tmp/semver-205939596' -> '/w/workspace/edgex-go/310/.semver' [2021-01-20T15:53:53.595Z] # -> Force: false [2021-01-20T15:53:53.595Z] # $SEMVER_DIR = /w/workspace/edgex-go/310/.semver [Pipeline] } [2021-01-20T15:53:53.625Z] $ docker exec --env ******** --env ******** 43c291a43e5449734be64bbbff27c81ea0b6d6a5569ccbb5adc7a6b965209c74 ssh-agent -k [2021-01-20T15:53:54.211Z] unset SSH_AUTH_SOCK; [2021-01-20T15:53:54.214Z] unset SSH_AGENT_PID; [2021-01-20T15:53:54.214Z] echo Agent pid 50 killed; [2021-01-20T15:53:54.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T15:53:54.944Z] + git semver [Pipeline] } [2021-01-20T15:53:54.977Z] $ docker stop --time=1 43c291a43e5449734be64bbbff27c81ea0b6d6a5569ccbb5adc7a6b965209c74 [2021-01-20T15:53:57.215Z] $ docker rm -f 43c291a43e5449734be64bbbff27c81ea0b6d6a5569ccbb5adc7a6b965209c74 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T15:53:57.936Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T15:53:58.756Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T15:53:58.759Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.47 [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-20T15:53:59.660Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T15:54:00.006Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T15:54:00.361Z] + sudo service docker restart [2021-01-20T15:54:00.362Z] + true [2021-01-20T15:54:00.362Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-20T15:54:01.879Z] ========================================================= [2021-01-20T15:54:01.880Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T15:54:01.880Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T15:54:02.383Z] + 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-20T15:54:12.786Z] Sending build context to Docker daemon 326.6MB [2021-01-20T15:54:12.786Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T15:54:12.786Z] Step 2/6 : FROM ${BASE} [2021-01-20T15:54:12.786Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T15:54:12.786Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T15:54:12.786Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T15:54:12.786Z] de9db76c5a1d: Pulling fs layer [2021-01-20T15:54:12.786Z] bca2f99d35d6: Pulling fs layer [2021-01-20T15:54:12.786Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T15:54:12.786Z] 7c6f9722023f: Pulling fs layer [2021-01-20T15:54:12.786Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T15:54:12.786Z] 93359f2a8cfa: Waiting [2021-01-20T15:54:12.786Z] 7c6f9722023f: Waiting [2021-01-20T15:54:12.786Z] a35cf1a2eb13: Waiting [2021-01-20T15:54:12.786Z] bca2f99d35d6: Waiting [2021-01-20T15:54:12.786Z] de9db76c5a1d: Verifying Checksum [2021-01-20T15:54:12.786Z] de9db76c5a1d: Download complete [2021-01-20T15:54:12.786Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T15:54:12.786Z] 0ef7d3d256c8: Download complete [2021-01-20T15:54:12.786Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T15:54:12.786Z] 93359f2a8cfa: Download complete [2021-01-20T15:54:12.786Z] 7c6f9722023f: Verifying Checksum [2021-01-20T15:54:12.786Z] 7c6f9722023f: Download complete [2021-01-20T15:54:12.786Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T15:54:12.786Z] 188c0c94c7c5: Download complete [2021-01-20T15:54:13.120Z] 188c0c94c7c5: Pull complete [2021-01-20T15:54:13.796Z] 0ef7d3d256c8: Pull complete [2021-01-20T15:54:14.098Z] de9db76c5a1d: Pull complete [2021-01-20T15:54:14.136Z] Still waiting to schedule task [2021-01-20T15:54:14.137Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-20T15:54:17.697Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T15:54:17.697Z] a35cf1a2eb13: Download complete [2021-01-20T15:54:19.165Z] bca2f99d35d6: Verifying Checksum [2021-01-20T15:54:19.165Z] bca2f99d35d6: Download complete [2021-01-20T15:54:32.127Z] bca2f99d35d6: Pull complete [2021-01-20T15:54:32.127Z] 93359f2a8cfa: Pull complete [2021-01-20T15:54:32.127Z] 7c6f9722023f: Pull complete [2021-01-20T15:54:39.083Z] a35cf1a2eb13: Pull complete [2021-01-20T15:54:39.083Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T15:54:39.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T15:54:39.083Z] ---> a62c8e92a672 [2021-01-20T15:54:39.083Z] 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-20T15:54:39.083Z] ---> Running in f99def628dc4 [2021-01-20T15:54:39.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T15:54:40.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T15:54:42.910Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T15:54:43.523Z] (2/12) Installing file (5.38-r0) [2021-01-20T15:54:43.826Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T15:54:43.826Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T15:55:06.052Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T15:55:06.052Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T15:55:06.052Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T15:55:06.052Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T15:55:06.052Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T15:55:06.052Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T15:55:06.052Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T15:55:06.052Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T15:55:06.052Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T15:55:06.052Z] OK: 233 MiB in 51 packages [2021-01-20T15:55:08.142Z] Removing intermediate container f99def628dc4 [2021-01-20T15:55:08.142Z] ---> 75e439929511 [2021-01-20T15:55:08.142Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T15:55:08.457Z] ---> Running in 911de253e1fe [2021-01-20T15:55:08.740Z] Removing intermediate container 911de253e1fe [2021-01-20T15:55:08.740Z] ---> 99a731057d70 [2021-01-20T15:55:08.740Z] Step 5/6 : COPY go.mod . [2021-01-20T15:55:09.771Z] ---> ec3cdbc14599 [2021-01-20T15:55:09.771Z] Step 6/6 : RUN go mod download [2021-01-20T15:55:09.771Z] ---> Running in 46cdebd6359b [2021-01-20T15:55:42.406Z] Removing intermediate container 46cdebd6359b [2021-01-20T15:55:42.406Z] ---> 891023a59fe6 [2021-01-20T15:55:42.406Z] Successfully built 891023a59fe6 [2021-01-20T15:55:42.406Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T15:55:42.767Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T15:55:43.040Z] . [Pipeline] withDockerContainer [2021-01-20T15:55:43.266Z] prd-centos7-docker-4c-2g-21640 does not seem to be running inside a container [2021-01-20T15:55:43.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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-x86_64 cat [2021-01-20T15:55:44.971Z] $ docker top 9e22da4ad4fcc3e6e2b12e0f809d445433a5d4f8e439a85cfe8f43226da99ea1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T15:55:46.049Z] + go version [2021-01-20T15:55:46.049Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T15:55:46.103Z] $ docker stop --time=1 9e22da4ad4fcc3e6e2b12e0f809d445433a5d4f8e439a85cfe8f43226da99ea1 [2021-01-20T15:55:47.969Z] $ docker rm -f 9e22da4ad4fcc3e6e2b12e0f809d445433a5d4f8e439a85cfe8f43226da99ea1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T15:55:49.308Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T15:55:49.581Z] . [Pipeline] withDockerContainer [2021-01-20T15:55:49.790Z] prd-centos7-docker-4c-2g-21640 does not seem to be running inside a container [2021-01-20T15:55:49.948Z] $ 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/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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-x86_64 cat [2021-01-20T15:55:51.795Z] $ docker top 717a14f994052050f661902b771f1c00f4151f9c73184f3951b699213d9b3dae -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T15:55:52.299Z] ========================================================= [2021-01-20T15:55:52.299Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T15:55:52.299Z] ========================================================= [Pipeline] sh [2021-01-20T15:55:53.070Z] + make test [2021-01-20T15:55:53.070Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T15:56:16.251Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T15:56:39.326Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T15:56:54.902Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T15:56:56.125Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T15:56:56.125Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T15:56:56.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T15:56:56.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T15:56:56.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T15:56:57.860Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T15:56:58.569Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T15:56:59.634Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-20T15:57:04.412Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T15:57:04.412Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T15:57:04.412Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T15:57:10.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.199s coverage: 46.6% of statements [2021-01-20T15:57:10.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T15:57:10.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T15:57:10.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T15:57:10.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T15:57:10.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T15:57:13.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.483s coverage: 27.0% of statements [2021-01-20T15:57:13.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T15:57:13.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T15:57:13.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T15:57:13.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T15:57:13.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T15:57:13.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T15:57:13.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-01-20T15:57:13.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T15:57:13.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.148s coverage: 100.0% of statements [2021-01-20T15:57:13.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T15:57:13.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T15:57:13.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 67.9% of statements [2021-01-20T15:57:13.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T15:57:13.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T15:57:14.256Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21643 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-20T15:57:14.315Z] Running in /w/workspace/edgex-go/310 [Pipeline] { [Pipeline] checkout [2021-01-20T15:57:15.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.563s coverage: 82.3% of statements [2021-01-20T15:57:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T15:57:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T15:57:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T15:57:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T15:57:19.405Z] using credential edgex-jenkins-ssh [2021-01-20T15:57:19.463Z] Cloning the remote Git repository [2021-01-20T15:57:19.522Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T15:57:19.635Z] > git init /w/workspace/edgex-go/310 # timeout=10 [2021-01-20T15:57:20.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.969s coverage: 28.6% of statements [2021-01-20T15:57:20.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T15:57:20.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T15:57:20.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T15:57:20.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T15:57:20.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T15:57:20.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-01-20T15:57:20.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T15:57:20.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-01-20T15:57:20.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T15:57:20.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.168s coverage: 86.7% of statements [2021-01-20T15:57:20.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T15:57:19.711Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T15:57:19.712Z] > git --version # timeout=10 [2021-01-20T15:57:19.732Z] > git --version # 'git version 2.17.1' [2021-01-20T15:57:19.734Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T15:57:19.815Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T15:57:21.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.198s coverage: 97.5% of statements [2021-01-20T15:57:21.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T15:57:21.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.131s coverage: 78.3% of statements [2021-01-20T15:57:21.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T15:57:21.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T15:57:21.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T15:57:21.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T15:57:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.841s coverage: 92.8% of statements [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T15:57:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.104s coverage: 58.8% of statements [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T15:57:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.165s coverage: 0.1% of statements [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T15:57:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T15:57:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.121s coverage: 75.5% of statements [2021-01-20T15:57:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T15:57:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.176s coverage: 80.8% of statements [2021-01-20T15:57:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.144s coverage: 87.2% of statements [2021-01-20T15:57:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements [2021-01-20T15:57:29.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.4% of statements [2021-01-20T15:57:29.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T15:57:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.666s coverage: 63.5% of statements [2021-01-20T15:57:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T15:57:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T15:57:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.100s coverage: 100.0% of statements [2021-01-20T15:57:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2021-01-20T15:57:31.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-20T15:57:31.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.107s coverage: 73.7% of statements [2021-01-20T15:57:31.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements [2021-01-20T15:57:35.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.658s coverage: 68.9% of statements [2021-01-20T15:57:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T15:57:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T15:57:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T15:57:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T15:57:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T15:57:36.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.282s coverage: 37.0% of statements [2021-01-20T15:57:36.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T15:57:36.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T15:57:36.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.935s coverage: 84.0% of statements [2021-01-20T15:57:36.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.066s coverage: 100.0% of statements [2021-01-20T15:57:38.574Z] Checking out Revision b641f4fe6866282541f2491776ace8236c0fa9c5 (master) [2021-01-20T15:57:37.895Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T15:57:37.911Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T15:57:37.936Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T15:57:37.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T15:57:37.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T15:57:37.993Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T15:57:38.592Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T15:57:38.615Z] > git checkout -f b641f4fe6866282541f2491776ace8236c0fa9c5 # timeout=10 [2021-01-20T15:57:40.050Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.272s coverage: 47.1% of statements [2021-01-20T15:57:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T15:57:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T15:57:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T15:57:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T15:57:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T15:57:40.050Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.181s coverage: 100.0% of statements [2021-01-20T15:57:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T15:57:40.050Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.156s coverage: 100.0% of statements [2021-01-20T15:57:40.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T15:57:43.137Z] Commit message: "fix(meta): Delete DS API should check the associated Device existence (#3054)" [2021-01-20T15:57:43.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.646s coverage: 29.1% of statements [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T15:57:43.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.111s coverage: 99.0% of statements [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T15:57:43.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.080s coverage: 100.0% of statements [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T15:57:43.717Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T15:57:43.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T15:57:43.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T15:57:43.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T15:57:44.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-20T15:57:44.326Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2021-01-20T15:57:44.843Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T15:57:44.956Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.095s coverage: 100.0% of statements [2021-01-20T15:57:45.259Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T15:57:45.592Z] GO111MODULE=on go vet ./... [2021-01-20T15:57:45.609Z] + + sudo servicetrue docker [2021-01-20T15:57:45.609Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T15:57:47.726Z] provisioning config files... [2021-01-20T15:57:47.785Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/310@tmp/config8338019735960499000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T15:57:48.214Z] ---> docker-login.sh [2021-01-20T15:57:48.214Z] nexus3.edgexfoundry.org:10001 [2021-01-20T15:57:49.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T15:57:49.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T15:57:49.474Z] Configure a credential helper to remove this warning. See [2021-01-20T15:57:49.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T15:57:49.474Z] [2021-01-20T15:57:49.474Z] Login Succeeded [2021-01-20T15:57:49.474Z] nexus3.edgexfoundry.org:10002 [2021-01-20T15:57:49.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T15:57:50.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T15:57:50.027Z] Configure a credential helper to remove this warning. See [2021-01-20T15:57:50.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T15:57:50.027Z] [2021-01-20T15:57:50.027Z] Login Succeeded [2021-01-20T15:57:50.027Z] nexus3.edgexfoundry.org:10003 [2021-01-20T15:57:50.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T15:57:50.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T15:57:50.582Z] Configure a credential helper to remove this warning. See [2021-01-20T15:57:50.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T15:57:50.582Z] [2021-01-20T15:57:50.582Z] Login Succeeded [2021-01-20T15:57:50.582Z] nexus3.edgexfoundry.org:10004 [2021-01-20T15:57:50.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T15:57:51.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T15:57:51.139Z] Configure a credential helper to remove this warning. See [2021-01-20T15:57:51.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T15:57:51.139Z] [2021-01-20T15:57:51.139Z] Login Succeeded [2021-01-20T15:57:51.139Z] docker.io [2021-01-20T15:57:51.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T15:57:52.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T15:57:52.006Z] Configure a credential helper to remove this warning. See [2021-01-20T15:57:52.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T15:57:52.006Z] [2021-01-20T15:57:52.006Z] Login Succeeded [2021-01-20T15:57:52.006Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T15:57:52.025Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T15:57:52.488Z] ========================================================= [2021-01-20T15:57:52.488Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T15:57:52.488Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T15:57:52.881Z] + 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-20T15:57:55.542Z] Sending build context to Docker daemon 165.5MB [2021-01-20T15:57:55.542Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T15:57:55.542Z] Step 2/6 : FROM ${BASE} [2021-01-20T15:57:55.542Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T15:57:55.542Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T15:57:55.542Z] a4357932f1b6: Pulling fs layer [2021-01-20T15:57:55.542Z] 18c013af1878: Pulling fs layer [2021-01-20T15:57:55.542Z] 00ac8860ef70: Pulling fs layer [2021-01-20T15:57:55.542Z] 63d7cb157983: Pulling fs layer [2021-01-20T15:57:55.542Z] b116817d02f9: Pulling fs layer [2021-01-20T15:57:55.542Z] 745a02a5169b: Pulling fs layer [2021-01-20T15:57:55.542Z] 00ac8860ef70: Waiting [2021-01-20T15:57:55.542Z] b116817d02f9: Waiting [2021-01-20T15:57:55.542Z] 63d7cb157983: Waiting [2021-01-20T15:57:55.542Z] 745a02a5169b: Waiting [2021-01-20T15:57:55.542Z] 18c013af1878: Download complete [2021-01-20T15:57:55.542Z] a4357932f1b6: Verifying Checksum [2021-01-20T15:57:55.542Z] a4357932f1b6: Download complete [2021-01-20T15:57:55.542Z] 63d7cb157983: Download complete [2021-01-20T15:57:55.542Z] b116817d02f9: Verifying Checksum [2021-01-20T15:57:55.542Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T15:57:55.542Z] 5f621e34cdf4: Download complete [2021-01-20T15:57:56.147Z] 5f621e34cdf4: Pull complete [2021-01-20T15:57:56.840Z] a4357932f1b6: Pull complete [2021-01-20T15:57:57.118Z] 18c013af1878: Pull complete [2021-01-20T15:57:58.557Z] 745a02a5169b: Verifying Checksum [2021-01-20T15:57:58.557Z] 745a02a5169b: Download complete [2021-01-20T15:57:59.528Z] 00ac8860ef70: Verifying Checksum [2021-01-20T15:57:59.528Z] 00ac8860ef70: Download complete [2021-01-20T15:58:09.708Z] 00ac8860ef70: Pull complete [2021-01-20T15:58:09.983Z] 63d7cb157983: Pull complete [2021-01-20T15:58:10.256Z] b116817d02f9: Pull complete [2021-01-20T15:58:14.579Z] 745a02a5169b: Pull complete [2021-01-20T15:58:14.579Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T15:58:14.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T15:58:14.579Z] ---> b7e6874047d6 [2021-01-20T15:58:14.579Z] 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-20T15:58:17.979Z] ---> Running in 3546f3467367 [2021-01-20T15:58:18.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T15:58:19.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T15:58:20.166Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T15:58:20.439Z] (2/12) Installing file (5.38-r0) [2021-01-20T15:58:20.439Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T15:58:20.439Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T15:58:23.820Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T15:58:23.820Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T15:58:23.820Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T15:58:23.820Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T15:58:24.095Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T15:58:24.095Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T15:58:24.095Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T15:58:24.371Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T15:58:24.371Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T15:58:24.371Z] OK: 217 MiB in 51 packages [2021-01-20T15:58:28.682Z] Removing intermediate container 3546f3467367 [2021-01-20T15:58:28.682Z] ---> e0eb7c7bf17a [2021-01-20T15:58:28.682Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T15:58:28.972Z] ---> Running in 95dfd9119c78 [2021-01-20T15:58:29.265Z] Removing intermediate container 95dfd9119c78 [2021-01-20T15:58:29.265Z] ---> adc3921b3eb3 [2021-01-20T15:58:29.265Z] Step 5/6 : COPY go.mod . [2021-01-20T15:58:30.262Z] ---> 08bf9aa95b2c [2021-01-20T15:58:30.262Z] Step 6/6 : RUN go mod download [2021-01-20T15:58:30.262Z] ---> Running in 259dcbfa998e [2021-01-20T15:58:43.204Z] gofmt -l . [2021-01-20T15:58:43.204Z] [ "`gofmt -l .`" = "" ] [2021-01-20T15:58:44.769Z] ./bin/test-go-mod-tidy.sh [2021-01-20T15:58:46.278Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T15:58:49.018Z] + ls -al . [2021-01-20T15:58:49.018Z] total 656 [2021-01-20T15:58:49.018Z] drwxrwxr-x 10 1001 1001 4096 Jan 20 15:58 . [2021-01-20T15:58:49.018Z] drwxr-xr-x 4 root root 32 Jan 20 15:55 .. [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 15:52 .dockerignore [2021-01-20T15:58:49.018Z] drwxrwxr-x 8 1001 1001 162 Jan 20 15:52 .git [2021-01-20T15:58:49.018Z] drwxrwxr-x 3 1001 1001 125 Jan 20 15:52 .github [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 824 Jan 20 15:52 .gitignore [2021-01-20T15:58:49.018Z] drwx------ 3 1001 1001 32 Jan 20 15:53 .semver [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 15:52 .sonarcloud.properties [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 7744 Jan 20 15:52 Attribution.txt [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 15:52 CONTRIBUTING.md [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 15:52 Dockerfile.build [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 15:52 Jenkinsfile [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 15:52 LICENSE [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 5750 Jan 20 15:52 Makefile [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 15:52 README.md [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 15:52 SECURITY.md [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 12 Jan 20 15:53 VERSION [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 15:52 ZMQWindows.md [2021-01-20T15:58:49.018Z] drwxrwxr-x 2 1001 1001 117 Jan 20 15:52 bin [2021-01-20T15:58:49.018Z] drwxrwxr-x 14 1001 1001 4096 Jan 20 15:52 cmd [2021-01-20T15:58:49.018Z] -rw-r--r-- 1 root root 550280 Jan 20 15:57 coverage.out [2021-01-20T15:58:49.018Z] -rw-r--r-- 1 root root 981 Jan 20 15:58 go.mod [2021-01-20T15:58:49.018Z] -rw-r--r-- 1 root root 19436 Jan 20 15:58 go.sum [2021-01-20T15:58:49.018Z] drwxrwxr-x 8 1001 1001 127 Jan 20 15:52 internal [2021-01-20T15:58:49.018Z] drwxrwxr-x 4 1001 1001 26 Jan 20 15:52 openapi [2021-01-20T15:58:49.018Z] drwxrwxr-x 4 1001 1001 71 Jan 20 15:52 snap [2021-01-20T15:58:49.018Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 15:52 version.go [Pipeline] sh [2021-01-20T15:58:49.383Z] + '[' -e coverage.out ] [2021-01-20T15:58:49.383Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T15:58:49.893Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T15:58:50.222Z] + make build [2021-01-20T15:58:50.222Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T15:58:55.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-20T15:58:57.144Z] Removing intermediate container 259dcbfa998e [2021-01-20T15:58:57.144Z] ---> 0fd0cf940ca7 [2021-01-20T15:58:57.144Z] Successfully built 0fd0cf940ca7 [2021-01-20T15:58:57.144Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T15:58:57.497Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T15:58:57.497Z] . [Pipeline] withDockerContainer [2021-01-20T15:58:57.772Z] prd-ubuntu18.04-docker-arm64-4c-16g-21643 does not seem to be running inside a container [2021-01-20T15:58:57.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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-20T15:58:59.427Z] $ docker top 08a3b47b0aa09d958536bea2bb39cee7bf6227d7b5bffe4912ac962d91cfb7df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T15:59:00.462Z] + go version [2021-01-20T15:59:00.462Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T15:59:00.491Z] $ docker stop --time=1 08a3b47b0aa09d958536bea2bb39cee7bf6227d7b5bffe4912ac962d91cfb7df [2021-01-20T15:59:02.509Z] $ docker rm -f 08a3b47b0aa09d958536bea2bb39cee7bf6227d7b5bffe4912ac962d91cfb7df [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-20T15:59:06.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T15:59:06.224Z] [2021-01-20T15:59:06.224Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T15:59:06.609Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T15:59:06.609Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-20T15:59:06.609Z] 29e5d40040c1: Pulling fs layer [2021-01-20T15:59:06.609Z] 1ce36da41761: Pulling fs layer [2021-01-20T15:59:06.609Z] 25b303627fd3: Pulling fs layer [2021-01-20T15:59:06.890Z] 29e5d40040c1: Verifying Checksum [2021-01-20T15:59:06.890Z] 29e5d40040c1: Download complete [2021-01-20T15:59:07.498Z] 29e5d40040c1: Pull complete [2021-01-20T15:59:07.776Z] 1ce36da41761: Verifying Checksum [2021-01-20T15:59:07.776Z] 1ce36da41761: Download complete [2021-01-20T15:59:09.212Z] 1ce36da41761: Pull complete [2021-01-20T15:59:09.212Z] 25b303627fd3: Verifying Checksum [2021-01-20T15:59:09.212Z] 25b303627fd3: Download complete [2021-01-20T15:59:18.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-command/core-command ./cmd/core-command [2021-01-20T15:59:18.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-20T15:59:19.390Z] 25b303627fd3: Pull complete [2021-01-20T15:59:19.390Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-20T15:59:19.390Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T15:59:19.390Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-20T15:59:19.654Z] prd-ubuntu18.04-docker-arm64-4c-16g-21643 does not seem to be running inside a container [2021-01-20T15:59:19.745Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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-20T15:59:21.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-20T15:59:22.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-20T15:59:22.654Z] $ docker top 9d65a81261bac2dafbf92b9e3fcbd88d92f4f80289ea2676a1590179281e8b1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T15:59:23.796Z] + docker-compose build --help [2021-01-20T15:59:23.796Z] + grep parallel [2021-01-20T15:59:27.193Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T15:59:27.232Z] $ docker stop --time=1 9d65a81261bac2dafbf92b9e3fcbd88d92f4f80289ea2676a1590179281e8b1c [2021-01-20T15:59:27.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-20T15:59:29.175Z] $ docker rm -f 9d65a81261bac2dafbf92b9e3fcbd88d92f4f80289ea2676a1590179281e8b1c [2021-01-20T15:59:29.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T15:59:29.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T15:59:29.972Z] . [Pipeline] withDockerContainer [2021-01-20T15:59:30.253Z] prd-ubuntu18.04-docker-arm64-4c-16g-21643 does not seem to be running inside a container [2021-01-20T15:59:30.361Z] $ 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/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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-20T15:59:31.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-20T15:59:31.794Z] $ docker top c7cee3e85c1880cc9bf33eb5da4ff19c0d2002d24259085a4710a97e1877ab0d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T15:59:32.812Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T15:59:35.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T15:59:36.187Z] Building docker-core-command-go ... [2021-01-20T15:59:36.187Z] Building docker-core-data-go ... [2021-01-20T15:59:36.187Z] Building docker-core-metadata-go ... [2021-01-20T15:59:36.187Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T15:59:36.187Z] Building docker-security-proxy-setup-go ... [2021-01-20T15:59:36.187Z] Building docker-security-secretstore-setup-go ... [2021-01-20T15:59:36.187Z] Building docker-support-notifications-go ... [2021-01-20T15:59:36.187Z] Building docker-support-scheduler-go ... [2021-01-20T15:59:36.187Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T15:59:36.187Z] Building docker-support-notifications-go [2021-01-20T15:59:36.187Z] Building docker-sys-mgmt-agent-go [2021-01-20T15:59:36.187Z] Building docker-security-proxy-setup-go [2021-01-20T15:59:36.187Z] Building docker-security-secretstore-setup-go [2021-01-20T15:59:36.187Z] Building docker-core-command-go [2021-01-20T15:59:37.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T15:59:41.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-20T15:59:44.777Z] $ docker stop --time=1 717a14f994052050f661902b771f1c00f4151f9c73184f3951b699213d9b3dae [2021-01-20T15:59:47.003Z] $ docker rm -f 717a14f994052050f661902b771f1c00f4151f9c73184f3951b699213d9b3dae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T15:59:48.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T15:59:48.812Z] [2021-01-20T15:59:48.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T15:59:49.362Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T15:59:49.640Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-20T15:59:49.640Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-20T15:59:49.640Z] ca9280d653b3: Pulling fs layer [2021-01-20T15:59:49.640Z] 7e9c9ca2126c: Pulling fs layer [2021-01-20T15:59:50.306Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-20T15:59:50.306Z] cbdbe7a5bc2a: Download complete [2021-01-20T15:59:51.301Z] ca9280d653b3: Verifying Checksum [2021-01-20T15:59:51.301Z] ca9280d653b3: Download complete [2021-01-20T15:59:51.604Z] cbdbe7a5bc2a: Pull complete [2021-01-20T15:59:54.347Z] ca9280d653b3: Pull complete [2021-01-20T15:59:54.347Z] 7e9c9ca2126c: Verifying Checksum [2021-01-20T15:59:54.347Z] 7e9c9ca2126c: Download complete [2021-01-20T16:00:06.999Z] 7e9c9ca2126c: Pull complete [2021-01-20T16:00:06.999Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-20T16:00:06.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T16:00:06.999Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-20T16:00:07.494Z] prd-centos7-docker-4c-2g-21640 does not seem to be running inside a container [2021-01-20T16:00:07.942Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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-20T16:00:09.563Z] $ docker top 9cd9d9e29e1397c74e5b38e5c522e3be0cc849597d7b8f8d4531ac24f12d2d3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T16:00:10.340Z] + docker-compose build --help [2021-01-20T16:00:10.340Z] + grep parallel [2021-01-20T16:00:12.316Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T16:00:12.342Z] $ docker stop --time=1 9cd9d9e29e1397c74e5b38e5c522e3be0cc849597d7b8f8d4531ac24f12d2d3c [2021-01-20T16:00:14.457Z] $ docker rm -f 9cd9d9e29e1397c74e5b38e5c522e3be0cc849597d7b8f8d4531ac24f12d2d3c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:00:15.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T16:00:15.370Z] . [Pipeline] withDockerContainer [2021-01-20T16:00:15.859Z] prd-centos7-docker-4c-2g-21640 does not seem to be running inside a container [2021-01-20T16:00:16.233Z] $ 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/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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:latest cat [2021-01-20T16:00:17.857Z] $ docker top 7a09fd6d79fe38844c407524f58ee3371bb0b870f14a0c797d6d8998a9e6c836 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T16:00:18.940Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T16:00:20.432Z] Building docker-core-command-go ... [2021-01-20T16:00:20.432Z] Building docker-core-data-go ... [2021-01-20T16:00:20.432Z] Building docker-core-metadata-go ... [2021-01-20T16:00:20.432Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T16:00:20.432Z] Building docker-security-proxy-setup-go ... [2021-01-20T16:00:20.432Z] Building docker-security-secretstore-setup-go ... [2021-01-20T16:00:20.432Z] Building docker-support-notifications-go ... [2021-01-20T16:00:20.432Z] Building docker-support-scheduler-go ... [2021-01-20T16:00:20.432Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T16:00:20.432Z] Building docker-sys-mgmt-agent-go [2021-01-20T16:00:20.432Z] Building docker-security-secretstore-setup-go [2021-01-20T16:00:20.432Z] Building docker-core-data-go [2021-01-20T16:00:20.432Z] Building docker-support-scheduler-go [2021-01-20T16:00:20.432Z] Building docker-security-proxy-setup-go [2021-01-20T16:00:23.159Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:00:23.159Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:00:23.159Z] ---> 0fd0cf940ca7 [2021-01-20T16:00:23.159Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T16:00:23.159Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:00:23.159Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:00:23.159Z] ---> 0fd0cf940ca7 [2021-01-20T16:00:23.159Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T16:00:23.159Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:00:23.159Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:00:23.159Z] ---> 0fd0cf940ca7 [2021-01-20T16:00:23.159Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T16:00:23.159Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:00:23.159Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:00:23.159Z] ---> 0fd0cf940ca7 [2021-01-20T16:00:23.159Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T16:00:23.159Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:00:23.159Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:00:23.159Z] ---> 0fd0cf940ca7 [2021-01-20T16:00:23.159Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T16:00:24.130Z] ---> Running in 7a6c9cd669ab [2021-01-20T16:00:24.130Z] ---> Running in 7301ecf562c4 [2021-01-20T16:00:24.130Z] ---> Running in 9965e47d8125 [2021-01-20T16:00:24.130Z] ---> Running in fab67805f2de [2021-01-20T16:00:24.130Z] ---> Running in c41ddfc6112d [2021-01-20T16:00:24.725Z] Removing intermediate container c41ddfc6112d [2021-01-20T16:00:24.725Z] ---> 5bd7d88c3f2d [2021-01-20T16:00:24.725Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:00:24.725Z] Removing intermediate container 7301ecf562c4 [2021-01-20T16:00:24.725Z] ---> 75ede01e2b3e [2021-01-20T16:00:24.725Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:00:24.725Z] Removing intermediate container 7a6c9cd669ab [2021-01-20T16:00:24.725Z] ---> fee54e5ad078 [2021-01-20T16:00:24.725Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:00:24.725Z] Removing intermediate container fab67805f2de [2021-01-20T16:00:24.725Z] ---> 9b360cda3790 [2021-01-20T16:00:24.725Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:00:24.725Z] Removing intermediate container 9965e47d8125 [2021-01-20T16:00:24.725Z] ---> 13e91e04c190 [2021-01-20T16:00:24.725Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:00:24.998Z] ---> Running in 972bd271e642 [2021-01-20T16:00:24.998Z] ---> Running in dc4a3f599a87 [2021-01-20T16:00:24.998Z] ---> Running in 7975f88a5e4f [2021-01-20T16:00:24.998Z] ---> Running in 9a077008e729 [2021-01-20T16:00:24.998Z] ---> Running in aa305f54b188 [2021-01-20T16:00:29.362Z] Removing intermediate container 972bd271e642 [2021-01-20T16:00:29.362Z] ---> 7197c95df9de [2021-01-20T16:00:29.362Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T16:00:29.362Z] Removing intermediate container 7975f88a5e4f [2021-01-20T16:00:29.362Z] ---> 64c1f13b6623 [2021-01-20T16:00:29.362Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T16:00:29.362Z] ---> Running in ebf3190011b8 [2021-01-20T16:00:29.362Z] Removing intermediate container dc4a3f599a87 [2021-01-20T16:00:29.362Z] ---> 8c45e074e7cb [2021-01-20T16:00:29.362Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T16:00:29.362Z] ---> Running in 9f992d59d86c [2021-01-20T16:00:29.362Z] ---> Running in e1503c7e0a2a [2021-01-20T16:00:29.636Z] Removing intermediate container 9a077008e729 [2021-01-20T16:00:29.636Z] ---> 218fcad56498 [2021-01-20T16:00:29.636Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T16:00:29.636Z] Removing intermediate container aa305f54b188 [2021-01-20T16:00:29.636Z] ---> b167d507d1ae [2021-01-20T16:00:29.636Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T16:00:29.915Z] ---> Running in 6af7c8742a87 [2021-01-20T16:00:29.915Z] ---> Running in 8f14e621bbbe [2021-01-20T16:00:30.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:00:31.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:00:31.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:00:31.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:00:31.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:00:32.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:00:32.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:00:32.354Z] OK: 217 MiB in 51 packages [2021-01-20T16:00:32.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:00:32.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:00:32.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:00:33.243Z] OK: 217 MiB in 51 packages [2021-01-20T16:00:33.243Z] OK: 217 MiB in 51 packages [2021-01-20T16:00:33.519Z] OK: 217 MiB in 51 packages [2021-01-20T16:00:33.813Z] OK: 217 MiB in 51 packages [2021-01-20T16:00:34.092Z] Removing intermediate container ebf3190011b8 [2021-01-20T16:00:34.092Z] ---> 61c3f3084d97 [2021-01-20T16:00:34.092Z] Step 6/22 : COPY go.mod . [2021-01-20T16:00:35.756Z] Removing intermediate container 9f992d59d86c [2021-01-20T16:00:35.756Z] ---> f1ea57165a35 [2021-01-20T16:00:35.756Z] Step 6/26 : COPY go.mod . [2021-01-20T16:00:35.756Z] ---> dd6eb07e00ce [2021-01-20T16:00:35.756Z] Step 7/22 : RUN go mod download [2021-01-20T16:00:35.756Z] Removing intermediate container e1503c7e0a2a [2021-01-20T16:00:35.756Z] ---> e2106991ed1e [2021-01-20T16:00:35.756Z] Step 6/24 : COPY go.mod . [2021-01-20T16:00:35.756Z] ---> Running in 843d9eef6f26 [2021-01-20T16:00:36.052Z] Removing intermediate container 6af7c8742a87 [2021-01-20T16:00:36.052Z] ---> 5ddc8ff6f90b [2021-01-20T16:00:36.052Z] Step 6/21 : COPY go.mod . [2021-01-20T16:00:36.052Z] Removing intermediate container 8f14e621bbbe [2021-01-20T16:00:36.052Z] ---> c53a513a72d4 [2021-01-20T16:00:36.052Z] Step 6/24 : COPY go.mod . [2021-01-20T16:00:37.060Z] ---> ea48e29e97a3 [2021-01-20T16:00:37.060Z] Step 7/26 : RUN go mod download [2021-01-20T16:00:37.060Z] ---> d6d756d79611 [2021-01-20T16:00:37.060Z] Step 7/24 : RUN go mod download [2021-01-20T16:00:37.060Z] ---> Running in 07c837db195c [2021-01-20T16:00:37.331Z] ---> 933787b0a767 [2021-01-20T16:00:37.331Z] Step 7/21 : RUN go mod download [2021-01-20T16:00:37.331Z] ---> Running in 309d9a23bdb8 [2021-01-20T16:00:37.605Z] ---> 0c19a61d3638 [2021-01-20T16:00:37.605Z] Step 7/24 : RUN go mod download [2021-01-20T16:00:37.605Z] ---> Running in 055284c84340 [2021-01-20T16:00:37.889Z] ---> Running in 106aa12b2c29 [2021-01-20T16:00:39.891Z] Removing intermediate container 843d9eef6f26 [2021-01-20T16:00:39.891Z] ---> 96115157d582 [2021-01-20T16:00:39.891Z] Step 8/22 : COPY . . [2021-01-20T16:00:42.532Z] Removing intermediate container 07c837db195c [2021-01-20T16:00:42.532Z] ---> cfa330e808bb [2021-01-20T16:00:42.532Z] Step 8/26 : COPY . . [2021-01-20T16:00:42.532Z] Removing intermediate container 309d9a23bdb8 [2021-01-20T16:00:42.532Z] ---> cb24b2b08e02 [2021-01-20T16:00:42.532Z] Step 8/24 : COPY . . [2021-01-20T16:00:43.134Z] Removing intermediate container 055284c84340 [2021-01-20T16:00:43.134Z] ---> 80aa93469da1 [2021-01-20T16:00:43.134Z] Step 8/21 : COPY . . [2021-01-20T16:00:43.411Z] Removing intermediate container 106aa12b2c29 [2021-01-20T16:00:43.411Z] ---> 799126e466ac [2021-01-20T16:00:43.411Z] Step 8/24 : COPY . . [2021-01-20T16:01:01.758Z] ---> c56a1b447ce9 [2021-01-20T16:01:01.758Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T16:01:01.758Z] ---> Running in 39a598ec0fad [2021-01-20T16:01:01.758Z] ---> 89d92ff38d16 [2021-01-20T16:01:01.758Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T16:01:01.758Z] ---> 97eb393efde6 [2021-01-20T16:01:01.758Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T16:01:01.758Z] ---> 5e082a6d9e20 [2021-01-20T16:01:01.758Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T16:01:01.758Z] ---> b4b699919dc5 [2021-01-20T16:01:01.758Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T16:01:01.758Z] ---> Running in d4c862bc988f [2021-01-20T16:01:01.758Z] ---> Running in b3aaf177fc95 [2021-01-20T16:01:01.758Z] ---> Running in b67eb93010e8 [2021-01-20T16:01:01.758Z] ---> Running in 0a23d02f5dcd [2021-01-20T16:01:01.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-command/core-command ./cmd/core-command [2021-01-20T16:01:02.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-20T16:01:02.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-20T16:01:02.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T16:01:02.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-20T16:01:44.193Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:01:44.193Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:01:44.193Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:01:44.193Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:01:44.193Z] ---> 891023a59fe6 [2021-01-20T16:01:44.193Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T16:01:44.193Z] ---> 891023a59fe6 [2021-01-20T16:01:44.193Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T16:01:44.193Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:01:44.193Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:01:44.193Z] ---> 891023a59fe6 [2021-01-20T16:01:44.193Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T16:01:44.193Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:01:44.193Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:01:44.193Z] ---> 891023a59fe6 [2021-01-20T16:01:44.193Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T16:01:44.193Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:01:44.193Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:01:44.193Z] ---> 891023a59fe6 [2021-01-20T16:01:44.193Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T16:01:44.193Z] ---> Running in f749afdc7e6e [2021-01-20T16:01:44.193Z] ---> Running in 68a317edd3f9 [2021-01-20T16:01:44.193Z] ---> Running in bdfe786b66dd [2021-01-20T16:01:44.193Z] ---> Running in 48896856e932 [2021-01-20T16:01:44.193Z] ---> Running in 129078089e3c [2021-01-20T16:01:44.193Z] Removing intermediate container 48896856e932 [2021-01-20T16:01:44.193Z] ---> 546cc4356996 [2021-01-20T16:01:44.193Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:01:44.193Z] Removing intermediate container 68a317edd3f9 [2021-01-20T16:01:44.193Z] ---> 5c7df8fd32e6 [2021-01-20T16:01:44.193Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:01:44.193Z] Removing intermediate container 129078089e3c [2021-01-20T16:01:44.193Z] ---> 898e03da78f8 [2021-01-20T16:01:44.193Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:01:44.193Z] Removing intermediate container bdfe786b66dd [2021-01-20T16:01:44.193Z] ---> 5ab2c9c34716 [2021-01-20T16:01:44.193Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:01:44.193Z] Removing intermediate container f749afdc7e6e [2021-01-20T16:01:44.193Z] ---> 57ea6f98eba0 [2021-01-20T16:01:44.193Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:01:44.193Z] ---> Running in 3e7282d6c78e [2021-01-20T16:01:44.193Z] ---> Running in d2d980661138 [2021-01-20T16:01:44.193Z] ---> Running in 0c7ae7df438b [2021-01-20T16:01:44.193Z] ---> Running in 3af96211a1d5 [2021-01-20T16:01:44.193Z] ---> Running in aec445adf8fc [2021-01-20T16:01:44.193Z] Removing intermediate container d2d980661138 [2021-01-20T16:01:44.193Z] ---> aeed32413350 [2021-01-20T16:01:44.193Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T16:01:44.193Z] ---> Running in 8903c3bcca04 [2021-01-20T16:01:44.193Z] Removing intermediate container aec445adf8fc [2021-01-20T16:01:44.193Z] ---> b9765281412f [2021-01-20T16:01:44.193Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T16:01:44.193Z] Removing intermediate container 3e7282d6c78e [2021-01-20T16:01:44.193Z] ---> 0b6ef8cbc02a [2021-01-20T16:01:44.193Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T16:01:44.193Z] Removing intermediate container 0c7ae7df438b [2021-01-20T16:01:44.193Z] ---> 0e0f110cacd3 [2021-01-20T16:01:44.193Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T16:01:44.193Z] ---> Running in 5928396aad97 [2021-01-20T16:01:44.193Z] Removing intermediate container 3af96211a1d5 [2021-01-20T16:01:44.193Z] ---> 0b6959f47ac7 [2021-01-20T16:01:44.193Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T16:01:44.193Z] ---> Running in eab014a32418 [2021-01-20T16:01:44.193Z] ---> Running in 6eabd6bcfc3e [2021-01-20T16:01:44.193Z] ---> Running in fa1fa48bc2eb [2021-01-20T16:01:44.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:01:44.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:01:44.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:01:44.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:01:44.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:01:44.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:01:44.463Z] OK: 233 MiB in 51 packages [2021-01-20T16:01:44.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:01:44.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:01:45.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:01:45.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:01:45.498Z] OK: 233 MiB in 51 packages [2021-01-20T16:01:45.498Z] OK: 233 MiB in 51 packages [2021-01-20T16:01:45.860Z] Removing intermediate container 8903c3bcca04 [2021-01-20T16:01:45.860Z] ---> 84463d937423 [2021-01-20T16:01:45.860Z] Step 6/21 : COPY go.mod . [2021-01-20T16:01:46.154Z] OK: 233 MiB in 51 packages [2021-01-20T16:01:46.154Z] OK: 233 MiB in 51 packages [2021-01-20T16:01:46.797Z] ---> a1f1ed94ff49 [2021-01-20T16:01:46.797Z] Step 7/21 : RUN go mod download [2021-01-20T16:01:47.100Z] ---> Running in 6efa0afceb1c [2021-01-20T16:01:47.100Z] Removing intermediate container eab014a32418 [2021-01-20T16:01:47.100Z] ---> 9e0b1b1bb112 [2021-01-20T16:01:47.100Z] Step 6/24 : COPY go.mod . [2021-01-20T16:01:47.399Z] Removing intermediate container 5928396aad97 [2021-01-20T16:01:47.399Z] ---> 903cfe033553 [2021-01-20T16:01:47.399Z] Step 6/26 : COPY go.mod . [2021-01-20T16:01:47.681Z] Removing intermediate container 6eabd6bcfc3e [2021-01-20T16:01:47.681Z] ---> c2cf03027d05 [2021-01-20T16:01:47.681Z] Step 6/21 : COPY go.mod . [2021-01-20T16:01:47.976Z] Removing intermediate container fa1fa48bc2eb [2021-01-20T16:01:47.976Z] ---> 1262126c85d0 [2021-01-20T16:01:47.976Z] Step 6/23 : COPY go.mod . [2021-01-20T16:01:47.976Z] ---> a4e15cafd3d4 [2021-01-20T16:01:47.976Z] Step 7/24 : RUN go mod download [2021-01-20T16:01:47.976Z] ---> 42dc4fc6b2ee [2021-01-20T16:01:47.976Z] Step 7/26 : RUN go mod download [2021-01-20T16:01:48.275Z] ---> Running in 8c6f3a0f7314 [2021-01-20T16:01:48.569Z] ---> Running in 0322315c3803 [2021-01-20T16:01:48.569Z] ---> a978f99a2303 [2021-01-20T16:01:48.569Z] Step 7/21 : RUN go mod download [2021-01-20T16:01:48.879Z] ---> Running in 13ae3469e073 [2021-01-20T16:01:49.186Z] ---> 309e929c9598 [2021-01-20T16:01:49.186Z] Step 7/23 : RUN go mod download [2021-01-20T16:01:49.186Z] ---> Running in 8eaca1aa9d2d [2021-01-20T16:01:52.130Z] Removing intermediate container 6efa0afceb1c [2021-01-20T16:01:52.130Z] ---> 776745f8744e [2021-01-20T16:01:52.130Z] Step 8/21 : COPY . . [2021-01-20T16:01:55.777Z] Removing intermediate container 0322315c3803 [2021-01-20T16:01:55.777Z] ---> bc4f14c4e0c4 [2021-01-20T16:01:55.777Z] Step 8/26 : COPY . . [2021-01-20T16:01:55.777Z] Removing intermediate container 8c6f3a0f7314 [2021-01-20T16:01:55.777Z] ---> 9c552824f750 [2021-01-20T16:01:55.777Z] Step 8/24 : COPY . . [2021-01-20T16:01:55.777Z] Removing intermediate container 13ae3469e073 [2021-01-20T16:01:55.777Z] ---> 935b8a2cfe1f [2021-01-20T16:01:55.777Z] Step 8/21 : COPY . . [2021-01-20T16:01:58.533Z] Removing intermediate container 8eaca1aa9d2d [2021-01-20T16:01:58.534Z] ---> bb501383ea10 [2021-01-20T16:01:58.534Z] Step 8/23 : COPY . . [2021-01-20T16:02:24.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-20T16:02:24.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-20T16:02:36.891Z] Removing intermediate container 0a23d02f5dcd [2021-01-20T16:02:36.891Z] ---> c3ed099ac4c6 [2021-01-20T16:02:36.891Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T16:02:36.891Z] Removing intermediate container b67eb93010e8 [2021-01-20T16:02:36.891Z] ---> dc4479fb5f7c [2021-01-20T16:02:36.891Z] [2021-01-20T16:02:36.891Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T16:02:36.891Z] 3.12: Pulling from library/alpine [2021-01-20T16:02:36.891Z] Removing intermediate container 39a598ec0fad [2021-01-20T16:02:36.891Z] ---> 692c333dc8e1 [2021-01-20T16:02:36.891Z] [2021-01-20T16:02:36.891Z] Step 10/22 : FROM scratch [2021-01-20T16:02:36.891Z] ---> [2021-01-20T16:02:36.891Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T16:02:36.891Z] Removing intermediate container b3aaf177fc95 [2021-01-20T16:02:36.891Z] ---> 727e68d8ffe9 [2021-01-20T16:02:36.891Z] [2021-01-20T16:02:36.891Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T16:02:36.891Z] ---> Running in 2538a14bf6a0 [2021-01-20T16:02:36.891Z] 3.12: Pulling from library/alpine [2021-01-20T16:02:36.891Z] Removing intermediate container d4c862bc988f [2021-01-20T16:02:36.891Z] ---> 1ec308dfa70f [2021-01-20T16:02:36.891Z] [2021-01-20T16:02:36.891Z] Step 10/24 : FROM scratch [2021-01-20T16:02:36.891Z] ---> [2021-01-20T16:02:36.891Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T16:02:37.163Z] ---> Running in a5e1847f8c2d [2021-01-20T16:02:37.437Z] ---> Running in 8a4ba7fd9dca [2021-01-20T16:02:37.712Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T16:02:37.712Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T16:02:37.712Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T16:02:37.712Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T16:02:37.712Z] ---> afeebe901d6b [2021-01-20T16:02:37.712Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T16:02:37.712Z] ---> afeebe901d6b [2021-01-20T16:02:37.712Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T16:02:37.990Z] Removing intermediate container a5e1847f8c2d [2021-01-20T16:02:37.990Z] ---> cae8a480cf04 [2021-01-20T16:02:37.990Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T16:02:37.990Z] ---> Running in 20b4a1c0304f [2021-01-20T16:02:37.990Z] ---> Running in 97c53fd582dd [2021-01-20T16:02:37.990Z] Removing intermediate container 8a4ba7fd9dca [2021-01-20T16:02:37.990Z] ---> 3d4215f2371d [2021-01-20T16:02:37.990Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-20T16:02:37.990Z] ---> Running in cfc65f44a17a [2021-01-20T16:02:38.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-20T16:02:38.263Z] ---> Running in 293f14f43974 [2021-01-20T16:02:38.540Z] Removing intermediate container cfc65f44a17a [2021-01-20T16:02:38.540Z] ---> 93a69bad6d13 [2021-01-20T16:02:38.540Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T16:02:38.817Z] ---> Running in e992ef38241f [2021-01-20T16:02:39.094Z] Removing intermediate container 293f14f43974 [2021-01-20T16:02:39.094Z] ---> 9c04bc2a202f [2021-01-20T16:02:39.094Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T16:02:39.374Z] ---> Running in 35bd177dbc92 [2021-01-20T16:02:39.652Z] Removing intermediate container e992ef38241f [2021-01-20T16:02:39.652Z] ---> c15e82b3586b [2021-01-20T16:02:39.652Z] Step 14/22 : WORKDIR / [2021-01-20T16:02:39.652Z] ---> Running in 8c516b428d1a [2021-01-20T16:02:39.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:02:39.943Z] Removing intermediate container 35bd177dbc92 [2021-01-20T16:02:39.943Z] ---> 660255c8c581 [2021-01-20T16:02:39.943Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T16:02:40.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:02:40.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:02:40.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:02:40.503Z] Removing intermediate container 8c516b428d1a [2021-01-20T16:02:40.503Z] ---> c66de744fedd [2021-01-20T16:02:40.503Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:02:41.117Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T16:02:41.117Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T16:02:41.117Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T16:02:41.117Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T16:02:41.117Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T16:02:41.117Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T16:02:41.117Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T16:02:41.117Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T16:02:41.397Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T16:02:41.397Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:02:41.397Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T16:02:41.397Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:02:41.397Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T16:02:41.397Z] ---> fe772379f786 [2021-01-20T16:02:41.397Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T16:02:41.680Z] OK: 7 MiB in 18 packages [2021-01-20T16:02:41.680Z] OK: 7 MiB in 19 packages [2021-01-20T16:02:41.680Z] ---> 7d0ae7f9b3c2 [2021-01-20T16:02:41.680Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T16:02:42.665Z] Removing intermediate container 2538a14bf6a0 [2021-01-20T16:02:42.665Z] ---> cd411720b65e [2021-01-20T16:02:42.665Z] [2021-01-20T16:02:42.665Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T16:02:42.665Z] 20.10.0: Pulling from library/docker [2021-01-20T16:02:43.281Z] ---> 3968749e558f [2021-01-20T16:02:43.281Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T16:02:43.878Z] ---> 6261a13241bb [2021-01-20T16:02:43.878Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T16:02:44.480Z] Removing intermediate container 20b4a1c0304f [2021-01-20T16:02:44.480Z] ---> 0d7128eacdd1 [2021-01-20T16:02:44.480Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T16:02:44.754Z] Removing intermediate container 97c53fd582dd [2021-01-20T16:02:44.754Z] ---> d533ed52d1bd [2021-01-20T16:02:44.754Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T16:02:44.754Z] ---> Running in 0c8d1ced0e74 [2021-01-20T16:02:45.356Z] ---> d9017b25b10f [2021-01-20T16:02:45.356Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T16:02:45.627Z] ---> Running in 25b4c1319deb [2021-01-20T16:02:46.226Z] ---> 53d5ee2f340c [2021-01-20T16:02:46.226Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:02:46.226Z] ---> Running in 97d6997d3f0f [2021-01-20T16:02:46.226Z] Removing intermediate container 0c8d1ced0e74 [2021-01-20T16:02:46.226Z] ---> a32b95ffe670 [2021-01-20T16:02:46.226Z] Step 13/21 : WORKDIR /edgex [2021-01-20T16:02:46.523Z] Removing intermediate container 25b4c1319deb [2021-01-20T16:02:46.523Z] ---> e7c7731d28ef [2021-01-20T16:02:46.523Z] Step 13/24 : WORKDIR / [2021-01-20T16:02:46.523Z] ---> Running in a299776afd73 [2021-01-20T16:02:46.523Z] ---> Running in bb02f47ed7d9 [2021-01-20T16:02:46.798Z] Removing intermediate container 97d6997d3f0f [2021-01-20T16:02:46.798Z] ---> 558982548671 [2021-01-20T16:02:46.798Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:02:47.397Z] ---> Running in 081d09274309 [2021-01-20T16:02:47.676Z] ---> a55996047055 [2021-01-20T16:02:47.676Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T16:02:47.951Z] Removing intermediate container a299776afd73 [2021-01-20T16:02:47.951Z] ---> a6c330d84de9 [2021-01-20T16:02:47.951Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T16:02:48.228Z] Removing intermediate container bb02f47ed7d9 [2021-01-20T16:02:48.228Z] ---> 952cfbd0f731 [2021-01-20T16:02:48.228Z] 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-20T16:02:48.503Z] Removing intermediate container 081d09274309 [2021-01-20T16:02:48.503Z] ---> 4eba03a6f9af [2021-01-20T16:02:48.503Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T16:02:49.485Z] ---> Running in 194a9108f8eb [2021-01-20T16:02:49.485Z] ---> ee33b3c3dd10 [2021-01-20T16:02:49.761Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T16:02:49.761Z] ---> 926f2e0a3a9c [2021-01-20T16:02:49.761Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T16:02:50.033Z] ---> 506e9ce839a8 [2021-01-20T16:02:50.033Z] 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-20T16:02:50.629Z] Removing intermediate container 194a9108f8eb [2021-01-20T16:02:50.629Z] ---> 2a94f45d7831 [2021-01-20T16:02:50.629Z] Step 21/22 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:02:51.223Z] ---> Running in 070855da7a7a [2021-01-20T16:02:51.820Z] ---> 274b0bd21ffe [2021-01-20T16:02:51.820Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T16:02:51.820Z] ---> f60f255fe767 [2021-01-20T16:02:51.820Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T16:02:52.092Z] ---> c9f07fd2ea22 [2021-01-20T16:02:52.092Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T16:02:52.092Z] ---> Running in 98a72c3f4c7a [2021-01-20T16:02:52.092Z] Removing intermediate container 070855da7a7a [2021-01-20T16:02:52.092Z] ---> b4dd2f9419b9 [2021-01-20T16:02:52.092Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-20T16:02:52.691Z] ---> Running in 40dc88d38b0c [2021-01-20T16:02:52.963Z] Removing intermediate container 98a72c3f4c7a [2021-01-20T16:02:52.963Z] ---> 8c775494165d [2021-01-20T16:02:52.963Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:02:53.558Z] ---> 11f4ea5ecc43 [2021-01-20T16:02:53.558Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T16:02:53.558Z] ---> Running in 8ae16b521f2c [2021-01-20T16:02:53.835Z] ---> ea03b5ecafd3 [2021-01-20T16:02:53.835Z] Removing intermediate container 40dc88d38b0c [2021-01-20T16:02:53.835Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T16:02:53.835Z] ---> eebfc9d27fb3 [2021-01-20T16:02:53.835Z] [2021-01-20T16:02:53.835Z] ---> Running in 0923eab87fe6 [2021-01-20T16:02:54.114Z] Successfully built eebfc9d27fb3 [2021-01-20T16:02:54.391Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-20T16:02:54.391Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-20T16:02:54.391Z] Removing intermediate container 8ae16b521f2c [2021-01-20T16:02:54.391Z] ---> 41c4428421d9 [2021-01-20T16:02:54.391Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T16:02:54.664Z] Removing intermediate container 0923eab87fe6 [2021-01-20T16:02:54.664Z] ---> acdcba0b2e07 [2021-01-20T16:02:54.664Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T16:02:54.664Z] ---> Running in 9ef18ea931b7 [2021-01-20T16:02:54.936Z] ---> Running in 1503abec12eb [2021-01-20T16:02:54.936Z] ---> db56e1cfb2f1 [2021-01-20T16:02:54.936Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T16:02:55.207Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T16:02:55.207Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T16:02:55.207Z] ---> eeaf43b92773 [2021-01-20T16:02:55.207Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T16:02:55.481Z] Removing intermediate container 9ef18ea931b7 [2021-01-20T16:02:55.481Z] ---> a8287c8d45a6 [2021-01-20T16:02:55.481Z] Step 23/24 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:02:56.466Z] ---> Running in 51ecbbe1e85e [2021-01-20T16:02:56.466Z] ---> Running in 9ca098b170b2 [2021-01-20T16:02:56.466Z] Removing intermediate container 1503abec12eb [2021-01-20T16:02:56.466Z] ---> 1930ea94b695 [2021-01-20T16:02:56.466Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T16:02:57.447Z] ---> bb910d36b037 [2021-01-20T16:02:57.447Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T16:02:57.723Z] ---> Running in 0cd2ddc3a471 [2021-01-20T16:02:57.723Z] Removing intermediate container 51ecbbe1e85e [2021-01-20T16:02:57.723Z] ---> 97eb77c9d171 [2021-01-20T16:02:57.723Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-20T16:02:57.998Z] ---> Running in e4c6446aef29 [2021-01-20T16:02:58.595Z] Removing intermediate container 0cd2ddc3a471 [2021-01-20T16:02:58.595Z] ---> fb4ed3b555fb [2021-01-20T16:02:58.595Z] Step 20/21 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:02:58.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:02:58.870Z] ---> Running in 6f36d8aa222e [2021-01-20T16:02:58.870Z] Removing intermediate container e4c6446aef29 [2021-01-20T16:02:58.870Z] ---> 13dad7f41be0 [2021-01-20T16:02:58.870Z] [2021-01-20T16:02:58.870Z] ---> 4555f7501144 [2021-01-20T16:02:58.870Z] 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-20T16:02:58.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:02:59.143Z] ---> Running in 2d7e98471ea7 [2021-01-20T16:02:59.418Z] Successfully built 13dad7f41be0 [2021-01-20T16:02:59.418Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-20T16:02:59.418Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go [2021-01-20T16:02:59.418Z] Removing intermediate container 6f36d8aa222e [2021-01-20T16:02:59.418Z] ---> 40d330194ec4 [2021-01-20T16:02:59.418Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-20T16:02:59.705Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T16:02:59.705Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T16:02:59.705Z] Executing bash-5.0.17-r0.post-install [2021-01-20T16:02:59.705Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:02:59.705Z] OK: 12 MiB in 22 packages [2021-01-20T16:02:59.705Z] ---> Running in d870e83e698f [2021-01-20T16:03:00.705Z] Removing intermediate container d870e83e698f [2021-01-20T16:03:00.705Z] ---> 0bd17cdc3a01 [2021-01-20T16:03:00.705Z] [2021-01-20T16:03:00.998Z] Successfully built 0bd17cdc3a01 [2021-01-20T16:03:00.998Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-20T16:03:00.998Z] Building docker-core-metadata-go [2021-01-20T16:03:02.435Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9ca098b170b2 [2021-01-20T16:03:02.435Z] ---> dd679502da9b [2021-01-20T16:03:02.435Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T16:03:03.867Z] ---> Running in 028f7b03bafa [2021-01-20T16:03:03.867Z] Removing intermediate container 2d7e98471ea7 [2021-01-20T16:03:03.867Z] ---> 094ef8d6322f [2021-01-20T16:03:03.867Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T16:03:04.840Z] ---> Running in bc91bbcd61aa [2021-01-20T16:03:05.434Z] Removing intermediate container 028f7b03bafa [2021-01-20T16:03:05.434Z] ---> ffb2e79d18eb [2021-01-20T16:03:05.434Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T16:03:06.028Z] Removing intermediate container bc91bbcd61aa [2021-01-20T16:03:06.028Z] ---> aad2a3ff6cc4 [2021-01-20T16:03:06.028Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T16:03:06.629Z] ---> Running in e11587c966c9 [2021-01-20T16:03:06.629Z] ---> Running in 5bc3a1c9fb99 [2021-01-20T16:03:07.220Z] Removing intermediate container e11587c966c9 [2021-01-20T16:03:07.220Z] ---> bcaf93b18b2e [2021-01-20T16:03:07.220Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T16:03:07.492Z] ---> Running in 9ca7194b1d3a [2021-01-20T16:03:07.492Z] Removing intermediate container 5bc3a1c9fb99 [2021-01-20T16:03:07.492Z] ---> a9854120296d [2021-01-20T16:03:07.492Z] Step 23/24 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:03:07.774Z] ---> Running in dfd519e324dc [2021-01-20T16:03:08.045Z] Removing intermediate container 9ca7194b1d3a [2021-01-20T16:03:08.045Z] ---> 07caa3405073 [2021-01-20T16:03:08.045Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T16:03:08.646Z] Removing intermediate container dfd519e324dc [2021-01-20T16:03:08.646Z] ---> 8c4aa1868f7f [2021-01-20T16:03:08.646Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-20T16:03:08.918Z] ---> Running in ed830a52664e [2021-01-20T16:03:09.517Z] ---> b4f688aa712c [2021-01-20T16:03:09.517Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T16:03:09.791Z] Removing intermediate container ed830a52664e [2021-01-20T16:03:09.791Z] ---> b6a097795b1c [2021-01-20T16:03:09.791Z] [2021-01-20T16:03:10.071Z] Successfully built b6a097795b1c [2021-01-20T16:03:10.071Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-20T16:03:10.071Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-20T16:03:10.667Z] ---> 2704e3c1cb9d [2021-01-20T16:03:10.667Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T16:03:11.644Z] ---> d81ec389f646 [2021-01-20T16:03:11.644Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T16:03:11.644Z] ---> Running in f4bd1fe07d14 [2021-01-20T16:03:13.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:03:13.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:03:13.729Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T16:03:14.029Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T16:03:14.029Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T16:03:14.029Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T16:03:14.029Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T16:03:14.029Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T16:03:14.029Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T16:03:16.107Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:03:16.107Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:03:16.107Z] ---> 0fd0cf940ca7 [2021-01-20T16:03:16.107Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T16:03:16.107Z] ---> Using cache [2021-01-20T16:03:16.107Z] ---> 13e91e04c190 [2021-01-20T16:03:16.107Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:03:16.107Z] ---> Using cache [2021-01-20T16:03:16.107Z] ---> b167d507d1ae [2021-01-20T16:03:16.107Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T16:03:18.099Z] ---> Running in c80eae0e25c6 [2021-01-20T16:03:19.549Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T16:03:19.549Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T16:03:19.549Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T16:03:19.549Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T16:03:19.549Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T16:03:19.549Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T16:03:19.549Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T16:03:19.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:03:19.826Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T16:03:19.826Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T16:03:19.826Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T16:03:20.102Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T16:03:20.102Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T16:03:20.102Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T16:03:20.102Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T16:03:20.102Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T16:03:20.102Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T16:03:20.376Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T16:03:20.376Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T16:03:20.376Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T16:03:20.376Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T16:03:20.376Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T16:03:20.651Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T16:03:20.651Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T16:03:20.651Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T16:03:20.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:03:20.651Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T16:03:20.651Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T16:03:20.651Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:03:20.928Z] OK: 71 MiB in 55 packages [2021-01-20T16:03:21.531Z] OK: 217 MiB in 51 packages [2021-01-20T16:03:24.167Z] Removing intermediate container c80eae0e25c6 [2021-01-20T16:03:24.167Z] ---> 311aa8f6a049 [2021-01-20T16:03:24.167Z] Step 6/23 : COPY go.mod . [2021-01-20T16:03:26.161Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:03:26.161Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:03:26.161Z] ---> 0fd0cf940ca7 [2021-01-20T16:03:26.161Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T16:03:26.161Z] ---> Using cache [2021-01-20T16:03:26.161Z] ---> 13e91e04c190 [2021-01-20T16:03:26.161Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:03:26.161Z] ---> Using cache [2021-01-20T16:03:26.161Z] ---> b167d507d1ae [2021-01-20T16:03:26.161Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T16:03:27.157Z] ---> 7dc9dd5a665f [2021-01-20T16:03:27.157Z] Step 7/23 : RUN go mod download [2021-01-20T16:03:27.157Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:03:27.157Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:03:27.157Z] ---> 0fd0cf940ca7 [2021-01-20T16:03:27.157Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T16:03:27.157Z] ---> Using cache [2021-01-20T16:03:27.157Z] ---> 13e91e04c190 [2021-01-20T16:03:27.157Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:03:27.157Z] ---> Using cache [2021-01-20T16:03:27.157Z] ---> b167d507d1ae [2021-01-20T16:03:27.157Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T16:03:27.433Z] ---> Running in 8bc2adee3951 [2021-01-20T16:03:27.719Z] ---> Running in 91a6380b9d53 [2021-01-20T16:03:27.719Z] ---> Running in a07e44a5d46c [2021-01-20T16:03:29.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:03:29.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:03:30.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:03:30.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:03:31.451Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:03:31.451Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:03:31.451Z] ---> 0fd0cf940ca7 [2021-01-20T16:03:31.451Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T16:03:31.451Z] ---> Using cache [2021-01-20T16:03:31.451Z] ---> 13e91e04c190 [2021-01-20T16:03:31.451Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:03:31.451Z] ---> Using cache [2021-01-20T16:03:31.451Z] ---> b167d507d1ae [2021-01-20T16:03:31.451Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T16:03:31.451Z] OK: 217 MiB in 51 packages [2021-01-20T16:03:31.728Z] ---> Running in c70267d3bd7c [2021-01-20T16:03:31.728Z] OK: 217 MiB in 51 packages [2021-01-20T16:03:32.727Z] Removing intermediate container f4bd1fe07d14 [2021-01-20T16:03:32.727Z] ---> 98ea3ca17748 [2021-01-20T16:03:32.727Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T16:03:33.007Z] ---> Running in e47ce5822cc3 [2021-01-20T16:03:33.007Z] Removing intermediate container a07e44a5d46c [2021-01-20T16:03:33.007Z] ---> 37d85c25fa6c [2021-01-20T16:03:33.007Z] Step 8/23 : COPY . . [2021-01-20T16:03:33.603Z] Removing intermediate container 91a6380b9d53 [2021-01-20T16:03:33.603Z] ---> 7d25fd3a8a08 [2021-01-20T16:03:33.603Z] Step 6/22 : COPY go.mod . [2021-01-20T16:03:33.603Z] Removing intermediate container 8bc2adee3951 [2021-01-20T16:03:33.603Z] ---> 7f659e059fb8 [2021-01-20T16:03:33.603Z] Step 6/22 : COPY go.mod . [2021-01-20T16:03:34.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:03:35.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:03:35.195Z] ---> bd6466b03cae [2021-01-20T16:03:35.195Z] Step 7/22 : RUN go mod download [2021-01-20T16:03:35.478Z] ---> 0a81a7e7bd65 [2021-01-20T16:03:35.479Z] Step 7/22 : RUN go mod download [2021-01-20T16:03:35.752Z] ---> Running in 180c6500bd67 [2021-01-20T16:03:36.030Z] ---> Running in 5962414d804b [2021-01-20T16:03:36.030Z] OK: 217 MiB in 51 packages [2021-01-20T16:03:38.718Z] Removing intermediate container c70267d3bd7c [2021-01-20T16:03:38.718Z] ---> a783851d3f14 [2021-01-20T16:03:38.719Z] Step 6/21 : COPY go.mod . [2021-01-20T16:03:38.775Z] ---> 04b49501e027 [2021-01-20T16:03:38.776Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T16:03:38.776Z] ---> 79d3c1a57d08 [2021-01-20T16:03:38.776Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T16:03:38.776Z] ---> 6510bf23877e [2021-01-20T16:03:38.776Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T16:03:38.776Z] ---> bac10de0121e [2021-01-20T16:03:38.776Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T16:03:38.776Z] ---> Running in c21f656b01f2 [2021-01-20T16:03:38.776Z] ---> Running in 7ad9c7506a8b [2021-01-20T16:03:38.776Z] ---> Running in 1542c431fb41 [2021-01-20T16:03:38.776Z] ---> Running in 97effbb9bb2c [2021-01-20T16:03:38.776Z] ---> 5a92e848ddf7 [2021-01-20T16:03:38.776Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T16:03:38.776Z] ---> Running in e85be1f458ef [2021-01-20T16:03:38.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T16:03:38.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-20T16:03:38.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-20T16:03:38.776Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T16:03:38.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-20T16:03:39.701Z] Collecting docker-compose==1.23.2 [2021-01-20T16:03:39.701Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T16:03:40.299Z] ---> bd20dd91b004 [2021-01-20T16:03:40.299Z] Step 7/21 : RUN go mod download [2021-01-20T16:03:40.574Z] ---> Running in d1bf3bcd0222 [2021-01-20T16:03:40.847Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T16:03:40.847Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T16:03:40.847Z] Removing intermediate container 5962414d804b [2021-01-20T16:03:40.847Z] ---> c110b27ce7cb [2021-01-20T16:03:40.847Z] Step 8/22 : COPY . . [2021-01-20T16:03:41.122Z] Removing intermediate container 180c6500bd67 [2021-01-20T16:03:41.122Z] ---> 718d79f47593 [2021-01-20T16:03:41.122Z] Step 8/22 : COPY . . [2021-01-20T16:03:42.565Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T16:03:42.565Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T16:03:43.999Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T16:03:43.999Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T16:03:44.598Z] 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-20T16:03:45.196Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T16:03:45.196Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T16:03:46.193Z] Removing intermediate container d1bf3bcd0222 [2021-01-20T16:03:46.193Z] ---> 6ed1a88e1947 [2021-01-20T16:03:46.193Z] Step 8/21 : COPY . . [2021-01-20T16:03:46.193Z] ---> 6d3b2492a064 [2021-01-20T16:03:46.193Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T16:03:46.799Z] ---> Running in 6b537279dafd [2021-01-20T16:03:48.244Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T16:03:48.244Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T16:03:48.520Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T16:03:48.520Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T16:03:48.521Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T16:03:51.149Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T16:03:51.149Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T16:03:51.149Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T16:03:51.149Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T16:03:54.547Z] Collecting PyYAML<4,>=3.10 [2021-01-20T16:03:54.547Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T16:03:57.990Z] 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-20T16:03:58.653Z] Collecting idna<2.8,>=2.5 [2021-01-20T16:03:58.653Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T16:03:58.942Z] 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-20T16:03:59.946Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T16:03:59.946Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T16:04:00.225Z] ---> c02a7661391f [2021-01-20T16:04:00.225Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T16:04:00.504Z] ---> 2a0cfa54b6b0 [2021-01-20T16:04:00.504Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T16:04:00.504Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T16:04:00.504Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T16:04:00.781Z] ---> Running in 7390e4e9d1b9 [2021-01-20T16:04:00.781Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T16:04:00.781Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T16:04:00.781Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T16:04:00.781Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T16:04:00.781Z] ---> Running in 3165f910730b [2021-01-20T16:04:02.244Z] Installing collected packages: jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, dockerpty, cached-property, docopt, PyYAML, docker-compose [2021-01-20T16:04:02.528Z] Attempting uninstall: idna [2021-01-20T16:04:02.528Z] Found existing installation: idna 2.9 [2021-01-20T16:04:02.528Z] Uninstalling idna-2.9: [2021-01-20T16:04:02.528Z] Successfully uninstalled idna-2.9 [2021-01-20T16:04:03.549Z] Attempting uninstall: urllib3 [2021-01-20T16:04:03.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T16:04:03.549Z] Found existing installation: urllib3 1.25.9 [2021-01-20T16:04:03.549Z] Uninstalling urllib3-1.25.9: [2021-01-20T16:04:03.828Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T16:04:03.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-20T16:04:04.831Z] ---> 74da101b2bd3 [2021-01-20T16:04:04.831Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T16:04:04.831Z] Attempting uninstall: requests [2021-01-20T16:04:04.831Z] Found existing installation: requests 2.23.0 [2021-01-20T16:04:04.831Z] Uninstalling requests-2.23.0: [2021-01-20T16:04:04.831Z] ---> Running in 5bcd00c50322 [2021-01-20T16:04:05.107Z] Successfully uninstalled requests-2.23.0 [2021-01-20T16:04:06.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-20T16:04:07.164Z] Running setup.py install for texttable: started [2021-01-20T16:04:09.807Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T16:04:09.807Z] Running setup.py install for dockerpty: started [2021-01-20T16:04:13.224Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T16:04:13.224Z] Running setup.py install for docopt: started [2021-01-20T16:04:15.220Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T16:04:15.220Z] Running setup.py install for PyYAML: started [2021-01-20T16:04:18.641Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T16:04:19.247Z] 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-20T16:04:26.234Z] Removing intermediate container e47ce5822cc3 [2021-01-20T16:04:26.234Z] ---> 963e8e7e1a0c [2021-01-20T16:04:26.234Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T16:04:26.234Z] ---> Running in b08049ef2c72 [2021-01-20T16:04:28.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:04:28.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:04:29.984Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T16:04:29.984Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T16:04:30.260Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T16:04:30.261Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:04:30.537Z] OK: 71 MiB in 58 packages [2021-01-20T16:04:32.543Z] Removing intermediate container b08049ef2c72 [2021-01-20T16:04:32.543Z] ---> fd5b04dfbb03 [2021-01-20T16:04:32.543Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T16:04:32.543Z] ---> Running in 3a735d3ed3ed [2021-01-20T16:04:33.173Z] Removing intermediate container 3a735d3ed3ed [2021-01-20T16:04:33.173Z] ---> b6991708d6f8 [2021-01-20T16:04:33.173Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:04:33.453Z] ---> Running in 6464a172cf9d [2021-01-20T16:04:34.071Z] Removing intermediate container 6464a172cf9d [2021-01-20T16:04:34.071Z] ---> 10b05e0d5772 [2021-01-20T16:04:34.071Z] Step 24/26 : LABEL arch=arm64 [2021-01-20T16:04:34.071Z] ---> Running in 1ba251f81311 [2021-01-20T16:04:35.086Z] Removing intermediate container 1ba251f81311 [2021-01-20T16:04:35.086Z] ---> 92bf117c5264 [2021-01-20T16:04:35.086Z] Step 25/26 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:04:35.086Z] ---> Running in d777613bda42 [2021-01-20T16:04:35.697Z] Removing intermediate container d777613bda42 [2021-01-20T16:04:35.697Z] ---> 8332ecb8de37 [2021-01-20T16:04:35.697Z] Step 26/26 : LABEL version=2.0.0-dev.47 [2021-01-20T16:04:35.977Z] ---> Running in 6839036ed049 [2021-01-20T16:04:36.580Z] Removing intermediate container 6839036ed049 [2021-01-20T16:04:36.580Z] ---> 23a3e34f7246 [2021-01-20T16:04:36.580Z] [2021-01-20T16:04:36.859Z] Successfully built 23a3e34f7246 [2021-01-20T16:04:36.859Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-20T16:04:48.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-20T16:04:48.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-20T16:04:54.703Z] Removing intermediate container 1542c431fb41 [2021-01-20T16:04:54.703Z] ---> dd2f04f00c9e [2021-01-20T16:04:54.703Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T16:04:54.703Z] Removing intermediate container 7ad9c7506a8b [2021-01-20T16:04:54.703Z] ---> 81c62a7fdf5d [2021-01-20T16:04:54.703Z] [2021-01-20T16:04:54.703Z] Step 10/21 : FROM scratch [2021-01-20T16:04:54.703Z] ---> [2021-01-20T16:04:54.703Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T16:04:54.703Z] ---> Running in 3d5f6adc8b93 [2021-01-20T16:04:55.449Z] ---> Running in eea9682c1985 [2021-01-20T16:04:56.072Z] Removing intermediate container eea9682c1985 [2021-01-20T16:04:56.072Z] ---> 188293e094b5 [2021-01-20T16:04:56.072Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T16:04:56.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-20T16:04:56.072Z] ---> Running in 56bc1557481f [2021-01-20T16:04:57.105Z] Removing intermediate container 56bc1557481f [2021-01-20T16:04:57.105Z] ---> d613f705488d [2021-01-20T16:04:57.105Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T16:04:58.184Z] ---> Running in fd86513ad3fd [2021-01-20T16:04:59.771Z] Removing intermediate container fd86513ad3fd [2021-01-20T16:04:59.771Z] ---> 0facdcbd7113 [2021-01-20T16:04:59.771Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:05:00.054Z] Removing intermediate container c21f656b01f2 [2021-01-20T16:05:00.055Z] ---> 782cec143180 [2021-01-20T16:05:00.055Z] [2021-01-20T16:05:00.055Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T16:05:00.055Z] Removing intermediate container 97effbb9bb2c [2021-01-20T16:05:00.055Z] ---> 55da9314ac0a [2021-01-20T16:05:00.055Z] [2021-01-20T16:05:00.055Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T16:05:00.424Z] 3.12: Pulling from library/alpine [2021-01-20T16:05:00.425Z] 3.12: Pulling from library/alpine [2021-01-20T16:05:01.106Z] ---> 8b04a0c3167b [2021-01-20T16:05:01.106Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T16:05:01.455Z] Removing intermediate container 3d5f6adc8b93 [2021-01-20T16:05:01.455Z] ---> b9ee60dbebc2 [2021-01-20T16:05:01.455Z] [2021-01-20T16:05:01.455Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T16:05:01.837Z] 20.10.0: Pulling from library/docker [2021-01-20T16:05:03.155Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T16:05:03.155Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T16:05:03.155Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T16:05:03.155Z] ---> 389fef711851 [2021-01-20T16:05:03.155Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T16:05:03.155Z] Status: Image is up to date for alpine:3.12 [2021-01-20T16:05:03.155Z] ---> 389fef711851 [2021-01-20T16:05:03.155Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T16:05:05.188Z] ---> Running in bdb72dc7d916 [2021-01-20T16:05:05.188Z] ---> Running in 3694a10d2d2f [2021-01-20T16:05:05.639Z] ---> cf23adcb4cf2 [2021-01-20T16:05:05.639Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T16:05:07.809Z] ---> 199fe00d3abc [2021-01-20T16:05:07.809Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T16:05:07.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:05:07.810Z] ---> Running in 2cfda34b9889 [2021-01-20T16:05:07.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:05:07.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:05:08.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:05:08.166Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T16:05:08.568Z] Removing intermediate container e85be1f458ef [2021-01-20T16:05:08.568Z] ---> 6c00d34e9fff [2021-01-20T16:05:08.568Z] [2021-01-20T16:05:08.568Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T16:05:08.568Z] ---> 389fef711851 [2021-01-20T16:05:08.568Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T16:05:08.568Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T16:05:08.568Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T16:05:08.568Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T16:05:08.568Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:05:08.568Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T16:05:08.918Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T16:05:09.250Z] OK: 7 MiB in 18 packages [2021-01-20T16:05:09.250Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T16:05:09.703Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T16:05:09.703Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T16:05:09.703Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T16:05:09.703Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:05:09.703Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T16:05:10.184Z] ---> Running in b063c180c51d [2021-01-20T16:05:10.184Z] OK: 7 MiB in 19 packages [2021-01-20T16:05:10.184Z] Removing intermediate container 2cfda34b9889 [2021-01-20T16:05:10.184Z] ---> d5257a5abb70 [2021-01-20T16:05:10.184Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:05:10.866Z] ---> Running in e50ec36df56e [2021-01-20T16:05:10.866Z] Removing intermediate container b063c180c51d [2021-01-20T16:05:10.866Z] ---> 8587cb0c5d98 [2021-01-20T16:05:10.866Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T16:05:11.302Z] ---> Running in 1528a65e2da9 [2021-01-20T16:05:12.518Z] Removing intermediate container e50ec36df56e [2021-01-20T16:05:12.518Z] ---> f8121838b8f0 [2021-01-20T16:05:12.518Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T16:05:12.518Z] Removing intermediate container 1528a65e2da9 [2021-01-20T16:05:12.518Z] ---> ae219c6e8d11 [2021-01-20T16:05:12.518Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T16:05:12.837Z] Removing intermediate container bdb72dc7d916 [2021-01-20T16:05:12.837Z] ---> 8714d792d918 [2021-01-20T16:05:12.837Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T16:05:13.148Z] ---> Running in 9398528621ac [2021-01-20T16:05:13.148Z] ---> Running in 8a34856f0cac [2021-01-20T16:05:13.148Z] ---> Running in c6b360f83b86 [2021-01-20T16:05:13.542Z] Removing intermediate container 3694a10d2d2f [2021-01-20T16:05:13.542Z] ---> 3de77496e61f [2021-01-20T16:05:13.542Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T16:05:13.542Z] ---> Running in 49aea33285ec [2021-01-20T16:05:13.863Z] Removing intermediate container 9398528621ac [2021-01-20T16:05:13.863Z] ---> 0c28abb3c00a [2021-01-20T16:05:13.863Z] Step 20/21 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:05:13.863Z] Removing intermediate container 8a34856f0cac [2021-01-20T16:05:13.863Z] ---> 84b5b054c169 [2021-01-20T16:05:13.863Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:05:14.171Z] ---> Running in a1c7773d6033 [2021-01-20T16:05:14.171Z] Removing intermediate container c6b360f83b86 [2021-01-20T16:05:14.171Z] ---> 1de61d965eb6 [2021-01-20T16:05:14.171Z] Step 13/21 : WORKDIR /edgex [2021-01-20T16:05:14.171Z] ---> Running in 7bab25d2f36a [2021-01-20T16:05:14.479Z] ---> Running in a933832bfc46 [2021-01-20T16:05:14.480Z] Removing intermediate container 49aea33285ec [2021-01-20T16:05:14.480Z] ---> b61141581222 [2021-01-20T16:05:14.480Z] Step 13/24 : WORKDIR / [2021-01-20T16:05:14.480Z] ---> Running in b362cb981bcf [2021-01-20T16:05:14.877Z] Removing intermediate container a1c7773d6033 [2021-01-20T16:05:14.877Z] ---> 9d1444034737 [2021-01-20T16:05:14.877Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-20T16:05:15.244Z] ---> Running in a108273a0d6e [2021-01-20T16:05:15.244Z] Removing intermediate container a933832bfc46 [2021-01-20T16:05:15.244Z] ---> 9c79959d9e78 [2021-01-20T16:05:15.244Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T16:05:15.890Z] Removing intermediate container b362cb981bcf [2021-01-20T16:05:15.890Z] ---> 46846e6b3268 [2021-01-20T16:05:15.890Z] 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-20T16:05:16.185Z] Removing intermediate container a108273a0d6e [2021-01-20T16:05:16.185Z] ---> e80ff3c43722 [2021-01-20T16:05:16.185Z] [2021-01-20T16:05:16.496Z] ---> 622e6ce30c21 [2021-01-20T16:05:16.496Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T16:05:16.774Z] ---> 78d62ddd284a [2021-01-20T16:05:16.774Z] 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-20T16:05:17.073Z] Successfully built e80ff3c43722 [2021-01-20T16:05:17.073Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-20T16:05:17.073Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-20T16:05:17.701Z] ---> 10037e6d060f [2021-01-20T16:05:17.701Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T16:05:17.701Z] Removing intermediate container 7bab25d2f36a [2021-01-20T16:05:17.701Z] ---> 105877a10ec6 [2021-01-20T16:05:17.701Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T16:05:17.701Z] ---> 427e987e6dcb [2021-01-20T16:05:17.701Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T16:05:18.006Z] ---> Running in 481a3e4901e5 [2021-01-20T16:05:19.751Z] ---> 55bef1769c81 [2021-01-20T16:05:19.751Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T16:05:20.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:05:20.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:05:22.016Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T16:05:22.016Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T16:05:22.016Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T16:05:22.333Z] ---> ba5212fe20c8 [2021-01-20T16:05:22.333Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T16:05:22.625Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-20T16:05:22.953Z] ---> Running in 79cab5bc65bf [2021-01-20T16:05:22.953Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T16:05:22.953Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:05:22.953Z] OK: 8 MiB in 19 packages [2021-01-20T16:05:22.953Z] ---> 65ccc8086aa6 [2021-01-20T16:05:22.953Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T16:05:25.074Z] Removing intermediate container 79cab5bc65bf [2021-01-20T16:05:25.074Z] ---> e7df45208f0b [2021-01-20T16:05:25.074Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T16:05:26.753Z] ---> Running in 56332ce3e1ca [2021-01-20T16:05:27.042Z] ---> dca4c8779ff3 [2021-01-20T16:05:27.042Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T16:05:27.043Z] Removing intermediate container 481a3e4901e5 [2021-01-20T16:05:27.043Z] ---> 79f0f5b78ecd [2021-01-20T16:05:27.043Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:05:28.160Z] Removing intermediate container 56332ce3e1ca [2021-01-20T16:05:28.160Z] ---> fd407ab70b28 [2021-01-20T16:05:28.160Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T16:05:28.838Z] ---> 9945f7b0514b [2021-01-20T16:05:28.838Z] 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-20T16:05:29.138Z] ---> 5951c91a4cca [2021-01-20T16:05:29.138Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T16:05:29.428Z] ---> Running in c7b8ed1409df [2021-01-20T16:05:30.083Z] ---> Running in 808ba1950720 [2021-01-20T16:05:30.083Z] Removing intermediate container c7b8ed1409df [2021-01-20T16:05:30.083Z] ---> 64aa5e3bff74 [2021-01-20T16:05:30.083Z] Step 20/21 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:05:31.099Z] ---> Running in 73bd80186cd5 [2021-01-20T16:05:31.711Z] ---> 100ae6995596 [2021-01-20T16:05:31.712Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T16:05:32.022Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T16:05:32.022Z] Removing intermediate container 73bd80186cd5 [2021-01-20T16:05:32.022Z] ---> be64f0885523 [2021-01-20T16:05:32.022Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-20T16:05:32.022Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T16:05:32.022Z] ---> aefe523efa57 [2021-01-20T16:05:32.022Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T16:05:32.841Z] ---> Running in 7f2a7d45062e [2021-01-20T16:05:32.841Z] ---> Running in ac37b729cce3 [2021-01-20T16:05:33.576Z] ---> e0bc8aca5b78 [2021-01-20T16:05:33.576Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T16:05:33.596Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7390e4e9d1b9 [2021-01-20T16:05:33.596Z] ---> d6a5dbef4b32 [2021-01-20T16:05:33.596Z] [2021-01-20T16:05:33.596Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T16:05:33.596Z] ---> afeebe901d6b [2021-01-20T16:05:33.596Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T16:05:33.596Z] ---> Using cache [2021-01-20T16:05:33.596Z] ---> d533ed52d1bd [2021-01-20T16:05:33.596Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T16:05:33.596Z] ---> Running in 3c1aab643994 [2021-01-20T16:05:33.596Z] Removing intermediate container 3c1aab643994 [2021-01-20T16:05:33.596Z] ---> aae9758b8d2f [2021-01-20T16:05:33.596Z] Step 13/22 : WORKDIR / [2021-01-20T16:05:33.596Z] ---> Running in 071bf8c43a5f [2021-01-20T16:05:33.596Z] Removing intermediate container 071bf8c43a5f [2021-01-20T16:05:33.596Z] ---> 41b19a9388a9 [2021-01-20T16:05:33.596Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:05:33.596Z] ---> 7abbfe28c01f [2021-01-20T16:05:33.596Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T16:05:33.596Z] ---> 67ca4c53d254 [2021-01-20T16:05:33.596Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T16:05:33.596Z] ---> 9c201e4a3d75 [2021-01-20T16:05:33.596Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T16:05:33.596Z] Removing intermediate container 5bcd00c50322 [2021-01-20T16:05:33.596Z] ---> f4caa749b812 [2021-01-20T16:05:33.596Z] [2021-01-20T16:05:33.596Z] Step 10/21 : FROM scratch [2021-01-20T16:05:33.596Z] ---> [2021-01-20T16:05:33.596Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T16:05:33.596Z] ---> Using cache [2021-01-20T16:05:33.596Z] ---> cae8a480cf04 [2021-01-20T16:05:33.596Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T16:05:33.596Z] ---> Running in 177ef76b16b0 [2021-01-20T16:05:33.892Z] ---> 5db182c8ec69 [2021-01-20T16:05:33.892Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T16:05:33.920Z] ---> Running in d5e50e4cabf3 [2021-01-20T16:05:33.920Z] Removing intermediate container ac37b729cce3 [2021-01-20T16:05:33.920Z] ---> 863c366caa42 [2021-01-20T16:05:33.920Z] [2021-01-20T16:05:34.164Z] Removing intermediate container 177ef76b16b0 [2021-01-20T16:05:34.164Z] ---> 9dc5dc0ef9b1 [2021-01-20T16:05:34.164Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T16:05:34.164Z] ---> Running in 39e5fb4247c5 [2021-01-20T16:05:34.164Z] ---> Running in cc0502eba0f0 [2021-01-20T16:05:35.121Z] Successfully built 863c366caa42 [2021-01-20T16:05:35.121Z] Removing intermediate container 808ba1950720 [2021-01-20T16:05:35.121Z] ---> 47705823f2d6 [2021-01-20T16:05:35.121Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T16:05:35.143Z] Removing intermediate container cc0502eba0f0 [2021-01-20T16:05:35.143Z] ---> a21f1bb57cb2 [2021-01-20T16:05:35.143Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:05:35.416Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-20T16:05:35.416Z] Building docker-core-command-go [2021-01-20T16:05:35.416Z] Removing intermediate container d5e50e4cabf3 [2021-01-20T16:05:35.416Z] ---> 16fce36566fe [2021-01-20T16:05:35.416Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:05:35.721Z]  Building docker-security-proxy-setup-go ... done  ---> Running in db9823c9745a [2021-01-20T16:05:35.721Z] ---> Running in 937d29fa0f74 [2021-01-20T16:05:35.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:05:35.745Z] ---> 29fce5630693 [2021-01-20T16:05:35.745Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T16:05:35.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:05:36.320Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T16:05:36.320Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T16:05:36.320Z] Executing bash-5.0.17-r0.post-install [2021-01-20T16:05:36.320Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:05:36.696Z] OK: 12 MiB in 22 packages [2021-01-20T16:05:37.184Z] ---> ab9769169236 [2021-01-20T16:05:37.184Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T16:05:37.456Z] Removing intermediate container 39e5fb4247c5 [2021-01-20T16:05:37.456Z] ---> b462d363483f [2021-01-20T16:05:37.456Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T16:05:37.728Z] ---> Running in e450470a53af [2021-01-20T16:05:38.343Z] Removing intermediate container e450470a53af [2021-01-20T16:05:38.343Z] ---> 211b1bd80396 [2021-01-20T16:05:38.343Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T16:05:38.465Z] Removing intermediate container db9823c9745a [2021-01-20T16:05:38.465Z] ---> 96248f914078 [2021-01-20T16:05:38.465Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T16:05:38.939Z] ---> ced80d39dd13 [2021-01-20T16:05:38.939Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T16:05:39.214Z] ---> Running in 865b2305d115 [2021-01-20T16:05:39.488Z] ---> Running in ac460eb73c6b [2021-01-20T16:05:40.095Z] Removing intermediate container 865b2305d115 [2021-01-20T16:05:40.095Z] ---> 2fc608e0f3ea [2021-01-20T16:05:40.095Z] Step 21/22 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:05:40.371Z] Removing intermediate container ac460eb73c6b [2021-01-20T16:05:40.371Z] ---> a257a13a4085 [2021-01-20T16:05:40.371Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:05:40.646Z] ---> Running in b063cfe7b9fe [2021-01-20T16:05:40.646Z] ---> Running in 46a235e4c06c [2021-01-20T16:05:40.766Z] Removing intermediate container 937d29fa0f74 [2021-01-20T16:05:40.766Z] ---> e7db0a97c87b [2021-01-20T16:05:40.766Z] Step 21/23 : LABEL arch=x86_64 [2021-01-20T16:05:40.918Z] Removing intermediate container 6b537279dafd [2021-01-20T16:05:40.918Z] ---> 79cca9873b48 [2021-01-20T16:05:40.918Z] [2021-01-20T16:05:40.918Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T16:05:40.918Z] ---> afeebe901d6b [2021-01-20T16:05:40.918Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T16:05:41.513Z] ---> Running in 53acfa687f39 [2021-01-20T16:05:41.513Z] Removing intermediate container b063cfe7b9fe [2021-01-20T16:05:41.513Z] ---> f108b2acace7 [2021-01-20T16:05:41.513Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-20T16:05:41.513Z] Removing intermediate container 46a235e4c06c [2021-01-20T16:05:41.513Z] ---> 5e1125e1d082 [2021-01-20T16:05:41.513Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T16:05:41.790Z] ---> Running in 6601fa61ece8 [2021-01-20T16:05:41.790Z] ---> Running in 5fa3272cc5c2 [2021-01-20T16:05:41.905Z] ---> Running in fd6bac509211 [2021-01-20T16:05:42.063Z] Removing intermediate container 53acfa687f39 [2021-01-20T16:05:42.063Z] ---> 5bd68cec6a97 [2021-01-20T16:05:42.063Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T16:05:42.194Z] ---> Running in 3407098e18b2 [2021-01-20T16:05:42.344Z] ---> Running in 895f7346bd11 [2021-01-20T16:05:42.628Z] Removing intermediate container 5fa3272cc5c2 [2021-01-20T16:05:42.628Z] ---> 856b4d189ca8 [2021-01-20T16:05:42.628Z] [2021-01-20T16:05:42.628Z] Removing intermediate container 6601fa61ece8 [2021-01-20T16:05:42.628Z] ---> 6377dfd6d23f [2021-01-20T16:05:42.628Z] Step 20/21 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:05:42.903Z] ---> Running in 059f33abb013 [2021-01-20T16:05:43.181Z] Successfully built 856b4d189ca8 [2021-01-20T16:05:43.181Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-20T16:05:43.181Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 895f7346bd11 [2021-01-20T16:05:43.181Z] ---> f46368c5a234 [2021-01-20T16:05:43.181Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T16:05:43.272Z] Removing intermediate container 7f2a7d45062e [2021-01-20T16:05:43.272Z] ---> d31e2c3c677a [2021-01-20T16:05:43.272Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T16:05:43.456Z] Removing intermediate container 3165f910730b [2021-01-20T16:05:43.456Z] ---> a5d9756904e8 [2021-01-20T16:05:43.456Z] [2021-01-20T16:05:43.456Z] Step 10/22 : FROM scratch [2021-01-20T16:05:43.456Z] ---> [2021-01-20T16:05:43.456Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T16:05:43.456Z] ---> Running in d440d7804a82 [2021-01-20T16:05:43.456Z] ---> Using cache [2021-01-20T16:05:43.456Z] ---> cae8a480cf04 [2021-01-20T16:05:43.456Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T16:05:43.591Z] Removing intermediate container fd6bac509211 [2021-01-20T16:05:43.591Z] ---> 9ed0552f2acb [2021-01-20T16:05:43.591Z] Step 23/24 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:05:43.730Z] Removing intermediate container 059f33abb013 [2021-01-20T16:05:43.730Z] ---> 7745823a4b8a [2021-01-20T16:05:43.730Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-20T16:05:43.730Z] ---> Running in 97b18cf3528d [2021-01-20T16:05:43.730Z] ---> Running in 9c216f7baf3b [2021-01-20T16:05:44.003Z] Removing intermediate container d440d7804a82 [2021-01-20T16:05:44.003Z] ---> 6cfbb55be6a5 [2021-01-20T16:05:44.003Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:05:44.276Z] ---> Running in c733d1d3ea0e [2021-01-20T16:05:44.276Z] Removing intermediate container 97b18cf3528d [2021-01-20T16:05:44.276Z] ---> e55b0ef118a0 [2021-01-20T16:05:44.276Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T16:05:44.276Z] Removing intermediate container 9c216f7baf3b [2021-01-20T16:05:44.276Z] ---> 10f735e47471 [2021-01-20T16:05:44.276Z] [2021-01-20T16:05:44.452Z] Removing intermediate container 3407098e18b2 [2021-01-20T16:05:44.452Z] ---> 9086adf51de4 [2021-01-20T16:05:44.452Z] Step 22/23 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:05:44.452Z] ---> Running in 55f116798a64 [2021-01-20T16:05:44.554Z] ---> Running in 5f99db3af041 [2021-01-20T16:05:44.833Z] Successfully built 10f735e47471 [2021-01-20T16:05:44.833Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-20T16:05:44.851Z] ---> Running in a94c28516d62 [2021-01-20T16:05:45.106Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5f99db3af041 [2021-01-20T16:05:45.106Z] ---> 26f32bec8777 [2021-01-20T16:05:45.106Z] Step 14/22 : WORKDIR / [2021-01-20T16:05:45.106Z] ---> Running in 2534f3fd8e15 [2021-01-20T16:05:45.548Z] ---> Running in a6bdf9a084e2 [2021-01-20T16:05:45.714Z] Removing intermediate container 2534f3fd8e15 [2021-01-20T16:05:45.715Z] ---> 9ea017d2eb73 [2021-01-20T16:05:45.715Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:05:46.344Z] ---> 659f795abdf3 [2021-01-20T16:05:46.344Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T16:05:46.646Z] Removing intermediate container c733d1d3ea0e [2021-01-20T16:05:46.646Z] ---> e04728ba9696 [2021-01-20T16:05:46.646Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T16:05:46.947Z] ---> Running in 6e838264137c [2021-01-20T16:05:48.034Z] ---> 841c0def4381 [2021-01-20T16:05:48.034Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T16:05:48.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T16:05:48.622Z] ---> d9032aa2cb83 [2021-01-20T16:05:48.622Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T16:05:48.622Z] ---> Running in 40e60e719f3a [2021-01-20T16:05:49.250Z] Removing intermediate container 40e60e719f3a [2021-01-20T16:05:49.250Z] ---> 938d04a2ac41 [2021-01-20T16:05:49.250Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:05:49.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T16:05:49.250Z] ---> Running in 260ae8e96ec9 [2021-01-20T16:05:49.432Z] Removing intermediate container 55f116798a64 [2021-01-20T16:05:49.432Z] ---> f767a0f76cbc [2021-01-20T16:05:49.432Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T16:05:49.852Z] Removing intermediate container a94c28516d62 [2021-01-20T16:05:49.852Z] ---> ebb5214aa26e [2021-01-20T16:05:49.852Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-20T16:05:49.867Z] Removing intermediate container 260ae8e96ec9 [2021-01-20T16:05:49.867Z] ---> 5899f57a9ff7 [2021-01-20T16:05:49.867Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T16:05:49.867Z] ---> Running in c55fbbc1a78a [2021-01-20T16:05:50.391Z] Removing intermediate container a6bdf9a084e2 [2021-01-20T16:05:50.391Z] ---> 8ee129724a4d [2021-01-20T16:05:50.391Z] Step 23/23 : LABEL version=2.0.0-dev.47 [2021-01-20T16:05:50.391Z] ---> Running in c48422053cc2 [2021-01-20T16:05:50.504Z] Removing intermediate container c55fbbc1a78a [2021-01-20T16:05:50.504Z] ---> 525af2948082 [2021-01-20T16:05:50.504Z] Step 21/22 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:05:50.504Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T16:05:50.504Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T16:05:50.504Z] ---> Running in 7f03637e5ff4 [2021-01-20T16:05:50.763Z] ---> Running in f0faf11a609c [2021-01-20T16:05:50.815Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T16:05:50.815Z] Removing intermediate container 7f03637e5ff4 [2021-01-20T16:05:50.815Z] ---> a35507143529 [2021-01-20T16:05:50.815Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-20T16:05:51.104Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-20T16:05:51.104Z] ---> Running in 9e46dda1b405 [2021-01-20T16:05:51.104Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T16:05:51.117Z] ---> Running in 343913a977e8 [2021-01-20T16:05:51.399Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:05:51.399Z] OK: 8 MiB in 19 packages [2021-01-20T16:05:51.399Z] Removing intermediate container 9e46dda1b405 [2021-01-20T16:05:51.399Z] ---> 6129436bbda1 [2021-01-20T16:05:51.399Z] [2021-01-20T16:05:52.009Z] Successfully built 6129436bbda1 [2021-01-20T16:05:52.009Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-20T16:05:52.282Z] Removing intermediate container c48422053cc2 [2021-01-20T16:05:52.283Z] ---> 7f96867313ba [2021-01-20T16:05:52.283Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T16:05:52.989Z]  Building docker-core-metadata-go ... done Removing intermediate container 6e838264137c [2021-01-20T16:05:52.989Z] ---> 2827b8766bef [2021-01-20T16:05:52.989Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:05:53.408Z] Removing intermediate container f0faf11a609c [2021-01-20T16:05:53.408Z] ---> 10eeefe751df [2021-01-20T16:05:53.408Z] [2021-01-20T16:05:53.408Z] Removing intermediate container 343913a977e8 [2021-01-20T16:05:53.408Z] ---> 19aae3de24bf [2021-01-20T16:05:53.408Z] [2021-01-20T16:05:53.408Z] ---> Running in bc8bfba0b2b7 [2021-01-20T16:05:53.587Z] ---> d453d38bf3fd [2021-01-20T16:05:53.587Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T16:05:55.012Z] ---> 6a51994b1078 [2021-01-20T16:05:55.013Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T16:05:55.606Z] ---> 3405794151dc [2021-01-20T16:05:55.606Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T16:05:55.881Z] ---> Running in c7f5a86567b7 [2021-01-20T16:05:56.154Z] Removing intermediate container c7f5a86567b7 [2021-01-20T16:05:56.154Z] ---> 827cce0db8de [2021-01-20T16:05:56.154Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:05:56.425Z] ---> Running in 1993abab1feb [2021-01-20T16:05:56.695Z] Removing intermediate container 1993abab1feb [2021-01-20T16:05:56.695Z] ---> d28329672a0a [2021-01-20T16:05:56.695Z] Step 21/23 : LABEL arch=arm64 [2021-01-20T16:05:56.695Z] ---> Running in d56342291697 [2021-01-20T16:05:56.698Z] Successfully built 10eeefe751df [2021-01-20T16:05:56.698Z] Successfully built 19aae3de24bf [2021-01-20T16:05:57.285Z] Removing intermediate container d56342291697 [2021-01-20T16:05:57.285Z] ---> 017bf5aeef3e [2021-01-20T16:05:57.285Z] Step 22/23 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:05:57.285Z] ---> Running in 15053ceac0d1 [2021-01-20T16:05:57.878Z] Removing intermediate container 15053ceac0d1 [2021-01-20T16:05:57.878Z] ---> f60ba530273e [2021-01-20T16:05:57.878Z] Step 23/23 : LABEL version=2.0.0-dev.47 [2021-01-20T16:05:57.878Z] ---> Running in bb42ac01d837 [2021-01-20T16:05:58.471Z] Removing intermediate container bb42ac01d837 [2021-01-20T16:05:58.471Z] ---> 571058c7930a [2021-01-20T16:05:58.471Z] [2021-01-20T16:05:58.471Z] Successfully built 571058c7930a [2021-01-20T16:05:58.655Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-20T16:05:58.655Z] Building docker-support-notifications-go [2021-01-20T16:05:58.655Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container bc8bfba0b2b7 [2021-01-20T16:05:58.655Z] ---> 3594c8e58fc6 [2021-01-20T16:05:58.655Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T16:05:58.655Z] Successfully tagged docker-core-data-go:latest [2021-01-20T16:05:58.655Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-20T16:05:58.744Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-20T16:05:58.759Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-20T16:05:58.775Z] $ docker stop --time=1 c7cee3e85c1880cc9bf33eb5da4ff19c0d2002d24259085a4710a97e1877ab0d [2021-01-20T16:06:00.745Z] $ docker rm -f c7cee3e85c1880cc9bf33eb5da4ff19c0d2002d24259085a4710a97e1877ab0d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T16:06:01.483Z] + docker images [2021-01-20T16:06:01.483Z] + grep docker [2021-01-20T16:06:01.755Z] docker-core-data-go-arm64 latest 571058c7930a 3 seconds ago 21MB [2021-01-20T16:06:01.755Z] docker-core-metadata-go-arm64 latest 6129436bbda1 10 seconds ago 12.3MB [2021-01-20T16:06:01.755Z] docker-support-scheduler-go-arm64 latest 10f735e47471 17 seconds ago 10MB [2021-01-20T16:06:01.755Z] docker-security-bootstrap-redis-go-arm64 latest 856b4d189ca8 19 seconds ago 15.1MB [2021-01-20T16:06:01.755Z] docker-sys-mgmt-agent-go-arm64 latest 23a3e34f7246 About a minute ago 300MB [2021-01-20T16:06:01.755Z] docker-security-secretstore-setup-go-arm64 latest b6a097795b1c 2 minutes ago 23.4MB [2021-01-20T16:06:01.755Z] docker-security-proxy-setup-go-arm64 latest 0bd17cdc3a01 3 minutes ago 23.2MB [2021-01-20T16:06:01.755Z] docker-support-notifications-go-arm64 latest 13dad7f41be0 3 minutes ago 11.4MB [2021-01-20T16:06:01.755Z] docker-core-command-go-arm64 latest eebfc9d27fb3 3 minutes ago 9.98MB [2021-01-20T16:06:01.755Z] 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-20T16:06:02.390Z] provisioning config files... [2021-01-20T16:06:02.428Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/310@tmp/config8674291645459148037tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:06:02.824Z] ---> docker-login.sh [2021-01-20T16:06:02.824Z] nexus3.edgexfoundry.org:10001 [2021-01-20T16:06:03.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T16:06:03.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T16:06:03.367Z] Configure a credential helper to remove this warning. See [2021-01-20T16:06:03.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T16:06:03.367Z] [2021-01-20T16:06:03.367Z] Login Succeeded [2021-01-20T16:06:03.367Z] nexus3.edgexfoundry.org:10002 [2021-01-20T16:06:03.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T16:06:03.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T16:06:03.910Z] Configure a credential helper to remove this warning. See [2021-01-20T16:06:03.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T16:06:03.910Z] [2021-01-20T16:06:03.910Z] Login Succeeded [2021-01-20T16:06:03.910Z] nexus3.edgexfoundry.org:10003 [2021-01-20T16:06:04.458Z] ---> b51c04d19844 [2021-01-20T16:06:04.458Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T16:06:04.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T16:06:04.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T16:06:04.502Z] Configure a credential helper to remove this warning. See [2021-01-20T16:06:04.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T16:06:04.502Z] [2021-01-20T16:06:04.502Z] Login Succeeded [2021-01-20T16:06:04.502Z] nexus3.edgexfoundry.org:10004 [2021-01-20T16:06:05.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T16:06:05.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T16:06:05.100Z] Configure a credential helper to remove this warning. See [2021-01-20T16:06:05.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T16:06:05.100Z] [2021-01-20T16:06:05.100Z] Login Succeeded [2021-01-20T16:06:05.100Z] docker.io [2021-01-20T16:06:05.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T16:06:05.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T16:06:05.965Z] Configure a credential helper to remove this warning. See [2021-01-20T16:06:05.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T16:06:05.965Z] [2021-01-20T16:06:05.965Z] Login Succeeded [2021-01-20T16:06:05.965Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T16:06:05.982Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:06:06.210Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-20T16:06:06.210Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:06.210Z] 2.0.0-dev.47 [2021-01-20T16:06:06.210Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:06.210Z] master [2021-01-20T16:06:06.210Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:06.793Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:07.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:07.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-20T16:06:07.196Z] d09ae2041e86: Preparing [2021-01-20T16:06:07.196Z] 4d95265e7f31: Preparing [2021-01-20T16:06:07.196Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:07.497Z] d09ae2041e86: Pushed [2021-01-20T16:06:07.497Z] afb5ad7b3e98: Pushed [2021-01-20T16:06:08.604Z] ---> 4910ba04cd5a [2021-01-20T16:06:08.604Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T16:06:10.040Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:06:10.040Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:06:10.040Z] ---> 891023a59fe6 [2021-01-20T16:06:10.040Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T16:06:10.040Z] ---> Using cache [2021-01-20T16:06:10.040Z] ---> 57ea6f98eba0 [2021-01-20T16:06:10.040Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:06:10.040Z] ---> Using cache [2021-01-20T16:06:10.040Z] ---> b9765281412f [2021-01-20T16:06:10.040Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T16:06:10.280Z] 4d95265e7f31: Pushed [2021-01-20T16:06:10.280Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:1d83b92322d57de562b319f7a74bc4d42edfeccaa445a8989bfcb57a3c523c9a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:10.630Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:10.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:10.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-20T16:06:10.990Z] d09ae2041e86: Preparing [2021-01-20T16:06:10.990Z] 4d95265e7f31: Preparing [2021-01-20T16:06:10.990Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:11.280Z] d09ae2041e86: Layer already exists [2021-01-20T16:06:11.280Z] 4d95265e7f31: Layer already exists [2021-01-20T16:06:11.280Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:11.280Z] 2.0.0-dev.47: digest: sha256:1d83b92322d57de562b319f7a74bc4d42edfeccaa445a8989bfcb57a3c523c9a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:11.718Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:12.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:12.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-20T16:06:12.097Z] d09ae2041e86: Preparing [2021-01-20T16:06:12.097Z] 4d95265e7f31: Preparing [2021-01-20T16:06:12.097Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:12.097Z] d09ae2041e86: Layer already exists [2021-01-20T16:06:12.097Z] 4d95265e7f31: Layer already exists [2021-01-20T16:06:12.097Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:12.370Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:1d83b92322d57de562b319f7a74bc4d42edfeccaa445a8989bfcb57a3c523c9a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:12.710Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:13.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-20T16:06:13.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-20T16:06:13.045Z] d09ae2041e86: Preparing [2021-01-20T16:06:13.045Z] 4d95265e7f31: Preparing [2021-01-20T16:06:13.045Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:13.317Z] 4d95265e7f31: Layer already exists [2021-01-20T16:06:13.317Z] d09ae2041e86: Layer already exists [2021-01-20T16:06:13.317Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:13.317Z] master: digest: sha256:1d83b92322d57de562b319f7a74bc4d42edfeccaa445a8989bfcb57a3c523c9a size: 943 [2021-01-20T16:06:13.322Z] ---> Running in 4f7e2b4b06c0 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:06:13.552Z] ===================================================== [Pipeline] echo [2021-01-20T16:06:13.610Z] taggedImages: [2021-01-20T16:06:13.610Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:13.610Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:13.610Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:13.610Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-20T16:06:13.680Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-20T16:06:13.680Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:13.680Z] 2.0.0-dev.47 [2021-01-20T16:06:13.680Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:13.680Z] master [2021-01-20T16:06:13.680Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:14.256Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:14.438Z] ---> 60c7cf2e5c71 [2021-01-20T16:06:14.438Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T16:06:14.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:14.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-20T16:06:14.632Z] dc57900b0f72: Preparing [2021-01-20T16:06:14.632Z] 57a6376b25c7: Preparing [2021-01-20T16:06:14.632Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:14.632Z] d504f3d30d4b: Preparing [2021-01-20T16:06:14.632Z] 1a55b65dd6cc: Preparing [2021-01-20T16:06:14.632Z] 379067d0cb53: Preparing [2021-01-20T16:06:14.632Z] 379067d0cb53: Waiting [2021-01-20T16:06:14.913Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:14.913Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:14.913Z] 1a55b65dd6cc: Pushed [2021-01-20T16:06:14.913Z] dc57900b0f72: Pushed [2021-01-20T16:06:15.338Z] ---> Running in 81cff6bc800f [2021-01-20T16:06:15.539Z] d504f3d30d4b: Pushed [2021-01-20T16:06:18.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:06:18.186Z] 57a6376b25c7: Pushed [2021-01-20T16:06:18.470Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:f69d73bc58e0475c772c355736b0d6c2860a1220d14d32f8f4cb7abcf9d1ef90 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:18.885Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:18.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:06:19.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:19.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-20T16:06:19.295Z] dc57900b0f72: Preparing [2021-01-20T16:06:19.295Z] 57a6376b25c7: Preparing [2021-01-20T16:06:19.295Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:19.295Z] d504f3d30d4b: Preparing [2021-01-20T16:06:19.295Z] 1a55b65dd6cc: Preparing [2021-01-20T16:06:19.295Z] 379067d0cb53: Preparing [2021-01-20T16:06:19.295Z] 379067d0cb53: Waiting [2021-01-20T16:06:19.295Z] 1a55b65dd6cc: Layer already exists [2021-01-20T16:06:19.295Z] dc57900b0f72: Layer already exists [2021-01-20T16:06:19.295Z] d504f3d30d4b: Layer already exists [2021-01-20T16:06:19.295Z] 57a6376b25c7: Layer already exists [2021-01-20T16:06:19.295Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:19.295Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:19.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:06:19.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:06:19.590Z] 2.0.0-dev.47: digest: sha256:f69d73bc58e0475c772c355736b0d6c2860a1220d14d32f8f4cb7abcf9d1ef90 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:19.667Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T16:06:19.967Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:20.110Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T16:06:20.110Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T16:06:20.110Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T16:06:20.110Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T16:06:20.110Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T16:06:20.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:20.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-20T16:06:20.308Z] dc57900b0f72: Preparing [2021-01-20T16:06:20.308Z] 57a6376b25c7: Preparing [2021-01-20T16:06:20.308Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:20.308Z] d504f3d30d4b: Preparing [2021-01-20T16:06:20.308Z] 1a55b65dd6cc: Preparing [2021-01-20T16:06:20.308Z] 379067d0cb53: Preparing [2021-01-20T16:06:20.308Z] 379067d0cb53: Waiting [2021-01-20T16:06:20.308Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:20.308Z] 57a6376b25c7: Layer already exists [2021-01-20T16:06:20.561Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T16:06:20.561Z] OK: 233 MiB in 51 packages [2021-01-20T16:06:20.592Z] d504f3d30d4b: Layer already exists [2021-01-20T16:06:20.592Z] dc57900b0f72: Layer already exists [2021-01-20T16:06:20.592Z] 1a55b65dd6cc: Layer already exists [2021-01-20T16:06:20.592Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:20.592Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:f69d73bc58e0475c772c355736b0d6c2860a1220d14d32f8f4cb7abcf9d1ef90 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:21.026Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:21.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-20T16:06:21.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-20T16:06:21.439Z] dc57900b0f72: Preparing [2021-01-20T16:06:21.439Z] 57a6376b25c7: Preparing [2021-01-20T16:06:21.439Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:21.439Z] d504f3d30d4b: Preparing [2021-01-20T16:06:21.439Z] 1a55b65dd6cc: Preparing [2021-01-20T16:06:21.439Z] 379067d0cb53: Preparing [2021-01-20T16:06:21.439Z] 379067d0cb53: Waiting [2021-01-20T16:06:21.439Z] 57a6376b25c7: Layer already exists [2021-01-20T16:06:21.439Z] dc57900b0f72: Layer already exists [2021-01-20T16:06:21.439Z] 1a55b65dd6cc: Layer already exists [2021-01-20T16:06:21.439Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:21.439Z] d504f3d30d4b: Layer already exists [2021-01-20T16:06:21.439Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:21.740Z] master: digest: sha256:f69d73bc58e0475c772c355736b0d6c2860a1220d14d32f8f4cb7abcf9d1ef90 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:06:22.016Z] ===================================================== [Pipeline] echo [2021-01-20T16:06:22.086Z] taggedImages: [2021-01-20T16:06:22.086Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:22.086Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:22.086Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:22.086Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-20T16:06:22.187Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-20T16:06:22.187Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:22.187Z] 2.0.0-dev.47 [2021-01-20T16:06:22.187Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:22.187Z] master [2021-01-20T16:06:22.187Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:22.882Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:23.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:23.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-20T16:06:23.284Z] baecda6398c6: Preparing [2021-01-20T16:06:23.284Z] 56a10ab47369: Preparing [2021-01-20T16:06:23.284Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:23.284Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:23.576Z] baecda6398c6: Pushed [2021-01-20T16:06:26.774Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T16:06:26.774Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T16:06:26.774Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T16:06:26.774Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T16:06:26.774Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T16:06:26.774Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T16:06:27.007Z] 56a10ab47369: Pushed [2021-01-20T16:06:27.007Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:ca11bc54a233ccfa72267da7bf8f2d3f24d8d45d230c9a78519b7becc1297fa4 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:27.071Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T16:06:27.356Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:27.389Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T16:06:27.389Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T16:06:27.679Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T16:06:27.679Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T16:06:27.679Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T16:06:27.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:27.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-20T16:06:27.695Z] baecda6398c6: Preparing [2021-01-20T16:06:27.695Z] 56a10ab47369: Preparing [2021-01-20T16:06:27.695Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:27.695Z] baecda6398c6: Layer already exists [2021-01-20T16:06:27.966Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:27.966Z] 56a10ab47369: Layer already exists [2021-01-20T16:06:27.966Z] 2.0.0-dev.47: digest: sha256:ca11bc54a233ccfa72267da7bf8f2d3f24d8d45d230c9a78519b7becc1297fa4 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:28.011Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T16:06:28.310Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:28.346Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T16:06:28.642Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T16:06:28.642Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T16:06:28.642Z] Removing intermediate container 4f7e2b4b06c0 [2021-01-20T16:06:28.642Z] ---> 227f685be955 [2021-01-20T16:06:28.642Z] Step 6/22 : COPY go.mod . [2021-01-20T16:06:28.642Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T16:06:28.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:28.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-20T16:06:28.654Z] baecda6398c6: Preparing [2021-01-20T16:06:28.654Z] 56a10ab47369: Preparing [2021-01-20T16:06:28.654Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:28.654Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:28.654Z] 56a10ab47369: Layer already exists [2021-01-20T16:06:28.654Z] baecda6398c6: Layer already exists [2021-01-20T16:06:28.924Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:ca11bc54a233ccfa72267da7bf8f2d3f24d8d45d230c9a78519b7becc1297fa4 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:28.959Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T16:06:28.959Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T16:06:28.959Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T16:06:28.959Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T16:06:28.959Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T16:06:28.959Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T16:06:29.265Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:29.308Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T16:06:29.308Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T16:06:29.308Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T16:06:29.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-20T16:06:29.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-20T16:06:29.606Z] baecda6398c6: Preparing [2021-01-20T16:06:29.606Z] 56a10ab47369: Preparing [2021-01-20T16:06:29.606Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:29.606Z] 56a10ab47369: Layer already exists [2021-01-20T16:06:29.729Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:06:29.729Z] OK: 71 MiB in 55 packages [2021-01-20T16:06:29.876Z] baecda6398c6: Layer already exists [2021-01-20T16:06:29.876Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:29.876Z] master: digest: sha256:ca11bc54a233ccfa72267da7bf8f2d3f24d8d45d230c9a78519b7becc1297fa4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:06:30.157Z] ===================================================== [Pipeline] echo [2021-01-20T16:06:30.216Z] taggedImages: [2021-01-20T16:06:30.216Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:30.216Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:30.216Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:30.216Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-20T16:06:30.302Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-20T16:06:30.302Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:30.302Z] 2.0.0-dev.47 [2021-01-20T16:06:30.302Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:30.302Z] master [2021-01-20T16:06:30.302Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:30.897Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:31.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:31.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-20T16:06:31.311Z] 9f3a160dd259: Preparing [2021-01-20T16:06:31.311Z] 6a8f785c3820: Preparing [2021-01-20T16:06:31.311Z] 183338a11c96: Preparing [2021-01-20T16:06:31.311Z] f100381d9d64: Preparing [2021-01-20T16:06:31.311Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:31.311Z] 74aeab2056ad: Preparing [2021-01-20T16:06:31.311Z] 379067d0cb53: Preparing [2021-01-20T16:06:31.311Z] 74aeab2056ad: Waiting [2021-01-20T16:06:31.311Z] 379067d0cb53: Waiting [2021-01-20T16:06:31.502Z] ---> fd762e1b1e58 [2021-01-20T16:06:31.502Z] Step 7/22 : RUN go mod download [2021-01-20T16:06:31.599Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:31.600Z] 183338a11c96: Pushed [2021-01-20T16:06:31.789Z] ---> Running in 0312d02c08b4 [2021-01-20T16:06:31.875Z] 9f3a160dd259: Pushed [2021-01-20T16:06:31.876Z] 6a8f785c3820: Pushed [2021-01-20T16:06:31.876Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:32.157Z] 74aeab2056ad: Pushed [2021-01-20T16:06:34.127Z] f100381d9d64: Pushed [2021-01-20T16:06:34.127Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:81fcb1371924829697c4c557ea4e4f0b95b20987cdd8e05a2a91cd204e199854 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:34.474Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:34.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:34.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-20T16:06:34.815Z] 9f3a160dd259: Preparing [2021-01-20T16:06:34.815Z] 6a8f785c3820: Preparing [2021-01-20T16:06:34.815Z] 183338a11c96: Preparing [2021-01-20T16:06:34.815Z] f100381d9d64: Preparing [2021-01-20T16:06:34.815Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:34.815Z] 74aeab2056ad: Preparing [2021-01-20T16:06:34.815Z] 379067d0cb53: Preparing [2021-01-20T16:06:34.815Z] 74aeab2056ad: Waiting [2021-01-20T16:06:34.815Z] 379067d0cb53: Waiting [2021-01-20T16:06:34.815Z] 183338a11c96: Layer already exists [2021-01-20T16:06:34.815Z] 9f3a160dd259: Layer already exists [2021-01-20T16:06:34.815Z] 6a8f785c3820: Layer already exists [2021-01-20T16:06:34.815Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:34.815Z] f100381d9d64: Layer already exists [2021-01-20T16:06:34.815Z] 74aeab2056ad: Layer already exists [2021-01-20T16:06:34.815Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:35.085Z] 2.0.0-dev.47: digest: sha256:81fcb1371924829697c4c557ea4e4f0b95b20987cdd8e05a2a91cd204e199854 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:35.429Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:35.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:35.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-20T16:06:35.772Z] 9f3a160dd259: Preparing [2021-01-20T16:06:35.772Z] 6a8f785c3820: Preparing [2021-01-20T16:06:35.772Z] 183338a11c96: Preparing [2021-01-20T16:06:35.772Z] f100381d9d64: Preparing [2021-01-20T16:06:35.772Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:35.772Z] 74aeab2056ad: Preparing [2021-01-20T16:06:35.772Z] 379067d0cb53: Preparing [2021-01-20T16:06:35.772Z] 74aeab2056ad: Waiting [2021-01-20T16:06:35.772Z] 379067d0cb53: Waiting [2021-01-20T16:06:35.772Z] 6a8f785c3820: Layer already exists [2021-01-20T16:06:35.772Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:35.772Z] f100381d9d64: Layer already exists [2021-01-20T16:06:35.772Z] 9f3a160dd259: Layer already exists [2021-01-20T16:06:35.772Z] 183338a11c96: Layer already exists [2021-01-20T16:06:35.772Z] 74aeab2056ad: Layer already exists [2021-01-20T16:06:35.772Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:36.044Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:81fcb1371924829697c4c557ea4e4f0b95b20987cdd8e05a2a91cd204e199854 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:36.396Z] + 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-20T16:06:36.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-20T16:06:36.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-20T16:06:36.735Z] 9f3a160dd259: Preparing [2021-01-20T16:06:36.735Z] 6a8f785c3820: Preparing [2021-01-20T16:06:36.735Z] 183338a11c96: Preparing [2021-01-20T16:06:36.735Z] f100381d9d64: Preparing [2021-01-20T16:06:36.735Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:36.735Z] 74aeab2056ad: Preparing [2021-01-20T16:06:36.735Z] 379067d0cb53: Preparing [2021-01-20T16:06:36.735Z] 74aeab2056ad: Waiting [2021-01-20T16:06:36.735Z] 183338a11c96: Layer already exists [2021-01-20T16:06:36.735Z] 6a8f785c3820: Layer already exists [2021-01-20T16:06:36.735Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:36.735Z] 9f3a160dd259: Layer already exists [2021-01-20T16:06:36.735Z] f100381d9d64: Layer already exists [2021-01-20T16:06:36.735Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:36.735Z] 74aeab2056ad: Layer already exists [2021-01-20T16:06:37.005Z] master: digest: sha256:81fcb1371924829697c4c557ea4e4f0b95b20987cdd8e05a2a91cd204e199854 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:06:37.202Z] ===================================================== [Pipeline] echo [2021-01-20T16:06:37.250Z] taggedImages: [2021-01-20T16:06:37.250Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:37.250Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:37.250Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:37.250Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-20T16:06:37.316Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-20T16:06:37.316Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:37.316Z] 2.0.0-dev.47 [2021-01-20T16:06:37.316Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:37.316Z] master [2021-01-20T16:06:37.316Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:37.917Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:38.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:38.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-20T16:06:38.253Z] f1da42b50621: Preparing [2021-01-20T16:06:38.253Z] 98ac92a674e2: Preparing [2021-01-20T16:06:38.253Z] df11bdd3468f: Preparing [2021-01-20T16:06:38.253Z] b0bc79f31fbf: Preparing [2021-01-20T16:06:38.253Z] 638471a55919: Preparing [2021-01-20T16:06:38.253Z] 379067d0cb53: Preparing [2021-01-20T16:06:38.253Z] 379067d0cb53: Waiting [2021-01-20T16:06:38.529Z] df11bdd3468f: Pushed [2021-01-20T16:06:38.529Z] b0bc79f31fbf: Pushed [2021-01-20T16:06:38.803Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:39.077Z] 638471a55919: Pushed [2021-01-20T16:06:40.509Z] f1da42b50621: Pushed [2021-01-20T16:06:40.509Z] 98ac92a674e2: Pushed [2021-01-20T16:06:40.780Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:2fb05982b05a8c1d2a7310818c7312f8c5b201c46f44dfdc4e33e0630a6bb63c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:41.125Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:41.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:41.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-20T16:06:41.469Z] f1da42b50621: Preparing [2021-01-20T16:06:41.469Z] 98ac92a674e2: Preparing [2021-01-20T16:06:41.469Z] df11bdd3468f: Preparing [2021-01-20T16:06:41.469Z] b0bc79f31fbf: Preparing [2021-01-20T16:06:41.469Z] 638471a55919: Preparing [2021-01-20T16:06:41.469Z] 379067d0cb53: Preparing [2021-01-20T16:06:41.469Z] 379067d0cb53: Waiting [2021-01-20T16:06:41.469Z] f1da42b50621: Layer already exists [2021-01-20T16:06:41.469Z] 638471a55919: Layer already exists [2021-01-20T16:06:41.469Z] df11bdd3468f: Layer already exists [2021-01-20T16:06:41.739Z] b0bc79f31fbf: Layer already exists [2021-01-20T16:06:41.739Z] 98ac92a674e2: Layer already exists [2021-01-20T16:06:41.739Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:41.739Z] 2.0.0-dev.47: digest: sha256:2fb05982b05a8c1d2a7310818c7312f8c5b201c46f44dfdc4e33e0630a6bb63c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:42.084Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:42.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:42.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-20T16:06:42.422Z] f1da42b50621: Preparing [2021-01-20T16:06:42.422Z] 98ac92a674e2: Preparing [2021-01-20T16:06:42.422Z] df11bdd3468f: Preparing [2021-01-20T16:06:42.422Z] b0bc79f31fbf: Preparing [2021-01-20T16:06:42.422Z] 638471a55919: Preparing [2021-01-20T16:06:42.422Z] 379067d0cb53: Preparing [2021-01-20T16:06:42.422Z] 379067d0cb53: Waiting [2021-01-20T16:06:42.698Z] f1da42b50621: Layer already exists [2021-01-20T16:06:42.698Z] 638471a55919: Layer already exists [2021-01-20T16:06:42.698Z] df11bdd3468f: Layer already exists [2021-01-20T16:06:42.698Z] b0bc79f31fbf: Layer already exists [2021-01-20T16:06:42.698Z] 98ac92a674e2: Layer already exists [2021-01-20T16:06:42.698Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:42.698Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:2fb05982b05a8c1d2a7310818c7312f8c5b201c46f44dfdc4e33e0630a6bb63c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:43.044Z] + 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-20T16:06:43.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-20T16:06:43.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-20T16:06:43.384Z] f1da42b50621: Preparing [2021-01-20T16:06:43.384Z] 98ac92a674e2: Preparing [2021-01-20T16:06:43.384Z] df11bdd3468f: Preparing [2021-01-20T16:06:43.384Z] b0bc79f31fbf: Preparing [2021-01-20T16:06:43.384Z] 638471a55919: Preparing [2021-01-20T16:06:43.384Z] 379067d0cb53: Preparing [2021-01-20T16:06:43.384Z] 379067d0cb53: Waiting [2021-01-20T16:06:43.384Z] 638471a55919: Layer already exists [2021-01-20T16:06:43.384Z] df11bdd3468f: Layer already exists [2021-01-20T16:06:43.384Z] 98ac92a674e2: Layer already exists [2021-01-20T16:06:43.384Z] b0bc79f31fbf: Layer already exists [2021-01-20T16:06:43.384Z] f1da42b50621: Layer already exists [2021-01-20T16:06:43.657Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:43.657Z] master: digest: sha256:2fb05982b05a8c1d2a7310818c7312f8c5b201c46f44dfdc4e33e0630a6bb63c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:06:43.888Z] ===================================================== [Pipeline] echo [2021-01-20T16:06:43.948Z] taggedImages: [2021-01-20T16:06:43.948Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:43.948Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:43.948Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:43.948Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-20T16:06:44.048Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-20T16:06:44.048Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:44.048Z] 2.0.0-dev.47 [2021-01-20T16:06:44.048Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:44.048Z] master [2021-01-20T16:06:44.048Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:44.559Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:44.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:44.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-20T16:06:44.903Z] b7e8dc11b25e: Preparing [2021-01-20T16:06:44.903Z] 35c3c435a3a2: Preparing [2021-01-20T16:06:44.903Z] 57a5612b3514: Preparing [2021-01-20T16:06:44.903Z] 474951e28505: Preparing [2021-01-20T16:06:44.903Z] 071eda01fa9b: Preparing [2021-01-20T16:06:44.903Z] d993f4a5a953: Preparing [2021-01-20T16:06:44.903Z] d6711ffd5c66: Preparing [2021-01-20T16:06:44.903Z] 74aeab2056ad: Preparing [2021-01-20T16:06:44.903Z] 379067d0cb53: Preparing [2021-01-20T16:06:44.903Z] d6711ffd5c66: Waiting [2021-01-20T16:06:44.903Z] 74aeab2056ad: Waiting [2021-01-20T16:06:44.903Z] d993f4a5a953: Waiting [2021-01-20T16:06:44.904Z] 379067d0cb53: Waiting [2021-01-20T16:06:45.178Z] 35c3c435a3a2: Pushed [2021-01-20T16:06:45.178Z] 071eda01fa9b: Pushed [2021-01-20T16:06:45.178Z] b7e8dc11b25e: Pushed [2021-01-20T16:06:45.452Z] 74aeab2056ad: Layer already exists [2021-01-20T16:06:45.452Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:45.725Z] d993f4a5a953: Pushed [2021-01-20T16:06:45.725Z] d6711ffd5c66: Pushed [2021-01-20T16:06:47.691Z] 474951e28505: Pushed [2021-01-20T16:06:47.691Z] 57a5612b3514: Pushed [2021-01-20T16:06:47.691Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:ad78447a184cb8368e1260818895af4449b30bcf95c9a10ce9b98c8ad510c954 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:48.034Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [2021-01-20T16:06:48.053Z] Removing intermediate container 0312d02c08b4 [2021-01-20T16:06:48.054Z] ---> 0a643d9cb04d [2021-01-20T16:06:48.054Z] Step 8/22 : COPY . . [Pipeline] sh [2021-01-20T16:06:48.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:48.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-20T16:06:48.368Z] b7e8dc11b25e: Preparing [2021-01-20T16:06:48.368Z] 35c3c435a3a2: Preparing [2021-01-20T16:06:48.368Z] 57a5612b3514: Preparing [2021-01-20T16:06:48.368Z] 474951e28505: Preparing [2021-01-20T16:06:48.368Z] 071eda01fa9b: Preparing [2021-01-20T16:06:48.368Z] d993f4a5a953: Preparing [2021-01-20T16:06:48.368Z] d6711ffd5c66: Preparing [2021-01-20T16:06:48.368Z] 74aeab2056ad: Preparing [2021-01-20T16:06:48.368Z] 379067d0cb53: Preparing [2021-01-20T16:06:48.368Z] d993f4a5a953: Waiting [2021-01-20T16:06:48.368Z] d6711ffd5c66: Waiting [2021-01-20T16:06:48.368Z] 74aeab2056ad: Waiting [2021-01-20T16:06:48.368Z] 379067d0cb53: Waiting [2021-01-20T16:06:48.641Z] 35c3c435a3a2: Layer already exists [2021-01-20T16:06:48.641Z] 071eda01fa9b: Layer already exists [2021-01-20T16:06:48.641Z] 474951e28505: Layer already exists [2021-01-20T16:06:48.641Z] b7e8dc11b25e: Layer already exists [2021-01-20T16:06:48.641Z] 57a5612b3514: Layer already exists [2021-01-20T16:06:48.641Z] d6711ffd5c66: Layer already exists [2021-01-20T16:06:48.641Z] d993f4a5a953: Layer already exists [2021-01-20T16:06:48.641Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:48.641Z] 74aeab2056ad: Layer already exists [2021-01-20T16:06:48.641Z] 2.0.0-dev.47: digest: sha256:ad78447a184cb8368e1260818895af4449b30bcf95c9a10ce9b98c8ad510c954 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:48.983Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:49.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:49.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-20T16:06:49.315Z] b7e8dc11b25e: Preparing [2021-01-20T16:06:49.315Z] 35c3c435a3a2: Preparing [2021-01-20T16:06:49.315Z] 57a5612b3514: Preparing [2021-01-20T16:06:49.315Z] 474951e28505: Preparing [2021-01-20T16:06:49.315Z] 071eda01fa9b: Preparing [2021-01-20T16:06:49.315Z] d993f4a5a953: Preparing [2021-01-20T16:06:49.315Z] d6711ffd5c66: Preparing [2021-01-20T16:06:49.315Z] 74aeab2056ad: Preparing [2021-01-20T16:06:49.315Z] 379067d0cb53: Preparing [2021-01-20T16:06:49.315Z] d6711ffd5c66: Waiting [2021-01-20T16:06:49.315Z] 74aeab2056ad: Waiting [2021-01-20T16:06:49.315Z] 379067d0cb53: Waiting [2021-01-20T16:06:49.585Z] 35c3c435a3a2: Layer already exists [2021-01-20T16:06:49.585Z] 57a5612b3514: Layer already exists [2021-01-20T16:06:49.585Z] 071eda01fa9b: Layer already exists [2021-01-20T16:06:49.585Z] 474951e28505: Layer already exists [2021-01-20T16:06:49.585Z] b7e8dc11b25e: Layer already exists [2021-01-20T16:06:49.585Z] d993f4a5a953: Layer already exists [2021-01-20T16:06:49.585Z] 74aeab2056ad: Layer already exists [2021-01-20T16:06:49.585Z] d6711ffd5c66: Layer already exists [2021-01-20T16:06:49.585Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:49.585Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:ad78447a184cb8368e1260818895af4449b30bcf95c9a10ce9b98c8ad510c954 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:49.925Z] + 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-20T16:06:50.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-20T16:06:50.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-20T16:06:50.260Z] b7e8dc11b25e: Preparing [2021-01-20T16:06:50.260Z] 35c3c435a3a2: Preparing [2021-01-20T16:06:50.260Z] 57a5612b3514: Preparing [2021-01-20T16:06:50.260Z] 474951e28505: Preparing [2021-01-20T16:06:50.260Z] 071eda01fa9b: Preparing [2021-01-20T16:06:50.260Z] d993f4a5a953: Preparing [2021-01-20T16:06:50.260Z] d6711ffd5c66: Preparing [2021-01-20T16:06:50.260Z] 74aeab2056ad: Preparing [2021-01-20T16:06:50.260Z] 379067d0cb53: Preparing [2021-01-20T16:06:50.260Z] d6711ffd5c66: Waiting [2021-01-20T16:06:50.260Z] 74aeab2056ad: Waiting [2021-01-20T16:06:50.260Z] d993f4a5a953: Waiting [2021-01-20T16:06:50.260Z] 379067d0cb53: Waiting [2021-01-20T16:06:50.260Z] b7e8dc11b25e: Layer already exists [2021-01-20T16:06:50.260Z] 35c3c435a3a2: Layer already exists [2021-01-20T16:06:50.531Z] 57a5612b3514: Layer already exists [2021-01-20T16:06:50.531Z] 474951e28505: Layer already exists [2021-01-20T16:06:50.531Z] 071eda01fa9b: Layer already exists [2021-01-20T16:06:50.531Z] d6711ffd5c66: Layer already exists [2021-01-20T16:06:50.531Z] 379067d0cb53: Layer already exists [2021-01-20T16:06:50.531Z] d993f4a5a953: Layer already exists [2021-01-20T16:06:50.531Z] 74aeab2056ad: Layer already exists [2021-01-20T16:06:50.532Z] master: digest: sha256:ad78447a184cb8368e1260818895af4449b30bcf95c9a10ce9b98c8ad510c954 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:06:50.739Z] ===================================================== [Pipeline] echo [2021-01-20T16:06:50.791Z] taggedImages: [2021-01-20T16:06:50.791Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:50.791Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:50.791Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:50.791Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-20T16:06:50.873Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-20T16:06:50.873Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:50.873Z] 2.0.0-dev.47 [2021-01-20T16:06:50.873Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:50.873Z] master [2021-01-20T16:06:50.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:51.398Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:51.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:51.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-20T16:06:51.731Z] f216f88f652d: Preparing [2021-01-20T16:06:51.731Z] 56923e29dffb: Preparing [2021-01-20T16:06:51.731Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:51.731Z] 5e0bbe326e86: Preparing [2021-01-20T16:06:51.731Z] 9c29d3720bb1: Preparing [2021-01-20T16:06:51.731Z] ad54161c7ddd: Preparing [2021-01-20T16:06:51.731Z] ad54161c7ddd: Waiting [2021-01-20T16:06:52.009Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:52.283Z] 9c29d3720bb1: Pushed [2021-01-20T16:06:52.283Z] f216f88f652d: Pushed [2021-01-20T16:06:52.283Z] 5e0bbe326e86: Pushed [2021-01-20T16:06:52.283Z] ad54161c7ddd: Pushed [2021-01-20T16:06:53.707Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:06:53.707Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:06:53.707Z] ---> 891023a59fe6 [2021-01-20T16:06:53.707Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T16:06:53.707Z] ---> Using cache [2021-01-20T16:06:53.707Z] ---> 57ea6f98eba0 [2021-01-20T16:06:53.707Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:06:53.707Z] ---> Using cache [2021-01-20T16:06:53.707Z] ---> b9765281412f [2021-01-20T16:06:53.707Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T16:06:53.707Z] ---> Using cache [2021-01-20T16:06:53.707Z] ---> 227f685be955 [2021-01-20T16:06:53.707Z] Step 6/22 : COPY go.mod . [2021-01-20T16:06:53.707Z] ---> Using cache [2021-01-20T16:06:53.707Z] ---> fd762e1b1e58 [2021-01-20T16:06:53.707Z] Step 7/22 : RUN go mod download [2021-01-20T16:06:53.707Z] ---> Using cache [2021-01-20T16:06:53.707Z] ---> 0a643d9cb04d [2021-01-20T16:06:53.707Z] Step 8/22 : COPY . . [2021-01-20T16:06:54.888Z] 56923e29dffb: Pushed [2021-01-20T16:06:54.888Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:5922e10ce1d256f2ee069dfbbe59a9b3b292984a2d98cedfc24381337944ab53 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:55.227Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:55.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:55.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-20T16:06:55.562Z] f216f88f652d: Preparing [2021-01-20T16:06:55.562Z] 56923e29dffb: Preparing [2021-01-20T16:06:55.562Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:55.562Z] 5e0bbe326e86: Preparing [2021-01-20T16:06:55.562Z] 9c29d3720bb1: Preparing [2021-01-20T16:06:55.562Z] ad54161c7ddd: Preparing [2021-01-20T16:06:55.562Z] ad54161c7ddd: Waiting [2021-01-20T16:06:55.832Z] f216f88f652d: Layer already exists [2021-01-20T16:06:55.832Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:55.832Z] 5e0bbe326e86: Layer already exists [2021-01-20T16:06:55.832Z] 9c29d3720bb1: Layer already exists [2021-01-20T16:06:55.832Z] 56923e29dffb: Layer already exists [2021-01-20T16:06:55.832Z] ad54161c7ddd: Layer already exists [2021-01-20T16:06:55.832Z] 2.0.0-dev.47: digest: sha256:5922e10ce1d256f2ee069dfbbe59a9b3b292984a2d98cedfc24381337944ab53 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:56.185Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:56.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:56.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-20T16:06:56.559Z] f216f88f652d: Preparing [2021-01-20T16:06:56.559Z] 56923e29dffb: Preparing [2021-01-20T16:06:56.559Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:56.559Z] 5e0bbe326e86: Preparing [2021-01-20T16:06:56.559Z] 9c29d3720bb1: Preparing [2021-01-20T16:06:56.559Z] ad54161c7ddd: Preparing [2021-01-20T16:06:56.559Z] ad54161c7ddd: Waiting [2021-01-20T16:06:56.838Z] 5e0bbe326e86: Layer already exists [2021-01-20T16:06:56.838Z] 9c29d3720bb1: Layer already exists [2021-01-20T16:06:56.838Z] f216f88f652d: Layer already exists [2021-01-20T16:06:56.838Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:56.838Z] 56923e29dffb: Layer already exists [2021-01-20T16:06:56.838Z] ad54161c7ddd: Layer already exists [2021-01-20T16:06:56.838Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:5922e10ce1d256f2ee069dfbbe59a9b3b292984a2d98cedfc24381337944ab53 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:57.189Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:57.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-20T16:06:57.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-20T16:06:57.541Z] f216f88f652d: Preparing [2021-01-20T16:06:57.541Z] 56923e29dffb: Preparing [2021-01-20T16:06:57.541Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:57.541Z] 5e0bbe326e86: Preparing [2021-01-20T16:06:57.541Z] 9c29d3720bb1: Preparing [2021-01-20T16:06:57.541Z] ad54161c7ddd: Preparing [2021-01-20T16:06:57.541Z] ad54161c7ddd: Waiting [2021-01-20T16:06:57.815Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:57.815Z] 5e0bbe326e86: Layer already exists [2021-01-20T16:06:57.815Z] 56923e29dffb: Layer already exists [2021-01-20T16:06:57.815Z] 9c29d3720bb1: Layer already exists [2021-01-20T16:06:57.815Z] f216f88f652d: Layer already exists [2021-01-20T16:06:57.815Z] ad54161c7ddd: Layer already exists [2021-01-20T16:06:57.815Z] master: digest: sha256:5922e10ce1d256f2ee069dfbbe59a9b3b292984a2d98cedfc24381337944ab53 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:06:58.051Z] ===================================================== [Pipeline] echo [2021-01-20T16:06:58.109Z] taggedImages: [2021-01-20T16:06:58.109Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:58.109Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.47 [2021-01-20T16:06:58.109Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:58.109Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-20T16:06:58.181Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-20T16:06:58.181Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:58.181Z] 2.0.0-dev.47 [2021-01-20T16:06:58.181Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:06:58.181Z] master [2021-01-20T16:06:58.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:58.702Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:06:59.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:06:59.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-20T16:06:59.305Z] 6ffca5ab82d1: Preparing [2021-01-20T16:06:59.305Z] c3a3776caa27: Preparing [2021-01-20T16:06:59.305Z] afb5ad7b3e98: Preparing [2021-01-20T16:06:59.578Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:06:59.578Z] 6ffca5ab82d1: Pushed [2021-01-20T16:07:02.186Z] c3a3776caa27: Pushed [2021-01-20T16:07:02.457Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:edf7a8965ce1715caf3b637dc03078db27be9755c24d67c243f9d8d31c09e093 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:02.795Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:03.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.47 [2021-01-20T16:07:03.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-20T16:07:03.127Z] 6ffca5ab82d1: Preparing [2021-01-20T16:07:03.127Z] c3a3776caa27: Preparing [2021-01-20T16:07:03.127Z] afb5ad7b3e98: Preparing [2021-01-20T16:07:03.398Z] c3a3776caa27: Layer already exists [2021-01-20T16:07:03.398Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:07:03.398Z] 6ffca5ab82d1: Layer already exists [2021-01-20T16:07:03.670Z] 2.0.0-dev.47: digest: sha256:edf7a8965ce1715caf3b637dc03078db27be9755c24d67c243f9d8d31c09e093 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:04.010Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:04.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:07:04.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-20T16:07:04.341Z] 6ffca5ab82d1: Preparing [2021-01-20T16:07:04.341Z] c3a3776caa27: Preparing [2021-01-20T16:07:04.341Z] afb5ad7b3e98: Preparing [2021-01-20T16:07:04.341Z] c3a3776caa27: Layer already exists [2021-01-20T16:07:04.341Z] 6ffca5ab82d1: Layer already exists [2021-01-20T16:07:04.611Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:07:04.611Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:edf7a8965ce1715caf3b637dc03078db27be9755c24d67c243f9d8d31c09e093 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:04.946Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:05.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-20T16:07:05.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-20T16:07:05.276Z] 6ffca5ab82d1: Preparing [2021-01-20T16:07:05.276Z] c3a3776caa27: Preparing [2021-01-20T16:07:05.276Z] afb5ad7b3e98: Preparing [2021-01-20T16:07:05.276Z] afb5ad7b3e98: Layer already exists [2021-01-20T16:07:05.276Z] 6ffca5ab82d1: Layer already exists [2021-01-20T16:07:05.276Z] c3a3776caa27: Layer already exists [2021-01-20T16:07:05.545Z] master: digest: sha256:edf7a8965ce1715caf3b637dc03078db27be9755c24d67c243f9d8d31c09e093 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:07:05.756Z] ===================================================== [Pipeline] echo [2021-01-20T16:07:05.808Z] taggedImages: [2021-01-20T16:07:05.809Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:07:05.809Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.47 [2021-01-20T16:07:05.809Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:07:05.809Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-20T16:07:05.878Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-20T16:07:05.878Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:07:05.878Z] 2.0.0-dev.47 [2021-01-20T16:07:05.878Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:07:05.878Z] master [2021-01-20T16:07:05.878Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:06.396Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:06.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:07:06.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-20T16:07:06.731Z] dfeb15a802b6: Preparing [2021-01-20T16:07:06.731Z] 3a5bacc91771: Preparing [2021-01-20T16:07:06.731Z] 92126858f173: Preparing [2021-01-20T16:07:06.731Z] 7204e60ea06d: Preparing [2021-01-20T16:07:06.731Z] a79aaa567341: Preparing [2021-01-20T16:07:06.731Z] e5cd966f18b9: Preparing [2021-01-20T16:07:06.731Z] 7ff1fbd67988: Preparing [2021-01-20T16:07:06.731Z] 9ded3b6bb9b5: Preparing [2021-01-20T16:07:06.731Z] fa1afe8e6ed9: Preparing [2021-01-20T16:07:06.731Z] 87a09b4c083e: Preparing [2021-01-20T16:07:06.731Z] e5cd966f18b9: Waiting [2021-01-20T16:07:06.731Z] 7ff1fbd67988: Waiting [2021-01-20T16:07:06.731Z] 9ded3b6bb9b5: Waiting [2021-01-20T16:07:06.731Z] fa1afe8e6ed9: Waiting [2021-01-20T16:07:06.731Z] 0f74e9ff2a61: Preparing [2021-01-20T16:07:06.731Z] b122376c33c6: Preparing [2021-01-20T16:07:06.731Z] f8381ed47b22: Preparing [2021-01-20T16:07:06.731Z] e934a737d657: Preparing [2021-01-20T16:07:06.731Z] 87a09b4c083e: Waiting [2021-01-20T16:07:06.731Z] 0f74e9ff2a61: Waiting [2021-01-20T16:07:06.731Z] f8381ed47b22: Waiting [2021-01-20T16:07:06.731Z] e934a737d657: Waiting [2021-01-20T16:07:06.731Z] b122376c33c6: Waiting [2021-01-20T16:07:07.328Z] a79aaa567341: Pushed [2021-01-20T16:07:07.466Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:07:07.466Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:07:07.466Z] ---> 891023a59fe6 [2021-01-20T16:07:07.466Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T16:07:07.466Z] ---> Using cache [2021-01-20T16:07:07.466Z] ---> 57ea6f98eba0 [2021-01-20T16:07:07.466Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:07:07.466Z] ---> Using cache [2021-01-20T16:07:07.466Z] ---> b9765281412f [2021-01-20T16:07:07.466Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T16:07:07.466Z] ---> Using cache [2021-01-20T16:07:07.466Z] ---> 227f685be955 [2021-01-20T16:07:07.466Z] Step 6/22 : COPY go.mod . [2021-01-20T16:07:07.466Z] ---> Using cache [2021-01-20T16:07:07.466Z] ---> fd762e1b1e58 [2021-01-20T16:07:07.466Z] Step 7/22 : RUN go mod download [2021-01-20T16:07:07.466Z] ---> Using cache [2021-01-20T16:07:07.466Z] ---> 0a643d9cb04d [2021-01-20T16:07:07.466Z] Step 8/22 : COPY . . [2021-01-20T16:07:07.466Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T16:07:07.466Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T16:07:07.466Z] ---> 891023a59fe6 [2021-01-20T16:07:07.466Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T16:07:07.466Z] ---> Using cache [2021-01-20T16:07:07.466Z] ---> 57ea6f98eba0 [2021-01-20T16:07:07.466Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T16:07:07.466Z] ---> Using cache [2021-01-20T16:07:07.466Z] ---> b9765281412f [2021-01-20T16:07:07.466Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T16:07:07.601Z] dfeb15a802b6: Pushed [2021-01-20T16:07:08.198Z] 7204e60ea06d: Pushed [2021-01-20T16:07:08.198Z] 9ded3b6bb9b5: Layer already exists [2021-01-20T16:07:08.198Z] fa1afe8e6ed9: Layer already exists [2021-01-20T16:07:08.198Z] 7ff1fbd67988: Pushed [2021-01-20T16:07:08.198Z] 87a09b4c083e: Layer already exists [2021-01-20T16:07:08.198Z] 0f74e9ff2a61: Layer already exists [2021-01-20T16:07:08.198Z] b122376c33c6: Layer already exists [2021-01-20T16:07:08.198Z] f8381ed47b22: Layer already exists [2021-01-20T16:07:08.473Z] e934a737d657: Layer already exists [2021-01-20T16:07:08.745Z] 3a5bacc91771: Pushed [2021-01-20T16:07:09.715Z] e5cd966f18b9: Pushed [2021-01-20T16:07:12.911Z] ---> Running in 8908b45bffac [2021-01-20T16:07:21.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:07:22.084Z] 92126858f173: Pushed [2021-01-20T16:07:22.084Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:db4495a70daa519349f9dcd9f101fae3acdb0c4f1d972bcbf124e1af3bf82261 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:22.419Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.47 [2021-01-20T16:07:22.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:22.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.47 [2021-01-20T16:07:22.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-20T16:07:22.754Z] dfeb15a802b6: Preparing [2021-01-20T16:07:22.754Z] 3a5bacc91771: Preparing [2021-01-20T16:07:22.754Z] 92126858f173: Preparing [2021-01-20T16:07:22.754Z] 7204e60ea06d: Preparing [2021-01-20T16:07:22.754Z] a79aaa567341: Preparing [2021-01-20T16:07:22.754Z] e5cd966f18b9: Preparing [2021-01-20T16:07:22.754Z] 7ff1fbd67988: Preparing [2021-01-20T16:07:22.754Z] 9ded3b6bb9b5: Preparing [2021-01-20T16:07:22.754Z] fa1afe8e6ed9: Preparing [2021-01-20T16:07:22.754Z] 87a09b4c083e: Preparing [2021-01-20T16:07:22.754Z] 0f74e9ff2a61: Preparing [2021-01-20T16:07:22.754Z] b122376c33c6: Preparing [2021-01-20T16:07:22.754Z] f8381ed47b22: Preparing [2021-01-20T16:07:22.754Z] e934a737d657: Preparing [2021-01-20T16:07:22.754Z] e5cd966f18b9: Waiting [2021-01-20T16:07:22.754Z] 0f74e9ff2a61: Waiting [2021-01-20T16:07:22.754Z] 7ff1fbd67988: Waiting [2021-01-20T16:07:22.754Z] b122376c33c6: Waiting [2021-01-20T16:07:22.754Z] 9ded3b6bb9b5: Waiting [2021-01-20T16:07:22.754Z] f8381ed47b22: Waiting [2021-01-20T16:07:22.754Z] fa1afe8e6ed9: Waiting [2021-01-20T16:07:22.754Z] e934a737d657: Waiting [2021-01-20T16:07:22.754Z] 87a09b4c083e: Waiting [2021-01-20T16:07:22.754Z] 7204e60ea06d: Layer already exists [2021-01-20T16:07:22.754Z] dfeb15a802b6: Layer already exists [2021-01-20T16:07:22.754Z] a79aaa567341: Layer already exists [2021-01-20T16:07:22.754Z] 92126858f173: Layer already exists [2021-01-20T16:07:22.754Z] 3a5bacc91771: Layer already exists [2021-01-20T16:07:22.754Z] 9ded3b6bb9b5: Layer already exists [2021-01-20T16:07:22.754Z] 7ff1fbd67988: Layer already exists [2021-01-20T16:07:22.754Z] 87a09b4c083e: Layer already exists [2021-01-20T16:07:23.028Z] fa1afe8e6ed9: Layer already exists [2021-01-20T16:07:23.028Z] e5cd966f18b9: Layer already exists [2021-01-20T16:07:23.028Z] f8381ed47b22: Layer already exists [2021-01-20T16:07:23.028Z] 0f74e9ff2a61: Layer already exists [2021-01-20T16:07:23.028Z] e934a737d657: Layer already exists [2021-01-20T16:07:23.028Z] b122376c33c6: Layer already exists [2021-01-20T16:07:23.028Z] 2.0.0-dev.47: digest: sha256:db4495a70daa519349f9dcd9f101fae3acdb0c4f1d972bcbf124e1af3bf82261 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:23.290Z] OK: 233 MiB in 51 packages [2021-01-20T16:07:23.370Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:23.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:07:23.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-20T16:07:23.711Z] dfeb15a802b6: Preparing [2021-01-20T16:07:23.711Z] 3a5bacc91771: Preparing [2021-01-20T16:07:23.711Z] 92126858f173: Preparing [2021-01-20T16:07:23.711Z] 7204e60ea06d: Preparing [2021-01-20T16:07:23.711Z] a79aaa567341: Preparing [2021-01-20T16:07:23.711Z] e5cd966f18b9: Preparing [2021-01-20T16:07:23.711Z] 7ff1fbd67988: Preparing [2021-01-20T16:07:23.711Z] 9ded3b6bb9b5: Preparing [2021-01-20T16:07:23.711Z] fa1afe8e6ed9: Preparing [2021-01-20T16:07:23.711Z] 87a09b4c083e: Preparing [2021-01-20T16:07:23.711Z] 0f74e9ff2a61: Preparing [2021-01-20T16:07:23.711Z] b122376c33c6: Preparing [2021-01-20T16:07:23.711Z] f8381ed47b22: Preparing [2021-01-20T16:07:23.711Z] e934a737d657: Preparing [2021-01-20T16:07:23.711Z] 87a09b4c083e: Waiting [2021-01-20T16:07:23.712Z] e5cd966f18b9: Waiting [2021-01-20T16:07:23.712Z] 7ff1fbd67988: Waiting [2021-01-20T16:07:23.712Z] 9ded3b6bb9b5: Waiting [2021-01-20T16:07:23.712Z] fa1afe8e6ed9: Waiting [2021-01-20T16:07:23.712Z] 0f74e9ff2a61: Waiting [2021-01-20T16:07:23.712Z] b122376c33c6: Waiting [2021-01-20T16:07:23.712Z] f8381ed47b22: Waiting [2021-01-20T16:07:23.712Z] e934a737d657: Waiting [2021-01-20T16:07:23.712Z] 92126858f173: Layer already exists [2021-01-20T16:07:23.712Z] 7204e60ea06d: Layer already exists [2021-01-20T16:07:23.712Z] dfeb15a802b6: Layer already exists [2021-01-20T16:07:23.712Z] 3a5bacc91771: Layer already exists [2021-01-20T16:07:23.712Z] a79aaa567341: Layer already exists [2021-01-20T16:07:23.712Z] e5cd966f18b9: Layer already exists [2021-01-20T16:07:23.712Z] 9ded3b6bb9b5: Layer already exists [2021-01-20T16:07:23.712Z] 7ff1fbd67988: Layer already exists [2021-01-20T16:07:23.712Z] 87a09b4c083e: Layer already exists [2021-01-20T16:07:23.712Z] fa1afe8e6ed9: Layer already exists [2021-01-20T16:07:23.982Z] f8381ed47b22: Layer already exists [2021-01-20T16:07:23.982Z] 0f74e9ff2a61: Layer already exists [2021-01-20T16:07:23.982Z] b122376c33c6: Layer already exists [2021-01-20T16:07:23.982Z] e934a737d657: Layer already exists [2021-01-20T16:07:23.982Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:db4495a70daa519349f9dcd9f101fae3acdb0c4f1d972bcbf124e1af3bf82261 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:07:24.329Z] + 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-20T16:07:24.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-20T16:07:24.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-20T16:07:24.662Z] dfeb15a802b6: Preparing [2021-01-20T16:07:24.662Z] 3a5bacc91771: Preparing [2021-01-20T16:07:24.662Z] 92126858f173: Preparing [2021-01-20T16:07:24.662Z] 7204e60ea06d: Preparing [2021-01-20T16:07:24.662Z] a79aaa567341: Preparing [2021-01-20T16:07:24.662Z] e5cd966f18b9: Preparing [2021-01-20T16:07:24.662Z] 7ff1fbd67988: Preparing [2021-01-20T16:07:24.662Z] 9ded3b6bb9b5: Preparing [2021-01-20T16:07:24.662Z] fa1afe8e6ed9: Preparing [2021-01-20T16:07:24.662Z] 87a09b4c083e: Preparing [2021-01-20T16:07:24.662Z] 0f74e9ff2a61: Preparing [2021-01-20T16:07:24.662Z] b122376c33c6: Preparing [2021-01-20T16:07:24.662Z] f8381ed47b22: Preparing [2021-01-20T16:07:24.662Z] e934a737d657: Preparing [2021-01-20T16:07:24.662Z] e5cd966f18b9: Waiting [2021-01-20T16:07:24.662Z] 7ff1fbd67988: Waiting [2021-01-20T16:07:24.662Z] 9ded3b6bb9b5: Waiting [2021-01-20T16:07:24.662Z] fa1afe8e6ed9: Waiting [2021-01-20T16:07:24.662Z] 87a09b4c083e: Waiting [2021-01-20T16:07:24.662Z] 0f74e9ff2a61: Waiting [2021-01-20T16:07:24.662Z] b122376c33c6: Waiting [2021-01-20T16:07:24.662Z] f8381ed47b22: Waiting [2021-01-20T16:07:24.662Z] e934a737d657: Waiting [2021-01-20T16:07:24.662Z] 7204e60ea06d: Layer already exists [2021-01-20T16:07:24.662Z] 92126858f173: Layer already exists [2021-01-20T16:07:24.662Z] dfeb15a802b6: Layer already exists [2021-01-20T16:07:24.662Z] 3a5bacc91771: Layer already exists [2021-01-20T16:07:24.662Z] a79aaa567341: Layer already exists [2021-01-20T16:07:24.934Z] 9ded3b6bb9b5: Layer already exists [2021-01-20T16:07:24.934Z] 7ff1fbd67988: Layer already exists [2021-01-20T16:07:24.934Z] 87a09b4c083e: Layer already exists [2021-01-20T16:07:24.934Z] e5cd966f18b9: Layer already exists [2021-01-20T16:07:24.934Z] fa1afe8e6ed9: Layer already exists [2021-01-20T16:07:24.934Z] 0f74e9ff2a61: Layer already exists [2021-01-20T16:07:24.934Z] e934a737d657: Layer already exists [2021-01-20T16:07:24.934Z] b122376c33c6: Layer already exists [2021-01-20T16:07:24.934Z] f8381ed47b22: Layer already exists [2021-01-20T16:07:24.934Z] master: digest: sha256:db4495a70daa519349f9dcd9f101fae3acdb0c4f1d972bcbf124e1af3bf82261 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:07:25.145Z] ===================================================== [Pipeline] echo [2021-01-20T16:07:25.207Z] taggedImages: [2021-01-20T16:07:25.207Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:07:25.207Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.47 [2021-01-20T16:07:25.207Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:07:25.207Z] - 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] } [2021-01-20T16:07:29.082Z] Removing intermediate container 8908b45bffac [2021-01-20T16:07:29.082Z] ---> 94451c5afaa2 [2021-01-20T16:07:29.082Z] Step 6/24 : COPY go.mod . [2021-01-20T16:07:33.795Z] ---> ed192a53ef25 [2021-01-20T16:07:33.795Z] Step 7/24 : RUN go mod download [2021-01-20T16:07:34.130Z] ---> Running in 4a6f6ec466ac [2021-01-20T16:07:53.588Z] Removing intermediate container 4a6f6ec466ac [2021-01-20T16:07:53.588Z] ---> 18f0d11b457b [2021-01-20T16:07:53.588Z] Step 8/24 : COPY . . [2021-01-20T16:08:13.155Z] Removing intermediate container 81cff6bc800f [2021-01-20T16:08:13.155Z] ---> 76dfcc549a53 [2021-01-20T16:08:13.155Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T16:08:13.436Z] ---> Running in 30e48c8d6657 [2021-01-20T16:08:19.580Z] ---> d5b25de98e75 [2021-01-20T16:08:19.580Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T16:08:19.580Z] ---> 2ffbfb366079 [2021-01-20T16:08:19.580Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T16:08:19.856Z] ---> Running in 06601eabb428 [2021-01-20T16:08:19.856Z] ---> Running in 0059bd0643c8 [2021-01-20T16:08:23.528Z] ---> 3fffde8897a8 [2021-01-20T16:08:23.528Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T16:08:23.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-command/core-command ./cmd/core-command [2021-01-20T16:08:23.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T16:08:23.822Z] ---> Running in a7c62645f235 [2021-01-20T16:08:26.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-20T16:08:36.633Z] Collecting docker-compose==1.23.2 [2021-01-20T16:08:36.633Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T16:08:37.329Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T16:08:37.329Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T16:08:38.114Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T16:08:38.114Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T16:08:39.857Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T16:08:39.857Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T16:08:40.568Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T16:08:40.568Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T16:08:41.518Z] 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-20T16:08:41.518Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T16:08:41.518Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T16:08:54.375Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T16:08:54.375Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T16:08:54.375Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T16:08:54.375Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T16:08:56.818Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T16:08:56.818Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T16:08:59.394Z] Collecting PyYAML<4,>=3.10 [2021-01-20T16:08:59.394Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T16:09:05.120Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T16:09:05.120Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T16:09:05.523Z] 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-20T16:09:06.680Z] Collecting idna<2.8,>=2.5 [2021-01-20T16:09:06.680Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T16:09:06.984Z] 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-20T16:09:06.984Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T16:09:06.984Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T16:09:07.806Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T16:09:07.806Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T16:09:07.806Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T16:09:07.806Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T16:09:09.057Z] Installing collected packages: websocket-client, jsonschema, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, docopt, dockerpty, PyYAML, docker-compose [2021-01-20T16:09:09.057Z] ---> d5b642fd33ab [2021-01-20T16:09:09.057Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T16:09:11.472Z] ---> Running in b0f198995f9a [2021-01-20T16:09:11.472Z] Attempting uninstall: urllib3 [2021-01-20T16:09:11.472Z] Found existing installation: urllib3 1.25.9 [2021-01-20T16:09:11.472Z] Uninstalling urllib3-1.25.9: [2021-01-20T16:09:12.215Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T16:09:13.331Z] Attempting uninstall: idna [2021-01-20T16:09:13.331Z] Found existing installation: idna 2.9 [2021-01-20T16:09:13.331Z] Uninstalling idna-2.9: [2021-01-20T16:09:13.634Z] Successfully uninstalled idna-2.9 [2021-01-20T16:09:14.399Z] Attempting uninstall: requests [2021-01-20T16:09:14.399Z] Found existing installation: requests 2.23.0 [2021-01-20T16:09:14.399Z] Uninstalling requests-2.23.0: [2021-01-20T16:09:14.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-20T16:09:14.699Z] Successfully uninstalled requests-2.23.0 [2021-01-20T16:09:16.992Z] Running setup.py install for texttable: started [2021-01-20T16:09:19.281Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T16:09:19.281Z] Running setup.py install for docopt: started [2021-01-20T16:09:21.104Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T16:09:21.104Z] Running setup.py install for dockerpty: started [2021-01-20T16:09:21.773Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T16:09:21.773Z] Running setup.py install for PyYAML: started [2021-01-20T16:09:23.690Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T16:09:24.985Z] 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-20T16:09:38.177Z] Removing intermediate container 30e48c8d6657 [2021-01-20T16:09:38.177Z] ---> 6c65c8f4aa17 [2021-01-20T16:09:38.177Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T16:09:38.177Z] Removing intermediate container 06601eabb428 [2021-01-20T16:09:38.177Z] ---> 3f4041e45d81 [2021-01-20T16:09:38.177Z] [2021-01-20T16:09:38.177Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T16:09:38.177Z] ---> 389fef711851 [2021-01-20T16:09:38.177Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T16:09:38.177Z] ---> Using cache [2021-01-20T16:09:38.177Z] ---> 3de77496e61f [2021-01-20T16:09:38.177Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T16:09:38.177Z] ---> Running in 52ed58a0fdf7 [2021-01-20T16:09:38.177Z] Removing intermediate container 0059bd0643c8 [2021-01-20T16:09:38.177Z] ---> 495f5ece8d8f [2021-01-20T16:09:38.177Z] [2021-01-20T16:09:38.177Z] Step 10/22 : FROM scratch [2021-01-20T16:09:38.177Z] ---> [2021-01-20T16:09:38.177Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T16:09:38.177Z] ---> Running in e37518cf3048 [2021-01-20T16:09:39.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T16:09:40.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T16:09:40.470Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T16:09:40.470Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T16:09:40.470Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T16:09:40.470Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T16:09:40.470Z] OK: 72 MiB in 58 packages [2021-01-20T16:09:41.502Z] ---> Using cache [2021-01-20T16:09:41.502Z] ---> 188293e094b5 [2021-01-20T16:09:41.502Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T16:09:43.203Z] Removing intermediate container e37518cf3048 [2021-01-20T16:09:43.203Z] ---> 373108f28d83 [2021-01-20T16:09:43.203Z] Step 13/22 : WORKDIR / [2021-01-20T16:09:43.203Z] ---> Running in d01484cf060b [2021-01-20T16:09:43.203Z] ---> Running in e1bf4b233c85 [2021-01-20T16:09:43.537Z] Removing intermediate container d01484cf060b [2021-01-20T16:09:43.537Z] ---> 7cd127d2b008 [2021-01-20T16:09:43.537Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T16:09:43.819Z] Removing intermediate container a7c62645f235 [2021-01-20T16:09:43.819Z] ---> 6139096da411 [2021-01-20T16:09:43.819Z] [2021-01-20T16:09:43.819Z] Step 10/22 : FROM scratch [2021-01-20T16:09:43.819Z] ---> [2021-01-20T16:09:43.819Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T16:09:43.819Z] ---> Using cache [2021-01-20T16:09:43.819Z] ---> 188293e094b5 [2021-01-20T16:09:43.819Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T16:09:43.819Z] ---> Running in 73706ce7af8b [2021-01-20T16:09:43.819Z] Removing intermediate container 52ed58a0fdf7 [2021-01-20T16:09:43.819Z] ---> 4f9949128423 [2021-01-20T16:09:43.819Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T16:09:44.114Z] Removing intermediate container e1bf4b233c85 [2021-01-20T16:09:44.114Z] ---> 0c6b09aa2c63 [2021-01-20T16:09:44.114Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:09:44.114Z] ---> Running in 27c8e7da2702 [2021-01-20T16:09:44.114Z] ---> Running in 0c981c9f56f9 [2021-01-20T16:09:44.444Z] Removing intermediate container 73706ce7af8b [2021-01-20T16:09:44.444Z] ---> e0bcf29af71b [2021-01-20T16:09:44.444Z] Step 14/22 : WORKDIR / [2021-01-20T16:09:44.721Z] ---> Running in af8393e6a0f2 [2021-01-20T16:09:44.721Z] Removing intermediate container 0c981c9f56f9 [2021-01-20T16:09:44.721Z] ---> 1c555c136e7b [2021-01-20T16:09:44.721Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T16:09:45.384Z] Removing intermediate container 27c8e7da2702 [2021-01-20T16:09:45.384Z] ---> 01010852c559 [2021-01-20T16:09:45.384Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:09:45.384Z] ---> Running in 84dc1a1ff04b [2021-01-20T16:09:45.729Z] Removing intermediate container af8393e6a0f2 [2021-01-20T16:09:45.730Z] ---> 5fd1acfe884d [2021-01-20T16:09:45.730Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:09:45.730Z] ---> Running in bcad4aec30df [2021-01-20T16:09:46.050Z] ---> 646584ee8176 [2021-01-20T16:09:46.050Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T16:09:46.387Z] Removing intermediate container 84dc1a1ff04b [2021-01-20T16:09:46.387Z] ---> 36bc237f9d45 [2021-01-20T16:09:46.387Z] Step 14/22 : WORKDIR / [2021-01-20T16:09:46.387Z] ---> Running in cea6f1982c37 [2021-01-20T16:09:46.387Z] Removing intermediate container bcad4aec30df [2021-01-20T16:09:46.387Z] ---> 7f6d077ad51a [2021-01-20T16:09:46.387Z] Step 24/26 : LABEL arch=x86_64 [2021-01-20T16:09:46.669Z] ---> 8baa90c8570e [2021-01-20T16:09:46.669Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T16:09:46.669Z] ---> Running in 211f7969a69b [2021-01-20T16:09:47.815Z] Removing intermediate container cea6f1982c37 [2021-01-20T16:09:47.815Z] ---> 2b21dcba2bd1 [2021-01-20T16:09:47.815Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:09:47.815Z] Removing intermediate container 211f7969a69b [2021-01-20T16:09:47.815Z] ---> 950498f64722 [2021-01-20T16:09:47.815Z] Step 25/26 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:09:48.181Z] ---> 6657d3035596 [2021-01-20T16:09:48.181Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T16:09:48.726Z] ---> Running in 1506209bbd5d [2021-01-20T16:09:48.726Z] ---> 15809f127be5 [2021-01-20T16:09:48.726Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T16:09:49.098Z] ---> 1c1f694f778a [2021-01-20T16:09:49.099Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T16:09:49.923Z] ---> 065246de5be7 [2021-01-20T16:09:49.923Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T16:09:50.257Z] Removing intermediate container 1506209bbd5d [2021-01-20T16:09:50.257Z] ---> e245abd32a47 [2021-01-20T16:09:50.257Z] Step 26/26 : LABEL version=2.0.0-dev.47 [2021-01-20T16:09:50.608Z] ---> Running in c739fdc1ad2a [2021-01-20T16:09:50.608Z] ---> 070490a8e7ec [2021-01-20T16:09:50.608Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T16:09:51.784Z] ---> Running in 1deddf9e9ddb [2021-01-20T16:09:51.785Z] ---> 1b931bfbdbf0 [2021-01-20T16:09:51.785Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T16:09:52.169Z] ---> 3385cc56bc90 [2021-01-20T16:09:52.169Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T16:09:52.169Z] Removing intermediate container c739fdc1ad2a [2021-01-20T16:09:52.169Z] ---> 2a6baef51e8f [2021-01-20T16:09:52.169Z] [2021-01-20T16:09:52.585Z] ---> Running in e85b4d7ef416 [2021-01-20T16:09:52.905Z] Successfully built 2a6baef51e8f [2021-01-20T16:09:52.905Z] Removing intermediate container 1deddf9e9ddb [2021-01-20T16:09:52.905Z] ---> 4fbabbe7bee6 [2021-01-20T16:09:52.905Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:09:52.905Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-20T16:09:52.905Z]  Building docker-sys-mgmt-agent-go ... done  ---> b917367b7bf9 [2021-01-20T16:09:52.905Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T16:09:53.188Z] ---> Running in 70591af2f8bf [2021-01-20T16:09:53.188Z] ---> Running in 2e1bc9fb0fbf [2021-01-20T16:09:54.294Z] Removing intermediate container 70591af2f8bf [2021-01-20T16:09:54.294Z] ---> fd785069ca6a [2021-01-20T16:09:54.294Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T16:09:54.611Z] Removing intermediate container 2e1bc9fb0fbf [2021-01-20T16:09:54.611Z] ---> 7364e57fc882 [2021-01-20T16:09:54.611Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:09:54.951Z] ---> Running in c8abd0f90f28 [2021-01-20T16:09:55.273Z] ---> Running in b3bacfe72a5e [2021-01-20T16:09:55.550Z] Removing intermediate container b0f198995f9a [2021-01-20T16:09:55.550Z] ---> 41343518f670 [2021-01-20T16:09:55.550Z] [2021-01-20T16:09:55.550Z] Step 10/24 : FROM scratch [2021-01-20T16:09:55.550Z] ---> [2021-01-20T16:09:55.550Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T16:09:55.881Z] Removing intermediate container c8abd0f90f28 [2021-01-20T16:09:55.881Z] ---> a280ec36ab38 [2021-01-20T16:09:55.882Z] Step 21/22 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:09:55.882Z] ---> Running in 8aa10dace734 [2021-01-20T16:09:55.882Z] Removing intermediate container b3bacfe72a5e [2021-01-20T16:09:55.882Z] ---> d19350556b0e [2021-01-20T16:09:55.882Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T16:09:56.194Z] ---> Running in 5c0a987479de [2021-01-20T16:09:56.194Z] Removing intermediate container e85b4d7ef416 [2021-01-20T16:09:56.194Z] ---> a8160efef74d [2021-01-20T16:09:56.194Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T16:09:56.194Z] ---> Running in 85648c3b635e [2021-01-20T16:09:56.194Z] ---> Running in 5b849253632f [2021-01-20T16:09:56.542Z] Removing intermediate container 8aa10dace734 [2021-01-20T16:09:56.542Z] ---> d00cba60bf32 [2021-01-20T16:09:56.542Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-20T16:09:56.890Z] ---> Running in c60396731385 [2021-01-20T16:09:56.890Z] Removing intermediate container 5c0a987479de [2021-01-20T16:09:56.890Z] ---> d39c5a97f409 [2021-01-20T16:09:56.890Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-20T16:09:57.164Z] Removing intermediate container 85648c3b635e [2021-01-20T16:09:57.164Z] ---> 182230031e0a [2021-01-20T16:09:57.164Z] Step 21/22 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:09:57.164Z] Removing intermediate container 5b849253632f [2021-01-20T16:09:57.164Z] ---> 7390e975d160 [2021-01-20T16:09:57.164Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T16:09:57.453Z] ---> Running in 03c90ad08360 [2021-01-20T16:09:57.453Z] ---> Running in f5fa8c8a9476 [2021-01-20T16:09:57.453Z] ---> Running in e22ce617f1ef [2021-01-20T16:09:57.453Z] Removing intermediate container c60396731385 [2021-01-20T16:09:57.453Z] ---> 899f89d64cbb [2021-01-20T16:09:57.453Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T16:09:57.743Z] ---> Running in a6a279eab00f [2021-01-20T16:09:57.743Z] Removing intermediate container e22ce617f1ef [2021-01-20T16:09:57.743Z] ---> 330169fa769a [2021-01-20T16:09:57.743Z] Step 21/22 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:09:58.026Z] Removing intermediate container 03c90ad08360 [2021-01-20T16:09:58.026Z] ---> 06c8f818fb43 [2021-01-20T16:09:58.026Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-20T16:09:58.026Z] Removing intermediate container f5fa8c8a9476 [2021-01-20T16:09:58.026Z] ---> d30d0a20d3fa [2021-01-20T16:09:58.026Z] [2021-01-20T16:09:58.026Z] ---> Running in 6e08601793d6 [2021-01-20T16:09:58.314Z] ---> Running in 431c10ee9185 [2021-01-20T16:09:58.314Z] Removing intermediate container a6a279eab00f [2021-01-20T16:09:58.314Z] ---> 6e50afd0b0ab [2021-01-20T16:09:58.314Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T16:09:58.628Z] Successfully built d30d0a20d3fa [2021-01-20T16:09:58.628Z] Successfully tagged docker-core-command-go:latest [2021-01-20T16:09:58.628Z]  Building docker-core-command-go ... done Removing intermediate container 6e08601793d6 [2021-01-20T16:09:58.628Z] ---> a357000174bb [2021-01-20T16:09:58.628Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-20T16:09:58.915Z] Removing intermediate container 431c10ee9185 [2021-01-20T16:09:58.915Z] ---> cffdd8d43d53 [2021-01-20T16:09:58.915Z] [2021-01-20T16:09:58.915Z] ---> Running in 3b268fcb43f1 [2021-01-20T16:09:59.201Z] Successfully built cffdd8d43d53 [2021-01-20T16:09:59.519Z] Successfully tagged docker-core-metadata-go:latest [2021-01-20T16:09:59.519Z]  Building docker-core-metadata-go ... done  ---> ab09241731c4 [2021-01-20T16:09:59.519Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T16:09:59.814Z] Removing intermediate container 3b268fcb43f1 [2021-01-20T16:09:59.814Z] ---> 101c0c1ba0dd [2021-01-20T16:09:59.814Z] [2021-01-20T16:10:00.115Z] Successfully built 101c0c1ba0dd [2021-01-20T16:10:00.399Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-20T16:10:01.872Z]  Building docker-security-bootstrap-redis-go ... done  ---> 84378b9984df [2021-01-20T16:10:01.872Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T16:10:03.218Z] ---> ffb159040333 [2021-01-20T16:10:03.218Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T16:10:04.932Z] ---> ced7cc17ea80 [2021-01-20T16:10:04.932Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T16:10:06.020Z] ---> 29f09878b6b3 [2021-01-20T16:10:06.020Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T16:10:07.148Z] ---> e50abc2d3b22 [2021-01-20T16:10:07.148Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T16:10:07.148Z] ---> Running in 35738d4a4997 [2021-01-20T16:10:07.804Z] Removing intermediate container 35738d4a4997 [2021-01-20T16:10:07.804Z] ---> 565ccf3d5451 [2021-01-20T16:10:07.804Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T16:10:08.357Z] ---> Running in 6b769935f305 [2021-01-20T16:10:08.779Z] Removing intermediate container 6b769935f305 [2021-01-20T16:10:08.779Z] ---> dcc55657e9f1 [2021-01-20T16:10:08.779Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T16:10:09.072Z] ---> Running in ee566949d1d6 [2021-01-20T16:10:09.416Z] Removing intermediate container ee566949d1d6 [2021-01-20T16:10:09.416Z] ---> cefead4d6b52 [2021-01-20T16:10:09.416Z] Step 23/24 : LABEL git_sha=b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:10:10.540Z] ---> Running in 53dd664fa174 [2021-01-20T16:10:11.353Z] Removing intermediate container 53dd664fa174 [2021-01-20T16:10:11.353Z] ---> 4818ad5aab59 [2021-01-20T16:10:11.353Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-20T16:10:11.645Z] ---> Running in eaf8b1f556b3 [2021-01-20T16:10:12.255Z] Removing intermediate container eaf8b1f556b3 [2021-01-20T16:10:12.255Z] ---> 4d77a763139d [2021-01-20T16:10:12.255Z] [2021-01-20T16:10:12.563Z] Successfully built 4d77a763139d [2021-01-20T16:10:12.563Z] Successfully tagged docker-support-notifications-go:latest [2021-01-20T16:10:14.494Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-20T16:10:14.645Z] $ docker stop --time=1 7a09fd6d79fe38844c407524f58ee3371bb0b870f14a0c797d6d8998a9e6c836 [2021-01-20T16:10:17.694Z] $ docker rm -f 7a09fd6d79fe38844c407524f58ee3371bb0b870f14a0c797d6d8998a9e6c836 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T16:10:19.083Z] + docker images [2021-01-20T16:10:19.083Z] + grep docker [2021-01-20T16:10:19.375Z] docker-support-notifications-go latest 4d77a763139d 8 seconds ago 12MB [2021-01-20T16:10:19.375Z] docker-security-bootstrap-redis-go latest 101c0c1ba0dd 20 seconds ago 15.8MB [2021-01-20T16:10:19.375Z] docker-core-metadata-go latest cffdd8d43d53 21 seconds ago 13.1MB [2021-01-20T16:10:19.375Z] docker-core-command-go latest d30d0a20d3fa 22 seconds ago 10.6MB [2021-01-20T16:10:19.375Z] docker-sys-mgmt-agent-go latest 2a6baef51e8f 28 seconds ago 313MB [2021-01-20T16:10:19.375Z] docker-security-secretstore-setup-go latest 10eeefe751df 4 minutes ago 24.6MB [2021-01-20T16:10:19.375Z] docker-core-data-go latest 19aae3de24bf 4 minutes ago 22.3MB [2021-01-20T16:10:19.375Z] docker-security-proxy-setup-go latest 863c366caa42 4 minutes ago 24.4MB [2021-01-20T16:10:19.375Z] docker-support-scheduler-go latest e80ff3c43722 5 minutes ago 10.7MB [2021-01-20T16:10:19.375Z] 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-20T16:10:21.263Z] provisioning config files... [2021-01-20T16:10:21.380Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/310@tmp/config288324171063470226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:10:22.537Z] ---> docker-login.sh [2021-01-20T16:10:22.537Z] nexus3.edgexfoundry.org:10001 [2021-01-20T16:10:22.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T16:10:23.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T16:10:23.155Z] Configure a credential helper to remove this warning. See [2021-01-20T16:10:23.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T16:10:23.155Z] [2021-01-20T16:10:23.155Z] Login Succeeded [2021-01-20T16:10:23.155Z] nexus3.edgexfoundry.org:10002 [2021-01-20T16:10:23.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T16:10:23.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T16:10:23.828Z] Configure a credential helper to remove this warning. See [2021-01-20T16:10:23.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T16:10:23.828Z] [2021-01-20T16:10:23.828Z] Login Succeeded [2021-01-20T16:10:24.106Z] nexus3.edgexfoundry.org:10003 [2021-01-20T16:10:24.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T16:10:25.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T16:10:25.046Z] Configure a credential helper to remove this warning. See [2021-01-20T16:10:25.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T16:10:25.046Z] [2021-01-20T16:10:25.046Z] Login Succeeded [2021-01-20T16:10:25.046Z] nexus3.edgexfoundry.org:10004 [2021-01-20T16:10:25.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T16:10:26.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T16:10:26.111Z] Configure a credential helper to remove this warning. See [2021-01-20T16:10:26.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T16:10:26.111Z] [2021-01-20T16:10:26.111Z] Login Succeeded [2021-01-20T16:10:26.111Z] docker.io [2021-01-20T16:10:26.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T16:10:26.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T16:10:26.798Z] Configure a credential helper to remove this warning. See [2021-01-20T16:10:26.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T16:10:26.798Z] [2021-01-20T16:10:26.798Z] Login Succeeded [2021-01-20T16:10:26.798Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T16:10:26.875Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:10:27.185Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-20T16:10:27.185Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:10:27.185Z] 2.0.0-dev.47 [2021-01-20T16:10:27.185Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:10:27.185Z] master [2021-01-20T16:10:27.185Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:27.800Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:28.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:10:28.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-20T16:10:29.240Z] 81630575fb42: Preparing [2021-01-20T16:10:29.240Z] 80b00eed4c6a: Preparing [2021-01-20T16:10:29.240Z] b18ac151725b: Preparing [2021-01-20T16:10:29.590Z] 81630575fb42: Pushed [2021-01-20T16:10:29.590Z] b18ac151725b: Pushed [2021-01-20T16:10:31.786Z] 80b00eed4c6a: Pushed [2021-01-20T16:10:31.786Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:eb1ac64ba47157867f3f7a319dfb53771d1706eda78b97b94e8ecf7b1a101540 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:32.183Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:33.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.47 [2021-01-20T16:10:33.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-20T16:10:33.674Z] 81630575fb42: Preparing [2021-01-20T16:10:33.674Z] 80b00eed4c6a: Preparing [2021-01-20T16:10:33.674Z] b18ac151725b: Preparing [2021-01-20T16:10:33.674Z] 80b00eed4c6a: Layer already exists [2021-01-20T16:10:33.674Z] 81630575fb42: Layer already exists [2021-01-20T16:10:33.674Z] b18ac151725b: Layer already exists [2021-01-20T16:10:33.674Z] 2.0.0-dev.47: digest: sha256:eb1ac64ba47157867f3f7a319dfb53771d1706eda78b97b94e8ecf7b1a101540 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:34.314Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:34.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:10:34.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-20T16:10:34.972Z] 81630575fb42: Preparing [2021-01-20T16:10:34.972Z] 80b00eed4c6a: Preparing [2021-01-20T16:10:34.972Z] b18ac151725b: Preparing [2021-01-20T16:10:34.972Z] b18ac151725b: Layer already exists [2021-01-20T16:10:34.972Z] 81630575fb42: Layer already exists [2021-01-20T16:10:34.972Z] 80b00eed4c6a: Layer already exists [2021-01-20T16:10:34.972Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:eb1ac64ba47157867f3f7a319dfb53771d1706eda78b97b94e8ecf7b1a101540 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:35.334Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:35.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-20T16:10:36.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-20T16:10:36.066Z] 81630575fb42: Preparing [2021-01-20T16:10:36.066Z] 80b00eed4c6a: Preparing [2021-01-20T16:10:36.066Z] b18ac151725b: Preparing [2021-01-20T16:10:36.503Z] b18ac151725b: Layer already exists [2021-01-20T16:10:36.503Z] 81630575fb42: Layer already exists [2021-01-20T16:10:36.503Z] 80b00eed4c6a: Layer already exists [2021-01-20T16:10:36.503Z] master: digest: sha256:eb1ac64ba47157867f3f7a319dfb53771d1706eda78b97b94e8ecf7b1a101540 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:10:36.698Z] ===================================================== [Pipeline] echo [2021-01-20T16:10:36.748Z] taggedImages: [2021-01-20T16:10:36.748Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:10:36.748Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.47 [2021-01-20T16:10:36.748Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:10:36.748Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-20T16:10:36.826Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-20T16:10:36.826Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:10:36.826Z] 2.0.0-dev.47 [2021-01-20T16:10:36.826Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:10:36.826Z] master [2021-01-20T16:10:36.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:37.379Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:37.849Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:10:37.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-20T16:10:37.849Z] e918d34b03f1: Preparing [2021-01-20T16:10:37.849Z] 8fa5af3ff652: Preparing [2021-01-20T16:10:37.849Z] b18ac151725b: Preparing [2021-01-20T16:10:37.849Z] d882032e5d95: Preparing [2021-01-20T16:10:37.849Z] f2bc4378b8d4: Preparing [2021-01-20T16:10:37.849Z] 777b2c648970: Preparing [2021-01-20T16:10:37.849Z] 777b2c648970: Waiting [2021-01-20T16:10:37.849Z] b18ac151725b: Layer already exists [2021-01-20T16:10:38.320Z] 777b2c648970: Layer already exists [2021-01-20T16:10:38.788Z] e918d34b03f1: Pushed [2021-01-20T16:10:38.788Z] f2bc4378b8d4: Pushed [2021-01-20T16:10:39.161Z] d882032e5d95: Pushed [2021-01-20T16:10:41.036Z] 8fa5af3ff652: Pushed [2021-01-20T16:10:41.772Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:dd8fbcc0e38ed5f965c52adbaf35e23284d76107fb796ac6b71387052978b102 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:42.358Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:43.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.47 [2021-01-20T16:10:43.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-20T16:10:43.782Z] e918d34b03f1: Preparing [2021-01-20T16:10:43.782Z] 8fa5af3ff652: Preparing [2021-01-20T16:10:43.782Z] b18ac151725b: Preparing [2021-01-20T16:10:43.782Z] d882032e5d95: Preparing [2021-01-20T16:10:43.782Z] f2bc4378b8d4: Preparing [2021-01-20T16:10:43.782Z] 777b2c648970: Preparing [2021-01-20T16:10:43.782Z] 777b2c648970: Waiting [2021-01-20T16:10:43.782Z] f2bc4378b8d4: Layer already exists [2021-01-20T16:10:43.782Z] 8fa5af3ff652: Layer already exists [2021-01-20T16:10:43.782Z] e918d34b03f1: Layer already exists [2021-01-20T16:10:43.782Z] d882032e5d95: Layer already exists [2021-01-20T16:10:43.782Z] b18ac151725b: Layer already exists [2021-01-20T16:10:43.782Z] 777b2c648970: Layer already exists [2021-01-20T16:10:43.782Z] 2.0.0-dev.47: digest: sha256:dd8fbcc0e38ed5f965c52adbaf35e23284d76107fb796ac6b71387052978b102 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:44.245Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:44.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:10:45.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-20T16:10:45.603Z] e918d34b03f1: Preparing [2021-01-20T16:10:45.603Z] 8fa5af3ff652: Preparing [2021-01-20T16:10:45.603Z] b18ac151725b: Preparing [2021-01-20T16:10:45.603Z] d882032e5d95: Preparing [2021-01-20T16:10:45.603Z] f2bc4378b8d4: Preparing [2021-01-20T16:10:45.603Z] 777b2c648970: Preparing [2021-01-20T16:10:45.603Z] 777b2c648970: Waiting [2021-01-20T16:10:45.603Z] b18ac151725b: Layer already exists [2021-01-20T16:10:45.603Z] f2bc4378b8d4: Layer already exists [2021-01-20T16:10:45.603Z] 8fa5af3ff652: Layer already exists [2021-01-20T16:10:45.603Z] e918d34b03f1: Layer already exists [2021-01-20T16:10:45.603Z] d882032e5d95: Layer already exists [2021-01-20T16:10:45.603Z] 777b2c648970: Layer already exists [2021-01-20T16:10:45.910Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:dd8fbcc0e38ed5f965c52adbaf35e23284d76107fb796ac6b71387052978b102 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:46.477Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:46.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-20T16:10:47.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-20T16:10:47.149Z] e918d34b03f1: Preparing [2021-01-20T16:10:47.149Z] 8fa5af3ff652: Preparing [2021-01-20T16:10:47.149Z] b18ac151725b: Preparing [2021-01-20T16:10:47.149Z] d882032e5d95: Preparing [2021-01-20T16:10:47.149Z] f2bc4378b8d4: Preparing [2021-01-20T16:10:47.149Z] 777b2c648970: Preparing [2021-01-20T16:10:47.149Z] 777b2c648970: Waiting [2021-01-20T16:10:47.149Z] 8fa5af3ff652: Layer already exists [2021-01-20T16:10:47.149Z] b18ac151725b: Layer already exists [2021-01-20T16:10:47.149Z] e918d34b03f1: Layer already exists [2021-01-20T16:10:47.149Z] d882032e5d95: Layer already exists [2021-01-20T16:10:47.149Z] f2bc4378b8d4: Layer already exists [2021-01-20T16:10:47.149Z] 777b2c648970: Layer already exists [2021-01-20T16:10:47.149Z] master: digest: sha256:dd8fbcc0e38ed5f965c52adbaf35e23284d76107fb796ac6b71387052978b102 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:10:47.646Z] ===================================================== [Pipeline] echo [2021-01-20T16:10:47.693Z] taggedImages: [2021-01-20T16:10:47.693Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:10:47.693Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.47 [2021-01-20T16:10:47.693Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:10:47.693Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-20T16:10:47.757Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-20T16:10:47.757Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:10:47.757Z] 2.0.0-dev.47 [2021-01-20T16:10:47.757Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:10:47.757Z] master [2021-01-20T16:10:47.757Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:48.296Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:49.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:10:49.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-20T16:10:49.612Z] f2e5576218b6: Preparing [2021-01-20T16:10:49.612Z] 40805ba0974f: Preparing [2021-01-20T16:10:49.612Z] b18ac151725b: Preparing [2021-01-20T16:10:49.977Z] b18ac151725b: Layer already exists [2021-01-20T16:10:50.395Z] f2e5576218b6: Pushed [2021-01-20T16:10:52.941Z] 40805ba0974f: Pushed [2021-01-20T16:10:53.247Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:a23176bdf824866d6ecba834f579c20d51780e62fa4773a34b46deac3f594c7a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:53.656Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:54.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.47 [2021-01-20T16:10:54.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-20T16:10:54.730Z] f2e5576218b6: Preparing [2021-01-20T16:10:54.730Z] 40805ba0974f: Preparing [2021-01-20T16:10:54.730Z] b18ac151725b: Preparing [2021-01-20T16:10:54.730Z] f2e5576218b6: Layer already exists [2021-01-20T16:10:54.730Z] 40805ba0974f: Layer already exists [2021-01-20T16:10:54.730Z] b18ac151725b: Layer already exists [2021-01-20T16:10:55.025Z] 2.0.0-dev.47: digest: sha256:a23176bdf824866d6ecba834f579c20d51780e62fa4773a34b46deac3f594c7a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:55.494Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:57.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:10:57.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-20T16:10:57.218Z] f2e5576218b6: Preparing [2021-01-20T16:10:57.218Z] 40805ba0974f: Preparing [2021-01-20T16:10:57.218Z] b18ac151725b: Preparing [2021-01-20T16:10:57.218Z] 40805ba0974f: Layer already exists [2021-01-20T16:10:57.218Z] b18ac151725b: Layer already exists [2021-01-20T16:10:57.218Z] f2e5576218b6: Layer already exists [2021-01-20T16:10:57.515Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:a23176bdf824866d6ecba834f579c20d51780e62fa4773a34b46deac3f594c7a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:57.916Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:58.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-20T16:10:58.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-20T16:10:58.555Z] f2e5576218b6: Preparing [2021-01-20T16:10:58.555Z] 40805ba0974f: Preparing [2021-01-20T16:10:58.555Z] b18ac151725b: Preparing [2021-01-20T16:10:58.854Z] 40805ba0974f: Layer already exists [2021-01-20T16:10:58.854Z] b18ac151725b: Layer already exists [2021-01-20T16:10:58.854Z] f2e5576218b6: Layer already exists [2021-01-20T16:10:58.854Z] master: digest: sha256:a23176bdf824866d6ecba834f579c20d51780e62fa4773a34b46deac3f594c7a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:10:59.054Z] ===================================================== [Pipeline] echo [2021-01-20T16:10:59.109Z] taggedImages: [2021-01-20T16:10:59.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:10:59.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.47 [2021-01-20T16:10:59.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:10:59.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-20T16:10:59.174Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-20T16:10:59.174Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:10:59.174Z] 2.0.0-dev.47 [2021-01-20T16:10:59.174Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:10:59.174Z] master [2021-01-20T16:10:59.174Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:10:59.795Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:00.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:00.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-20T16:11:00.517Z] 2f943e7be818: Preparing [2021-01-20T16:11:00.517Z] 876b28241ee5: Preparing [2021-01-20T16:11:00.517Z] 3d32039e9b4c: Preparing [2021-01-20T16:11:00.517Z] 6e207afb5867: Preparing [2021-01-20T16:11:00.517Z] b18ac151725b: Preparing [2021-01-20T16:11:00.517Z] 562cbcf1c4df: Preparing [2021-01-20T16:11:00.517Z] 777b2c648970: Preparing [2021-01-20T16:11:00.517Z] 562cbcf1c4df: Waiting [2021-01-20T16:11:00.517Z] 777b2c648970: Waiting [2021-01-20T16:11:00.812Z] b18ac151725b: Layer already exists [2021-01-20T16:11:00.812Z] 876b28241ee5: Pushed [2021-01-20T16:11:01.104Z] 3d32039e9b4c: Pushed [2021-01-20T16:11:01.104Z] 2f943e7be818: Pushed [2021-01-20T16:11:01.104Z] 777b2c648970: Layer already exists [2021-01-20T16:11:02.275Z] 562cbcf1c4df: Pushed [2021-01-20T16:11:02.573Z] 6e207afb5867: Pushed [2021-01-20T16:11:03.207Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:7a1f2f9722b0f1cb202a6067331dfc43ac0bcaf7da177f09abf0f2c30ff4c4bc size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:03.736Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:04.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.47 [2021-01-20T16:11:04.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-20T16:11:04.829Z] 2f943e7be818: Preparing [2021-01-20T16:11:04.829Z] 876b28241ee5: Preparing [2021-01-20T16:11:04.829Z] 3d32039e9b4c: Preparing [2021-01-20T16:11:04.829Z] 6e207afb5867: Preparing [2021-01-20T16:11:04.829Z] b18ac151725b: Preparing [2021-01-20T16:11:04.829Z] 562cbcf1c4df: Preparing [2021-01-20T16:11:04.829Z] 777b2c648970: Preparing [2021-01-20T16:11:04.829Z] 562cbcf1c4df: Waiting [2021-01-20T16:11:04.829Z] 777b2c648970: Waiting [2021-01-20T16:11:04.829Z] b18ac151725b: Layer already exists [2021-01-20T16:11:04.829Z] 2f943e7be818: Layer already exists [2021-01-20T16:11:04.829Z] 876b28241ee5: Layer already exists [2021-01-20T16:11:04.829Z] 3d32039e9b4c: Layer already exists [2021-01-20T16:11:04.829Z] 6e207afb5867: Layer already exists [2021-01-20T16:11:04.829Z] 777b2c648970: Layer already exists [2021-01-20T16:11:04.829Z] 562cbcf1c4df: Layer already exists [2021-01-20T16:11:05.101Z] 2.0.0-dev.47: digest: sha256:7a1f2f9722b0f1cb202a6067331dfc43ac0bcaf7da177f09abf0f2c30ff4c4bc size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:05.456Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:05.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:05.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-20T16:11:05.903Z] 2f943e7be818: Preparing [2021-01-20T16:11:05.903Z] 876b28241ee5: Preparing [2021-01-20T16:11:05.903Z] 3d32039e9b4c: Preparing [2021-01-20T16:11:05.903Z] 6e207afb5867: Preparing [2021-01-20T16:11:05.903Z] b18ac151725b: Preparing [2021-01-20T16:11:05.903Z] 562cbcf1c4df: Preparing [2021-01-20T16:11:05.903Z] 777b2c648970: Preparing [2021-01-20T16:11:05.903Z] 562cbcf1c4df: Waiting [2021-01-20T16:11:05.903Z] 777b2c648970: Waiting [2021-01-20T16:11:06.212Z] 2f943e7be818: Layer already exists [2021-01-20T16:11:06.212Z] 6e207afb5867: Layer already exists [2021-01-20T16:11:06.212Z] b18ac151725b: Layer already exists [2021-01-20T16:11:06.212Z] 3d32039e9b4c: Layer already exists [2021-01-20T16:11:06.212Z] 876b28241ee5: Layer already exists [2021-01-20T16:11:06.212Z] 562cbcf1c4df: Layer already exists [2021-01-20T16:11:06.212Z] 777b2c648970: Layer already exists [2021-01-20T16:11:06.212Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:7a1f2f9722b0f1cb202a6067331dfc43ac0bcaf7da177f09abf0f2c30ff4c4bc size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:06.607Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:07.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-20T16:11:07.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-20T16:11:07.261Z] 2f943e7be818: Preparing [2021-01-20T16:11:07.261Z] 876b28241ee5: Preparing [2021-01-20T16:11:07.261Z] 3d32039e9b4c: Preparing [2021-01-20T16:11:07.261Z] 6e207afb5867: Preparing [2021-01-20T16:11:07.261Z] b18ac151725b: Preparing [2021-01-20T16:11:07.261Z] 562cbcf1c4df: Preparing [2021-01-20T16:11:07.261Z] 777b2c648970: Preparing [2021-01-20T16:11:07.261Z] 562cbcf1c4df: Waiting [2021-01-20T16:11:07.261Z] 777b2c648970: Waiting [2021-01-20T16:11:07.533Z] 2f943e7be818: Layer already exists [2021-01-20T16:11:07.533Z] 876b28241ee5: Layer already exists [2021-01-20T16:11:07.533Z] b18ac151725b: Layer already exists [2021-01-20T16:11:07.533Z] 6e207afb5867: Layer already exists [2021-01-20T16:11:07.533Z] 3d32039e9b4c: Layer already exists [2021-01-20T16:11:07.533Z] 562cbcf1c4df: Layer already exists [2021-01-20T16:11:07.533Z] 777b2c648970: Layer already exists [2021-01-20T16:11:07.533Z] master: digest: sha256:7a1f2f9722b0f1cb202a6067331dfc43ac0bcaf7da177f09abf0f2c30ff4c4bc size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:11:07.768Z] ===================================================== [Pipeline] echo [2021-01-20T16:11:07.852Z] taggedImages: [2021-01-20T16:11:07.852Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:07.852Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.47 [2021-01-20T16:11:07.852Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:07.852Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-20T16:11:07.918Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-20T16:11:07.918Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:07.918Z] 2.0.0-dev.47 [2021-01-20T16:11:07.918Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:07.918Z] master [2021-01-20T16:11:07.918Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:08.476Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:09.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:09.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-20T16:11:09.608Z] 7b36e1f6cd42: Preparing [2021-01-20T16:11:09.608Z] 0b03656d9e80: Preparing [2021-01-20T16:11:09.608Z] 22eca35a8dc3: Preparing [2021-01-20T16:11:09.608Z] 51c6120a0e11: Preparing [2021-01-20T16:11:09.608Z] cc7400ce84bd: Preparing [2021-01-20T16:11:09.608Z] 777b2c648970: Preparing [2021-01-20T16:11:09.608Z] 777b2c648970: Waiting [2021-01-20T16:11:10.424Z] 51c6120a0e11: Pushed [2021-01-20T16:11:10.424Z] 22eca35a8dc3: Pushed [2021-01-20T16:11:11.270Z] 777b2c648970: Layer already exists [2021-01-20T16:11:14.534Z] 0b03656d9e80: Pushed [2021-01-20T16:11:14.535Z] 7b36e1f6cd42: Pushed [2021-01-20T16:11:14.535Z] cc7400ce84bd: Pushed [2021-01-20T16:11:14.833Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:893aae23022444823048e48372972fbbec43758175bd7d5624d47a9ae9b8c325 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:15.268Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:16.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.47 [2021-01-20T16:11:17.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-20T16:11:17.109Z] 7b36e1f6cd42: Preparing [2021-01-20T16:11:17.109Z] 0b03656d9e80: Preparing [2021-01-20T16:11:17.109Z] 22eca35a8dc3: Preparing [2021-01-20T16:11:17.109Z] 51c6120a0e11: Preparing [2021-01-20T16:11:17.109Z] cc7400ce84bd: Preparing [2021-01-20T16:11:17.109Z] 777b2c648970: Preparing [2021-01-20T16:11:17.109Z] 777b2c648970: Waiting [2021-01-20T16:11:17.109Z] 22eca35a8dc3: Layer already exists [2021-01-20T16:11:17.109Z] cc7400ce84bd: Layer already exists [2021-01-20T16:11:17.109Z] 7b36e1f6cd42: Layer already exists [2021-01-20T16:11:17.109Z] 0b03656d9e80: Layer already exists [2021-01-20T16:11:17.109Z] 51c6120a0e11: Layer already exists [2021-01-20T16:11:17.109Z] 777b2c648970: Layer already exists [2021-01-20T16:11:17.109Z] 2.0.0-dev.47: digest: sha256:893aae23022444823048e48372972fbbec43758175bd7d5624d47a9ae9b8c325 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:17.484Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:17.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:18.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-20T16:11:18.543Z] 7b36e1f6cd42: Preparing [2021-01-20T16:11:18.543Z] 0b03656d9e80: Preparing [2021-01-20T16:11:18.543Z] 22eca35a8dc3: Preparing [2021-01-20T16:11:18.543Z] 51c6120a0e11: Preparing [2021-01-20T16:11:18.543Z] cc7400ce84bd: Preparing [2021-01-20T16:11:18.543Z] 777b2c648970: Preparing [2021-01-20T16:11:18.543Z] 777b2c648970: Waiting [2021-01-20T16:11:18.543Z] 0b03656d9e80: Layer already exists [2021-01-20T16:11:18.543Z] 51c6120a0e11: Layer already exists [2021-01-20T16:11:18.543Z] cc7400ce84bd: Layer already exists [2021-01-20T16:11:18.543Z] 7b36e1f6cd42: Layer already exists [2021-01-20T16:11:18.543Z] 22eca35a8dc3: Layer already exists [2021-01-20T16:11:18.543Z] 777b2c648970: Layer already exists [2021-01-20T16:11:18.817Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:893aae23022444823048e48372972fbbec43758175bd7d5624d47a9ae9b8c325 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:19.273Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:19.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-20T16:11:19.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-20T16:11:20.225Z] 7b36e1f6cd42: Preparing [2021-01-20T16:11:20.225Z] 0b03656d9e80: Preparing [2021-01-20T16:11:20.225Z] 22eca35a8dc3: Preparing [2021-01-20T16:11:20.225Z] 51c6120a0e11: Preparing [2021-01-20T16:11:20.225Z] cc7400ce84bd: Preparing [2021-01-20T16:11:20.225Z] 777b2c648970: Preparing [2021-01-20T16:11:20.225Z] 777b2c648970: Waiting [2021-01-20T16:11:20.225Z] 7b36e1f6cd42: Layer already exists [2021-01-20T16:11:20.225Z] 22eca35a8dc3: Layer already exists [2021-01-20T16:11:20.225Z] cc7400ce84bd: Layer already exists [2021-01-20T16:11:20.225Z] 0b03656d9e80: Layer already exists [2021-01-20T16:11:20.225Z] 51c6120a0e11: Layer already exists [2021-01-20T16:11:20.225Z] 777b2c648970: Layer already exists [2021-01-20T16:11:20.225Z] master: digest: sha256:893aae23022444823048e48372972fbbec43758175bd7d5624d47a9ae9b8c325 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:11:20.416Z] ===================================================== [Pipeline] echo [2021-01-20T16:11:20.462Z] taggedImages: [2021-01-20T16:11:20.462Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:20.462Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.47 [2021-01-20T16:11:20.462Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:20.462Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-20T16:11:20.545Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-20T16:11:20.545Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:20.545Z] 2.0.0-dev.47 [2021-01-20T16:11:20.545Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:20.545Z] master [2021-01-20T16:11:20.545Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:21.150Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:21.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:22.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-20T16:11:22.210Z] d1a433a272e0: Preparing [2021-01-20T16:11:22.210Z] 417af02ffdbb: Preparing [2021-01-20T16:11:22.210Z] 05e48081c404: Preparing [2021-01-20T16:11:22.210Z] 44a661ace3fa: Preparing [2021-01-20T16:11:22.210Z] fa9f2aab887a: Preparing [2021-01-20T16:11:22.210Z] d142cf10f70c: Preparing [2021-01-20T16:11:22.210Z] b6498550150e: Preparing [2021-01-20T16:11:22.210Z] 562cbcf1c4df: Preparing [2021-01-20T16:11:22.210Z] 777b2c648970: Preparing [2021-01-20T16:11:22.210Z] b6498550150e: Waiting [2021-01-20T16:11:22.210Z] 562cbcf1c4df: Waiting [2021-01-20T16:11:22.210Z] 777b2c648970: Waiting [2021-01-20T16:11:22.210Z] d142cf10f70c: Waiting [2021-01-20T16:11:22.887Z] fa9f2aab887a: Pushed [2021-01-20T16:11:22.887Z] d1a433a272e0: Pushed [2021-01-20T16:11:22.887Z] 417af02ffdbb: Pushed [2021-01-20T16:11:23.993Z] 562cbcf1c4df: Layer already exists [2021-01-20T16:11:23.993Z] 777b2c648970: Layer already exists [2021-01-20T16:11:23.993Z] d142cf10f70c: Pushed [2021-01-20T16:11:23.993Z] b6498550150e: Pushed [2021-01-20T16:11:25.058Z] 05e48081c404: Pushed [2021-01-20T16:11:25.058Z] 44a661ace3fa: Pushed [2021-01-20T16:11:25.331Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:15e03c54e6af1cc1c3cd903d90257fbb6f4a8b314eb7e8662ccbe32c95aaa711 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:25.682Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:26.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.47 [2021-01-20T16:11:26.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-20T16:11:26.011Z] d1a433a272e0: Preparing [2021-01-20T16:11:26.011Z] 417af02ffdbb: Preparing [2021-01-20T16:11:26.011Z] 05e48081c404: Preparing [2021-01-20T16:11:26.011Z] 44a661ace3fa: Preparing [2021-01-20T16:11:26.011Z] fa9f2aab887a: Preparing [2021-01-20T16:11:26.011Z] d142cf10f70c: Preparing [2021-01-20T16:11:26.011Z] b6498550150e: Preparing [2021-01-20T16:11:26.011Z] 562cbcf1c4df: Preparing [2021-01-20T16:11:26.011Z] 777b2c648970: Preparing [2021-01-20T16:11:26.011Z] d142cf10f70c: Waiting [2021-01-20T16:11:26.011Z] b6498550150e: Waiting [2021-01-20T16:11:26.011Z] 562cbcf1c4df: Waiting [2021-01-20T16:11:26.011Z] 777b2c648970: Waiting [2021-01-20T16:11:26.011Z] fa9f2aab887a: Layer already exists [2021-01-20T16:11:26.011Z] d1a433a272e0: Layer already exists [2021-01-20T16:11:26.011Z] 05e48081c404: Layer already exists [2021-01-20T16:11:26.011Z] 417af02ffdbb: Layer already exists [2021-01-20T16:11:26.011Z] b6498550150e: Layer already exists [2021-01-20T16:11:26.011Z] d142cf10f70c: Layer already exists [2021-01-20T16:11:26.011Z] 777b2c648970: Layer already exists [2021-01-20T16:11:26.011Z] 44a661ace3fa: Layer already exists [2021-01-20T16:11:26.011Z] 562cbcf1c4df: Layer already exists [2021-01-20T16:11:26.281Z] 2.0.0-dev.47: digest: sha256:15e03c54e6af1cc1c3cd903d90257fbb6f4a8b314eb7e8662ccbe32c95aaa711 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:26.633Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:26.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:27.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-20T16:11:27.283Z] d1a433a272e0: Preparing [2021-01-20T16:11:27.283Z] 417af02ffdbb: Preparing [2021-01-20T16:11:27.283Z] 05e48081c404: Preparing [2021-01-20T16:11:27.283Z] 44a661ace3fa: Preparing [2021-01-20T16:11:27.283Z] fa9f2aab887a: Preparing [2021-01-20T16:11:27.283Z] d142cf10f70c: Preparing [2021-01-20T16:11:27.283Z] b6498550150e: Preparing [2021-01-20T16:11:27.284Z] 562cbcf1c4df: Preparing [2021-01-20T16:11:27.284Z] 777b2c648970: Preparing [2021-01-20T16:11:27.284Z] d142cf10f70c: Waiting [2021-01-20T16:11:27.284Z] 562cbcf1c4df: Waiting [2021-01-20T16:11:27.284Z] b6498550150e: Waiting [2021-01-20T16:11:27.284Z] 777b2c648970: Waiting [2021-01-20T16:11:27.284Z] d1a433a272e0: Layer already exists [2021-01-20T16:11:27.284Z] fa9f2aab887a: Layer already exists [2021-01-20T16:11:27.284Z] 44a661ace3fa: Layer already exists [2021-01-20T16:11:27.284Z] 417af02ffdbb: Layer already exists [2021-01-20T16:11:27.284Z] 05e48081c404: Layer already exists [2021-01-20T16:11:27.284Z] 777b2c648970: Layer already exists [2021-01-20T16:11:27.284Z] d142cf10f70c: Layer already exists [2021-01-20T16:11:27.284Z] b6498550150e: Layer already exists [2021-01-20T16:11:27.284Z] 562cbcf1c4df: Layer already exists [2021-01-20T16:11:27.284Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:15e03c54e6af1cc1c3cd903d90257fbb6f4a8b314eb7e8662ccbe32c95aaa711 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:27.720Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:29.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-20T16:11:29.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-20T16:11:29.687Z] d1a433a272e0: Preparing [2021-01-20T16:11:29.687Z] 417af02ffdbb: Preparing [2021-01-20T16:11:29.687Z] 05e48081c404: Preparing [2021-01-20T16:11:29.687Z] 44a661ace3fa: Preparing [2021-01-20T16:11:29.687Z] fa9f2aab887a: Preparing [2021-01-20T16:11:29.687Z] d142cf10f70c: Preparing [2021-01-20T16:11:29.687Z] b6498550150e: Preparing [2021-01-20T16:11:29.687Z] 562cbcf1c4df: Preparing [2021-01-20T16:11:29.687Z] 777b2c648970: Preparing [2021-01-20T16:11:29.687Z] b6498550150e: Waiting [2021-01-20T16:11:29.687Z] 562cbcf1c4df: Waiting [2021-01-20T16:11:29.687Z] 777b2c648970: Waiting [2021-01-20T16:11:29.687Z] d142cf10f70c: Waiting [2021-01-20T16:11:29.687Z] 44a661ace3fa: Layer already exists [2021-01-20T16:11:29.687Z] d1a433a272e0: Layer already exists [2021-01-20T16:11:29.687Z] 417af02ffdbb: Layer already exists [2021-01-20T16:11:29.687Z] fa9f2aab887a: Layer already exists [2021-01-20T16:11:29.687Z] 05e48081c404: Layer already exists [2021-01-20T16:11:29.960Z] 562cbcf1c4df: Layer already exists [2021-01-20T16:11:29.960Z] 777b2c648970: Layer already exists [2021-01-20T16:11:29.960Z] b6498550150e: Layer already exists [2021-01-20T16:11:29.960Z] d142cf10f70c: Layer already exists [2021-01-20T16:11:29.960Z] master: digest: sha256:15e03c54e6af1cc1c3cd903d90257fbb6f4a8b314eb7e8662ccbe32c95aaa711 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:11:30.228Z] ===================================================== [Pipeline] echo [2021-01-20T16:11:30.271Z] taggedImages: [2021-01-20T16:11:30.272Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:30.272Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.47 [2021-01-20T16:11:30.272Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:30.272Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-20T16:11:30.369Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-20T16:11:30.369Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:30.369Z] 2.0.0-dev.47 [2021-01-20T16:11:30.369Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:30.369Z] master [2021-01-20T16:11:30.369Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:31.234Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:32.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:32.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-20T16:11:32.653Z] 407110185ef2: Preparing [2021-01-20T16:11:32.653Z] 5319aa9db635: Preparing [2021-01-20T16:11:32.653Z] b18ac151725b: Preparing [2021-01-20T16:11:32.653Z] 03d9492e4e06: Preparing [2021-01-20T16:11:32.653Z] 302139a2d018: Preparing [2021-01-20T16:11:32.653Z] 96cf80209dcc: Preparing [2021-01-20T16:11:32.653Z] 96cf80209dcc: Waiting [2021-01-20T16:11:33.264Z] b18ac151725b: Layer already exists [2021-01-20T16:11:33.616Z] 407110185ef2: Pushed [2021-01-20T16:11:33.616Z] 302139a2d018: Pushed [2021-01-20T16:11:33.616Z] 03d9492e4e06: Pushed [2021-01-20T16:11:34.079Z] 96cf80209dcc: Pushed [2021-01-20T16:11:35.152Z] 5319aa9db635: Pushed [2021-01-20T16:11:35.453Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:e052fd64967266c92d9fe71009d5cebe0da4036d9abe6e2b959391ec479505d3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:36.157Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:36.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.47 [2021-01-20T16:11:37.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-20T16:11:37.559Z] 407110185ef2: Preparing [2021-01-20T16:11:37.559Z] 5319aa9db635: Preparing [2021-01-20T16:11:37.559Z] b18ac151725b: Preparing [2021-01-20T16:11:37.559Z] 03d9492e4e06: Preparing [2021-01-20T16:11:37.559Z] 302139a2d018: Preparing [2021-01-20T16:11:37.559Z] 96cf80209dcc: Preparing [2021-01-20T16:11:37.559Z] 96cf80209dcc: Waiting [2021-01-20T16:11:37.559Z] 5319aa9db635: Layer already exists [2021-01-20T16:11:37.559Z] 302139a2d018: Layer already exists [2021-01-20T16:11:37.559Z] b18ac151725b: Layer already exists [2021-01-20T16:11:37.559Z] 407110185ef2: Layer already exists [2021-01-20T16:11:37.559Z] 03d9492e4e06: Layer already exists [2021-01-20T16:11:37.559Z] 96cf80209dcc: Layer already exists [2021-01-20T16:11:37.559Z] 2.0.0-dev.47: digest: sha256:e052fd64967266c92d9fe71009d5cebe0da4036d9abe6e2b959391ec479505d3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:37.932Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:38.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:38.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-20T16:11:38.913Z] 407110185ef2: Preparing [2021-01-20T16:11:38.913Z] 5319aa9db635: Preparing [2021-01-20T16:11:38.913Z] b18ac151725b: Preparing [2021-01-20T16:11:38.913Z] 03d9492e4e06: Preparing [2021-01-20T16:11:38.913Z] 302139a2d018: Preparing [2021-01-20T16:11:38.913Z] 96cf80209dcc: Preparing [2021-01-20T16:11:38.913Z] 96cf80209dcc: Waiting [2021-01-20T16:11:39.192Z] 302139a2d018: Layer already exists [2021-01-20T16:11:39.192Z] 03d9492e4e06: Layer already exists [2021-01-20T16:11:39.192Z] b18ac151725b: Layer already exists [2021-01-20T16:11:39.192Z] 5319aa9db635: Layer already exists [2021-01-20T16:11:39.192Z] 407110185ef2: Layer already exists [2021-01-20T16:11:39.192Z] 96cf80209dcc: Layer already exists [2021-01-20T16:11:39.192Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:e052fd64967266c92d9fe71009d5cebe0da4036d9abe6e2b959391ec479505d3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:39.597Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:40.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-20T16:11:40.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-20T16:11:40.680Z] 407110185ef2: Preparing [2021-01-20T16:11:40.680Z] 5319aa9db635: Preparing [2021-01-20T16:11:40.680Z] b18ac151725b: Preparing [2021-01-20T16:11:40.680Z] 03d9492e4e06: Preparing [2021-01-20T16:11:40.680Z] 302139a2d018: Preparing [2021-01-20T16:11:40.680Z] 96cf80209dcc: Preparing [2021-01-20T16:11:40.680Z] 96cf80209dcc: Waiting [2021-01-20T16:11:40.680Z] 03d9492e4e06: Layer already exists [2021-01-20T16:11:40.986Z] 302139a2d018: Layer already exists [2021-01-20T16:11:40.986Z] 407110185ef2: Layer already exists [2021-01-20T16:11:40.986Z] 5319aa9db635: Layer already exists [2021-01-20T16:11:40.986Z] b18ac151725b: Layer already exists [2021-01-20T16:11:40.986Z] 96cf80209dcc: Layer already exists [2021-01-20T16:11:40.986Z] master: digest: sha256:e052fd64967266c92d9fe71009d5cebe0da4036d9abe6e2b959391ec479505d3 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:11:41.257Z] ===================================================== [Pipeline] echo [2021-01-20T16:11:41.303Z] taggedImages: [2021-01-20T16:11:41.303Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:41.303Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.47 [2021-01-20T16:11:41.303Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:41.303Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-20T16:11:41.367Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-20T16:11:41.367Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:41.367Z] 2.0.0-dev.47 [2021-01-20T16:11:41.367Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:41.367Z] master [2021-01-20T16:11:41.367Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:41.936Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:42.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:42.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-20T16:11:42.830Z] 44b8db59982d: Preparing [2021-01-20T16:11:42.830Z] 2cbe768312c3: Preparing [2021-01-20T16:11:42.830Z] b18ac151725b: Preparing [2021-01-20T16:11:42.830Z] b18ac151725b: Layer already exists [2021-01-20T16:11:42.830Z] 44b8db59982d: Pushed [2021-01-20T16:11:44.892Z] 2cbe768312c3: Pushed [2021-01-20T16:11:45.159Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:e0803d94e4669107276921f0e3a0e30ed28fab205624220ad6e6dc50ff14c278 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:45.562Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:46.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.47 [2021-01-20T16:11:46.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-20T16:11:46.303Z] 44b8db59982d: Preparing [2021-01-20T16:11:46.303Z] 2cbe768312c3: Preparing [2021-01-20T16:11:46.303Z] b18ac151725b: Preparing [2021-01-20T16:11:46.303Z] b18ac151725b: Layer already exists [2021-01-20T16:11:46.303Z] 44b8db59982d: Layer already exists [2021-01-20T16:11:46.303Z] 2cbe768312c3: Layer already exists [2021-01-20T16:11:46.583Z] 2.0.0-dev.47: digest: sha256:e0803d94e4669107276921f0e3a0e30ed28fab205624220ad6e6dc50ff14c278 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:47.180Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:47.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:48.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-20T16:11:48.308Z] 44b8db59982d: Preparing [2021-01-20T16:11:48.308Z] 2cbe768312c3: Preparing [2021-01-20T16:11:48.308Z] b18ac151725b: Preparing [2021-01-20T16:11:48.308Z] 44b8db59982d: Layer already exists [2021-01-20T16:11:48.308Z] 2cbe768312c3: Layer already exists [2021-01-20T16:11:48.308Z] b18ac151725b: Layer already exists [2021-01-20T16:11:48.599Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:e0803d94e4669107276921f0e3a0e30ed28fab205624220ad6e6dc50ff14c278 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:49.006Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:49.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-20T16:11:50.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-20T16:11:50.166Z] 44b8db59982d: Preparing [2021-01-20T16:11:50.166Z] 2cbe768312c3: Preparing [2021-01-20T16:11:50.166Z] b18ac151725b: Preparing [2021-01-20T16:11:50.166Z] b18ac151725b: Layer already exists [2021-01-20T16:11:50.166Z] 44b8db59982d: Layer already exists [2021-01-20T16:11:50.166Z] 2cbe768312c3: Layer already exists [2021-01-20T16:11:50.166Z] master: digest: sha256:e0803d94e4669107276921f0e3a0e30ed28fab205624220ad6e6dc50ff14c278 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:11:50.369Z] ===================================================== [Pipeline] echo [2021-01-20T16:11:50.420Z] taggedImages: [2021-01-20T16:11:50.420Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:50.420Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.47 [2021-01-20T16:11:50.420Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:50.420Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-20T16:11:50.499Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-20T16:11:50.499Z] b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:50.499Z] 2.0.0-dev.47 [2021-01-20T16:11:50.499Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:11:50.499Z] master [2021-01-20T16:11:50.499Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:51.081Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:11:51.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:11:51.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-20T16:11:51.701Z] e792030c8280: Preparing [2021-01-20T16:11:51.701Z] 923f97137d0a: Preparing [2021-01-20T16:11:51.701Z] 7f2106ce8620: Preparing [2021-01-20T16:11:51.701Z] c2c514274729: Preparing [2021-01-20T16:11:51.701Z] 17b16bbfb14c: Preparing [2021-01-20T16:11:51.701Z] 5425a19331f1: Preparing [2021-01-20T16:11:51.701Z] f60b484772f4: Preparing [2021-01-20T16:11:51.701Z] 0754057c0ad3: Preparing [2021-01-20T16:11:51.701Z] 998cdf262ab1: Preparing [2021-01-20T16:11:51.701Z] 02e56110abd2: Preparing [2021-01-20T16:11:51.701Z] abc36efb885a: Preparing [2021-01-20T16:11:51.701Z] b0b09059f4e1: Preparing [2021-01-20T16:11:51.701Z] bb961f40224b: Preparing [2021-01-20T16:11:51.701Z] f4666769fca7: Preparing [2021-01-20T16:11:51.701Z] b0b09059f4e1: Waiting [2021-01-20T16:11:51.701Z] bb961f40224b: Waiting [2021-01-20T16:11:51.701Z] 5425a19331f1: Waiting [2021-01-20T16:11:51.701Z] f4666769fca7: Waiting [2021-01-20T16:11:51.701Z] f60b484772f4: Waiting [2021-01-20T16:11:51.701Z] 0754057c0ad3: Waiting [2021-01-20T16:11:51.701Z] 998cdf262ab1: Waiting [2021-01-20T16:11:51.701Z] 02e56110abd2: Waiting [2021-01-20T16:11:51.701Z] abc36efb885a: Waiting [2021-01-20T16:11:52.037Z] 17b16bbfb14c: Pushed [2021-01-20T16:11:52.037Z] e792030c8280: Pushed [2021-01-20T16:11:53.292Z] c2c514274729: Pushed [2021-01-20T16:11:53.292Z] 0754057c0ad3: Layer already exists [2021-01-20T16:11:53.292Z] f60b484772f4: Pushed [2021-01-20T16:11:53.561Z] 923f97137d0a: Pushed [2021-01-20T16:11:53.561Z] 998cdf262ab1: Layer already exists [2021-01-20T16:11:53.561Z] 02e56110abd2: Layer already exists [2021-01-20T16:11:53.561Z] abc36efb885a: Layer already exists [2021-01-20T16:11:53.561Z] b0b09059f4e1: Layer already exists [2021-01-20T16:11:53.844Z] bb961f40224b: Layer already exists [2021-01-20T16:11:53.844Z] f4666769fca7: Layer already exists [2021-01-20T16:11:54.886Z] 5425a19331f1: Pushed [2021-01-20T16:12:13.493Z] 7f2106ce8620: Pushed [2021-01-20T16:12:13.493Z] b641f4fe6866282541f2491776ace8236c0fa9c5: digest: sha256:e1a4d675a2f02582180d4956ba8072cfe0f657ac9d29b2f4af200660381582af size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:12:13.944Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:12:14.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.47 [2021-01-20T16:12:14.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-20T16:12:14.622Z] e792030c8280: Preparing [2021-01-20T16:12:14.622Z] 923f97137d0a: Preparing [2021-01-20T16:12:14.622Z] 7f2106ce8620: Preparing [2021-01-20T16:12:14.622Z] c2c514274729: Preparing [2021-01-20T16:12:14.622Z] 17b16bbfb14c: Preparing [2021-01-20T16:12:14.622Z] 5425a19331f1: Preparing [2021-01-20T16:12:14.622Z] f60b484772f4: Preparing [2021-01-20T16:12:14.622Z] 0754057c0ad3: Preparing [2021-01-20T16:12:14.622Z] 998cdf262ab1: Preparing [2021-01-20T16:12:14.622Z] 02e56110abd2: Preparing [2021-01-20T16:12:14.622Z] abc36efb885a: Preparing [2021-01-20T16:12:14.622Z] b0b09059f4e1: Preparing [2021-01-20T16:12:14.622Z] bb961f40224b: Preparing [2021-01-20T16:12:14.622Z] f4666769fca7: Preparing [2021-01-20T16:12:14.622Z] 5425a19331f1: Waiting [2021-01-20T16:12:14.622Z] 998cdf262ab1: Waiting [2021-01-20T16:12:14.622Z] 02e56110abd2: Waiting [2021-01-20T16:12:14.622Z] abc36efb885a: Waiting [2021-01-20T16:12:14.622Z] b0b09059f4e1: Waiting [2021-01-20T16:12:14.622Z] bb961f40224b: Waiting [2021-01-20T16:12:14.622Z] f4666769fca7: Waiting [2021-01-20T16:12:14.622Z] f60b484772f4: Waiting [2021-01-20T16:12:14.622Z] 0754057c0ad3: Waiting [2021-01-20T16:12:14.622Z] 7f2106ce8620: Layer already exists [2021-01-20T16:12:14.622Z] 17b16bbfb14c: Layer already exists [2021-01-20T16:12:14.622Z] 923f97137d0a: Layer already exists [2021-01-20T16:12:14.622Z] e792030c8280: Layer already exists [2021-01-20T16:12:14.622Z] c2c514274729: Layer already exists [2021-01-20T16:12:14.904Z] 0754057c0ad3: Layer already exists [2021-01-20T16:12:14.904Z] 02e56110abd2: Layer already exists [2021-01-20T16:12:14.904Z] 998cdf262ab1: Layer already exists [2021-01-20T16:12:14.904Z] 5425a19331f1: Layer already exists [2021-01-20T16:12:14.904Z] f60b484772f4: Layer already exists [2021-01-20T16:12:14.904Z] b0b09059f4e1: Layer already exists [2021-01-20T16:12:14.904Z] abc36efb885a: Layer already exists [2021-01-20T16:12:14.904Z] f4666769fca7: Layer already exists [2021-01-20T16:12:14.904Z] bb961f40224b: Layer already exists [2021-01-20T16:12:14.904Z] 2.0.0-dev.47: digest: sha256:e1a4d675a2f02582180d4956ba8072cfe0f657ac9d29b2f4af200660381582af size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:12:15.751Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:12:16.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:12:16.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-20T16:12:16.791Z] e792030c8280: Preparing [2021-01-20T16:12:16.791Z] 923f97137d0a: Preparing [2021-01-20T16:12:16.791Z] 7f2106ce8620: Preparing [2021-01-20T16:12:16.791Z] c2c514274729: Preparing [2021-01-20T16:12:16.791Z] 17b16bbfb14c: Preparing [2021-01-20T16:12:16.791Z] 5425a19331f1: Preparing [2021-01-20T16:12:16.791Z] f60b484772f4: Preparing [2021-01-20T16:12:16.791Z] 0754057c0ad3: Preparing [2021-01-20T16:12:16.791Z] 998cdf262ab1: Preparing [2021-01-20T16:12:16.791Z] 02e56110abd2: Preparing [2021-01-20T16:12:16.791Z] abc36efb885a: Preparing [2021-01-20T16:12:16.791Z] b0b09059f4e1: Preparing [2021-01-20T16:12:16.791Z] bb961f40224b: Preparing [2021-01-20T16:12:16.791Z] f4666769fca7: Preparing [2021-01-20T16:12:16.791Z] 5425a19331f1: Waiting [2021-01-20T16:12:16.791Z] f60b484772f4: Waiting [2021-01-20T16:12:16.791Z] 0754057c0ad3: Waiting [2021-01-20T16:12:16.791Z] 998cdf262ab1: Waiting [2021-01-20T16:12:16.791Z] 02e56110abd2: Waiting [2021-01-20T16:12:16.791Z] abc36efb885a: Waiting [2021-01-20T16:12:16.791Z] b0b09059f4e1: Waiting [2021-01-20T16:12:16.791Z] bb961f40224b: Waiting [2021-01-20T16:12:16.791Z] f4666769fca7: Waiting [2021-01-20T16:12:16.791Z] e792030c8280: Layer already exists [2021-01-20T16:12:16.791Z] 17b16bbfb14c: Layer already exists [2021-01-20T16:12:16.791Z] 7f2106ce8620: Layer already exists [2021-01-20T16:12:16.791Z] 923f97137d0a: Layer already exists [2021-01-20T16:12:16.791Z] c2c514274729: Layer already exists [2021-01-20T16:12:17.102Z] 5425a19331f1: Layer already exists [2021-01-20T16:12:17.102Z] f60b484772f4: Layer already exists [2021-01-20T16:12:17.102Z] 998cdf262ab1: Layer already exists [2021-01-20T16:12:17.102Z] 0754057c0ad3: Layer already exists [2021-01-20T16:12:17.102Z] 02e56110abd2: Layer already exists [2021-01-20T16:12:17.102Z] f4666769fca7: Layer already exists [2021-01-20T16:12:17.102Z] bb961f40224b: Layer already exists [2021-01-20T16:12:17.102Z] b0b09059f4e1: Layer already exists [2021-01-20T16:12:17.102Z] abc36efb885a: Layer already exists [2021-01-20T16:12:17.102Z] b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47: digest: sha256:e1a4d675a2f02582180d4956ba8072cfe0f657ac9d29b2f4af200660381582af size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:12:17.571Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:12:18.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-20T16:12:18.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-20T16:12:18.519Z] e792030c8280: Preparing [2021-01-20T16:12:18.519Z] 923f97137d0a: Preparing [2021-01-20T16:12:18.519Z] 7f2106ce8620: Preparing [2021-01-20T16:12:18.519Z] c2c514274729: Preparing [2021-01-20T16:12:18.519Z] 17b16bbfb14c: Preparing [2021-01-20T16:12:18.519Z] 5425a19331f1: Preparing [2021-01-20T16:12:18.519Z] f60b484772f4: Preparing [2021-01-20T16:12:18.519Z] 0754057c0ad3: Preparing [2021-01-20T16:12:18.519Z] 998cdf262ab1: Preparing [2021-01-20T16:12:18.519Z] 02e56110abd2: Preparing [2021-01-20T16:12:18.519Z] abc36efb885a: Preparing [2021-01-20T16:12:18.519Z] b0b09059f4e1: Preparing [2021-01-20T16:12:18.519Z] bb961f40224b: Preparing [2021-01-20T16:12:18.519Z] f4666769fca7: Preparing [2021-01-20T16:12:18.519Z] 5425a19331f1: Waiting [2021-01-20T16:12:18.519Z] f60b484772f4: Waiting [2021-01-20T16:12:18.519Z] 0754057c0ad3: Waiting [2021-01-20T16:12:18.519Z] 998cdf262ab1: Waiting [2021-01-20T16:12:18.519Z] 02e56110abd2: Waiting [2021-01-20T16:12:18.519Z] abc36efb885a: Waiting [2021-01-20T16:12:18.519Z] b0b09059f4e1: Waiting [2021-01-20T16:12:18.519Z] bb961f40224b: Waiting [2021-01-20T16:12:18.519Z] f4666769fca7: Waiting [2021-01-20T16:12:18.519Z] e792030c8280: Layer already exists [2021-01-20T16:12:18.519Z] 923f97137d0a: Layer already exists [2021-01-20T16:12:18.519Z] 7f2106ce8620: Layer already exists [2021-01-20T16:12:18.519Z] 17b16bbfb14c: Layer already exists [2021-01-20T16:12:18.519Z] c2c514274729: Layer already exists [2021-01-20T16:12:18.519Z] 5425a19331f1: Layer already exists [2021-01-20T16:12:18.519Z] 02e56110abd2: Layer already exists [2021-01-20T16:12:18.799Z] 998cdf262ab1: Layer already exists [2021-01-20T16:12:18.799Z] 0754057c0ad3: Layer already exists [2021-01-20T16:12:18.799Z] f60b484772f4: Layer already exists [2021-01-20T16:12:18.799Z] b0b09059f4e1: Layer already exists [2021-01-20T16:12:18.799Z] abc36efb885a: Layer already exists [2021-01-20T16:12:18.799Z] f4666769fca7: Layer already exists [2021-01-20T16:12:18.799Z] bb961f40224b: Layer already exists [2021-01-20T16:12:18.799Z] master: digest: sha256:e1a4d675a2f02582180d4956ba8072cfe0f657ac9d29b2f4af200660381582af size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-20T16:12:18.994Z] ===================================================== [Pipeline] echo [2021-01-20T16:12:19.044Z] taggedImages: [2021-01-20T16:12:19.044Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b641f4fe6866282541f2491776ace8236c0fa9c5 [2021-01-20T16:12:19.044Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.47 [2021-01-20T16:12:19.044Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b641f4fe6866282541f2491776ace8236c0fa9c5-2.0.0-dev.47 [2021-01-20T16:12:19.044Z] - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-20T16:12:20.986Z] provisioning config files... [2021-01-20T16:12:20.998Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/310@tmp/config4928797572909677719tmp [Pipeline] { [Pipeline] sh [2021-01-20T16:12:21.606Z] + set +x [2021-01-20T16:12:21.606Z] + curl -s https://codecov.io/bash [2021-01-20T16:12:21.606Z] + bash -s -- [2021-01-20T16:12:22.250Z] [2021-01-20T16:12:22.250Z] _____ _ [2021-01-20T16:12:22.250Z] / ____| | | [2021-01-20T16:12:22.250Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T16:12:22.250Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T16:12:22.250Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T16:12:22.250Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T16:12:22.250Z] Bash-20210115-cec3c92 [2021-01-20T16:12:22.250Z] [2021-01-20T16:12:22.250Z] [2021-01-20T16:12:22.250Z] ==> git version 2.24.3 found [2021-01-20T16:12:22.250Z] ==> 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-20T16:12:22.250Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T16:12:22.250Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T16:12:22.250Z] ==> Jenkins CI detected. [2021-01-20T16:12:22.250Z] project root: . [2021-01-20T16:12:22.250Z] --> token set from env [2021-01-20T16:12:22.250Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T16:12:22.540Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T16:12:22.540Z] ==> Python coveragepy not found [2021-01-20T16:12:22.540Z] ==> Searching for coverage reports in: [2021-01-20T16:12:22.540Z] + . [2021-01-20T16:12:22.540Z] -> Found 1 reports [2021-01-20T16:12:22.540Z] ==> Detecting git/mercurial file structure [2021-01-20T16:12:22.540Z] ==> Reading reports [2021-01-20T16:12:22.820Z] + ./coverage.out bytes=550280 [2021-01-20T16:12:22.821Z] ==> Appending adjustments [2021-01-20T16:12:22.821Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T16:12:29.616Z] + Found adjustments [2021-01-20T16:12:29.616Z] ==> Gzipping contents [2021-01-20T16:12:29.616Z] 84K /tmp/codecov.IN8hXl.gz [2021-01-20T16:12:29.616Z] ==> Uploading reports [2021-01-20T16:12:29.616Z] url: https://codecov.io [2021-01-20T16:12:29.616Z] query: branch=master&commit=b641f4fe6866282541f2491776ace8236c0fa9c5&build=310&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F310%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T16:12:29.616Z] -> Pinging Codecov [2021-01-20T16:12:29.616Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=b641f4fe6866282541f2491776ace8236c0fa9c5&build=310&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F310%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-20T16:12:29.616Z] -> Uploading to [2021-01-20T16:12:29.616Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/00271124DB129430A58F1EEE437C3FCB/b641f4fe6866282541f2491776ace8236c0fa9c5/9c282de9-fbea-44cc-8c4f-0a2f3e66bd61.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T161229Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=070f00e810e9e80c1afad0f9fdb15110ffad1c66b92bb9b23eb1d8a2b335f2d7 [2021-01-20T16:12:29.616Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:12:29.616Z] Dload Upload Total Spent Left Speed [2021-01-20T16:12:30.204Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83382 0 0 100 83382 0 102k --:--:-- --:--:-- --:--:-- 102k 100 83382 0 0 100 83382 0 102k --:--:-- --:--:-- --:--:-- 101k [2021-01-20T16:12:30.469Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b641f4fe6866282541f2491776ace8236c0fa9c5 [Pipeline] } [2021-01-20T16:12:30.482Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-20T16:12:31.401Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-20T16:12:31.485Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:12:31.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T16:12:31.885Z] [2021-01-20T16:12:31.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:12:32.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T16:12:32.291Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-20T16:12:32.291Z] 188c0c94c7c5: Already exists [2021-01-20T16:12:32.291Z] 0ef7d3d256c8: Already exists [2021-01-20T16:12:32.291Z] de9db76c5a1d: Already exists [2021-01-20T16:12:32.291Z] 0eba1c9be4d2: Pulling fs layer [2021-01-20T16:12:32.291Z] 0d57e429df01: Pulling fs layer [2021-01-20T16:12:32.291Z] 4e4be7b47b0d: Pulling fs layer [2021-01-20T16:12:32.291Z] e1f770b5df2f: Pulling fs layer [2021-01-20T16:12:32.291Z] 85a0685a4137: Pulling fs layer [2021-01-20T16:12:32.291Z] e1f770b5df2f: Waiting [2021-01-20T16:12:32.291Z] 85a0685a4137: Waiting [2021-01-20T16:12:32.568Z] 4e4be7b47b0d: Verifying Checksum [2021-01-20T16:12:32.568Z] 4e4be7b47b0d: Download complete [2021-01-20T16:12:32.568Z] 0d57e429df01: Verifying Checksum [2021-01-20T16:12:32.568Z] 0d57e429df01: Download complete [2021-01-20T16:12:35.292Z] e1f770b5df2f: Verifying Checksum [2021-01-20T16:12:35.292Z] e1f770b5df2f: Download complete [2021-01-20T16:12:45.949Z] 0eba1c9be4d2: Verifying Checksum [2021-01-20T16:12:45.949Z] 0eba1c9be4d2: Download complete [2021-01-20T16:12:45.949Z] 85a0685a4137: Verifying Checksum [2021-01-20T16:12:45.949Z] 85a0685a4137: Download complete [2021-01-20T16:12:58.746Z] 0eba1c9be4d2: Pull complete [2021-01-20T16:12:59.746Z] 0d57e429df01: Pull complete [2021-01-20T16:12:59.746Z] 4e4be7b47b0d: Pull complete [2021-01-20T16:13:03.170Z] e1f770b5df2f: Pull complete [2021-01-20T16:13:18.400Z] 85a0685a4137: Pull complete [2021-01-20T16:13:18.400Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-20T16:13:18.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-20T16:13:18.400Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-20T16:13:19.258Z] prd-centos7-docker-4c-2g-21640 does not seem to be running inside a container [2021-01-20T16:13:19.466Z] $ 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/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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-snyk-go:1.410.4 cat [2021-01-20T16:13:21.493Z] $ docker top debde32c62326889679cc8f199fe4c7dd60b3648b11792f0d909da0efb2774fe -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T16:13:21.940Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-20T16:13:22.674Z] + set -o pipefail [2021-01-20T16:13:22.674Z] + snyk monitor '--org=edgex-jenkins' [2021-01-20T16:13:37.818Z] [2021-01-20T16:13:37.818Z] Monitoring /w/workspace/edgex-go/310 (github.com/edgexfoundry/edgex-go)... [2021-01-20T16:13:37.818Z] [2021-01-20T16:13:37.818Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/26494d31-d343-4f81-8ad3-581e1e9207ba [2021-01-20T16:13:37.818Z] [2021-01-20T16:13:37.818Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-20T16:13:37.818Z] [2021-01-20T16:13:37.818Z] [Pipeline] } [2021-01-20T16:13:37.848Z] $ docker stop --time=1 debde32c62326889679cc8f199fe4c7dd60b3648b11792f0d909da0efb2774fe [2021-01-20T16:13:42.092Z] $ docker rm -f debde32c62326889679cc8f199fe4c7dd60b3648b11792f0d909da0efb2774fe [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-20T16:13:43.623Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T16:13:43.671Z] provisioning config files... [2021-01-20T16:13:43.685Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/310@tmp/config1051279735094313403tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:13:44.233Z] --> edgex-publish-swagger.sh [2021-01-20T16:13:44.233Z] === Publish openapi/v1 API === [2021-01-20T16:13:44.233Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-20T16:13:44.233Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/310/openapi/v1/core-command.yaml] [2021-01-20T16:13:44.233Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:44.234Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:45.353Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8072 0:00:01 0:00:01 --:--:-- 8081 100 10522 0 0 100 10522 0 8071 0:00:01 0:00:01 --:--:-- 8075 [2021-01-20T16:13:45.353Z] [2021-01-20T16:13:45.353Z] [2021-01-20T16:13:45.353Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/310/openapi/v1/core-data.yaml] [2021-01-20T16:13:45.353Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:45.353Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:46.817Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28130 0:00:01 0:00:01 --:--:-- 28139 100 32557 0 0 100 32557 0 28122 0:00:01 0:00:01 --:--:-- 28139 [2021-01-20T16:13:46.817Z] [2021-01-20T16:13:46.817Z] [2021-01-20T16:13:46.817Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/310/openapi/v1/core-metadata.yaml] [2021-01-20T16:13:46.817Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:46.817Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:47.903Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 58871 0:00:01 0:00:01 --:--:-- 58929 100 73721 0 0 100 73721 0 58860 0:00:01 0:00:01 --:--:-- 58882 [2021-01-20T16:13:47.903Z] [2021-01-20T16:13:47.903Z] [2021-01-20T16:13:47.903Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/310/openapi/v1/support-logging.yaml] [2021-01-20T16:13:47.903Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:47.903Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:49.176Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11611 0:00:01 0:00:01 --:--:-- 11607 100 13581 0 0 100 13581 0 11608 0:00:01 0:00:01 --:--:-- 11607 [2021-01-20T16:13:49.176Z] [2021-01-20T16:13:49.176Z] [2021-01-20T16:13:49.176Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/310/openapi/v1/support-notifications.yaml] [2021-01-20T16:13:49.176Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:49.176Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:50.182Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36691 0:00:01 0:00:01 --:--:-- 36723 100 38890 0 0 100 38890 0 36685 0:00:01 0:00:01 --:--:-- 36723 [2021-01-20T16:13:50.182Z] [2021-01-20T16:13:50.182Z] [2021-01-20T16:13:50.182Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/310/openapi/v1/support-scheduler.yaml] [2021-01-20T16:13:50.182Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:50.182Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:51.224Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 14239 0:00:01 0:00:01 --:--:-- 14249 100 14249 0 0 100 14249 0 14235 0:00:01 0:00:01 --:--:-- 14249 [2021-01-20T16:13:51.224Z] [2021-01-20T16:13:51.224Z] [2021-01-20T16:13:51.224Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/310/openapi/v1/system-agent.yaml] [2021-01-20T16:13:51.224Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:51.224Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:52.744Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3281 0:00:01 0:00:01 --:--:-- 3282 100 4110 0 0 100 4110 0 3280 0:00:01 0:00:01 --:--:-- 3282 [2021-01-20T16:13:52.744Z] [2021-01-20T16:13:52.744Z] [2021-01-20T16:13:52.744Z] === Publish openapi/v2 API === [2021-01-20T16:13:52.744Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-20T16:13:52.744Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/310/openapi/v2/core-command.yaml] [2021-01-20T16:13:52.744Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:52.744Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:53.796Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 17478 0:00:01 0:00:01 --:--:-- 17485 100 20843 0 0 100 20843 0 17473 0:00:01 0:00:01 --:--:-- 17485 [2021-01-20T16:13:53.796Z] [2021-01-20T16:13:53.796Z] [2021-01-20T16:13:53.796Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/310/openapi/v2/core-data.yaml] [2021-01-20T16:13:53.796Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:53.796Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:55.120Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 49664 0:00:01 0:00:01 --:--:-- 49699 [2021-01-20T16:13:55.120Z] [2021-01-20T16:13:55.120Z] [2021-01-20T16:13:55.120Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/310/openapi/v2/core-metadata.yaml] [2021-01-20T16:13:55.120Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:55.120Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:56.111Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 97992 0:00:01 0:00:01 --:--:-- 98073 100 120k 0 0 100 120k 0 97968 0:00:01 0:00:01 --:--:-- 97996 [2021-01-20T16:13:56.111Z] [2021-01-20T16:13:56.111Z] [2021-01-20T16:13:56.111Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/310/openapi/v2/support-logging.yaml] [2021-01-20T16:13:56.111Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:56.111Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:57.879Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 18572 0:00:01 0:00:01 --:--:-- 18581 100 23692 0 0 100 23692 0 18172 0:00:01 0:00:01 --:--:-- 18182 [2021-01-20T16:13:57.879Z] [2021-01-20T16:13:57.879Z] [2021-01-20T16:13:57.879Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/310/openapi/v2/support-notifications.yaml] [2021-01-20T16:13:57.879Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:57.879Z] Dload Upload Total Spent Left Speed [2021-01-20T16:13:58.981Z] 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 43271 0:00:01 0:00:01 --:--:-- 43265 100 62691 0 0 100 62691 0 41593 0:00:01 0:00:01 --:--:-- 41599 [2021-01-20T16:13:59.270Z] [2021-01-20T16:13:59.271Z] [2021-01-20T16:13:59.271Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/310/openapi/v2/support-scheduler.yaml] [2021-01-20T16:13:59.271Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:13:59.271Z] Dload Upload Total Spent Left Speed [2021-01-20T16:14:00.251Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 34573 0:00:01 0:00:01 --:--:-- 34583 100 39667 0 0 100 39667 0 34568 0:00:01 0:00:01 --:--:-- 34583 [2021-01-20T16:14:00.251Z] [2021-01-20T16:14:00.251Z] [2021-01-20T16:14:00.251Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/310/openapi/v2/system-agent.yaml] [2021-01-20T16:14:00.251Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T16:14:00.251Z] Dload Upload Total Spent Left Speed [2021-01-20T16:14:01.684Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 19132 0:00:01 0:00:01 --:--:-- 19149 100 23726 0 0 100 23726 0 18565 0:00:01 0:00:01 --:--:-- 18579 [2021-01-20T16:14:01.684Z] [2021-01-20T16:14:01.684Z] [Pipeline] } [2021-01-20T16:14:01.710Z] 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-20T16:14:02.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T16:14:02.968Z] . [Pipeline] withDockerContainer [2021-01-20T16:14:03.379Z] prd-centos7-docker-4c-2g-21640 does not seem to be running inside a container [2021-01-20T16:14:03.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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:10004/edgex-devops/git-semver:latest cat [2021-01-20T16:14:05.479Z] $ docker top ef1dd32d054f2ccb324ed42323a7224d5d5730de04634e00a5107d71d4101c3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T16:14:06.587Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T16:14:06.587Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T16:14:07.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T16:14:07.611Z] $ docker exec ef1dd32d054f2ccb324ed42323a7224d5d5730de04634e00a5107d71d4101c3d ssh-agent [2021-01-20T16:14:08.011Z] SSH_AUTH_SOCK=/tmp/ssh-fTCS2Z2iPfWJ/agent.13 [2021-01-20T16:14:08.011Z] SSH_AGENT_PID=18 [2021-01-20T16:14:08.023Z] Running ssh-add (command line suppressed) [2021-01-20T16:14:08.333Z] Identity added: /w/workspace/edgex-go/310@tmp/private_key_3267903677411788696.key (/w/workspace/edgex-go/310@tmp/private_key_3267903677411788696.key) [2021-01-20T16:14:08.437Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T16:14:09.216Z] + git semver tag [2021-01-20T16:14:09.492Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T16:14:09.492Z] # $GIT_DIR = /w/workspace/edgex-go/310/.git [2021-01-20T16:14:09.492Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/310 [2021-01-20T16:14:09.492Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T16:14:09.492Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T16:14:09.492Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T16:14:09.492Z] # $SEMVER_BRANCH = master [2021-01-20T16:14:09.492Z] # $SEMVER_DIR = /w/workspace/edgex-go/310/.semver [2021-01-20T16:14:09.492Z] # b641f4fe6866282541f2491776ace8236c0fa9c5 HEAD [2021-01-20T16:14:10.523Z] # -> Force: false [2021-01-20T16:14:10.523Z] # c26dd06270a05aa191fe4dc072a70cba751de9ce refs/tags/v2.0.0-dev.47 [Pipeline] } [2021-01-20T16:14:10.560Z] $ docker exec --env ******** --env ******** ef1dd32d054f2ccb324ed42323a7224d5d5730de04634e00a5107d71d4101c3d ssh-agent -k [2021-01-20T16:14:11.056Z] unset SSH_AUTH_SOCK; [2021-01-20T16:14:11.067Z] unset SSH_AGENT_PID; [2021-01-20T16:14:11.067Z] echo Agent pid 18 killed; [2021-01-20T16:14:11.206Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T16:14:12.054Z] + git semver [Pipeline] } [2021-01-20T16:14:12.088Z] $ docker stop --time=1 ef1dd32d054f2ccb324ed42323a7224d5d5730de04634e00a5107d71d4101c3d [2021-01-20T16:14:14.004Z] $ docker rm -f ef1dd32d054f2ccb324ed42323a7224d5d5730de04634e00a5107d71d4101c3d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:14:14.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T16:14:15.175Z] [2021-01-20T16:14:15.175Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:14:15.629Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T16:14:15.902Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-20T16:14:15.902Z] ab5ef0e58194: Pulling fs layer [2021-01-20T16:14:15.902Z] 9712f1f96733: Pulling fs layer [2021-01-20T16:14:15.902Z] 63f879dbbcfc: Pulling fs layer [2021-01-20T16:14:15.902Z] 0d9ebad4ef96: Pulling fs layer [2021-01-20T16:14:15.902Z] e9a5061849ea: Pulling fs layer [2021-01-20T16:14:15.902Z] d747dcd14b5f: Pulling fs layer [2021-01-20T16:14:15.902Z] 2de7ff778b66: Pulling fs layer [2021-01-20T16:14:15.902Z] e9a5061849ea: Waiting [2021-01-20T16:14:15.902Z] d747dcd14b5f: Waiting [2021-01-20T16:14:15.902Z] 2de7ff778b66: Waiting [2021-01-20T16:14:15.902Z] 0d9ebad4ef96: Waiting [2021-01-20T16:14:15.902Z] 9712f1f96733: Verifying Checksum [2021-01-20T16:14:15.902Z] 9712f1f96733: Download complete [2021-01-20T16:14:21.622Z] 63f879dbbcfc: Verifying Checksum [2021-01-20T16:14:21.622Z] 63f879dbbcfc: Download complete [2021-01-20T16:14:22.360Z] e9a5061849ea: Verifying Checksum [2021-01-20T16:14:22.360Z] e9a5061849ea: Download complete [2021-01-20T16:14:22.360Z] d747dcd14b5f: Verifying Checksum [2021-01-20T16:14:22.360Z] d747dcd14b5f: Download complete [2021-01-20T16:14:22.647Z] 0d9ebad4ef96: Verifying Checksum [2021-01-20T16:14:22.647Z] 0d9ebad4ef96: Download complete [2021-01-20T16:14:23.310Z] ab5ef0e58194: Verifying Checksum [2021-01-20T16:14:23.310Z] ab5ef0e58194: Download complete [2021-01-20T16:14:23.626Z] 2de7ff778b66: Verifying Checksum [2021-01-20T16:14:23.626Z] 2de7ff778b66: Download complete [2021-01-20T16:14:34.083Z] ab5ef0e58194: Pull complete [2021-01-20T16:14:34.083Z] 9712f1f96733: Pull complete [2021-01-20T16:14:36.733Z] 63f879dbbcfc: Pull complete [2021-01-20T16:14:52.858Z] 0d9ebad4ef96: Pull complete [2021-01-20T16:14:54.408Z] e9a5061849ea: Pull complete [2021-01-20T16:14:54.704Z] d747dcd14b5f: Pull complete [2021-01-20T16:14:59.198Z] 2de7ff778b66: Pull complete [2021-01-20T16:14:59.198Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-20T16:14:59.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-20T16:14:59.198Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-20T16:14:59.751Z] prd-centos7-docker-4c-2g-21640 does not seem to be running inside a container [2021-01-20T16:14:59.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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-lftools:0.23.1-centos7 cat [2021-01-20T16:15:05.034Z] $ docker top a24db48bbb9eb6b0cfa09689ad7b91f92cfe5562ef3108c794878ab6fb391659 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-20T16:15:05.711Z] provisioning config files... [2021-01-20T16:15:05.738Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/310@tmp/config3937802919300425880tmp [2021-01-20T16:15:05.769Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/310@tmp/config8058987331003319146tmp [2021-01-20T16:15:05.801Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/310@tmp/config7723033617786912552tmp [Pipeline] { [Pipeline] echo [2021-01-20T16:15:05.869Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:15:06.532Z] ---> sigul-configuration.sh [2021-01-20T16:15:06.532Z] gpg: directory `/root/.gnupg' created [2021-01-20T16:15:06.532Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-20T16:15:06.532Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-20T16:15:06.532Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-20T16:15:06.532Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-20T16:15:06.532Z] gpg: CAST5 encrypted data [2021-01-20T16:15:06.532Z] gpg: encrypted with 1 passphrase [2021-01-20T16:15:06.532Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-20T16:15:07.198Z] + mkdir /home/jenkins [2021-01-20T16:15:07.198Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-20T16:15:07.909Z] + 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-20T16:15:07.929Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:15:09.093Z] ---> sigul-install.sh [2021-01-20T16:15:19.391Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-20T16:15:20.060Z] + git tag --list [2021-01-20T16:15:20.060Z] 0.6.0 [2021-01-20T16:15:20.060Z] 0.6.1 [2021-01-20T16:15:20.060Z] 0.7.0 [2021-01-20T16:15:20.060Z] 0.7.1 [2021-01-20T16:15:20.060Z] v1.0.0 [2021-01-20T16:15:20.060Z] v1.0.1 [2021-01-20T16:15:20.060Z] v1.1.0 [2021-01-20T16:15:20.060Z] v1.2.0 [2021-01-20T16:15:20.060Z] v1.2.1 [2021-01-20T16:15:20.060Z] v1.2.2-dev.1 [2021-01-20T16:15:20.060Z] v1.2.2-dev.10 [2021-01-20T16:15:20.060Z] v1.2.2-dev.100 [2021-01-20T16:15:20.060Z] v1.2.2-dev.101 [2021-01-20T16:15:20.060Z] v1.2.2-dev.102 [2021-01-20T16:15:20.060Z] v1.2.2-dev.103 [2021-01-20T16:15:20.060Z] v1.2.2-dev.104 [2021-01-20T16:15:20.060Z] v1.2.2-dev.105 [2021-01-20T16:15:20.060Z] v1.2.2-dev.106 [2021-01-20T16:15:20.060Z] v1.2.2-dev.107 [2021-01-20T16:15:20.060Z] v1.2.2-dev.11 [2021-01-20T16:15:20.060Z] v1.2.2-dev.12 [2021-01-20T16:15:20.060Z] v1.2.2-dev.13 [2021-01-20T16:15:20.060Z] v1.2.2-dev.14 [2021-01-20T16:15:20.060Z] v1.2.2-dev.15 [2021-01-20T16:15:20.060Z] v1.2.2-dev.16 [2021-01-20T16:15:20.060Z] v1.2.2-dev.17 [2021-01-20T16:15:20.060Z] v1.2.2-dev.18 [2021-01-20T16:15:20.060Z] v1.2.2-dev.19 [2021-01-20T16:15:20.060Z] v1.2.2-dev.2 [2021-01-20T16:15:20.060Z] v1.2.2-dev.20 [2021-01-20T16:15:20.060Z] v1.2.2-dev.21 [2021-01-20T16:15:20.060Z] v1.2.2-dev.22 [2021-01-20T16:15:20.060Z] v1.2.2-dev.23 [2021-01-20T16:15:20.060Z] v1.2.2-dev.24 [2021-01-20T16:15:20.060Z] v1.2.2-dev.25 [2021-01-20T16:15:20.060Z] v1.2.2-dev.26 [2021-01-20T16:15:20.060Z] v1.2.2-dev.27 [2021-01-20T16:15:20.060Z] v1.2.2-dev.28 [2021-01-20T16:15:20.060Z] v1.2.2-dev.29 [2021-01-20T16:15:20.060Z] v1.2.2-dev.3 [2021-01-20T16:15:20.060Z] v1.2.2-dev.30 [2021-01-20T16:15:20.060Z] v1.2.2-dev.31 [2021-01-20T16:15:20.060Z] v1.2.2-dev.32 [2021-01-20T16:15:20.060Z] v1.2.2-dev.33 [2021-01-20T16:15:20.060Z] v1.2.2-dev.34 [2021-01-20T16:15:20.060Z] v1.2.2-dev.35 [2021-01-20T16:15:20.060Z] v1.2.2-dev.36 [2021-01-20T16:15:20.060Z] v1.2.2-dev.37 [2021-01-20T16:15:20.060Z] v1.2.2-dev.38 [2021-01-20T16:15:20.060Z] v1.2.2-dev.39 [2021-01-20T16:15:20.060Z] v1.2.2-dev.4 [2021-01-20T16:15:20.060Z] v1.2.2-dev.40 [2021-01-20T16:15:20.060Z] v1.2.2-dev.41 [2021-01-20T16:15:20.060Z] v1.2.2-dev.42 [2021-01-20T16:15:20.060Z] v1.2.2-dev.43 [2021-01-20T16:15:20.060Z] v1.2.2-dev.44 [2021-01-20T16:15:20.060Z] v1.2.2-dev.45 [2021-01-20T16:15:20.060Z] v1.2.2-dev.46 [2021-01-20T16:15:20.060Z] v1.2.2-dev.47 [2021-01-20T16:15:20.060Z] v1.2.2-dev.48 [2021-01-20T16:15:20.060Z] v1.2.2-dev.49 [2021-01-20T16:15:20.060Z] v1.2.2-dev.5 [2021-01-20T16:15:20.060Z] v1.2.2-dev.50 [2021-01-20T16:15:20.060Z] v1.2.2-dev.51 [2021-01-20T16:15:20.060Z] v1.2.2-dev.52 [2021-01-20T16:15:20.060Z] v1.2.2-dev.53 [2021-01-20T16:15:20.060Z] v1.2.2-dev.54 [2021-01-20T16:15:20.060Z] v1.2.2-dev.55 [2021-01-20T16:15:20.060Z] v1.2.2-dev.56 [2021-01-20T16:15:20.060Z] v1.2.2-dev.57 [2021-01-20T16:15:20.060Z] v1.2.2-dev.58 [2021-01-20T16:15:20.060Z] v1.2.2-dev.59 [2021-01-20T16:15:20.060Z] v1.2.2-dev.6 [2021-01-20T16:15:20.060Z] v1.2.2-dev.60 [2021-01-20T16:15:20.060Z] v1.2.2-dev.61 [2021-01-20T16:15:20.060Z] v1.2.2-dev.62 [2021-01-20T16:15:20.060Z] v1.2.2-dev.63 [2021-01-20T16:15:20.060Z] v1.2.2-dev.64 [2021-01-20T16:15:20.060Z] v1.2.2-dev.65 [2021-01-20T16:15:20.060Z] v1.2.2-dev.66 [2021-01-20T16:15:20.060Z] v1.2.2-dev.67 [2021-01-20T16:15:20.060Z] v1.2.2-dev.68 [2021-01-20T16:15:20.060Z] v1.2.2-dev.69 [2021-01-20T16:15:20.060Z] v1.2.2-dev.7 [2021-01-20T16:15:20.060Z] v1.2.2-dev.70 [2021-01-20T16:15:20.060Z] v1.2.2-dev.71 [2021-01-20T16:15:20.060Z] v1.2.2-dev.72 [2021-01-20T16:15:20.060Z] v1.2.2-dev.73 [2021-01-20T16:15:20.060Z] v1.2.2-dev.74 [2021-01-20T16:15:20.060Z] v1.2.2-dev.75 [2021-01-20T16:15:20.060Z] v1.2.2-dev.76 [2021-01-20T16:15:20.060Z] v1.2.2-dev.77 [2021-01-20T16:15:20.060Z] v1.2.2-dev.78 [2021-01-20T16:15:20.060Z] v1.2.2-dev.79 [2021-01-20T16:15:20.060Z] v1.2.2-dev.8 [2021-01-20T16:15:20.060Z] v1.2.2-dev.80 [2021-01-20T16:15:20.060Z] v1.2.2-dev.81 [2021-01-20T16:15:20.060Z] v1.2.2-dev.82 [2021-01-20T16:15:20.060Z] v1.2.2-dev.83 [2021-01-20T16:15:20.060Z] v1.2.2-dev.84 [2021-01-20T16:15:20.060Z] v1.2.2-dev.85 [2021-01-20T16:15:20.060Z] v1.2.2-dev.86 [2021-01-20T16:15:20.060Z] v1.2.2-dev.87 [2021-01-20T16:15:20.060Z] v1.2.2-dev.88 [2021-01-20T16:15:20.060Z] v1.2.2-dev.89 [2021-01-20T16:15:20.060Z] v1.2.2-dev.9 [2021-01-20T16:15:20.060Z] v1.2.2-dev.90 [2021-01-20T16:15:20.060Z] v1.2.2-dev.91 [2021-01-20T16:15:20.060Z] v1.2.2-dev.92 [2021-01-20T16:15:20.060Z] v1.2.2-dev.93 [2021-01-20T16:15:20.060Z] v1.2.2-dev.94 [2021-01-20T16:15:20.060Z] v1.2.2-dev.95 [2021-01-20T16:15:20.060Z] v1.2.2-dev.96 [2021-01-20T16:15:20.060Z] v1.2.2-dev.97 [2021-01-20T16:15:20.060Z] v1.2.2-dev.98 [2021-01-20T16:15:20.060Z] v1.2.2-dev.99 [2021-01-20T16:15:20.060Z] v1.3.0 [2021-01-20T16:15:20.060Z] v1.3.1-dev.1 [2021-01-20T16:15:20.060Z] v1.3.1-dev.10 [2021-01-20T16:15:20.060Z] v1.3.1-dev.11 [2021-01-20T16:15:20.060Z] v1.3.1-dev.12 [2021-01-20T16:15:20.060Z] v1.3.1-dev.13 [2021-01-20T16:15:20.060Z] v1.3.1-dev.14 [2021-01-20T16:15:20.060Z] v1.3.1-dev.15 [2021-01-20T16:15:20.060Z] v1.3.1-dev.16 [2021-01-20T16:15:20.060Z] v1.3.1-dev.17 [2021-01-20T16:15:20.060Z] v1.3.1-dev.18 [2021-01-20T16:15:20.060Z] v1.3.1-dev.2 [2021-01-20T16:15:20.060Z] v1.3.1-dev.3 [2021-01-20T16:15:20.060Z] v1.3.1-dev.4 [2021-01-20T16:15:20.060Z] v1.3.1-dev.5 [2021-01-20T16:15:20.060Z] v1.3.1-dev.6 [2021-01-20T16:15:20.060Z] v1.3.1-dev.7 [2021-01-20T16:15:20.060Z] v1.3.1-dev.8 [2021-01-20T16:15:20.060Z] v1.3.1-dev.9 [2021-01-20T16:15:20.060Z] v2.0.0-dev.1 [2021-01-20T16:15:20.060Z] v2.0.0-dev.10 [2021-01-20T16:15:20.060Z] v2.0.0-dev.11 [2021-01-20T16:15:20.060Z] v2.0.0-dev.12 [2021-01-20T16:15:20.060Z] v2.0.0-dev.13 [2021-01-20T16:15:20.060Z] v2.0.0-dev.14 [2021-01-20T16:15:20.060Z] v2.0.0-dev.15 [2021-01-20T16:15:20.060Z] v2.0.0-dev.16 [2021-01-20T16:15:20.060Z] v2.0.0-dev.17 [2021-01-20T16:15:20.060Z] v2.0.0-dev.18 [2021-01-20T16:15:20.060Z] v2.0.0-dev.19 [2021-01-20T16:15:20.060Z] v2.0.0-dev.2 [2021-01-20T16:15:20.060Z] v2.0.0-dev.20 [2021-01-20T16:15:20.060Z] v2.0.0-dev.21 [2021-01-20T16:15:20.060Z] v2.0.0-dev.22 [2021-01-20T16:15:20.060Z] v2.0.0-dev.23 [2021-01-20T16:15:20.060Z] v2.0.0-dev.24 [2021-01-20T16:15:20.060Z] v2.0.0-dev.25 [2021-01-20T16:15:20.060Z] v2.0.0-dev.26 [2021-01-20T16:15:20.060Z] v2.0.0-dev.27 [2021-01-20T16:15:20.060Z] v2.0.0-dev.28 [2021-01-20T16:15:20.060Z] v2.0.0-dev.29 [2021-01-20T16:15:20.060Z] v2.0.0-dev.3 [2021-01-20T16:15:20.060Z] v2.0.0-dev.30 [2021-01-20T16:15:20.060Z] v2.0.0-dev.31 [2021-01-20T16:15:20.060Z] v2.0.0-dev.32 [2021-01-20T16:15:20.060Z] v2.0.0-dev.33 [2021-01-20T16:15:20.060Z] v2.0.0-dev.34 [2021-01-20T16:15:20.060Z] v2.0.0-dev.35 [2021-01-20T16:15:20.060Z] v2.0.0-dev.36 [2021-01-20T16:15:20.060Z] v2.0.0-dev.37 [2021-01-20T16:15:20.060Z] v2.0.0-dev.38 [2021-01-20T16:15:20.060Z] v2.0.0-dev.39 [2021-01-20T16:15:20.060Z] v2.0.0-dev.4 [2021-01-20T16:15:20.060Z] v2.0.0-dev.40 [2021-01-20T16:15:20.060Z] v2.0.0-dev.41 [2021-01-20T16:15:20.060Z] v2.0.0-dev.42 [2021-01-20T16:15:20.060Z] v2.0.0-dev.43 [2021-01-20T16:15:20.060Z] v2.0.0-dev.44 [2021-01-20T16:15:20.060Z] v2.0.0-dev.45 [2021-01-20T16:15:20.060Z] v2.0.0-dev.46 [2021-01-20T16:15:20.060Z] v2.0.0-dev.47 [2021-01-20T16:15:20.060Z] v2.0.0-dev.5 [2021-01-20T16:15:20.060Z] v2.0.0-dev.6 [2021-01-20T16:15:20.060Z] v2.0.0-dev.7 [2021-01-20T16:15:20.060Z] v2.0.0-dev.8 [2021-01-20T16:15:20.060Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-20T16:15:20.422Z] + lftools sign git-tag v2.0.0-dev.47 [2021-01-20T16:15:22.470Z] Signing Git tag with Sigul... [2021-01-20T16:15:22.470Z] Signing v2.0.0-dev.47 [Pipeline] echo [2021-01-20T16:15:24.502Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:15:25.218Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-20T16:15:25.238Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-20T16:15:25.388Z] $ docker stop --time=1 a24db48bbb9eb6b0cfa09689ad7b91f92cfe5562ef3108c794878ab6fb391659 [2021-01-20T16:15:27.789Z] $ docker rm -f a24db48bbb9eb6b0cfa09689ad7b91f92cfe5562ef3108c794878ab6fb391659 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:15:28.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T16:15:28.836Z] . [Pipeline] withDockerContainer [2021-01-20T16:15:29.020Z] prd-centos7-docker-4c-2g-21640 does not seem to be running inside a container [2021-01-20T16:15:29.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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:10004/edgex-devops/git-semver:latest cat [2021-01-20T16:15:30.697Z] $ docker top d9669477a79274cc72b469583fef132fa55e230d7e16151ff235bd18fc192d54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T16:15:31.224Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T16:15:31.224Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T16:15:31.633Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T16:15:31.644Z] $ docker exec d9669477a79274cc72b469583fef132fa55e230d7e16151ff235bd18fc192d54 ssh-agent [2021-01-20T16:15:32.015Z] SSH_AUTH_SOCK=/tmp/ssh-Pd9643Majl8O/agent.11 [2021-01-20T16:15:32.015Z] SSH_AGENT_PID=16 [2021-01-20T16:15:32.027Z] Running ssh-add (command line suppressed) [2021-01-20T16:15:32.450Z] Identity added: /w/workspace/edgex-go/310@tmp/private_key_24998738825054189.key (/w/workspace/edgex-go/310@tmp/private_key_24998738825054189.key) [2021-01-20T16:15:32.656Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T16:15:33.079Z] + git semver bump pre [2021-01-20T16:15:33.353Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T16:15:33.353Z] # $GIT_DIR = /w/workspace/edgex-go/310/.git [2021-01-20T16:15:33.353Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/310 [2021-01-20T16:15:33.353Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T16:15:33.353Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T16:15:33.353Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T16:15:33.353Z] # $SEMVER_BRANCH = master [2021-01-20T16:15:33.353Z] # $SEMVER_DIR = /w/workspace/edgex-go/310/.semver [2021-01-20T16:15:33.353Z] 2.0.0-dev.48 [Pipeline] } [2021-01-20T16:15:33.371Z] $ docker exec --env ******** --env ******** d9669477a79274cc72b469583fef132fa55e230d7e16151ff235bd18fc192d54 ssh-agent -k [2021-01-20T16:15:33.635Z] unset SSH_AUTH_SOCK; [2021-01-20T16:15:33.636Z] unset SSH_AGENT_PID; [2021-01-20T16:15:33.636Z] echo Agent pid 16 killed; [2021-01-20T16:15:33.735Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T16:15:34.279Z] + git semver [Pipeline] } [2021-01-20T16:15:34.580Z] $ docker stop --time=1 d9669477a79274cc72b469583fef132fa55e230d7e16151ff235bd18fc192d54 [2021-01-20T16:15:36.429Z] $ docker rm -f d9669477a79274cc72b469583fef132fa55e230d7e16151ff235bd18fc192d54 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:15:37.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T16:15:37.240Z] . [Pipeline] withDockerContainer [2021-01-20T16:15:37.603Z] prd-centos7-docker-4c-2g-21640 does not seem to be running inside a container [2021-01-20T16:15:37.776Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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:10004/edgex-devops/git-semver:latest cat [2021-01-20T16:15:39.535Z] $ docker top 216f78e143a08c9af00d73612421593078289335bd751a7c61ba4da7e601da65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T16:15:40.292Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T16:15:40.293Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T16:15:41.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T16:15:41.210Z] $ docker exec 216f78e143a08c9af00d73612421593078289335bd751a7c61ba4da7e601da65 ssh-agent [2021-01-20T16:15:41.862Z] SSH_AUTH_SOCK=/tmp/ssh-p6p4fXNYTQZQ/agent.11 [2021-01-20T16:15:41.862Z] SSH_AGENT_PID=16 [2021-01-20T16:15:41.872Z] Running ssh-add (command line suppressed) [2021-01-20T16:15:42.149Z] Identity added: /w/workspace/edgex-go/310@tmp/private_key_1443097634844615624.key (/w/workspace/edgex-go/310@tmp/private_key_1443097634844615624.key) [2021-01-20T16:15:42.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T16:15:42.981Z] + git semver push [2021-01-20T16:15:42.982Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T16:15:42.982Z] # $GIT_DIR = /w/workspace/edgex-go/310/.git [2021-01-20T16:15:42.982Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/310 [2021-01-20T16:15:42.982Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T16:15:42.982Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T16:15:42.982Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T16:15:42.982Z] # $SEMVER_BRANCH = master [2021-01-20T16:15:42.982Z] # $SEMVER_DIR = /w/workspace/edgex-go/310/.semver [Pipeline] } [2021-01-20T16:16:01.528Z] $ docker exec --env ******** --env ******** 216f78e143a08c9af00d73612421593078289335bd751a7c61ba4da7e601da65 ssh-agent -k [2021-01-20T16:16:02.571Z] unset SSH_AUTH_SOCK; [2021-01-20T16:16:02.571Z] unset SSH_AGENT_PID; [2021-01-20T16:16:02.571Z] echo Agent pid 16 killed; [2021-01-20T16:16:02.813Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T16:16:03.773Z] + git semver [Pipeline] } [2021-01-20T16:16:04.168Z] $ docker stop --time=1 216f78e143a08c9af00d73612421593078289335bd751a7c61ba4da7e601da65 [2021-01-20T16:16:06.207Z] $ docker rm -f 216f78e143a08c9af00d73612421593078289335bd751a7c61ba4da7e601da65 [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-20T16:16:07.454Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:16:09.423Z] ---> package-listing.sh [2021-01-20T16:16:09.423Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T16:16:09.423Z] ++ facter osfamily [2021-01-20T16:16:09.734Z] + OS_FAMILY=redhat [2021-01-20T16:16:09.734Z] + workspace=/w/workspace/edgex-go/310 [2021-01-20T16:16:09.734Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T16:16:09.734Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T16:16:09.734Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T16:16:09.734Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T16:16:09.734Z] + '[' /w/workspace/edgex-go/310 ']' [2021-01-20T16:16:09.734Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T16:16:09.734Z] + case "${OS_FAMILY}" in [2021-01-20T16:16:09.734Z] + sort [2021-01-20T16:16:09.734Z] + rpm -qa [2021-01-20T16:16:18.175Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T16:16:18.175Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T16:16:18.175Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T16:16:18.175Z] + '[' /w/workspace/edgex-go/310 ']' [2021-01-20T16:16:18.175Z] + mkdir -p /w/workspace/edgex-go/310/archives/ [2021-01-20T16:16:18.175Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/310/archives/ [Pipeline] echo [2021-01-20T16:16:18.216Z] 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/310/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T16:16:18.641Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:16:19.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T16:16:19.573Z] [2021-01-20T16:16:19.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T16:16:20.014Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T16:16:20.299Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T16:16:20.299Z] df20fa9351a1: Pulling fs layer [2021-01-20T16:16:20.299Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T16:16:20.299Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T16:16:20.299Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T16:16:20.299Z] 93b61091891f: Pulling fs layer [2021-01-20T16:16:20.299Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T16:16:20.299Z] 5e14af77c1be: Pulling fs layer [2021-01-20T16:16:20.299Z] 01666e4c0597: Pulling fs layer [2021-01-20T16:16:20.299Z] aa168da1d23b: Pulling fs layer [2021-01-20T16:16:20.299Z] 46f8f816bc3b: Waiting [2021-01-20T16:16:20.299Z] 93b61091891f: Waiting [2021-01-20T16:16:20.299Z] 93b9cdb0e59b: Waiting [2021-01-20T16:16:20.299Z] 5e14af77c1be: Waiting [2021-01-20T16:16:20.299Z] 01666e4c0597: Waiting [2021-01-20T16:16:20.299Z] aa168da1d23b: Waiting [2021-01-20T16:16:20.587Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T16:16:20.587Z] 46f8f816bc3b: Download complete [2021-01-20T16:16:20.587Z] df20fa9351a1: Verifying Checksum [2021-01-20T16:16:20.587Z] df20fa9351a1: Download complete [2021-01-20T16:16:20.587Z] 93b9cdb0e59b: Download complete [2021-01-20T16:16:20.587Z] 5e14af77c1be: Verifying Checksum [2021-01-20T16:16:20.587Z] 5e14af77c1be: Download complete [2021-01-20T16:16:20.864Z] 01666e4c0597: Verifying Checksum [2021-01-20T16:16:20.864Z] 01666e4c0597: Download complete [2021-01-20T16:16:20.864Z] 93b61091891f: Verifying Checksum [2021-01-20T16:16:20.864Z] 93b61091891f: Download complete [2021-01-20T16:16:21.535Z] df20fa9351a1: Pull complete [2021-01-20T16:16:22.242Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T16:16:22.242Z] 8ad3a11d3b57: Download complete [2021-01-20T16:16:22.242Z] 36b3adc4ff6f: Pull complete [2021-01-20T16:16:25.516Z] 8ad3a11d3b57: Pull complete [2021-01-20T16:16:25.516Z] 46f8f816bc3b: Pull complete [2021-01-20T16:16:27.130Z] 93b61091891f: Pull complete [2021-01-20T16:16:27.823Z] 93b9cdb0e59b: Pull complete [2021-01-20T16:16:28.486Z] 5e14af77c1be: Pull complete [2021-01-20T16:16:28.867Z] 01666e4c0597: Pull complete [2021-01-20T16:16:30.386Z] aa168da1d23b: Verifying Checksum [2021-01-20T16:16:30.386Z] aa168da1d23b: Download complete [2021-01-20T16:16:49.862Z] aa168da1d23b: Pull complete [2021-01-20T16:16:49.862Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T16:16:49.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T16:16:49.862Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T16:16:50.504Z] prd-centos7-docker-4c-2g-21640 does not seem to be running inside a container [2021-01-20T16:16:50.738Z] $ 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/310/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/310 -v /w/workspace/edgex-go/310:/w/workspace/edgex-go/310:rw,z -v /w/workspace/edgex-go/310@tmp:/w/workspace/edgex-go/310@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-lftools-log-publisher:alpine cat [2021-01-20T16:16:53.727Z] $ docker top 9b31ecc08086eb5082cd5d11fe59f4530d430e39f9954f44b0d7c514617c3ee2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T16:16:54.949Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T16:16:55.805Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T16:16:56.480Z] + ls /var/log/sa-host [2021-01-20T16:16:56.480Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T16:16:56.480Z] file_magic: OK [2021-01-20T16:16:56.480Z] HZ: Using current value: 100 [2021-01-20T16:16:56.480Z] file_header: OK [2021-01-20T16:16:56.480Z] 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-20T16:16:56.480Z] Statistics: [2021-01-20T16:16:56.480Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T16:16:56.480Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T16:16:56.480Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T16:16:56.480Z] file_magic: OK [2021-01-20T16:16:56.480Z] HZ: Using current value: 100 [2021-01-20T16:16:56.480Z] file_header: OK [2021-01-20T16:16:56.480Z] 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-20T16:16:56.480Z] Statistics: [2021-01-20T16:16:56.480Z] Hnuu...uuuununununu... [2021-01-20T16:16:56.480Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T16:16:56.787Z] provisioning config files... [2021-01-20T16:16:56.813Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/310@tmp/config8916536885864995765tmp [Pipeline] { [Pipeline] echo [2021-01-20T16:16:56.900Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:16:58.009Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T16:16:58.024Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T16:16:58.126Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:16:58.930Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T16:16:58.959Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:16:59.745Z] ---> sudo-logs.sh [2021-01-20T16:16:59.745Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T16:16:59.797Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:17:00.734Z] ---> job-cost.sh [2021-01-20T16:17:00.734Z] lf-activate-venv: SKIPPING [2021-01-20T16:17:00.734Z] INFO: No Stack... [2021-01-20T16:17:01.776Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T16:17:02.395Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T16:17:02.417Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T16:17:03.231Z] ---> logs-deploy.sh [2021-01-20T16:17:03.231Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/310 [2021-01-20T16:17:03.232Z] INFO: archiving workspace using pattern(s): [2021-01-20T16:17:05.965Z] Archives upload complete. [2021-01-20T16:17:06.392Z] INFO: archiving logs to Nexus