Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24949 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/339 [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/339 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 Commit message: "Merge pull request #3130 from weichou1229/issue-3117" > git rev-list --no-walk 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T10:21:04.518Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T10:21:05.080Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T10:21:05.275Z] ========================================================= [2021-02-04T10:21:05.275Z] EdgeX Global Pipelines Version Info [2021-02-04T10:21:05.275Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:21:06.853Z] ------------------- [2021-02-04T10:21:06.853Z] stable info: [2021-02-04T10:21:06.853Z] ------------------- [2021-02-04T10:21:06.853Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:21:06.853Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:21:06.853Z] Message: update stable to v1.0.179 [2021-02-04T10:21:07.805Z] ------------------- [2021-02-04T10:21:07.805Z] experimental info: [2021-02-04T10:21:07.805Z] ------------------- [2021-02-04T10:21:07.805Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:21:07.805Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:21:07.805Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T10:21:08.251Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T10:21:08.436Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T10:21:08.619Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T10:21:08.796Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T10:21:08.978Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T10:21:09.189Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T10:21:09.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T10:21:09.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T10:21:09.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T10:21:10.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T10:21:10.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T10:21:10.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T10:21:10.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T10:21:10.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T10:21:11.093Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:21:11.271Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:21:11.465Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T10:21:11.650Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T10:21:11.853Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T10:21:12.052Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T10:21:12.241Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T10:21:12.423Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T10:21:12.603Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T10:21:12.783Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-04T10:21:12.979Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-04T10:21:13.159Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-04T10:21:13.342Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] echo [2021-02-04T10:21:13.525Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8244c76 [Pipeline] echo [2021-02-04T10:21:13.711Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:21:14.047Z] provisioning config files... [2021-02-04T10:21:14.088Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/339@tmp/config7087435452396061955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:21:14.562Z] ---> docker-login.sh [2021-02-04T10:21:14.562Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:21:14.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:21:15.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:21:15.096Z] Configure a credential helper to remove this warning. See [2021-02-04T10:21:15.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:21:15.096Z] [2021-02-04T10:21:15.096Z] Login Succeeded [2021-02-04T10:21:15.096Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:21:15.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:21:15.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:21:15.366Z] Configure a credential helper to remove this warning. See [2021-02-04T10:21:15.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:21:15.366Z] [2021-02-04T10:21:15.366Z] Login Succeeded [2021-02-04T10:21:15.366Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:21:15.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:21:15.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:21:15.630Z] Configure a credential helper to remove this warning. See [2021-02-04T10:21:15.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:21:15.630Z] [2021-02-04T10:21:15.630Z] Login Succeeded [2021-02-04T10:21:15.630Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:21:15.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:21:15.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:21:15.895Z] Configure a credential helper to remove this warning. See [2021-02-04T10:21:15.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:21:15.895Z] [2021-02-04T10:21:15.895Z] Login Succeeded [2021-02-04T10:21:15.895Z] docker.io [2021-02-04T10:21:15.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:21:16.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:21:16.847Z] Configure a credential helper to remove this warning. See [2021-02-04T10:21:16.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:21:16.847Z] [2021-02-04T10:21:16.847Z] Login Succeeded [2021-02-04T10:21:16.847Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:21:16.860Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:21:17.546Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-04T10:21:17.546Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:21:17.546Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T10:21:17.546Z] ++ cut -d/ -f2 [2021-02-04T10:21:17.546Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T10:21:17.546Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:21:17.546Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T10:21:17.546Z] ++ cut -d/ -f2 [2021-02-04T10:21:17.546Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T10:21:17.546Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:21:17.546Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T10:21:17.546Z] ++ cut -d/ -f2 [2021-02-04T10:21:17.546Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T10:21:17.546Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:21:17.546Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T10:21:17.546Z] ++ cut -d/ -f2 [2021-02-04T10:21:17.546Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T10:21:17.546Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:21:17.546Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T10:21:17.546Z] ++ cut -d/ -f2 [2021-02-04T10:21:17.546Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T10:21:17.546Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:21:17.546Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:21:17.546Z] ++ cut -d/ -f2 [2021-02-04T10:21:17.546Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:21:17.546Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:21:17.546Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T10:21:17.546Z] ++ cut -d/ -f2 [2021-02-04T10:21:17.546Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T10:21:17.546Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:21:17.546Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T10:21:17.546Z] ++ cut -d/ -f2 [2021-02-04T10:21:17.546Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T10:21:17.546Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:21:17.546Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T10:21:17.546Z] ++ cut -d/ -f2 [2021-02-04T10:21:17.546Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T10:21:17.633Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:21:19.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:21:19.769Z] [2021-02-04T10:21:19.769Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:21:20.179Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:21:20.179Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T10:21:20.179Z] 31603596830f: Pulling fs layer [2021-02-04T10:21:20.179Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T10:21:20.179Z] 6ca5941a6612: Pulling fs layer [2021-02-04T10:21:20.179Z] ecc8261a40a4: Pulling fs layer [2021-02-04T10:21:20.179Z] ecc8261a40a4: Waiting [2021-02-04T10:21:20.179Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T10:21:20.179Z] 2a8b12db71e7: Download complete [2021-02-04T10:21:20.446Z] 31603596830f: Download complete [2021-02-04T10:21:20.446Z] ecc8261a40a4: Verifying Checksum [2021-02-04T10:21:20.446Z] ecc8261a40a4: Download complete [2021-02-04T10:21:20.720Z] 6ca5941a6612: Verifying Checksum [2021-02-04T10:21:20.720Z] 6ca5941a6612: Download complete [2021-02-04T10:21:20.991Z] 31603596830f: Pull complete [2021-02-04T10:21:21.257Z] 2a8b12db71e7: Pull complete [2021-02-04T10:21:22.223Z] 6ca5941a6612: Pull complete [2021-02-04T10:21:22.223Z] ecc8261a40a4: Pull complete [2021-02-04T10:21:22.223Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T10:21:22.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:21:22.223Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T10:21:22.343Z] prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container [2021-02-04T10:21:22.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T10:21:24.880Z] $ docker top 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T10:21:25.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:21:25.409Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:21:25.654Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:21:25.663Z] $ docker exec 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 ssh-agent [2021-02-04T10:21:25.846Z] SSH_AUTH_SOCK=/tmp/ssh-w03GXD1crMq7/agent.12 [2021-02-04T10:21:25.846Z] SSH_AGENT_PID=18 [2021-02-04T10:21:25.858Z] Running ssh-add (command line suppressed) [2021-02-04T10:21:25.995Z] Identity added: /w/workspace/edgex-go/339@tmp/private_key_4099179160773250336.key (/w/workspace/edgex-go/339@tmp/private_key_4099179160773250336.key) [2021-02-04T10:21:26.049Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:21:26.450Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T10:21:26.478Z] $ docker exec --env ******** --env ******** 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 ssh-agent -k [2021-02-04T10:21:26.605Z] unset SSH_AUTH_SOCK; [2021-02-04T10:21:26.605Z] unset SSH_AGENT_PID; [2021-02-04T10:21:26.605Z] echo Agent pid 18 killed; [2021-02-04T10:21:26.650Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T10:21:26.943Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:21:26.943Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:21:27.118Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:21:27.127Z] $ docker exec 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 ssh-agent [2021-02-04T10:21:27.294Z] SSH_AUTH_SOCK=/tmp/ssh-mPAFJHNPTmGY/agent.46 [2021-02-04T10:21:27.294Z] SSH_AGENT_PID=52 [2021-02-04T10:21:27.301Z] Running ssh-add (command line suppressed) [2021-02-04T10:21:27.433Z] Identity added: /w/workspace/edgex-go/339@tmp/private_key_8790585757542624361.key (/w/workspace/edgex-go/339@tmp/private_key_8790585757542624361.key) [2021-02-04T10:21:27.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:21:27.878Z] + git semver init [2021-02-04T10:21:27.878Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T10:21:27.878Z] # $GIT_DIR = /w/workspace/edgex-go/339/.git [2021-02-04T10:21:27.878Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/339 [2021-02-04T10:21:27.878Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T10:21:27.878Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T10:21:27.878Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T10:21:27.878Z] # $SEMVER_BRANCH = master [2021-02-04T10:21:28.164Z] # $SEMVER_TEMP = /tmp/semver-906604553 [2021-02-04T10:21:28.164Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T10:21:47.740Z] # '/tmp/semver-906604553' -> '/w/workspace/edgex-go/339/.semver' [2021-02-04T10:21:48.316Z] # -> Force: false [2021-02-04T10:21:48.316Z] # $SEMVER_DIR = /w/workspace/edgex-go/339/.semver [Pipeline] } [2021-02-04T10:21:48.335Z] $ docker exec --env ******** --env ******** 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 ssh-agent -k [2021-02-04T10:21:48.605Z] unset SSH_AUTH_SOCK; [2021-02-04T10:21:48.605Z] unset SSH_AGENT_PID; [2021-02-04T10:21:48.605Z] echo Agent pid 52 killed; [2021-02-04T10:21:48.723Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:21:49.387Z] + git semver [Pipeline] } [2021-02-04T10:21:49.411Z] $ docker stop --time=1 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 [2021-02-04T10:21:51.006Z] $ docker rm -f 5c526638c439a6abe59a7bd5e73c29409eeaa1c10468c008476223a8d81be164 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:21:51.624Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T10:21:52.296Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T10:21:52.299Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.74 [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-02-04T10:21:53.707Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:21:54.008Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:21:54.319Z] + sudo service docker restart [2021-02-04T10:21:54.319Z] + true [2021-02-04T10:21:54.319Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T10:21:54.915Z] ========================================================= [2021-02-04T10:21:54.915Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T10:21:54.915Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:21:55.310Z] + 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-02-04T10:21:59.545Z] Sending build context to Docker daemon 327.5MB [2021-02-04T10:21:59.545Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:21:59.545Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:21:59.545Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T10:21:59.545Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T10:21:59.545Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T10:21:59.545Z] de9db76c5a1d: Pulling fs layer [2021-02-04T10:21:59.545Z] bca2f99d35d6: Pulling fs layer [2021-02-04T10:21:59.545Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T10:21:59.545Z] 7c6f9722023f: Pulling fs layer [2021-02-04T10:21:59.545Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T10:21:59.545Z] bca2f99d35d6: Waiting [2021-02-04T10:21:59.545Z] 93359f2a8cfa: Waiting [2021-02-04T10:21:59.545Z] 7c6f9722023f: Waiting [2021-02-04T10:21:59.545Z] a35cf1a2eb13: Waiting [2021-02-04T10:21:59.545Z] de9db76c5a1d: Verifying Checksum [2021-02-04T10:21:59.545Z] de9db76c5a1d: Download complete [2021-02-04T10:21:59.816Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T10:21:59.816Z] 0ef7d3d256c8: Download complete [2021-02-04T10:21:59.816Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T10:21:59.816Z] 93359f2a8cfa: Download complete [2021-02-04T10:21:59.816Z] 7c6f9722023f: Verifying Checksum [2021-02-04T10:21:59.816Z] 7c6f9722023f: Download complete [2021-02-04T10:21:59.816Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T10:21:59.816Z] 188c0c94c7c5: Download complete [2021-02-04T10:22:00.079Z] 188c0c94c7c5: Pull complete [2021-02-04T10:22:00.343Z] 0ef7d3d256c8: Pull complete [2021-02-04T10:22:00.343Z] de9db76c5a1d: Pull complete [2021-02-04T10:22:02.302Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T10:22:02.302Z] a35cf1a2eb13: Download complete [2021-02-04T10:22:02.885Z] bca2f99d35d6: Verifying Checksum [2021-02-04T10:22:02.885Z] bca2f99d35d6: Download complete [2021-02-04T10:22:08.002Z] Still waiting to schedule task [2021-02-04T10:22:08.002Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-04T10:22:09.543Z] bca2f99d35d6: Pull complete [2021-02-04T10:22:09.543Z] 93359f2a8cfa: Pull complete [2021-02-04T10:22:09.543Z] 7c6f9722023f: Pull complete [2021-02-04T10:22:13.777Z] a35cf1a2eb13: Pull complete [2021-02-04T10:22:13.777Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T10:22:13.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T10:22:13.777Z] ---> a62c8e92a672 [2021-02-04T10:22:13.777Z] 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-02-04T10:22:13.777Z] ---> Running in d185541a3d85 [2021-02-04T10:22:13.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:22:14.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:22:14.991Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:22:15.572Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:22:15.572Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:22:15.836Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:22:20.074Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:22:20.074Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:22:20.074Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:22:20.074Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:22:20.074Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:22:20.074Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:22:20.074Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:22:20.074Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:22:20.074Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:22:20.074Z] OK: 233 MiB in 51 packages [2021-02-04T10:22:23.414Z] Removing intermediate container d185541a3d85 [2021-02-04T10:22:23.414Z] ---> 9f0f04a136cf [2021-02-04T10:22:23.414Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:22:23.682Z] ---> Running in 38f98260c78f [2021-02-04T10:22:23.682Z] Removing intermediate container 38f98260c78f [2021-02-04T10:22:23.682Z] ---> 63a63f7469a5 [2021-02-04T10:22:23.682Z] Step 5/6 : COPY go.mod . [2021-02-04T10:22:23.947Z] ---> 1bda4eea8853 [2021-02-04T10:22:23.947Z] Step 6/6 : RUN go mod download [2021-02-04T10:22:24.215Z] ---> Running in c4f11a1d3d27 [2021-02-04T10:22:46.273Z] Removing intermediate container c4f11a1d3d27 [2021-02-04T10:22:46.273Z] ---> 76a9673b17a1 [2021-02-04T10:22:46.273Z] Successfully built 76a9673b17a1 [2021-02-04T10:22:46.273Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:22:46.598Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:22:46.598Z] . [Pipeline] withDockerContainer [2021-02-04T10:22:46.712Z] prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container [2021-02-04T10:22:46.770Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:22:47.690Z] $ docker top c283a5559dccbb917896e9db280c877b0e2ed222292e9954c75d49131aac57c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:22:48.351Z] + go version [2021-02-04T10:22:48.352Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T10:22:48.374Z] $ docker stop --time=1 c283a5559dccbb917896e9db280c877b0e2ed222292e9954c75d49131aac57c8 [2021-02-04T10:22:49.774Z] $ docker rm -f c283a5559dccbb917896e9db280c877b0e2ed222292e9954c75d49131aac57c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:22:51.131Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:22:51.131Z] . [Pipeline] withDockerContainer [2021-02-04T10:22:51.281Z] prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container [2021-02-04T10:22:51.344Z] $ 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/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:22:52.691Z] $ docker top 4c85a44118737648aa622ca25219418ed12f9217d28b402d5deb4848de8e7e88 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:22:52.974Z] ========================================================= [2021-02-04T10:22:52.974Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:22:52.974Z] ========================================================= [Pipeline] sh [2021-02-04T10:22:53.275Z] + make test [2021-02-04T10:22:53.275Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:23:03.374Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:23:21.672Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:23:23.089Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:23:24.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:23:24.507Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:23:24.507Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:23:27.112Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:23:27.112Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:23:27.112Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:23:27.112Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:23:27.112Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:23:27.378Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:23:29.909Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:23:29.909Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:23:29.909Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:23:32.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.151s coverage: 46.0% of statements [2021-02-04T10:23:32.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:23:32.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:23:32.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:23:32.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:23:32.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:23:32.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:23:32.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:23:32.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.063s coverage: 100.0% of statements [2021-02-04T10:23:36.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:23:36.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:23:36.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:23:36.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 65.8% of statements [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:23:36.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.430s coverage: 82.3% of statements [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:23:36.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:23:38.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.370s coverage: 28.6% of statements [2021-02-04T10:23:38.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:23:38.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:23:38.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:23:38.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:23:38.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:23:38.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-02-04T10:23:38.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:23:38.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-02-04T10:23:38.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:23:38.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements [2021-02-04T10:23:38.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:23:39.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2021-02-04T10:23:39.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:23:39.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-02-04T10:23:39.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:23:39.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:23:39.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:23:39.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:23:42.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:23:42.779Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:23:42.779Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.095s coverage: 0.1% of statements [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:23:42.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:23:42.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 45.5% of statements [2021-02-04T10:23:42.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements [2021-02-04T10:23:42.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements [2021-02-04T10:23:42.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements [2021-02-04T10:23:42.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.027s coverage: 87.5% of statements [2021-02-04T10:23:55.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements [2021-02-04T10:23:55.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-02-04T10:24:05.574Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24957 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-04T10:24:05.674Z] Running in /w/workspace/edgex-go/339 [Pipeline] { [Pipeline] checkout [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.075s coverage: 92.9% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 68.9% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.302s coverage: 84.0% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.154s coverage: 47.0% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.077s coverage: 90.4% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.071s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.070s coverage: 0.0% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:24:07.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-04T10:24:07.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-04T10:24:07.343Z] GO111MODULE=on go vet ./... [2021-02-04T10:24:10.950Z] using credential edgex-jenkins-ssh [2021-02-04T10:24:11.080Z] Cloning the remote Git repository [2021-02-04T10:24:11.139Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:24:11.244Z] > git init /w/workspace/edgex-go/339 # timeout=10 [2021-02-04T10:24:11.312Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:24:11.313Z] > git --version # timeout=10 [2021-02-04T10:24:11.333Z] > git --version # 'git version 2.17.1' [2021-02-04T10:24:11.335Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:24:11.417Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:24:33.993Z] Checking out Revision 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 (master) [2021-02-04T10:24:34.137Z] gofmt -l . [2021-02-04T10:24:34.137Z] [ "`gofmt -l .`" = "" ] [2021-02-04T10:24:34.137Z] ./bin/test-go-mod-tidy.sh [2021-02-04T10:24:34.137Z] ./bin/test-attribution-txt.sh [2021-02-04T10:24:33.284Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:24:33.302Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:24:33.328Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:24:33.357Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:24:33.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:24:33.368Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T10:24:34.015Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:24:34.034Z] > git checkout -f 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 [Pipeline] sh [2021-02-04T10:24:35.025Z] + ls -al . [2021-02-04T10:24:35.025Z] total 684 [2021-02-04T10:24:35.025Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 10:24 . [2021-02-04T10:24:35.025Z] drwxr-xr-x 4 root root 32 Feb 4 10:22 .. [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:20 .dockerignore [2021-02-04T10:24:35.025Z] drwxrwxr-x 8 1001 1001 162 Feb 4 10:21 .git [2021-02-04T10:24:35.025Z] drwxrwxr-x 3 1001 1001 125 Feb 4 10:20 .github [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:20 .gitignore [2021-02-04T10:24:35.025Z] drwx------ 3 1001 1001 45 Feb 4 10:21 .semver [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:20 .sonarcloud.properties [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:20 Attribution.txt [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:20 CONTRIBUTING.md [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:20 Dockerfile.build [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:20 Jenkinsfile [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:20 LICENSE [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:20 Makefile [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:20 README.md [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:20 SECURITY.md [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 12 Feb 4 10:21 VERSION [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:20 ZMQWindows.md [2021-02-04T10:24:35.025Z] drwxrwxr-x 2 1001 1001 117 Feb 4 10:20 bin [2021-02-04T10:24:35.025Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:20 cmd [2021-02-04T10:24:35.025Z] -rw-r--r-- 1 root root 580808 Feb 4 10:24 coverage.out [2021-02-04T10:24:35.025Z] -rw-r--r-- 1 root root 1054 Feb 4 10:24 go.mod [2021-02-04T10:24:35.025Z] -rw-r--r-- 1 root root 19399 Feb 4 10:24 go.sum [2021-02-04T10:24:35.025Z] drwxrwxr-x 8 1001 1001 127 Feb 4 10:20 internal [2021-02-04T10:24:35.025Z] drwxrwxr-x 4 1001 1001 26 Feb 4 10:20 openapi [2021-02-04T10:24:35.025Z] drwxrwxr-x 4 1001 1001 71 Feb 4 10:20 snap [2021-02-04T10:24:35.025Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:20 version.go [Pipeline] sh [2021-02-04T10:24:35.372Z] + '[' -e coverage.out ] [2021-02-04T10:24:35.372Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T10:24:35.668Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T10:24:35.966Z] + make build [2021-02-04T10:24:35.966Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T10:24:38.570Z] Commit message: "Merge pull request #3130 from weichou1229/issue-3117" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-02-04T10:24:39.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] sh [2021-02-04T10:24:40.290Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:24:40.705Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:24:41.056Z] + + sudo service docker restart [2021-02-04T10:24:41.056Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:24:43.204Z] provisioning config files... [2021-02-04T10:24:43.249Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/339@tmp/config4678931390701605778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:24:43.733Z] ---> docker-login.sh [2021-02-04T10:24:43.733Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:24:44.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:24:45.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:24:45.007Z] Configure a credential helper to remove this warning. See [2021-02-04T10:24:45.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:24:45.007Z] [2021-02-04T10:24:45.007Z] Login Succeeded [2021-02-04T10:24:45.007Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:24:45.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:24:45.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:24:45.607Z] Configure a credential helper to remove this warning. See [2021-02-04T10:24:45.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:24:45.607Z] [2021-02-04T10:24:45.607Z] Login Succeeded [2021-02-04T10:24:45.607Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:24:46.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:24:46.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:24:46.208Z] Configure a credential helper to remove this warning. See [2021-02-04T10:24:46.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:24:46.208Z] [2021-02-04T10:24:46.208Z] Login Succeeded [2021-02-04T10:24:46.208Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:24:46.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:24:46.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:24:46.809Z] Configure a credential helper to remove this warning. See [2021-02-04T10:24:46.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:24:46.809Z] [2021-02-04T10:24:46.809Z] Login Succeeded [2021-02-04T10:24:46.809Z] docker.io [2021-02-04T10:24:47.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:24:47.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T10:24:48.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:24:48.064Z] Configure a credential helper to remove this warning. See [2021-02-04T10:24:48.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:24:48.064Z] [2021-02-04T10:24:48.064Z] Login Succeeded [2021-02-04T10:24:48.064Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:24:48.082Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T10:24:48.699Z] ========================================================= [2021-02-04T10:24:48.699Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T10:24:48.699Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:24:48.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T10:24:49.132Z] + 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-02-04T10:24:50.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T10:24:50.952Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T10:24:51.790Z] Sending build context to Docker daemon 166.1MB [2021-02-04T10:24:51.790Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:24:51.790Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:24:51.790Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T10:24:51.790Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T10:24:51.790Z] a4357932f1b6: Pulling fs layer [2021-02-04T10:24:51.790Z] 18c013af1878: Pulling fs layer [2021-02-04T10:24:51.790Z] 00ac8860ef70: Pulling fs layer [2021-02-04T10:24:51.790Z] 63d7cb157983: Pulling fs layer [2021-02-04T10:24:51.790Z] b116817d02f9: Pulling fs layer [2021-02-04T10:24:51.790Z] 745a02a5169b: Pulling fs layer [2021-02-04T10:24:51.790Z] 00ac8860ef70: Waiting [2021-02-04T10:24:51.790Z] 63d7cb157983: Waiting [2021-02-04T10:24:51.790Z] b116817d02f9: Waiting [2021-02-04T10:24:51.790Z] 745a02a5169b: Waiting [2021-02-04T10:24:51.790Z] 18c013af1878: Download complete [2021-02-04T10:24:51.790Z] a4357932f1b6: Verifying Checksum [2021-02-04T10:24:51.790Z] a4357932f1b6: Download complete [2021-02-04T10:24:51.790Z] 63d7cb157983: Verifying Checksum [2021-02-04T10:24:51.790Z] 63d7cb157983: Download complete [2021-02-04T10:24:51.790Z] b116817d02f9: Verifying Checksum [2021-02-04T10:24:51.790Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T10:24:51.790Z] 5f621e34cdf4: Download complete [2021-02-04T10:24:52.389Z] 5f621e34cdf4: Pull complete [2021-02-04T10:24:52.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T10:24:52.990Z] a4357932f1b6: Pull complete [2021-02-04T10:24:53.266Z] 18c013af1878: Pull complete [2021-02-04T10:24:53.866Z] 745a02a5169b: Verifying Checksum [2021-02-04T10:24:53.866Z] 745a02a5169b: Download complete [2021-02-04T10:24:54.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T10:24:55.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T10:24:55.307Z] 00ac8860ef70: Verifying Checksum [2021-02-04T10:24:55.307Z] 00ac8860ef70: Download complete [2021-02-04T10:24:56.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T10:24:57.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T10:24:58.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T10:24:59.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T10:25:01.953Z] $ docker stop --time=1 4c85a44118737648aa622ca25219418ed12f9217d28b402d5deb4848de8e7e88 [2021-02-04T10:25:03.721Z] $ docker rm -f 4c85a44118737648aa622ca25219418ed12f9217d28b402d5deb4848de8e7e88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-04T10:25:05.476Z] 00ac8860ef70: Pull complete [2021-02-04T10:25:06.095Z] 63d7cb157983: Pull complete [2021-02-04T10:25:06.375Z] b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:25:07.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:25:07.792Z] [2021-02-04T10:25:07.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:25:08.194Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:25:08.194Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T10:25:08.194Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T10:25:08.194Z] ca9280d653b3: Pulling fs layer [2021-02-04T10:25:08.194Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T10:25:08.459Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T10:25:08.459Z] cbdbe7a5bc2a: Download complete [2021-02-04T10:25:08.724Z] cbdbe7a5bc2a: Pull complete [2021-02-04T10:25:08.992Z] ca9280d653b3: Verifying Checksum [2021-02-04T10:25:08.992Z] ca9280d653b3: Download complete [2021-02-04T10:25:10.069Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T10:25:10.069Z] 7e9c9ca2126c: Download complete [2021-02-04T10:25:10.069Z] ca9280d653b3: Pull complete [2021-02-04T10:25:10.741Z] 745a02a5169b: Pull complete [2021-02-04T10:25:10.741Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T10:25:10.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T10:25:10.741Z] ---> b7e6874047d6 [2021-02-04T10:25:10.741Z] 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-02-04T10:25:14.134Z] ---> Running in 291c6a47f3f1 [2021-02-04T10:25:15.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:25:15.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:25:16.311Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:25:16.311Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:25:16.590Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:25:16.590Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:25:16.743Z] 7e9c9ca2126c: Pull complete [2021-02-04T10:25:16.743Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T10:25:16.743Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:25:16.743Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T10:25:16.924Z] prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container [2021-02-04T10:25:16.975Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:25:20.007Z] $ docker top ba9771955a31c76bbe0a59be2c13928bd706f6c70632bb026cd3563ad1a80865 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:25:20.763Z] + docker-compose build --help [2021-02-04T10:25:20.763Z] + grep parallel [2021-02-04T10:25:21.711Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T10:25:21.732Z] $ docker stop --time=1 ba9771955a31c76bbe0a59be2c13928bd706f6c70632bb026cd3563ad1a80865 [2021-02-04T10:25:21.968Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:25:21.968Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:25:21.968Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:25:21.968Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:25:21.968Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:25:21.968Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:25:21.968Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:25:21.968Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:25:21.968Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:25:21.968Z] OK: 217 MiB in 51 packages [2021-02-04T10:25:23.102Z] $ docker rm -f ba9771955a31c76bbe0a59be2c13928bd706f6c70632bb026cd3563ad1a80865 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:25:23.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:25:23.959Z] . [Pipeline] withDockerContainer [2021-02-04T10:25:24.069Z] prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container [2021-02-04T10:25:24.128Z] $ 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/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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-02-04T10:25:24.829Z] $ docker top c6d0d8738a1a590750c49ffebcdad7a78849698a5b3d5eb58724914143b02046 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:25:25.447Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T10:25:26.269Z] Removing intermediate container 291c6a47f3f1 [2021-02-04T10:25:26.269Z] ---> d41a83de485c [2021-02-04T10:25:26.270Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:25:26.270Z] ---> Running in e8c253779188 [2021-02-04T10:25:26.394Z] Building docker-core-command-go ... [2021-02-04T10:25:26.394Z] Building docker-core-data-go ... [2021-02-04T10:25:26.394Z] Building docker-core-metadata-go ... [2021-02-04T10:25:26.394Z] Building docker-security-bootstrapper-go ... [2021-02-04T10:25:26.394Z] Building docker-security-proxy-setup-go ... [2021-02-04T10:25:26.394Z] Building docker-security-secretstore-setup-go ... [2021-02-04T10:25:26.394Z] Building docker-support-notifications-go ... [2021-02-04T10:25:26.394Z] Building docker-support-scheduler-go ... [2021-02-04T10:25:26.394Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T10:25:26.394Z] Building docker-security-proxy-setup-go [2021-02-04T10:25:26.394Z] Building docker-support-notifications-go [2021-02-04T10:25:26.394Z] Building docker-core-command-go [2021-02-04T10:25:26.394Z] Building docker-support-scheduler-go [2021-02-04T10:25:26.394Z] Building docker-core-data-go [2021-02-04T10:25:26.542Z] Removing intermediate container e8c253779188 [2021-02-04T10:25:26.542Z] ---> 759e593f0956 [2021-02-04T10:25:26.542Z] Step 5/6 : COPY go.mod . [2021-02-04T10:25:27.136Z] ---> 4566a5e662cb [2021-02-04T10:25:27.136Z] Step 6/6 : RUN go mod download [2021-02-04T10:25:27.408Z] ---> Running in bda496ac3bec [2021-02-04T10:25:54.203Z] Removing intermediate container bda496ac3bec [2021-02-04T10:25:54.203Z] ---> b3c96129f648 [2021-02-04T10:25:54.203Z] Successfully built b3c96129f648 [2021-02-04T10:25:54.203Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:25:54.552Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:25:54.552Z] . [Pipeline] withDockerContainer [2021-02-04T10:25:54.826Z] prd-ubuntu18.04-docker-arm64-4c-16g-24957 does not seem to be running inside a container [2021-02-04T10:25:54.907Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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-02-04T10:25:56.444Z] $ docker top 7fb4e059efdf95590797f0a07290d4ff75cf75b5071e0a727f72816f98e08cd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:25:57.564Z] + go version [2021-02-04T10:25:57.564Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T10:25:57.588Z] $ docker stop --time=1 7fb4e059efdf95590797f0a07290d4ff75cf75b5071e0a727f72816f98e08cd2 [2021-02-04T10:25:58.813Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:25:58.813Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:25:58.813Z] ---> 76a9673b17a1 [2021-02-04T10:25:58.813Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:25:58.813Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:25:58.813Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:25:58.813Z] ---> 76a9673b17a1 [2021-02-04T10:25:58.813Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:25:59.578Z] $ docker rm -f 7fb4e059efdf95590797f0a07290d4ff75cf75b5071e0a727f72816f98e08cd2 [2021-02-04T10:25:59.789Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:25:59.789Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:25:59.789Z] ---> 76a9673b17a1 [2021-02-04T10:25:59.789Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:25:59.789Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:25:59.789Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:25:59.789Z] ---> 76a9673b17a1 [2021-02-04T10:25:59.789Z] Step 3/21 : WORKDIR /edgex-go [Pipeline] // withDockerContainer [Pipeline] } [2021-02-04T10:26:00.055Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:26:00.055Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:26:00.055Z] ---> 76a9673b17a1 [2021-02-04T10:26:00.055Z] Step 3/23 : WORKDIR /edgex-go [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [2021-02-04T10:26:00.640Z] ---> Running in aaff46d74218 [2021-02-04T10:26:00.640Z] ---> Running in 03214eb3e3b5 [2021-02-04T10:26:00.640Z] ---> Running in b5d18346ce6d [Pipeline] } [Pipeline] // stage [2021-02-04T10:26:00.915Z] ---> Running in 0bbbf98f72af [2021-02-04T10:26:00.915Z] ---> Running in 6c26c575458b [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-04T10:26:01.187Z] Removing intermediate container 0bbbf98f72af [2021-02-04T10:26:01.187Z] ---> f4b743bc1e6f [2021-02-04T10:26:01.187Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:26:01.187Z] Removing intermediate container b5d18346ce6d [2021-02-04T10:26:01.187Z] ---> 539ee17af356 [2021-02-04T10:26:01.187Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:26:01.187Z] Removing intermediate container 03214eb3e3b5 [2021-02-04T10:26:01.187Z] ---> 4c15b4aea09a [2021-02-04T10:26:01.187Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:26:01.460Z] Removing intermediate container 6c26c575458b [2021-02-04T10:26:01.460Z] ---> be6698cded60 [2021-02-04T10:26:01.460Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:26:01.460Z] Removing intermediate container aaff46d74218 [2021-02-04T10:26:01.460Z] ---> 05bfd375cdf5 [2021-02-04T10:26:01.460Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:26:01.460Z] ---> Running in eac94541ec9a [2021-02-04T10:26:01.460Z] ---> Running in 36d854252a93 [2021-02-04T10:26:01.460Z] ---> Running in e4ac3436074c [2021-02-04T10:26:01.460Z] ---> Running in dda95c40be43 [2021-02-04T10:26:01.460Z] ---> Running in e61caf39f335 [2021-02-04T10:26:01.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:26:01.535Z] [2021-02-04T10:26:01.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:26:02.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:26:02.568Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T10:26:02.568Z] 29e5d40040c1: Pulling fs layer [2021-02-04T10:26:02.568Z] 1ce36da41761: Pulling fs layer [2021-02-04T10:26:02.568Z] 25b303627fd3: Pulling fs layer [2021-02-04T10:26:02.568Z] 29e5d40040c1: Verifying Checksum [2021-02-04T10:26:02.568Z] 29e5d40040c1: Download complete [2021-02-04T10:26:03.172Z] 29e5d40040c1: Pull complete [2021-02-04T10:26:03.172Z] 1ce36da41761: Verifying Checksum [2021-02-04T10:26:03.172Z] 1ce36da41761: Download complete [2021-02-04T10:26:04.066Z] Removing intermediate container eac94541ec9a [2021-02-04T10:26:04.066Z] ---> 7af0f1c39243 [2021-02-04T10:26:04.066Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T10:26:04.066Z] Removing intermediate container e61caf39f335 [2021-02-04T10:26:04.066Z] ---> 934ef19d92c2 [2021-02-04T10:26:04.066Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T10:26:04.066Z] Removing intermediate container 36d854252a93 [2021-02-04T10:26:04.066Z] ---> dcf65a562f03 [2021-02-04T10:26:04.066Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T10:26:04.066Z] ---> Running in d31b274630f8 [2021-02-04T10:26:04.335Z] ---> Running in 31f50d6dca07 [2021-02-04T10:26:04.335Z] Removing intermediate container e4ac3436074c [2021-02-04T10:26:04.335Z] ---> b5629bc7e624 [2021-02-04T10:26:04.335Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T10:26:04.335Z] Removing intermediate container dda95c40be43 [2021-02-04T10:26:04.335Z] ---> 62dc339fb5a5 [2021-02-04T10:26:04.335Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:26:04.335Z] ---> Running in 919a2d07d3e0 [2021-02-04T10:26:04.600Z] ---> Running in 5bfa1c1f3dc8 [2021-02-04T10:26:04.600Z] ---> Running in 2f9f0553b028 [2021-02-04T10:26:04.608Z] 1ce36da41761: Pull complete [2021-02-04T10:26:04.608Z] 25b303627fd3: Verifying Checksum [2021-02-04T10:26:04.608Z] 25b303627fd3: Download complete [2021-02-04T10:26:05.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:26:05.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:26:05.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:26:05.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:26:05.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:26:06.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:26:06.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:26:06.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:26:06.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:26:06.651Z] OK: 233 MiB in 51 packages [2021-02-04T10:26:06.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:26:06.651Z] OK: 233 MiB in 51 packages [2021-02-04T10:26:06.651Z] OK: 233 MiB in 51 packages [2021-02-04T10:26:07.239Z] Removing intermediate container d31b274630f8 [2021-02-04T10:26:07.239Z] ---> 61e746fb70ec [2021-02-04T10:26:07.239Z] Step 6/21 : COPY go.mod . [2021-02-04T10:26:07.239Z] OK: 233 MiB in 51 packages [2021-02-04T10:26:07.503Z] OK: 233 MiB in 51 packages [2021-02-04T10:26:07.504Z] Removing intermediate container 31f50d6dca07 [2021-02-04T10:26:07.504Z] ---> 4868b6642808 [2021-02-04T10:26:07.504Z] Step 6/22 : COPY go.mod . [2021-02-04T10:26:07.504Z] Removing intermediate container 919a2d07d3e0 [2021-02-04T10:26:07.504Z] ---> 12e9334adb77 [2021-02-04T10:26:07.504Z] Step 6/22 : COPY go.mod . [2021-02-04T10:26:07.504Z] ---> 2373abe79423 [2021-02-04T10:26:07.504Z] Step 7/21 : RUN go mod download [2021-02-04T10:26:07.770Z] ---> Running in e080b5209e5a [2021-02-04T10:26:08.031Z] ---> 3528d499ea87 [2021-02-04T10:26:08.031Z] Step 7/22 : RUN go mod download [2021-02-04T10:26:08.031Z] ---> d815d98fe8fe [2021-02-04T10:26:08.031Z] Step 7/22 : RUN go mod download [2021-02-04T10:26:08.302Z] ---> Running in 5bedea09508d [2021-02-04T10:26:08.302Z] ---> Running in 8d351f71480c [2021-02-04T10:26:08.572Z] Removing intermediate container 5bfa1c1f3dc8 [2021-02-04T10:26:08.572Z] ---> b30b21182604 [2021-02-04T10:26:08.572Z] Step 6/23 : COPY go.mod . [2021-02-04T10:26:08.572Z] Removing intermediate container 2f9f0553b028 [2021-02-04T10:26:08.572Z] ---> d1d64bae122c [2021-02-04T10:26:08.572Z] Step 6/23 : COPY go.mod . [2021-02-04T10:26:08.839Z] ---> 94ca59535bce [2021-02-04T10:26:08.839Z] Step 7/23 : RUN go mod download [2021-02-04T10:26:09.116Z] ---> 3d1c2750d54f [2021-02-04T10:26:09.117Z] Step 7/23 : RUN go mod download [2021-02-04T10:26:09.117Z] ---> Running in e5d401234913 [2021-02-04T10:26:09.117Z] ---> Running in e46202c56e9c [2021-02-04T10:26:11.054Z] Removing intermediate container e080b5209e5a [2021-02-04T10:26:11.054Z] ---> a63ffc53b45c [2021-02-04T10:26:11.054Z] Step 8/21 : COPY . . [2021-02-04T10:26:11.054Z] Removing intermediate container 5bedea09508d [2021-02-04T10:26:11.054Z] ---> ad1ca9017452 [2021-02-04T10:26:11.054Z] Step 8/22 : COPY . . [2021-02-04T10:26:11.054Z] Removing intermediate container 8d351f71480c [2021-02-04T10:26:11.054Z] ---> 3a25a414e22b [2021-02-04T10:26:11.054Z] Step 8/22 : COPY . . [2021-02-04T10:26:11.634Z] Removing intermediate container e46202c56e9c [2021-02-04T10:26:11.635Z] ---> d2dd468b46ef [2021-02-04T10:26:11.635Z] Step 8/23 : COPY . . [2021-02-04T10:26:11.899Z] Removing intermediate container e5d401234913 [2021-02-04T10:26:11.899Z] ---> 8dbdacffca44 [2021-02-04T10:26:11.899Z] Step 8/23 : COPY . . [2021-02-04T10:26:14.773Z] 25b303627fd3: Pull complete [2021-02-04T10:26:14.773Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T10:26:14.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:26:14.773Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T10:26:15.003Z] prd-ubuntu18.04-docker-arm64-4c-16g-24957 does not seem to be running inside a container [2021-02-04T10:26:15.085Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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-02-04T10:26:18.153Z] $ docker top d41635e87ee524f7cb9fe85e50b567f491420ffdbb5ce233c90bd9bb3f872357 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:26:19.224Z] + docker-compose build --help [2021-02-04T10:26:19.224Z] + grep parallel [2021-02-04T10:26:22.593Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T10:26:22.620Z] $ docker stop --time=1 d41635e87ee524f7cb9fe85e50b567f491420ffdbb5ce233c90bd9bb3f872357 [2021-02-04T10:26:24.576Z] $ docker rm -f d41635e87ee524f7cb9fe85e50b567f491420ffdbb5ce233c90bd9bb3f872357 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:26:25.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:26:25.555Z] . [Pipeline] withDockerContainer [2021-02-04T10:26:25.820Z] prd-ubuntu18.04-docker-arm64-4c-16g-24957 does not seem to be running inside a container [2021-02-04T10:26:25.904Z] $ 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/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@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-02-04T10:26:27.360Z] $ docker top c91d64d4e7d5a892e45a9d917cb59ad9081ad785495f0ea2df2b5f13b1abc201 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:26:28.595Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T10:26:32.948Z] Building docker-core-command-go ... [2021-02-04T10:26:32.948Z] Building docker-core-data-go ... [2021-02-04T10:26:32.948Z] Building docker-core-metadata-go ... [2021-02-04T10:26:32.948Z] Building docker-security-bootstrapper-go ... [2021-02-04T10:26:32.948Z] Building docker-security-proxy-setup-go ... [2021-02-04T10:26:32.948Z] Building docker-security-secretstore-setup-go ... [2021-02-04T10:26:32.948Z] Building docker-support-notifications-go ... [2021-02-04T10:26:32.948Z] Building docker-support-scheduler-go ... [2021-02-04T10:26:32.948Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T10:26:32.948Z] Building docker-security-proxy-setup-go [2021-02-04T10:26:32.948Z] Building docker-core-metadata-go [2021-02-04T10:26:32.948Z] Building docker-security-secretstore-setup-go [2021-02-04T10:26:32.948Z] Building docker-core-command-go [2021-02-04T10:26:32.948Z] Building docker-security-bootstrapper-go [2021-02-04T10:26:50.960Z] ---> cad729ac03f5 [2021-02-04T10:26:50.960Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T10:26:50.960Z] ---> 9e8f7bb4d502 [2021-02-04T10:26:50.960Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T10:26:50.960Z] ---> 099e318274a9 [2021-02-04T10:26:50.960Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T10:26:50.960Z] ---> Running in bb77467b7f6a [2021-02-04T10:26:50.960Z] ---> Running in c9dab39aa5f0 [2021-02-04T10:26:50.960Z] ---> Running in cc30fef2275e [2021-02-04T10:26:50.960Z] ---> 88c22e54583c [2021-02-04T10:26:50.960Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T10:26:50.960Z] ---> 52818a27c06e [2021-02-04T10:26:50.960Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T10:26:50.960Z] ---> Running in 7b25007f65f4 [2021-02-04T10:26:50.960Z] ---> Running in 32d6ba288119 [2021-02-04T10:26:51.234Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T10:26:51.234Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T10:26:51.234Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T10:26:51.234Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T10:26:51.234Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T10:27:19.934Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:27:19.934Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:27:19.934Z] ---> b3c96129f648 [2021-02-04T10:27:19.934Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:27:19.934Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:27:19.934Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:27:19.934Z] ---> b3c96129f648 [2021-02-04T10:27:19.934Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T10:27:19.934Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:27:19.934Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:27:19.934Z] ---> b3c96129f648 [2021-02-04T10:27:19.934Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T10:27:19.934Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:27:19.934Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:27:19.934Z] ---> b3c96129f648 [2021-02-04T10:27:19.934Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T10:27:19.934Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:27:19.934Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:27:19.934Z] ---> b3c96129f648 [2021-02-04T10:27:19.934Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:27:20.971Z] ---> Running in 0272af1143f6 [2021-02-04T10:27:20.971Z] ---> Running in 02e4a31fef71 [2021-02-04T10:27:20.971Z] ---> Running in ea8f21fa58a8 [2021-02-04T10:27:20.971Z] ---> Running in 6fb66ec8c574 [2021-02-04T10:27:20.971Z] ---> Running in ac40cf87d745 [2021-02-04T10:27:21.581Z] Removing intermediate container 02e4a31fef71 [2021-02-04T10:27:21.581Z] ---> 217d668fcf28 [2021-02-04T10:27:21.581Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:27:21.581Z] Removing intermediate container 0272af1143f6 [2021-02-04T10:27:21.581Z] ---> d8d00d23b7b8 [2021-02-04T10:27:21.581Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:27:21.581Z] Removing intermediate container ea8f21fa58a8 [2021-02-04T10:27:21.581Z] ---> 438c721c3c04 [2021-02-04T10:27:21.581Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:27:21.581Z] Removing intermediate container 6fb66ec8c574 [2021-02-04T10:27:21.581Z] ---> 934839e32e71 [2021-02-04T10:27:21.581Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:27:21.860Z] Removing intermediate container ac40cf87d745 [2021-02-04T10:27:21.860Z] ---> c8db0b35b98e [2021-02-04T10:27:21.860Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:27:21.860Z] ---> Running in 5f111beee2ce [2021-02-04T10:27:21.860Z] ---> Running in 3a44e49c02da [2021-02-04T10:27:21.860Z] ---> Running in dea962d5408a [2021-02-04T10:27:22.139Z] ---> Running in d3cda950edb5 [2021-02-04T10:27:22.139Z] ---> Running in c428b8f4253d [2021-02-04T10:27:23.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T10:27:25.625Z] Removing intermediate container 5f111beee2ce [2021-02-04T10:27:25.625Z] ---> 258ea4b5f71d [2021-02-04T10:27:25.625Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:27:25.625Z] ---> Running in 11c47229a913 [2021-02-04T10:27:25.911Z] Removing intermediate container dea962d5408a [2021-02-04T10:27:25.911Z] ---> 995511f7015b [2021-02-04T10:27:25.912Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T10:27:26.196Z] ---> Running in 5e9f2c0c2a2a [2021-02-04T10:27:26.196Z] Removing intermediate container 3a44e49c02da [2021-02-04T10:27:26.196Z] ---> 09a4e1072f7f [2021-02-04T10:27:26.196Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T10:27:26.196Z] Removing intermediate container c428b8f4253d [2021-02-04T10:27:26.196Z] ---> a5b3af777ca1 [2021-02-04T10:27:26.196Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:27:26.486Z] Removing intermediate container d3cda950edb5 [2021-02-04T10:27:26.486Z] ---> 41778dfbf05d [2021-02-04T10:27:26.486Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T10:27:26.486Z] ---> Running in 881674d80c34 [2021-02-04T10:27:26.486Z] ---> Running in e3e2cd1efe96 [2021-02-04T10:27:26.486Z] ---> Running in 4a967ae78609 [2021-02-04T10:27:27.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:27.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:28.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:28.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:28.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:28.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:28.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:28.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:29.185Z] OK: 217 MiB in 51 packages [2021-02-04T10:27:29.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:29.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:29.466Z] OK: 217 MiB in 51 packages [2021-02-04T10:27:30.082Z] OK: 217 MiB in 51 packages [2021-02-04T10:27:30.082Z] OK: 217 MiB in 51 packages [2021-02-04T10:27:30.082Z] OK: 217 MiB in 51 packages [2021-02-04T10:27:31.086Z] Removing intermediate container 11c47229a913 [2021-02-04T10:27:31.086Z] ---> dcbb21ff70c3 [2021-02-04T10:27:31.086Z] Step 6/23 : COPY go.mod . [2021-02-04T10:27:31.086Z] Removing intermediate container 5e9f2c0c2a2a [2021-02-04T10:27:31.086Z] ---> 5f6de7543d42 [2021-02-04T10:27:31.086Z] Step 6/24 : COPY go.mod . [2021-02-04T10:27:31.685Z] Removing intermediate container e3e2cd1efe96 [2021-02-04T10:27:31.685Z] ---> 5fea22733ae3 [2021-02-04T10:27:31.685Z] Step 6/23 : COPY go.mod . [2021-02-04T10:27:31.685Z] ---> 1233bc1ef6d9 [2021-02-04T10:27:31.685Z] Step 7/23 : RUN go mod download [2021-02-04T10:27:31.966Z] ---> Running in eebc8088ca91 [2021-02-04T10:27:31.966Z] Removing intermediate container 4a967ae78609 [2021-02-04T10:27:31.966Z] ---> a53f12d88e2a [2021-02-04T10:27:31.966Z] Step 6/31 : COPY go.mod . [2021-02-04T10:27:31.966Z] ---> 78fca8980ebf [2021-02-04T10:27:31.966Z] Step 7/24 : RUN go mod download [2021-02-04T10:27:32.240Z] Removing intermediate container 881674d80c34 [2021-02-04T10:27:32.240Z] ---> 2a13c96c7ba2 [2021-02-04T10:27:32.240Z] Step 6/21 : COPY go.mod . [2021-02-04T10:27:32.516Z] ---> Running in cfb411d11440 [2021-02-04T10:27:32.516Z] ---> faddb1b7b21c [2021-02-04T10:27:32.516Z] Step 7/23 : RUN go mod download [2021-02-04T10:27:32.792Z] ---> Running in bd185678ec23 [2021-02-04T10:27:33.065Z] ---> f2a29eaf9561 [2021-02-04T10:27:33.065Z] Step 7/31 : RUN go mod download [2021-02-04T10:27:33.353Z] ---> aa43a76caf86 [2021-02-04T10:27:33.353Z] Step 7/21 : RUN go mod download [2021-02-04T10:27:33.353Z] ---> Running in 88dee3172d64 [2021-02-04T10:27:33.626Z] ---> Running in 472578260a0d [2021-02-04T10:27:34.210Z] Removing intermediate container 7b25007f65f4 [2021-02-04T10:27:34.210Z] ---> 0bb20f0c819d [2021-02-04T10:27:34.210Z] [2021-02-04T10:27:34.210Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T10:27:34.210Z] 3.12: Pulling from library/alpine [2021-02-04T10:27:34.210Z] Removing intermediate container 32d6ba288119 [2021-02-04T10:27:34.210Z] ---> 8a52b93f1af3 [2021-02-04T10:27:34.210Z] [2021-02-04T10:27:34.210Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:27:34.210Z] Removing intermediate container cc30fef2275e [2021-02-04T10:27:34.210Z] ---> 7021ca17c9c6 [2021-02-04T10:27:34.210Z] [2021-02-04T10:27:34.210Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:27:34.210Z] 3.12: Pulling from library/alpine [2021-02-04T10:27:34.210Z] 3.12: Pulling from library/alpine [2021-02-04T10:27:35.169Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:27:35.169Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:27:35.169Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:27:35.169Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:27:35.169Z] ---> 389fef711851 [2021-02-04T10:27:35.169Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T10:27:35.169Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:27:35.169Z] ---> 389fef711851 [2021-02-04T10:27:35.169Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:27:35.169Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:27:35.169Z] ---> 389fef711851 [2021-02-04T10:27:35.169Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:27:35.435Z] Removing intermediate container bb77467b7f6a [2021-02-04T10:27:35.435Z] ---> 4914ab6b1d97 [2021-02-04T10:27:35.435Z] [2021-02-04T10:27:35.435Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:27:35.435Z] ---> 389fef711851 [2021-02-04T10:27:35.435Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T10:27:35.435Z] ---> Running in eeb59fb470f3 [2021-02-04T10:27:35.435Z] ---> Running in 1d1fc7343b2f [2021-02-04T10:27:35.435Z] ---> Running in 7588ff3729f9 [2021-02-04T10:27:35.435Z] ---> Running in 6bdf0c726e13 [2021-02-04T10:27:36.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:36.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:36.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:36.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:36.659Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:27:36.659Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:27:36.659Z] OK: 6 MiB in 15 packages [2021-02-04T10:27:36.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:36.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:36.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:36.924Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T10:27:36.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:36.924Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:27:36.924Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T10:27:36.924Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T10:27:36.924Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:27:36.924Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:27:37.030Z] Removing intermediate container eebc8088ca91 [2021-02-04T10:27:37.031Z] ---> c6a8929a2038 [2021-02-04T10:27:37.031Z] Step 8/23 : COPY . . [2021-02-04T10:27:37.031Z] Removing intermediate container cfb411d11440 [2021-02-04T10:27:37.031Z] ---> a4f7fe87fa47 [2021-02-04T10:27:37.031Z] Step 8/24 : COPY . . [2021-02-04T10:27:37.188Z] OK: 7 MiB in 18 packages [2021-02-04T10:27:37.188Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T10:27:37.188Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:27:37.188Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:27:37.188Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:27:37.188Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:27:37.188Z] OK: 6 MiB in 15 packages [2021-02-04T10:27:37.314Z] Removing intermediate container bd185678ec23 [2021-02-04T10:27:37.314Z] ---> 713ea4ee4b0b [2021-02-04T10:27:37.314Z] Step 8/23 : COPY . . [2021-02-04T10:27:37.586Z] Removing intermediate container 88dee3172d64 [2021-02-04T10:27:37.586Z] ---> 255c27caf1c3 [2021-02-04T10:27:37.586Z] Step 8/31 : COPY . . [2021-02-04T10:27:37.861Z] Removing intermediate container 472578260a0d [2021-02-04T10:27:37.861Z] ---> a289b2744951 [2021-02-04T10:27:37.861Z] Step 8/21 : COPY . . [2021-02-04T10:27:38.141Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:27:38.141Z] OK: 6 MiB in 16 packages [2021-02-04T10:27:39.546Z] Removing intermediate container c9dab39aa5f0 [2021-02-04T10:27:39.546Z] ---> 78beeed77a26 [2021-02-04T10:27:39.546Z] [2021-02-04T10:27:39.546Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:27:39.546Z] ---> 389fef711851 [2021-02-04T10:27:39.546Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T10:27:39.546Z] ---> Running in cf5852087cef [2021-02-04T10:27:40.123Z] Removing intermediate container eeb59fb470f3 [2021-02-04T10:27:40.123Z] ---> 9e947cffcbda [2021-02-04T10:27:40.123Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:27:40.390Z] Removing intermediate container cf5852087cef [2021-02-04T10:27:40.390Z] ---> cadb6f7d11ab [2021-02-04T10:27:40.390Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T10:27:40.653Z] Removing intermediate container 7588ff3729f9 [2021-02-04T10:27:40.653Z] ---> cd9123c80c40 [2021-02-04T10:27:40.653Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:27:40.924Z] Removing intermediate container 1d1fc7343b2f [2021-02-04T10:27:40.924Z] ---> d8c40f86736e [2021-02-04T10:27:40.924Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:27:40.924Z] ---> Running in 366efb76f0db [2021-02-04T10:27:40.924Z] ---> Running in 9b473571947e [2021-02-04T10:27:40.924Z] ---> Running in afb8f14e2bdb [2021-02-04T10:27:40.924Z] ---> Running in e134dd6990a2 [2021-02-04T10:27:41.194Z] Removing intermediate container 6bdf0c726e13 [2021-02-04T10:27:41.194Z] ---> 07cb70a013b0 [2021-02-04T10:27:41.195Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:27:41.195Z] Removing intermediate container 366efb76f0db [2021-02-04T10:27:41.195Z] ---> 9e009bdec181 [2021-02-04T10:27:41.195Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T10:27:41.195Z] ---> Running in b8bb44bcff67 [2021-02-04T10:27:41.462Z] ---> Running in ed04638c4d7c [2021-02-04T10:27:41.462Z] Removing intermediate container e134dd6990a2 [2021-02-04T10:27:41.462Z] ---> 80eebfa674ec [2021-02-04T10:27:41.462Z] Step 13/21 : WORKDIR /edgex [2021-02-04T10:27:41.724Z] Removing intermediate container 9b473571947e [2021-02-04T10:27:41.724Z] ---> 8778795310d6 [2021-02-04T10:27:41.724Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T10:27:41.724Z] Removing intermediate container afb8f14e2bdb [2021-02-04T10:27:41.724Z] ---> 33415146ea36 [2021-02-04T10:27:41.724Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T10:27:41.988Z] ---> Running in 0032693d2cb6 [2021-02-04T10:27:41.988Z] ---> Running in 988a489aebe3 [2021-02-04T10:27:41.988Z] ---> Running in 55fdc558b599 [2021-02-04T10:27:41.988Z] Removing intermediate container b8bb44bcff67 [2021-02-04T10:27:41.988Z] ---> 0eeccb428cfb [2021-02-04T10:27:41.988Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T10:27:41.988Z] Removing intermediate container ed04638c4d7c [2021-02-04T10:27:41.988Z] ---> 04730ac5b4a2 [2021-02-04T10:27:41.988Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:27:42.252Z] ---> Running in 8f1040a78ae1 [2021-02-04T10:27:42.252Z] ---> Running in 7a53b811d6c3 [2021-02-04T10:27:42.252Z] Removing intermediate container 0032693d2cb6 [2021-02-04T10:27:42.252Z] ---> 27d5920ad4cc [2021-02-04T10:27:42.252Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T10:27:42.252Z] Removing intermediate container 988a489aebe3 [2021-02-04T10:27:42.252Z] ---> 6ca88213a3d6 [2021-02-04T10:27:42.252Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:27:42.252Z] Removing intermediate container 55fdc558b599 [2021-02-04T10:27:42.252Z] ---> a6809b0873fa [2021-02-04T10:27:42.252Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:27:42.516Z] ---> Running in 876b299e14cf [2021-02-04T10:27:42.516Z] ---> Running in 1c3fad20aece [2021-02-04T10:27:42.516Z] Removing intermediate container 8f1040a78ae1 [2021-02-04T10:27:42.516Z] ---> 34b7436256a2 [2021-02-04T10:27:42.516Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:27:42.778Z] Removing intermediate container 7a53b811d6c3 [2021-02-04T10:27:42.778Z] ---> 0f26a354d4f4 [2021-02-04T10:27:42.778Z] Step 15/23 : WORKDIR / [2021-02-04T10:27:42.778Z] ---> 9d0a41e55b13 [2021-02-04T10:27:42.778Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T10:27:43.044Z] ---> Running in eb932be677a8 [2021-02-04T10:27:43.044Z] ---> Running in 00991f809890 [2021-02-04T10:27:43.044Z] Removing intermediate container 1c3fad20aece [2021-02-04T10:27:43.044Z] ---> 6c5caea82ea1 [2021-02-04T10:27:43.044Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:27:43.316Z] Removing intermediate container eb932be677a8 [2021-02-04T10:27:43.316Z] ---> 72e48821eaf3 [2021-02-04T10:27:43.316Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:27:43.316Z] Removing intermediate container 00991f809890 [2021-02-04T10:27:43.316Z] ---> d573d2f1a127 [2021-02-04T10:27:43.316Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:27:43.586Z] ---> 1da13ad8dc1b [2021-02-04T10:27:43.587Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T10:27:43.587Z] ---> abce76ae6db3 [2021-02-04T10:27:43.587Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T10:27:43.854Z] ---> ce70ac0efaa6 [2021-02-04T10:27:43.854Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T10:27:43.854Z] ---> d10bfc3201d4 [2021-02-04T10:27:43.854Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T10:27:45.253Z] ---> df429126f24c [2021-02-04T10:27:45.253Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T10:27:45.253Z] ---> d824134b91de [2021-02-04T10:27:45.253Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T10:27:45.253Z] Removing intermediate container 876b299e14cf [2021-02-04T10:27:45.253Z] ---> 53fb83411eba [2021-02-04T10:27:45.253Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T10:27:45.253Z] ---> 7f1f24251785 [2021-02-04T10:27:45.253Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T10:27:45.253Z] ---> 18f2eb4d0c06 [2021-02-04T10:27:45.253Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T10:27:45.253Z] ---> Running in 82ed28cc2b05 [2021-02-04T10:27:45.253Z] ---> Running in 6585bdb5fbdc [2021-02-04T10:27:45.516Z] ---> d3549c9a0e13 [2021-02-04T10:27:45.516Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T10:27:45.516Z] ---> 15ab02b8de3c [2021-02-04T10:27:45.516Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T10:27:45.516Z] Removing intermediate container 82ed28cc2b05 [2021-02-04T10:27:45.516Z] ---> 2a68f6891bf9 [2021-02-04T10:27:45.516Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T10:27:45.516Z] ---> ef7102e9eaa6 [2021-02-04T10:27:45.516Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T10:27:45.782Z] ---> Running in 6e8f5311d5ed [2021-02-04T10:27:45.782Z] ---> Running in ccc3cb12acca [2021-02-04T10:27:45.782Z] ---> Running in 3b38c2a12afb [2021-02-04T10:27:45.782Z] ---> Running in 2493013751d1 [2021-02-04T10:27:45.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:46.044Z] Removing intermediate container 6e8f5311d5ed [2021-02-04T10:27:46.044Z] ---> 353b5db64808 [2021-02-04T10:27:46.044Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:27:46.044Z] Removing intermediate container 3b38c2a12afb [2021-02-04T10:27:46.044Z] ---> 0007cf522b76 [2021-02-04T10:27:46.044Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:27:46.044Z] Removing intermediate container ccc3cb12acca [2021-02-04T10:27:46.044Z] ---> 894f282dd105 [2021-02-04T10:27:46.044Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T10:27:46.044Z] Removing intermediate container 2493013751d1 [2021-02-04T10:27:46.044Z] ---> e76497cebb2e [2021-02-04T10:27:46.044Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:27:46.311Z] ---> Running in 17e04637196c [2021-02-04T10:27:46.311Z] ---> Running in d8e6fc914089 [2021-02-04T10:27:46.311Z] ---> Running in d901b11fdd9c [2021-02-04T10:27:46.575Z] ---> Running in 370e94f219e9 [2021-02-04T10:27:46.575Z] Removing intermediate container 17e04637196c [2021-02-04T10:27:46.575Z] ---> e7caeefd01e2 [2021-02-04T10:27:46.575Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:27:46.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:27:46.842Z] ---> Running in eae9aebeacba [2021-02-04T10:27:46.842Z] Removing intermediate container d8e6fc914089 [2021-02-04T10:27:46.842Z] ---> 9b1e18536cc7 [2021-02-04T10:27:46.842Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:27:46.842Z] Removing intermediate container d901b11fdd9c [2021-02-04T10:27:46.842Z] ---> a092437ea123 [2021-02-04T10:27:46.842Z] Step 20/21 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:27:46.842Z] Removing intermediate container 370e94f219e9 [2021-02-04T10:27:46.842Z] ---> 9f38213626cc [2021-02-04T10:27:46.842Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:27:46.842Z] ---> Running in bbb0ffe7a3d0 [2021-02-04T10:27:47.117Z] ---> Running in 74fc37735e64 [2021-02-04T10:27:47.117Z] ---> Running in 2e46475e1d03 [2021-02-04T10:27:47.117Z] Removing intermediate container eae9aebeacba [2021-02-04T10:27:47.117Z] ---> 5d08926966c6 [2021-02-04T10:27:47.117Z] Step 21/22 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:27:47.384Z] Removing intermediate container bbb0ffe7a3d0 [2021-02-04T10:27:47.384Z] ---> ed2c4568647c [2021-02-04T10:27:47.384Z] Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:27:47.384Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T10:27:47.384Z] ---> Running in fad0d1d1d01a [2021-02-04T10:27:47.384Z] Removing intermediate container 74fc37735e64 [2021-02-04T10:27:47.384Z] ---> 28f38aba455b [2021-02-04T10:27:47.384Z] Step 21/21 : LABEL version=2.0.0-dev.74 [2021-02-04T10:27:47.384Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T10:27:47.384Z] Removing intermediate container 2e46475e1d03 [2021-02-04T10:27:47.384Z] ---> 2fe898750f5d [2021-02-04T10:27:47.384Z] Step 21/22 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:27:47.384Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T10:27:47.384Z] ---> Running in 61c95c97ed46 [2021-02-04T10:27:47.384Z] ---> Running in ecc410ee08d8 [2021-02-04T10:27:47.646Z] ---> Running in 3ed34e14043e [2021-02-04T10:27:47.646Z] Removing intermediate container fad0d1d1d01a [2021-02-04T10:27:47.646Z] ---> 32814586296f [2021-02-04T10:27:47.646Z] Step 22/22 : LABEL version=2.0.0-dev.74 [2021-02-04T10:27:47.646Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T10:27:47.909Z] ---> Running in 6fcacc89291b [2021-02-04T10:27:47.909Z] Removing intermediate container ecc410ee08d8 [2021-02-04T10:27:47.909Z] ---> aaca9e2bea2e [2021-02-04T10:27:47.909Z] Step 23/23 : LABEL version=2.0.0-dev.74 [2021-02-04T10:27:47.909Z] Removing intermediate container 61c95c97ed46 [2021-02-04T10:27:47.909Z] ---> ad9b69ea76d9 [2021-02-04T10:27:47.909Z] [2021-02-04T10:27:47.909Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T10:27:47.909Z] Removing intermediate container 3ed34e14043e [2021-02-04T10:27:47.909Z] ---> fabf7a3f9a41 [2021-02-04T10:27:47.909Z] Step 22/22 : LABEL version=2.0.0-dev.74 [2021-02-04T10:27:48.171Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T10:27:48.171Z] ---> Running in 33475ff72142 [2021-02-04T10:27:48.171Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:27:48.171Z] Successfully built ad9b69ea76d9 [2021-02-04T10:27:48.171Z] OK: 8 MiB in 20 packages [2021-02-04T10:27:48.171Z] ---> Running in 4d51df78b427 [2021-02-04T10:27:48.171Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T10:27:48.443Z] Removing intermediate container 6fcacc89291b [2021-02-04T10:27:48.443Z] ---> 14798747ff0d [2021-02-04T10:27:48.443Z] [2021-02-04T10:27:48.443Z] Building docker-sys-mgmt-agent-go [2021-02-04T10:27:48.443Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 33475ff72142 [2021-02-04T10:27:48.443Z] ---> 0e550bf66cc2 [2021-02-04T10:27:48.443Z] [2021-02-04T10:27:48.443Z] Successfully built 14798747ff0d [2021-02-04T10:27:48.706Z] Removing intermediate container 4d51df78b427 [2021-02-04T10:27:48.706Z] ---> 5036e5500237 [2021-02-04T10:27:48.706Z] [2021-02-04T10:27:48.706Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T10:27:48.706Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-02-04T10:27:48.706Z] Successfully built 0e550bf66cc2 [2021-02-04T10:27:48.706Z] Successfully built 5036e5500237 [2021-02-04T10:27:48.706Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T10:27:48.706Z] Successfully tagged docker-core-command-go:latest [2021-02-04T10:27:48.706Z] Building docker-security-secretstore-setup-go [2021-02-04T10:27:48.706Z] Building docker-security-bootstrapper-go [2021-02-04T10:27:48.970Z]  Building docker-core-command-go ... done  Building docker-support-notifications-go ... done Removing intermediate container 6585bdb5fbdc [2021-02-04T10:27:48.970Z] ---> f6151f3bfcbd [2021-02-04T10:27:48.970Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:27:49.233Z] ---> f8b80b3513b3 [2021-02-04T10:27:49.234Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T10:27:50.635Z] ---> 3ce6e1ecd0ba [2021-02-04T10:27:50.635Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T10:27:53.954Z] ---> f15c31fb8267 [2021-02-04T10:27:53.954Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T10:27:58.195Z] ---> Running in c2173c500402 [2021-02-04T10:27:58.779Z] Removing intermediate container c2173c500402 [2021-02-04T10:27:58.779Z] ---> 2261a68f13e7 [2021-02-04T10:27:58.779Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:27:59.355Z] ---> Running in 86d6dc73feb5 [2021-02-04T10:28:00.058Z] ---> 4282e283b317 [2021-02-04T10:28:00.058Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T10:28:00.058Z] ---> 1371eda3ea1c [2021-02-04T10:28:00.058Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T10:28:00.058Z] ---> 6f51f5cf67ef [2021-02-04T10:28:00.058Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T10:28:00.058Z] ---> a8b9aa3b6054 [2021-02-04T10:28:00.058Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T10:28:00.058Z] ---> f949b84ecb1e [2021-02-04T10:28:00.058Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T10:28:00.058Z] ---> Running in df32c6227bd2 [2021-02-04T10:28:00.058Z] ---> Running in 4132c098a24c [2021-02-04T10:28:00.058Z] ---> Running in 72c146e7ab72 [2021-02-04T10:28:00.058Z] ---> Running in ce504808b36e [2021-02-04T10:28:00.058Z] ---> Running in 2a58119ad97b [2021-02-04T10:28:00.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T10:28:00.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T10:28:00.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T10:28:00.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T10:28:00.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T10:28:00.314Z] Removing intermediate container 86d6dc73feb5 [2021-02-04T10:28:00.314Z] ---> 9c66292d8ab1 [2021-02-04T10:28:00.314Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:28:00.580Z] ---> Running in 4710809b9aa3 [2021-02-04T10:28:00.843Z] Removing intermediate container 4710809b9aa3 [2021-02-04T10:28:00.843Z] ---> 412593d5bb37 [2021-02-04T10:28:00.843Z] Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:28:01.105Z] ---> Running in 08db9ca6b562 [2021-02-04T10:28:01.393Z] Removing intermediate container 08db9ca6b562 [2021-02-04T10:28:01.393Z] ---> 4a1347c960d2 [2021-02-04T10:28:01.393Z] Step 23/23 : LABEL version=2.0.0-dev.74 [2021-02-04T10:28:01.393Z] ---> Running in 3e9e8ebfc155 [2021-02-04T10:28:01.656Z] Removing intermediate container 3e9e8ebfc155 [2021-02-04T10:28:01.656Z] ---> df0308fedafc [2021-02-04T10:28:01.656Z] [2021-02-04T10:28:01.656Z] Successfully built df0308fedafc [2021-02-04T10:28:01.656Z] Successfully tagged docker-core-data-go:latest [2021-02-04T10:28:16.945Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:16.945Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:16.945Z] ---> 76a9673b17a1 [2021-02-04T10:28:16.945Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 05bfd375cdf5 [2021-02-04T10:28:16.945Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 934ef19d92c2 [2021-02-04T10:28:16.945Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 4868b6642808 [2021-02-04T10:28:16.945Z] Step 6/24 : COPY go.mod . [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 3528d499ea87 [2021-02-04T10:28:16.945Z] Step 7/24 : RUN go mod download [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> ad1ca9017452 [2021-02-04T10:28:16.945Z] Step 8/24 : COPY . . [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 9e8f7bb4d502 [2021-02-04T10:28:16.945Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T10:28:16.945Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:16.945Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:16.945Z] ---> 76a9673b17a1 [2021-02-04T10:28:16.945Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 05bfd375cdf5 [2021-02-04T10:28:16.945Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 934ef19d92c2 [2021-02-04T10:28:16.945Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 4868b6642808 [2021-02-04T10:28:16.945Z] Step 6/31 : COPY go.mod . [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 3528d499ea87 [2021-02-04T10:28:16.945Z] Step 7/31 : RUN go mod download [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> ad1ca9017452 [2021-02-04T10:28:16.945Z] Step 8/31 : COPY . . [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 9e8f7bb4d502 [2021-02-04T10:28:16.945Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T10:28:16.945Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:16.945Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:16.945Z] ---> 76a9673b17a1 [2021-02-04T10:28:16.945Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 05bfd375cdf5 [2021-02-04T10:28:16.945Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 934ef19d92c2 [2021-02-04T10:28:16.945Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 4868b6642808 [2021-02-04T10:28:16.945Z] Step 6/23 : COPY go.mod . [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 3528d499ea87 [2021-02-04T10:28:16.945Z] Step 7/23 : RUN go mod download [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> ad1ca9017452 [2021-02-04T10:28:16.945Z] Step 8/23 : COPY . . [2021-02-04T10:28:16.945Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:16.945Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:16.945Z] ---> 76a9673b17a1 [2021-02-04T10:28:16.945Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 05bfd375cdf5 [2021-02-04T10:28:16.945Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 934ef19d92c2 [2021-02-04T10:28:16.945Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T10:28:16.945Z] ---> Using cache [2021-02-04T10:28:16.945Z] ---> 9e8f7bb4d502 [2021-02-04T10:28:16.945Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T10:28:17.907Z] ---> Running in e3e46786f41a [2021-02-04T10:28:17.907Z] ---> Running in 7909888e9d59 [2021-02-04T10:28:17.907Z] ---> Running in 72223955e029 [2021-02-04T10:28:17.907Z] ---> Running in 7c9af5080388 [2021-02-04T10:28:19.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T10:28:19.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T10:28:19.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T10:28:19.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:20.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:21.284Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:22.709Z] Removing intermediate container 7909888e9d59 [2021-02-04T10:28:22.709Z] ---> 89bd00ca60d3 [2021-02-04T10:28:22.709Z] Step 6/26 : COPY go.mod . [2021-02-04T10:28:23.296Z] ---> bfef26bc4b82 [2021-02-04T10:28:23.296Z] Step 7/26 : RUN go mod download [2021-02-04T10:28:23.884Z] ---> Running in d757835e802a [2021-02-04T10:28:28.161Z] Removing intermediate container d757835e802a [2021-02-04T10:28:28.161Z] ---> 2dc533736877 [2021-02-04T10:28:28.161Z] Step 8/26 : COPY . . [2021-02-04T10:28:43.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T10:28:43.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T10:28:50.018Z] ---> fb9bc30cb36a [2021-02-04T10:28:50.018Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T10:28:50.018Z] ---> Running in d335fce50e77 [2021-02-04T10:28:50.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T10:28:52.922Z] Removing intermediate container e3e46786f41a [2021-02-04T10:28:52.922Z] ---> 8a94b8434b5d [2021-02-04T10:28:52.922Z] [2021-02-04T10:28:52.922Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T10:28:52.922Z] ---> 389fef711851 [2021-02-04T10:28:52.922Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T10:28:54.325Z] Removing intermediate container 72223955e029 [2021-02-04T10:28:54.325Z] ---> 4f2d0e6452fa [2021-02-04T10:28:54.325Z] [2021-02-04T10:28:54.325Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:28:54.325Z] ---> 389fef711851 [2021-02-04T10:28:54.325Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:28:54.325Z] ---> Using cache [2021-02-04T10:28:54.325Z] ---> cd9123c80c40 [2021-02-04T10:28:54.325Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:28:54.325Z] ---> Running in 0f4e8df38b09 [2021-02-04T10:28:54.325Z] ---> Using cache [2021-02-04T10:28:54.325Z] ---> 33415146ea36 [2021-02-04T10:28:54.325Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T10:28:54.597Z] Removing intermediate container 7c9af5080388 [2021-02-04T10:28:54.597Z] ---> 2721d779c406 [2021-02-04T10:28:54.597Z] [2021-02-04T10:28:54.597Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T10:28:54.597Z] ---> 389fef711851 [2021-02-04T10:28:54.597Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T10:28:54.597Z] ---> Running in 73a98b13772d [2021-02-04T10:28:54.879Z] ---> Running in cfe92c467fa8 [2021-02-04T10:28:54.879Z] Removing intermediate container 73a98b13772d [2021-02-04T10:28:54.879Z] ---> 3bbf226631c4 [2021-02-04T10:28:54.879Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:28:55.151Z] Removing intermediate container cfe92c467fa8 [2021-02-04T10:28:55.151Z] ---> f814a6773f41 [2021-02-04T10:28:55.151Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T10:28:55.151Z] ---> Running in e25888763608 [2021-02-04T10:28:56.127Z] ---> Running in 76b55252932f [2021-02-04T10:28:56.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:56.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:56.127Z] Removing intermediate container e25888763608 [2021-02-04T10:28:56.127Z] ---> c1b35e445883 [2021-02-04T10:28:56.127Z] Step 15/23 : WORKDIR / [2021-02-04T10:28:56.407Z] ---> Running in 9b36ac788d1b [2021-02-04T10:28:56.407Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T10:28:56.407Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:28:56.407Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T10:28:56.407Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T10:28:56.407Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T10:28:56.407Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:28:56.687Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:28:56.687Z] OK: 7 MiB in 19 packages [2021-02-04T10:28:57.277Z] Removing intermediate container 9b36ac788d1b [2021-02-04T10:28:57.277Z] ---> 8a10e1dfb790 [2021-02-04T10:28:57.277Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:28:57.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:57.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:57.545Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:28:57.545Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T10:28:57.545Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:28:57.545Z] ---> 18075096a839 [2021-02-04T10:28:57.545Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T10:28:57.545Z] OK: 6 MiB in 16 packages [2021-02-04T10:28:58.279Z] Removing intermediate container 0f4e8df38b09 [2021-02-04T10:28:58.279Z] ---> ac5604793742 [2021-02-04T10:28:58.279Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:28:58.279Z] ---> Running in a9af25967497 [2021-02-04T10:28:58.676Z] ---> b7e472b00cd4 [2021-02-04T10:28:58.676Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T10:28:58.676Z] Removing intermediate container 76b55252932f [2021-02-04T10:28:58.676Z] ---> bdd034b5210a [2021-02-04T10:28:58.676Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T10:28:58.676Z] Removing intermediate container a9af25967497 [2021-02-04T10:28:58.676Z] ---> da7e0ddc1b8e [2021-02-04T10:28:58.676Z] Step 13/24 : WORKDIR / [2021-02-04T10:28:59.088Z] ---> Running in b85bd246fbbb [2021-02-04T10:28:59.088Z] ---> Running in ccb7c63e5951 [2021-02-04T10:28:59.088Z] ---> 16133fdede64 [2021-02-04T10:28:59.088Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T10:28:59.429Z] ---> Running in e1935cf1fb3d [2021-02-04T10:28:59.429Z] Removing intermediate container b85bd246fbbb [2021-02-04T10:28:59.429Z] ---> 01fe2a5be121 [2021-02-04T10:28:59.429Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T10:29:00.031Z] Removing intermediate container ccb7c63e5951 [2021-02-04T10:29:00.031Z] ---> 1b8cd19ef706 [2021-02-04T10:29:00.031Z] 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-02-04T10:29:00.031Z] ---> Running in 9640dd305cd3 [2021-02-04T10:29:00.031Z] Removing intermediate container e1935cf1fb3d [2021-02-04T10:29:00.031Z] ---> f3a1a2c29a7b [2021-02-04T10:29:00.031Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:29:00.298Z] ---> Running in 79524e87726c [2021-02-04T10:29:00.573Z] ---> 8a0118112998 [2021-02-04T10:29:00.573Z] 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-02-04T10:29:00.844Z] Removing intermediate container 9640dd305cd3 [2021-02-04T10:29:00.844Z] ---> 2a7f331f2fe6 [2021-02-04T10:29:00.844Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T10:29:01.118Z] Removing intermediate container 79524e87726c [2021-02-04T10:29:01.118Z] ---> b9f46d551b74 [2021-02-04T10:29:01.118Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:29:01.118Z] ---> Running in 46aa1f7f5bfb [2021-02-04T10:29:01.118Z] ---> 17e31465e83a [2021-02-04T10:29:01.118Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T10:29:01.389Z] ---> Running in 873146ea9e6c [2021-02-04T10:29:01.658Z] ---> 9beac88667a9 [2021-02-04T10:29:01.658Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T10:29:01.937Z] Removing intermediate container 873146ea9e6c [2021-02-04T10:29:01.937Z] ---> d8839ca5a412 [2021-02-04T10:29:01.937Z] Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:29:01.937Z] ---> Running in f51d9dad39ef [2021-02-04T10:29:02.887Z] Removing intermediate container f51d9dad39ef [2021-02-04T10:29:02.887Z] ---> 7ea588691c20 [2021-02-04T10:29:02.887Z] Step 23/23 : LABEL version=2.0.0-dev.74 [2021-02-04T10:29:03.467Z] ---> Running in 7c3578e6d766 [2021-02-04T10:29:03.467Z] ---> 2927bea79e45 [2021-02-04T10:29:03.467Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T10:29:03.467Z] Removing intermediate container 7c3578e6d766 [2021-02-04T10:29:03.467Z] ---> f2487c9ea6a8 [2021-02-04T10:29:03.467Z] [2021-02-04T10:29:03.737Z] Removing intermediate container 46aa1f7f5bfb [2021-02-04T10:29:03.737Z] ---> edd9c8a1f90c [2021-02-04T10:29:03.737Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T10:29:03.737Z] ---> eda6e8254720 [2021-02-04T10:29:03.737Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T10:29:04.002Z] Successfully built f2487c9ea6a8 [2021-02-04T10:29:04.002Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T10:29:04.002Z]  Building docker-core-metadata-go ... done  ---> Running in 13ad3d94a9ce [2021-02-04T10:29:05.407Z] ---> 78904516a6d1 [2021-02-04T10:29:05.407Z] 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-02-04T10:29:05.407Z] Removing intermediate container d335fce50e77 [2021-02-04T10:29:05.407Z] ---> 0dc5e79c0691 [2021-02-04T10:29:05.407Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T10:29:05.407Z] Removing intermediate container 13ad3d94a9ce [2021-02-04T10:29:05.407Z] ---> b06197b9c43b [2021-02-04T10:29:05.407Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T10:29:05.407Z] ---> Running in a3233a4e0548 [2021-02-04T10:29:05.670Z] ---> Running in 8ee2ca4115f1 [2021-02-04T10:29:05.933Z] ---> 3f717b0bb2f2 [2021-02-04T10:29:05.933Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T10:29:06.198Z] ---> Running in 83fe26a7ca62 [2021-02-04T10:29:06.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T10:29:07.064Z] Removing intermediate container a3233a4e0548 [2021-02-04T10:29:07.064Z] ---> cae6d88c5cc9 [2021-02-04T10:29:07.064Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T10:29:07.064Z] ---> Running in aa1d0967b5aa [2021-02-04T10:29:07.326Z] Removing intermediate container 83fe26a7ca62 [2021-02-04T10:29:07.326Z] ---> a3a4d6e2d9d2 [2021-02-04T10:29:07.326Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:29:07.326Z] Removing intermediate container aa1d0967b5aa [2021-02-04T10:29:07.326Z] ---> c57b607923bd [2021-02-04T10:29:07.326Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T10:29:07.588Z] ---> Running in af02d8fbf846 [2021-02-04T10:29:07.851Z] ---> fc8c37c579b1 [2021-02-04T10:29:07.851Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T10:29:07.851Z] Removing intermediate container af02d8fbf846 [2021-02-04T10:29:07.851Z] ---> 4260217fe257 [2021-02-04T10:29:07.851Z] Step 23/24 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:29:07.851Z] ---> Running in f7d694e0db8c [2021-02-04T10:29:07.851Z] Removing intermediate container 8ee2ca4115f1 [2021-02-04T10:29:07.851Z] ---> 49bcdaa08544 [2021-02-04T10:29:07.851Z] [2021-02-04T10:29:07.851Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T10:29:07.851Z] 20.10.0: Pulling from library/docker [2021-02-04T10:29:08.116Z] Removing intermediate container f7d694e0db8c [2021-02-04T10:29:08.116Z] ---> 02a2a39e4254 [2021-02-04T10:29:08.116Z] Step 24/24 : LABEL version=2.0.0-dev.74 [2021-02-04T10:29:08.380Z] ---> Running in 032e78aec586 [2021-02-04T10:29:08.380Z] ---> 8a414fe89fea [2021-02-04T10:29:08.380Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T10:29:08.645Z] Removing intermediate container 032e78aec586 [2021-02-04T10:29:08.645Z] ---> 1d6aed021ffe [2021-02-04T10:29:08.645Z] [2021-02-04T10:29:08.909Z] Successfully built 1d6aed021ffe [2021-02-04T10:29:09.176Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T10:29:09.442Z]  Building docker-security-secretstore-setup-go ... done  ---> c6cbc5a2df5f [2021-02-04T10:29:09.442Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T10:29:10.021Z] ---> 3cf189d97e45 [2021-02-04T10:29:10.021Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T10:29:10.597Z] ---> d1f8e95f9585 [2021-02-04T10:29:10.597Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T10:29:10.862Z] ---> Running in 9667f1467346 [2021-02-04T10:29:12.790Z] Removing intermediate container 9667f1467346 [2021-02-04T10:29:12.790Z] ---> 8932f4792d23 [2021-02-04T10:29:12.790Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T10:29:13.054Z] ---> c0a74088e634 [2021-02-04T10:29:13.054Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T10:29:13.054Z] ---> Running in 7336e4ca2889 [2021-02-04T10:29:13.316Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T10:29:13.316Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T10:29:13.316Z] ---> aefe523efa57 [2021-02-04T10:29:13.316Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T10:29:13.316Z] ---> Running in b1d7252c6e9e [2021-02-04T10:29:13.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:14.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:14.155Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T10:29:14.155Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T10:29:14.155Z] Executing bash-5.0.17-r0.post-install [2021-02-04T10:29:14.155Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:14.155Z] OK: 12 MiB in 22 packages [2021-02-04T10:29:14.425Z] Removing intermediate container 7336e4ca2889 [2021-02-04T10:29:14.425Z] ---> b97846bd616a [2021-02-04T10:29:14.425Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T10:29:14.425Z] ---> Running in 61d245b5372d [2021-02-04T10:29:14.690Z] Removing intermediate container 61d245b5372d [2021-02-04T10:29:14.690Z] ---> 2b05b481ecc6 [2021-02-04T10:29:14.690Z] Step 28/31 : CMD ["gate"] [2021-02-04T10:29:14.960Z] ---> Running in 107a12eda699 [2021-02-04T10:29:14.960Z] Removing intermediate container b1d7252c6e9e [2021-02-04T10:29:14.960Z] ---> d16debff869e [2021-02-04T10:29:14.960Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T10:29:15.222Z] ---> Running in 5e79e4a6ebd6 [2021-02-04T10:29:15.222Z] Removing intermediate container 107a12eda699 [2021-02-04T10:29:15.222Z] ---> 042e729423f6 [2021-02-04T10:29:15.222Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T10:29:15.222Z] Removing intermediate container 5e79e4a6ebd6 [2021-02-04T10:29:15.222Z] ---> 26089197cb5c [2021-02-04T10:29:15.222Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T10:29:15.487Z] ---> Running in 581ad0a451d7 [2021-02-04T10:29:15.487Z] ---> Running in f3686b42e017 [2021-02-04T10:29:15.749Z] Removing intermediate container 581ad0a451d7 [2021-02-04T10:29:15.749Z] ---> eac8a84bdc94 [2021-02-04T10:29:15.749Z] Step 30/31 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:29:15.749Z] Removing intermediate container f3686b42e017 [2021-02-04T10:29:15.749Z] ---> d6117367ae74 [2021-02-04T10:29:15.749Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T10:29:16.012Z] ---> Running in 2fcb4542152a [2021-02-04T10:29:16.012Z] ---> Running in 1745a109fc29 [2021-02-04T10:29:16.012Z] Removing intermediate container 2fcb4542152a [2021-02-04T10:29:16.012Z] ---> aeeed55c34cf [2021-02-04T10:29:16.012Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T10:29:16.012Z] Removing intermediate container 1745a109fc29 [2021-02-04T10:29:16.012Z] ---> 87c89dedda0a [2021-02-04T10:29:16.012Z] Step 31/31 : LABEL version=2.0.0-dev.74 [2021-02-04T10:29:16.275Z] ---> Running in 5bfce813f8d7 [2021-02-04T10:29:16.543Z] Removing intermediate container 5bfce813f8d7 [2021-02-04T10:29:16.543Z] ---> 413e57a3e270 [2021-02-04T10:29:16.543Z] [2021-02-04T10:29:16.805Z] ---> e1acc924d6e3 [2021-02-04T10:29:16.805Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T10:29:16.805Z] Successfully built 413e57a3e270 [2021-02-04T10:29:16.805Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T10:29:17.070Z]  Building docker-security-bootstrapper-go ... done  ---> b3be4d454865 [2021-02-04T10:29:17.070Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T10:29:17.332Z] ---> b9a7e754ba95 [2021-02-04T10:29:17.332Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T10:29:17.332Z] ---> Running in 818709ac1394 [2021-02-04T10:29:17.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:17.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:18.180Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T10:29:18.180Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T10:29:18.180Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T10:29:18.180Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T10:29:18.180Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T10:29:18.180Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T10:29:18.180Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T10:29:19.138Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T10:29:19.138Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T10:29:19.138Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T10:29:19.138Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T10:29:19.138Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T10:29:19.138Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T10:29:19.138Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T10:29:19.138Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T10:29:19.138Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T10:29:19.138Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T10:29:19.138Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T10:29:19.138Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T10:29:19.138Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T10:29:19.404Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T10:29:19.404Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T10:29:19.404Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T10:29:19.404Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T10:29:19.404Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T10:29:19.404Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T10:29:19.404Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T10:29:19.404Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T10:29:19.404Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T10:29:19.666Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T10:29:19.666Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T10:29:19.666Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T10:29:19.666Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T10:29:19.928Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:19.928Z] OK: 71 MiB in 55 packages [2021-02-04T10:29:21.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T10:29:21.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T10:29:21.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T10:29:28.100Z] Removing intermediate container 818709ac1394 [2021-02-04T10:29:28.100Z] ---> 3a869bc774a4 [2021-02-04T10:29:28.100Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T10:29:28.100Z] ---> Running in db1daf0f483c [2021-02-04T10:29:29.501Z] Collecting docker-compose==1.23.2 [2021-02-04T10:29:29.764Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T10:29:30.028Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T10:29:30.028Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T10:29:30.292Z] Collecting PyYAML<4,>=3.10 [2021-02-04T10:29:30.292Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T10:29:31.245Z] 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-02-04T10:29:31.245Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T10:29:31.245Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T10:29:31.508Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T10:29:31.771Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T10:29:31.771Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T10:29:31.771Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T10:29:32.093Z] Removing intermediate container 4132c098a24c [2021-02-04T10:29:32.093Z] ---> cbd1677fa263 [2021-02-04T10:29:32.093Z] [2021-02-04T10:29:32.093Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T10:29:32.093Z] 3.12: Pulling from library/alpine [2021-02-04T10:29:33.163Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T10:29:33.163Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T10:29:33.163Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T10:29:33.163Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T10:29:33.427Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T10:29:33.427Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T10:29:34.002Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T10:29:34.002Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T10:29:34.091Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:29:34.091Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:29:34.091Z] ---> afeebe901d6b [2021-02-04T10:29:34.091Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T10:29:34.577Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T10:29:34.577Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T10:29:34.839Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T10:29:34.839Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T10:29:34.839Z] 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-02-04T10:29:34.839Z] 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-02-04T10:29:34.839Z] Collecting idna<2.8,>=2.5 [2021-02-04T10:29:34.839Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T10:29:35.095Z] Removing intermediate container df32c6227bd2 [2021-02-04T10:29:35.095Z] ---> b1acd3cc7653 [2021-02-04T10:29:35.095Z] [2021-02-04T10:29:35.095Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T10:29:35.095Z] ---> afeebe901d6b [2021-02-04T10:29:35.095Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T10:29:35.095Z] ---> Running in 4771822e3216 [2021-02-04T10:29:35.100Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T10:29:35.100Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T10:29:35.100Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T10:29:35.100Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T10:29:35.100Z] Installing collected packages: jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, texttable, docopt, docker-compose [2021-02-04T10:29:35.365Z] Running setup.py install for PyYAML: started [2021-02-04T10:29:35.387Z] ---> Running in cbcfa7b7a24f [2021-02-04T10:29:35.940Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T10:29:35.940Z] Attempting uninstall: urllib3 [2021-02-04T10:29:35.940Z] Found existing installation: urllib3 1.25.9 [2021-02-04T10:29:35.940Z] Uninstalling urllib3-1.25.9: [2021-02-04T10:29:35.940Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T10:29:36.203Z] Attempting uninstall: idna [2021-02-04T10:29:36.203Z] Found existing installation: idna 2.9 [2021-02-04T10:29:36.203Z] Uninstalling idna-2.9: [2021-02-04T10:29:36.203Z] Successfully uninstalled idna-2.9 [2021-02-04T10:29:36.203Z] Attempting uninstall: requests [2021-02-04T10:29:36.203Z] Found existing installation: requests 2.23.0 [2021-02-04T10:29:36.203Z] Uninstalling requests-2.23.0: [2021-02-04T10:29:36.465Z] Successfully uninstalled requests-2.23.0 [2021-02-04T10:29:36.728Z] Running setup.py install for dockerpty: started [2021-02-04T10:29:37.303Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T10:29:37.303Z] Running setup.py install for texttable: started [2021-02-04T10:29:37.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:29:37.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:29:37.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:29:37.878Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T10:29:37.878Z] Running setup.py install for docopt: started [2021-02-04T10:29:37.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:29:38.221Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T10:29:38.221Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:29:38.221Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T10:29:38.221Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T10:29:38.221Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T10:29:38.221Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:38.452Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T10:29:38.452Z] 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-02-04T10:29:38.499Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:29:38.499Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T10:29:38.499Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:29:38.499Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T10:29:38.499Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T10:29:38.777Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:38.777Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:29:38.777Z] OK: 7 MiB in 19 packages [2021-02-04T10:29:39.055Z] OK: 7 MiB in 18 packages [2021-02-04T10:29:41.013Z] Removing intermediate container db1daf0f483c [2021-02-04T10:29:41.013Z] ---> 7d9c36178b33 [2021-02-04T10:29:41.013Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T10:29:41.013Z] ---> Running in c3b567dd5354 [2021-02-04T10:29:41.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:41.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:41.859Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:29:41.859Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T10:29:41.859Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T10:29:41.859Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:41.859Z] OK: 72 MiB in 58 packages [2021-02-04T10:29:42.437Z] Removing intermediate container c3b567dd5354 [2021-02-04T10:29:42.437Z] ---> 8395861d44e9 [2021-02-04T10:29:42.437Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T10:29:42.437Z] ---> Running in d30f5e2a73eb [2021-02-04T10:29:42.491Z] Removing intermediate container 4771822e3216 [2021-02-04T10:29:42.492Z] ---> 04baf140274a [2021-02-04T10:29:42.492Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:29:42.492Z] Removing intermediate container cbcfa7b7a24f [2021-02-04T10:29:42.492Z] ---> 23a7ab0b4b25 [2021-02-04T10:29:42.492Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:29:42.492Z] ---> Running in 74262bb92642 [2021-02-04T10:29:42.492Z] ---> Running in 38cad2c78d5f [2021-02-04T10:29:42.702Z] Removing intermediate container d30f5e2a73eb [2021-02-04T10:29:42.702Z] ---> 1df79e81f743 [2021-02-04T10:29:42.702Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:29:42.702Z] ---> Running in 2a2c5d924313 [2021-02-04T10:29:42.967Z] Removing intermediate container 2a2c5d924313 [2021-02-04T10:29:42.967Z] ---> 9bfa6ccad775 [2021-02-04T10:29:42.967Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T10:29:42.967Z] ---> Running in f7a158902923 [2021-02-04T10:29:43.231Z] Removing intermediate container f7a158902923 [2021-02-04T10:29:43.231Z] ---> 690d30009940 [2021-02-04T10:29:43.231Z] Step 25/26 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:29:43.231Z] ---> Running in 980dcaafdbb9 [2021-02-04T10:29:43.530Z] Removing intermediate container 980dcaafdbb9 [2021-02-04T10:29:43.530Z] ---> 234b71bfc7ff [2021-02-04T10:29:43.530Z] Step 26/26 : LABEL version=2.0.0-dev.74 [2021-02-04T10:29:43.530Z] ---> Running in 92ccce9101e1 [2021-02-04T10:29:43.793Z] Removing intermediate container 92ccce9101e1 [2021-02-04T10:29:43.793Z] ---> 607fc7bff69b [2021-02-04T10:29:43.793Z] [2021-02-04T10:29:43.793Z] Successfully built 607fc7bff69b [2021-02-04T10:29:43.793Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T10:29:43.981Z] Removing intermediate container 38cad2c78d5f [2021-02-04T10:29:43.981Z] ---> 61985318ae13 [2021-02-04T10:29:43.981Z] Step 13/21 : WORKDIR /edgex [2021-02-04T10:29:43.981Z] Removing intermediate container 74262bb92642 [2021-02-04T10:29:43.981Z] ---> f97b74b7cbf6 [2021-02-04T10:29:43.981Z] Step 13/24 : WORKDIR / [2021-02-04T10:29:44.265Z] ---> Running in f2c9dd53e84e [2021-02-04T10:29:44.541Z] ---> Running in 56a7f852144c [2021-02-04T10:29:44.755Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T10:29:44.768Z] $ docker stop --time=1 c6d0d8738a1a590750c49ffebcdad7a78849698a5b3d5eb58724914143b02046 [2021-02-04T10:29:45.525Z] Removing intermediate container 56a7f852144c [2021-02-04T10:29:45.525Z] Removing intermediate container f2c9dd53e84e [2021-02-04T10:29:45.525Z] ---> eaa247986554 [2021-02-04T10:29:45.525Z] 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-02-04T10:29:45.525Z] ---> 137e78f38338 [2021-02-04T10:29:45.525Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T10:29:46.405Z] $ docker rm -f c6d0d8738a1a590750c49ffebcdad7a78849698a5b3d5eb58724914143b02046 [2021-02-04T10:29:46.520Z] Removing intermediate container 72c146e7ab72 [2021-02-04T10:29:46.520Z] ---> 13a0c3ee3fc8 [2021-02-04T10:29:46.520Z] [2021-02-04T10:29:46.520Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T10:29:46.520Z] ---> afeebe901d6b [2021-02-04T10:29:46.520Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:29:47.120Z] ---> Running in 31f8e7f9f600 [2021-02-04T10:29:47.241Z] + docker images [2021-02-04T10:29:47.241Z] + grep docker [2021-02-04T10:29:47.401Z] ---> 0ee96f00430b [2021-02-04T10:29:47.401Z] 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-02-04T10:29:47.401Z] ---> 48530d221831 [2021-02-04T10:29:47.401Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T10:29:47.504Z] docker-sys-mgmt-agent-go latest 607fc7bff69b 4 seconds ago 313MB [2021-02-04T10:29:47.504Z] docker-security-bootstrapper-go latest 413e57a3e270 31 seconds ago 23.8MB [2021-02-04T10:29:47.504Z] docker-security-secretstore-setup-go latest 1d6aed021ffe 39 seconds ago 24.6MB [2021-02-04T10:29:47.504Z] docker-core-metadata-go latest f2487c9ea6a8 44 seconds ago 18.8MB [2021-02-04T10:29:47.504Z] docker-core-data-go latest df0308fedafc About a minute ago 22.3MB [2021-02-04T10:29:47.504Z] docker-support-scheduler-go latest 14798747ff0d About a minute ago 17MB [2021-02-04T10:29:47.504Z] docker-core-command-go latest 0e550bf66cc2 About a minute ago 16.9MB [2021-02-04T10:29:47.504Z] docker-support-notifications-go latest 5036e5500237 About a minute ago 17.5MB [2021-02-04T10:29:47.504Z] docker-security-proxy-setup-go latest ad9b69ea76d9 2 minutes ago 24.4MB [2021-02-04T10:29:47.504Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [2021-02-04T10:29:47.681Z] Removing intermediate container 31f8e7f9f600 [2021-02-04T10:29:47.681Z] ---> 9e1d6fcf4f88 [2021-02-04T10:29:47.681Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-02-04T10:29:48.277Z] ---> Running in 60acb74ee4f2 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:29:48.571Z] provisioning config files... [2021-02-04T10:29:48.604Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/339@tmp/config7131699554220747705tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:29:48.883Z] Removing intermediate container 2a58119ad97b [2021-02-04T10:29:48.883Z] ---> 0fd255eb6bb5 [2021-02-04T10:29:48.883Z] [2021-02-04T10:29:48.883Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:29:48.883Z] ---> afeebe901d6b [2021-02-04T10:29:48.883Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:29:48.883Z] ---> ba39d1d1a67b [2021-02-04T10:29:48.883Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T10:29:49.084Z] ---> docker-login.sh [2021-02-04T10:29:49.084Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:29:49.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:29:49.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:29:49.084Z] Configure a credential helper to remove this warning. See [2021-02-04T10:29:49.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:29:49.084Z] [2021-02-04T10:29:49.084Z] Login Succeeded [2021-02-04T10:29:49.084Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:29:49.484Z] ---> Running in 8c8144c0a9b7 [2021-02-04T10:29:49.484Z] ---> f910fb781119 [2021-02-04T10:29:49.484Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T10:29:49.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:29:49.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:29:49.493Z] Configure a credential helper to remove this warning. See [2021-02-04T10:29:49.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:29:49.493Z] [2021-02-04T10:29:49.493Z] Login Succeeded [2021-02-04T10:29:49.493Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:29:49.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:29:49.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:29:49.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:29:49.763Z] Configure a credential helper to remove this warning. See [2021-02-04T10:29:49.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:29:49.763Z] [2021-02-04T10:29:49.763Z] Login Succeeded [2021-02-04T10:29:49.763Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:29:49.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:29:49.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:29:49.763Z] Configure a credential helper to remove this warning. See [2021-02-04T10:29:49.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:29:49.763Z] [2021-02-04T10:29:49.763Z] Login Succeeded [2021-02-04T10:29:49.763Z] docker.io [2021-02-04T10:29:50.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:29:50.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:29:50.364Z] ---> 957e51972e62 [2021-02-04T10:29:50.364Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T10:29:50.658Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:29:50.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:29:50.979Z] Configure a credential helper to remove this warning. See [2021-02-04T10:29:50.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:29:50.979Z] [2021-02-04T10:29:50.979Z] Login Succeeded [2021-02-04T10:29:50.979Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:29:50.991Z] Deleting 1 temporary files [2021-02-04T10:29:51.040Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T10:29:51.040Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:51.040Z] OK: 5 MiB in 16 packages [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-02-04T10:29:51.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:29:51.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-02-04T10:29:51.389Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-04T10:29:51.389Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:29:51.389Z] 2.0.0-dev.74 [2021-02-04T10:29:51.389Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:29:51.389Z] master [2021-02-04T10:29:51.389Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-02-04T10:29:51.670Z] ---> 5fdd486c1e90 [2021-02-04T10:29:51.670Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:51.965Z] ---> Running in 6e8e40ee1a9e [2021-02-04T10:29:51.965Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:29:51.965Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:51.965Z] OK: 5 MiB in 15 packages [2021-02-04T10:29:52.090Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:52.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:29:52.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T10:29:52.398Z] 85dbb9cac35d: Preparing [2021-02-04T10:29:52.398Z] e44277b6a1c6: Preparing [2021-02-04T10:29:52.398Z] b5cc546c8ee7: Preparing [2021-02-04T10:29:52.398Z] 2cc86aeb2b12: Preparing [2021-02-04T10:29:52.398Z] 777b2c648970: Preparing [2021-02-04T10:29:52.398Z] 777b2c648970: Layer already exists [2021-02-04T10:29:52.660Z] b5cc546c8ee7: Pushed [2021-02-04T10:29:52.660Z] 2cc86aeb2b12: Pushed [2021-02-04T10:29:52.660Z] 85dbb9cac35d: Pushed [2021-02-04T10:29:53.006Z] Removing intermediate container 6e8e40ee1a9e [2021-02-04T10:29:53.006Z] ---> 4f1a1e000e91 [2021-02-04T10:29:53.006Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T10:29:53.299Z] ---> Running in c0bf66c45c72 [2021-02-04T10:29:53.591Z] Removing intermediate container 60acb74ee4f2 [2021-02-04T10:29:53.591Z] ---> 42797d3272d3 [2021-02-04T10:29:53.591Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T10:29:53.591Z] ---> 6d889f57b32f [2021-02-04T10:29:53.591Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T10:29:53.615Z] e44277b6a1c6: Pushed [2021-02-04T10:29:53.615Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:c4ece976126f38e16fb90035331e31a248a181e977129013009281b81b3b5f5b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:53.871Z] ---> Running in 380b83e55f65 [2021-02-04T10:29:53.871Z] Removing intermediate container 8c8144c0a9b7 [2021-02-04T10:29:53.871Z] ---> 26b24ebb54ce [2021-02-04T10:29:53.871Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:29:53.929Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:54.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.74 [2021-02-04T10:29:54.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T10:29:54.234Z] 85dbb9cac35d: Preparing [2021-02-04T10:29:54.234Z] e44277b6a1c6: Preparing [2021-02-04T10:29:54.234Z] b5cc546c8ee7: Preparing [2021-02-04T10:29:54.234Z] 2cc86aeb2b12: Preparing [2021-02-04T10:29:54.234Z] 777b2c648970: Preparing [2021-02-04T10:29:54.234Z] e44277b6a1c6: Layer already exists [2021-02-04T10:29:54.234Z] 777b2c648970: Layer already exists [2021-02-04T10:29:54.234Z] 2cc86aeb2b12: Layer already exists [2021-02-04T10:29:54.234Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:29:54.234Z] 85dbb9cac35d: Layer already exists [2021-02-04T10:29:54.234Z] 2.0.0-dev.74: digest: sha256:c4ece976126f38e16fb90035331e31a248a181e977129013009281b81b3b5f5b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:54.471Z] ---> Running in 75b6f519a8e1 [2021-02-04T10:29:54.471Z] Removing intermediate container c0bf66c45c72 [2021-02-04T10:29:54.471Z] ---> 4ce50493b723 [2021-02-04T10:29:54.471Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T10:29:54.546Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:54.745Z] Removing intermediate container 380b83e55f65 [2021-02-04T10:29:54.745Z] ---> 83b9c2af16bb [2021-02-04T10:29:54.745Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T10:29:54.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:29:54.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T10:29:54.847Z] 85dbb9cac35d: Preparing [2021-02-04T10:29:54.847Z] e44277b6a1c6: Preparing [2021-02-04T10:29:54.847Z] b5cc546c8ee7: Preparing [2021-02-04T10:29:54.847Z] 2cc86aeb2b12: Preparing [2021-02-04T10:29:54.847Z] 777b2c648970: Preparing [2021-02-04T10:29:54.847Z] 85dbb9cac35d: Layer already exists [2021-02-04T10:29:54.847Z] e44277b6a1c6: Layer already exists [2021-02-04T10:29:54.847Z] 777b2c648970: Layer already exists [2021-02-04T10:29:54.847Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:29:54.847Z] 2cc86aeb2b12: Layer already exists [2021-02-04T10:29:54.847Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:c4ece976126f38e16fb90035331e31a248a181e977129013009281b81b3b5f5b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:55.015Z] Removing intermediate container ce504808b36e [2021-02-04T10:29:55.015Z] ---> 25175123dfa4 [2021-02-04T10:29:55.015Z] [2021-02-04T10:29:55.015Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:29:55.015Z] ---> afeebe901d6b [2021-02-04T10:29:55.015Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:29:55.015Z] ---> Using cache [2021-02-04T10:29:55.015Z] ---> 26b24ebb54ce [2021-02-04T10:29:55.015Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:29:55.015Z] ---> Running in bd6c85a81ebd [2021-02-04T10:29:55.155Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:55.289Z] ---> Running in 603392362d99 [2021-02-04T10:29:55.289Z] ---> Running in 265edad140a5 [2021-02-04T10:29:55.289Z] Removing intermediate container 75b6f519a8e1 [2021-02-04T10:29:55.289Z] ---> b466569de4ac [2021-02-04T10:29:55.289Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T10:29:55.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-04T10:29:55.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T10:29:55.454Z] 85dbb9cac35d: Preparing [2021-02-04T10:29:55.454Z] e44277b6a1c6: Preparing [2021-02-04T10:29:55.454Z] b5cc546c8ee7: Preparing [2021-02-04T10:29:55.454Z] 2cc86aeb2b12: Preparing [2021-02-04T10:29:55.454Z] 777b2c648970: Preparing [2021-02-04T10:29:55.454Z] 777b2c648970: Layer already exists [2021-02-04T10:29:55.454Z] 85dbb9cac35d: Layer already exists [2021-02-04T10:29:55.454Z] e44277b6a1c6: Layer already exists [2021-02-04T10:29:55.454Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:29:55.454Z] 2cc86aeb2b12: Layer already exists [2021-02-04T10:29:55.454Z] master: digest: sha256:c4ece976126f38e16fb90035331e31a248a181e977129013009281b81b3b5f5b size: 1363 [Pipeline] } [2021-02-04T10:29:55.562Z] ---> 33b0939a5c6c [2021-02-04T10:29:55.562Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T10:29:55.562Z] ---> Running in e4d5f9b701d8 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-04T10:29:55.839Z] Removing intermediate container bd6c85a81ebd [2021-02-04T10:29:55.839Z] ---> 0cb99cb839b3 [2021-02-04T10:29:55.839Z] Step 20/21 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] echo [2021-02-04T10:29:55.846Z] ===================================================== [Pipeline] echo [2021-02-04T10:29:55.941Z] taggedImages: [2021-02-04T10:29:55.941Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:29:55.941Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.74 [2021-02-04T10:29:55.941Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:29:55.941Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-04T10:29:56.056Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-04T10:29:56.056Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:29:56.056Z] 2.0.0-dev.74 [2021-02-04T10:29:56.056Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:29:56.056Z] master [2021-02-04T10:29:56.056Z] ===================================================== [2021-02-04T10:29:56.115Z] Removing intermediate container 265edad140a5 [2021-02-04T10:29:56.116Z] ---> e411b10ae246 [2021-02-04T10:29:56.116Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T10:29:56.116Z] Removing intermediate container 603392362d99 [2021-02-04T10:29:56.116Z] ---> 26cea566a130 [2021-02-04T10:29:56.116Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T10:29:56.116Z] ---> Running in 44118a3c79fb [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-04T10:29:56.389Z] Removing intermediate container e4d5f9b701d8 [2021-02-04T10:29:56.389Z] ---> 0b4423437c9a [2021-02-04T10:29:56.389Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:29:56.389Z] ---> Running in 02ca5a64cec9 [2021-02-04T10:29:56.389Z] ---> Running in e884cc227557 [2021-02-04T10:29:56.389Z] ---> Running in bb5f62422bd4 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:56.668Z] ---> 8fcada398c55 [2021-02-04T10:29:56.669Z] 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-02-04T10:29:56.669Z] Removing intermediate container 44118a3c79fb [2021-02-04T10:29:56.669Z] ---> a8fdc9ec36e0 [2021-02-04T10:29:56.669Z] Step 21/21 : LABEL version=2.0.0-dev.74 [2021-02-04T10:29:56.748Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:56.946Z] ---> Running in 45e43f1fc20d [2021-02-04T10:29:56.946Z] Removing intermediate container e884cc227557 [2021-02-04T10:29:56.946Z] ---> d404cdc6da37 [2021-02-04T10:29:56.946Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:29:56.946Z] ---> Running in 2d2e1265880c [2021-02-04T10:29:57.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:29:57.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T10:29:57.050Z] fa5ea8b4ee96: Preparing [2021-02-04T10:29:57.050Z] 2d1f7d0cfb47: Preparing [2021-02-04T10:29:57.050Z] b5cc546c8ee7: Preparing [2021-02-04T10:29:57.050Z] 200c99862056: Preparing [2021-02-04T10:29:57.050Z] e172e451eab5: Preparing [2021-02-04T10:29:57.050Z] 777b2c648970: Preparing [2021-02-04T10:29:57.050Z] 777b2c648970: Waiting [2021-02-04T10:29:57.050Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:29:57.050Z] 777b2c648970: Layer already exists [2021-02-04T10:29:57.241Z] ---> Running in f02751025bcc [2021-02-04T10:29:57.241Z] Removing intermediate container bb5f62422bd4 [2021-02-04T10:29:57.241Z] ---> 1a39cbf1c47e [2021-02-04T10:29:57.241Z] Step 15/23 : WORKDIR / [2021-02-04T10:29:57.313Z] fa5ea8b4ee96: Pushed [2021-02-04T10:29:57.313Z] e172e451eab5: Pushed [2021-02-04T10:29:57.313Z] 200c99862056: Pushed [2021-02-04T10:29:57.521Z] ---> Running in 5c5c2e594110 [2021-02-04T10:29:57.799Z] Removing intermediate container 2d2e1265880c [2021-02-04T10:29:57.799Z] ---> adb5a76c8207 [2021-02-04T10:29:57.799Z] [2021-02-04T10:29:58.073Z] Removing intermediate container f02751025bcc [2021-02-04T10:29:58.073Z] ---> 25c9d9efd04b [2021-02-04T10:29:58.073Z] Step 15/23 : WORKDIR / [2021-02-04T10:29:58.260Z] 2d1f7d0cfb47: Pushed [2021-02-04T10:29:58.347Z] Successfully built adb5a76c8207 [2021-02-04T10:29:58.347Z] ---> Running in a53107e906b9 [2021-02-04T10:29:58.347Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T10:29:58.347Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-02-04T10:29:58.347Z] Removing intermediate container 5c5c2e594110 [2021-02-04T10:29:58.347Z] ---> 33f1fe8803be [2021-02-04T10:29:58.347Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:29:58.522Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:fe25cd0bfda454218ed83aae6ec3d66c5df7510ba73a3c7b8b1ebd53c49790c9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:58.831Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:59.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.74 [2021-02-04T10:29:59.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T10:29:59.138Z] fa5ea8b4ee96: Preparing [2021-02-04T10:29:59.138Z] 2d1f7d0cfb47: Preparing [2021-02-04T10:29:59.138Z] b5cc546c8ee7: Preparing [2021-02-04T10:29:59.138Z] 200c99862056: Preparing [2021-02-04T10:29:59.138Z] e172e451eab5: Preparing [2021-02-04T10:29:59.138Z] 777b2c648970: Preparing [2021-02-04T10:29:59.138Z] 777b2c648970: Waiting [2021-02-04T10:29:59.138Z] e172e451eab5: Layer already exists [2021-02-04T10:29:59.138Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:29:59.138Z] 2d1f7d0cfb47: Layer already exists [2021-02-04T10:29:59.138Z] fa5ea8b4ee96: Layer already exists [2021-02-04T10:29:59.138Z] 200c99862056: Layer already exists [2021-02-04T10:29:59.138Z] 777b2c648970: Layer already exists [2021-02-04T10:29:59.138Z] 2.0.0-dev.74: digest: sha256:fe25cd0bfda454218ed83aae6ec3d66c5df7510ba73a3c7b8b1ebd53c49790c9 size: 1572 [2021-02-04T10:29:59.341Z] Removing intermediate container a53107e906b9 [2021-02-04T10:29:59.341Z] ---> 7a431d4174aa [2021-02-04T10:29:59.341Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:59.622Z] Removing intermediate container 02ca5a64cec9 [2021-02-04T10:29:59.623Z] ---> e6f1cd5b0868 [2021-02-04T10:29:59.623Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T10:29:59.710Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:29:59.907Z] ---> ea7369dee13d [2021-02-04T10:29:59.907Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T10:29:59.907Z] ---> Running in f542acd7158d [2021-02-04T10:30:00.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:00.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T10:30:00.016Z] fa5ea8b4ee96: Preparing [2021-02-04T10:30:00.016Z] 2d1f7d0cfb47: Preparing [2021-02-04T10:30:00.016Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:00.016Z] 200c99862056: Preparing [2021-02-04T10:30:00.016Z] e172e451eab5: Preparing [2021-02-04T10:30:00.016Z] 777b2c648970: Preparing [2021-02-04T10:30:00.016Z] 777b2c648970: Waiting [2021-02-04T10:30:00.016Z] fa5ea8b4ee96: Layer already exists [2021-02-04T10:30:00.016Z] e172e451eab5: Layer already exists [2021-02-04T10:30:00.016Z] 200c99862056: Layer already exists [2021-02-04T10:30:00.016Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:00.016Z] 2d1f7d0cfb47: Layer already exists [2021-02-04T10:30:00.016Z] 777b2c648970: Layer already exists [2021-02-04T10:30:00.016Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:fe25cd0bfda454218ed83aae6ec3d66c5df7510ba73a3c7b8b1ebd53c49790c9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:00.191Z] Removing intermediate container 45e43f1fc20d [2021-02-04T10:30:00.191Z] ---> bfcf9579d914 [2021-02-04T10:30:00.191Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T10:30:00.324Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:00.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-04T10:30:00.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T10:30:00.629Z] fa5ea8b4ee96: Preparing [2021-02-04T10:30:00.629Z] 2d1f7d0cfb47: Preparing [2021-02-04T10:30:00.629Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:00.629Z] 200c99862056: Preparing [2021-02-04T10:30:00.629Z] e172e451eab5: Preparing [2021-02-04T10:30:00.629Z] 777b2c648970: Preparing [2021-02-04T10:30:00.629Z] 777b2c648970: Waiting [2021-02-04T10:30:00.629Z] 200c99862056: Layer already exists [2021-02-04T10:30:00.629Z] fa5ea8b4ee96: Layer already exists [2021-02-04T10:30:00.629Z] 2d1f7d0cfb47: Layer already exists [2021-02-04T10:30:00.629Z] e172e451eab5: Layer already exists [2021-02-04T10:30:00.629Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:00.629Z] 777b2c648970: Layer already exists [2021-02-04T10:30:00.629Z] master: digest: sha256:fe25cd0bfda454218ed83aae6ec3d66c5df7510ba73a3c7b8b1ebd53c49790c9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2021-02-04T10:30:00.809Z] ---> dcbc400ad8e0 [2021-02-04T10:30:00.809Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T10:30:00.809Z] ---> Running in 48c444166f28 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:30:01.034Z] ===================================================== [2021-02-04T10:30:01.083Z] Removing intermediate container f542acd7158d [2021-02-04T10:30:01.083Z] ---> 7396bfb3dc7f [2021-02-04T10:30:01.083Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [Pipeline] echo [2021-02-04T10:30:01.123Z] taggedImages: [2021-02-04T10:30:01.123Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:01.123Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.74 [2021-02-04T10:30:01.123Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:01.123Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-04T10:30:01.235Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-04T10:30:01.235Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:01.235Z] 2.0.0-dev.74 [2021-02-04T10:30:01.235Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:01.235Z] master [2021-02-04T10:30:01.235Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:01.898Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:02.089Z] Removing intermediate container 48c444166f28 [2021-02-04T10:30:02.089Z] ---> cb7c05d1db9f [2021-02-04T10:30:02.089Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T10:30:02.089Z] ---> 39ede3e04338 [2021-02-04T10:30:02.089Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T10:30:02.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:02.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T10:30:02.249Z] bc73ca62ac0a: Preparing [2021-02-04T10:30:02.249Z] b0be5ed25d88: Preparing [2021-02-04T10:30:02.249Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:02.249Z] 1cd6222e4171: Preparing [2021-02-04T10:30:02.249Z] 777b2c648970: Preparing [2021-02-04T10:30:02.379Z] ---> Running in 7d796e73544c [2021-02-04T10:30:02.379Z] ---> e7002b9d5a5f [2021-02-04T10:30:02.379Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T10:30:02.661Z] ---> 0de1e591452b [2021-02-04T10:30:02.661Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T10:30:02.661Z] ---> Running in 3ad2badd4ef6 [2021-02-04T10:30:02.824Z] bc73ca62ac0a: Pushed [2021-02-04T10:30:02.824Z] 1cd6222e4171: Pushed [2021-02-04T10:30:03.088Z] 777b2c648970: Layer already exists [2021-02-04T10:30:03.088Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:03.272Z] Removing intermediate container 7d796e73544c [2021-02-04T10:30:03.272Z] ---> 10bfce560ef8 [2021-02-04T10:30:03.272Z] Step 23/24 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:03.560Z] ---> Running in c596f1e0b242 [2021-02-04T10:30:03.560Z] ---> 2426e2c7ab64 [2021-02-04T10:30:03.560Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T10:30:03.835Z] ---> Running in fd934e5778d8 [2021-02-04T10:30:03.835Z] ---> d77544255980 [2021-02-04T10:30:03.835Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T10:30:04.038Z] b0be5ed25d88: Pushed [2021-02-04T10:30:04.038Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:f323907078093f35ef99350171a4ae3d135f57fbc37566104c70ab03f8ffdb06 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:04.117Z] ---> Running in 782fed136788 [2021-02-04T10:30:04.117Z] Removing intermediate container c596f1e0b242 [2021-02-04T10:30:04.117Z] ---> 2a349b5735fa [2021-02-04T10:30:04.117Z] Step 24/24 : LABEL version=2.0.0-dev.74 [2021-02-04T10:30:04.348Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:04.394Z] ---> Running in 5c6c2b60ed95 [2021-02-04T10:30:04.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.74 [2021-02-04T10:30:04.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T10:30:04.651Z] bc73ca62ac0a: Preparing [2021-02-04T10:30:04.651Z] b0be5ed25d88: Preparing [2021-02-04T10:30:04.651Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:04.651Z] 1cd6222e4171: Preparing [2021-02-04T10:30:04.651Z] 777b2c648970: Preparing [2021-02-04T10:30:04.651Z] bc73ca62ac0a: Layer already exists [2021-02-04T10:30:04.651Z] b0be5ed25d88: Layer already exists [2021-02-04T10:30:04.651Z] 777b2c648970: Layer already exists [2021-02-04T10:30:04.651Z] 1cd6222e4171: Layer already exists [2021-02-04T10:30:04.651Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:04.651Z] 2.0.0-dev.74: digest: sha256:f323907078093f35ef99350171a4ae3d135f57fbc37566104c70ab03f8ffdb06 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:04.674Z] Removing intermediate container fd934e5778d8 [2021-02-04T10:30:04.675Z] ---> 940fc45d4dc5 [2021-02-04T10:30:04.675Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:30:04.949Z] Removing intermediate container 782fed136788 [2021-02-04T10:30:04.949Z] ---> 9e04ed85e1b5 [2021-02-04T10:30:04.949Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:30:04.949Z] ---> Running in a32d2447286f [2021-02-04T10:30:04.957Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:05.226Z] ---> Running in d5e289e94d32 [2021-02-04T10:30:05.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:05.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T10:30:05.257Z] bc73ca62ac0a: Preparing [2021-02-04T10:30:05.257Z] b0be5ed25d88: Preparing [2021-02-04T10:30:05.257Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:05.257Z] 1cd6222e4171: Preparing [2021-02-04T10:30:05.257Z] 777b2c648970: Preparing [2021-02-04T10:30:05.257Z] bc73ca62ac0a: Layer already exists [2021-02-04T10:30:05.257Z] 1cd6222e4171: Layer already exists [2021-02-04T10:30:05.257Z] b0be5ed25d88: Layer already exists [2021-02-04T10:30:05.257Z] 777b2c648970: Layer already exists [2021-02-04T10:30:05.257Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:05.257Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:f323907078093f35ef99350171a4ae3d135f57fbc37566104c70ab03f8ffdb06 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:05.507Z] Removing intermediate container 5c6c2b60ed95 [2021-02-04T10:30:05.507Z] ---> 14a4c536b27f [2021-02-04T10:30:05.507Z] [2021-02-04T10:30:05.565Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:05.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-04T10:30:05.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T10:30:05.892Z] bc73ca62ac0a: Preparing [2021-02-04T10:30:05.892Z] b0be5ed25d88: Preparing [2021-02-04T10:30:05.892Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:05.892Z] 1cd6222e4171: Preparing [2021-02-04T10:30:05.892Z] 777b2c648970: Preparing [2021-02-04T10:30:05.892Z] 777b2c648970: Layer already exists [2021-02-04T10:30:05.892Z] bc73ca62ac0a: Layer already exists [2021-02-04T10:30:05.892Z] 1cd6222e4171: Layer already exists [2021-02-04T10:30:05.892Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:05.892Z] b0be5ed25d88: Layer already exists [2021-02-04T10:30:05.892Z] master: digest: sha256:f323907078093f35ef99350171a4ae3d135f57fbc37566104c70ab03f8ffdb06 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-02-04T10:30:06.118Z] Successfully built 14a4c536b27f [2021-02-04T10:30:06.119Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T10:30:06.119Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-04T10:30:06.119Z] Removing intermediate container a32d2447286f [2021-02-04T10:30:06.119Z] ---> d2c2913e4b76 [2021-02-04T10:30:06.119Z] Step 21/23 : LABEL arch=arm64 [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:30:06.302Z] ===================================================== [2021-02-04T10:30:06.393Z] Removing intermediate container d5e289e94d32 [2021-02-04T10:30:06.393Z] ---> bec1a8653774 [2021-02-04T10:30:06.393Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T10:30:06.393Z] ---> Running in 03420cc9b00d [2021-02-04T10:30:06.393Z] Removing intermediate container 3ad2badd4ef6 [2021-02-04T10:30:06.393Z] ---> a7d6c082112c [2021-02-04T10:30:06.393Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] echo [2021-02-04T10:30:06.401Z] taggedImages: [2021-02-04T10:30:06.401Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:06.401Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.74 [2021-02-04T10:30:06.401Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:06.401Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-04T10:30:06.512Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-04T10:30:06.512Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:06.512Z] 2.0.0-dev.74 [2021-02-04T10:30:06.512Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:06.512Z] master [2021-02-04T10:30:06.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-02-04T10:30:06.667Z] ---> Running in 4fcf1fd65579 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:07.236Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:07.268Z] Removing intermediate container 03420cc9b00d [2021-02-04T10:30:07.268Z] ---> e38a05c7144b [2021-02-04T10:30:07.268Z] Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:07.268Z] Removing intermediate container 4fcf1fd65579 [2021-02-04T10:30:07.268Z] ---> d55c919e1ebe [2021-02-04T10:30:07.268Z] Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:07.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:07.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T10:30:07.549Z] 5ba1d332ea39: Preparing [2021-02-04T10:30:07.549Z] 5ba1d332ea39: Preparing [2021-02-04T10:30:07.549Z] 2f474df6d066: Preparing [2021-02-04T10:30:07.549Z] e7371f0cf251: Preparing [2021-02-04T10:30:07.549Z] ba6e0ad54ea0: Preparing [2021-02-04T10:30:07.549Z] cc311a070886: Preparing [2021-02-04T10:30:07.549Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:07.549Z] 0018f1649a41: Preparing [2021-02-04T10:30:07.549Z] 0018f1649a41: Preparing [2021-02-04T10:30:07.549Z] 346914ff55ef: Preparing [2021-02-04T10:30:07.549Z] 61bb2b38ee57: Preparing [2021-02-04T10:30:07.549Z] 777b2c648970: Preparing [2021-02-04T10:30:07.549Z] b5cc546c8ee7: Waiting [2021-02-04T10:30:07.549Z] 0018f1649a41: Waiting [2021-02-04T10:30:07.549Z] 346914ff55ef: Waiting [2021-02-04T10:30:07.549Z] 61bb2b38ee57: Waiting [2021-02-04T10:30:07.549Z] 777b2c648970: Waiting [2021-02-04T10:30:07.553Z] ---> Running in 1554d2f36714 [2021-02-04T10:30:07.553Z] ---> Running in 61652f6cce8a [2021-02-04T10:30:07.811Z] 2f474df6d066: Pushed [2021-02-04T10:30:07.811Z] ba6e0ad54ea0: Pushed [2021-02-04T10:30:07.811Z] 5ba1d332ea39: Pushed [2021-02-04T10:30:07.811Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:07.827Z] ---> b3bf716d8add [2021-02-04T10:30:07.827Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T10:30:08.386Z] 346914ff55ef: Pushed [2021-02-04T10:30:08.386Z] 61bb2b38ee57: Pushed [2021-02-04T10:30:08.386Z] 0018f1649a41: Pushed [2021-02-04T10:30:08.386Z] 777b2c648970: Layer already exists [2021-02-04T10:30:08.386Z] e7371f0cf251: Pushed [2021-02-04T10:30:08.429Z] Removing intermediate container 61652f6cce8a [2021-02-04T10:30:08.429Z] ---> eb9c229289d0 [2021-02-04T10:30:08.429Z] Step 23/23 : LABEL version=2.0.0-dev.74 [2021-02-04T10:30:08.648Z] cc311a070886: Pushed [2021-02-04T10:30:08.909Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:522f67a0f67cc99b3ed5a3624fa3aea7b44cc72d2c713f7ed30365cfa1569dae size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:09.037Z] Removing intermediate container 1554d2f36714 [2021-02-04T10:30:09.037Z] ---> 8b680caf3875 [2021-02-04T10:30:09.037Z] Step 23/23 : LABEL version=2.0.0-dev.74 [2021-02-04T10:30:09.037Z] ---> Running in d92e1a510a4b [2021-02-04T10:30:09.211Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:09.315Z] ---> Running in 9405445f846e [2021-02-04T10:30:09.315Z] ---> bf4466848ab4 [2021-02-04T10:30:09.315Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T10:30:09.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.74 [2021-02-04T10:30:09.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T10:30:09.513Z] 5ba1d332ea39: Preparing [2021-02-04T10:30:09.513Z] 5ba1d332ea39: Preparing [2021-02-04T10:30:09.513Z] 2f474df6d066: Preparing [2021-02-04T10:30:09.513Z] e7371f0cf251: Preparing [2021-02-04T10:30:09.513Z] ba6e0ad54ea0: Preparing [2021-02-04T10:30:09.513Z] cc311a070886: Preparing [2021-02-04T10:30:09.513Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:09.513Z] 0018f1649a41: Preparing [2021-02-04T10:30:09.513Z] 0018f1649a41: Preparing [2021-02-04T10:30:09.513Z] 346914ff55ef: Preparing [2021-02-04T10:30:09.513Z] 61bb2b38ee57: Preparing [2021-02-04T10:30:09.513Z] 777b2c648970: Preparing [2021-02-04T10:30:09.513Z] b5cc546c8ee7: Waiting [2021-02-04T10:30:09.513Z] 0018f1649a41: Waiting [2021-02-04T10:30:09.513Z] 346914ff55ef: Waiting [2021-02-04T10:30:09.513Z] 61bb2b38ee57: Waiting [2021-02-04T10:30:09.513Z] 777b2c648970: Waiting [2021-02-04T10:30:09.513Z] cc311a070886: Layer already exists [2021-02-04T10:30:09.513Z] 5ba1d332ea39: Layer already exists [2021-02-04T10:30:09.513Z] e7371f0cf251: Layer already exists [2021-02-04T10:30:09.513Z] 2f474df6d066: Layer already exists [2021-02-04T10:30:09.513Z] ba6e0ad54ea0: Layer already exists [2021-02-04T10:30:09.513Z] 0018f1649a41: Layer already exists [2021-02-04T10:30:09.513Z] 346914ff55ef: Layer already exists [2021-02-04T10:30:09.513Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:09.513Z] 777b2c648970: Layer already exists [2021-02-04T10:30:09.513Z] 61bb2b38ee57: Layer already exists [2021-02-04T10:30:09.513Z] 2.0.0-dev.74: digest: sha256:522f67a0f67cc99b3ed5a3624fa3aea7b44cc72d2c713f7ed30365cfa1569dae size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:09.824Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:09.950Z] Removing intermediate container d92e1a510a4b [2021-02-04T10:30:09.950Z] ---> 0f8c2c623f27 [2021-02-04T10:30:09.950Z] [2021-02-04T10:30:10.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:10.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T10:30:10.125Z] 5ba1d332ea39: Preparing [2021-02-04T10:30:10.125Z] 5ba1d332ea39: Preparing [2021-02-04T10:30:10.125Z] 2f474df6d066: Preparing [2021-02-04T10:30:10.125Z] e7371f0cf251: Preparing [2021-02-04T10:30:10.125Z] ba6e0ad54ea0: Preparing [2021-02-04T10:30:10.125Z] cc311a070886: Preparing [2021-02-04T10:30:10.125Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:10.125Z] 0018f1649a41: Preparing [2021-02-04T10:30:10.125Z] 0018f1649a41: Preparing [2021-02-04T10:30:10.125Z] 346914ff55ef: Preparing [2021-02-04T10:30:10.125Z] 61bb2b38ee57: Preparing [2021-02-04T10:30:10.125Z] 777b2c648970: Preparing [2021-02-04T10:30:10.125Z] 346914ff55ef: Waiting [2021-02-04T10:30:10.125Z] 61bb2b38ee57: Waiting [2021-02-04T10:30:10.125Z] b5cc546c8ee7: Waiting [2021-02-04T10:30:10.125Z] 0018f1649a41: Waiting [2021-02-04T10:30:10.125Z] 777b2c648970: Waiting [2021-02-04T10:30:10.125Z] cc311a070886: Layer already exists [2021-02-04T10:30:10.125Z] 5ba1d332ea39: Layer already exists [2021-02-04T10:30:10.125Z] ba6e0ad54ea0: Layer already exists [2021-02-04T10:30:10.125Z] e7371f0cf251: Layer already exists [2021-02-04T10:30:10.125Z] 2f474df6d066: Layer already exists [2021-02-04T10:30:10.125Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:10.125Z] 0018f1649a41: Layer already exists [2021-02-04T10:30:10.125Z] 346914ff55ef: Layer already exists [2021-02-04T10:30:10.125Z] 777b2c648970: Layer already exists [2021-02-04T10:30:10.125Z] 61bb2b38ee57: Layer already exists [2021-02-04T10:30:10.125Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:522f67a0f67cc99b3ed5a3624fa3aea7b44cc72d2c713f7ed30365cfa1569dae size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:10.227Z] Removing intermediate container 9405445f846e [2021-02-04T10:30:10.227Z] ---> 4bc5319ac769 [2021-02-04T10:30:10.227Z] [2021-02-04T10:30:10.432Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:10.507Z] Successfully built 0f8c2c623f27 [2021-02-04T10:30:10.508Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T10:30:10.508Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-02-04T10:30:10.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-04T10:30:10.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T10:30:10.734Z] 5ba1d332ea39: Preparing [2021-02-04T10:30:10.734Z] 5ba1d332ea39: Preparing [2021-02-04T10:30:10.734Z] 2f474df6d066: Preparing [2021-02-04T10:30:10.734Z] e7371f0cf251: Preparing [2021-02-04T10:30:10.734Z] ba6e0ad54ea0: Preparing [2021-02-04T10:30:10.734Z] cc311a070886: Preparing [2021-02-04T10:30:10.734Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:10.734Z] 0018f1649a41: Preparing [2021-02-04T10:30:10.734Z] 0018f1649a41: Preparing [2021-02-04T10:30:10.734Z] 346914ff55ef: Preparing [2021-02-04T10:30:10.734Z] 61bb2b38ee57: Preparing [2021-02-04T10:30:10.734Z] 777b2c648970: Preparing [2021-02-04T10:30:10.734Z] 0018f1649a41: Waiting [2021-02-04T10:30:10.734Z] 61bb2b38ee57: Waiting [2021-02-04T10:30:10.734Z] 777b2c648970: Waiting [2021-02-04T10:30:10.734Z] 346914ff55ef: Waiting [2021-02-04T10:30:10.734Z] b5cc546c8ee7: Waiting [2021-02-04T10:30:10.734Z] e7371f0cf251: Layer already exists [2021-02-04T10:30:10.734Z] 2f474df6d066: Layer already exists [2021-02-04T10:30:10.734Z] 5ba1d332ea39: Layer already exists [2021-02-04T10:30:10.734Z] cc311a070886: Layer already exists [2021-02-04T10:30:10.734Z] ba6e0ad54ea0: Layer already exists [2021-02-04T10:30:10.734Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:10.734Z] 0018f1649a41: Layer already exists [2021-02-04T10:30:10.734Z] 346914ff55ef: Layer already exists [2021-02-04T10:30:10.734Z] 61bb2b38ee57: Layer already exists [2021-02-04T10:30:10.734Z] 777b2c648970: Layer already exists [2021-02-04T10:30:10.734Z] master: digest: sha256:522f67a0f67cc99b3ed5a3624fa3aea7b44cc72d2c713f7ed30365cfa1569dae size: 2820 [Pipeline] } [2021-02-04T10:30:10.785Z] Successfully built 4bc5319ac769 [2021-02-04T10:30:10.785Z] ---> 850d0aa5131e [2021-02-04T10:30:10.785Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T10:30:10.785Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T10:30:10.785Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:30:11.134Z] ===================================================== [Pipeline] echo [2021-02-04T10:30:11.222Z] taggedImages: [2021-02-04T10:30:11.222Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:11.222Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.74 [2021-02-04T10:30:11.222Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:11.222Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-04T10:30:11.330Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-04T10:30:11.330Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:11.330Z] 2.0.0-dev.74 [2021-02-04T10:30:11.330Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:11.330Z] master [2021-02-04T10:30:11.330Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:12.006Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:12.230Z] ---> 15aefb182126 [2021-02-04T10:30:12.230Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T10:30:12.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:12.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T10:30:12.346Z] 4572d50826a0: Preparing [2021-02-04T10:30:12.346Z] 2ce3eed97a20: Preparing [2021-02-04T10:30:12.346Z] f36251a0a0d3: Preparing [2021-02-04T10:30:12.346Z] bd1cdff25618: Preparing [2021-02-04T10:30:12.346Z] 8544d8fedcbf: Preparing [2021-02-04T10:30:12.346Z] 777b2c648970: Preparing [2021-02-04T10:30:12.346Z] 777b2c648970: Waiting [2021-02-04T10:30:12.346Z] f36251a0a0d3: Pushed [2021-02-04T10:30:12.346Z] bd1cdff25618: Pushed [2021-02-04T10:30:12.609Z] 777b2c648970: Layer already exists [2021-02-04T10:30:12.828Z] ---> f190bd77ccca [2021-02-04T10:30:12.828Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T10:30:12.872Z] 8544d8fedcbf: Pushed [2021-02-04T10:30:13.431Z] ---> Running in d0bf72184f55 [2021-02-04T10:30:13.448Z] 4572d50826a0: Pushed [2021-02-04T10:30:13.448Z] 2ce3eed97a20: Pushed [2021-02-04T10:30:13.448Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:10a07fb5643779474f2bce08bf5fb9d85ab08efbec7337c4ece19008fb5949fe size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:13.752Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:14.030Z] Removing intermediate container d0bf72184f55 [2021-02-04T10:30:14.030Z] ---> dd23384ecd08 [2021-02-04T10:30:14.030Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T10:30:14.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.74 [2021-02-04T10:30:14.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T10:30:14.057Z] 4572d50826a0: Preparing [2021-02-04T10:30:14.057Z] 2ce3eed97a20: Preparing [2021-02-04T10:30:14.057Z] f36251a0a0d3: Preparing [2021-02-04T10:30:14.057Z] bd1cdff25618: Preparing [2021-02-04T10:30:14.057Z] 8544d8fedcbf: Preparing [2021-02-04T10:30:14.057Z] 777b2c648970: Preparing [2021-02-04T10:30:14.057Z] 777b2c648970: Waiting [2021-02-04T10:30:14.057Z] 2ce3eed97a20: Layer already exists [2021-02-04T10:30:14.057Z] 4572d50826a0: Layer already exists [2021-02-04T10:30:14.057Z] 8544d8fedcbf: Layer already exists [2021-02-04T10:30:14.057Z] f36251a0a0d3: Layer already exists [2021-02-04T10:30:14.057Z] bd1cdff25618: Layer already exists [2021-02-04T10:30:14.058Z] 777b2c648970: Layer already exists [2021-02-04T10:30:14.058Z] 2.0.0-dev.74: digest: sha256:10a07fb5643779474f2bce08bf5fb9d85ab08efbec7337c4ece19008fb5949fe size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:14.363Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:14.663Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:14.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T10:30:14.663Z] 4572d50826a0: Preparing [2021-02-04T10:30:14.663Z] 2ce3eed97a20: Preparing [2021-02-04T10:30:14.663Z] f36251a0a0d3: Preparing [2021-02-04T10:30:14.663Z] bd1cdff25618: Preparing [2021-02-04T10:30:14.663Z] 8544d8fedcbf: Preparing [2021-02-04T10:30:14.663Z] 777b2c648970: Preparing [2021-02-04T10:30:14.663Z] 777b2c648970: Waiting [2021-02-04T10:30:14.663Z] 4572d50826a0: Layer already exists [2021-02-04T10:30:14.663Z] f36251a0a0d3: Layer already exists [2021-02-04T10:30:14.663Z] 8544d8fedcbf: Layer already exists [2021-02-04T10:30:14.663Z] 2ce3eed97a20: Layer already exists [2021-02-04T10:30:14.663Z] bd1cdff25618: Layer already exists [2021-02-04T10:30:14.663Z] 777b2c648970: Layer already exists [2021-02-04T10:30:14.663Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:10a07fb5643779474f2bce08bf5fb9d85ab08efbec7337c4ece19008fb5949fe size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:14.972Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:15.011Z] ---> 6e228ec7b0e3 [2021-02-04T10:30:15.012Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T10:30:15.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-04T10:30:15.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T10:30:15.267Z] 4572d50826a0: Preparing [2021-02-04T10:30:15.267Z] 2ce3eed97a20: Preparing [2021-02-04T10:30:15.267Z] f36251a0a0d3: Preparing [2021-02-04T10:30:15.267Z] bd1cdff25618: Preparing [2021-02-04T10:30:15.267Z] 8544d8fedcbf: Preparing [2021-02-04T10:30:15.267Z] 777b2c648970: Preparing [2021-02-04T10:30:15.267Z] 777b2c648970: Waiting [2021-02-04T10:30:15.267Z] 2ce3eed97a20: Layer already exists [2021-02-04T10:30:15.267Z] bd1cdff25618: Layer already exists [2021-02-04T10:30:15.267Z] f36251a0a0d3: Layer already exists [2021-02-04T10:30:15.267Z] 4572d50826a0: Layer already exists [2021-02-04T10:30:15.267Z] 8544d8fedcbf: Layer already exists [2021-02-04T10:30:15.267Z] 777b2c648970: Layer already exists [2021-02-04T10:30:15.267Z] master: digest: sha256:10a07fb5643779474f2bce08bf5fb9d85ab08efbec7337c4ece19008fb5949fe size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-04T10:30:15.621Z] ---> Running in ea6c42cfc34a [Pipeline] echo [2021-02-04T10:30:15.644Z] ===================================================== [Pipeline] echo [2021-02-04T10:30:15.739Z] taggedImages: [2021-02-04T10:30:15.739Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:15.739Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.74 [2021-02-04T10:30:15.739Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:15.739Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-04T10:30:15.852Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-04T10:30:15.852Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:15.852Z] 2.0.0-dev.74 [2021-02-04T10:30:15.852Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:15.852Z] master [2021-02-04T10:30:15.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:16.543Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:16.598Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:16.598Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:16.598Z] ---> b3c96129f648 [2021-02-04T10:30:16.598Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:30:16.598Z] ---> Using cache [2021-02-04T10:30:16.598Z] ---> c8db0b35b98e [2021-02-04T10:30:16.598Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:16.598Z] ---> Using cache [2021-02-04T10:30:16.598Z] ---> a5b3af777ca1 [2021-02-04T10:30:16.598Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T10:30:16.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:16.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T10:30:16.838Z] 77f40d32c6d7: Preparing [2021-02-04T10:30:16.838Z] 0915f4a44050: Preparing [2021-02-04T10:30:16.838Z] 6ed7d6db2dd5: Preparing [2021-02-04T10:30:16.838Z] c43fb0354db3: Preparing [2021-02-04T10:30:16.838Z] c8c1861de82a: Preparing [2021-02-04T10:30:16.838Z] bc7a3a9f262c: Preparing [2021-02-04T10:30:16.838Z] f8fef53a8232: Preparing [2021-02-04T10:30:16.838Z] c7f05337b7df: Preparing [2021-02-04T10:30:16.838Z] 777b2c648970: Preparing [2021-02-04T10:30:16.838Z] bc7a3a9f262c: Waiting [2021-02-04T10:30:16.838Z] f8fef53a8232: Waiting [2021-02-04T10:30:16.838Z] c7f05337b7df: Waiting [2021-02-04T10:30:16.838Z] 777b2c648970: Waiting [2021-02-04T10:30:17.099Z] c8c1861de82a: Pushed [2021-02-04T10:30:17.099Z] 77f40d32c6d7: Pushed [2021-02-04T10:30:17.099Z] 0915f4a44050: Pushed [2021-02-04T10:30:17.099Z] bc7a3a9f262c: Pushed [2021-02-04T10:30:17.099Z] f8fef53a8232: Pushed [2021-02-04T10:30:17.099Z] 777b2c648970: Layer already exists [2021-02-04T10:30:17.360Z] c7f05337b7df: Pushed [2021-02-04T10:30:17.575Z] ---> Running in 9eec0aa658ff [2021-02-04T10:30:17.932Z] c43fb0354db3: Pushed [2021-02-04T10:30:17.933Z] 6ed7d6db2dd5: Pushed [2021-02-04T10:30:17.933Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:0e93d6feeca795602de5e87f7daf88505451ee5a3ba6598c7b7649b935489d7c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:18.235Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:18.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.74 [2021-02-04T10:30:18.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T10:30:18.571Z] 77f40d32c6d7: Preparing [2021-02-04T10:30:18.571Z] 0915f4a44050: Preparing [2021-02-04T10:30:18.571Z] 6ed7d6db2dd5: Preparing [2021-02-04T10:30:18.571Z] c43fb0354db3: Preparing [2021-02-04T10:30:18.571Z] c8c1861de82a: Preparing [2021-02-04T10:30:18.571Z] bc7a3a9f262c: Preparing [2021-02-04T10:30:18.571Z] f8fef53a8232: Preparing [2021-02-04T10:30:18.571Z] c7f05337b7df: Preparing [2021-02-04T10:30:18.571Z] 777b2c648970: Preparing [2021-02-04T10:30:18.571Z] f8fef53a8232: Waiting [2021-02-04T10:30:18.571Z] c7f05337b7df: Waiting [2021-02-04T10:30:18.571Z] 777b2c648970: Waiting [2021-02-04T10:30:18.571Z] bc7a3a9f262c: Waiting [2021-02-04T10:30:18.571Z] 0915f4a44050: Layer already exists [2021-02-04T10:30:18.571Z] c8c1861de82a: Layer already exists [2021-02-04T10:30:18.571Z] 77f40d32c6d7: Layer already exists [2021-02-04T10:30:18.571Z] 6ed7d6db2dd5: Layer already exists [2021-02-04T10:30:18.571Z] c43fb0354db3: Layer already exists [2021-02-04T10:30:18.571Z] f8fef53a8232: Layer already exists [2021-02-04T10:30:18.571Z] c7f05337b7df: Layer already exists [2021-02-04T10:30:18.571Z] bc7a3a9f262c: Layer already exists [2021-02-04T10:30:18.571Z] 777b2c648970: Layer already exists [2021-02-04T10:30:18.571Z] 2.0.0-dev.74: digest: sha256:0e93d6feeca795602de5e87f7daf88505451ee5a3ba6598c7b7649b935489d7c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:18.872Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:19.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:19.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T10:30:19.167Z] 77f40d32c6d7: Preparing [2021-02-04T10:30:19.167Z] 0915f4a44050: Preparing [2021-02-04T10:30:19.167Z] 6ed7d6db2dd5: Preparing [2021-02-04T10:30:19.167Z] c43fb0354db3: Preparing [2021-02-04T10:30:19.167Z] c8c1861de82a: Preparing [2021-02-04T10:30:19.167Z] bc7a3a9f262c: Preparing [2021-02-04T10:30:19.167Z] f8fef53a8232: Preparing [2021-02-04T10:30:19.167Z] c7f05337b7df: Preparing [2021-02-04T10:30:19.167Z] 777b2c648970: Preparing [2021-02-04T10:30:19.167Z] bc7a3a9f262c: Waiting [2021-02-04T10:30:19.167Z] f8fef53a8232: Waiting [2021-02-04T10:30:19.167Z] c7f05337b7df: Waiting [2021-02-04T10:30:19.167Z] 777b2c648970: Waiting [2021-02-04T10:30:19.167Z] 6ed7d6db2dd5: Layer already exists [2021-02-04T10:30:19.167Z] c8c1861de82a: Layer already exists [2021-02-04T10:30:19.167Z] 77f40d32c6d7: Layer already exists [2021-02-04T10:30:19.167Z] 0915f4a44050: Layer already exists [2021-02-04T10:30:19.167Z] c43fb0354db3: Layer already exists [2021-02-04T10:30:19.167Z] bc7a3a9f262c: Layer already exists [2021-02-04T10:30:19.167Z] c7f05337b7df: Layer already exists [2021-02-04T10:30:19.167Z] f8fef53a8232: Layer already exists [2021-02-04T10:30:19.167Z] 777b2c648970: Layer already exists [2021-02-04T10:30:19.167Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:0e93d6feeca795602de5e87f7daf88505451ee5a3ba6598c7b7649b935489d7c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:19.469Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:19.569Z] Removing intermediate container ea6c42cfc34a [2021-02-04T10:30:19.569Z] ---> e910edad1020 [2021-02-04T10:30:19.569Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T10:30:19.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:30:19.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-04T10:30:19.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T10:30:19.766Z] 77f40d32c6d7: Preparing [2021-02-04T10:30:19.766Z] 0915f4a44050: Preparing [2021-02-04T10:30:19.766Z] 6ed7d6db2dd5: Preparing [2021-02-04T10:30:19.766Z] c43fb0354db3: Preparing [2021-02-04T10:30:19.766Z] c8c1861de82a: Preparing [2021-02-04T10:30:19.766Z] bc7a3a9f262c: Preparing [2021-02-04T10:30:19.766Z] f8fef53a8232: Preparing [2021-02-04T10:30:19.766Z] c7f05337b7df: Preparing [2021-02-04T10:30:19.766Z] 777b2c648970: Preparing [2021-02-04T10:30:19.766Z] bc7a3a9f262c: Waiting [2021-02-04T10:30:19.766Z] f8fef53a8232: Waiting [2021-02-04T10:30:19.766Z] 777b2c648970: Waiting [2021-02-04T10:30:19.766Z] c7f05337b7df: Waiting [2021-02-04T10:30:19.766Z] 6ed7d6db2dd5: Layer already exists [2021-02-04T10:30:19.766Z] c43fb0354db3: Layer already exists [2021-02-04T10:30:19.766Z] 77f40d32c6d7: Layer already exists [2021-02-04T10:30:19.766Z] 0915f4a44050: Layer already exists [2021-02-04T10:30:19.766Z] c8c1861de82a: Layer already exists [2021-02-04T10:30:19.766Z] bc7a3a9f262c: Layer already exists [2021-02-04T10:30:19.766Z] f8fef53a8232: Layer already exists [2021-02-04T10:30:19.766Z] c7f05337b7df: Layer already exists [2021-02-04T10:30:19.766Z] 777b2c648970: Layer already exists [2021-02-04T10:30:19.766Z] master: digest: sha256:0e93d6feeca795602de5e87f7daf88505451ee5a3ba6598c7b7649b935489d7c size: 2198 [Pipeline] } [2021-02-04T10:30:19.847Z] ---> Running in ea0e92aa6955 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-04T10:30:20.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-02-04T10:30:20.188Z] ===================================================== [Pipeline] echo [2021-02-04T10:30:20.282Z] taggedImages: [2021-02-04T10:30:20.282Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:20.282Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.74 [2021-02-04T10:30:20.282Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:20.282Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-04T10:30:20.391Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-04T10:30:20.391Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:20.391Z] 2.0.0-dev.74 [2021-02-04T10:30:20.391Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:20.391Z] master [2021-02-04T10:30:20.391Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-04T10:30:20.746Z] Removing intermediate container ea0e92aa6955 [2021-02-04T10:30:20.746Z] ---> 8b46cec3a4e5 [2021-02-04T10:30:20.746Z] Step 28/31 : CMD ["gate"] [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:21.020Z] OK: 217 MiB in 51 packages [2021-02-04T10:30:21.020Z] ---> Running in 60284ea5391a [2021-02-04T10:30:21.098Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:21.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:21.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T10:30:21.397Z] 545a4a05ce0a: Preparing [2021-02-04T10:30:21.397Z] 92c3af3dbdc3: Preparing [2021-02-04T10:30:21.397Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:21.397Z] efef13abb1d6: Preparing [2021-02-04T10:30:21.397Z] 777b2c648970: Preparing [2021-02-04T10:30:21.397Z] 777b2c648970: Layer already exists [2021-02-04T10:30:21.397Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:21.397Z] 545a4a05ce0a: Pushed [2021-02-04T10:30:21.661Z] efef13abb1d6: Pushed [2021-02-04T10:30:22.009Z] Removing intermediate container 60284ea5391a [2021-02-04T10:30:22.009Z] ---> b2407678a1e3 [2021-02-04T10:30:22.009Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T10:30:22.284Z] ---> Running in fcb07805e109 [2021-02-04T10:30:22.285Z] Removing intermediate container 9eec0aa658ff [2021-02-04T10:30:22.285Z] ---> 04444e2ee423 [2021-02-04T10:30:22.285Z] Step 6/22 : COPY go.mod . [2021-02-04T10:30:22.613Z] 92c3af3dbdc3: Pushed [2021-02-04T10:30:22.614Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:727ce3bac135ab0d612b5229d2916786c16da5babab73df07a4fe545de570d26 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:22.927Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:23.288Z] Removing intermediate container fcb07805e109 [2021-02-04T10:30:23.288Z] ---> f5fe92b6c9dd [2021-02-04T10:30:23.288Z] Step 30/31 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:23.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.74 [2021-02-04T10:30:23.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T10:30:23.319Z] 545a4a05ce0a: Preparing [2021-02-04T10:30:23.319Z] 92c3af3dbdc3: Preparing [2021-02-04T10:30:23.319Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:23.319Z] efef13abb1d6: Preparing [2021-02-04T10:30:23.319Z] 777b2c648970: Preparing [2021-02-04T10:30:23.319Z] 777b2c648970: Layer already exists [2021-02-04T10:30:23.319Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:23.319Z] 545a4a05ce0a: Layer already exists [2021-02-04T10:30:23.319Z] efef13abb1d6: Layer already exists [2021-02-04T10:30:23.319Z] 92c3af3dbdc3: Layer already exists [2021-02-04T10:30:23.319Z] 2.0.0-dev.74: digest: sha256:727ce3bac135ab0d612b5229d2916786c16da5babab73df07a4fe545de570d26 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:23.565Z] ---> 6d9fcfac2585 [2021-02-04T10:30:23.565Z] Step 7/22 : RUN go mod download [2021-02-04T10:30:23.565Z] ---> Running in 66e91338a31c [2021-02-04T10:30:23.668Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:23.840Z] ---> Running in 93da2a4286c3 [2021-02-04T10:30:23.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:23.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T10:30:23.965Z] 545a4a05ce0a: Preparing [2021-02-04T10:30:23.965Z] 92c3af3dbdc3: Preparing [2021-02-04T10:30:23.965Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:23.965Z] efef13abb1d6: Preparing [2021-02-04T10:30:23.965Z] 777b2c648970: Preparing [2021-02-04T10:30:23.965Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:23.965Z] efef13abb1d6: Layer already exists [2021-02-04T10:30:23.965Z] 92c3af3dbdc3: Layer already exists [2021-02-04T10:30:23.965Z] 777b2c648970: Layer already exists [2021-02-04T10:30:23.965Z] 545a4a05ce0a: Layer already exists [2021-02-04T10:30:23.965Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:727ce3bac135ab0d612b5229d2916786c16da5babab73df07a4fe545de570d26 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:24.120Z] Removing intermediate container 66e91338a31c [2021-02-04T10:30:24.120Z] ---> e8d6f994a996 [2021-02-04T10:30:24.120Z] Step 31/31 : LABEL version=2.0.0-dev.74 [2021-02-04T10:30:24.271Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:24.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-04T10:30:24.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T10:30:24.577Z] 545a4a05ce0a: Preparing [2021-02-04T10:30:24.577Z] 92c3af3dbdc3: Preparing [2021-02-04T10:30:24.577Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:24.577Z] efef13abb1d6: Preparing [2021-02-04T10:30:24.577Z] 777b2c648970: Preparing [2021-02-04T10:30:24.577Z] 545a4a05ce0a: Layer already exists [2021-02-04T10:30:24.577Z] 777b2c648970: Layer already exists [2021-02-04T10:30:24.577Z] efef13abb1d6: Layer already exists [2021-02-04T10:30:24.577Z] 92c3af3dbdc3: Layer already exists [2021-02-04T10:30:24.577Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:24.577Z] master: digest: sha256:727ce3bac135ab0d612b5229d2916786c16da5babab73df07a4fe545de570d26 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:30:24.974Z] ===================================================== [Pipeline] echo [2021-02-04T10:30:25.074Z] taggedImages: [2021-02-04T10:30:25.074Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:25.074Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.74 [2021-02-04T10:30:25.074Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:25.074Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-04T10:30:25.142Z] ---> Running in d66a8595d2cf [Pipeline] echo [2021-02-04T10:30:25.186Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-04T10:30:25.186Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:25.186Z] 2.0.0-dev.74 [2021-02-04T10:30:25.186Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:25.186Z] master [2021-02-04T10:30:25.186Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-04T10:30:25.748Z] Removing intermediate container d66a8595d2cf [2021-02-04T10:30:25.748Z] ---> 4248b3504e39 [2021-02-04T10:30:25.748Z] [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:26.022Z] Successfully built 4248b3504e39 [2021-02-04T10:30:26.022Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T10:30:26.087Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:26.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:26.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T10:30:26.394Z] 9b9cae3a3a94: Preparing [2021-02-04T10:30:26.394Z] 4e674602443d: Preparing [2021-02-04T10:30:26.394Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:26.394Z] 1cd6222e4171: Preparing [2021-02-04T10:30:26.394Z] 777b2c648970: Preparing [2021-02-04T10:30:26.394Z] 777b2c648970: Layer already exists [2021-02-04T10:30:26.394Z] 1cd6222e4171: Layer already exists [2021-02-04T10:30:26.394Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:26.394Z] 9b9cae3a3a94: Pushed [2021-02-04T10:30:27.004Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 93da2a4286c3 [2021-02-04T10:30:27.004Z] ---> ce7acaf688d2 [2021-02-04T10:30:27.004Z] Step 8/22 : COPY . . [2021-02-04T10:30:27.790Z] 4e674602443d: Pushed [2021-02-04T10:30:27.790Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:8c44fc09943246d5557c4a3608250b241015378a9310ebc58869e9789dcdc428 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:28.108Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:28.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.74 [2021-02-04T10:30:28.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T10:30:28.408Z] 9b9cae3a3a94: Preparing [2021-02-04T10:30:28.408Z] 4e674602443d: Preparing [2021-02-04T10:30:28.408Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:28.408Z] 1cd6222e4171: Preparing [2021-02-04T10:30:28.408Z] 777b2c648970: Preparing [2021-02-04T10:30:28.408Z] 9b9cae3a3a94: Layer already exists [2021-02-04T10:30:28.408Z] 4e674602443d: Layer already exists [2021-02-04T10:30:28.408Z] 777b2c648970: Layer already exists [2021-02-04T10:30:28.408Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:28.408Z] 1cd6222e4171: Layer already exists [2021-02-04T10:30:28.408Z] 2.0.0-dev.74: digest: sha256:8c44fc09943246d5557c4a3608250b241015378a9310ebc58869e9789dcdc428 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:28.718Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:29.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:29.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T10:30:29.017Z] 9b9cae3a3a94: Preparing [2021-02-04T10:30:29.017Z] 4e674602443d: Preparing [2021-02-04T10:30:29.017Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:29.017Z] 1cd6222e4171: Preparing [2021-02-04T10:30:29.017Z] 777b2c648970: Preparing [2021-02-04T10:30:29.017Z] 1cd6222e4171: Layer already exists [2021-02-04T10:30:29.017Z] 9b9cae3a3a94: Layer already exists [2021-02-04T10:30:29.017Z] 4e674602443d: Layer already exists [2021-02-04T10:30:29.017Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:29.017Z] 777b2c648970: Layer already exists [2021-02-04T10:30:29.017Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:8c44fc09943246d5557c4a3608250b241015378a9310ebc58869e9789dcdc428 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:29.320Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:29.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-04T10:30:29.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T10:30:29.615Z] 9b9cae3a3a94: Preparing [2021-02-04T10:30:29.615Z] 4e674602443d: Preparing [2021-02-04T10:30:29.615Z] b5cc546c8ee7: Preparing [2021-02-04T10:30:29.615Z] 1cd6222e4171: Preparing [2021-02-04T10:30:29.615Z] 777b2c648970: Preparing [2021-02-04T10:30:29.615Z] 777b2c648970: Layer already exists [2021-02-04T10:30:29.615Z] b5cc546c8ee7: Layer already exists [2021-02-04T10:30:29.615Z] 9b9cae3a3a94: Layer already exists [2021-02-04T10:30:29.615Z] 4e674602443d: Layer already exists [2021-02-04T10:30:29.615Z] 1cd6222e4171: Layer already exists [2021-02-04T10:30:29.615Z] master: digest: sha256:8c44fc09943246d5557c4a3608250b241015378a9310ebc58869e9789dcdc428 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:30:30.010Z] ===================================================== [Pipeline] echo [2021-02-04T10:30:30.124Z] taggedImages: [2021-02-04T10:30:30.124Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:30.124Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.74 [2021-02-04T10:30:30.124Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:30.124Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-04T10:30:30.256Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-04T10:30:30.256Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:30.256Z] 2.0.0-dev.74 [2021-02-04T10:30:30.256Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:30.256Z] master [2021-02-04T10:30:30.256Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:30.971Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:31.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:31.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T10:30:31.286Z] 9d9d14d8b6f0: Preparing [2021-02-04T10:30:31.286Z] e051955c4e99: Preparing [2021-02-04T10:30:31.286Z] 5b9165be4c95: Preparing [2021-02-04T10:30:31.286Z] e91f4593acfc: Preparing [2021-02-04T10:30:31.286Z] 628724e9ca20: Preparing [2021-02-04T10:30:31.286Z] 1d6983a9fe33: Preparing [2021-02-04T10:30:31.286Z] c0a045dfddeb: Preparing [2021-02-04T10:30:31.286Z] 0754057c0ad3: Preparing [2021-02-04T10:30:31.286Z] 998cdf262ab1: Preparing [2021-02-04T10:30:31.286Z] 02e56110abd2: Preparing [2021-02-04T10:30:31.286Z] abc36efb885a: Preparing [2021-02-04T10:30:31.286Z] b0b09059f4e1: Preparing [2021-02-04T10:30:31.286Z] bb961f40224b: Preparing [2021-02-04T10:30:31.286Z] f4666769fca7: Preparing [2021-02-04T10:30:31.286Z] 1d6983a9fe33: Waiting [2021-02-04T10:30:31.286Z] c0a045dfddeb: Waiting [2021-02-04T10:30:31.286Z] 0754057c0ad3: Waiting [2021-02-04T10:30:31.286Z] 998cdf262ab1: Waiting [2021-02-04T10:30:31.286Z] 02e56110abd2: Waiting [2021-02-04T10:30:31.286Z] abc36efb885a: Waiting [2021-02-04T10:30:31.286Z] b0b09059f4e1: Waiting [2021-02-04T10:30:31.286Z] bb961f40224b: Waiting [2021-02-04T10:30:31.286Z] f4666769fca7: Waiting [2021-02-04T10:30:31.566Z] 628724e9ca20: Pushed [2021-02-04T10:30:31.566Z] 9d9d14d8b6f0: Pushed [2021-02-04T10:30:31.842Z] e91f4593acfc: Pushed [2021-02-04T10:30:31.842Z] 0754057c0ad3: Layer already exists [2021-02-04T10:30:31.842Z] 998cdf262ab1: Layer already exists [2021-02-04T10:30:31.842Z] c0a045dfddeb: Pushed [2021-02-04T10:30:31.842Z] 02e56110abd2: Layer already exists [2021-02-04T10:30:31.842Z] abc36efb885a: Layer already exists [2021-02-04T10:30:31.842Z] b0b09059f4e1: Layer already exists [2021-02-04T10:30:31.842Z] bb961f40224b: Layer already exists [2021-02-04T10:30:31.842Z] f4666769fca7: Layer already exists [2021-02-04T10:30:32.105Z] e051955c4e99: Pushed [2021-02-04T10:30:32.435Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:32.435Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:32.435Z] ---> b3c96129f648 [2021-02-04T10:30:32.435Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T10:30:32.435Z] ---> Using cache [2021-02-04T10:30:32.435Z] ---> c8db0b35b98e [2021-02-04T10:30:32.435Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:32.435Z] ---> Using cache [2021-02-04T10:30:32.435Z] ---> a5b3af777ca1 [2021-02-04T10:30:32.435Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T10:30:32.675Z] 1d6983a9fe33: Pushed [2021-02-04T10:30:35.838Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:35.838Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:35.838Z] ---> b3c96129f648 [2021-02-04T10:30:35.838Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:30:35.838Z] ---> Using cache [2021-02-04T10:30:35.838Z] ---> c8db0b35b98e [2021-02-04T10:30:35.838Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:35.838Z] ---> Using cache [2021-02-04T10:30:35.838Z] ---> a5b3af777ca1 [2021-02-04T10:30:35.838Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T10:30:35.838Z] ---> Using cache [2021-02-04T10:30:35.838Z] ---> 5fea22733ae3 [2021-02-04T10:30:35.838Z] Step 6/22 : COPY go.mod . [2021-02-04T10:30:35.838Z] ---> Using cache [2021-02-04T10:30:35.838Z] ---> faddb1b7b21c [2021-02-04T10:30:35.838Z] Step 7/22 : RUN go mod download [2021-02-04T10:30:35.838Z] ---> Using cache [2021-02-04T10:30:35.838Z] ---> 713ea4ee4b0b [2021-02-04T10:30:35.838Z] Step 8/22 : COPY . . [2021-02-04T10:30:35.838Z] ---> Running in cd6cbd84d4d5 [2021-02-04T10:30:35.838Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:35.838Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:35.838Z] ---> b3c96129f648 [2021-02-04T10:30:35.838Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:30:35.838Z] ---> Using cache [2021-02-04T10:30:35.838Z] ---> c8db0b35b98e [2021-02-04T10:30:35.838Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:35.838Z] ---> Using cache [2021-02-04T10:30:35.838Z] ---> a5b3af777ca1 [2021-02-04T10:30:35.838Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T10:30:35.838Z] ---> Using cache [2021-02-04T10:30:35.838Z] ---> f949b84ecb1e [2021-02-04T10:30:35.838Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T10:30:35.981Z] 5b9165be4c95: Pushed [2021-02-04T10:30:35.981Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:385052faac30b3de71c5aa722015a07a991f257f006efbd0707dadf56f636f49 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:36.283Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:36.436Z] ---> Running in daa62cabe0a0 [2021-02-04T10:30:36.436Z] ---> Running in 96a5a89d9444 [2021-02-04T10:30:36.579Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.74 [2021-02-04T10:30:36.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T10:30:36.579Z] 9d9d14d8b6f0: Preparing [2021-02-04T10:30:36.579Z] e051955c4e99: Preparing [2021-02-04T10:30:36.579Z] 5b9165be4c95: Preparing [2021-02-04T10:30:36.579Z] e91f4593acfc: Preparing [2021-02-04T10:30:36.579Z] 628724e9ca20: Preparing [2021-02-04T10:30:36.579Z] 1d6983a9fe33: Preparing [2021-02-04T10:30:36.579Z] c0a045dfddeb: Preparing [2021-02-04T10:30:36.579Z] 0754057c0ad3: Preparing [2021-02-04T10:30:36.580Z] 998cdf262ab1: Preparing [2021-02-04T10:30:36.580Z] 02e56110abd2: Preparing [2021-02-04T10:30:36.580Z] abc36efb885a: Preparing [2021-02-04T10:30:36.580Z] b0b09059f4e1: Preparing [2021-02-04T10:30:36.580Z] bb961f40224b: Preparing [2021-02-04T10:30:36.580Z] f4666769fca7: Preparing [2021-02-04T10:30:36.580Z] 1d6983a9fe33: Waiting [2021-02-04T10:30:36.580Z] c0a045dfddeb: Waiting [2021-02-04T10:30:36.580Z] 0754057c0ad3: Waiting [2021-02-04T10:30:36.580Z] 998cdf262ab1: Waiting [2021-02-04T10:30:36.580Z] 02e56110abd2: Waiting [2021-02-04T10:30:36.580Z] abc36efb885a: Waiting [2021-02-04T10:30:36.580Z] b0b09059f4e1: Waiting [2021-02-04T10:30:36.580Z] bb961f40224b: Waiting [2021-02-04T10:30:36.580Z] f4666769fca7: Waiting [2021-02-04T10:30:36.580Z] e91f4593acfc: Layer already exists [2021-02-04T10:30:36.580Z] 5b9165be4c95: Layer already exists [2021-02-04T10:30:36.580Z] 9d9d14d8b6f0: Layer already exists [2021-02-04T10:30:36.580Z] e051955c4e99: Layer already exists [2021-02-04T10:30:36.580Z] 628724e9ca20: Layer already exists [2021-02-04T10:30:36.580Z] 1d6983a9fe33: Layer already exists [2021-02-04T10:30:36.580Z] 0754057c0ad3: Layer already exists [2021-02-04T10:30:36.580Z] c0a045dfddeb: Layer already exists [2021-02-04T10:30:36.580Z] 02e56110abd2: Layer already exists [2021-02-04T10:30:36.580Z] 998cdf262ab1: Layer already exists [2021-02-04T10:30:36.580Z] abc36efb885a: Layer already exists [2021-02-04T10:30:36.580Z] b0b09059f4e1: Layer already exists [2021-02-04T10:30:36.580Z] bb961f40224b: Layer already exists [2021-02-04T10:30:36.580Z] f4666769fca7: Layer already exists [2021-02-04T10:30:36.580Z] 2.0.0-dev.74: digest: sha256:385052faac30b3de71c5aa722015a07a991f257f006efbd0707dadf56f636f49 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:36.884Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:37.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:37.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T10:30:37.184Z] 9d9d14d8b6f0: Preparing [2021-02-04T10:30:37.184Z] e051955c4e99: Preparing [2021-02-04T10:30:37.184Z] 5b9165be4c95: Preparing [2021-02-04T10:30:37.184Z] e91f4593acfc: Preparing [2021-02-04T10:30:37.184Z] 628724e9ca20: Preparing [2021-02-04T10:30:37.184Z] 1d6983a9fe33: Preparing [2021-02-04T10:30:37.184Z] c0a045dfddeb: Preparing [2021-02-04T10:30:37.184Z] 0754057c0ad3: Preparing [2021-02-04T10:30:37.184Z] 998cdf262ab1: Preparing [2021-02-04T10:30:37.184Z] 02e56110abd2: Preparing [2021-02-04T10:30:37.184Z] abc36efb885a: Preparing [2021-02-04T10:30:37.184Z] b0b09059f4e1: Preparing [2021-02-04T10:30:37.184Z] bb961f40224b: Preparing [2021-02-04T10:30:37.184Z] f4666769fca7: Preparing [2021-02-04T10:30:37.184Z] 0754057c0ad3: Waiting [2021-02-04T10:30:37.185Z] 998cdf262ab1: Waiting [2021-02-04T10:30:37.185Z] c0a045dfddeb: Waiting [2021-02-04T10:30:37.185Z] 02e56110abd2: Waiting [2021-02-04T10:30:37.185Z] abc36efb885a: Waiting [2021-02-04T10:30:37.185Z] b0b09059f4e1: Waiting [2021-02-04T10:30:37.185Z] bb961f40224b: Waiting [2021-02-04T10:30:37.185Z] f4666769fca7: Waiting [2021-02-04T10:30:37.185Z] 1d6983a9fe33: Waiting [2021-02-04T10:30:37.185Z] e91f4593acfc: Layer already exists [2021-02-04T10:30:37.185Z] 9d9d14d8b6f0: Layer already exists [2021-02-04T10:30:37.185Z] 628724e9ca20: Layer already exists [2021-02-04T10:30:37.185Z] e051955c4e99: Layer already exists [2021-02-04T10:30:37.185Z] 5b9165be4c95: Layer already exists [2021-02-04T10:30:37.185Z] 1d6983a9fe33: Layer already exists [2021-02-04T10:30:37.185Z] c0a045dfddeb: Layer already exists [2021-02-04T10:30:37.185Z] 0754057c0ad3: Layer already exists [2021-02-04T10:30:37.185Z] 998cdf262ab1: Layer already exists [2021-02-04T10:30:37.185Z] 02e56110abd2: Layer already exists [2021-02-04T10:30:37.185Z] abc36efb885a: Layer already exists [2021-02-04T10:30:37.185Z] b0b09059f4e1: Layer already exists [2021-02-04T10:30:37.185Z] f4666769fca7: Layer already exists [2021-02-04T10:30:37.185Z] bb961f40224b: Layer already exists [2021-02-04T10:30:37.185Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:385052faac30b3de71c5aa722015a07a991f257f006efbd0707dadf56f636f49 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:37.488Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:30:37.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-04T10:30:37.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T10:30:37.789Z] 9d9d14d8b6f0: Preparing [2021-02-04T10:30:37.789Z] e051955c4e99: Preparing [2021-02-04T10:30:37.789Z] 5b9165be4c95: Preparing [2021-02-04T10:30:37.789Z] e91f4593acfc: Preparing [2021-02-04T10:30:37.789Z] 628724e9ca20: Preparing [2021-02-04T10:30:37.789Z] 1d6983a9fe33: Preparing [2021-02-04T10:30:37.789Z] c0a045dfddeb: Preparing [2021-02-04T10:30:37.789Z] 0754057c0ad3: Preparing [2021-02-04T10:30:37.789Z] 998cdf262ab1: Preparing [2021-02-04T10:30:37.789Z] 02e56110abd2: Preparing [2021-02-04T10:30:37.789Z] abc36efb885a: Preparing [2021-02-04T10:30:37.789Z] b0b09059f4e1: Preparing [2021-02-04T10:30:37.789Z] bb961f40224b: Preparing [2021-02-04T10:30:37.789Z] f4666769fca7: Preparing [2021-02-04T10:30:37.789Z] 1d6983a9fe33: Waiting [2021-02-04T10:30:37.789Z] c0a045dfddeb: Waiting [2021-02-04T10:30:37.789Z] 02e56110abd2: Waiting [2021-02-04T10:30:37.789Z] abc36efb885a: Waiting [2021-02-04T10:30:37.789Z] 0754057c0ad3: Waiting [2021-02-04T10:30:37.789Z] 998cdf262ab1: Waiting [2021-02-04T10:30:37.789Z] b0b09059f4e1: Waiting [2021-02-04T10:30:37.789Z] bb961f40224b: Waiting [2021-02-04T10:30:37.789Z] f4666769fca7: Waiting [2021-02-04T10:30:37.789Z] 628724e9ca20: Layer already exists [2021-02-04T10:30:37.789Z] e91f4593acfc: Layer already exists [2021-02-04T10:30:37.789Z] 9d9d14d8b6f0: Layer already exists [2021-02-04T10:30:37.789Z] e051955c4e99: Layer already exists [2021-02-04T10:30:37.789Z] 5b9165be4c95: Layer already exists [2021-02-04T10:30:37.789Z] c0a045dfddeb: Layer already exists [2021-02-04T10:30:37.789Z] 02e56110abd2: Layer already exists [2021-02-04T10:30:37.789Z] 1d6983a9fe33: Layer already exists [2021-02-04T10:30:37.789Z] 998cdf262ab1: Layer already exists [2021-02-04T10:30:37.789Z] 0754057c0ad3: Layer already exists [2021-02-04T10:30:37.789Z] abc36efb885a: Layer already exists [2021-02-04T10:30:37.789Z] b0b09059f4e1: Layer already exists [2021-02-04T10:30:37.789Z] bb961f40224b: Layer already exists [2021-02-04T10:30:37.789Z] f4666769fca7: Layer already exists [2021-02-04T10:30:37.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:30:38.051Z] master: digest: sha256:385052faac30b3de71c5aa722015a07a991f257f006efbd0707dadf56f636f49 size: 3252 [Pipeline] } [2021-02-04T10:30:38.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:30:38.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:30:38.481Z] ===================================================== [Pipeline] echo [2021-02-04T10:30:38.580Z] taggedImages: [2021-02-04T10:30:38.580Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:30:38.580Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.74 [2021-02-04T10:30:38.580Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:30:38.580Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [2021-02-04T10:30:38.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:30:38.788Z] ---> c0adafcc77bb [2021-02-04T10:30:38.788Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T10:30:38.788Z] ---> Running in b57f8bda2612 [Pipeline] } [Pipeline] // stage [2021-02-04T10:30:39.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T10:30:39.681Z] OK: 217 MiB in 51 packages [Pipeline] // withEnv [Pipeline] } [2021-02-04T10:30:39.969Z] OK: 217 MiB in 51 packages [Pipeline] // stage [Pipeline] } [2021-02-04T10:30:40.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T10:30:41.586Z] Removing intermediate container cd6cbd84d4d5 [2021-02-04T10:30:41.586Z] ---> 34272f7fee74 [2021-02-04T10:30:41.586Z] Step 6/26 : COPY go.mod . [2021-02-04T10:30:41.868Z] Removing intermediate container 96a5a89d9444 [2021-02-04T10:30:41.868Z] ---> a8d6df0b6092 [2021-02-04T10:30:41.868Z] Step 6/23 : COPY go.mod . [2021-02-04T10:30:42.859Z] ---> 85d52ea3e0b6 [2021-02-04T10:30:42.859Z] Step 7/26 : RUN go mod download [2021-02-04T10:30:43.138Z] ---> Running in b7a79489bb0b [2021-02-04T10:30:43.138Z] ---> 1e04616366cf [2021-02-04T10:30:43.138Z] Step 7/23 : RUN go mod download [2021-02-04T10:30:43.415Z] ---> Running in c1417204868a [2021-02-04T10:30:48.872Z] Removing intermediate container b7a79489bb0b [2021-02-04T10:30:48.872Z] ---> 179fa23e8e65 [2021-02-04T10:30:48.872Z] Step 8/26 : COPY . . [2021-02-04T10:30:48.872Z] Removing intermediate container c1417204868a [2021-02-04T10:30:48.872Z] ---> bf252613d817 [2021-02-04T10:30:48.872Z] Step 8/23 : COPY . . [2021-02-04T10:31:11.637Z] ---> 82ad1e4aa1a7 [2021-02-04T10:31:11.637Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T10:31:11.637Z] ---> 46a73b53a180 [2021-02-04T10:31:11.637Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T10:31:11.637Z] ---> Running in f2d732b7ad92 [2021-02-04T10:31:11.637Z] ---> Running in 238b5fc8e2cf [2021-02-04T10:31:11.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T10:31:11.917Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T10:32:08.705Z] Removing intermediate container daa62cabe0a0 [2021-02-04T10:32:08.705Z] ---> 536025edc0ae [2021-02-04T10:32:08.705Z] [2021-02-04T10:32:08.705Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:32:08.705Z] ---> afeebe901d6b [2021-02-04T10:32:08.705Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:32:08.705Z] ---> Using cache [2021-02-04T10:32:08.705Z] ---> 26b24ebb54ce [2021-02-04T10:32:08.705Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:32:08.705Z] ---> Using cache [2021-02-04T10:32:08.705Z] ---> e411b10ae246 [2021-02-04T10:32:08.705Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T10:32:08.705Z] ---> Running in e9d5473e0327 [2021-02-04T10:32:08.705Z] Removing intermediate container e9d5473e0327 [2021-02-04T10:32:08.705Z] ---> 67f657be0960 [2021-02-04T10:32:08.705Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:32:08.705Z] Removing intermediate container b57f8bda2612 [2021-02-04T10:32:08.705Z] ---> 96bb3c232486 [2021-02-04T10:32:08.705Z] [2021-02-04T10:32:08.705Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:32:08.705Z] ---> afeebe901d6b [2021-02-04T10:32:08.705Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T10:32:08.705Z] ---> Running in df294e5e82db [2021-02-04T10:32:08.705Z] ---> Running in 51fe168c6a20 [2021-02-04T10:32:08.705Z] Removing intermediate container df294e5e82db [2021-02-04T10:32:08.705Z] ---> 81360bb756e0 [2021-02-04T10:32:08.705Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:32:08.705Z] ---> 573a4d4a782e [2021-02-04T10:32:08.705Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:32:08.705Z] [2021-02-04T10:32:08.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:32:08.705Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T10:32:08.705Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:32:08.705Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:08.705Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:32:08.705Z] OK: 6 MiB in 16 packages [2021-02-04T10:32:08.705Z] ---> 08a9cc23f1db [2021-02-04T10:32:08.705Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T10:32:10.691Z] ---> f2b017938132 [2021-02-04T10:32:10.691Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T10:32:10.964Z] Removing intermediate container 51fe168c6a20 [2021-02-04T10:32:10.964Z] ---> 22805e814ca8 [2021-02-04T10:32:10.964Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:32:10.964Z] ---> Running in f260b870d9e8 [2021-02-04T10:32:11.238Z] ---> Running in 5e2b0e1d54de [2021-02-04T10:32:11.838Z] Removing intermediate container f260b870d9e8 [2021-02-04T10:32:11.838Z] ---> bfe8633ceaac [2021-02-04T10:32:11.838Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:32:11.838Z] ---> Running in e32f618d9595 [2021-02-04T10:32:12.114Z] Removing intermediate container 5e2b0e1d54de [2021-02-04T10:32:12.114Z] ---> dab812326b48 [2021-02-04T10:32:12.114Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T10:32:12.392Z] ---> Running in 2fe60c86b4da [2021-02-04T10:32:12.673Z] Removing intermediate container e32f618d9595 [2021-02-04T10:32:12.673Z] ---> 9411eb63bbb7 [2021-02-04T10:32:12.673Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T10:32:13.280Z] ---> Running in ef9fd5ab4c60 [2021-02-04T10:32:13.280Z] Removing intermediate container 2fe60c86b4da [2021-02-04T10:32:13.280Z] ---> 580330917ef2 [2021-02-04T10:32:13.280Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:32:13.554Z] ---> Running in db2af026b28a [2021-02-04T10:32:14.153Z] Removing intermediate container ef9fd5ab4c60 [2021-02-04T10:32:14.153Z] ---> f9d98dd6f81e [2021-02-04T10:32:14.153Z] Step 21/22 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:32:14.153Z] ---> Running in 957af31666fd [2021-02-04T10:32:14.433Z] Removing intermediate container db2af026b28a [2021-02-04T10:32:14.433Z] ---> c6b44e24092a [2021-02-04T10:32:14.433Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:32:15.035Z] Removing intermediate container 957af31666fd [2021-02-04T10:32:15.035Z] ---> 515aa8523752 [2021-02-04T10:32:15.035Z] Step 22/22 : LABEL version=2.0.0-dev.74 [2021-02-04T10:32:15.634Z] ---> Running in c8b4bb4bd34e [2021-02-04T10:32:15.634Z] ---> 3dff42f4773b [2021-02-04T10:32:15.634Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T10:32:16.230Z] Removing intermediate container c8b4bb4bd34e [2021-02-04T10:32:16.230Z] ---> 566f8a8c8876 [2021-02-04T10:32:16.230Z] [2021-02-04T10:32:16.831Z] Successfully built 566f8a8c8876 [2021-02-04T10:32:16.831Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T10:32:18.269Z]  Building docker-support-scheduler-go ... done  ---> e7c106f89dd7 [2021-02-04T10:32:18.269Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T10:32:19.254Z] ---> 93e3267d58c9 [2021-02-04T10:32:19.254Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T10:32:19.527Z] ---> Running in f4fe2d3ca3ac [2021-02-04T10:32:20.508Z] Removing intermediate container f4fe2d3ca3ac [2021-02-04T10:32:20.508Z] ---> a9d6c229b147 [2021-02-04T10:32:20.508Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:32:20.785Z] ---> Running in fb1ede6b7a4a [2021-02-04T10:32:21.389Z] Removing intermediate container fb1ede6b7a4a [2021-02-04T10:32:21.389Z] ---> e0ee81472d81 [2021-02-04T10:32:21.389Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T10:32:21.662Z] ---> Running in 8b4f50ee6ed1 [2021-02-04T10:32:22.258Z] Removing intermediate container 8b4f50ee6ed1 [2021-02-04T10:32:22.258Z] ---> 3d5a16c270cf [2021-02-04T10:32:22.258Z] Step 21/22 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:32:23.238Z] ---> Running in 3dff3e9e37ba [2021-02-04T10:32:24.684Z] Removing intermediate container 3dff3e9e37ba [2021-02-04T10:32:24.684Z] ---> 40554ee55366 [2021-02-04T10:32:24.684Z] Step 22/22 : LABEL version=2.0.0-dev.74 [2021-02-04T10:32:24.684Z] Removing intermediate container 238b5fc8e2cf [2021-02-04T10:32:24.684Z] ---> e6cf32c6874e [2021-02-04T10:32:24.684Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T10:32:24.684Z] ---> Running in 06d352f68408 [2021-02-04T10:32:24.955Z] ---> Running in 9620a9cdcab0 [2021-02-04T10:32:25.565Z] Removing intermediate container 06d352f68408 [2021-02-04T10:32:25.565Z] ---> 3f4868ee2c19 [2021-02-04T10:32:25.565Z] [2021-02-04T10:32:25.838Z] Successfully built 3f4868ee2c19 [2021-02-04T10:32:25.838Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T10:32:26.433Z]  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.74" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T10:32:29.041Z] Removing intermediate container 9620a9cdcab0 [2021-02-04T10:32:29.041Z] ---> 59eb9623d8d0 [2021-02-04T10:32:29.041Z] [2021-02-04T10:32:29.041Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T10:32:29.041Z] 20.10.0: Pulling from library/docker [2021-02-04T10:32:39.192Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T10:32:39.192Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T10:32:39.192Z] ---> eeaf43b92773 [2021-02-04T10:32:39.192Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T10:32:39.786Z] ---> Running in 7df7e7d76c53 [2021-02-04T10:32:40.381Z] Removing intermediate container f2d732b7ad92 [2021-02-04T10:32:40.381Z] ---> ef6fde1a57f5 [2021-02-04T10:32:40.381Z] [2021-02-04T10:32:40.381Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:32:40.381Z] ---> afeebe901d6b [2021-02-04T10:32:40.381Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T10:32:40.655Z] ---> Running in d6eb8137d5a1 [2021-02-04T10:32:40.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:32:40.932Z] Removing intermediate container d6eb8137d5a1 [2021-02-04T10:32:40.932Z] ---> eb7dc3026817 [2021-02-04T10:32:40.932Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T10:32:41.208Z] ---> Running in 6721bf52e83f [2021-02-04T10:32:41.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:32:41.478Z] Removing intermediate container 6721bf52e83f [2021-02-04T10:32:41.478Z] ---> 03e58ebc895f [2021-02-04T10:32:41.478Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T10:32:41.753Z] ---> Running in 7fd94cb8163a [2021-02-04T10:32:41.753Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T10:32:41.753Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T10:32:41.753Z] Executing bash-5.0.17-r0.post-install [2021-02-04T10:32:41.753Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:42.038Z] OK: 12 MiB in 22 packages [2021-02-04T10:32:42.038Z] Removing intermediate container 7fd94cb8163a [2021-02-04T10:32:42.038Z] ---> 0393b8cdeb23 [2021-02-04T10:32:42.038Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:32:42.313Z] ---> Running in 29648c70ca83 [2021-02-04T10:32:43.285Z] Removing intermediate container 7df7e7d76c53 [2021-02-04T10:32:43.285Z] ---> 1cc864287205 [2021-02-04T10:32:43.285Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T10:32:43.562Z] ---> Running in 2b4ed5824640 [2021-02-04T10:32:43.852Z] Removing intermediate container 2b4ed5824640 [2021-02-04T10:32:43.853Z] ---> d90a431ce1cf [2021-02-04T10:32:43.853Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T10:32:44.128Z] ---> Running in d32dfbc571ee [2021-02-04T10:32:44.741Z] Removing intermediate container 29648c70ca83 [2021-02-04T10:32:44.741Z] ---> 9695671125be [2021-02-04T10:32:44.741Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T10:32:44.741Z] Removing intermediate container d32dfbc571ee [2021-02-04T10:32:44.741Z] ---> c18b36ba0336 [2021-02-04T10:32:44.741Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T10:32:44.741Z] ---> Running in 1be4c79e8acb [2021-02-04T10:32:44.741Z] ---> Running in 55b54e795c8d [2021-02-04T10:32:45.332Z] Removing intermediate container 1be4c79e8acb [2021-02-04T10:32:45.332Z] ---> 7313f13ec354 [2021-02-04T10:32:45.332Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T10:32:45.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:32:46.520Z] ---> 3c49d5cd104b [2021-02-04T10:32:46.520Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T10:32:46.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:32:47.402Z] ---> d700ebc6c96c [2021-02-04T10:32:47.402Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T10:32:47.675Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T10:32:47.947Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T10:32:47.947Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T10:32:48.225Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T10:32:48.225Z] ---> 58c415bc5395 [2021-02-04T10:32:48.225Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T10:32:48.497Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T10:32:48.497Z] ---> Running in 40bea074e12f [2021-02-04T10:32:48.497Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T10:32:48.773Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:48.773Z] OK: 8 MiB in 20 packages [2021-02-04T10:32:49.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:32:50.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:32:50.042Z] Removing intermediate container 55b54e795c8d [2021-02-04T10:32:50.042Z] ---> 18ceec545bb9 [2021-02-04T10:32:50.042Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:32:50.321Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T10:32:50.594Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T10:32:50.594Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T10:32:50.594Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T10:32:50.594Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T10:32:50.594Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T10:32:50.594Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T10:32:51.191Z] ---> 9d3924575248 [2021-02-04T10:32:51.191Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T10:32:52.621Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T10:32:52.621Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T10:32:52.621Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T10:32:52.621Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T10:32:52.621Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T10:32:52.621Z] ---> c5a4bf16832b [2021-02-04T10:32:52.621Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T10:32:52.621Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T10:32:52.892Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T10:32:52.892Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T10:32:52.892Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T10:32:52.892Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T10:32:53.166Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T10:32:53.166Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T10:32:53.166Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T10:32:53.166Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T10:32:53.166Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T10:32:53.166Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T10:32:53.166Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T10:32:53.166Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T10:32:53.166Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T10:32:53.435Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T10:32:53.435Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T10:32:53.435Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T10:32:53.435Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T10:32:53.435Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T10:32:53.435Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T10:32:53.435Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T10:32:53.705Z] ---> 07428fbf13e4 [2021-02-04T10:32:53.705Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T10:32:53.705Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:53.705Z] OK: 71 MiB in 55 packages [2021-02-04T10:32:53.705Z] ---> Running in 4465df65f25c [2021-02-04T10:32:54.305Z] Removing intermediate container 4465df65f25c [2021-02-04T10:32:54.305Z] ---> ee1c091bf3f7 [2021-02-04T10:32:54.305Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:32:54.580Z] ---> Running in 64eea015304c [2021-02-04T10:32:55.175Z] Removing intermediate container 64eea015304c [2021-02-04T10:32:55.175Z] ---> 6da729e9c834 [2021-02-04T10:32:55.175Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T10:32:55.447Z] ---> Running in 0f93c777e0c7 [2021-02-04T10:32:56.056Z] Removing intermediate container 0f93c777e0c7 [2021-02-04T10:32:56.056Z] ---> 8a4805994ea2 [2021-02-04T10:32:56.056Z] Step 22/23 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:32:56.056Z] ---> Running in dd48737f0213 [2021-02-04T10:32:56.660Z] Removing intermediate container dd48737f0213 [2021-02-04T10:32:56.660Z] ---> 5c2beb72e823 [2021-02-04T10:32:56.660Z] Step 23/23 : LABEL version=2.0.0-dev.74 [2021-02-04T10:32:56.935Z] ---> Running in 2482b5f8ada8 [2021-02-04T10:32:57.532Z] Removing intermediate container 2482b5f8ada8 [2021-02-04T10:32:57.532Z] ---> c04ec7f7464f [2021-02-04T10:32:57.532Z] [2021-02-04T10:32:58.127Z] Successfully built c04ec7f7464f [2021-02-04T10:32:58.127Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T10:32:59.555Z]  Building docker-core-data-go ... done Removing intermediate container 40bea074e12f [2021-02-04T10:32:59.555Z] ---> ae3b707f6ab0 [2021-02-04T10:32:59.555Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T10:32:59.555Z] ---> Running in ba9b7cd3abce [2021-02-04T10:33:03.841Z] Collecting docker-compose==1.23.2 [2021-02-04T10:33:03.841Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T10:33:04.812Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T10:33:04.812Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T10:33:04.812Z] 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-02-04T10:33:05.082Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T10:33:05.082Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T10:33:07.047Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T10:33:07.047Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T10:33:10.444Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T10:33:10.444Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T10:33:10.734Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T10:33:10.734Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T10:33:11.744Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T10:33:11.744Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T10:33:13.173Z] Collecting PyYAML<4,>=3.10 [2021-02-04T10:33:13.173Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T10:33:16.546Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T10:33:16.546Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T10:33:16.546Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T10:33:16.546Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T10:33:18.509Z] 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-02-04T10:33:18.780Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T10:33:18.780Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T10:33:19.051Z] Collecting idna<2.8,>=2.5 [2021-02-04T10:33:19.320Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T10:33:19.320Z] 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-02-04T10:33:19.592Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T10:33:19.592Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T10:33:19.592Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T10:33:19.592Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T10:33:19.592Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T10:33:19.592Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T10:33:20.559Z] Installing collected packages: cached-property, docopt, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, texttable, docker-compose [2021-02-04T10:33:20.559Z] Running setup.py install for docopt: started [2021-02-04T10:33:22.516Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T10:33:22.516Z] Running setup.py install for dockerpty: started [2021-02-04T10:33:23.942Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T10:33:23.942Z] Attempting uninstall: urllib3 [2021-02-04T10:33:23.942Z] Found existing installation: urllib3 1.25.9 [2021-02-04T10:33:23.942Z] Uninstalling urllib3-1.25.9: [2021-02-04T10:33:24.212Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T10:33:24.805Z] Attempting uninstall: idna [2021-02-04T10:33:24.805Z] Found existing installation: idna 2.9 [2021-02-04T10:33:24.805Z] Uninstalling idna-2.9: [2021-02-04T10:33:24.805Z] Successfully uninstalled idna-2.9 [2021-02-04T10:33:25.396Z] Attempting uninstall: requests [2021-02-04T10:33:25.396Z] Found existing installation: requests 2.23.0 [2021-02-04T10:33:25.396Z] Uninstalling requests-2.23.0: [2021-02-04T10:33:25.396Z] Successfully uninstalled requests-2.23.0 [2021-02-04T10:33:26.821Z] Running setup.py install for PyYAML: started [2021-02-04T10:33:28.790Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T10:33:29.061Z] Running setup.py install for texttable: started [2021-02-04T10:33:31.022Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T10:33:31.617Z] 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-02-04T10:33:35.928Z] Removing intermediate container ba9b7cd3abce [2021-02-04T10:33:35.928Z] ---> 10770221e142 [2021-02-04T10:33:35.928Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T10:33:35.928Z] ---> Running in 10bd3f501772 [2021-02-04T10:33:36.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:33:36.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:33:37.413Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:33:37.413Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T10:33:37.413Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T10:33:37.413Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:33:37.413Z] OK: 71 MiB in 58 packages [2021-02-04T10:33:38.864Z] Removing intermediate container 10bd3f501772 [2021-02-04T10:33:38.864Z] ---> e40dc6ec8aa0 [2021-02-04T10:33:38.864Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T10:33:38.864Z] ---> Running in b721449d540a [2021-02-04T10:33:39.470Z] Removing intermediate container b721449d540a [2021-02-04T10:33:39.470Z] ---> b012e608c614 [2021-02-04T10:33:39.470Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:33:39.470Z] ---> Running in 2e1ab410ee87 [2021-02-04T10:33:40.069Z] Removing intermediate container 2e1ab410ee87 [2021-02-04T10:33:40.069Z] ---> 8912dce8fdcc [2021-02-04T10:33:40.069Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T10:33:40.069Z] ---> Running in d56e07b7c56b [2021-02-04T10:33:40.667Z] Removing intermediate container d56e07b7c56b [2021-02-04T10:33:40.667Z] ---> e59d88235e11 [2021-02-04T10:33:40.667Z] Step 25/26 : LABEL git_sha=8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:33:40.940Z] ---> Running in 5e36f7b87bc1 [2021-02-04T10:33:41.216Z] Removing intermediate container 5e36f7b87bc1 [2021-02-04T10:33:41.216Z] ---> c414b521a51b [2021-02-04T10:33:41.216Z] Step 26/26 : LABEL version=2.0.0-dev.74 [2021-02-04T10:33:41.492Z] ---> Running in 304af5c0ac05 [2021-02-04T10:33:41.766Z] Removing intermediate container 304af5c0ac05 [2021-02-04T10:33:41.766Z] ---> 54237f6b731f [2021-02-04T10:33:41.766Z] [2021-02-04T10:33:42.369Z] Successfully built 54237f6b731f [2021-02-04T10:33:42.369Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T10:33:42.661Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T10:33:42.661Z] $ docker stop --time=1 c91d64d4e7d5a892e45a9d917cb59ad9081ad785495f0ea2df2b5f13b1abc201 [2021-02-04T10:33:44.606Z] $ docker rm -f c91d64d4e7d5a892e45a9d917cb59ad9081ad785495f0ea2df2b5f13b1abc201 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:33:45.570Z] + docker images [2021-02-04T10:33:45.570Z] + grep docker [2021-02-04T10:33:45.842Z] docker-sys-mgmt-agent-go-arm64 latest 54237f6b731f 4 seconds ago 300MB [2021-02-04T10:33:45.842Z] docker-core-data-go-arm64 latest c04ec7f7464f 48 seconds ago 21MB [2021-02-04T10:33:45.842Z] docker-support-notifications-go-arm64 latest 3f4868ee2c19 About a minute ago 16.7MB [2021-02-04T10:33:45.842Z] docker-support-scheduler-go-arm64 latest 566f8a8c8876 About a minute ago 16.1MB [2021-02-04T10:33:45.842Z] docker-security-bootstrapper-go-arm64 latest 4248b3504e39 3 minutes ago 22.6MB [2021-02-04T10:33:45.842Z] docker-core-metadata-go-arm64 latest 4bc5319ac769 3 minutes ago 17.7MB [2021-02-04T10:33:45.842Z] docker-core-command-go-arm64 latest 0f8c2c623f27 3 minutes ago 16MB [2021-02-04T10:33:45.842Z] docker-security-secretstore-setup-go-arm64 latest 14a4c536b27f 3 minutes ago 23.4MB [2021-02-04T10:33:45.842Z] docker-security-proxy-setup-go-arm64 latest adb5a76c8207 3 minutes ago 23.2MB [2021-02-04T10:33:45.842Z] docker 20.10.0 eeaf43b92773 7 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-02-04T10:33:46.878Z] provisioning config files... [2021-02-04T10:33:46.918Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/339@tmp/config2717888134377706280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:33:47.537Z] ---> docker-login.sh [2021-02-04T10:33:47.538Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:33:47.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:33:48.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:33:48.081Z] Configure a credential helper to remove this warning. See [2021-02-04T10:33:48.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:33:48.081Z] [2021-02-04T10:33:48.081Z] Login Succeeded [2021-02-04T10:33:48.081Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:33:48.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:33:48.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:33:48.631Z] Configure a credential helper to remove this warning. See [2021-02-04T10:33:48.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:33:48.631Z] [2021-02-04T10:33:48.631Z] Login Succeeded [2021-02-04T10:33:48.631Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:33:48.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:33:49.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:33:49.171Z] Configure a credential helper to remove this warning. See [2021-02-04T10:33:49.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:33:49.171Z] [2021-02-04T10:33:49.171Z] Login Succeeded [2021-02-04T10:33:49.171Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:33:49.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:33:49.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:33:49.763Z] Configure a credential helper to remove this warning. See [2021-02-04T10:33:49.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:33:49.763Z] [2021-02-04T10:33:49.763Z] Login Succeeded [2021-02-04T10:33:49.763Z] docker.io [2021-02-04T10:33:50.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:33:51.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:33:51.027Z] Configure a credential helper to remove this warning. See [2021-02-04T10:33:51.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:33:51.027Z] [2021-02-04T10:33:51.027Z] Login Succeeded [2021-02-04T10:33:51.027Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:33:51.043Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:33:51.438Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-04T10:33:51.438Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:33:51.438Z] 2.0.0-dev.74 [2021-02-04T10:33:51.438Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:33:51.438Z] master [2021-02-04T10:33:51.438Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:33:52.143Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:33:52.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:33:52.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T10:33:52.476Z] d38ef44faebe: Preparing [2021-02-04T10:33:52.476Z] 9873ece3fed0: Preparing [2021-02-04T10:33:52.476Z] 6a338a975c15: Preparing [2021-02-04T10:33:52.476Z] 108bcf1b8c08: Preparing [2021-02-04T10:33:52.476Z] 379067d0cb53: Preparing [2021-02-04T10:33:52.749Z] 379067d0cb53: Layer already exists [2021-02-04T10:33:52.749Z] d38ef44faebe: Pushed [2021-02-04T10:33:52.749Z] 6a338a975c15: Pushed [2021-02-04T10:33:52.749Z] 108bcf1b8c08: Pushed [2021-02-04T10:33:55.349Z] 9873ece3fed0: Pushed [2021-02-04T10:33:55.349Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:a9a7411839b716e4f8fb29c82c78491365a3f3bdd18db0acbf6d7abd7ebc66e9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:33:55.688Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:33:56.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.74 [2021-02-04T10:33:56.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T10:33:56.026Z] d38ef44faebe: Preparing [2021-02-04T10:33:56.026Z] 9873ece3fed0: Preparing [2021-02-04T10:33:56.026Z] 6a338a975c15: Preparing [2021-02-04T10:33:56.026Z] 108bcf1b8c08: Preparing [2021-02-04T10:33:56.026Z] 379067d0cb53: Preparing [2021-02-04T10:33:56.026Z] 379067d0cb53: Layer already exists [2021-02-04T10:33:56.026Z] 6a338a975c15: Layer already exists [2021-02-04T10:33:56.299Z] 9873ece3fed0: Layer already exists [2021-02-04T10:33:56.299Z] d38ef44faebe: Layer already exists [2021-02-04T10:33:56.299Z] 108bcf1b8c08: Layer already exists [2021-02-04T10:33:56.299Z] 2.0.0-dev.74: digest: sha256:a9a7411839b716e4f8fb29c82c78491365a3f3bdd18db0acbf6d7abd7ebc66e9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:33:56.667Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:33:57.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:33:57.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T10:33:57.020Z] d38ef44faebe: Preparing [2021-02-04T10:33:57.020Z] 9873ece3fed0: Preparing [2021-02-04T10:33:57.020Z] 6a338a975c15: Preparing [2021-02-04T10:33:57.020Z] 108bcf1b8c08: Preparing [2021-02-04T10:33:57.020Z] 379067d0cb53: Preparing [2021-02-04T10:33:57.020Z] 379067d0cb53: Layer already exists [2021-02-04T10:33:57.020Z] 6a338a975c15: Layer already exists [2021-02-04T10:33:57.020Z] 108bcf1b8c08: Layer already exists [2021-02-04T10:33:57.020Z] 9873ece3fed0: Layer already exists [2021-02-04T10:33:57.298Z] d38ef44faebe: Layer already exists [2021-02-04T10:33:57.298Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:a9a7411839b716e4f8fb29c82c78491365a3f3bdd18db0acbf6d7abd7ebc66e9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:33:57.677Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:33:58.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-04T10:33:58.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T10:33:58.051Z] d38ef44faebe: Preparing [2021-02-04T10:33:58.051Z] 9873ece3fed0: Preparing [2021-02-04T10:33:58.051Z] 6a338a975c15: Preparing [2021-02-04T10:33:58.051Z] 108bcf1b8c08: Preparing [2021-02-04T10:33:58.051Z] 379067d0cb53: Preparing [2021-02-04T10:33:58.051Z] 9873ece3fed0: Layer already exists [2021-02-04T10:33:58.051Z] 379067d0cb53: Layer already exists [2021-02-04T10:33:58.051Z] 108bcf1b8c08: Layer already exists [2021-02-04T10:33:58.051Z] 6a338a975c15: Layer already exists [2021-02-04T10:33:58.051Z] d38ef44faebe: Layer already exists [2021-02-04T10:33:58.328Z] master: digest: sha256:a9a7411839b716e4f8fb29c82c78491365a3f3bdd18db0acbf6d7abd7ebc66e9 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:33:58.752Z] ===================================================== [Pipeline] echo [2021-02-04T10:33:58.864Z] taggedImages: [2021-02-04T10:33:58.864Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:33:58.864Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.74 [2021-02-04T10:33:58.864Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:33:58.864Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-04T10:33:58.990Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-04T10:33:58.990Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:33:58.990Z] 2.0.0-dev.74 [2021-02-04T10:33:58.990Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:33:58.990Z] master [2021-02-04T10:33:58.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:33:59.721Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:00.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:00.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T10:34:00.079Z] d32f145ddf77: Preparing [2021-02-04T10:34:00.079Z] b8e3a68f3fd0: Preparing [2021-02-04T10:34:00.079Z] 6a338a975c15: Preparing [2021-02-04T10:34:00.079Z] 74ae2838214e: Preparing [2021-02-04T10:34:00.079Z] 047d46f4ba22: Preparing [2021-02-04T10:34:00.079Z] 379067d0cb53: Preparing [2021-02-04T10:34:00.079Z] 379067d0cb53: Waiting [2021-02-04T10:34:00.394Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:00.394Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:00.394Z] d32f145ddf77: Pushed [2021-02-04T10:34:00.394Z] 047d46f4ba22: Pushed [2021-02-04T10:34:01.369Z] 74ae2838214e: Pushed [2021-02-04T10:34:03.327Z] b8e3a68f3fd0: Pushed [2021-02-04T10:34:03.598Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:80356ba8931214df654c2c16bf01ac304d3358d7ecce1c7dfaf794646965a8b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:03.940Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:04.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:04.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T10:34:04.277Z] d32f145ddf77: Preparing [2021-02-04T10:34:04.277Z] b8e3a68f3fd0: Preparing [2021-02-04T10:34:04.277Z] 6a338a975c15: Preparing [2021-02-04T10:34:04.277Z] 74ae2838214e: Preparing [2021-02-04T10:34:04.277Z] 047d46f4ba22: Preparing [2021-02-04T10:34:04.277Z] 379067d0cb53: Preparing [2021-02-04T10:34:04.277Z] 379067d0cb53: Waiting [2021-02-04T10:34:04.277Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:04.277Z] d32f145ddf77: Layer already exists [2021-02-04T10:34:04.277Z] b8e3a68f3fd0: Layer already exists [2021-02-04T10:34:04.277Z] 74ae2838214e: Layer already exists [2021-02-04T10:34:04.549Z] 047d46f4ba22: Layer already exists [2021-02-04T10:34:04.549Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:04.549Z] 2.0.0-dev.74: digest: sha256:80356ba8931214df654c2c16bf01ac304d3358d7ecce1c7dfaf794646965a8b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:04.891Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:05.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:05.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T10:34:05.229Z] d32f145ddf77: Preparing [2021-02-04T10:34:05.229Z] b8e3a68f3fd0: Preparing [2021-02-04T10:34:05.229Z] 6a338a975c15: Preparing [2021-02-04T10:34:05.229Z] 74ae2838214e: Preparing [2021-02-04T10:34:05.229Z] 047d46f4ba22: Preparing [2021-02-04T10:34:05.229Z] 379067d0cb53: Preparing [2021-02-04T10:34:05.229Z] 379067d0cb53: Waiting [2021-02-04T10:34:05.502Z] 74ae2838214e: Layer already exists [2021-02-04T10:34:05.502Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:05.502Z] d32f145ddf77: Layer already exists [2021-02-04T10:34:05.502Z] 047d46f4ba22: Layer already exists [2021-02-04T10:34:05.502Z] b8e3a68f3fd0: Layer already exists [2021-02-04T10:34:05.502Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:05.502Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:80356ba8931214df654c2c16bf01ac304d3358d7ecce1c7dfaf794646965a8b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:05.847Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:06.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-04T10:34:06.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T10:34:06.185Z] d32f145ddf77: Preparing [2021-02-04T10:34:06.185Z] b8e3a68f3fd0: Preparing [2021-02-04T10:34:06.185Z] 6a338a975c15: Preparing [2021-02-04T10:34:06.185Z] 74ae2838214e: Preparing [2021-02-04T10:34:06.185Z] 047d46f4ba22: Preparing [2021-02-04T10:34:06.185Z] 379067d0cb53: Preparing [2021-02-04T10:34:06.185Z] 379067d0cb53: Waiting [2021-02-04T10:34:06.185Z] 74ae2838214e: Layer already exists [2021-02-04T10:34:06.185Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:06.185Z] b8e3a68f3fd0: Layer already exists [2021-02-04T10:34:06.455Z] d32f145ddf77: Layer already exists [2021-02-04T10:34:06.455Z] 047d46f4ba22: Layer already exists [2021-02-04T10:34:06.455Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:06.455Z] master: digest: sha256:80356ba8931214df654c2c16bf01ac304d3358d7ecce1c7dfaf794646965a8b1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:34:06.830Z] ===================================================== [Pipeline] echo [2021-02-04T10:34:06.920Z] taggedImages: [2021-02-04T10:34:06.920Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:06.920Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:06.920Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:06.920Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-04T10:34:07.059Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-04T10:34:07.059Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:07.059Z] 2.0.0-dev.74 [2021-02-04T10:34:07.059Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:07.059Z] master [2021-02-04T10:34:07.059Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:07.792Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:08.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:08.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T10:34:08.149Z] eddc22571809: Preparing [2021-02-04T10:34:08.149Z] d5288897a811: Preparing [2021-02-04T10:34:08.149Z] 6a338a975c15: Preparing [2021-02-04T10:34:08.149Z] 108bcf1b8c08: Preparing [2021-02-04T10:34:08.149Z] 379067d0cb53: Preparing [2021-02-04T10:34:08.431Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:08.432Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:08.432Z] 108bcf1b8c08: Layer already exists [2021-02-04T10:34:08.432Z] eddc22571809: Pushed [2021-02-04T10:34:11.797Z] d5288897a811: Pushed [2021-02-04T10:34:11.797Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:21eeb1e1ec6ecbadbe13f4bf1fa4250f2e3962ffbf7c38b7de340b25001dd001 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:12.146Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:12.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:12.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T10:34:12.499Z] eddc22571809: Preparing [2021-02-04T10:34:12.499Z] d5288897a811: Preparing [2021-02-04T10:34:12.499Z] 6a338a975c15: Preparing [2021-02-04T10:34:12.499Z] 108bcf1b8c08: Preparing [2021-02-04T10:34:12.499Z] 379067d0cb53: Preparing [2021-02-04T10:34:12.499Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:12.499Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:12.770Z] d5288897a811: Layer already exists [2021-02-04T10:34:12.770Z] eddc22571809: Layer already exists [2021-02-04T10:34:12.770Z] 108bcf1b8c08: Layer already exists [2021-02-04T10:34:12.770Z] 2.0.0-dev.74: digest: sha256:21eeb1e1ec6ecbadbe13f4bf1fa4250f2e3962ffbf7c38b7de340b25001dd001 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:13.111Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:13.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:13.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T10:34:13.443Z] eddc22571809: Preparing [2021-02-04T10:34:13.443Z] d5288897a811: Preparing [2021-02-04T10:34:13.443Z] 6a338a975c15: Preparing [2021-02-04T10:34:13.443Z] 108bcf1b8c08: Preparing [2021-02-04T10:34:13.443Z] 379067d0cb53: Preparing [2021-02-04T10:34:13.714Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:13.714Z] eddc22571809: Layer already exists [2021-02-04T10:34:13.714Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:13.714Z] d5288897a811: Layer already exists [2021-02-04T10:34:13.714Z] 108bcf1b8c08: Layer already exists [2021-02-04T10:34:13.714Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:21eeb1e1ec6ecbadbe13f4bf1fa4250f2e3962ffbf7c38b7de340b25001dd001 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:14.055Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:14.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-04T10:34:14.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T10:34:14.392Z] eddc22571809: Preparing [2021-02-04T10:34:14.392Z] d5288897a811: Preparing [2021-02-04T10:34:14.392Z] 6a338a975c15: Preparing [2021-02-04T10:34:14.392Z] 108bcf1b8c08: Preparing [2021-02-04T10:34:14.392Z] 379067d0cb53: Preparing [2021-02-04T10:34:14.392Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:14.392Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:14.392Z] d5288897a811: Layer already exists [2021-02-04T10:34:14.392Z] 108bcf1b8c08: Layer already exists [2021-02-04T10:34:14.392Z] eddc22571809: Layer already exists [2021-02-04T10:34:14.666Z] master: digest: sha256:21eeb1e1ec6ecbadbe13f4bf1fa4250f2e3962ffbf7c38b7de340b25001dd001 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:34:15.054Z] ===================================================== [Pipeline] echo [2021-02-04T10:34:15.151Z] taggedImages: [2021-02-04T10:34:15.151Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:15.151Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:15.151Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:15.151Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-04T10:34:15.274Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-04T10:34:15.274Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:15.274Z] 2.0.0-dev.74 [2021-02-04T10:34:15.274Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:15.274Z] master [2021-02-04T10:34:15.274Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:16.008Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:16.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:16.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T10:34:16.348Z] febbc1114d42: Preparing [2021-02-04T10:34:16.348Z] febbc1114d42: Preparing [2021-02-04T10:34:16.348Z] df5ca44fda8e: Preparing [2021-02-04T10:34:16.348Z] a170c1fbb0cb: Preparing [2021-02-04T10:34:16.348Z] 23be10a3cb32: Preparing [2021-02-04T10:34:16.348Z] 5edac0bf4b96: Preparing [2021-02-04T10:34:16.348Z] 6a338a975c15: Preparing [2021-02-04T10:34:16.348Z] 3e267d5696fa: Preparing [2021-02-04T10:34:16.348Z] 3e267d5696fa: Preparing [2021-02-04T10:34:16.348Z] 94fdf91d53d2: Preparing [2021-02-04T10:34:16.348Z] 7c205e2fd15f: Preparing [2021-02-04T10:34:16.348Z] 379067d0cb53: Preparing [2021-02-04T10:34:16.348Z] 3e267d5696fa: Waiting [2021-02-04T10:34:16.348Z] 94fdf91d53d2: Waiting [2021-02-04T10:34:16.348Z] 7c205e2fd15f: Waiting [2021-02-04T10:34:16.348Z] 379067d0cb53: Waiting [2021-02-04T10:34:16.348Z] 6a338a975c15: Waiting [2021-02-04T10:34:16.628Z] febbc1114d42: Pushed [2021-02-04T10:34:16.628Z] 23be10a3cb32: Pushed [2021-02-04T10:34:16.628Z] df5ca44fda8e: Pushed [2021-02-04T10:34:16.628Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:16.904Z] 3e267d5696fa: Pushed [2021-02-04T10:34:16.904Z] 94fdf91d53d2: Pushed [2021-02-04T10:34:16.904Z] 7c205e2fd15f: Pushed [2021-02-04T10:34:16.904Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:18.869Z] a170c1fbb0cb: Pushed [2021-02-04T10:34:18.870Z] 5edac0bf4b96: Pushed [2021-02-04T10:34:20.285Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:e02a266c437280b46f98e29aefb641a71d093b52955d6040c517b7f6817d9d48 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:20.627Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:20.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:20.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T10:34:20.965Z] febbc1114d42: Preparing [2021-02-04T10:34:20.965Z] febbc1114d42: Preparing [2021-02-04T10:34:20.965Z] df5ca44fda8e: Preparing [2021-02-04T10:34:20.965Z] a170c1fbb0cb: Preparing [2021-02-04T10:34:20.965Z] 23be10a3cb32: Preparing [2021-02-04T10:34:20.965Z] 5edac0bf4b96: Preparing [2021-02-04T10:34:20.965Z] 6a338a975c15: Preparing [2021-02-04T10:34:20.965Z] 3e267d5696fa: Preparing [2021-02-04T10:34:20.965Z] 3e267d5696fa: Preparing [2021-02-04T10:34:20.965Z] 94fdf91d53d2: Preparing [2021-02-04T10:34:20.965Z] 7c205e2fd15f: Preparing [2021-02-04T10:34:20.965Z] 379067d0cb53: Preparing [2021-02-04T10:34:20.965Z] 6a338a975c15: Waiting [2021-02-04T10:34:20.965Z] 3e267d5696fa: Waiting [2021-02-04T10:34:20.965Z] 94fdf91d53d2: Waiting [2021-02-04T10:34:20.965Z] 7c205e2fd15f: Waiting [2021-02-04T10:34:20.965Z] 379067d0cb53: Waiting [2021-02-04T10:34:20.966Z] 23be10a3cb32: Layer already exists [2021-02-04T10:34:20.966Z] df5ca44fda8e: Layer already exists [2021-02-04T10:34:20.966Z] a170c1fbb0cb: Layer already exists [2021-02-04T10:34:20.966Z] febbc1114d42: Layer already exists [2021-02-04T10:34:21.237Z] 5edac0bf4b96: Layer already exists [2021-02-04T10:34:21.237Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:21.237Z] 3e267d5696fa: Layer already exists [2021-02-04T10:34:21.237Z] 94fdf91d53d2: Layer already exists [2021-02-04T10:34:21.237Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:21.237Z] 7c205e2fd15f: Layer already exists [2021-02-04T10:34:21.237Z] 2.0.0-dev.74: digest: sha256:e02a266c437280b46f98e29aefb641a71d093b52955d6040c517b7f6817d9d48 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:21.578Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:21.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:21.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T10:34:21.912Z] febbc1114d42: Preparing [2021-02-04T10:34:21.912Z] febbc1114d42: Preparing [2021-02-04T10:34:21.912Z] df5ca44fda8e: Preparing [2021-02-04T10:34:21.912Z] a170c1fbb0cb: Preparing [2021-02-04T10:34:21.912Z] 23be10a3cb32: Preparing [2021-02-04T10:34:21.912Z] 5edac0bf4b96: Preparing [2021-02-04T10:34:21.912Z] 6a338a975c15: Preparing [2021-02-04T10:34:21.912Z] 3e267d5696fa: Preparing [2021-02-04T10:34:21.912Z] 3e267d5696fa: Preparing [2021-02-04T10:34:21.912Z] 94fdf91d53d2: Preparing [2021-02-04T10:34:21.912Z] 7c205e2fd15f: Preparing [2021-02-04T10:34:21.912Z] 379067d0cb53: Preparing [2021-02-04T10:34:21.912Z] 6a338a975c15: Waiting [2021-02-04T10:34:21.912Z] 3e267d5696fa: Waiting [2021-02-04T10:34:21.912Z] 94fdf91d53d2: Waiting [2021-02-04T10:34:21.912Z] 7c205e2fd15f: Waiting [2021-02-04T10:34:21.912Z] 379067d0cb53: Waiting [2021-02-04T10:34:21.912Z] febbc1114d42: Layer already exists [2021-02-04T10:34:21.912Z] df5ca44fda8e: Layer already exists [2021-02-04T10:34:21.912Z] 5edac0bf4b96: Layer already exists [2021-02-04T10:34:21.912Z] 23be10a3cb32: Layer already exists [2021-02-04T10:34:21.912Z] a170c1fbb0cb: Layer already exists [2021-02-04T10:34:22.182Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:22.182Z] 3e267d5696fa: Layer already exists [2021-02-04T10:34:22.182Z] 94fdf91d53d2: Layer already exists [2021-02-04T10:34:22.182Z] 7c205e2fd15f: Layer already exists [2021-02-04T10:34:22.182Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:22.182Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:e02a266c437280b46f98e29aefb641a71d093b52955d6040c517b7f6817d9d48 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:22.524Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:22.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-04T10:34:22.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T10:34:22.856Z] febbc1114d42: Preparing [2021-02-04T10:34:22.856Z] febbc1114d42: Preparing [2021-02-04T10:34:22.856Z] df5ca44fda8e: Preparing [2021-02-04T10:34:22.856Z] a170c1fbb0cb: Preparing [2021-02-04T10:34:22.856Z] 23be10a3cb32: Preparing [2021-02-04T10:34:22.856Z] 5edac0bf4b96: Preparing [2021-02-04T10:34:22.856Z] 6a338a975c15: Preparing [2021-02-04T10:34:22.856Z] 3e267d5696fa: Preparing [2021-02-04T10:34:22.856Z] 3e267d5696fa: Preparing [2021-02-04T10:34:22.856Z] 94fdf91d53d2: Preparing [2021-02-04T10:34:22.856Z] 7c205e2fd15f: Preparing [2021-02-04T10:34:22.856Z] 379067d0cb53: Preparing [2021-02-04T10:34:22.856Z] 94fdf91d53d2: Waiting [2021-02-04T10:34:22.856Z] 7c205e2fd15f: Waiting [2021-02-04T10:34:22.856Z] 379067d0cb53: Waiting [2021-02-04T10:34:22.856Z] 6a338a975c15: Waiting [2021-02-04T10:34:22.856Z] 3e267d5696fa: Waiting [2021-02-04T10:34:22.856Z] a170c1fbb0cb: Layer already exists [2021-02-04T10:34:22.856Z] 5edac0bf4b96: Layer already exists [2021-02-04T10:34:22.856Z] 23be10a3cb32: Layer already exists [2021-02-04T10:34:22.856Z] df5ca44fda8e: Layer already exists [2021-02-04T10:34:22.856Z] febbc1114d42: Layer already exists [2021-02-04T10:34:23.125Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:23.125Z] 3e267d5696fa: Layer already exists [2021-02-04T10:34:23.125Z] 7c205e2fd15f: Layer already exists [2021-02-04T10:34:23.125Z] 94fdf91d53d2: Layer already exists [2021-02-04T10:34:23.125Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:23.125Z] master: digest: sha256:e02a266c437280b46f98e29aefb641a71d093b52955d6040c517b7f6817d9d48 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:34:23.518Z] ===================================================== [Pipeline] echo [2021-02-04T10:34:23.615Z] taggedImages: [2021-02-04T10:34:23.615Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:23.615Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:23.615Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:23.615Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-04T10:34:23.751Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-04T10:34:23.751Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:23.751Z] 2.0.0-dev.74 [2021-02-04T10:34:23.751Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:23.751Z] master [2021-02-04T10:34:23.751Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:24.474Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:24.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:24.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T10:34:24.865Z] eda4fe9a443f: Preparing [2021-02-04T10:34:24.865Z] 4b320920b1ad: Preparing [2021-02-04T10:34:24.865Z] 591e9d9e46d5: Preparing [2021-02-04T10:34:24.865Z] 45f4d4278423: Preparing [2021-02-04T10:34:24.865Z] 9f36082733a4: Preparing [2021-02-04T10:34:24.865Z] 379067d0cb53: Preparing [2021-02-04T10:34:24.865Z] 379067d0cb53: Waiting [2021-02-04T10:34:25.185Z] 45f4d4278423: Pushed [2021-02-04T10:34:25.185Z] 591e9d9e46d5: Pushed [2021-02-04T10:34:25.495Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:25.770Z] 9f36082733a4: Pushed [2021-02-04T10:34:27.200Z] 4b320920b1ad: Pushed [2021-02-04T10:34:27.471Z] eda4fe9a443f: Pushed [2021-02-04T10:34:27.745Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:6fd9b37cf093efd4d577b2103390db5b992fbdf4a146dd4578a8b9e2341b6c38 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:28.092Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:28.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:28.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T10:34:28.431Z] eda4fe9a443f: Preparing [2021-02-04T10:34:28.431Z] 4b320920b1ad: Preparing [2021-02-04T10:34:28.431Z] 591e9d9e46d5: Preparing [2021-02-04T10:34:28.431Z] 45f4d4278423: Preparing [2021-02-04T10:34:28.431Z] 9f36082733a4: Preparing [2021-02-04T10:34:28.431Z] 379067d0cb53: Preparing [2021-02-04T10:34:28.431Z] 379067d0cb53: Waiting [2021-02-04T10:34:28.431Z] 9f36082733a4: Layer already exists [2021-02-04T10:34:28.431Z] eda4fe9a443f: Layer already exists [2021-02-04T10:34:28.700Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:28.700Z] 591e9d9e46d5: Layer already exists [2021-02-04T10:34:28.700Z] 4b320920b1ad: Layer already exists [2021-02-04T10:34:28.700Z] 45f4d4278423: Layer already exists [2021-02-04T10:34:28.700Z] 2.0.0-dev.74: digest: sha256:6fd9b37cf093efd4d577b2103390db5b992fbdf4a146dd4578a8b9e2341b6c38 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:29.034Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:29.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:29.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T10:34:29.373Z] eda4fe9a443f: Preparing [2021-02-04T10:34:29.373Z] 4b320920b1ad: Preparing [2021-02-04T10:34:29.373Z] 591e9d9e46d5: Preparing [2021-02-04T10:34:29.373Z] 45f4d4278423: Preparing [2021-02-04T10:34:29.373Z] 9f36082733a4: Preparing [2021-02-04T10:34:29.373Z] 379067d0cb53: Preparing [2021-02-04T10:34:29.373Z] 379067d0cb53: Waiting [2021-02-04T10:34:29.373Z] eda4fe9a443f: Layer already exists [2021-02-04T10:34:29.373Z] 9f36082733a4: Layer already exists [2021-02-04T10:34:29.373Z] 4b320920b1ad: Layer already exists [2021-02-04T10:34:29.373Z] 45f4d4278423: Layer already exists [2021-02-04T10:34:29.373Z] 591e9d9e46d5: Layer already exists [2021-02-04T10:34:29.373Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:29.645Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:6fd9b37cf093efd4d577b2103390db5b992fbdf4a146dd4578a8b9e2341b6c38 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:29.996Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:30.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-04T10:34:30.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T10:34:30.329Z] eda4fe9a443f: Preparing [2021-02-04T10:34:30.329Z] 4b320920b1ad: Preparing [2021-02-04T10:34:30.329Z] 591e9d9e46d5: Preparing [2021-02-04T10:34:30.329Z] 45f4d4278423: Preparing [2021-02-04T10:34:30.329Z] 9f36082733a4: Preparing [2021-02-04T10:34:30.329Z] 379067d0cb53: Preparing [2021-02-04T10:34:30.329Z] 379067d0cb53: Waiting [2021-02-04T10:34:30.329Z] 591e9d9e46d5: Layer already exists [2021-02-04T10:34:30.329Z] 9f36082733a4: Layer already exists [2021-02-04T10:34:30.329Z] 45f4d4278423: Layer already exists [2021-02-04T10:34:30.329Z] eda4fe9a443f: Layer already exists [2021-02-04T10:34:30.329Z] 4b320920b1ad: Layer already exists [2021-02-04T10:34:30.329Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:30.601Z] master: digest: sha256:6fd9b37cf093efd4d577b2103390db5b992fbdf4a146dd4578a8b9e2341b6c38 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:34:31.001Z] ===================================================== [Pipeline] echo [2021-02-04T10:34:31.098Z] taggedImages: [2021-02-04T10:34:31.098Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:31.098Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:31.098Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:31.098Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-04T10:34:31.361Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-04T10:34:31.361Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:31.361Z] 2.0.0-dev.74 [2021-02-04T10:34:31.361Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:31.361Z] master [2021-02-04T10:34:31.361Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:32.082Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:32.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:32.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T10:34:32.414Z] 8deb7fd9cd10: Preparing [2021-02-04T10:34:32.414Z] c63833b16e68: Preparing [2021-02-04T10:34:32.414Z] 80427d005e50: Preparing [2021-02-04T10:34:32.414Z] 6b38704a173f: Preparing [2021-02-04T10:34:32.414Z] 080afde56c50: Preparing [2021-02-04T10:34:32.414Z] 4889472bb644: Preparing [2021-02-04T10:34:32.414Z] 5f529068216e: Preparing [2021-02-04T10:34:32.414Z] 2af610f52d70: Preparing [2021-02-04T10:34:32.414Z] 379067d0cb53: Preparing [2021-02-04T10:34:32.414Z] 4889472bb644: Waiting [2021-02-04T10:34:32.414Z] 5f529068216e: Waiting [2021-02-04T10:34:32.414Z] 2af610f52d70: Waiting [2021-02-04T10:34:32.414Z] 379067d0cb53: Waiting [2021-02-04T10:34:32.685Z] c63833b16e68: Pushed [2021-02-04T10:34:32.685Z] 080afde56c50: Pushed [2021-02-04T10:34:32.685Z] 8deb7fd9cd10: Pushed [2021-02-04T10:34:32.955Z] 4889472bb644: Pushed [2021-02-04T10:34:32.955Z] 5f529068216e: Pushed [2021-02-04T10:34:33.226Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:33.497Z] 2af610f52d70: Pushed [2021-02-04T10:34:34.923Z] 80427d005e50: Pushed [2021-02-04T10:34:34.923Z] 6b38704a173f: Pushed [2021-02-04T10:34:35.192Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:65fdba61181c824fd2c734b0f4352601ef3dc6d5c161db79345384cd25cbdd5e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:35.527Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:35.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:35.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T10:34:35.861Z] 8deb7fd9cd10: Preparing [2021-02-04T10:34:35.861Z] c63833b16e68: Preparing [2021-02-04T10:34:35.861Z] 80427d005e50: Preparing [2021-02-04T10:34:35.861Z] 6b38704a173f: Preparing [2021-02-04T10:34:35.861Z] 080afde56c50: Preparing [2021-02-04T10:34:35.861Z] 4889472bb644: Preparing [2021-02-04T10:34:35.861Z] 5f529068216e: Preparing [2021-02-04T10:34:35.861Z] 2af610f52d70: Preparing [2021-02-04T10:34:35.861Z] 379067d0cb53: Preparing [2021-02-04T10:34:35.861Z] 4889472bb644: Waiting [2021-02-04T10:34:35.861Z] 5f529068216e: Waiting [2021-02-04T10:34:35.861Z] 2af610f52d70: Waiting [2021-02-04T10:34:35.861Z] 379067d0cb53: Waiting [2021-02-04T10:34:36.131Z] 80427d005e50: Layer already exists [2021-02-04T10:34:36.131Z] 080afde56c50: Layer already exists [2021-02-04T10:34:36.131Z] c63833b16e68: Layer already exists [2021-02-04T10:34:36.131Z] 8deb7fd9cd10: Layer already exists [2021-02-04T10:34:36.131Z] 6b38704a173f: Layer already exists [2021-02-04T10:34:36.131Z] 5f529068216e: Layer already exists [2021-02-04T10:34:36.131Z] 4889472bb644: Layer already exists [2021-02-04T10:34:36.131Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:36.131Z] 2af610f52d70: Layer already exists [2021-02-04T10:34:36.131Z] 2.0.0-dev.74: digest: sha256:65fdba61181c824fd2c734b0f4352601ef3dc6d5c161db79345384cd25cbdd5e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:36.474Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:36.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:36.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T10:34:36.871Z] 8deb7fd9cd10: Preparing [2021-02-04T10:34:36.871Z] c63833b16e68: Preparing [2021-02-04T10:34:36.871Z] 80427d005e50: Preparing [2021-02-04T10:34:36.871Z] 6b38704a173f: Preparing [2021-02-04T10:34:36.871Z] 080afde56c50: Preparing [2021-02-04T10:34:36.871Z] 4889472bb644: Preparing [2021-02-04T10:34:36.871Z] 5f529068216e: Preparing [2021-02-04T10:34:36.871Z] 2af610f52d70: Preparing [2021-02-04T10:34:36.871Z] 379067d0cb53: Preparing [2021-02-04T10:34:36.871Z] 4889472bb644: Waiting [2021-02-04T10:34:36.871Z] 5f529068216e: Waiting [2021-02-04T10:34:36.871Z] 2af610f52d70: Waiting [2021-02-04T10:34:36.871Z] 379067d0cb53: Waiting [2021-02-04T10:34:37.159Z] 080afde56c50: Layer already exists [2021-02-04T10:34:37.159Z] c63833b16e68: Layer already exists [2021-02-04T10:34:37.159Z] 6b38704a173f: Layer already exists [2021-02-04T10:34:37.159Z] 8deb7fd9cd10: Layer already exists [2021-02-04T10:34:37.159Z] 80427d005e50: Layer already exists [2021-02-04T10:34:37.159Z] 5f529068216e: Layer already exists [2021-02-04T10:34:37.159Z] 2af610f52d70: Layer already exists [2021-02-04T10:34:37.159Z] 4889472bb644: Layer already exists [2021-02-04T10:34:37.159Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:37.159Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:65fdba61181c824fd2c734b0f4352601ef3dc6d5c161db79345384cd25cbdd5e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:37.518Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:37.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-04T10:34:37.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T10:34:37.879Z] 8deb7fd9cd10: Preparing [2021-02-04T10:34:37.879Z] c63833b16e68: Preparing [2021-02-04T10:34:37.879Z] 80427d005e50: Preparing [2021-02-04T10:34:37.879Z] 6b38704a173f: Preparing [2021-02-04T10:34:37.879Z] 080afde56c50: Preparing [2021-02-04T10:34:37.879Z] 4889472bb644: Preparing [2021-02-04T10:34:37.879Z] 5f529068216e: Preparing [2021-02-04T10:34:37.879Z] 2af610f52d70: Preparing [2021-02-04T10:34:37.879Z] 379067d0cb53: Preparing [2021-02-04T10:34:37.879Z] 4889472bb644: Waiting [2021-02-04T10:34:37.879Z] 5f529068216e: Waiting [2021-02-04T10:34:37.879Z] 2af610f52d70: Waiting [2021-02-04T10:34:37.879Z] 379067d0cb53: Waiting [2021-02-04T10:34:37.879Z] 80427d005e50: Layer already exists [2021-02-04T10:34:37.879Z] 080afde56c50: Layer already exists [2021-02-04T10:34:37.879Z] 6b38704a173f: Layer already exists [2021-02-04T10:34:37.879Z] 8deb7fd9cd10: Layer already exists [2021-02-04T10:34:37.879Z] c63833b16e68: Layer already exists [2021-02-04T10:34:38.148Z] 4889472bb644: Layer already exists [2021-02-04T10:34:38.148Z] 5f529068216e: Layer already exists [2021-02-04T10:34:38.148Z] 2af610f52d70: Layer already exists [2021-02-04T10:34:38.148Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:38.148Z] master: digest: sha256:65fdba61181c824fd2c734b0f4352601ef3dc6d5c161db79345384cd25cbdd5e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:34:38.706Z] ===================================================== [Pipeline] echo [2021-02-04T10:34:38.804Z] taggedImages: [2021-02-04T10:34:38.804Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:38.804Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:38.804Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:38.804Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-04T10:34:38.925Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-04T10:34:38.925Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:38.925Z] 2.0.0-dev.74 [2021-02-04T10:34:38.925Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:38.925Z] master [2021-02-04T10:34:38.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:39.834Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:40.187Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:40.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T10:34:40.187Z] 57db6317d9f1: Preparing [2021-02-04T10:34:40.187Z] 6fdc819498b2: Preparing [2021-02-04T10:34:40.187Z] 6a338a975c15: Preparing [2021-02-04T10:34:40.187Z] f246977d6ba3: Preparing [2021-02-04T10:34:40.187Z] 379067d0cb53: Preparing [2021-02-04T10:34:40.464Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:40.464Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:40.464Z] 57db6317d9f1: Pushed [2021-02-04T10:34:40.735Z] f246977d6ba3: Pushed [2021-02-04T10:34:42.697Z] 6fdc819498b2: Pushed [2021-02-04T10:34:42.967Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:320282799db8533dd0cedfb0154e2c4160b12925dd110ef294cee0f1f866c6bf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:43.306Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:43.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:43.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T10:34:43.639Z] 57db6317d9f1: Preparing [2021-02-04T10:34:43.639Z] 6fdc819498b2: Preparing [2021-02-04T10:34:43.639Z] 6a338a975c15: Preparing [2021-02-04T10:34:43.639Z] f246977d6ba3: Preparing [2021-02-04T10:34:43.639Z] 379067d0cb53: Preparing [2021-02-04T10:34:43.639Z] 57db6317d9f1: Layer already exists [2021-02-04T10:34:43.639Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:43.913Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:43.913Z] 6fdc819498b2: Layer already exists [2021-02-04T10:34:43.913Z] f246977d6ba3: Layer already exists [2021-02-04T10:34:43.913Z] 2.0.0-dev.74: digest: sha256:320282799db8533dd0cedfb0154e2c4160b12925dd110ef294cee0f1f866c6bf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:44.258Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:44.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:44.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T10:34:44.592Z] 57db6317d9f1: Preparing [2021-02-04T10:34:44.592Z] 6fdc819498b2: Preparing [2021-02-04T10:34:44.592Z] 6a338a975c15: Preparing [2021-02-04T10:34:44.592Z] f246977d6ba3: Preparing [2021-02-04T10:34:44.592Z] 379067d0cb53: Preparing [2021-02-04T10:34:44.864Z] f246977d6ba3: Layer already exists [2021-02-04T10:34:44.864Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:44.864Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:44.864Z] 6fdc819498b2: Layer already exists [2021-02-04T10:34:44.864Z] 57db6317d9f1: Layer already exists [2021-02-04T10:34:44.864Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:320282799db8533dd0cedfb0154e2c4160b12925dd110ef294cee0f1f866c6bf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:45.204Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:45.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-04T10:34:45.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T10:34:45.536Z] 57db6317d9f1: Preparing [2021-02-04T10:34:45.536Z] 6fdc819498b2: Preparing [2021-02-04T10:34:45.536Z] 6a338a975c15: Preparing [2021-02-04T10:34:45.536Z] f246977d6ba3: Preparing [2021-02-04T10:34:45.536Z] 379067d0cb53: Preparing [2021-02-04T10:34:45.536Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:45.536Z] 57db6317d9f1: Layer already exists [2021-02-04T10:34:45.812Z] 6fdc819498b2: Layer already exists [2021-02-04T10:34:45.812Z] f246977d6ba3: Layer already exists [2021-02-04T10:34:45.812Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:45.812Z] master: digest: sha256:320282799db8533dd0cedfb0154e2c4160b12925dd110ef294cee0f1f866c6bf size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:34:46.201Z] ===================================================== [Pipeline] echo [2021-02-04T10:34:46.308Z] taggedImages: [2021-02-04T10:34:46.308Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:46.308Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:46.308Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:46.308Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-04T10:34:46.441Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-04T10:34:46.441Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:46.441Z] 2.0.0-dev.74 [2021-02-04T10:34:46.441Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:46.441Z] master [2021-02-04T10:34:46.441Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:47.225Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:47.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:47.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T10:34:47.560Z] 27928eb9df88: Preparing [2021-02-04T10:34:47.560Z] bedf9862e14f: Preparing [2021-02-04T10:34:47.560Z] 6a338a975c15: Preparing [2021-02-04T10:34:47.560Z] 108bcf1b8c08: Preparing [2021-02-04T10:34:47.560Z] 379067d0cb53: Preparing [2021-02-04T10:34:47.834Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:47.834Z] 108bcf1b8c08: Layer already exists [2021-02-04T10:34:47.834Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:47.834Z] 27928eb9df88: Pushed [2021-02-04T10:34:50.443Z] bedf9862e14f: Pushed [2021-02-04T10:34:50.712Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:f065d7423b44cc35544393cda46349956e93baa03434c05cf108dca5b4aeb181 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:51.078Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:51.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:51.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T10:34:51.429Z] 27928eb9df88: Preparing [2021-02-04T10:34:51.429Z] bedf9862e14f: Preparing [2021-02-04T10:34:51.429Z] 6a338a975c15: Preparing [2021-02-04T10:34:51.429Z] 108bcf1b8c08: Preparing [2021-02-04T10:34:51.429Z] 379067d0cb53: Preparing [2021-02-04T10:34:51.429Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:51.429Z] 27928eb9df88: Layer already exists [2021-02-04T10:34:51.429Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:51.429Z] 108bcf1b8c08: Layer already exists [2021-02-04T10:34:51.429Z] bedf9862e14f: Layer already exists [2021-02-04T10:34:51.703Z] 2.0.0-dev.74: digest: sha256:f065d7423b44cc35544393cda46349956e93baa03434c05cf108dca5b4aeb181 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:52.085Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:52.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:52.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T10:34:52.423Z] 27928eb9df88: Preparing [2021-02-04T10:34:52.423Z] bedf9862e14f: Preparing [2021-02-04T10:34:52.423Z] 6a338a975c15: Preparing [2021-02-04T10:34:52.423Z] 108bcf1b8c08: Preparing [2021-02-04T10:34:52.423Z] 379067d0cb53: Preparing [2021-02-04T10:34:52.423Z] bedf9862e14f: Layer already exists [2021-02-04T10:34:52.423Z] 27928eb9df88: Layer already exists [2021-02-04T10:34:52.423Z] 108bcf1b8c08: Layer already exists [2021-02-04T10:34:52.423Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:52.423Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:52.691Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:f065d7423b44cc35544393cda46349956e93baa03434c05cf108dca5b4aeb181 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:53.029Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:53.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-04T10:34:53.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T10:34:53.365Z] 27928eb9df88: Preparing [2021-02-04T10:34:53.365Z] bedf9862e14f: Preparing [2021-02-04T10:34:53.365Z] 6a338a975c15: Preparing [2021-02-04T10:34:53.365Z] 108bcf1b8c08: Preparing [2021-02-04T10:34:53.365Z] 379067d0cb53: Preparing [2021-02-04T10:34:53.365Z] 379067d0cb53: Layer already exists [2021-02-04T10:34:53.365Z] 6a338a975c15: Layer already exists [2021-02-04T10:34:53.365Z] bedf9862e14f: Layer already exists [2021-02-04T10:34:53.365Z] 27928eb9df88: Layer already exists [2021-02-04T10:34:53.365Z] 108bcf1b8c08: Layer already exists [2021-02-04T10:34:53.634Z] master: digest: sha256:f065d7423b44cc35544393cda46349956e93baa03434c05cf108dca5b4aeb181 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:34:54.021Z] ===================================================== [Pipeline] echo [2021-02-04T10:34:54.153Z] taggedImages: [2021-02-04T10:34:54.153Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:54.153Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.74 [2021-02-04T10:34:54.153Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:54.153Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-04T10:34:54.270Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-04T10:34:54.271Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:54.271Z] 2.0.0-dev.74 [2021-02-04T10:34:54.271Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:34:54.271Z] master [2021-02-04T10:34:54.271Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:55.010Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:55.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:34:55.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T10:34:55.348Z] 89c1dabcf71d: Preparing [2021-02-04T10:34:55.348Z] ead1da08138d: Preparing [2021-02-04T10:34:55.348Z] 5818381b3b3f: Preparing [2021-02-04T10:34:55.348Z] ccc7f3c05b6d: Preparing [2021-02-04T10:34:55.348Z] 3ae1f58d71be: Preparing [2021-02-04T10:34:55.348Z] a10f94811d8a: Preparing [2021-02-04T10:34:55.348Z] 939b632d2935: Preparing [2021-02-04T10:34:55.348Z] 9ded3b6bb9b5: Preparing [2021-02-04T10:34:55.348Z] fa1afe8e6ed9: Preparing [2021-02-04T10:34:55.348Z] 87a09b4c083e: Preparing [2021-02-04T10:34:55.348Z] 0f74e9ff2a61: Preparing [2021-02-04T10:34:55.348Z] b122376c33c6: Preparing [2021-02-04T10:34:55.348Z] f8381ed47b22: Preparing [2021-02-04T10:34:55.348Z] e934a737d657: Preparing [2021-02-04T10:34:55.348Z] a10f94811d8a: Waiting [2021-02-04T10:34:55.348Z] 0f74e9ff2a61: Waiting [2021-02-04T10:34:55.348Z] f8381ed47b22: Waiting [2021-02-04T10:34:55.348Z] b122376c33c6: Waiting [2021-02-04T10:34:55.348Z] 939b632d2935: Waiting [2021-02-04T10:34:55.348Z] 9ded3b6bb9b5: Waiting [2021-02-04T10:34:55.348Z] 87a09b4c083e: Waiting [2021-02-04T10:34:55.348Z] fa1afe8e6ed9: Waiting [2021-02-04T10:34:55.948Z] 3ae1f58d71be: Pushed [2021-02-04T10:34:55.948Z] 89c1dabcf71d: Pushed [2021-02-04T10:34:56.539Z] ccc7f3c05b6d: Pushed [2021-02-04T10:34:56.539Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T10:34:56.812Z] fa1afe8e6ed9: Layer already exists [2021-02-04T10:34:56.812Z] 87a09b4c083e: Layer already exists [2021-02-04T10:34:56.812Z] 939b632d2935: Pushed [2021-02-04T10:34:56.812Z] 0f74e9ff2a61: Layer already exists [2021-02-04T10:34:56.812Z] b122376c33c6: Layer already exists [2021-02-04T10:34:56.812Z] f8381ed47b22: Layer already exists [2021-02-04T10:34:57.087Z] e934a737d657: Layer already exists [2021-02-04T10:34:57.361Z] ead1da08138d: Pushed [2021-02-04T10:34:58.328Z] a10f94811d8a: Pushed [2021-02-04T10:35:10.699Z] 5818381b3b3f: Pushed [2021-02-04T10:35:10.699Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3: digest: sha256:7135ef831cef068413a30047c2cdbe3624cc7c8a0c69d65e8c4fce2fa5795d90 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:35:11.038Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:35:11.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.74 [2021-02-04T10:35:11.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T10:35:11.373Z] 89c1dabcf71d: Preparing [2021-02-04T10:35:11.373Z] ead1da08138d: Preparing [2021-02-04T10:35:11.373Z] 5818381b3b3f: Preparing [2021-02-04T10:35:11.373Z] ccc7f3c05b6d: Preparing [2021-02-04T10:35:11.373Z] 3ae1f58d71be: Preparing [2021-02-04T10:35:11.373Z] a10f94811d8a: Preparing [2021-02-04T10:35:11.373Z] 939b632d2935: Preparing [2021-02-04T10:35:11.373Z] 9ded3b6bb9b5: Preparing [2021-02-04T10:35:11.373Z] fa1afe8e6ed9: Preparing [2021-02-04T10:35:11.373Z] 87a09b4c083e: Preparing [2021-02-04T10:35:11.373Z] 0f74e9ff2a61: Preparing [2021-02-04T10:35:11.373Z] b122376c33c6: Preparing [2021-02-04T10:35:11.373Z] f8381ed47b22: Preparing [2021-02-04T10:35:11.373Z] e934a737d657: Preparing [2021-02-04T10:35:11.373Z] fa1afe8e6ed9: Waiting [2021-02-04T10:35:11.373Z] 87a09b4c083e: Waiting [2021-02-04T10:35:11.373Z] 939b632d2935: Waiting [2021-02-04T10:35:11.373Z] 0f74e9ff2a61: Waiting [2021-02-04T10:35:11.373Z] b122376c33c6: Waiting [2021-02-04T10:35:11.373Z] f8381ed47b22: Waiting [2021-02-04T10:35:11.373Z] a10f94811d8a: Waiting [2021-02-04T10:35:11.373Z] e934a737d657: Waiting [2021-02-04T10:35:11.373Z] 9ded3b6bb9b5: Waiting [2021-02-04T10:35:11.643Z] ead1da08138d: Layer already exists [2021-02-04T10:35:11.643Z] 5818381b3b3f: Layer already exists [2021-02-04T10:35:11.643Z] 89c1dabcf71d: Layer already exists [2021-02-04T10:35:11.643Z] ccc7f3c05b6d: Layer already exists [2021-02-04T10:35:11.643Z] 3ae1f58d71be: Layer already exists [2021-02-04T10:35:11.643Z] 87a09b4c083e: Layer already exists [2021-02-04T10:35:11.643Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T10:35:11.643Z] a10f94811d8a: Layer already exists [2021-02-04T10:35:11.643Z] 939b632d2935: Layer already exists [2021-02-04T10:35:11.643Z] fa1afe8e6ed9: Layer already exists [2021-02-04T10:35:11.643Z] 0f74e9ff2a61: Layer already exists [2021-02-04T10:35:11.643Z] b122376c33c6: Layer already exists [2021-02-04T10:35:11.643Z] f8381ed47b22: Layer already exists [2021-02-04T10:35:11.643Z] e934a737d657: Layer already exists [2021-02-04T10:35:11.643Z] 2.0.0-dev.74: digest: sha256:7135ef831cef068413a30047c2cdbe3624cc7c8a0c69d65e8c4fce2fa5795d90 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:35:11.986Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:35:12.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:35:12.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T10:35:12.325Z] 89c1dabcf71d: Preparing [2021-02-04T10:35:12.325Z] ead1da08138d: Preparing [2021-02-04T10:35:12.325Z] 5818381b3b3f: Preparing [2021-02-04T10:35:12.325Z] ccc7f3c05b6d: Preparing [2021-02-04T10:35:12.325Z] 3ae1f58d71be: Preparing [2021-02-04T10:35:12.325Z] a10f94811d8a: Preparing [2021-02-04T10:35:12.325Z] 939b632d2935: Preparing [2021-02-04T10:35:12.325Z] 9ded3b6bb9b5: Preparing [2021-02-04T10:35:12.325Z] fa1afe8e6ed9: Preparing [2021-02-04T10:35:12.325Z] 87a09b4c083e: Preparing [2021-02-04T10:35:12.325Z] 0f74e9ff2a61: Preparing [2021-02-04T10:35:12.325Z] b122376c33c6: Preparing [2021-02-04T10:35:12.325Z] f8381ed47b22: Preparing [2021-02-04T10:35:12.325Z] e934a737d657: Preparing [2021-02-04T10:35:12.325Z] a10f94811d8a: Waiting [2021-02-04T10:35:12.325Z] 87a09b4c083e: Waiting [2021-02-04T10:35:12.325Z] 0f74e9ff2a61: Waiting [2021-02-04T10:35:12.325Z] b122376c33c6: Waiting [2021-02-04T10:35:12.325Z] f8381ed47b22: Waiting [2021-02-04T10:35:12.325Z] e934a737d657: Waiting [2021-02-04T10:35:12.325Z] fa1afe8e6ed9: Waiting [2021-02-04T10:35:12.325Z] 9ded3b6bb9b5: Waiting [2021-02-04T10:35:12.325Z] 89c1dabcf71d: Layer already exists [2021-02-04T10:35:12.598Z] 3ae1f58d71be: Layer already exists [2021-02-04T10:35:12.598Z] ccc7f3c05b6d: Layer already exists [2021-02-04T10:35:12.598Z] ead1da08138d: Layer already exists [2021-02-04T10:35:12.598Z] 5818381b3b3f: Layer already exists [2021-02-04T10:35:12.598Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T10:35:12.598Z] a10f94811d8a: Layer already exists [2021-02-04T10:35:12.598Z] 939b632d2935: Layer already exists [2021-02-04T10:35:12.598Z] fa1afe8e6ed9: Layer already exists [2021-02-04T10:35:12.598Z] 87a09b4c083e: Layer already exists [2021-02-04T10:35:12.598Z] f8381ed47b22: Layer already exists [2021-02-04T10:35:12.598Z] 0f74e9ff2a61: Layer already exists [2021-02-04T10:35:12.598Z] e934a737d657: Layer already exists [2021-02-04T10:35:12.598Z] b122376c33c6: Layer already exists [2021-02-04T10:35:12.598Z] 8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74: digest: sha256:7135ef831cef068413a30047c2cdbe3624cc7c8a0c69d65e8c4fce2fa5795d90 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:35:12.941Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:35:13.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-04T10:35:13.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T10:35:13.277Z] 89c1dabcf71d: Preparing [2021-02-04T10:35:13.277Z] ead1da08138d: Preparing [2021-02-04T10:35:13.277Z] 5818381b3b3f: Preparing [2021-02-04T10:35:13.277Z] ccc7f3c05b6d: Preparing [2021-02-04T10:35:13.277Z] 3ae1f58d71be: Preparing [2021-02-04T10:35:13.277Z] a10f94811d8a: Preparing [2021-02-04T10:35:13.277Z] 939b632d2935: Preparing [2021-02-04T10:35:13.277Z] 9ded3b6bb9b5: Preparing [2021-02-04T10:35:13.277Z] fa1afe8e6ed9: Preparing [2021-02-04T10:35:13.277Z] 87a09b4c083e: Preparing [2021-02-04T10:35:13.277Z] 0f74e9ff2a61: Preparing [2021-02-04T10:35:13.277Z] b122376c33c6: Preparing [2021-02-04T10:35:13.277Z] f8381ed47b22: Preparing [2021-02-04T10:35:13.277Z] e934a737d657: Preparing [2021-02-04T10:35:13.277Z] 939b632d2935: Waiting [2021-02-04T10:35:13.277Z] 9ded3b6bb9b5: Waiting [2021-02-04T10:35:13.277Z] fa1afe8e6ed9: Waiting [2021-02-04T10:35:13.277Z] 87a09b4c083e: Waiting [2021-02-04T10:35:13.277Z] a10f94811d8a: Waiting [2021-02-04T10:35:13.277Z] 0f74e9ff2a61: Waiting [2021-02-04T10:35:13.277Z] b122376c33c6: Waiting [2021-02-04T10:35:13.277Z] f8381ed47b22: Waiting [2021-02-04T10:35:13.277Z] e934a737d657: Waiting [2021-02-04T10:35:13.277Z] 3ae1f58d71be: Layer already exists [2021-02-04T10:35:13.277Z] ead1da08138d: Layer already exists [2021-02-04T10:35:13.277Z] 5818381b3b3f: Layer already exists [2021-02-04T10:35:13.277Z] 89c1dabcf71d: Layer already exists [2021-02-04T10:35:13.277Z] ccc7f3c05b6d: Layer already exists [2021-02-04T10:35:13.277Z] 939b632d2935: Layer already exists [2021-02-04T10:35:13.277Z] 87a09b4c083e: Layer already exists [2021-02-04T10:35:13.546Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T10:35:13.546Z] a10f94811d8a: Layer already exists [2021-02-04T10:35:13.546Z] fa1afe8e6ed9: Layer already exists [2021-02-04T10:35:13.546Z] e934a737d657: Layer already exists [2021-02-04T10:35:13.546Z] 0f74e9ff2a61: Layer already exists [2021-02-04T10:35:13.546Z] b122376c33c6: Layer already exists [2021-02-04T10:35:13.546Z] f8381ed47b22: Layer already exists [2021-02-04T10:35:13.546Z] master: digest: sha256:7135ef831cef068413a30047c2cdbe3624cc7c8a0c69d65e8c4fce2fa5795d90 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T10:35:14.210Z] ===================================================== [Pipeline] echo [2021-02-04T10:35:14.301Z] taggedImages: [2021-02-04T10:35:14.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [2021-02-04T10:35:14.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.74 [2021-02-04T10:35:14.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8244c76d4582c1e084a7074f1d4c4e33c3804ff3-2.0.0-dev.74 [2021-02-04T10:35:14.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-04T10:35:17.019Z] provisioning config files... [2021-02-04T10:35:17.030Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/339@tmp/config2851219028872818022tmp [Pipeline] { [Pipeline] sh [2021-02-04T10:35:17.578Z] + set +x [2021-02-04T10:35:17.578Z] + curl -s https://codecov.io/bash [2021-02-04T10:35:17.578Z] + bash -s -- [2021-02-04T10:35:18.153Z] [2021-02-04T10:35:18.153Z] _____ _ [2021-02-04T10:35:18.153Z] / ____| | | [2021-02-04T10:35:18.153Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T10:35:18.153Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T10:35:18.153Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T10:35:18.153Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T10:35:18.153Z] Bash-20210129-7c25fce [2021-02-04T10:35:18.153Z] [2021-02-04T10:35:18.153Z] [2021-02-04T10:35:18.153Z] ==> git version 2.24.3 found [2021-02-04T10:35:18.153Z] ==> 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-02-04T10:35:18.153Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T10:35:18.153Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T10:35:18.153Z] ==> Jenkins CI detected. [2021-02-04T10:35:18.153Z] project root: . [2021-02-04T10:35:18.153Z] --> token set from env [2021-02-04T10:35:18.153Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T10:35:18.153Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T10:35:18.153Z] ==> Python coveragepy not found [2021-02-04T10:35:18.153Z] ==> Searching for coverage reports in: [2021-02-04T10:35:18.153Z] + . [2021-02-04T10:35:18.153Z] -> Found 1 reports [2021-02-04T10:35:18.153Z] ==> Detecting git/mercurial file structure [2021-02-04T10:35:18.153Z] ==> Reading reports [2021-02-04T10:35:18.153Z] + ./coverage.out bytes=580808 [2021-02-04T10:35:18.153Z] ==> Appending adjustments [2021-02-04T10:35:18.153Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T10:35:21.492Z] + Found adjustments [2021-02-04T10:35:21.492Z] ==> Gzipping contents [2021-02-04T10:35:21.771Z] 88K /tmp/codecov.cJIT1h.gz [2021-02-04T10:35:21.771Z] ==> Uploading reports [2021-02-04T10:35:21.771Z] url: https://codecov.io [2021-02-04T10:35:21.771Z] query: branch=master&commit=8244c76d4582c1e084a7074f1d4c4e33c3804ff3&build=339&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F339%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T10:35:21.771Z] -> Pinging Codecov [2021-02-04T10:35:21.771Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=8244c76d4582c1e084a7074f1d4c4e33c3804ff3&build=339&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F339%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T10:35:22.042Z] -> Uploading to [2021-02-04T10:35:22.042Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/8244c76d4582c1e084a7074f1d4c4e33c3804ff3/8509c314-dc66-470e-806f-381c20bda435.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T103521Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9c918c168707d910eea3ddc6c33b40e6740bff70a5c1a5840e97d2ded81e23ba [2021-02-04T10:35:22.042Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:35:22.042Z] Dload Upload Total Spent Left Speed [2021-02-04T10:35:22.619Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87633 0 0 100 87633 0 144k --:--:-- --:--:-- --:--:-- 144k [2021-02-04T10:35:22.619Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8244c76d4582c1e084a7074f1d4c4e33c3804ff3 [Pipeline] } [2021-02-04T10:35:22.629Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-04T10:35:23.900Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-04T10:35:24.061Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:35:24.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T10:35:24.814Z] [2021-02-04T10:35:24.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:35:25.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T10:35:25.241Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-04T10:35:25.241Z] 188c0c94c7c5: Already exists [2021-02-04T10:35:25.241Z] 0ef7d3d256c8: Already exists [2021-02-04T10:35:25.241Z] de9db76c5a1d: Already exists [2021-02-04T10:35:25.241Z] 0eba1c9be4d2: Pulling fs layer [2021-02-04T10:35:25.241Z] 0d57e429df01: Pulling fs layer [2021-02-04T10:35:25.241Z] 4e4be7b47b0d: Pulling fs layer [2021-02-04T10:35:25.241Z] e1f770b5df2f: Pulling fs layer [2021-02-04T10:35:25.241Z] 85a0685a4137: Pulling fs layer [2021-02-04T10:35:25.241Z] e1f770b5df2f: Waiting [2021-02-04T10:35:25.241Z] 85a0685a4137: Waiting [2021-02-04T10:35:25.241Z] 0d57e429df01: Download complete [2021-02-04T10:35:25.241Z] 4e4be7b47b0d: Verifying Checksum [2021-02-04T10:35:25.241Z] 4e4be7b47b0d: Download complete [2021-02-04T10:35:27.173Z] e1f770b5df2f: Verifying Checksum [2021-02-04T10:35:27.173Z] e1f770b5df2f: Download complete [2021-02-04T10:35:29.108Z] 0eba1c9be4d2: Download complete [2021-02-04T10:35:29.373Z] 85a0685a4137: Verifying Checksum [2021-02-04T10:35:29.373Z] 85a0685a4137: Download complete [2021-02-04T10:35:34.689Z] 0eba1c9be4d2: Pull complete [2021-02-04T10:35:34.689Z] 0d57e429df01: Pull complete [2021-02-04T10:35:34.689Z] 4e4be7b47b0d: Pull complete [2021-02-04T10:35:38.920Z] e1f770b5df2f: Pull complete [2021-02-04T10:35:47.118Z] 85a0685a4137: Pull complete [2021-02-04T10:35:47.118Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-04T10:35:47.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T10:35:47.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-04T10:35:47.359Z] prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container [2021-02-04T10:35:47.435Z] $ 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/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-04T10:35:48.772Z] $ docker top 2c40f53c071977ffe4381d39e55a7d771655df993d32de0836dcaefa542e3412 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:35:49.147Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-04T10:35:49.442Z] + set -o pipefail [2021-02-04T10:35:49.442Z] + snyk monitor '--org=edgex-jenkins' [2021-02-04T10:35:59.473Z] [2021-02-04T10:35:59.473Z] Monitoring /w/workspace/edgex-go/339 (github.com/edgexfoundry/edgex-go)... [2021-02-04T10:35:59.473Z] [2021-02-04T10:35:59.473Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/dabeb341-6292-48eb-805c-3743d93a192e [2021-02-04T10:35:59.473Z] [2021-02-04T10:35:59.473Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-04T10:35:59.473Z] [2021-02-04T10:35:59.473Z] [Pipeline] } [2021-02-04T10:35:59.494Z] $ docker stop --time=1 2c40f53c071977ffe4381d39e55a7d771655df993d32de0836dcaefa542e3412 [2021-02-04T10:36:02.480Z] $ docker rm -f 2c40f53c071977ffe4381d39e55a7d771655df993d32de0836dcaefa542e3412 [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-02-04T10:36:04.759Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T10:36:04.860Z] provisioning config files... [2021-02-04T10:36:04.871Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/339@tmp/config3900810718093614767tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:36:05.345Z] --> edgex-publish-swagger.sh [2021-02-04T10:36:05.345Z] === Publish openapi/v1 API === [2021-02-04T10:36:05.345Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-04T10:36:05.345Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/339/openapi/v1/core-command.yaml] [2021-02-04T10:36:05.345Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:05.345Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:07.001Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 7330 0:00:01 0:00:01 --:--:-- 7332 100 10522 0 0 100 10522 0 7300 0:00:01 0:00:01 --:--:-- 7301 [2021-02-04T10:36:07.001Z] [2021-02-04T10:36:07.001Z] [2021-02-04T10:36:07.001Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/339/openapi/v1/core-data.yaml] [2021-02-04T10:36:07.001Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:07.001Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:08.395Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 23742 0:00:01 0:00:01 --:--:-- 23746 100 32557 0 0 100 32557 0 23505 0:00:01 0:00:01 --:--:-- 23523 [2021-02-04T10:36:08.395Z] [2021-02-04T10:36:08.395Z] [2021-02-04T10:36:08.395Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/339/openapi/v1/core-metadata.yaml] [2021-02-04T10:36:08.395Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:08.395Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:09.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 53858 0:00:01 0:00:01 --:--:-- 53889 100 73721 0 0 100 73721 0 44608 0:00:01 0:00:01 --:--:-- 44598 100 73721 0 0 100 73721 0 44602 0:00:01 0:00:01 --:--:-- 44598 [2021-02-04T10:36:09.790Z] [2021-02-04T10:36:09.790Z] [2021-02-04T10:36:09.790Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/339/openapi/v1/support-logging.yaml] [2021-02-04T10:36:09.790Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:09.790Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:11.181Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 10539 0:00:01 0:00:01 --:--:-- 10544 100 13581 0 0 100 13581 0 10537 0:00:01 0:00:01 --:--:-- 10544 [2021-02-04T10:36:11.181Z] [2021-02-04T10:36:11.181Z] [2021-02-04T10:36:11.181Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/339/openapi/v1/support-notifications.yaml] [2021-02-04T10:36:11.181Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:11.181Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:13.511Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 38890 0 0 100 38890 0 16571 0:00:02 0:00:02 --:--:-- 16577 100 38890 0 0 100 38890 0 16433 0:00:02 0:00:02 --:--:-- 16437 [2021-02-04T10:36:13.511Z] [2021-02-04T10:36:13.511Z] [2021-02-04T10:36:13.511Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/339/openapi/v1/support-scheduler.yaml] [2021-02-04T10:36:13.511Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:13.511Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:15.003Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 10580 0:00:01 0:00:01 --:--:-- 10578 100 14249 0 0 100 14249 0 9931 0:00:01 0:00:01 --:--:-- 9929 [2021-02-04T10:36:15.003Z] [2021-02-04T10:36:15.003Z] [2021-02-04T10:36:15.003Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/339/openapi/v1/system-agent.yaml] [2021-02-04T10:36:15.003Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:15.003Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:16.392Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3093 0:00:01 0:00:01 --:--:-- 3094 100 4110 0 0 100 4110 0 3092 0:00:01 0:00:01 --:--:-- 3094 [2021-02-04T10:36:16.392Z] [2021-02-04T10:36:16.392Z] [2021-02-04T10:36:16.392Z] === Publish openapi/v2 API === [2021-02-04T10:36:16.392Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-04T10:36:16.392Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/339/openapi/v2/core-command.yaml] [2021-02-04T10:36:16.392Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:16.392Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:18.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 21325 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21325 0 0 100 21325 0 13558 0:00:01 0:00:01 --:--:-- 13556 100 21325 0 0 100 21325 0 13556 0:00:01 0:00:01 --:--:-- 13556 [2021-02-04T10:36:18.051Z] [2021-02-04T10:36:18.051Z] [2021-02-04T10:36:18.051Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/339/openapi/v2/core-data.yaml] [2021-02-04T10:36:18.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:18.051Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:19.447Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 42161 0:00:01 0:00:01 --:--:-- 42169 100 57013 0 0 100 57013 0 38330 0:00:01 0:00:01 --:--:-- 38340 [2021-02-04T10:36:19.447Z] [2021-02-04T10:36:19.447Z] [2021-02-04T10:36:19.447Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/339/openapi/v2/core-metadata.yaml] [2021-02-04T10:36:19.447Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:19.447Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:21.230Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 0 100 117k 0 87999 0:00:01 0:00:01 --:--:-- 87990 100 117k 0 0 100 117k 0 71619 0:00:01 0:00:01 --:--:-- 71606 [2021-02-04T10:36:21.230Z] [2021-02-04T10:36:21.230Z] [2021-02-04T10:36:21.230Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/339/openapi/v2/support-notifications.yaml] [2021-02-04T10:36:21.230Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:21.230Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:22.662Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58553 0 0 100 58553 0 43585 0:00:01 0:00:01 --:--:-- 43598 100 58553 0 0 100 58553 0 43014 0:00:01 0:00:01 --:--:-- 43022 [2021-02-04T10:36:22.662Z] [2021-02-04T10:36:22.662Z] [2021-02-04T10:36:22.662Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/339/openapi/v2/support-scheduler.yaml] [2021-02-04T10:36:22.662Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:22.662Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:24.052Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 29011 0:00:01 0:00:01 --:--:-- 29014 100 38851 0 0 100 38851 0 29005 0:00:01 0:00:01 --:--:-- 28993 [2021-02-04T10:36:24.052Z] [2021-02-04T10:36:24.052Z] [2021-02-04T10:36:24.052Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/339/openapi/v2/system-agent.yaml] [2021-02-04T10:36:24.052Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:36:24.052Z] Dload Upload Total Spent Left Speed [2021-02-04T10:36:25.441Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 17256 0:00:01 0:00:01 --:--:-- 17262 100 23684 0 0 100 23684 0 16035 0:00:01 0:00:01 --:--:-- 16046 [2021-02-04T10:36:25.441Z] [2021-02-04T10:36:25.441Z] [Pipeline] } [2021-02-04T10:36:25.452Z] 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-02-04T10:36:26.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:36:26.898Z] . [Pipeline] withDockerContainer [2021-02-04T10:36:27.013Z] prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container [2021-02-04T10:36:27.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T10:36:28.040Z] $ docker top 74893ca6ad08860ba7b2aeccb7df78e86f4698f33cdf7805a809fec67d4f90ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T10:36:28.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:36:28.523Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:36:28.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:36:28.810Z] $ docker exec 74893ca6ad08860ba7b2aeccb7df78e86f4698f33cdf7805a809fec67d4f90ab ssh-agent [2021-02-04T10:36:29.031Z] SSH_AUTH_SOCK=/tmp/ssh-i5rJphJ8aNXd/agent.11 [2021-02-04T10:36:29.031Z] SSH_AGENT_PID=17 [2021-02-04T10:36:29.039Z] Running ssh-add (command line suppressed) [2021-02-04T10:36:29.187Z] Identity added: /w/workspace/edgex-go/339@tmp/private_key_5206154318471789021.key (/w/workspace/edgex-go/339@tmp/private_key_5206154318471789021.key) [2021-02-04T10:36:29.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:36:29.646Z] + git semver tag [2021-02-04T10:36:29.910Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T10:36:29.910Z] # $GIT_DIR = /w/workspace/edgex-go/339/.git [2021-02-04T10:36:29.910Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/339 [2021-02-04T10:36:29.910Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T10:36:29.910Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T10:36:29.910Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T10:36:29.910Z] # $SEMVER_BRANCH = master [2021-02-04T10:36:29.910Z] # $SEMVER_DIR = /w/workspace/edgex-go/339/.semver [2021-02-04T10:36:29.910Z] # 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 HEAD [2021-02-04T10:36:30.486Z] # -> Force: false [2021-02-04T10:36:30.486Z] # 7f28336903aa60b37d2ce848d377f6a92e2beb00 refs/tags/v2.0.0-dev.74 [Pipeline] } [2021-02-04T10:36:30.504Z] $ docker exec --env ******** --env ******** 74893ca6ad08860ba7b2aeccb7df78e86f4698f33cdf7805a809fec67d4f90ab ssh-agent -k [2021-02-04T10:36:30.681Z] unset SSH_AUTH_SOCK; [2021-02-04T10:36:30.682Z] unset SSH_AGENT_PID; [2021-02-04T10:36:30.682Z] echo Agent pid 17 killed; [2021-02-04T10:36:30.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:36:31.429Z] + git semver [Pipeline] } [2021-02-04T10:36:31.452Z] $ docker stop --time=1 74893ca6ad08860ba7b2aeccb7df78e86f4698f33cdf7805a809fec67d4f90ab [2021-02-04T10:36:32.817Z] $ docker rm -f 74893ca6ad08860ba7b2aeccb7df78e86f4698f33cdf7805a809fec67d4f90ab [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:36:33.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T10:36:33.651Z] [2021-02-04T10:36:33.651Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:36:34.039Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T10:36:34.039Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-04T10:36:34.039Z] ab5ef0e58194: Pulling fs layer [2021-02-04T10:36:34.039Z] 9712f1f96733: Pulling fs layer [2021-02-04T10:36:34.039Z] 63f879dbbcfc: Pulling fs layer [2021-02-04T10:36:34.039Z] 0d9ebad4ef96: Pulling fs layer [2021-02-04T10:36:34.039Z] e9a5061849ea: Pulling fs layer [2021-02-04T10:36:34.039Z] d747dcd14b5f: Pulling fs layer [2021-02-04T10:36:34.039Z] 2de7ff778b66: Pulling fs layer [2021-02-04T10:36:34.039Z] 0d9ebad4ef96: Waiting [2021-02-04T10:36:34.039Z] e9a5061849ea: Waiting [2021-02-04T10:36:34.039Z] d747dcd14b5f: Waiting [2021-02-04T10:36:34.039Z] 2de7ff778b66: Waiting [2021-02-04T10:36:34.039Z] 9712f1f96733: Verifying Checksum [2021-02-04T10:36:34.039Z] 9712f1f96733: Download complete [2021-02-04T10:36:36.017Z] 63f879dbbcfc: Verifying Checksum [2021-02-04T10:36:36.017Z] 63f879dbbcfc: Download complete [2021-02-04T10:36:36.017Z] e9a5061849ea: Verifying Checksum [2021-02-04T10:36:36.017Z] e9a5061849ea: Download complete [2021-02-04T10:36:36.282Z] d747dcd14b5f: Download complete [2021-02-04T10:36:36.547Z] 2de7ff778b66: Verifying Checksum [2021-02-04T10:36:36.547Z] 2de7ff778b66: Download complete [2021-02-04T10:36:36.810Z] 0d9ebad4ef96: Verifying Checksum [2021-02-04T10:36:36.810Z] 0d9ebad4ef96: Download complete [2021-02-04T10:36:37.074Z] ab5ef0e58194: Verifying Checksum [2021-02-04T10:36:37.074Z] ab5ef0e58194: Download complete [2021-02-04T10:36:42.403Z] ab5ef0e58194: Pull complete [2021-02-04T10:36:42.403Z] 9712f1f96733: Pull complete [2021-02-04T10:36:44.963Z] 63f879dbbcfc: Pull complete [2021-02-04T10:36:53.153Z] 0d9ebad4ef96: Pull complete [2021-02-04T10:36:53.729Z] e9a5061849ea: Pull complete [2021-02-04T10:36:53.994Z] d747dcd14b5f: Pull complete [2021-02-04T10:36:58.231Z] 2de7ff778b66: Pull complete [2021-02-04T10:36:58.231Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-04T10:36:58.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T10:36:58.231Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-04T10:36:58.518Z] prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container [2021-02-04T10:36:58.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-04T10:37:01.643Z] $ docker top f65ff4e6c85c25a6076635928807377b0818c0aae56b8fec2d624e2668d79b77 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-04T10:37:02.264Z] provisioning config files... [2021-02-04T10:37:02.277Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/339@tmp/config4538422963184066837tmp [2021-02-04T10:37:02.295Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/339@tmp/config8669909722226494340tmp [2021-02-04T10:37:02.312Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/339@tmp/config5343590406661251479tmp [Pipeline] { [Pipeline] echo [2021-02-04T10:37:02.439Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:37:02.743Z] ---> sigul-configuration.sh [2021-02-04T10:37:02.743Z] gpg: directory `/root/.gnupg' created [2021-02-04T10:37:02.743Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-04T10:37:02.743Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-04T10:37:02.743Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-04T10:37:02.743Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-04T10:37:02.743Z] gpg: CAST5 encrypted data [2021-02-04T10:37:03.005Z] gpg: encrypted with 1 passphrase [2021-02-04T10:37:03.005Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-04T10:37:03.306Z] + mkdir /home/jenkins [2021-02-04T10:37:03.306Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-04T10:37:03.606Z] + 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-02-04T10:37:03.617Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:37:03.919Z] ---> sigul-install.sh [2021-02-04T10:37:13.967Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-04T10:37:14.277Z] + git tag --list [2021-02-04T10:37:14.277Z] 0.6.0 [2021-02-04T10:37:14.277Z] 0.6.1 [2021-02-04T10:37:14.277Z] 0.7.0 [2021-02-04T10:37:14.277Z] 0.7.1 [2021-02-04T10:37:14.277Z] v0.0.0 [2021-02-04T10:37:14.277Z] v0.0.1-dev.1 [2021-02-04T10:37:14.277Z] v1.0.0 [2021-02-04T10:37:14.277Z] v1.0.1 [2021-02-04T10:37:14.277Z] v1.1.0 [2021-02-04T10:37:14.277Z] v1.2.0 [2021-02-04T10:37:14.277Z] v1.2.1 [2021-02-04T10:37:14.277Z] v1.2.2-dev.1 [2021-02-04T10:37:14.277Z] v1.2.2-dev.10 [2021-02-04T10:37:14.277Z] v1.2.2-dev.100 [2021-02-04T10:37:14.277Z] v1.2.2-dev.101 [2021-02-04T10:37:14.277Z] v1.2.2-dev.102 [2021-02-04T10:37:14.277Z] v1.2.2-dev.103 [2021-02-04T10:37:14.277Z] v1.2.2-dev.104 [2021-02-04T10:37:14.277Z] v1.2.2-dev.105 [2021-02-04T10:37:14.277Z] v1.2.2-dev.106 [2021-02-04T10:37:14.277Z] v1.2.2-dev.107 [2021-02-04T10:37:14.277Z] v1.2.2-dev.11 [2021-02-04T10:37:14.277Z] v1.2.2-dev.12 [2021-02-04T10:37:14.277Z] v1.2.2-dev.13 [2021-02-04T10:37:14.277Z] v1.2.2-dev.14 [2021-02-04T10:37:14.278Z] v1.2.2-dev.15 [2021-02-04T10:37:14.278Z] v1.2.2-dev.16 [2021-02-04T10:37:14.278Z] v1.2.2-dev.17 [2021-02-04T10:37:14.278Z] v1.2.2-dev.18 [2021-02-04T10:37:14.278Z] v1.2.2-dev.19 [2021-02-04T10:37:14.278Z] v1.2.2-dev.2 [2021-02-04T10:37:14.278Z] v1.2.2-dev.20 [2021-02-04T10:37:14.278Z] v1.2.2-dev.21 [2021-02-04T10:37:14.278Z] v1.2.2-dev.22 [2021-02-04T10:37:14.278Z] v1.2.2-dev.23 [2021-02-04T10:37:14.278Z] v1.2.2-dev.24 [2021-02-04T10:37:14.278Z] v1.2.2-dev.25 [2021-02-04T10:37:14.278Z] v1.2.2-dev.26 [2021-02-04T10:37:14.278Z] v1.2.2-dev.27 [2021-02-04T10:37:14.278Z] v1.2.2-dev.28 [2021-02-04T10:37:14.278Z] v1.2.2-dev.29 [2021-02-04T10:37:14.278Z] v1.2.2-dev.3 [2021-02-04T10:37:14.278Z] v1.2.2-dev.30 [2021-02-04T10:37:14.278Z] v1.2.2-dev.31 [2021-02-04T10:37:14.278Z] v1.2.2-dev.32 [2021-02-04T10:37:14.278Z] v1.2.2-dev.33 [2021-02-04T10:37:14.278Z] v1.2.2-dev.34 [2021-02-04T10:37:14.278Z] v1.2.2-dev.35 [2021-02-04T10:37:14.278Z] v1.2.2-dev.36 [2021-02-04T10:37:14.278Z] v1.2.2-dev.37 [2021-02-04T10:37:14.278Z] v1.2.2-dev.38 [2021-02-04T10:37:14.278Z] v1.2.2-dev.39 [2021-02-04T10:37:14.278Z] v1.2.2-dev.4 [2021-02-04T10:37:14.278Z] v1.2.2-dev.40 [2021-02-04T10:37:14.278Z] v1.2.2-dev.41 [2021-02-04T10:37:14.278Z] v1.2.2-dev.42 [2021-02-04T10:37:14.278Z] v1.2.2-dev.43 [2021-02-04T10:37:14.278Z] v1.2.2-dev.44 [2021-02-04T10:37:14.278Z] v1.2.2-dev.45 [2021-02-04T10:37:14.278Z] v1.2.2-dev.46 [2021-02-04T10:37:14.278Z] v1.2.2-dev.47 [2021-02-04T10:37:14.278Z] v1.2.2-dev.48 [2021-02-04T10:37:14.278Z] v1.2.2-dev.49 [2021-02-04T10:37:14.278Z] v1.2.2-dev.5 [2021-02-04T10:37:14.278Z] v1.2.2-dev.50 [2021-02-04T10:37:14.278Z] v1.2.2-dev.51 [2021-02-04T10:37:14.278Z] v1.2.2-dev.52 [2021-02-04T10:37:14.278Z] v1.2.2-dev.53 [2021-02-04T10:37:14.278Z] v1.2.2-dev.54 [2021-02-04T10:37:14.278Z] v1.2.2-dev.55 [2021-02-04T10:37:14.278Z] v1.2.2-dev.56 [2021-02-04T10:37:14.278Z] v1.2.2-dev.57 [2021-02-04T10:37:14.278Z] v1.2.2-dev.58 [2021-02-04T10:37:14.278Z] v1.2.2-dev.59 [2021-02-04T10:37:14.278Z] v1.2.2-dev.6 [2021-02-04T10:37:14.278Z] v1.2.2-dev.60 [2021-02-04T10:37:14.278Z] v1.2.2-dev.61 [2021-02-04T10:37:14.278Z] v1.2.2-dev.62 [2021-02-04T10:37:14.278Z] v1.2.2-dev.63 [2021-02-04T10:37:14.278Z] v1.2.2-dev.64 [2021-02-04T10:37:14.278Z] v1.2.2-dev.65 [2021-02-04T10:37:14.278Z] v1.2.2-dev.66 [2021-02-04T10:37:14.278Z] v1.2.2-dev.67 [2021-02-04T10:37:14.278Z] v1.2.2-dev.68 [2021-02-04T10:37:14.278Z] v1.2.2-dev.69 [2021-02-04T10:37:14.278Z] v1.2.2-dev.7 [2021-02-04T10:37:14.278Z] v1.2.2-dev.70 [2021-02-04T10:37:14.278Z] v1.2.2-dev.71 [2021-02-04T10:37:14.278Z] v1.2.2-dev.72 [2021-02-04T10:37:14.278Z] v1.2.2-dev.73 [2021-02-04T10:37:14.278Z] v1.2.2-dev.74 [2021-02-04T10:37:14.278Z] v1.2.2-dev.75 [2021-02-04T10:37:14.278Z] v1.2.2-dev.76 [2021-02-04T10:37:14.278Z] v1.2.2-dev.77 [2021-02-04T10:37:14.278Z] v1.2.2-dev.78 [2021-02-04T10:37:14.278Z] v1.2.2-dev.79 [2021-02-04T10:37:14.278Z] v1.2.2-dev.8 [2021-02-04T10:37:14.278Z] v1.2.2-dev.80 [2021-02-04T10:37:14.278Z] v1.2.2-dev.81 [2021-02-04T10:37:14.278Z] v1.2.2-dev.82 [2021-02-04T10:37:14.278Z] v1.2.2-dev.83 [2021-02-04T10:37:14.278Z] v1.2.2-dev.84 [2021-02-04T10:37:14.278Z] v1.2.2-dev.85 [2021-02-04T10:37:14.278Z] v1.2.2-dev.86 [2021-02-04T10:37:14.278Z] v1.2.2-dev.87 [2021-02-04T10:37:14.278Z] v1.2.2-dev.88 [2021-02-04T10:37:14.278Z] v1.2.2-dev.89 [2021-02-04T10:37:14.278Z] v1.2.2-dev.9 [2021-02-04T10:37:14.278Z] v1.2.2-dev.90 [2021-02-04T10:37:14.278Z] v1.2.2-dev.91 [2021-02-04T10:37:14.278Z] v1.2.2-dev.92 [2021-02-04T10:37:14.278Z] v1.2.2-dev.93 [2021-02-04T10:37:14.278Z] v1.2.2-dev.94 [2021-02-04T10:37:14.278Z] v1.2.2-dev.95 [2021-02-04T10:37:14.278Z] v1.2.2-dev.96 [2021-02-04T10:37:14.278Z] v1.2.2-dev.97 [2021-02-04T10:37:14.278Z] v1.2.2-dev.98 [2021-02-04T10:37:14.278Z] v1.2.2-dev.99 [2021-02-04T10:37:14.278Z] v1.3.0 [2021-02-04T10:37:14.278Z] v1.3.1-dev.1 [2021-02-04T10:37:14.278Z] v1.3.1-dev.10 [2021-02-04T10:37:14.278Z] v1.3.1-dev.11 [2021-02-04T10:37:14.278Z] v1.3.1-dev.12 [2021-02-04T10:37:14.278Z] v1.3.1-dev.13 [2021-02-04T10:37:14.278Z] v1.3.1-dev.14 [2021-02-04T10:37:14.278Z] v1.3.1-dev.15 [2021-02-04T10:37:14.278Z] v1.3.1-dev.16 [2021-02-04T10:37:14.278Z] v1.3.1-dev.17 [2021-02-04T10:37:14.278Z] v1.3.1-dev.18 [2021-02-04T10:37:14.278Z] v1.3.1-dev.2 [2021-02-04T10:37:14.278Z] v1.3.1-dev.3 [2021-02-04T10:37:14.278Z] v1.3.1-dev.4 [2021-02-04T10:37:14.278Z] v1.3.1-dev.5 [2021-02-04T10:37:14.278Z] v1.3.1-dev.6 [2021-02-04T10:37:14.278Z] v1.3.1-dev.7 [2021-02-04T10:37:14.278Z] v1.3.1-dev.8 [2021-02-04T10:37:14.278Z] v1.3.1-dev.9 [2021-02-04T10:37:14.278Z] v2.0.0-dev.1 [2021-02-04T10:37:14.278Z] v2.0.0-dev.10 [2021-02-04T10:37:14.278Z] v2.0.0-dev.11 [2021-02-04T10:37:14.278Z] v2.0.0-dev.12 [2021-02-04T10:37:14.278Z] v2.0.0-dev.13 [2021-02-04T10:37:14.278Z] v2.0.0-dev.14 [2021-02-04T10:37:14.278Z] v2.0.0-dev.15 [2021-02-04T10:37:14.278Z] v2.0.0-dev.16 [2021-02-04T10:37:14.278Z] v2.0.0-dev.17 [2021-02-04T10:37:14.278Z] v2.0.0-dev.18 [2021-02-04T10:37:14.278Z] v2.0.0-dev.19 [2021-02-04T10:37:14.278Z] v2.0.0-dev.2 [2021-02-04T10:37:14.278Z] v2.0.0-dev.20 [2021-02-04T10:37:14.278Z] v2.0.0-dev.21 [2021-02-04T10:37:14.278Z] v2.0.0-dev.22 [2021-02-04T10:37:14.278Z] v2.0.0-dev.23 [2021-02-04T10:37:14.278Z] v2.0.0-dev.24 [2021-02-04T10:37:14.278Z] v2.0.0-dev.25 [2021-02-04T10:37:14.278Z] v2.0.0-dev.26 [2021-02-04T10:37:14.278Z] v2.0.0-dev.27 [2021-02-04T10:37:14.278Z] v2.0.0-dev.28 [2021-02-04T10:37:14.278Z] v2.0.0-dev.29 [2021-02-04T10:37:14.278Z] v2.0.0-dev.3 [2021-02-04T10:37:14.278Z] v2.0.0-dev.30 [2021-02-04T10:37:14.278Z] v2.0.0-dev.31 [2021-02-04T10:37:14.278Z] v2.0.0-dev.32 [2021-02-04T10:37:14.278Z] v2.0.0-dev.33 [2021-02-04T10:37:14.278Z] v2.0.0-dev.34 [2021-02-04T10:37:14.278Z] v2.0.0-dev.35 [2021-02-04T10:37:14.278Z] v2.0.0-dev.36 [2021-02-04T10:37:14.278Z] v2.0.0-dev.37 [2021-02-04T10:37:14.278Z] v2.0.0-dev.38 [2021-02-04T10:37:14.278Z] v2.0.0-dev.39 [2021-02-04T10:37:14.278Z] v2.0.0-dev.4 [2021-02-04T10:37:14.278Z] v2.0.0-dev.40 [2021-02-04T10:37:14.278Z] v2.0.0-dev.41 [2021-02-04T10:37:14.278Z] v2.0.0-dev.42 [2021-02-04T10:37:14.278Z] v2.0.0-dev.43 [2021-02-04T10:37:14.278Z] v2.0.0-dev.44 [2021-02-04T10:37:14.278Z] v2.0.0-dev.45 [2021-02-04T10:37:14.278Z] v2.0.0-dev.46 [2021-02-04T10:37:14.278Z] v2.0.0-dev.47 [2021-02-04T10:37:14.278Z] v2.0.0-dev.48 [2021-02-04T10:37:14.278Z] v2.0.0-dev.49 [2021-02-04T10:37:14.278Z] v2.0.0-dev.5 [2021-02-04T10:37:14.278Z] v2.0.0-dev.50 [2021-02-04T10:37:14.278Z] v2.0.0-dev.51 [2021-02-04T10:37:14.278Z] v2.0.0-dev.52 [2021-02-04T10:37:14.278Z] v2.0.0-dev.53 [2021-02-04T10:37:14.278Z] v2.0.0-dev.54 [2021-02-04T10:37:14.278Z] v2.0.0-dev.55 [2021-02-04T10:37:14.278Z] v2.0.0-dev.56 [2021-02-04T10:37:14.278Z] v2.0.0-dev.57 [2021-02-04T10:37:14.278Z] v2.0.0-dev.58 [2021-02-04T10:37:14.278Z] v2.0.0-dev.59 [2021-02-04T10:37:14.278Z] v2.0.0-dev.6 [2021-02-04T10:37:14.278Z] v2.0.0-dev.60 [2021-02-04T10:37:14.278Z] v2.0.0-dev.61 [2021-02-04T10:37:14.278Z] v2.0.0-dev.62 [2021-02-04T10:37:14.278Z] v2.0.0-dev.63 [2021-02-04T10:37:14.278Z] v2.0.0-dev.64 [2021-02-04T10:37:14.278Z] v2.0.0-dev.65 [2021-02-04T10:37:14.278Z] v2.0.0-dev.66 [2021-02-04T10:37:14.278Z] v2.0.0-dev.67 [2021-02-04T10:37:14.278Z] v2.0.0-dev.68 [2021-02-04T10:37:14.278Z] v2.0.0-dev.69 [2021-02-04T10:37:14.278Z] v2.0.0-dev.7 [2021-02-04T10:37:14.278Z] v2.0.0-dev.70 [2021-02-04T10:37:14.278Z] v2.0.0-dev.71 [2021-02-04T10:37:14.278Z] v2.0.0-dev.72 [2021-02-04T10:37:14.278Z] v2.0.0-dev.73 [2021-02-04T10:37:14.278Z] v2.0.0-dev.74 [2021-02-04T10:37:14.278Z] v2.0.0-dev.8 [2021-02-04T10:37:14.278Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-04T10:37:14.601Z] + lftools sign git-tag v2.0.0-dev.74 [2021-02-04T10:37:15.994Z] Signing Git tag with Sigul... [2021-02-04T10:37:15.994Z] Signing v2.0.0-dev.74 [Pipeline] echo [2021-02-04T10:37:17.392Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:37:17.691Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-04T10:37:17.701Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-04T10:37:17.902Z] $ docker stop --time=1 f65ff4e6c85c25a6076635928807377b0818c0aae56b8fec2d624e2668d79b77 [2021-02-04T10:37:20.030Z] $ docker rm -f f65ff4e6c85c25a6076635928807377b0818c0aae56b8fec2d624e2668d79b77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:37:21.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:37:21.278Z] . [Pipeline] withDockerContainer [2021-02-04T10:37:21.389Z] prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container [2021-02-04T10:37:21.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T10:37:22.154Z] $ docker top 1a2135beef7b45d7552b400e4b3ceebe4fcd41ca77b0c70fada64a91cd045e04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T10:37:22.665Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:37:22.665Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:37:22.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:37:22.877Z] $ docker exec 1a2135beef7b45d7552b400e4b3ceebe4fcd41ca77b0c70fada64a91cd045e04 ssh-agent [2021-02-04T10:37:23.078Z] SSH_AUTH_SOCK=/tmp/ssh-QUrAwpLzQpgx/agent.11 [2021-02-04T10:37:23.078Z] SSH_AGENT_PID=17 [2021-02-04T10:37:23.087Z] Running ssh-add (command line suppressed) [2021-02-04T10:37:23.225Z] Identity added: /w/workspace/edgex-go/339@tmp/private_key_4392802265115421752.key (/w/workspace/edgex-go/339@tmp/private_key_4392802265115421752.key) [2021-02-04T10:37:23.286Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:37:23.795Z] + git semver bump pre [2021-02-04T10:37:23.795Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T10:37:23.795Z] # $GIT_DIR = /w/workspace/edgex-go/339/.git [2021-02-04T10:37:23.795Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/339 [2021-02-04T10:37:23.795Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T10:37:23.795Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T10:37:23.795Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T10:37:23.795Z] # $SEMVER_BRANCH = master [2021-02-04T10:37:23.795Z] # $SEMVER_DIR = /w/workspace/edgex-go/339/.semver [2021-02-04T10:37:23.795Z] 2.0.0-dev.75 [Pipeline] } [2021-02-04T10:37:23.813Z] $ docker exec --env ******** --env ******** 1a2135beef7b45d7552b400e4b3ceebe4fcd41ca77b0c70fada64a91cd045e04 ssh-agent -k [2021-02-04T10:37:23.941Z] unset SSH_AUTH_SOCK; [2021-02-04T10:37:23.941Z] unset SSH_AGENT_PID; [2021-02-04T10:37:23.941Z] echo Agent pid 17 killed; [2021-02-04T10:37:23.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:37:24.673Z] + git semver [Pipeline] } [2021-02-04T10:37:24.694Z] $ docker stop --time=1 1a2135beef7b45d7552b400e4b3ceebe4fcd41ca77b0c70fada64a91cd045e04 [2021-02-04T10:37:26.063Z] $ docker rm -f 1a2135beef7b45d7552b400e4b3ceebe4fcd41ca77b0c70fada64a91cd045e04 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:37:26.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:37:26.803Z] . [Pipeline] withDockerContainer [2021-02-04T10:37:26.921Z] prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container [2021-02-04T10:37:26.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T10:37:27.753Z] $ docker top 3cf16643766a718ed6ff67e5cf46eb84857f49abf2471aa425bdd5144f611af6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T10:37:28.285Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:37:28.285Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:37:28.510Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:37:28.517Z] $ docker exec 3cf16643766a718ed6ff67e5cf46eb84857f49abf2471aa425bdd5144f611af6 ssh-agent [2021-02-04T10:37:28.712Z] SSH_AUTH_SOCK=/tmp/ssh-koGyDCfawFqd/agent.12 [2021-02-04T10:37:28.712Z] SSH_AGENT_PID=18 [2021-02-04T10:37:28.718Z] Running ssh-add (command line suppressed) [2021-02-04T10:37:28.858Z] Identity added: /w/workspace/edgex-go/339@tmp/private_key_7133022324188037590.key (/w/workspace/edgex-go/339@tmp/private_key_7133022324188037590.key) [2021-02-04T10:37:28.917Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:37:29.299Z] + git semver push [2021-02-04T10:37:29.300Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T10:37:29.300Z] # $GIT_DIR = /w/workspace/edgex-go/339/.git [2021-02-04T10:37:29.300Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/339 [2021-02-04T10:37:29.300Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T10:37:29.300Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T10:37:29.300Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T10:37:29.300Z] # $SEMVER_BRANCH = master [2021-02-04T10:37:29.300Z] # $SEMVER_DIR = /w/workspace/edgex-go/339/.semver [Pipeline] } [2021-02-04T10:37:41.578Z] $ docker exec --env ******** --env ******** 3cf16643766a718ed6ff67e5cf46eb84857f49abf2471aa425bdd5144f611af6 ssh-agent -k [2021-02-04T10:37:41.803Z] unset SSH_AUTH_SOCK; [2021-02-04T10:37:41.803Z] unset SSH_AGENT_PID; [2021-02-04T10:37:41.803Z] echo Agent pid 18 killed; [2021-02-04T10:37:41.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:37:42.567Z] + git semver [Pipeline] } [2021-02-04T10:37:42.588Z] $ docker stop --time=1 3cf16643766a718ed6ff67e5cf46eb84857f49abf2471aa425bdd5144f611af6 [2021-02-04T10:37:43.966Z] $ docker rm -f 3cf16643766a718ed6ff67e5cf46eb84857f49abf2471aa425bdd5144f611af6 [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-02-04T10:37:45.768Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:37:46.655Z] ---> package-listing.sh [2021-02-04T10:37:46.655Z] ++ facter osfamily [2021-02-04T10:37:46.655Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T10:37:46.655Z] + OS_FAMILY=redhat [2021-02-04T10:37:46.655Z] + workspace=/w/workspace/edgex-go/339 [2021-02-04T10:37:46.655Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T10:37:46.655Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T10:37:46.655Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T10:37:46.655Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T10:37:46.655Z] + '[' /w/workspace/edgex-go/339 ']' [2021-02-04T10:37:46.655Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T10:37:46.655Z] + case "${OS_FAMILY}" in [2021-02-04T10:37:46.655Z] + rpm -qa [2021-02-04T10:37:46.655Z] + sort [2021-02-04T10:37:51.959Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T10:37:51.959Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T10:37:51.959Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T10:37:51.959Z] + '[' /w/workspace/edgex-go/339 ']' [2021-02-04T10:37:51.959Z] + mkdir -p /w/workspace/edgex-go/339/archives/ [2021-02-04T10:37:51.959Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/339/archives/ [Pipeline] echo [2021-02-04T10:37:51.972Z] 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/339/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T10:37:52.265Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:37:52.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:37:52.578Z] [2021-02-04T10:37:52.578Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:37:52.989Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:37:52.990Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T10:37:52.990Z] df20fa9351a1: Pulling fs layer [2021-02-04T10:37:52.990Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T10:37:52.990Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T10:37:52.990Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T10:37:52.990Z] 93b61091891f: Pulling fs layer [2021-02-04T10:37:52.990Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T10:37:52.990Z] 5e14af77c1be: Pulling fs layer [2021-02-04T10:37:52.990Z] 01666e4c0597: Pulling fs layer [2021-02-04T10:37:52.990Z] aa168da1d23b: Pulling fs layer [2021-02-04T10:37:52.990Z] 46f8f816bc3b: Waiting [2021-02-04T10:37:52.990Z] 93b61091891f: Waiting [2021-02-04T10:37:52.990Z] 93b9cdb0e59b: Waiting [2021-02-04T10:37:52.990Z] 5e14af77c1be: Waiting [2021-02-04T10:37:52.990Z] 01666e4c0597: Waiting [2021-02-04T10:37:52.990Z] aa168da1d23b: Waiting [2021-02-04T10:37:52.990Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T10:37:52.990Z] 36b3adc4ff6f: Download complete [2021-02-04T10:37:52.990Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T10:37:52.990Z] 46f8f816bc3b: Download complete [2021-02-04T10:37:53.250Z] df20fa9351a1: Verifying Checksum [2021-02-04T10:37:53.250Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T10:37:53.250Z] 93b9cdb0e59b: Download complete [2021-02-04T10:37:53.250Z] 5e14af77c1be: Download complete [2021-02-04T10:37:53.251Z] 93b61091891f: Download complete [2021-02-04T10:37:53.251Z] 01666e4c0597: Download complete [2021-02-04T10:37:53.828Z] df20fa9351a1: Pull complete [2021-02-04T10:37:53.828Z] 36b3adc4ff6f: Pull complete [2021-02-04T10:37:54.090Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T10:37:54.090Z] 8ad3a11d3b57: Download complete [2021-02-04T10:37:56.020Z] aa168da1d23b: Verifying Checksum [2021-02-04T10:37:56.020Z] aa168da1d23b: Download complete [2021-02-04T10:37:56.282Z] 8ad3a11d3b57: Pull complete [2021-02-04T10:37:56.282Z] 46f8f816bc3b: Pull complete [2021-02-04T10:37:56.856Z] 93b61091891f: Pull complete [2021-02-04T10:37:56.856Z] 93b9cdb0e59b: Pull complete [2021-02-04T10:37:57.118Z] 5e14af77c1be: Pull complete [2021-02-04T10:37:57.118Z] 01666e4c0597: Pull complete [2021-02-04T10:38:05.391Z] aa168da1d23b: Pull complete [2021-02-04T10:38:05.391Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T10:38:05.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:38:05.391Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T10:38:05.632Z] prd-centos7-docker-4c-2g-24949 does not seem to be running inside a container [2021-02-04T10:38:05.688Z] $ 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/339/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/339 -v /w/workspace/edgex-go/339:/w/workspace/edgex-go/339:rw,z -v /w/workspace/edgex-go/339@tmp:/w/workspace/edgex-go/339@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T10:38:08.020Z] $ docker top 86958d9dd316e5c9a7d0dba7016c35101d3971a4bab3c0ae64820215d5bcb20b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:38:08.667Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T10:38:08.967Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T10:38:09.267Z] + ls /var/log/sa-host [2021-02-04T10:38:09.267Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T10:38:09.267Z] file_magic: OK [2021-02-04T10:38:09.267Z] HZ: Using current value: 100 [2021-02-04T10:38:09.267Z] file_header: OK [2021-02-04T10:38:09.267Z] 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-02-04T10:38:09.267Z] Statistics: [2021-02-04T10:38:09.267Z] 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... [2021-02-04T10:38:09.267Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T10:38:09.267Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T10:38:09.267Z] file_magic: OK [2021-02-04T10:38:09.267Z] HZ: Using current value: 100 [2021-02-04T10:38:09.267Z] file_header: OK [2021-02-04T10:38:09.267Z] 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-02-04T10:38:09.267Z] Statistics: [2021-02-04T10:38:09.267Z] Hnuu...uuuununununu... [2021-02-04T10:38:09.267Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T10:38:10.116Z] provisioning config files... [2021-02-04T10:38:10.133Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/339@tmp/config5101612201522688091tmp [Pipeline] { [Pipeline] echo [2021-02-04T10:38:10.344Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:38:10.642Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T10:38:10.652Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T10:38:10.856Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:38:11.152Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T10:38:11.163Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:38:11.457Z] ---> sudo-logs.sh [2021-02-04T10:38:11.457Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T10:38:11.468Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:38:11.763Z] ---> job-cost.sh [2021-02-04T10:38:11.763Z] lf-activate-venv: SKIPPING [2021-02-04T10:38:11.763Z] INFO: No Stack... [2021-02-04T10:38:13.683Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T10:38:13.946Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T10:38:13.960Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:38:14.265Z] ---> logs-deploy.sh [2021-02-04T10:38:14.265Z] lf-activate-venv: SKIPPING [2021-02-04T10:38:14.265Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/339 [2021-02-04T10:38:14.265Z] INFO: archiving workspace using pattern(s): [2021-02-04T10:38:15.657Z] Archives upload complete. [2021-02-04T10:38:15.919Z] INFO: archiving logs to Nexus