Started by user Eric Ball Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c4887d0c009f35026456fc1c8cef2ef56b2ea654 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21307 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/309 [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/309 # 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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 (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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 Commit message: "Merge pull request #3049 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.72" > git rev-list --no-walk c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T21:31:48.563Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T21:31:48.834Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T21:31:48.927Z] ========================================================= [2021-01-19T21:31:48.927Z] EdgeX Global Pipelines Version Info [2021-01-19T21:31:48.927Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:31:51.026Z] ------------------- [2021-01-19T21:31:51.026Z] stable info: [2021-01-19T21:31:51.026Z] ------------------- [2021-01-19T21:31:51.026Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T21:31:51.026Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T21:31:51.026Z] Message: update stable to v1.0.179 [2021-01-19T21:31:51.604Z] ------------------- [2021-01-19T21:31:51.604Z] experimental info: [2021-01-19T21:31:51.604Z] ------------------- [2021-01-19T21:31:51.604Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T21:31:51.604Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T21:31:51.604Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T21:31:51.878Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T21:31:51.965Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T21:31:52.050Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T21:31:52.155Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T21:31:52.341Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T21:31:52.428Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T21:31:52.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T21:31:52.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T21:31:52.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T21:31:52.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T21:31:52.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T21:31:53.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T21:31:53.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T21:31:53.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T21:31:53.336Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T21:31:53.435Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T21:31:53.544Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T21:31:53.655Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T21:31:53.744Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T21:31:53.846Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T21:31:53.994Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T21:31:54.084Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T21:31:54.175Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T21:31:54.260Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T21:31:54.343Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T21:31:54.423Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T21:31:54.547Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] echo [2021-01-19T21:31:54.633Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c4887d0 [Pipeline] echo [2021-01-19T21:31:54.813Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T21:31:54.976Z] provisioning config files... [2021-01-19T21:31:55.004Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/309@tmp/config3784928744414143090tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:31:55.360Z] ---> docker-login.sh [2021-01-19T21:31:55.360Z] nexus3.edgexfoundry.org:10001 [2021-01-19T21:31:55.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:31:55.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:31:55.887Z] Configure a credential helper to remove this warning. See [2021-01-19T21:31:55.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:31:55.887Z] [2021-01-19T21:31:55.887Z] Login Succeeded [2021-01-19T21:31:55.887Z] nexus3.edgexfoundry.org:10002 [2021-01-19T21:31:55.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:31:56.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:31:56.150Z] Configure a credential helper to remove this warning. See [2021-01-19T21:31:56.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:31:56.150Z] [2021-01-19T21:31:56.150Z] Login Succeeded [2021-01-19T21:31:56.150Z] nexus3.edgexfoundry.org:10003 [2021-01-19T21:31:56.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:31:56.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:31:56.150Z] Configure a credential helper to remove this warning. See [2021-01-19T21:31:56.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:31:56.150Z] [2021-01-19T21:31:56.150Z] Login Succeeded [2021-01-19T21:31:56.150Z] nexus3.edgexfoundry.org:10004 [2021-01-19T21:31:56.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:31:56.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:31:56.414Z] Configure a credential helper to remove this warning. See [2021-01-19T21:31:56.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:31:56.414Z] [2021-01-19T21:31:56.414Z] Login Succeeded [2021-01-19T21:31:56.414Z] docker.io [2021-01-19T21:31:56.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:31:56.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:31:56.944Z] Configure a credential helper to remove this warning. See [2021-01-19T21:31:56.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:31:56.944Z] [2021-01-19T21:31:56.944Z] Login Succeeded [2021-01-19T21:31:56.944Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T21:31:56.956Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T21:31:57.437Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-19T21:31:57.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T21:31:57.438Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T21:31:57.438Z] ++ cut -d/ -f2 [2021-01-19T21:31:57.438Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T21:31:57.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T21:31:57.438Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T21:31:57.438Z] ++ cut -d/ -f2 [2021-01-19T21:31:57.438Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T21:31:57.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T21:31:57.438Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T21:31:57.438Z] ++ cut -d/ -f2 [2021-01-19T21:31:57.438Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T21:31:57.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T21:31:57.438Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T21:31:57.438Z] ++ cut -d/ -f2 [2021-01-19T21:31:57.438Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T21:31:57.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T21:31:57.438Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T21:31:57.438Z] ++ cut -d/ -f2 [2021-01-19T21:31:57.438Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T21:31:57.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T21:31:57.438Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T21:31:57.438Z] ++ cut -d/ -f2 [2021-01-19T21:31:57.438Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T21:31:57.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T21:31:57.438Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T21:31:57.438Z] ++ cut -d/ -f2 [2021-01-19T21:31:57.438Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T21:31:57.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T21:31:57.438Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T21:31:57.438Z] ++ cut -d/ -f2 [2021-01-19T21:31:57.438Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T21:31:57.438Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T21:31:57.438Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T21:31:57.438Z] ++ cut -d/ -f2 [2021-01-19T21:31:57.438Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T21:31:57.522Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:31:58.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:31:58.416Z] [2021-01-19T21:31:58.416Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:31:58.776Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:31:58.776Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T21:31:58.776Z] 31603596830f: Pulling fs layer [2021-01-19T21:31:58.776Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T21:31:58.776Z] 6ca5941a6612: Pulling fs layer [2021-01-19T21:31:58.776Z] ecc8261a40a4: Pulling fs layer [2021-01-19T21:31:58.776Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T21:31:58.776Z] 2a8b12db71e7: Download complete [2021-01-19T21:31:58.776Z] 31603596830f: Download complete [2021-01-19T21:31:59.048Z] ecc8261a40a4: Verifying Checksum [2021-01-19T21:31:59.048Z] ecc8261a40a4: Download complete [2021-01-19T21:31:59.312Z] 6ca5941a6612: Verifying Checksum [2021-01-19T21:31:59.312Z] 6ca5941a6612: Download complete [2021-01-19T21:31:59.312Z] 31603596830f: Pull complete [2021-01-19T21:31:59.575Z] 2a8b12db71e7: Pull complete [2021-01-19T21:32:00.523Z] 6ca5941a6612: Pull complete [2021-01-19T21:32:00.523Z] ecc8261a40a4: Pull complete [2021-01-19T21:32:00.523Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T21:32:00.523Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:32:00.523Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T21:32:00.631Z] prd-centos7-docker-4c-2g-21307 does not seem to be running inside a container [2021-01-19T21:32:00.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T21:32:03.083Z] $ docker top 89771bbfcda037b048b1e72e7ced03ab87582935e47bb9eacc8d0b0c483fb228 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T21:32:03.381Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T21:32:03.381Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T21:32:03.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T21:32:03.636Z] $ docker exec 89771bbfcda037b048b1e72e7ced03ab87582935e47bb9eacc8d0b0c483fb228 ssh-agent [2021-01-19T21:32:03.800Z] SSH_AUTH_SOCK=/tmp/ssh-hhe8uJoIdM9c/agent.12 [2021-01-19T21:32:03.800Z] SSH_AGENT_PID=18 [2021-01-19T21:32:03.810Z] Running ssh-add (command line suppressed) [2021-01-19T21:32:03.930Z] Identity added: /w/workspace/edgex-go/309@tmp/private_key_3304020207670433206.key (/w/workspace/edgex-go/309@tmp/private_key_3304020207670433206.key) [2021-01-19T21:32:03.985Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T21:32:04.319Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T21:32:04.336Z] $ docker exec --env ******** --env ******** 89771bbfcda037b048b1e72e7ced03ab87582935e47bb9eacc8d0b0c483fb228 ssh-agent -k [2021-01-19T21:32:04.447Z] unset SSH_AUTH_SOCK; [2021-01-19T21:32:04.447Z] unset SSH_AGENT_PID; [2021-01-19T21:32:04.447Z] echo Agent pid 18 killed; [2021-01-19T21:32:04.496Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-01-19T21:32:04.619Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.0.0-dev.46' [Pipeline] sshagent [2021-01-19T21:32:04.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T21:32:04.744Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T21:32:04.909Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T21:32:04.914Z] $ docker exec 89771bbfcda037b048b1e72e7ced03ab87582935e47bb9eacc8d0b0c483fb228 ssh-agent [2021-01-19T21:32:05.078Z] SSH_AUTH_SOCK=/tmp/ssh-PS2FG9qhaAHT/agent.47 [2021-01-19T21:32:05.078Z] SSH_AGENT_PID=52 [2021-01-19T21:32:05.085Z] Running ssh-add (command line suppressed) [2021-01-19T21:32:05.200Z] Identity added: /w/workspace/edgex-go/309@tmp/private_key_8296032977147829731.key (/w/workspace/edgex-go/309@tmp/private_key_8296032977147829731.key) [2021-01-19T21:32:05.251Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T21:32:05.592Z] + git semver init [2021-01-19T21:32:05.592Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T21:32:05.592Z] # $GIT_DIR = /w/workspace/edgex-go/309/.git [2021-01-19T21:32:05.592Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/309 [2021-01-19T21:32:05.592Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T21:32:05.592Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T21:32:05.592Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T21:32:05.592Z] # $SEMVER_BRANCH = master [2021-01-19T21:32:05.592Z] # $SEMVER_TEMP = /tmp/semver-379195736 [2021-01-19T21:32:05.592Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T21:32:32.363Z] # '/tmp/semver-379195736' -> '/w/workspace/edgex-go/309/.semver' [2021-01-19T21:32:32.363Z] # -> Force: false [2021-01-19T21:32:32.363Z] # $SEMVER_DIR = /w/workspace/edgex-go/309/.semver [Pipeline] } [2021-01-19T21:32:32.379Z] $ docker exec --env ******** --env ******** 89771bbfcda037b048b1e72e7ced03ab87582935e47bb9eacc8d0b0c483fb228 ssh-agent -k [2021-01-19T21:32:32.613Z] unset SSH_AUTH_SOCK; [2021-01-19T21:32:32.613Z] unset SSH_AGENT_PID; [2021-01-19T21:32:32.613Z] echo Agent pid 52 killed; [2021-01-19T21:32:32.709Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T21:32:33.214Z] + git semver [Pipeline] } [2021-01-19T21:32:33.233Z] $ docker stop --time=1 89771bbfcda037b048b1e72e7ced03ab87582935e47bb9eacc8d0b0c483fb228 [2021-01-19T21:32:35.149Z] $ docker rm -f 89771bbfcda037b048b1e72e7ced03ab87582935e47bb9eacc8d0b0c483fb228 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T21:32:35.709Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T21:32:36.251Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T21:32:36.254Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.47 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T21:32:37.146Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T21:32:37.446Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T21:32:37.747Z] + sudo service docker restart [2021-01-19T21:32:37.748Z] + true [2021-01-19T21:32:37.748Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T21:32:38.342Z] ========================================================= [2021-01-19T21:32:38.342Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T21:32:38.342Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:32:38.689Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T21:32:42.918Z] Sending build context to Docker daemon 326.6MB [2021-01-19T21:32:42.918Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T21:32:42.918Z] Step 2/6 : FROM ${BASE} [2021-01-19T21:32:42.918Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T21:32:42.918Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T21:32:42.918Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T21:32:42.918Z] de9db76c5a1d: Pulling fs layer [2021-01-19T21:32:42.918Z] bca2f99d35d6: Pulling fs layer [2021-01-19T21:32:42.918Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T21:32:42.918Z] 7c6f9722023f: Pulling fs layer [2021-01-19T21:32:42.918Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T21:32:42.918Z] 93359f2a8cfa: Waiting [2021-01-19T21:32:42.918Z] 7c6f9722023f: Waiting [2021-01-19T21:32:42.918Z] a35cf1a2eb13: Waiting [2021-01-19T21:32:42.918Z] bca2f99d35d6: Waiting [2021-01-19T21:32:42.918Z] de9db76c5a1d: Verifying Checksum [2021-01-19T21:32:42.918Z] de9db76c5a1d: Download complete [2021-01-19T21:32:42.918Z] 0ef7d3d256c8: Download complete [2021-01-19T21:32:42.918Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T21:32:42.918Z] 93359f2a8cfa: Download complete [2021-01-19T21:32:42.918Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T21:32:42.918Z] 188c0c94c7c5: Download complete [2021-01-19T21:32:42.918Z] 7c6f9722023f: Verifying Checksum [2021-01-19T21:32:42.918Z] 7c6f9722023f: Download complete [2021-01-19T21:32:43.184Z] 188c0c94c7c5: Pull complete [2021-01-19T21:32:43.447Z] 0ef7d3d256c8: Pull complete [2021-01-19T21:32:43.447Z] de9db76c5a1d: Pull complete [2021-01-19T21:32:44.845Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T21:32:44.845Z] a35cf1a2eb13: Download complete [2021-01-19T21:32:45.798Z] bca2f99d35d6: Verifying Checksum [2021-01-19T21:32:45.798Z] bca2f99d35d6: Download complete [2021-01-19T21:32:51.620Z] Still waiting to schedule task [2021-01-19T21:32:51.620Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T21:32:52.435Z] bca2f99d35d6: Pull complete [2021-01-19T21:32:52.435Z] 93359f2a8cfa: Pull complete [2021-01-19T21:32:52.435Z] 7c6f9722023f: Pull complete [2021-01-19T21:32:55.762Z] a35cf1a2eb13: Pull complete [2021-01-19T21:32:56.035Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T21:32:56.035Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T21:32:56.035Z] ---> a62c8e92a672 [2021-01-19T21:32:56.035Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-19T21:32:56.035Z] ---> Running in c247c28bfebb [2021-01-19T21:32:56.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:32:57.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:32:58.144Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T21:32:58.408Z] (2/12) Installing file (5.38-r0) [2021-01-19T21:32:58.408Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T21:32:58.671Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T21:33:05.285Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T21:33:05.286Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T21:33:05.286Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T21:33:05.286Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T21:33:05.286Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T21:33:05.286Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T21:33:05.286Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T21:33:05.286Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T21:33:05.286Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:33:05.286Z] OK: 233 MiB in 51 packages [2021-01-19T21:33:08.607Z] Removing intermediate container c247c28bfebb [2021-01-19T21:33:08.607Z] ---> 5cd7e3e51f17 [2021-01-19T21:33:08.607Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T21:33:08.607Z] ---> Running in c5d177ffd86a [2021-01-19T21:33:08.872Z] Removing intermediate container c5d177ffd86a [2021-01-19T21:33:08.872Z] ---> 1f9099d94436 [2021-01-19T21:33:08.872Z] Step 5/6 : COPY go.mod . [2021-01-19T21:33:09.149Z] ---> 182d22dfeafa [2021-01-19T21:33:09.149Z] Step 6/6 : RUN go mod download [2021-01-19T21:33:09.149Z] ---> Running in ef40852e9796 [2021-01-19T21:33:31.168Z] Removing intermediate container ef40852e9796 [2021-01-19T21:33:31.168Z] ---> 94a4ceb3a5ba [2021-01-19T21:33:31.168Z] Successfully built 94a4ceb3a5ba [2021-01-19T21:33:31.168Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:33:31.485Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T21:33:31.485Z] . [Pipeline] withDockerContainer [2021-01-19T21:33:31.585Z] prd-centos7-docker-4c-2g-21307 does not seem to be running inside a container [2021-01-19T21:33:31.635Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T21:33:32.567Z] $ docker top df67626f75f04ca23694cb9f9208f48317f75ee12c270293e0327a2af6ed2103 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T21:33:33.089Z] + go version [2021-01-19T21:33:33.089Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T21:33:33.105Z] $ docker stop --time=1 df67626f75f04ca23694cb9f9208f48317f75ee12c270293e0327a2af6ed2103 [2021-01-19T21:33:34.503Z] $ docker rm -f df67626f75f04ca23694cb9f9208f48317f75ee12c270293e0327a2af6ed2103 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:33:35.311Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T21:33:35.311Z] . [Pipeline] withDockerContainer [2021-01-19T21:33:35.417Z] prd-centos7-docker-4c-2g-21307 does not seem to be running inside a container [2021-01-19T21:33:35.465Z] $ 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/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T21:33:36.549Z] $ docker top 797004fbdd9cfcc89d483aca3f6df26a2c56bcdeef8685626672f747355e48b6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T21:33:36.740Z] ========================================================= [2021-01-19T21:33:36.740Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T21:33:36.740Z] ========================================================= [Pipeline] sh [2021-01-19T21:33:37.028Z] + make test [2021-01-19T21:33:37.028Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T21:33:47.078Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T21:33:59.472Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T21:34:07.795Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T21:34:07.796Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T21:34:07.796Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T21:34:07.796Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T21:34:07.796Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T21:34:07.796Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T21:34:08.381Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T21:34:08.648Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T21:34:09.613Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T21:34:11.563Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T21:34:11.563Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T21:34:11.563Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T21:34:13.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.104s coverage: 46.6% of statements [2021-01-19T21:34:13.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T21:34:13.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T21:34:13.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T21:34:13.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T21:34:13.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T21:34:18.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.0% of statements [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T21:34:18.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T21:34:18.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T21:34:18.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 67.9% of statements [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T21:34:18.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.129s coverage: 82.3% of statements [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T21:34:18.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T21:34:19.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.399s coverage: 28.6% of statements [2021-01-19T21:34:19.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T21:34:19.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T21:34:19.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T21:34:19.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T21:34:19.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T21:34:19.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-01-19T21:34:19.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T21:34:19.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-01-19T21:34:19.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T21:34:20.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements [2021-01-19T21:34:20.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T21:34:20.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements [2021-01-19T21:34:20.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T21:34:20.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.090s coverage: 78.3% of statements [2021-01-19T21:34:20.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T21:34:20.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T21:34:20.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T21:34:20.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T21:34:23.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.460s coverage: 92.8% of statements [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T21:34:23.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T21:34:23.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T21:34:23.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T21:34:23.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2021-01-19T21:34:23.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T21:34:23.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-01-19T21:34:23.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements [2021-01-19T21:34:23.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.2% of statements [2021-01-19T21:34:24.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.4% of statements [2021-01-19T21:34:24.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T21:34:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 63.5% of statements [2021-01-19T21:34:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T21:34:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T21:34:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-01-19T21:34:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 91.3% of statements [2021-01-19T21:34:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-01-19T21:34:25.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-01-19T21:34:25.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-01-19T21:34:26.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.295s coverage: 68.9% of statements [2021-01-19T21:34:26.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T21:34:26.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T21:34:26.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T21:34:26.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T21:34:26.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T21:34:27.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 37.0% of statements [2021-01-19T21:34:27.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T21:34:27.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T21:34:27.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.399s coverage: 84.0% of statements [2021-01-19T21:34:27.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-01-19T21:34:29.674Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.1% of statements [2021-01-19T21:34:29.674Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T21:34:29.674Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T21:34:29.674Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T21:34:29.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T21:34:29.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T21:34:29.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-01-19T21:34:29.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T21:34:29.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements [2021-01-19T21:34:29.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T21:34:30.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.815s coverage: 29.1% of statements [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T21:34:30.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T21:34:30.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.072s coverage: 100.0% of statements [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T21:34:30.655Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T21:34:30.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T21:34:30.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T21:34:30.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T21:34:30.922Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-01-19T21:34:31.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-19T21:34:31.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-19T21:34:31.716Z] GO111MODULE=on go vet ./... [2021-01-19T21:34:58.436Z] gofmt -l . [2021-01-19T21:34:58.436Z] [ "`gofmt -l .`" = "" ] [2021-01-19T21:34:58.436Z] ./bin/test-go-mod-tidy.sh [2021-01-19T21:34:58.436Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T21:34:59.065Z] + ls -al . [2021-01-19T21:34:59.065Z] total 656 [2021-01-19T21:34:59.065Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 21:34 . [2021-01-19T21:34:59.065Z] drwxr-xr-x 4 root root 32 Jan 19 21:33 .. [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 21:31 .dockerignore [2021-01-19T21:34:59.065Z] drwxrwxr-x 8 1001 1001 162 Jan 19 21:31 .git [2021-01-19T21:34:59.065Z] drwxrwxr-x 3 1001 1001 125 Jan 19 21:31 .github [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 21:31 .gitignore [2021-01-19T21:34:59.065Z] drwx------ 3 1001 1001 32 Jan 19 21:32 .semver [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 21:31 .sonarcloud.properties [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 21:31 Attribution.txt [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 21:31 CONTRIBUTING.md [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 21:31 Dockerfile.build [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 21:31 Jenkinsfile [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 21:31 LICENSE [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 21:31 Makefile [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 21:31 README.md [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 21:31 SECURITY.md [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 12 Jan 19 21:32 VERSION [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 21:31 ZMQWindows.md [2021-01-19T21:34:59.065Z] drwxrwxr-x 2 1001 1001 117 Jan 19 21:31 bin [2021-01-19T21:34:59.065Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 21:31 cmd [2021-01-19T21:34:59.065Z] -rw-r--r-- 1 root root 550280 Jan 19 21:34 coverage.out [2021-01-19T21:34:59.065Z] -rw-r--r-- 1 root root 981 Jan 19 21:34 go.mod [2021-01-19T21:34:59.065Z] -rw-r--r-- 1 root root 19436 Jan 19 21:34 go.sum [2021-01-19T21:34:59.065Z] drwxrwxr-x 8 1001 1001 127 Jan 19 21:31 internal [2021-01-19T21:34:59.065Z] drwxrwxr-x 4 1001 1001 26 Jan 19 21:31 openapi [2021-01-19T21:34:59.065Z] drwxrwxr-x 4 1001 1001 71 Jan 19 21:31 snap [2021-01-19T21:34:59.065Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 21:31 version.go [Pipeline] sh [2021-01-19T21:34:59.373Z] + '[' -e coverage.out ] [2021-01-19T21:34:59.373Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T21:34:59.573Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T21:34:59.882Z] + make build [2021-01-19T21:34:59.882Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T21:35:03.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T21:35:11.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T21:35:12.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T21:35:13.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T21:35:14.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T21:35:15.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T21:35:16.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T21:35:17.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T21:35:19.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T21:35:20.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T21:35:21.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-19T21:35:22.581Z] $ docker stop --time=1 797004fbdd9cfcc89d483aca3f6df26a2c56bcdeef8685626672f747355e48b6 [2021-01-19T21:35:24.321Z] $ docker rm -f 797004fbdd9cfcc89d483aca3f6df26a2c56bcdeef8685626672f747355e48b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:35:26.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T21:35:26.173Z] [2021-01-19T21:35:26.173Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:35:26.551Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T21:35:26.551Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T21:35:26.551Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T21:35:26.551Z] ca9280d653b3: Pulling fs layer [2021-01-19T21:35:26.551Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T21:35:26.821Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T21:35:26.821Z] cbdbe7a5bc2a: Download complete [2021-01-19T21:35:27.089Z] ca9280d653b3: Verifying Checksum [2021-01-19T21:35:27.089Z] ca9280d653b3: Download complete [2021-01-19T21:35:27.089Z] cbdbe7a5bc2a: Pull complete [2021-01-19T21:35:28.528Z] 7e9c9ca2126c: Download complete [2021-01-19T21:35:28.528Z] ca9280d653b3: Pull complete [2021-01-19T21:35:36.754Z] 7e9c9ca2126c: Pull complete [2021-01-19T21:35:36.754Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T21:35:36.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T21:35:36.754Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T21:35:36.937Z] prd-centos7-docker-4c-2g-21307 does not seem to be running inside a container [2021-01-19T21:35:36.993Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T21:35:38.068Z] $ docker top b5bb712713e0b29784b807b67679ca63c0824e85d558789710d11dc2cfa0af16 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T21:35:38.574Z] + docker-compose build --help [2021-01-19T21:35:38.574Z] + grep parallel [2021-01-19T21:35:39.522Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T21:35:39.537Z] $ docker stop --time=1 b5bb712713e0b29784b807b67679ca63c0824e85d558789710d11dc2cfa0af16 [2021-01-19T21:35:40.904Z] $ docker rm -f b5bb712713e0b29784b807b67679ca63c0824e85d558789710d11dc2cfa0af16 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:35:41.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T21:35:41.531Z] . [Pipeline] withDockerContainer [2021-01-19T21:35:41.632Z] prd-centos7-docker-4c-2g-21307 does not seem to be running inside a container [2021-01-19T21:35:41.684Z] $ 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/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T21:35:42.341Z] $ docker top 772fb5c9a79e2b8cfd6cb81afbc4257108d0dd25af17a28c87ceb5a2d927c9fc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T21:35:42.886Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T21:35:43.834Z] Building docker-core-command-go ... [2021-01-19T21:35:43.834Z] Building docker-core-data-go ... [2021-01-19T21:35:43.834Z] Building docker-core-metadata-go ... [2021-01-19T21:35:43.834Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T21:35:43.834Z] Building docker-security-proxy-setup-go ... [2021-01-19T21:35:43.834Z] Building docker-security-secretstore-setup-go ... [2021-01-19T21:35:43.834Z] Building docker-support-notifications-go ... [2021-01-19T21:35:43.834Z] Building docker-support-scheduler-go ... [2021-01-19T21:35:43.834Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T21:35:43.834Z] Building docker-support-scheduler-go [2021-01-19T21:35:43.834Z] Building docker-security-proxy-setup-go [2021-01-19T21:35:43.834Z] Building docker-sys-mgmt-agent-go [2021-01-19T21:35:43.834Z] Building docker-security-secretstore-setup-go [2021-01-19T21:35:43.834Z] Building docker-core-command-go [2021-01-19T21:35:51.368Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21310 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-19T21:35:51.444Z] Running in /w/workspace/edgex-go/309 [Pipeline] { [Pipeline] checkout [2021-01-19T21:35:56.321Z] using credential edgex-jenkins-ssh [2021-01-19T21:35:56.382Z] Cloning the remote Git repository [2021-01-19T21:35:56.472Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T21:35:56.578Z] > git init /w/workspace/edgex-go/309 # timeout=10 [2021-01-19T21:35:56.659Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T21:35:56.659Z] > git --version # timeout=10 [2021-01-19T21:35:56.675Z] > git --version # 'git version 2.17.1' [2021-01-19T21:35:56.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T21:35:56.728Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T21:36:15.764Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T21:36:15.781Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T21:36:16.243Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:36:16.243Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:36:16.243Z] ---> 94a4ceb3a5ba [2021-01-19T21:36:16.243Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T21:36:16.243Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:36:16.243Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:36:16.243Z] ---> 94a4ceb3a5ba [2021-01-19T21:36:16.243Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T21:36:16.243Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:36:16.243Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:36:16.243Z] ---> 94a4ceb3a5ba [2021-01-19T21:36:16.243Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T21:36:16.243Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:36:16.243Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:36:16.243Z] ---> 94a4ceb3a5ba [2021-01-19T21:36:16.243Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T21:36:16.243Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:36:16.243Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:36:16.243Z] ---> 94a4ceb3a5ba [2021-01-19T21:36:16.243Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T21:36:16.243Z] ---> Running in f39b8f0d18b8 [2021-01-19T21:36:16.243Z] ---> Running in b4263bb7ebb2 [2021-01-19T21:36:16.243Z] ---> Running in e5445a5d05a5 [2021-01-19T21:36:16.243Z] ---> Running in 4c7172ee92d5 [2021-01-19T21:36:16.243Z] ---> Running in f1bf10dad471 [2021-01-19T21:36:16.415Z] Checking out Revision c4887d0c009f35026456fc1c8cef2ef56b2ea654 (master) [2021-01-19T21:36:16.505Z] Removing intermediate container f1bf10dad471 [2021-01-19T21:36:16.506Z] ---> edf78b1e1d67 [2021-01-19T21:36:16.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:36:16.506Z] Removing intermediate container b4263bb7ebb2 [2021-01-19T21:36:16.506Z] ---> 7edc43f24389 [2021-01-19T21:36:16.506Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:36:16.506Z] Removing intermediate container e5445a5d05a5 [2021-01-19T21:36:16.506Z] ---> 5884546b593a [2021-01-19T21:36:16.506Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:36:16.506Z] Removing intermediate container f39b8f0d18b8 [2021-01-19T21:36:16.506Z] ---> 09bcee0cced3 [2021-01-19T21:36:16.506Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:36:16.506Z] Removing intermediate container 4c7172ee92d5 [2021-01-19T21:36:16.506Z] ---> 1c8e3844c8a7 [2021-01-19T21:36:16.506Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:36:16.838Z] ---> Running in a8ddd6b3ef99 [2021-01-19T21:36:16.838Z] ---> Running in 45227e8c25d5 [2021-01-19T21:36:16.838Z] ---> Running in 99a8a5059f9d [2021-01-19T21:36:16.838Z] ---> Running in b2e57c8eb32d [2021-01-19T21:36:16.838Z] ---> Running in e90c643ce03f [2021-01-19T21:36:15.810Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T21:36:15.844Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T21:36:15.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T21:36:15.857Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T21:36:16.443Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T21:36:16.495Z] > git checkout -f c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-19T21:36:19.701Z] Removing intermediate container 99a8a5059f9d [2021-01-19T21:36:19.702Z] ---> 1df5e6a13c78 [2021-01-19T21:36:19.702Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T21:36:19.965Z] ---> Running in 2d132146b38d [2021-01-19T21:36:19.965Z] Removing intermediate container a8ddd6b3ef99 [2021-01-19T21:36:19.965Z] ---> 8493b0cb4166 [2021-01-19T21:36:19.965Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T21:36:19.965Z] Removing intermediate container e90c643ce03f [2021-01-19T21:36:19.965Z] ---> f5330c1c7f99 [2021-01-19T21:36:19.965Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T21:36:19.965Z] Removing intermediate container b2e57c8eb32d [2021-01-19T21:36:19.965Z] ---> 2b9856cd3c61 [2021-01-19T21:36:19.965Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T21:36:20.229Z] Removing intermediate container 45227e8c25d5 [2021-01-19T21:36:20.229Z] ---> 92b030394270 [2021-01-19T21:36:20.229Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T21:36:20.229Z] ---> Running in 281efb1e843e [2021-01-19T21:36:20.229Z] ---> Running in d821a30e2794 [2021-01-19T21:36:20.229Z] ---> Running in 0fb6a6e0cfc8 [2021-01-19T21:36:20.493Z] ---> Running in b521c2b58551 [2021-01-19T21:36:20.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:36:21.021Z] Commit message: "Merge pull request #3049 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.72" [2021-01-19T21:36:21.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:36:21.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:36:21.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:36:21.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:36:21.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T21:36:21.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:36:21.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:36:21.923Z] OK: 233 MiB in 51 packages [2021-01-19T21:36:22.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:36:22.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:36:22.194Z] OK: 233 MiB in 51 packages [2021-01-19T21:36:22.194Z] OK: 233 MiB in 51 packages [2021-01-19T21:36:22.466Z] Removing intermediate container 2d132146b38d [2021-01-19T21:36:22.466Z] ---> 8fcb6c2349e3 [2021-01-19T21:36:22.466Z] Step 6/21 : COPY go.mod . [2021-01-19T21:36:22.644Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T21:36:22.732Z] OK: 233 MiB in 51 packages [2021-01-19T21:36:22.732Z] OK: 233 MiB in 51 packages [2021-01-19T21:36:22.732Z] ---> 3ca2c76a3e9c [2021-01-19T21:36:22.732Z] Step 7/21 : RUN go mod download [2021-01-19T21:36:22.999Z] ---> Running in a3b089be06dc [2021-01-19T21:36:22.999Z] Removing intermediate container 281efb1e843e [2021-01-19T21:36:22.999Z] ---> 8e98c95c46dc [2021-01-19T21:36:22.999Z] Step 6/24 : COPY go.mod . [2021-01-19T21:36:23.048Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T21:36:23.263Z] Removing intermediate container d821a30e2794 [2021-01-19T21:36:23.263Z] ---> 19814f7cfa51 [2021-01-19T21:36:23.263Z] Step 6/22 : COPY go.mod . [2021-01-19T21:36:23.403Z] + true [2021-01-19T21:36:23.403Z] + sudo service docker restart [2021-01-19T21:36:23.525Z] Removing intermediate container 0fb6a6e0cfc8 [2021-01-19T21:36:23.525Z] ---> 58f1b4db95a8 [2021-01-19T21:36:23.525Z] Step 6/21 : COPY go.mod . [2021-01-19T21:36:23.804Z] ---> a8b7b8b4e908 [2021-01-19T21:36:23.804Z] Step 7/22 : RUN go mod download [2021-01-19T21:36:23.804Z] ---> 76395feee50c [2021-01-19T21:36:23.804Z] Step 7/24 : RUN go mod download [2021-01-19T21:36:23.804Z] Removing intermediate container b521c2b58551 [2021-01-19T21:36:23.804Z] ---> 525487bcef7f [2021-01-19T21:36:23.804Z] Step 6/26 : COPY go.mod . [2021-01-19T21:36:23.804Z] ---> Running in 12a21a3316e9 [2021-01-19T21:36:23.804Z] ---> Running in eb8ad70ceb69 [2021-01-19T21:36:24.066Z] ---> 3b0a9bffda36 [2021-01-19T21:36:24.066Z] Step 7/21 : RUN go mod download [2021-01-19T21:36:24.337Z] ---> c02c3c66d8dd [2021-01-19T21:36:24.337Z] Step 7/26 : RUN go mod download [2021-01-19T21:36:24.337Z] ---> Running in af56d6c7a86c [2021-01-19T21:36:24.603Z] ---> Running in c7c54fb3d118 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T21:36:25.551Z] provisioning config files... [2021-01-19T21:36:25.580Z] Removing intermediate container a3b089be06dc [2021-01-19T21:36:25.580Z] ---> 61ab8a74c3ba [2021-01-19T21:36:25.580Z] Step 8/21 : COPY . . [2021-01-19T21:36:25.600Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/309@tmp/config847418160328967111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:36:26.020Z] ---> docker-login.sh [2021-01-19T21:36:26.020Z] nexus3.edgexfoundry.org:10001 [2021-01-19T21:36:26.161Z] Removing intermediate container 12a21a3316e9 [2021-01-19T21:36:26.161Z] ---> 04f622f79bad [2021-01-19T21:36:26.161Z] Step 8/22 : COPY . . [2021-01-19T21:36:26.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:36:27.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:36:27.272Z] Configure a credential helper to remove this warning. See [2021-01-19T21:36:27.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:36:27.272Z] [2021-01-19T21:36:27.272Z] Login Succeeded [2021-01-19T21:36:27.272Z] nexus3.edgexfoundry.org:10002 [2021-01-19T21:36:27.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:36:27.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:36:27.545Z] Configure a credential helper to remove this warning. See [2021-01-19T21:36:27.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:36:27.545Z] [2021-01-19T21:36:27.545Z] Login Succeeded [2021-01-19T21:36:27.546Z] nexus3.edgexfoundry.org:10003 [2021-01-19T21:36:28.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:36:28.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:36:28.139Z] Configure a credential helper to remove this warning. See [2021-01-19T21:36:28.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:36:28.139Z] [2021-01-19T21:36:28.139Z] Login Succeeded [2021-01-19T21:36:28.139Z] nexus3.edgexfoundry.org:10004 [2021-01-19T21:36:28.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:36:28.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:36:28.735Z] Configure a credential helper to remove this warning. See [2021-01-19T21:36:28.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:36:28.735Z] [2021-01-19T21:36:28.735Z] Login Succeeded [2021-01-19T21:36:28.735Z] docker.io [2021-01-19T21:36:29.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:36:29.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:36:29.279Z] Configure a credential helper to remove this warning. See [2021-01-19T21:36:29.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:36:29.279Z] [2021-01-19T21:36:29.279Z] Login Succeeded [2021-01-19T21:36:29.279Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T21:36:29.302Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T21:36:29.754Z] ========================================================= [2021-01-19T21:36:29.754Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T21:36:29.754Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:36:30.142Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T21:36:30.456Z] Removing intermediate container eb8ad70ceb69 [2021-01-19T21:36:30.456Z] ---> 12ee9df26672 [2021-01-19T21:36:30.456Z] Step 8/24 : COPY . . [2021-01-19T21:36:32.118Z] Sending build context to Docker daemon 165.5MB [2021-01-19T21:36:32.393Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T21:36:32.393Z] Step 2/6 : FROM ${BASE} [2021-01-19T21:36:32.393Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T21:36:32.393Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T21:36:32.393Z] a4357932f1b6: Pulling fs layer [2021-01-19T21:36:32.393Z] 18c013af1878: Pulling fs layer [2021-01-19T21:36:32.393Z] 00ac8860ef70: Pulling fs layer [2021-01-19T21:36:32.393Z] 63d7cb157983: Pulling fs layer [2021-01-19T21:36:32.393Z] b116817d02f9: Pulling fs layer [2021-01-19T21:36:32.393Z] 745a02a5169b: Pulling fs layer [2021-01-19T21:36:32.393Z] 63d7cb157983: Waiting [2021-01-19T21:36:32.393Z] b116817d02f9: Waiting [2021-01-19T21:36:32.393Z] 745a02a5169b: Waiting [2021-01-19T21:36:32.393Z] 00ac8860ef70: Waiting [2021-01-19T21:36:32.393Z] 18c013af1878: Download complete [2021-01-19T21:36:32.393Z] a4357932f1b6: Download complete [2021-01-19T21:36:32.393Z] 63d7cb157983: Download complete [2021-01-19T21:36:32.393Z] b116817d02f9: Verifying Checksum [2021-01-19T21:36:32.393Z] b116817d02f9: Download complete [2021-01-19T21:36:32.393Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T21:36:32.393Z] 5f621e34cdf4: Download complete [2021-01-19T21:36:32.430Z] Removing intermediate container af56d6c7a86c [2021-01-19T21:36:32.430Z] ---> c383c4d7d753 [2021-01-19T21:36:32.430Z] Step 8/21 : COPY . . [2021-01-19T21:36:32.430Z] Removing intermediate container c7c54fb3d118 [2021-01-19T21:36:32.430Z] ---> 14ba03cb03f3 [2021-01-19T21:36:32.430Z] Step 8/26 : COPY . . [2021-01-19T21:36:32.996Z] 5f621e34cdf4: Pull complete [2021-01-19T21:36:33.608Z] a4357932f1b6: Pull complete [2021-01-19T21:36:33.887Z] 18c013af1878: Pull complete [2021-01-19T21:36:34.882Z] 745a02a5169b: Verifying Checksum [2021-01-19T21:36:34.882Z] 745a02a5169b: Download complete [2021-01-19T21:36:36.329Z] 00ac8860ef70: Verifying Checksum [2021-01-19T21:36:36.329Z] 00ac8860ef70: Download complete [2021-01-19T21:36:46.513Z] 00ac8860ef70: Pull complete [2021-01-19T21:36:46.786Z] 63d7cb157983: Pull complete [2021-01-19T21:36:47.059Z] b116817d02f9: Pull complete [2021-01-19T21:36:51.380Z] 745a02a5169b: Pull complete [2021-01-19T21:36:51.380Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T21:36:51.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T21:36:51.380Z] ---> b7e6874047d6 [2021-01-19T21:36:51.380Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-19T21:36:54.011Z] ---> Running in 16e399ccddff [2021-01-19T21:36:55.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:36:58.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:37:00.676Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T21:37:01.268Z] (2/12) Installing file (5.38-r0) [2021-01-19T21:37:01.269Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T21:37:01.269Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T21:37:11.717Z] ---> ff73b23314f1 [2021-01-19T21:37:11.717Z] ---> a01204c588b6 [2021-01-19T21:37:11.717Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T21:37:11.717Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T21:37:11.717Z] ---> Running in 3c73caf297ed [2021-01-19T21:37:11.717Z] ---> Running in f41e5df2f6d0 [2021-01-19T21:37:11.717Z] ---> b95d8c851ff2 [2021-01-19T21:37:11.717Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T21:37:11.717Z] ---> 253441290edb [2021-01-19T21:37:11.717Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T21:37:11.717Z] ---> 20a5bb96d6ce [2021-01-19T21:37:11.717Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T21:37:11.717Z] ---> Running in 4e88cc21c084 [2021-01-19T21:37:11.717Z] ---> Running in 0f411d1623ab [2021-01-19T21:37:11.717Z] ---> Running in 38e786d37d2b [2021-01-19T21:37:11.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T21:37:11.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T21:37:11.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T21:37:11.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T21:37:11.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T21:37:19.547Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T21:37:19.547Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T21:37:19.547Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T21:37:19.547Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T21:37:19.547Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T21:37:19.547Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T21:37:19.547Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T21:37:19.547Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T21:37:19.547Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:37:19.547Z] OK: 217 MiB in 51 packages [2021-01-19T21:37:22.935Z] Removing intermediate container 16e399ccddff [2021-01-19T21:37:22.935Z] ---> 1dc5ed8c8fdd [2021-01-19T21:37:22.935Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T21:37:22.935Z] ---> Running in 23ef0441fd88 [2021-01-19T21:37:22.935Z] Removing intermediate container 23ef0441fd88 [2021-01-19T21:37:22.935Z] ---> 2f9eddc141db [2021-01-19T21:37:22.935Z] Step 5/6 : COPY go.mod . [2021-01-19T21:37:23.536Z] ---> a62dbc645744 [2021-01-19T21:37:23.536Z] Step 6/6 : RUN go mod download [2021-01-19T21:37:23.811Z] ---> Running in 937af8d35bb0 [2021-01-19T21:37:38.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T21:37:38.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T21:37:43.949Z] Removing intermediate container 4e88cc21c084 [2021-01-19T21:37:43.949Z] ---> e7dcb8e097de [2021-01-19T21:37:43.949Z] [2021-01-19T21:37:43.949Z] Step 10/21 : FROM scratch [2021-01-19T21:37:43.949Z] ---> [2021-01-19T21:37:43.949Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T21:37:43.949Z] Removing intermediate container 0f411d1623ab [2021-01-19T21:37:43.949Z] ---> fc81466bb639 [2021-01-19T21:37:43.949Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T21:37:43.949Z] ---> Running in cf7399f16bfe [2021-01-19T21:37:43.949Z] ---> Running in 32473143cf0f [2021-01-19T21:37:44.222Z] Removing intermediate container 3c73caf297ed [2021-01-19T21:37:44.222Z] ---> b1325edc41dc [2021-01-19T21:37:44.222Z] [2021-01-19T21:37:44.222Z] Step 10/22 : FROM scratch [2021-01-19T21:37:44.222Z] ---> [2021-01-19T21:37:44.222Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T21:37:44.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T21:37:45.072Z] ---> Running in 4b72468a1d05 [2021-01-19T21:37:45.073Z] Removing intermediate container 32473143cf0f [2021-01-19T21:37:45.073Z] ---> 56a2a1df504d [2021-01-19T21:37:45.073Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T21:37:46.027Z] ---> Running in a5ecee0d8cb0 [2021-01-19T21:37:46.294Z] Removing intermediate container 38e786d37d2b [2021-01-19T21:37:46.294Z] ---> 98fd88e6d115 [2021-01-19T21:37:46.294Z] [2021-01-19T21:37:46.294Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T21:37:46.294Z] Removing intermediate container f41e5df2f6d0 [2021-01-19T21:37:46.294Z] ---> 4dfc34f52e8e [2021-01-19T21:37:46.294Z] [2021-01-19T21:37:46.294Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T21:37:46.294Z] Removing intermediate container 4b72468a1d05 [2021-01-19T21:37:46.294Z] ---> b30a121155da [2021-01-19T21:37:46.294Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T21:37:46.294Z] 3.12: Pulling from library/alpine [2021-01-19T21:37:46.294Z] 3.12: Pulling from library/alpine [2021-01-19T21:37:46.561Z] ---> Running in c5cc9b76057e [2021-01-19T21:37:46.561Z] Removing intermediate container a5ecee0d8cb0 [2021-01-19T21:37:46.561Z] ---> 96104e75a600 [2021-01-19T21:37:46.561Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T21:37:46.561Z] ---> Running in e1819c18fae9 [2021-01-19T21:37:46.826Z] Removing intermediate container c5cc9b76057e [2021-01-19T21:37:46.826Z] ---> 6dba096831e6 [2021-01-19T21:37:46.826Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T21:37:47.093Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T21:37:47.093Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T21:37:47.093Z] Removing intermediate container cf7399f16bfe [2021-01-19T21:37:47.093Z] ---> b6d4bbee89dd [2021-01-19T21:37:47.093Z] [2021-01-19T21:37:47.093Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T21:37:47.093Z] 20.10.0: Pulling from library/docker [2021-01-19T21:37:47.359Z] ---> 389fef711851 [2021-01-19T21:37:47.359Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T21:37:47.359Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T21:37:47.359Z] Status: Image is up to date for alpine:3.12 [2021-01-19T21:37:47.359Z] ---> 389fef711851 [2021-01-19T21:37:47.359Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T21:37:47.628Z] Removing intermediate container e1819c18fae9 [2021-01-19T21:37:47.628Z] ---> 6848bb50a0a6 [2021-01-19T21:37:47.628Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:37:47.628Z] ---> Running in 77792e360536 [2021-01-19T21:37:47.628Z] ---> Running in 57ae394b6766 [2021-01-19T21:37:47.628Z] ---> Running in e7ee75f701c8 [2021-01-19T21:37:48.220Z] Removing intermediate container 77792e360536 [2021-01-19T21:37:48.220Z] ---> 6bccf777d923 [2021-01-19T21:37:48.220Z] Step 14/22 : WORKDIR / [2021-01-19T21:37:48.490Z] ---> ed2731923956 [2021-01-19T21:37:48.490Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T21:37:48.490Z] ---> Running in 4129a66692e0 [2021-01-19T21:37:50.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:37:50.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:37:50.436Z] ---> 2a421e7b6685 [2021-01-19T21:37:50.436Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T21:37:50.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:37:50.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:37:50.436Z] Removing intermediate container 4129a66692e0 [2021-01-19T21:37:50.436Z] ---> 125859c4c830 [2021-01-19T21:37:50.436Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:37:50.436Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T21:37:50.436Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T21:37:50.436Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T21:37:50.436Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T21:37:50.436Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T21:37:50.436Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T21:37:50.436Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T21:37:50.436Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T21:37:50.436Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:37:50.436Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T21:37:50.436Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T21:37:50.436Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:37:50.436Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T21:37:50.436Z] OK: 7 MiB in 18 packages [2021-01-19T21:37:50.633Z] Removing intermediate container 937af8d35bb0 [2021-01-19T21:37:50.634Z] ---> a04dafaf47ee [2021-01-19T21:37:50.634Z] Successfully built a04dafaf47ee [2021-01-19T21:37:50.634Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:37:50.702Z] OK: 7 MiB in 19 packages [2021-01-19T21:37:50.980Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T21:37:50.980Z] . [Pipeline] withDockerContainer [2021-01-19T21:37:51.209Z] prd-ubuntu18.04-docker-arm64-4c-16g-21310 does not seem to be running inside a container [2021-01-19T21:37:51.285Z] ---> a887876eed33 [2021-01-19T21:37:51.285Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T21:37:51.285Z] ---> 236b5bd15bae [2021-01-19T21:37:51.285Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T21:37:51.298Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@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-arm64 cat [2021-01-19T21:37:51.552Z] ---> Running in eb7285439058 [2021-01-19T21:37:51.825Z] Removing intermediate container eb7285439058 [2021-01-19T21:37:51.825Z] ---> 83c68b74b142 [2021-01-19T21:37:51.825Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:37:52.749Z] $ docker top 2fe342dacb5e5e3b98a0e8ee1099091f589844b93908c88bdfe99784d0111ced -eo pid,comm [2021-01-19T21:37:52.803Z] ---> Running in b0fc97b6f89c [2021-01-19T21:37:52.803Z] Removing intermediate container e7ee75f701c8 [2021-01-19T21:37:52.803Z] ---> c958efffcb0a [2021-01-19T21:37:52.803Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T21:37:52.803Z] Removing intermediate container 57ae394b6766 [2021-01-19T21:37:52.803Z] ---> 780959c2c35a [2021-01-19T21:37:52.803Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T21:37:52.803Z] ---> d6d33ea37ae7 [2021-01-19T21:37:52.803Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T21:37:53.071Z] ---> Running in 9409db7801d8 [2021-01-19T21:37:53.071Z] ---> Running in 01c272aef4b5 [2021-01-19T21:37:53.071Z] Removing intermediate container b0fc97b6f89c [2021-01-19T21:37:53.071Z] ---> 36b9d775161b [2021-01-19T21:37:53.071Z] Step 19/21 : LABEL arch=x86_64 [Pipeline] { [Pipeline] sh [2021-01-19T21:37:53.341Z] ---> Running in 0552dbacc239 [2021-01-19T21:37:53.341Z] ---> 206e7ab22d23 [2021-01-19T21:37:53.341Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T21:37:53.341Z] Removing intermediate container 9409db7801d8 [2021-01-19T21:37:53.341Z] ---> f5826c64da97 [2021-01-19T21:37:53.341Z] Step 13/21 : WORKDIR /edgex [2021-01-19T21:37:53.341Z] Removing intermediate container 01c272aef4b5 [2021-01-19T21:37:53.341Z] ---> ef1561d2b4cb [2021-01-19T21:37:53.341Z] Step 13/24 : WORKDIR / [2021-01-19T21:37:53.341Z] ---> Running in 947316a52f26 [2021-01-19T21:37:53.341Z] ---> Running in fea0d8c2e9ca [2021-01-19T21:37:53.607Z] ---> Running in 3dfde163ab10 [2021-01-19T21:37:53.607Z] Removing intermediate container 0552dbacc239 [2021-01-19T21:37:53.607Z] ---> 027eabf0fa77 [2021-01-19T21:37:53.607Z] Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:37:53.767Z] + go version [2021-01-19T21:37:53.768Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T21:37:53.794Z] $ docker stop --time=1 2fe342dacb5e5e3b98a0e8ee1099091f589844b93908c88bdfe99784d0111ced [2021-01-19T21:37:53.886Z] ---> Running in 7fbf8210038b [2021-01-19T21:37:53.886Z] Removing intermediate container 947316a52f26 [2021-01-19T21:37:53.886Z] ---> 5bf50f42a2fc [2021-01-19T21:37:53.886Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:37:53.886Z] Removing intermediate container fea0d8c2e9ca [2021-01-19T21:37:53.886Z] ---> 6f3b15a922a0 [2021-01-19T21:37:53.886Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T21:37:53.886Z] Removing intermediate container 3dfde163ab10 [2021-01-19T21:37:53.886Z] ---> 641714d128e4 [2021-01-19T21:37:53.886Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T21:37:54.153Z] ---> Running in 29a16757c5f7 [2021-01-19T21:37:54.153Z] Removing intermediate container 7fbf8210038b [2021-01-19T21:37:54.153Z] ---> 649629cf7453 [2021-01-19T21:37:54.153Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-19T21:37:54.419Z] ---> Running in 30d2ce122ed8 [2021-01-19T21:37:54.419Z] ---> efb0ab0037bc [2021-01-19T21:37:54.419Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T21:37:54.419Z] ---> cb837c7bf8e1 [2021-01-19T21:37:54.419Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T21:37:54.419Z] Removing intermediate container 29a16757c5f7 [2021-01-19T21:37:54.419Z] ---> b3ab2fbbfa36 [2021-01-19T21:37:54.419Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T21:37:54.683Z] ---> Running in 993a401035d9 [2021-01-19T21:37:54.684Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T21:37:54.684Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T21:37:54.684Z] ---> aefe523efa57 [2021-01-19T21:37:54.684Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T21:37:54.684Z] Removing intermediate container 30d2ce122ed8 [2021-01-19T21:37:54.684Z] ---> d2ac92714a92 [2021-01-19T21:37:54.684Z] [2021-01-19T21:37:54.947Z] ---> 2706e0f25ba0 [2021-01-19T21:37:54.947Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T21:37:54.947Z] ---> d7cdbb28da9a [2021-01-19T21:37:54.947Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T21:37:55.212Z] Successfully built d2ac92714a92 [2021-01-19T21:37:55.476Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T21:37:55.476Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-19T21:37:55.476Z] ---> Running in 1dbc96a7776b [2021-01-19T21:37:55.476Z] Removing intermediate container 993a401035d9 [2021-01-19T21:37:55.476Z] ---> 53ba7945c753 [2021-01-19T21:37:55.476Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:37:55.476Z] ---> 44055ff26426 [2021-01-19T21:37:55.476Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T21:37:55.668Z] $ docker rm -f 2fe342dacb5e5e3b98a0e8ee1099091f589844b93908c88bdfe99784d0111ced [2021-01-19T21:37:55.745Z] ---> d9507eda8df0 [2021-01-19T21:37:55.745Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T21:37:55.745Z] ---> Running in 18022fba0854 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-01-19T21:37:56.023Z] ---> Running in 3c2a1e33c7f8 [2021-01-19T21:37:56.024Z] Removing intermediate container 18022fba0854 [2021-01-19T21:37:56.024Z] ---> 593c5a427cc1 [2021-01-19T21:37:56.024Z] Step 22/22 : LABEL version=2.0.0-dev.47 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:37:56.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T21:37:56.788Z] [2021-01-19T21:37:56.788Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:37:56.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:37:56.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:37:56.993Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T21:37:56.993Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T21:37:56.993Z] Executing bash-5.0.17-r0.post-install [2021-01-19T21:37:57.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T21:37:57.258Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:37:57.258Z] OK: 12 MiB in 22 packages [2021-01-19T21:37:57.489Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T21:37:57.489Z] 29e5d40040c1: Pulling fs layer [2021-01-19T21:37:57.489Z] 1ce36da41761: Pulling fs layer [2021-01-19T21:37:57.489Z] 25b303627fd3: Pulling fs layer [2021-01-19T21:37:57.762Z] 29e5d40040c1: Verifying Checksum [2021-01-19T21:37:57.762Z] 29e5d40040c1: Download complete [2021-01-19T21:37:58.359Z] 29e5d40040c1: Pull complete [2021-01-19T21:37:58.359Z] 1ce36da41761: Verifying Checksum [2021-01-19T21:37:58.359Z] 1ce36da41761: Download complete [2021-01-19T21:37:58.668Z] ---> 9a91a83d7ae8 [2021-01-19T21:37:58.668Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T21:37:58.668Z] ---> Running in ec9664d5a94e [2021-01-19T21:37:58.668Z] Removing intermediate container 3c2a1e33c7f8 [2021-01-19T21:37:58.668Z] ---> e15be94fc45d [2021-01-19T21:37:58.668Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T21:37:59.797Z] 1ce36da41761: Pull complete [2021-01-19T21:38:00.618Z] ---> Running in e8e07e08c0d1 [2021-01-19T21:38:00.771Z] 25b303627fd3: Verifying Checksum [2021-01-19T21:38:00.771Z] 25b303627fd3: Download complete [2021-01-19T21:38:01.218Z] Removing intermediate container ec9664d5a94e [2021-01-19T21:38:01.218Z] ---> 5d734b2ba23b [2021-01-19T21:38:01.218Z] [2021-01-19T21:38:01.218Z] ---> 136779b3ada8 [2021-01-19T21:38:01.218Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T21:38:01.487Z] Removing intermediate container e8e07e08c0d1 [2021-01-19T21:38:01.487Z] ---> 79af94ef535f [2021-01-19T21:38:01.487Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T21:38:01.487Z] Removing intermediate container 1dbc96a7776b [2021-01-19T21:38:01.487Z] ---> fc7f3a8c4fbb [2021-01-19T21:38:01.487Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T21:38:01.487Z] Successfully built 5d734b2ba23b [2021-01-19T21:38:01.487Z] Successfully tagged docker-core-command-go:latest [2021-01-19T21:38:01.487Z] Building docker-core-data-go [2021-01-19T21:38:01.753Z]  Building docker-core-command-go ... done  ---> Running in b1b4376ca6c3 [2021-01-19T21:38:01.753Z] ---> Running in ab2aef463a75 [2021-01-19T21:38:03.172Z] ---> be487be9a7cd [2021-01-19T21:38:03.172Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T21:38:03.765Z] Removing intermediate container b1b4376ca6c3 [2021-01-19T21:38:03.766Z] ---> 387048e3d645 [2021-01-19T21:38:03.766Z] Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:38:03.766Z] Removing intermediate container ab2aef463a75 [2021-01-19T21:38:03.766Z] ---> bd7143673daa [2021-01-19T21:38:03.766Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T21:38:04.043Z] ---> Running in a9a53a049d9c [2021-01-19T21:38:04.646Z] ---> Running in fa46c071f8b5 [2021-01-19T21:38:04.646Z] ---> Running in 4bf13f48d2c7 [2021-01-19T21:38:07.267Z] Removing intermediate container fa46c071f8b5 [2021-01-19T21:38:07.267Z] ---> 09e1d79cb6a4 [2021-01-19T21:38:07.267Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-19T21:38:07.539Z] Removing intermediate container 4bf13f48d2c7 [2021-01-19T21:38:07.539Z] ---> cacf223bfa56 [2021-01-19T21:38:07.539Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T21:38:09.512Z] ---> Running in de25e3702f74 [2021-01-19T21:38:10.105Z] ---> Running in da0da5e982e3 [2021-01-19T21:38:10.917Z] 25b303627fd3: Pull complete [2021-01-19T21:38:10.917Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T21:38:10.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T21:38:10.917Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T21:38:11.080Z] Removing intermediate container de25e3702f74 [2021-01-19T21:38:11.080Z] ---> b96f49a76490 [2021-01-19T21:38:11.080Z] [2021-01-19T21:38:11.080Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:38:11.080Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:38:11.080Z] ---> 94a4ceb3a5ba [2021-01-19T21:38:11.080Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T21:38:11.080Z] ---> Using cache [2021-01-19T21:38:11.080Z] ---> 1c8e3844c8a7 [2021-01-19T21:38:11.080Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:38:11.080Z] ---> Using cache [2021-01-19T21:38:11.080Z] ---> f5330c1c7f99 [2021-01-19T21:38:11.080Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T21:38:11.165Z] prd-ubuntu18.04-docker-arm64-4c-16g-21310 does not seem to be running inside a container [2021-01-19T21:38:11.254Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T21:38:11.350Z] Successfully built b96f49a76490 [2021-01-19T21:38:11.619Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T21:38:11.619Z] Building docker-core-metadata-go [2021-01-19T21:38:11.619Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container da0da5e982e3 [2021-01-19T21:38:11.619Z] ---> 84fee79de3b5 [2021-01-19T21:38:11.619Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T21:38:11.887Z] ---> Running in 272fe337b2d2 [2021-01-19T21:38:11.887Z] Removing intermediate container a9a53a049d9c [2021-01-19T21:38:11.887Z] ---> f86f3b2a3830 [2021-01-19T21:38:11.887Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T21:38:12.163Z] ---> Running in 9f6c41df5300 [2021-01-19T21:38:13.594Z] Removing intermediate container 9f6c41df5300 [2021-01-19T21:38:13.594Z] ---> 53fd2f0790ca [2021-01-19T21:38:13.594Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T21:38:14.174Z] $ docker top 8397fa2f66bf2b71b885633810fed0e0e44bbebac379a6e4300989a0b9ee1dd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T21:38:14.563Z] ---> Running in 31cbb012b423 [2021-01-19T21:38:14.564Z] ---> e0f42b9de7f3 [2021-01-19T21:38:14.564Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T21:38:14.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:38:15.150Z] + docker-compose build --help [2021-01-19T21:38:15.150Z] + grep parallel [2021-01-19T21:38:15.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:38:16.117Z] OK: 233 MiB in 51 packages [2021-01-19T21:38:16.117Z] Removing intermediate container 31cbb012b423 [2021-01-19T21:38:16.117Z] ---> d1fd16bcac10 [2021-01-19T21:38:16.117Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:38:16.117Z] ---> 6de608eeeaea [2021-01-19T21:38:16.117Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T21:38:16.390Z] ---> Running in 44f3b30ed712 [2021-01-19T21:38:17.812Z] Removing intermediate container 44f3b30ed712 [2021-01-19T21:38:17.812Z] ---> dbaa07b478f4 [2021-01-19T21:38:17.812Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-19T21:38:18.077Z] ---> f0ffa5544392 [2021-01-19T21:38:18.077Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T21:38:18.346Z] ---> Running in df1e49a6a040 [2021-01-19T21:38:18.529Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T21:38:18.555Z] $ docker stop --time=1 8397fa2f66bf2b71b885633810fed0e0e44bbebac379a6e4300989a0b9ee1dd0 [2021-01-19T21:38:18.620Z] ---> Running in bca9f43fefb9 [2021-01-19T21:38:19.584Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:38:19.584Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:38:19.584Z] ---> 94a4ceb3a5ba [2021-01-19T21:38:19.584Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T21:38:19.584Z] ---> Using cache [2021-01-19T21:38:19.584Z] ---> 1c8e3844c8a7 [2021-01-19T21:38:19.584Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:38:19.584Z] ---> Using cache [2021-01-19T21:38:19.584Z] ---> f5330c1c7f99 [2021-01-19T21:38:19.584Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T21:38:19.853Z] Removing intermediate container 272fe337b2d2 [2021-01-19T21:38:19.853Z] ---> cab7d1773252 [2021-01-19T21:38:19.853Z] Step 6/24 : COPY go.mod . [2021-01-19T21:38:19.853Z] Removing intermediate container df1e49a6a040 [2021-01-19T21:38:19.853Z] ---> 2d78db2ae486 [2021-01-19T21:38:19.853Z] [2021-01-19T21:38:20.444Z] Successfully built 2d78db2ae486 [2021-01-19T21:38:20.444Z] ---> Running in aff3dc030664 [2021-01-19T21:38:20.444Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T21:38:20.444Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-19T21:38:20.444Z] ---> 4f7510679613 [2021-01-19T21:38:20.444Z] Step 7/24 : RUN go mod download [2021-01-19T21:38:20.461Z] $ docker rm -f 8397fa2f66bf2b71b885633810fed0e0e44bbebac379a6e4300989a0b9ee1dd0 [2021-01-19T21:38:20.713Z] ---> Running in b8554b8cb4c0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:38:21.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T21:38:21.216Z] . [Pipeline] withDockerContainer [2021-01-19T21:38:21.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:38:21.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:38:21.482Z] prd-ubuntu18.04-docker-arm64-4c-16g-21310 does not seem to be running inside a container [2021-01-19T21:38:21.577Z] $ 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/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T21:38:21.589Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T21:38:22.187Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T21:38:22.187Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T21:38:22.187Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T21:38:22.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:38:22.773Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T21:38:22.773Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T21:38:22.773Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T21:38:22.838Z] $ docker top 3f6d62e2ef5148e20a6c014eaedcf23819f722364cd3172a8b580a2ee3571b7a -eo pid,comm [2021-01-19T21:38:23.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-01-19T21:38:23.701Z] OK: 233 MiB in 51 packages [2021-01-19T21:38:23.922Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T21:38:27.296Z] Building docker-core-command-go ... [2021-01-19T21:38:27.296Z] Building docker-core-data-go ... [2021-01-19T21:38:27.296Z] Building docker-core-metadata-go ... [2021-01-19T21:38:27.296Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T21:38:27.296Z] Building docker-security-proxy-setup-go ... [2021-01-19T21:38:27.296Z] Building docker-security-secretstore-setup-go ... [2021-01-19T21:38:27.296Z] Building docker-support-notifications-go ... [2021-01-19T21:38:27.296Z] Building docker-support-scheduler-go ... [2021-01-19T21:38:27.296Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T21:38:27.296Z] Building docker-core-command-go [2021-01-19T21:38:27.296Z] Building docker-security-secretstore-setup-go [2021-01-19T21:38:27.296Z] Building docker-support-scheduler-go [2021-01-19T21:38:27.296Z] Building docker-security-bootstrap-redis-go [2021-01-19T21:38:27.296Z] Building docker-core-data-go [2021-01-19T21:38:30.366Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T21:38:30.366Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T21:38:30.366Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T21:38:30.366Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T21:38:30.366Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T21:38:30.366Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T21:38:30.629Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T21:38:30.892Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T21:38:30.892Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T21:38:30.892Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T21:38:30.892Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T21:38:30.892Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T21:38:31.841Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:38:31.841Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:38:31.841Z] ---> 94a4ceb3a5ba [2021-01-19T21:38:31.841Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T21:38:31.841Z] ---> Using cache [2021-01-19T21:38:31.841Z] ---> 1c8e3844c8a7 [2021-01-19T21:38:31.841Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:38:31.841Z] ---> Using cache [2021-01-19T21:38:31.841Z] ---> f5330c1c7f99 [2021-01-19T21:38:31.841Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T21:38:31.841Z] ---> Using cache [2021-01-19T21:38:31.841Z] ---> 8e98c95c46dc [2021-01-19T21:38:31.841Z] Step 6/22 : COPY go.mod . [2021-01-19T21:38:31.841Z] ---> Using cache [2021-01-19T21:38:31.841Z] ---> 76395feee50c [2021-01-19T21:38:31.841Z] Step 7/22 : RUN go mod download [2021-01-19T21:38:31.841Z] ---> Using cache [2021-01-19T21:38:31.841Z] ---> 12ee9df26672 [2021-01-19T21:38:31.841Z] Step 8/22 : COPY . . [2021-01-19T21:38:31.841Z] ---> Using cache [2021-01-19T21:38:31.841Z] ---> 20a5bb96d6ce [2021-01-19T21:38:31.841Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T21:38:31.841Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T21:38:32.422Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T21:38:32.689Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T21:38:32.689Z] Removing intermediate container aff3dc030664 [2021-01-19T21:38:32.689Z] ---> d1bcb737cb8e [2021-01-19T21:38:32.689Z] Step 6/23 : COPY go.mod . [2021-01-19T21:38:32.689Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T21:38:32.959Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T21:38:32.959Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T21:38:33.232Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T21:38:33.233Z] ---> Running in e8192821e58b [2021-01-19T21:38:33.233Z] Removing intermediate container b8554b8cb4c0 [2021-01-19T21:38:33.233Z] ---> 86d5897eba91 [2021-01-19T21:38:33.233Z] Step 8/24 : COPY . . [2021-01-19T21:38:33.233Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T21:38:33.233Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T21:38:33.233Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T21:38:33.233Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T21:38:33.497Z] ---> 43cc2cafabf9 [2021-01-19T21:38:33.497Z] Step 7/23 : RUN go mod download [2021-01-19T21:38:33.497Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T21:38:33.761Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T21:38:33.761Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T21:38:36.358Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:38:36.628Z] OK: 71 MiB in 55 packages [2021-01-19T21:38:36.628Z] ---> Running in b057052a12d8 [2021-01-19T21:38:36.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T21:38:43.628Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:38:43.628Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:38:43.628Z] ---> 94a4ceb3a5ba [2021-01-19T21:38:43.628Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T21:38:43.628Z] ---> Using cache [2021-01-19T21:38:43.628Z] ---> 1c8e3844c8a7 [2021-01-19T21:38:43.628Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:38:43.628Z] ---> Using cache [2021-01-19T21:38:43.628Z] ---> f5330c1c7f99 [2021-01-19T21:38:43.628Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T21:38:43.628Z] ---> Using cache [2021-01-19T21:38:43.628Z] ---> 8e98c95c46dc [2021-01-19T21:38:43.628Z] Step 6/22 : COPY go.mod . [2021-01-19T21:38:43.628Z] ---> Using cache [2021-01-19T21:38:43.628Z] ---> 76395feee50c [2021-01-19T21:38:43.628Z] Step 7/22 : RUN go mod download [2021-01-19T21:38:43.628Z] ---> Using cache [2021-01-19T21:38:43.628Z] ---> 12ee9df26672 [2021-01-19T21:38:43.628Z] Step 8/22 : COPY . . [2021-01-19T21:38:43.628Z] ---> Using cache [2021-01-19T21:38:43.628Z] ---> 20a5bb96d6ce [2021-01-19T21:38:43.628Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T21:38:43.628Z] Removing intermediate container b057052a12d8 [2021-01-19T21:38:43.628Z] ---> 247f4eff9d25 [2021-01-19T21:38:43.628Z] Step 8/23 : COPY . . [2021-01-19T21:38:45.099Z] ---> Running in ca4f33db4f42 [2021-01-19T21:38:47.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T21:39:05.901Z] Removing intermediate container bca9f43fefb9 [2021-01-19T21:39:05.901Z] ---> 4f829c284fca [2021-01-19T21:39:05.901Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T21:39:05.901Z] ---> c08bbba033d4 [2021-01-19T21:39:05.901Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T21:39:05.901Z] ---> Running in f68e23ef8505 [2021-01-19T21:39:05.901Z] ---> Running in aecd3c180c91 [2021-01-19T21:39:09.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T21:39:11.920Z] ---> d58ae32b14a0 [2021-01-19T21:39:11.920Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T21:39:12.189Z] ---> Running in 89e01c552747 [2021-01-19T21:39:13.168Z] Collecting docker-compose==1.23.2 [2021-01-19T21:39:13.168Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T21:39:13.460Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T21:39:13.460Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-19T21:39:13.460Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T21:39:13.460Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T21:39:13.727Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T21:39:13.727Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T21:39:14.263Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:39:14.263Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:39:14.263Z] ---> a04dafaf47ee [2021-01-19T21:39:14.263Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T21:39:14.263Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:39:14.263Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:39:14.263Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:39:14.263Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:39:14.263Z] ---> a04dafaf47ee [2021-01-19T21:39:14.263Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T21:39:14.263Z] ---> a04dafaf47ee [2021-01-19T21:39:14.263Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T21:39:14.263Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:39:14.263Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:39:14.263Z] ---> a04dafaf47ee [2021-01-19T21:39:14.263Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T21:39:14.263Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:39:14.263Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:39:14.263Z] ---> a04dafaf47ee [2021-01-19T21:39:14.263Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T21:39:15.715Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T21:39:15.716Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T21:39:15.716Z] Removing intermediate container ca4f33db4f42 [2021-01-19T21:39:15.716Z] ---> 63e9d32a50b8 [2021-01-19T21:39:15.716Z] [2021-01-19T21:39:15.716Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T21:39:15.716Z] ---> 389fef711851 [2021-01-19T21:39:15.716Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T21:39:15.716Z] ---> Using cache [2021-01-19T21:39:15.716Z] ---> 780959c2c35a [2021-01-19T21:39:15.716Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T21:39:16.258Z] ---> Running in 4ea2a7e134ad [2021-01-19T21:39:16.258Z] ---> Running in 89cc8ebf9558 [2021-01-19T21:39:16.258Z] ---> Running in faa111f42216 [2021-01-19T21:39:16.258Z] ---> Running in 525e44b76f16 [2021-01-19T21:39:16.258Z] ---> Running in 1e2d62c3aec1 [2021-01-19T21:39:16.300Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T21:39:16.300Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T21:39:16.573Z] ---> Running in 5e7c8f6bf931 [2021-01-19T21:39:16.840Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T21:39:16.840Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T21:39:16.840Z] Removing intermediate container e8192821e58b [2021-01-19T21:39:16.840Z] ---> f7510ed1f263 [2021-01-19T21:39:16.840Z] [2021-01-19T21:39:16.840Z] Step 10/22 : FROM scratch [2021-01-19T21:39:16.840Z] ---> [2021-01-19T21:39:16.840Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T21:39:16.865Z] Removing intermediate container faa111f42216 [2021-01-19T21:39:16.865Z] ---> cb2056a4363d [2021-01-19T21:39:16.865Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:39:16.865Z] Removing intermediate container 89cc8ebf9558 [2021-01-19T21:39:16.865Z] ---> 5322ee1179f1 [2021-01-19T21:39:16.865Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:39:17.116Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T21:39:17.117Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T21:39:17.142Z] Removing intermediate container 525e44b76f16 [2021-01-19T21:39:17.142Z] ---> b781edf256f0 [2021-01-19T21:39:17.142Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:39:17.142Z] Removing intermediate container 1e2d62c3aec1 [2021-01-19T21:39:17.142Z] Removing intermediate container 4ea2a7e134ad [2021-01-19T21:39:17.142Z] ---> 66a233880b23 [2021-01-19T21:39:17.142Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:39:17.142Z] ---> e00251561947 [2021-01-19T21:39:17.142Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:39:17.142Z] ---> Running in 21f13e5accd2 [2021-01-19T21:39:17.142Z] ---> Running in 5d09c0772101 [2021-01-19T21:39:17.384Z] ---> Using cache [2021-01-19T21:39:17.384Z] ---> b30a121155da [2021-01-19T21:39:17.384Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T21:39:17.384Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T21:39:17.384Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T21:39:17.384Z] Removing intermediate container 5e7c8f6bf931 [2021-01-19T21:39:17.384Z] ---> ac567c3c9c50 [2021-01-19T21:39:17.384Z] Step 13/22 : WORKDIR / [2021-01-19T21:39:17.384Z] ---> Running in 44df7a367869 [2021-01-19T21:39:17.420Z] ---> Running in 9a3f238ae1d8 [2021-01-19T21:39:17.420Z] ---> Running in f7d7c6ade451 [2021-01-19T21:39:17.420Z] ---> Running in 4453e47315d8 [2021-01-19T21:39:17.651Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T21:39:17.651Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T21:39:17.651Z] ---> Running in 1ab5cb7e6b90 [2021-01-19T21:39:17.922Z] Removing intermediate container 44df7a367869 [2021-01-19T21:39:17.922Z] ---> c457ec01620f [2021-01-19T21:39:17.922Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T21:39:17.922Z] ---> Running in 05e16af78f22 [2021-01-19T21:39:18.195Z] Removing intermediate container 1ab5cb7e6b90 [2021-01-19T21:39:18.195Z] ---> e1b62959c643 [2021-01-19T21:39:18.195Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:39:18.195Z] Removing intermediate container 05e16af78f22 [2021-01-19T21:39:18.195Z] ---> e939780bd468 [2021-01-19T21:39:18.195Z] Step 14/22 : WORKDIR / [2021-01-19T21:39:18.469Z] ---> Running in be941900bb3d [2021-01-19T21:39:18.469Z] Collecting PyYAML<4,>=3.10 [2021-01-19T21:39:18.469Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T21:39:18.747Z] Removing intermediate container be941900bb3d [2021-01-19T21:39:18.748Z] ---> 422cee52d5fc [2021-01-19T21:39:18.748Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:39:21.340Z] ---> a415f76c3fc8 [2021-01-19T21:39:21.340Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T21:39:21.340Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T21:39:21.340Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T21:39:21.340Z] ---> 4f0b2b93588d [2021-01-19T21:39:21.340Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T21:39:21.340Z] Collecting idna<2.8,>=2.5 [2021-01-19T21:39:21.340Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T21:39:21.340Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-19T21:39:21.340Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-19T21:39:21.340Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T21:39:21.340Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T21:39:21.340Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T21:39:21.340Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T21:39:21.340Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T21:39:21.340Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T21:39:21.623Z] Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, texttable, docopt, jsonschema, cached-property, dockerpty, PyYAML, docker-compose [2021-01-19T21:39:21.787Z] Removing intermediate container 21f13e5accd2 [2021-01-19T21:39:21.787Z] ---> a7f7c2a58d73 [2021-01-19T21:39:21.787Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T21:39:21.787Z] ---> Running in 07ccb2a8c83e [2021-01-19T21:39:21.787Z] Removing intermediate container 9a3f238ae1d8 [2021-01-19T21:39:21.787Z] ---> ef9df23124ff [2021-01-19T21:39:21.787Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T21:39:21.787Z] Removing intermediate container 5d09c0772101 [2021-01-19T21:39:21.787Z] ---> c4357879bc4c [2021-01-19T21:39:21.787Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T21:39:21.787Z] ---> Running in ae2da4a8ad86 [2021-01-19T21:39:21.787Z] Removing intermediate container f7d7c6ade451 [2021-01-19T21:39:21.787Z] ---> 26066694f01b [2021-01-19T21:39:21.787Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T21:39:21.787Z] ---> Running in a7b3bf9c34f7 [2021-01-19T21:39:22.066Z] Removing intermediate container 4453e47315d8 [2021-01-19T21:39:22.066Z] ---> c4dd820d1b0e [2021-01-19T21:39:22.066Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T21:39:22.066Z] ---> Running in e13731923f46 [2021-01-19T21:39:22.233Z] Attempting uninstall: idna [2021-01-19T21:39:22.233Z] Found existing installation: idna 2.9 [2021-01-19T21:39:22.233Z] Uninstalling idna-2.9: [2021-01-19T21:39:22.233Z] ---> 0e1b179838f6 [2021-01-19T21:39:22.233Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T21:39:22.233Z] Successfully uninstalled idna-2.9 [2021-01-19T21:39:22.341Z] ---> Running in 556eee5b1bc8 [2021-01-19T21:39:22.512Z] Attempting uninstall: urllib3 [2021-01-19T21:39:22.512Z] Found existing installation: urllib3 1.25.9 [2021-01-19T21:39:22.512Z] Uninstalling urllib3-1.25.9: [2021-01-19T21:39:22.797Z] ---> 78dcc807a088 [2021-01-19T21:39:22.797Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T21:39:22.797Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T21:39:23.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:39:23.395Z] ---> eddd7dd3f8b8 [2021-01-19T21:39:23.395Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T21:39:23.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:39:23.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:39:23.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:39:24.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:39:24.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:39:24.371Z] Attempting uninstall: requests [2021-01-19T21:39:24.371Z] Found existing installation: requests 2.23.0 [2021-01-19T21:39:24.371Z] Uninstalling requests-2.23.0: [2021-01-19T21:39:24.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:39:24.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:39:24.719Z] OK: 217 MiB in 51 packages [2021-01-19T21:39:24.963Z] Successfully uninstalled requests-2.23.0 [2021-01-19T21:39:24.964Z] ---> 70dab71fda9b [2021-01-19T21:39:24.964Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T21:39:24.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:39:24.996Z] OK: 217 MiB in 51 packages [2021-01-19T21:39:25.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:39:25.558Z] OK: 217 MiB in 51 packages [2021-01-19T21:39:25.945Z] ---> 683f3dade6e5 [2021-01-19T21:39:25.945Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T21:39:25.945Z] ---> Running in fd0c0a9f3b7b [2021-01-19T21:39:26.159Z] OK: 217 MiB in 51 packages [2021-01-19T21:39:26.231Z] ---> Running in c222b7333b9b [2021-01-19T21:39:26.434Z] OK: 217 MiB in 51 packages [2021-01-19T21:39:26.710Z] Removing intermediate container 07ccb2a8c83e [2021-01-19T21:39:26.710Z] ---> 5abdd53a1d3e [2021-01-19T21:39:26.710Z] Step 6/23 : COPY go.mod . [2021-01-19T21:39:26.710Z] Removing intermediate container ae2da4a8ad86 [2021-01-19T21:39:26.710Z] ---> 53a56f33447b [2021-01-19T21:39:26.710Z] Step 6/22 : COPY go.mod . [2021-01-19T21:39:26.816Z] Removing intermediate container fd0c0a9f3b7b [2021-01-19T21:39:26.816Z] ---> 6a25f7bc6ec5 [2021-01-19T21:39:26.816Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:39:27.414Z] Running setup.py install for texttable: started [2021-01-19T21:39:27.692Z] ---> Running in 972956bff2fe [2021-01-19T21:39:27.698Z] Removing intermediate container a7b3bf9c34f7 [2021-01-19T21:39:27.698Z] ---> 5cf1646077f1 [2021-01-19T21:39:27.698Z] Step 6/22 : COPY go.mod . [2021-01-19T21:39:27.962Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T21:39:27.962Z] Running setup.py install for docopt: started [2021-01-19T21:39:27.973Z] Removing intermediate container e13731923f46 [2021-01-19T21:39:27.973Z] ---> 14372a416b0a [2021-01-19T21:39:27.973Z] Step 6/24 : COPY go.mod . [2021-01-19T21:39:27.973Z] ---> a0b2a6fe7df8 [2021-01-19T21:39:27.973Z] Step 7/22 : RUN go mod download [2021-01-19T21:39:27.973Z] ---> 180941befc08 [2021-01-19T21:39:27.973Z] Step 7/23 : RUN go mod download [2021-01-19T21:39:28.249Z] ---> Running in ffc135249780 [2021-01-19T21:39:28.249Z] ---> Running in f8c58014d5e5 [2021-01-19T21:39:28.249Z] Removing intermediate container 556eee5b1bc8 [2021-01-19T21:39:28.249Z] ---> 81adc0447d94 [2021-01-19T21:39:28.249Z] Step 6/21 : COPY go.mod . [2021-01-19T21:39:28.530Z] ---> ab4c5650719c [2021-01-19T21:39:28.530Z] Step 7/22 : RUN go mod download [2021-01-19T21:39:28.805Z] ---> 7cdeb7a3794c [2021-01-19T21:39:28.805Z] Step 7/24 : RUN go mod download [2021-01-19T21:39:28.805Z] ---> Running in 504815c820ca [2021-01-19T21:39:28.940Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T21:39:28.940Z] Removing intermediate container 972956bff2fe [2021-01-19T21:39:28.940Z] ---> 5b8f9b65c46d [2021-01-19T21:39:28.940Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T21:39:29.089Z] ---> Running in cc239668b586 [2021-01-19T21:39:29.382Z] ---> 9f5d0a17dc18 [2021-01-19T21:39:29.382Z] Step 7/21 : RUN go mod download [2021-01-19T21:39:29.535Z] ---> Running in dff27b806327 [2021-01-19T21:39:29.665Z] ---> Running in f8ddd5553fd6 [2021-01-19T21:39:29.805Z] Running setup.py install for dockerpty: started [2021-01-19T21:39:30.413Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T21:39:30.413Z] Running setup.py install for PyYAML: started [2021-01-19T21:39:30.413Z] Removing intermediate container dff27b806327 [2021-01-19T21:39:30.413Z] ---> d373cfbf94a5 [2021-01-19T21:39:30.413Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:39:30.691Z] ---> Running in 9ba9cad2a8f0 [2021-01-19T21:39:31.287Z] Removing intermediate container c222b7333b9b [2021-01-19T21:39:31.287Z] ---> d4b630be7862 [2021-01-19T21:39:31.287Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T21:39:31.287Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T21:39:32.719Z] Removing intermediate container 9ba9cad2a8f0 [2021-01-19T21:39:32.719Z] ---> 4ecfda1b770e [2021-01-19T21:39:32.719Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-19T21:39:32.719Z] ---> Running in 2d250876e9e4 [2021-01-19T21:39:33.001Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-19T21:39:33.001Z] Removing intermediate container f68e23ef8505 [2021-01-19T21:39:33.001Z] ---> d7b5a0f33fe7 [2021-01-19T21:39:33.001Z] [2021-01-19T21:39:33.001Z] Step 10/24 : FROM scratch [2021-01-19T21:39:33.001Z] ---> [2021-01-19T21:39:33.001Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T21:39:33.278Z] ---> Running in e5842e7238e4 [2021-01-19T21:39:33.278Z] Removing intermediate container 2d250876e9e4 [2021-01-19T21:39:33.278Z] ---> c8a3eec0602f [2021-01-19T21:39:33.278Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T21:39:33.278Z] ---> Running in 14a9fae0c6df [2021-01-19T21:39:33.550Z] Removing intermediate container e5842e7238e4 [2021-01-19T21:39:33.550Z] ---> 362735227f57 [2021-01-19T21:39:33.550Z] [2021-01-19T21:39:33.550Z] ---> Running in b4f187433f90 [2021-01-19T21:39:33.819Z] Removing intermediate container 14a9fae0c6df [2021-01-19T21:39:33.819Z] ---> 3a95f1a8503a [2021-01-19T21:39:33.819Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T21:39:33.819Z] ---> Running in 9fe2d86d1c87 [2021-01-19T21:39:33.819Z] Successfully built 362735227f57 [2021-01-19T21:39:33.819Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T21:39:33.819Z]  Building docker-core-metadata-go ... done Removing intermediate container b4f187433f90 [2021-01-19T21:39:33.819Z] ---> 537b1fea7fbb [2021-01-19T21:39:33.819Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:39:34.005Z] Removing intermediate container f8c58014d5e5 [2021-01-19T21:39:34.005Z] ---> 0fadcdb5e7cd [2021-01-19T21:39:34.005Z] Step 8/22 : COPY . . [2021-01-19T21:39:34.005Z] Removing intermediate container ffc135249780 [2021-01-19T21:39:34.005Z] ---> b24a420e7742 [2021-01-19T21:39:34.005Z] Step 8/23 : COPY . . [2021-01-19T21:39:34.005Z] Removing intermediate container 504815c820ca [2021-01-19T21:39:34.005Z] ---> 2e4abe3355ed [2021-01-19T21:39:34.005Z] Step 8/22 : COPY . . [2021-01-19T21:39:34.005Z] Removing intermediate container cc239668b586 [2021-01-19T21:39:34.005Z] ---> 738827a0466b [2021-01-19T21:39:34.005Z] Step 8/24 : COPY . . [2021-01-19T21:39:34.005Z] Removing intermediate container f8ddd5553fd6 [2021-01-19T21:39:34.005Z] ---> e279a821acf1 [2021-01-19T21:39:34.005Z] Step 8/21 : COPY . . [2021-01-19T21:39:34.097Z] ---> Running in 3d01ee4d2e7d [2021-01-19T21:39:34.097Z] Removing intermediate container 9fe2d86d1c87 [2021-01-19T21:39:34.097Z] ---> 402c4c121fa2 [2021-01-19T21:39:34.097Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T21:39:34.368Z] ---> Running in 87670d5182ae [2021-01-19T21:39:34.369Z] Removing intermediate container 3d01ee4d2e7d [2021-01-19T21:39:34.369Z] ---> ae7e4b08805a [2021-01-19T21:39:34.369Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-19T21:39:34.369Z] ---> Running in 0cc082759cad [2021-01-19T21:39:35.769Z] Removing intermediate container 87670d5182ae [2021-01-19T21:39:35.769Z] ---> 2a6f17d42fc1 [2021-01-19T21:39:35.769Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T21:39:36.716Z] Removing intermediate container 0cc082759cad [2021-01-19T21:39:36.716Z] ---> 67ab9c5d2ac7 [2021-01-19T21:39:36.716Z] [2021-01-19T21:39:36.716Z] Removing intermediate container aecd3c180c91 [2021-01-19T21:39:36.716Z] ---> d493efcb07d0 [2021-01-19T21:39:36.716Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T21:39:36.716Z] Successfully built 67ab9c5d2ac7 [2021-01-19T21:39:36.984Z] ---> 9238704e2ccd [2021-01-19T21:39:36.984Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T21:39:36.984Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T21:39:36.984Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 3bf3da1e3035 [2021-01-19T21:39:38.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:39:38.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:39:38.907Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T21:39:38.907Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T21:39:38.907Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T21:39:39.171Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:39:39.171Z] OK: 72 MiB in 58 packages [2021-01-19T21:39:39.171Z] ---> b63468ce8620 [2021-01-19T21:39:39.171Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T21:39:39.751Z] Removing intermediate container 3bf3da1e3035 [2021-01-19T21:39:39.751Z] ---> 2bdee49a18f1 [2021-01-19T21:39:39.751Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T21:39:40.014Z] ---> Running in fd1e780f19c9 [2021-01-19T21:39:40.283Z] ---> 10ca47a0be5a [2021-01-19T21:39:40.283Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:39:40.878Z] Removing intermediate container fd1e780f19c9 [2021-01-19T21:39:40.878Z] ---> 196a4305e46f [2021-01-19T21:39:40.878Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:39:41.827Z] ---> Running in fe662d158f47 [2021-01-19T21:39:41.827Z] ---> 8779189bbbea [2021-01-19T21:39:41.827Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T21:39:41.827Z] Removing intermediate container 89e01c552747 [2021-01-19T21:39:41.827Z] ---> 1d747237611d [2021-01-19T21:39:41.827Z] [2021-01-19T21:39:41.827Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T21:39:41.827Z] ---> 389fef711851 [2021-01-19T21:39:41.827Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T21:39:42.103Z] ---> Running in dce5746fa55f [2021-01-19T21:39:42.103Z] Removing intermediate container fe662d158f47 [2021-01-19T21:39:42.103Z] ---> 102f4ef73ab2 [2021-01-19T21:39:42.103Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T21:39:42.103Z] ---> Running in 7c26d43d4058 [2021-01-19T21:39:42.365Z] Removing intermediate container dce5746fa55f [2021-01-19T21:39:42.365Z] ---> 5db1352cc25c [2021-01-19T21:39:42.365Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T21:39:42.365Z] ---> Running in d4b5c6e326bc [2021-01-19T21:39:42.365Z] Removing intermediate container 7c26d43d4058 [2021-01-19T21:39:42.365Z] ---> c945ab2a6bd6 [2021-01-19T21:39:42.365Z] Step 25/26 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:39:42.365Z] ---> bed2eb702e82 [2021-01-19T21:39:42.365Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T21:39:42.628Z] ---> Running in a9a8c26136eb [2021-01-19T21:39:42.628Z] Removing intermediate container d4b5c6e326bc [2021-01-19T21:39:42.628Z] ---> 778819c16f2a [2021-01-19T21:39:42.628Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T21:39:42.890Z] ---> Running in bfd2f27dcc86 [2021-01-19T21:39:42.890Z] Removing intermediate container a9a8c26136eb [2021-01-19T21:39:42.890Z] ---> ccfe7fc0595f [2021-01-19T21:39:42.890Z] Step 26/26 : LABEL version=2.0.0-dev.47 [2021-01-19T21:39:42.890Z] ---> 18c411f9089b [2021-01-19T21:39:42.890Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T21:39:42.890Z] ---> Running in fae4a4a927cd [2021-01-19T21:39:42.890Z] ---> Running in 08ad21e40639 [2021-01-19T21:39:43.161Z] Removing intermediate container bfd2f27dcc86 [2021-01-19T21:39:43.161Z] ---> 6fc60d112867 [2021-01-19T21:39:43.161Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:39:43.161Z] ---> Running in 4b15779b0e7d [2021-01-19T21:39:43.161Z] Removing intermediate container fae4a4a927cd [2021-01-19T21:39:43.161Z] ---> fc5f785405b5 [2021-01-19T21:39:43.161Z] [2021-01-19T21:39:43.427Z] Removing intermediate container 08ad21e40639 [2021-01-19T21:39:43.427Z] ---> da8a8005ef4e [2021-01-19T21:39:43.427Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:39:43.427Z] Successfully built fc5f785405b5 [2021-01-19T21:39:43.427Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T21:39:43.427Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in ae8768138e10 [2021-01-19T21:39:43.691Z] Removing intermediate container ae8768138e10 [2021-01-19T21:39:43.691Z] ---> 4407b926c504 [2021-01-19T21:39:43.691Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T21:39:43.955Z] ---> Running in 9561837d72bc [2021-01-19T21:39:43.955Z] Removing intermediate container 9561837d72bc [2021-01-19T21:39:43.955Z] ---> b7e060322989 [2021-01-19T21:39:43.955Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:39:44.219Z] ---> Running in c609e64f98e4 [2021-01-19T21:39:44.219Z] Removing intermediate container c609e64f98e4 [2021-01-19T21:39:44.219Z] ---> aedb5a5aced8 [2021-01-19T21:39:44.219Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-19T21:39:44.481Z] ---> Running in d860ab3588fd [2021-01-19T21:39:44.481Z] Removing intermediate container 4b15779b0e7d [2021-01-19T21:39:44.481Z] ---> ad4ceea51bd8 [2021-01-19T21:39:44.481Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T21:39:44.481Z] ---> Running in 4c64d91e4bd7 [2021-01-19T21:39:44.745Z] Removing intermediate container d860ab3588fd [2021-01-19T21:39:44.745Z] ---> 82563a4727b5 [2021-01-19T21:39:44.745Z] [2021-01-19T21:39:44.745Z] Successfully built 82563a4727b5 [2021-01-19T21:39:44.745Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T21:39:45.693Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:39:46.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:39:46.844Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T21:39:46.844Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T21:39:47.107Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T21:39:47.369Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T21:39:47.369Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T21:39:47.632Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:39:47.632Z] OK: 8 MiB in 19 packages [2021-01-19T21:39:48.208Z] Removing intermediate container 4c64d91e4bd7 [2021-01-19T21:39:48.208Z] ---> 86b69f423ab4 [2021-01-19T21:39:48.208Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:39:48.471Z] ---> 5b14e0982f9c [2021-01-19T21:39:48.471Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T21:39:49.049Z] ---> 988db57df285 [2021-01-19T21:39:49.049Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T21:39:49.312Z] ---> 14386dcda36a [2021-01-19T21:39:49.312Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T21:39:49.312Z] ---> Running in 15e732e38f13 [2021-01-19T21:39:50.261Z] Removing intermediate container 15e732e38f13 [2021-01-19T21:39:50.261Z] ---> aca6d5f01c34 [2021-01-19T21:39:50.261Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:39:50.524Z] ---> Running in 741f952c8524 [2021-01-19T21:39:50.524Z] Removing intermediate container 741f952c8524 [2021-01-19T21:39:50.524Z] ---> 15bc3ae5bd2e [2021-01-19T21:39:50.524Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T21:39:50.524Z] ---> Running in ac813444b817 [2021-01-19T21:39:50.789Z] Removing intermediate container ac813444b817 [2021-01-19T21:39:50.789Z] ---> a2daee2501ee [2021-01-19T21:39:50.789Z] Step 22/23 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:39:50.789Z] ---> Running in 87356749f196 [2021-01-19T21:39:51.051Z] Removing intermediate container 87356749f196 [2021-01-19T21:39:51.051Z] ---> 09b362d8f48f [2021-01-19T21:39:51.051Z] Step 23/23 : LABEL version=2.0.0-dev.47 [2021-01-19T21:39:51.051Z] ---> Running in f49d95693bb6 [2021-01-19T21:39:51.314Z] Removing intermediate container f49d95693bb6 [2021-01-19T21:39:51.314Z] ---> c9b4b268ddd6 [2021-01-19T21:39:51.314Z] [2021-01-19T21:39:51.314Z] Successfully built c9b4b268ddd6 [2021-01-19T21:39:51.314Z] Successfully tagged docker-core-data-go:latest [2021-01-19T21:39:51.902Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T21:39:51.918Z] $ docker stop --time=1 772fb5c9a79e2b8cfd6cb81afbc4257108d0dd25af17a28c87ceb5a2d927c9fc [2021-01-19T21:39:53.609Z] $ docker rm -f 772fb5c9a79e2b8cfd6cb81afbc4257108d0dd25af17a28c87ceb5a2d927c9fc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T21:39:54.213Z] + docker images [2021-01-19T21:39:54.214Z] + grep docker [2021-01-19T21:39:54.214Z] docker-core-data-go latest c9b4b268ddd6 3 seconds ago 22.3MB [2021-01-19T21:39:54.214Z] docker-support-notifications-go latest 82563a4727b5 10 seconds ago 12MB [2021-01-19T21:39:54.214Z] docker-sys-mgmt-agent-go latest fc5f785405b5 12 seconds ago 313MB [2021-01-19T21:39:54.214Z] docker-security-bootstrap-redis-go latest 67ab9c5d2ac7 19 seconds ago 15.8MB [2021-01-19T21:39:54.214Z] docker-core-metadata-go latest 362735227f57 21 seconds ago 13.1MB [2021-01-19T21:39:54.214Z] docker-security-secretstore-setup-go latest 2d78db2ae486 About a minute ago 24.6MB [2021-01-19T21:39:54.214Z] docker-security-proxy-setup-go latest b96f49a76490 About a minute ago 24.4MB [2021-01-19T21:39:54.214Z] docker-core-command-go latest 5d734b2ba23b About a minute ago 10.6MB [2021-01-19T21:39:54.214Z] docker-support-scheduler-go latest d2ac92714a92 2 minutes ago 10.7MB [2021-01-19T21:39:54.214Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T21:39:54.804Z] provisioning config files... [2021-01-19T21:39:54.881Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/309@tmp/config5700036943195895918tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:39:55.254Z] ---> docker-login.sh [2021-01-19T21:39:55.254Z] nexus3.edgexfoundry.org:10001 [2021-01-19T21:39:55.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:39:55.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:39:55.524Z] Configure a credential helper to remove this warning. See [2021-01-19T21:39:55.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:39:55.524Z] [2021-01-19T21:39:55.524Z] Login Succeeded [2021-01-19T21:39:55.524Z] nexus3.edgexfoundry.org:10002 [2021-01-19T21:39:55.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:39:55.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:39:55.524Z] Configure a credential helper to remove this warning. See [2021-01-19T21:39:55.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:39:55.524Z] [2021-01-19T21:39:55.524Z] Login Succeeded [2021-01-19T21:39:55.524Z] nexus3.edgexfoundry.org:10003 [2021-01-19T21:39:55.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:39:55.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:39:55.786Z] Configure a credential helper to remove this warning. See [2021-01-19T21:39:55.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:39:55.786Z] [2021-01-19T21:39:55.786Z] Login Succeeded [2021-01-19T21:39:55.786Z] nexus3.edgexfoundry.org:10004 [2021-01-19T21:39:56.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:39:56.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:39:56.047Z] Configure a credential helper to remove this warning. See [2021-01-19T21:39:56.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:39:56.047Z] [2021-01-19T21:39:56.047Z] Login Succeeded [2021-01-19T21:39:56.047Z] docker.io [2021-01-19T21:39:56.220Z] ---> fd50bacbb006 [2021-01-19T21:39:56.220Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T21:39:56.220Z] ---> edc5007e030b [2021-01-19T21:39:56.220Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T21:39:56.220Z] ---> b2c79ca7475b [2021-01-19T21:39:56.220Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T21:39:56.220Z] ---> 897e84867176 [2021-01-19T21:39:56.220Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T21:39:56.220Z] ---> 8101533444ee [2021-01-19T21:39:56.220Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T21:39:56.220Z] ---> Running in dcdf4466c1a0 [2021-01-19T21:39:56.220Z] ---> Running in 1f794743eff3 [2021-01-19T21:39:56.220Z] ---> Running in 9f8f2007c448 [2021-01-19T21:39:56.220Z] ---> Running in c7a6eb601b6a [2021-01-19T21:39:56.220Z] ---> Running in cbe4e58c2be0 [2021-01-19T21:39:56.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T21:39:56.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T21:39:56.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T21:39:56.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T21:39:56.220Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T21:39:56.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:39:56.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:39:56.575Z] Configure a credential helper to remove this warning. See [2021-01-19T21:39:56.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:39:56.575Z] [2021-01-19T21:39:56.575Z] Login Succeeded [2021-01-19T21:39:56.575Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T21:39:56.587Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:39:56.811Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-19T21:39:56.811Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:39:56.811Z] 2.0.0-dev.47 [2021-01-19T21:39:56.811Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:39:56.811Z] master [2021-01-19T21:39:56.811Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:39:57.324Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:39:57.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:39:57.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T21:39:57.630Z] 183fe88aac97: Preparing [2021-01-19T21:39:57.630Z] 548866fe996e: Preparing [2021-01-19T21:39:57.630Z] 604cc664d2c8: Preparing [2021-01-19T21:39:57.894Z] 604cc664d2c8: Pushed [2021-01-19T21:39:57.894Z] 183fe88aac97: Pushed [2021-01-19T21:39:58.842Z] 548866fe996e: Pushed [2021-01-19T21:39:58.842Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:825c8c6c0e408bde38141985503935600af86719f6a82845373f81bd5285f003 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:39:59.216Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:39:59.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.47 [2021-01-19T21:39:59.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T21:39:59.566Z] 183fe88aac97: Preparing [2021-01-19T21:39:59.566Z] 548866fe996e: Preparing [2021-01-19T21:39:59.566Z] 604cc664d2c8: Preparing [2021-01-19T21:39:59.566Z] 548866fe996e: Layer already exists [2021-01-19T21:39:59.566Z] 183fe88aac97: Layer already exists [2021-01-19T21:39:59.566Z] 604cc664d2c8: Layer already exists [2021-01-19T21:39:59.566Z] 2.0.0-dev.47: digest: sha256:825c8c6c0e408bde38141985503935600af86719f6a82845373f81bd5285f003 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:39:59.962Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:00.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:00.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T21:40:00.305Z] 183fe88aac97: Preparing [2021-01-19T21:40:00.305Z] 548866fe996e: Preparing [2021-01-19T21:40:00.305Z] 604cc664d2c8: Preparing [2021-01-19T21:40:00.305Z] 183fe88aac97: Layer already exists [2021-01-19T21:40:00.305Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:00.305Z] 548866fe996e: Layer already exists [2021-01-19T21:40:00.305Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:825c8c6c0e408bde38141985503935600af86719f6a82845373f81bd5285f003 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:00.611Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:00.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-19T21:40:00.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T21:40:00.911Z] 183fe88aac97: Preparing [2021-01-19T21:40:00.911Z] 548866fe996e: Preparing [2021-01-19T21:40:00.911Z] 604cc664d2c8: Preparing [2021-01-19T21:40:00.911Z] 183fe88aac97: Layer already exists [2021-01-19T21:40:00.911Z] 548866fe996e: Layer already exists [2021-01-19T21:40:00.911Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:00.911Z] master: digest: sha256:825c8c6c0e408bde38141985503935600af86719f6a82845373f81bd5285f003 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:40:01.118Z] ===================================================== [Pipeline] echo [2021-01-19T21:40:01.202Z] taggedImages: [2021-01-19T21:40:01.202Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:01.202Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.47 [2021-01-19T21:40:01.202Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:01.202Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-19T21:40:01.278Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-19T21:40:01.278Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:01.278Z] 2.0.0-dev.47 [2021-01-19T21:40:01.278Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:01.278Z] master [2021-01-19T21:40:01.278Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:01.799Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:02.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:02.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T21:40:02.139Z] b52d68d7b82c: Preparing [2021-01-19T21:40:02.139Z] 6052cf9c0c7a: Preparing [2021-01-19T21:40:02.139Z] 604cc664d2c8: Preparing [2021-01-19T21:40:02.139Z] cb82d66f973a: Preparing [2021-01-19T21:40:02.139Z] cf08bd6440cb: Preparing [2021-01-19T21:40:02.139Z] 777b2c648970: Preparing [2021-01-19T21:40:02.139Z] 777b2c648970: Waiting [2021-01-19T21:40:02.139Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:02.139Z] 777b2c648970: Layer already exists [2021-01-19T21:40:02.402Z] b52d68d7b82c: Pushed [2021-01-19T21:40:02.402Z] cf08bd6440cb: Pushed [2021-01-19T21:40:02.402Z] cb82d66f973a: Pushed [2021-01-19T21:40:03.371Z] 6052cf9c0c7a: Pushed [2021-01-19T21:40:03.634Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:191fd5b515e9b8009e0284046d4712f9013277060b0ea6dfd12b4664fc95dbda size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:03.944Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:04.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.47 [2021-01-19T21:40:04.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T21:40:04.244Z] b52d68d7b82c: Preparing [2021-01-19T21:40:04.244Z] 6052cf9c0c7a: Preparing [2021-01-19T21:40:04.244Z] 604cc664d2c8: Preparing [2021-01-19T21:40:04.244Z] cb82d66f973a: Preparing [2021-01-19T21:40:04.244Z] cf08bd6440cb: Preparing [2021-01-19T21:40:04.244Z] 777b2c648970: Preparing [2021-01-19T21:40:04.244Z] 777b2c648970: Waiting [2021-01-19T21:40:04.244Z] cb82d66f973a: Layer already exists [2021-01-19T21:40:04.244Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:04.244Z] b52d68d7b82c: Layer already exists [2021-01-19T21:40:04.244Z] cf08bd6440cb: Layer already exists [2021-01-19T21:40:04.244Z] 6052cf9c0c7a: Layer already exists [2021-01-19T21:40:04.244Z] 777b2c648970: Layer already exists [2021-01-19T21:40:04.244Z] 2.0.0-dev.47: digest: sha256:191fd5b515e9b8009e0284046d4712f9013277060b0ea6dfd12b4664fc95dbda size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:04.552Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:04.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:04.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T21:40:04.856Z] b52d68d7b82c: Preparing [2021-01-19T21:40:04.856Z] 6052cf9c0c7a: Preparing [2021-01-19T21:40:04.856Z] 604cc664d2c8: Preparing [2021-01-19T21:40:04.856Z] cb82d66f973a: Preparing [2021-01-19T21:40:04.856Z] cf08bd6440cb: Preparing [2021-01-19T21:40:04.856Z] 777b2c648970: Preparing [2021-01-19T21:40:04.856Z] 777b2c648970: Waiting [2021-01-19T21:40:04.856Z] 6052cf9c0c7a: Layer already exists [2021-01-19T21:40:04.856Z] cb82d66f973a: Layer already exists [2021-01-19T21:40:04.856Z] b52d68d7b82c: Layer already exists [2021-01-19T21:40:04.856Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:04.856Z] cf08bd6440cb: Layer already exists [2021-01-19T21:40:04.856Z] 777b2c648970: Layer already exists [2021-01-19T21:40:04.856Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:191fd5b515e9b8009e0284046d4712f9013277060b0ea6dfd12b4664fc95dbda size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:05.165Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:05.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-19T21:40:05.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T21:40:05.478Z] b52d68d7b82c: Preparing [2021-01-19T21:40:05.478Z] 6052cf9c0c7a: Preparing [2021-01-19T21:40:05.478Z] 604cc664d2c8: Preparing [2021-01-19T21:40:05.478Z] cb82d66f973a: Preparing [2021-01-19T21:40:05.478Z] cf08bd6440cb: Preparing [2021-01-19T21:40:05.478Z] 777b2c648970: Preparing [2021-01-19T21:40:05.478Z] 777b2c648970: Waiting [2021-01-19T21:40:05.478Z] 6052cf9c0c7a: Layer already exists [2021-01-19T21:40:05.478Z] b52d68d7b82c: Layer already exists [2021-01-19T21:40:05.478Z] cb82d66f973a: Layer already exists [2021-01-19T21:40:05.478Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:05.478Z] 777b2c648970: Layer already exists [2021-01-19T21:40:05.478Z] cf08bd6440cb: Layer already exists [2021-01-19T21:40:05.478Z] master: digest: sha256:191fd5b515e9b8009e0284046d4712f9013277060b0ea6dfd12b4664fc95dbda size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:40:05.811Z] ===================================================== [Pipeline] echo [2021-01-19T21:40:05.858Z] taggedImages: [2021-01-19T21:40:05.858Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:05.858Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.47 [2021-01-19T21:40:05.858Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:05.858Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-19T21:40:05.928Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-19T21:40:05.928Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:05.928Z] 2.0.0-dev.47 [2021-01-19T21:40:05.928Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:05.928Z] master [2021-01-19T21:40:05.928Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:06.424Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:06.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:06.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T21:40:06.728Z] e6c382e0acba: Preparing [2021-01-19T21:40:06.728Z] 026bbb45f47d: Preparing [2021-01-19T21:40:06.728Z] 604cc664d2c8: Preparing [2021-01-19T21:40:06.728Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:06.728Z] e6c382e0acba: Pushed [2021-01-19T21:40:08.122Z] 026bbb45f47d: Pushed [2021-01-19T21:40:08.122Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:d3271ab22b5b8bab4145fae4bf6085f5cd693d4eb3d012ef626e0e8df6c9ef9c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:08.438Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:08.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.47 [2021-01-19T21:40:08.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T21:40:08.741Z] e6c382e0acba: Preparing [2021-01-19T21:40:08.741Z] 026bbb45f47d: Preparing [2021-01-19T21:40:08.741Z] 604cc664d2c8: Preparing [2021-01-19T21:40:08.741Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:08.741Z] 026bbb45f47d: Layer already exists [2021-01-19T21:40:08.741Z] e6c382e0acba: Layer already exists [2021-01-19T21:40:08.741Z] 2.0.0-dev.47: digest: sha256:d3271ab22b5b8bab4145fae4bf6085f5cd693d4eb3d012ef626e0e8df6c9ef9c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:09.054Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:10.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:10.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T21:40:10.490Z] e6c382e0acba: Preparing [2021-01-19T21:40:10.490Z] 026bbb45f47d: Preparing [2021-01-19T21:40:10.490Z] 604cc664d2c8: Preparing [2021-01-19T21:40:10.490Z] e6c382e0acba: Layer already exists [2021-01-19T21:40:10.490Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:10.490Z] 026bbb45f47d: Layer already exists [2021-01-19T21:40:10.490Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:d3271ab22b5b8bab4145fae4bf6085f5cd693d4eb3d012ef626e0e8df6c9ef9c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:10.805Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:11.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-19T21:40:11.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T21:40:11.105Z] e6c382e0acba: Preparing [2021-01-19T21:40:11.105Z] 026bbb45f47d: Preparing [2021-01-19T21:40:11.105Z] 604cc664d2c8: Preparing [2021-01-19T21:40:11.105Z] e6c382e0acba: Layer already exists [2021-01-19T21:40:11.105Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:11.105Z] 026bbb45f47d: Layer already exists [2021-01-19T21:40:11.105Z] master: digest: sha256:d3271ab22b5b8bab4145fae4bf6085f5cd693d4eb3d012ef626e0e8df6c9ef9c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:40:11.307Z] ===================================================== [Pipeline] echo [2021-01-19T21:40:11.367Z] taggedImages: [2021-01-19T21:40:11.367Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:11.367Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.47 [2021-01-19T21:40:11.367Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:11.367Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-19T21:40:11.430Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-19T21:40:11.430Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:11.430Z] 2.0.0-dev.47 [2021-01-19T21:40:11.430Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:11.430Z] master [2021-01-19T21:40:11.430Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:11.932Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:12.231Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:12.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T21:40:12.231Z] 140d459f51a7: Preparing [2021-01-19T21:40:12.231Z] 8494428a85a2: Preparing [2021-01-19T21:40:12.231Z] 454a84f2c51f: Preparing [2021-01-19T21:40:12.231Z] b0b3644031a8: Preparing [2021-01-19T21:40:12.231Z] 604cc664d2c8: Preparing [2021-01-19T21:40:12.231Z] ffe2669101ce: Preparing [2021-01-19T21:40:12.231Z] 777b2c648970: Preparing [2021-01-19T21:40:12.231Z] ffe2669101ce: Waiting [2021-01-19T21:40:12.231Z] 777b2c648970: Waiting [2021-01-19T21:40:12.231Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:12.495Z] 454a84f2c51f: Pushed [2021-01-19T21:40:12.495Z] 8494428a85a2: Pushed [2021-01-19T21:40:12.495Z] 140d459f51a7: Pushed [2021-01-19T21:40:12.495Z] 777b2c648970: Layer already exists [2021-01-19T21:40:12.757Z] ffe2669101ce: Pushed [2021-01-19T21:40:13.334Z] b0b3644031a8: Pushed [2021-01-19T21:40:13.334Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:1b42b83cc7e58762754370db6a8cb7964b3fe553eb0704acc42d4d17a6d6a2a5 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:13.639Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:13.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.47 [2021-01-19T21:40:13.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T21:40:13.938Z] 140d459f51a7: Preparing [2021-01-19T21:40:13.938Z] 8494428a85a2: Preparing [2021-01-19T21:40:13.938Z] 454a84f2c51f: Preparing [2021-01-19T21:40:13.938Z] b0b3644031a8: Preparing [2021-01-19T21:40:13.938Z] 604cc664d2c8: Preparing [2021-01-19T21:40:13.938Z] ffe2669101ce: Preparing [2021-01-19T21:40:13.938Z] 777b2c648970: Preparing [2021-01-19T21:40:13.938Z] 777b2c648970: Waiting [2021-01-19T21:40:13.938Z] 140d459f51a7: Layer already exists [2021-01-19T21:40:13.938Z] b0b3644031a8: Layer already exists [2021-01-19T21:40:13.938Z] 8494428a85a2: Layer already exists [2021-01-19T21:40:13.938Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:13.938Z] 454a84f2c51f: Layer already exists [2021-01-19T21:40:13.938Z] 777b2c648970: Layer already exists [2021-01-19T21:40:13.938Z] ffe2669101ce: Layer already exists [2021-01-19T21:40:13.938Z] 2.0.0-dev.47: digest: sha256:1b42b83cc7e58762754370db6a8cb7964b3fe553eb0704acc42d4d17a6d6a2a5 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:14.244Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:14.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:14.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T21:40:14.546Z] 140d459f51a7: Preparing [2021-01-19T21:40:14.546Z] 8494428a85a2: Preparing [2021-01-19T21:40:14.546Z] 454a84f2c51f: Preparing [2021-01-19T21:40:14.546Z] b0b3644031a8: Preparing [2021-01-19T21:40:14.546Z] 604cc664d2c8: Preparing [2021-01-19T21:40:14.546Z] ffe2669101ce: Preparing [2021-01-19T21:40:14.546Z] 777b2c648970: Preparing [2021-01-19T21:40:14.546Z] ffe2669101ce: Waiting [2021-01-19T21:40:14.546Z] 777b2c648970: Waiting [2021-01-19T21:40:14.546Z] 454a84f2c51f: Layer already exists [2021-01-19T21:40:14.546Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:14.546Z] 140d459f51a7: Layer already exists [2021-01-19T21:40:14.546Z] b0b3644031a8: Layer already exists [2021-01-19T21:40:14.546Z] 8494428a85a2: Layer already exists [2021-01-19T21:40:14.546Z] ffe2669101ce: Layer already exists [2021-01-19T21:40:14.546Z] 777b2c648970: Layer already exists [2021-01-19T21:40:14.546Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:1b42b83cc7e58762754370db6a8cb7964b3fe553eb0704acc42d4d17a6d6a2a5 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:14.852Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:15.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-19T21:40:15.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T21:40:15.156Z] 140d459f51a7: Preparing [2021-01-19T21:40:15.156Z] 8494428a85a2: Preparing [2021-01-19T21:40:15.156Z] 454a84f2c51f: Preparing [2021-01-19T21:40:15.156Z] b0b3644031a8: Preparing [2021-01-19T21:40:15.156Z] 604cc664d2c8: Preparing [2021-01-19T21:40:15.156Z] ffe2669101ce: Preparing [2021-01-19T21:40:15.156Z] 777b2c648970: Preparing [2021-01-19T21:40:15.156Z] ffe2669101ce: Waiting [2021-01-19T21:40:15.156Z] 777b2c648970: Waiting [2021-01-19T21:40:15.156Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:15.156Z] 454a84f2c51f: Layer already exists [2021-01-19T21:40:15.156Z] 8494428a85a2: Layer already exists [2021-01-19T21:40:15.156Z] b0b3644031a8: Layer already exists [2021-01-19T21:40:15.156Z] 140d459f51a7: Layer already exists [2021-01-19T21:40:15.156Z] 777b2c648970: Layer already exists [2021-01-19T21:40:15.156Z] ffe2669101ce: Layer already exists [2021-01-19T21:40:15.156Z] master: digest: sha256:1b42b83cc7e58762754370db6a8cb7964b3fe553eb0704acc42d4d17a6d6a2a5 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:40:15.394Z] ===================================================== [Pipeline] echo [2021-01-19T21:40:15.439Z] taggedImages: [2021-01-19T21:40:15.439Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:15.439Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.47 [2021-01-19T21:40:15.439Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:15.439Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-19T21:40:15.500Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-19T21:40:15.500Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:15.500Z] 2.0.0-dev.47 [2021-01-19T21:40:15.500Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:15.500Z] master [2021-01-19T21:40:15.500Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:15.981Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:16.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:16.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T21:40:16.285Z] 15b4de2d93e3: Preparing [2021-01-19T21:40:16.285Z] db56afcb1209: Preparing [2021-01-19T21:40:16.285Z] d777c8652924: Preparing [2021-01-19T21:40:16.285Z] 7f4224a16e43: Preparing [2021-01-19T21:40:16.285Z] 9fb6e361307e: Preparing [2021-01-19T21:40:16.285Z] 777b2c648970: Preparing [2021-01-19T21:40:16.285Z] 777b2c648970: Waiting [2021-01-19T21:40:16.553Z] 7f4224a16e43: Pushed [2021-01-19T21:40:16.553Z] d777c8652924: Pushed [2021-01-19T21:40:16.553Z] 777b2c648970: Layer already exists [2021-01-19T21:40:16.815Z] 9fb6e361307e: Pushed [2021-01-19T21:40:17.387Z] 15b4de2d93e3: Pushed [2021-01-19T21:40:17.387Z] db56afcb1209: Pushed [2021-01-19T21:40:17.387Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:97303bc36debc49c6ae3d2f26294e5601bfafbd3a9ca3200fae6537f7a25e415 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:17.693Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:17.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.47 [2021-01-19T21:40:17.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T21:40:17.998Z] 15b4de2d93e3: Preparing [2021-01-19T21:40:17.998Z] db56afcb1209: Preparing [2021-01-19T21:40:17.998Z] d777c8652924: Preparing [2021-01-19T21:40:17.998Z] 7f4224a16e43: Preparing [2021-01-19T21:40:17.998Z] 9fb6e361307e: Preparing [2021-01-19T21:40:17.998Z] 777b2c648970: Preparing [2021-01-19T21:40:17.998Z] 777b2c648970: Waiting [2021-01-19T21:40:17.998Z] db56afcb1209: Layer already exists [2021-01-19T21:40:17.998Z] 9fb6e361307e: Layer already exists [2021-01-19T21:40:17.998Z] d777c8652924: Layer already exists [2021-01-19T21:40:17.998Z] 7f4224a16e43: Layer already exists [2021-01-19T21:40:17.998Z] 15b4de2d93e3: Layer already exists [2021-01-19T21:40:17.998Z] 777b2c648970: Layer already exists [2021-01-19T21:40:17.998Z] 2.0.0-dev.47: digest: sha256:97303bc36debc49c6ae3d2f26294e5601bfafbd3a9ca3200fae6537f7a25e415 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:18.305Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:18.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:18.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T21:40:18.609Z] 15b4de2d93e3: Preparing [2021-01-19T21:40:18.609Z] db56afcb1209: Preparing [2021-01-19T21:40:18.609Z] d777c8652924: Preparing [2021-01-19T21:40:18.609Z] 7f4224a16e43: Preparing [2021-01-19T21:40:18.609Z] 9fb6e361307e: Preparing [2021-01-19T21:40:18.609Z] 777b2c648970: Preparing [2021-01-19T21:40:18.609Z] 777b2c648970: Waiting [2021-01-19T21:40:18.609Z] 15b4de2d93e3: Layer already exists [2021-01-19T21:40:18.609Z] 7f4224a16e43: Layer already exists [2021-01-19T21:40:18.609Z] db56afcb1209: Layer already exists [2021-01-19T21:40:18.609Z] d777c8652924: Layer already exists [2021-01-19T21:40:18.609Z] 9fb6e361307e: Layer already exists [2021-01-19T21:40:18.609Z] 777b2c648970: Layer already exists [2021-01-19T21:40:18.870Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:97303bc36debc49c6ae3d2f26294e5601bfafbd3a9ca3200fae6537f7a25e415 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:19.213Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:19.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-19T21:40:19.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T21:40:19.599Z] 15b4de2d93e3: Preparing [2021-01-19T21:40:19.599Z] db56afcb1209: Preparing [2021-01-19T21:40:19.599Z] d777c8652924: Preparing [2021-01-19T21:40:19.599Z] 7f4224a16e43: Preparing [2021-01-19T21:40:19.599Z] 9fb6e361307e: Preparing [2021-01-19T21:40:19.599Z] 777b2c648970: Preparing [2021-01-19T21:40:19.599Z] 777b2c648970: Waiting [2021-01-19T21:40:19.599Z] 15b4de2d93e3: Layer already exists [2021-01-19T21:40:19.599Z] 7f4224a16e43: Layer already exists [2021-01-19T21:40:19.599Z] db56afcb1209: Layer already exists [2021-01-19T21:40:19.599Z] d777c8652924: Layer already exists [2021-01-19T21:40:19.599Z] 9fb6e361307e: Layer already exists [2021-01-19T21:40:19.599Z] 777b2c648970: Layer already exists [2021-01-19T21:40:19.599Z] master: digest: sha256:97303bc36debc49c6ae3d2f26294e5601bfafbd3a9ca3200fae6537f7a25e415 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:40:19.832Z] ===================================================== [Pipeline] echo [2021-01-19T21:40:19.879Z] taggedImages: [2021-01-19T21:40:19.879Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:19.879Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.47 [2021-01-19T21:40:19.879Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:19.879Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-19T21:40:19.956Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-19T21:40:19.957Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:19.957Z] 2.0.0-dev.47 [2021-01-19T21:40:19.957Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:19.957Z] master [2021-01-19T21:40:19.957Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:20.494Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:20.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:20.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T21:40:20.796Z] e7fd7fcc5b26: Preparing [2021-01-19T21:40:20.796Z] 961bc7d304ed: Preparing [2021-01-19T21:40:20.796Z] cd0b6d755d44: Preparing [2021-01-19T21:40:20.796Z] bcab6fec7d72: Preparing [2021-01-19T21:40:20.796Z] 9416d5942687: Preparing [2021-01-19T21:40:20.796Z] 79862a91ab75: Preparing [2021-01-19T21:40:20.796Z] 87ed1af8ba6b: Preparing [2021-01-19T21:40:20.796Z] ffe2669101ce: Preparing [2021-01-19T21:40:20.796Z] 777b2c648970: Preparing [2021-01-19T21:40:20.796Z] 87ed1af8ba6b: Waiting [2021-01-19T21:40:20.796Z] ffe2669101ce: Waiting [2021-01-19T21:40:20.796Z] 777b2c648970: Waiting [2021-01-19T21:40:20.796Z] 79862a91ab75: Waiting [2021-01-19T21:40:20.796Z] e7fd7fcc5b26: Pushed [2021-01-19T21:40:21.062Z] 9416d5942687: Pushed [2021-01-19T21:40:21.063Z] 961bc7d304ed: Pushed [2021-01-19T21:40:21.063Z] ffe2669101ce: Layer already exists [2021-01-19T21:40:21.063Z] 777b2c648970: Layer already exists [2021-01-19T21:40:21.063Z] 87ed1af8ba6b: Pushed [2021-01-19T21:40:21.063Z] 79862a91ab75: Pushed [2021-01-19T21:40:21.637Z] bcab6fec7d72: Pushed [2021-01-19T21:40:21.637Z] cd0b6d755d44: Pushed [2021-01-19T21:40:21.898Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:f15a74909fca304129e4437ce86743f55dd6fae9da49d2aaaab903beb4ab1e97 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:22.205Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:22.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.47 [2021-01-19T21:40:22.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T21:40:22.502Z] e7fd7fcc5b26: Preparing [2021-01-19T21:40:22.502Z] 961bc7d304ed: Preparing [2021-01-19T21:40:22.502Z] cd0b6d755d44: Preparing [2021-01-19T21:40:22.502Z] bcab6fec7d72: Preparing [2021-01-19T21:40:22.502Z] 9416d5942687: Preparing [2021-01-19T21:40:22.502Z] 79862a91ab75: Preparing [2021-01-19T21:40:22.502Z] 87ed1af8ba6b: Preparing [2021-01-19T21:40:22.502Z] ffe2669101ce: Preparing [2021-01-19T21:40:22.502Z] 777b2c648970: Preparing [2021-01-19T21:40:22.502Z] 79862a91ab75: Waiting [2021-01-19T21:40:22.502Z] 87ed1af8ba6b: Waiting [2021-01-19T21:40:22.502Z] ffe2669101ce: Waiting [2021-01-19T21:40:22.502Z] 777b2c648970: Waiting [2021-01-19T21:40:22.502Z] cd0b6d755d44: Layer already exists [2021-01-19T21:40:22.502Z] e7fd7fcc5b26: Layer already exists [2021-01-19T21:40:22.502Z] 9416d5942687: Layer already exists [2021-01-19T21:40:22.502Z] bcab6fec7d72: Layer already exists [2021-01-19T21:40:22.502Z] 961bc7d304ed: Layer already exists [2021-01-19T21:40:22.502Z] 79862a91ab75: Layer already exists [2021-01-19T21:40:22.502Z] 87ed1af8ba6b: Layer already exists [2021-01-19T21:40:22.502Z] ffe2669101ce: Layer already exists [2021-01-19T21:40:22.502Z] 777b2c648970: Layer already exists [2021-01-19T21:40:22.503Z] 2.0.0-dev.47: digest: sha256:f15a74909fca304129e4437ce86743f55dd6fae9da49d2aaaab903beb4ab1e97 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:22.804Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:23.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:23.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T21:40:23.100Z] e7fd7fcc5b26: Preparing [2021-01-19T21:40:23.100Z] 961bc7d304ed: Preparing [2021-01-19T21:40:23.100Z] cd0b6d755d44: Preparing [2021-01-19T21:40:23.100Z] bcab6fec7d72: Preparing [2021-01-19T21:40:23.100Z] 9416d5942687: Preparing [2021-01-19T21:40:23.100Z] 79862a91ab75: Preparing [2021-01-19T21:40:23.100Z] 87ed1af8ba6b: Preparing [2021-01-19T21:40:23.100Z] ffe2669101ce: Preparing [2021-01-19T21:40:23.100Z] 777b2c648970: Preparing [2021-01-19T21:40:23.100Z] 79862a91ab75: Waiting [2021-01-19T21:40:23.100Z] 87ed1af8ba6b: Waiting [2021-01-19T21:40:23.100Z] ffe2669101ce: Waiting [2021-01-19T21:40:23.100Z] 777b2c648970: Waiting [2021-01-19T21:40:23.100Z] bcab6fec7d72: Layer already exists [2021-01-19T21:40:23.100Z] cd0b6d755d44: Layer already exists [2021-01-19T21:40:23.100Z] 961bc7d304ed: Layer already exists [2021-01-19T21:40:23.100Z] e7fd7fcc5b26: Layer already exists [2021-01-19T21:40:23.100Z] 9416d5942687: Layer already exists [2021-01-19T21:40:23.100Z] 79862a91ab75: Layer already exists [2021-01-19T21:40:23.100Z] 87ed1af8ba6b: Layer already exists [2021-01-19T21:40:23.100Z] ffe2669101ce: Layer already exists [2021-01-19T21:40:23.100Z] 777b2c648970: Layer already exists [2021-01-19T21:40:23.100Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:f15a74909fca304129e4437ce86743f55dd6fae9da49d2aaaab903beb4ab1e97 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:23.427Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:23.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-19T21:40:23.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T21:40:23.728Z] e7fd7fcc5b26: Preparing [2021-01-19T21:40:23.728Z] 961bc7d304ed: Preparing [2021-01-19T21:40:23.728Z] cd0b6d755d44: Preparing [2021-01-19T21:40:23.728Z] bcab6fec7d72: Preparing [2021-01-19T21:40:23.728Z] 9416d5942687: Preparing [2021-01-19T21:40:23.728Z] 79862a91ab75: Preparing [2021-01-19T21:40:23.728Z] 87ed1af8ba6b: Preparing [2021-01-19T21:40:23.728Z] ffe2669101ce: Preparing [2021-01-19T21:40:23.728Z] 777b2c648970: Preparing [2021-01-19T21:40:23.728Z] 79862a91ab75: Waiting [2021-01-19T21:40:23.728Z] ffe2669101ce: Waiting [2021-01-19T21:40:23.728Z] 777b2c648970: Waiting [2021-01-19T21:40:23.728Z] 87ed1af8ba6b: Waiting [2021-01-19T21:40:23.728Z] 961bc7d304ed: Layer already exists [2021-01-19T21:40:23.728Z] e7fd7fcc5b26: Layer already exists [2021-01-19T21:40:23.728Z] 9416d5942687: Layer already exists [2021-01-19T21:40:23.728Z] cd0b6d755d44: Layer already exists [2021-01-19T21:40:23.728Z] bcab6fec7d72: Layer already exists [2021-01-19T21:40:23.728Z] 79862a91ab75: Layer already exists [2021-01-19T21:40:23.728Z] ffe2669101ce: Layer already exists [2021-01-19T21:40:23.728Z] 87ed1af8ba6b: Layer already exists [2021-01-19T21:40:23.728Z] 777b2c648970: Layer already exists [2021-01-19T21:40:23.728Z] master: digest: sha256:f15a74909fca304129e4437ce86743f55dd6fae9da49d2aaaab903beb4ab1e97 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:40:23.915Z] ===================================================== [Pipeline] echo [2021-01-19T21:40:23.961Z] taggedImages: [2021-01-19T21:40:23.961Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:23.961Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.47 [2021-01-19T21:40:23.961Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:23.961Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-19T21:40:24.030Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-19T21:40:24.030Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:24.030Z] 2.0.0-dev.47 [2021-01-19T21:40:24.030Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:24.030Z] master [2021-01-19T21:40:24.030Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:24.527Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:24.829Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:24.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T21:40:24.829Z] a02532e1b423: Preparing [2021-01-19T21:40:24.829Z] 03fcd0e74033: Preparing [2021-01-19T21:40:24.829Z] 604cc664d2c8: Preparing [2021-01-19T21:40:24.829Z] 44f24e12cf90: Preparing [2021-01-19T21:40:24.829Z] d89e928d0dd5: Preparing [2021-01-19T21:40:24.829Z] 6ecc79d283e8: Preparing [2021-01-19T21:40:24.829Z] 6ecc79d283e8: Waiting [2021-01-19T21:40:24.829Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:24.829Z] a02532e1b423: Pushed [2021-01-19T21:40:25.096Z] 44f24e12cf90: Pushed [2021-01-19T21:40:25.096Z] d89e928d0dd5: Pushed [2021-01-19T21:40:25.096Z] 6ecc79d283e8: Pushed [2021-01-19T21:40:26.044Z] 03fcd0e74033: Pushed [2021-01-19T21:40:26.044Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:a193afa9f17c8399f374a2bfa4ba6ef24d3fbb25d53fa023ed794f2619d6906a size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:26.344Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:26.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.47 [2021-01-19T21:40:26.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T21:40:26.646Z] a02532e1b423: Preparing [2021-01-19T21:40:26.646Z] 03fcd0e74033: Preparing [2021-01-19T21:40:26.646Z] 604cc664d2c8: Preparing [2021-01-19T21:40:26.646Z] 44f24e12cf90: Preparing [2021-01-19T21:40:26.646Z] d89e928d0dd5: Preparing [2021-01-19T21:40:26.646Z] 6ecc79d283e8: Preparing [2021-01-19T21:40:26.646Z] 6ecc79d283e8: Waiting [2021-01-19T21:40:26.646Z] 44f24e12cf90: Layer already exists [2021-01-19T21:40:26.646Z] d89e928d0dd5: Layer already exists [2021-01-19T21:40:26.646Z] a02532e1b423: Layer already exists [2021-01-19T21:40:26.646Z] 03fcd0e74033: Layer already exists [2021-01-19T21:40:26.646Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:26.646Z] 6ecc79d283e8: Layer already exists [2021-01-19T21:40:26.646Z] 2.0.0-dev.47: digest: sha256:a193afa9f17c8399f374a2bfa4ba6ef24d3fbb25d53fa023ed794f2619d6906a size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:26.950Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:27.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:27.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T21:40:27.246Z] a02532e1b423: Preparing [2021-01-19T21:40:27.246Z] 03fcd0e74033: Preparing [2021-01-19T21:40:27.246Z] 604cc664d2c8: Preparing [2021-01-19T21:40:27.246Z] 44f24e12cf90: Preparing [2021-01-19T21:40:27.246Z] d89e928d0dd5: Preparing [2021-01-19T21:40:27.246Z] 6ecc79d283e8: Preparing [2021-01-19T21:40:27.246Z] 6ecc79d283e8: Waiting [2021-01-19T21:40:27.246Z] 44f24e12cf90: Layer already exists [2021-01-19T21:40:27.246Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:27.246Z] 03fcd0e74033: Layer already exists [2021-01-19T21:40:27.246Z] a02532e1b423: Layer already exists [2021-01-19T21:40:27.246Z] d89e928d0dd5: Layer already exists [2021-01-19T21:40:27.246Z] 6ecc79d283e8: Layer already exists [2021-01-19T21:40:27.246Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:a193afa9f17c8399f374a2bfa4ba6ef24d3fbb25d53fa023ed794f2619d6906a size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:27.573Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:27.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-19T21:40:27.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T21:40:27.869Z] a02532e1b423: Preparing [2021-01-19T21:40:27.869Z] 03fcd0e74033: Preparing [2021-01-19T21:40:27.869Z] 604cc664d2c8: Preparing [2021-01-19T21:40:27.869Z] 44f24e12cf90: Preparing [2021-01-19T21:40:27.869Z] d89e928d0dd5: Preparing [2021-01-19T21:40:27.869Z] 6ecc79d283e8: Preparing [2021-01-19T21:40:27.869Z] 6ecc79d283e8: Waiting [2021-01-19T21:40:27.869Z] 03fcd0e74033: Layer already exists [2021-01-19T21:40:27.869Z] a02532e1b423: Layer already exists [2021-01-19T21:40:27.869Z] d89e928d0dd5: Layer already exists [2021-01-19T21:40:27.869Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:27.869Z] 44f24e12cf90: Layer already exists [2021-01-19T21:40:27.869Z] 6ecc79d283e8: Layer already exists [2021-01-19T21:40:27.869Z] master: digest: sha256:a193afa9f17c8399f374a2bfa4ba6ef24d3fbb25d53fa023ed794f2619d6906a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:40:28.045Z] ===================================================== [Pipeline] echo [2021-01-19T21:40:28.091Z] taggedImages: [2021-01-19T21:40:28.092Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:28.092Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.47 [2021-01-19T21:40:28.092Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:28.092Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-19T21:40:28.156Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-19T21:40:28.156Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:28.156Z] 2.0.0-dev.47 [2021-01-19T21:40:28.156Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:28.156Z] master [2021-01-19T21:40:28.156Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:28.654Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:28.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:28.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T21:40:28.951Z] f81cf36df31f: Preparing [2021-01-19T21:40:28.951Z] 61f6bf539c74: Preparing [2021-01-19T21:40:28.951Z] 604cc664d2c8: Preparing [2021-01-19T21:40:28.951Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:28.951Z] f81cf36df31f: Pushed [2021-01-19T21:40:29.893Z] 61f6bf539c74: Pushed [2021-01-19T21:40:30.154Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:98fff5d976081277803de8793945bded300bc8a0b53d7006f91abf0d5b1209a2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:30.456Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:30.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.47 [2021-01-19T21:40:30.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T21:40:30.753Z] f81cf36df31f: Preparing [2021-01-19T21:40:30.753Z] 61f6bf539c74: Preparing [2021-01-19T21:40:30.753Z] 604cc664d2c8: Preparing [2021-01-19T21:40:30.753Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:30.753Z] f81cf36df31f: Layer already exists [2021-01-19T21:40:30.753Z] 61f6bf539c74: Layer already exists [2021-01-19T21:40:30.753Z] 2.0.0-dev.47: digest: sha256:98fff5d976081277803de8793945bded300bc8a0b53d7006f91abf0d5b1209a2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:31.059Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:31.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:31.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T21:40:31.359Z] f81cf36df31f: Preparing [2021-01-19T21:40:31.359Z] 61f6bf539c74: Preparing [2021-01-19T21:40:31.359Z] 604cc664d2c8: Preparing [2021-01-19T21:40:31.359Z] 61f6bf539c74: Layer already exists [2021-01-19T21:40:31.359Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:31.359Z] f81cf36df31f: Layer already exists [2021-01-19T21:40:31.359Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:98fff5d976081277803de8793945bded300bc8a0b53d7006f91abf0d5b1209a2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:31.663Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:31.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-19T21:40:31.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T21:40:31.957Z] f81cf36df31f: Preparing [2021-01-19T21:40:31.957Z] 61f6bf539c74: Preparing [2021-01-19T21:40:31.957Z] 604cc664d2c8: Preparing [2021-01-19T21:40:31.957Z] 604cc664d2c8: Layer already exists [2021-01-19T21:40:31.957Z] 61f6bf539c74: Layer already exists [2021-01-19T21:40:31.957Z] f81cf36df31f: Layer already exists [2021-01-19T21:40:31.957Z] master: digest: sha256:98fff5d976081277803de8793945bded300bc8a0b53d7006f91abf0d5b1209a2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:40:32.151Z] ===================================================== [Pipeline] echo [2021-01-19T21:40:32.198Z] taggedImages: [2021-01-19T21:40:32.198Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:32.198Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.47 [2021-01-19T21:40:32.198Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:32.198Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-19T21:40:32.286Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-19T21:40:32.286Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:32.286Z] 2.0.0-dev.47 [2021-01-19T21:40:32.286Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:32.286Z] master [2021-01-19T21:40:32.286Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:32.760Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:33.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:33.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T21:40:33.060Z] a21af300b568: Preparing [2021-01-19T21:40:33.060Z] 5c98edb2d594: Preparing [2021-01-19T21:40:33.060Z] da957c5ee135: Preparing [2021-01-19T21:40:33.060Z] 09d2015df255: Preparing [2021-01-19T21:40:33.060Z] c3e319c3c04c: Preparing [2021-01-19T21:40:33.060Z] c12e57aaf322: Preparing [2021-01-19T21:40:33.060Z] c3afc0ef1d46: Preparing [2021-01-19T21:40:33.060Z] 0754057c0ad3: Preparing [2021-01-19T21:40:33.060Z] 998cdf262ab1: Preparing [2021-01-19T21:40:33.060Z] 02e56110abd2: Preparing [2021-01-19T21:40:33.060Z] abc36efb885a: Preparing [2021-01-19T21:40:33.060Z] b0b09059f4e1: Preparing [2021-01-19T21:40:33.060Z] bb961f40224b: Preparing [2021-01-19T21:40:33.060Z] f4666769fca7: Preparing [2021-01-19T21:40:33.060Z] c12e57aaf322: Waiting [2021-01-19T21:40:33.060Z] c3afc0ef1d46: Waiting [2021-01-19T21:40:33.060Z] b0b09059f4e1: Waiting [2021-01-19T21:40:33.060Z] bb961f40224b: Waiting [2021-01-19T21:40:33.060Z] 0754057c0ad3: Waiting [2021-01-19T21:40:33.060Z] f4666769fca7: Waiting [2021-01-19T21:40:33.060Z] 998cdf262ab1: Waiting [2021-01-19T21:40:33.060Z] 02e56110abd2: Waiting [2021-01-19T21:40:33.060Z] abc36efb885a: Waiting [2021-01-19T21:40:33.322Z] c3e319c3c04c: Pushed [2021-01-19T21:40:33.322Z] a21af300b568: Pushed [2021-01-19T21:40:33.584Z] 09d2015df255: Pushed [2021-01-19T21:40:33.584Z] 0754057c0ad3: Layer already exists [2021-01-19T21:40:33.584Z] 998cdf262ab1: Layer already exists [2021-01-19T21:40:33.584Z] c3afc0ef1d46: Pushed [2021-01-19T21:40:33.584Z] 02e56110abd2: Layer already exists [2021-01-19T21:40:33.851Z] abc36efb885a: Layer already exists [2021-01-19T21:40:33.851Z] b0b09059f4e1: Layer already exists [2021-01-19T21:40:33.851Z] bb961f40224b: Layer already exists [2021-01-19T21:40:33.851Z] f4666769fca7: Layer already exists [2021-01-19T21:40:33.851Z] 5c98edb2d594: Pushed [2021-01-19T21:40:34.426Z] c12e57aaf322: Pushed [2021-01-19T21:40:41.023Z] da957c5ee135: Pushed [2021-01-19T21:40:41.023Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:0359f2cafbac9d5bbec95a9d50e7165bcd971c551bcfd8352115b3dbe6e7b6ad size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:41.333Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:41.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.47 [2021-01-19T21:40:41.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T21:40:41.634Z] a21af300b568: Preparing [2021-01-19T21:40:41.634Z] 5c98edb2d594: Preparing [2021-01-19T21:40:41.634Z] da957c5ee135: Preparing [2021-01-19T21:40:41.634Z] 09d2015df255: Preparing [2021-01-19T21:40:41.634Z] c3e319c3c04c: Preparing [2021-01-19T21:40:41.634Z] c12e57aaf322: Preparing [2021-01-19T21:40:41.634Z] c3afc0ef1d46: Preparing [2021-01-19T21:40:41.634Z] 0754057c0ad3: Preparing [2021-01-19T21:40:41.634Z] 998cdf262ab1: Preparing [2021-01-19T21:40:41.634Z] 02e56110abd2: Preparing [2021-01-19T21:40:41.634Z] abc36efb885a: Preparing [2021-01-19T21:40:41.634Z] b0b09059f4e1: Preparing [2021-01-19T21:40:41.634Z] bb961f40224b: Preparing [2021-01-19T21:40:41.634Z] f4666769fca7: Preparing [2021-01-19T21:40:41.634Z] 998cdf262ab1: Waiting [2021-01-19T21:40:41.634Z] abc36efb885a: Waiting [2021-01-19T21:40:41.634Z] c12e57aaf322: Waiting [2021-01-19T21:40:41.634Z] b0b09059f4e1: Waiting [2021-01-19T21:40:41.634Z] c3afc0ef1d46: Waiting [2021-01-19T21:40:41.634Z] 0754057c0ad3: Waiting [2021-01-19T21:40:41.634Z] bb961f40224b: Waiting [2021-01-19T21:40:41.634Z] 02e56110abd2: Waiting [2021-01-19T21:40:41.634Z] 5c98edb2d594: Layer already exists [2021-01-19T21:40:41.634Z] c3e319c3c04c: Layer already exists [2021-01-19T21:40:41.634Z] a21af300b568: Layer already exists [2021-01-19T21:40:41.634Z] 09d2015df255: Layer already exists [2021-01-19T21:40:41.634Z] da957c5ee135: Layer already exists [2021-01-19T21:40:41.634Z] 0754057c0ad3: Layer already exists [2021-01-19T21:40:41.634Z] c12e57aaf322: Layer already exists [2021-01-19T21:40:41.634Z] 998cdf262ab1: Layer already exists [2021-01-19T21:40:41.634Z] c3afc0ef1d46: Layer already exists [2021-01-19T21:40:41.634Z] 02e56110abd2: Layer already exists [2021-01-19T21:40:41.634Z] abc36efb885a: Layer already exists [2021-01-19T21:40:41.634Z] b0b09059f4e1: Layer already exists [2021-01-19T21:40:41.634Z] bb961f40224b: Layer already exists [2021-01-19T21:40:41.634Z] f4666769fca7: Layer already exists [2021-01-19T21:40:41.634Z] 2.0.0-dev.47: digest: sha256:0359f2cafbac9d5bbec95a9d50e7165bcd971c551bcfd8352115b3dbe6e7b6ad size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:41.945Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:42.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:42.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T21:40:42.248Z] a21af300b568: Preparing [2021-01-19T21:40:42.248Z] 5c98edb2d594: Preparing [2021-01-19T21:40:42.248Z] da957c5ee135: Preparing [2021-01-19T21:40:42.248Z] 09d2015df255: Preparing [2021-01-19T21:40:42.248Z] c3e319c3c04c: Preparing [2021-01-19T21:40:42.248Z] c12e57aaf322: Preparing [2021-01-19T21:40:42.248Z] c3afc0ef1d46: Preparing [2021-01-19T21:40:42.248Z] 0754057c0ad3: Preparing [2021-01-19T21:40:42.248Z] 998cdf262ab1: Preparing [2021-01-19T21:40:42.248Z] 02e56110abd2: Preparing [2021-01-19T21:40:42.248Z] abc36efb885a: Preparing [2021-01-19T21:40:42.248Z] b0b09059f4e1: Preparing [2021-01-19T21:40:42.248Z] bb961f40224b: Preparing [2021-01-19T21:40:42.248Z] f4666769fca7: Preparing [2021-01-19T21:40:42.248Z] 998cdf262ab1: Waiting [2021-01-19T21:40:42.248Z] 02e56110abd2: Waiting [2021-01-19T21:40:42.248Z] abc36efb885a: Waiting [2021-01-19T21:40:42.248Z] b0b09059f4e1: Waiting [2021-01-19T21:40:42.248Z] bb961f40224b: Waiting [2021-01-19T21:40:42.248Z] f4666769fca7: Waiting [2021-01-19T21:40:42.248Z] c12e57aaf322: Waiting [2021-01-19T21:40:42.248Z] c3afc0ef1d46: Waiting [2021-01-19T21:40:42.248Z] 0754057c0ad3: Waiting [2021-01-19T21:40:42.248Z] c3e319c3c04c: Layer already exists [2021-01-19T21:40:42.248Z] a21af300b568: Layer already exists [2021-01-19T21:40:42.248Z] da957c5ee135: Layer already exists [2021-01-19T21:40:42.248Z] 5c98edb2d594: Layer already exists [2021-01-19T21:40:42.248Z] 09d2015df255: Layer already exists [2021-01-19T21:40:42.248Z] c12e57aaf322: Layer already exists [2021-01-19T21:40:42.248Z] c3afc0ef1d46: Layer already exists [2021-01-19T21:40:42.248Z] 0754057c0ad3: Layer already exists [2021-01-19T21:40:42.248Z] 02e56110abd2: Layer already exists [2021-01-19T21:40:42.248Z] 998cdf262ab1: Layer already exists [2021-01-19T21:40:42.248Z] f4666769fca7: Layer already exists [2021-01-19T21:40:42.248Z] abc36efb885a: Layer already exists [2021-01-19T21:40:42.248Z] bb961f40224b: Layer already exists [2021-01-19T21:40:42.248Z] b0b09059f4e1: Layer already exists [2021-01-19T21:40:42.533Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:0359f2cafbac9d5bbec95a9d50e7165bcd971c551bcfd8352115b3dbe6e7b6ad size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:42.837Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:40:43.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-19T21:40:43.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T21:40:43.138Z] a21af300b568: Preparing [2021-01-19T21:40:43.138Z] 5c98edb2d594: Preparing [2021-01-19T21:40:43.138Z] da957c5ee135: Preparing [2021-01-19T21:40:43.138Z] 09d2015df255: Preparing [2021-01-19T21:40:43.138Z] c3e319c3c04c: Preparing [2021-01-19T21:40:43.138Z] c12e57aaf322: Preparing [2021-01-19T21:40:43.138Z] c3afc0ef1d46: Preparing [2021-01-19T21:40:43.138Z] 0754057c0ad3: Preparing [2021-01-19T21:40:43.138Z] 998cdf262ab1: Preparing [2021-01-19T21:40:43.138Z] 02e56110abd2: Preparing [2021-01-19T21:40:43.138Z] abc36efb885a: Preparing [2021-01-19T21:40:43.138Z] b0b09059f4e1: Preparing [2021-01-19T21:40:43.138Z] bb961f40224b: Preparing [2021-01-19T21:40:43.138Z] f4666769fca7: Preparing [2021-01-19T21:40:43.138Z] 998cdf262ab1: Waiting [2021-01-19T21:40:43.138Z] 02e56110abd2: Waiting [2021-01-19T21:40:43.138Z] abc36efb885a: Waiting [2021-01-19T21:40:43.138Z] b0b09059f4e1: Waiting [2021-01-19T21:40:43.138Z] bb961f40224b: Waiting [2021-01-19T21:40:43.138Z] f4666769fca7: Waiting [2021-01-19T21:40:43.138Z] c12e57aaf322: Waiting [2021-01-19T21:40:43.138Z] c3afc0ef1d46: Waiting [2021-01-19T21:40:43.138Z] 0754057c0ad3: Waiting [2021-01-19T21:40:43.138Z] c3e319c3c04c: Layer already exists [2021-01-19T21:40:43.138Z] 5c98edb2d594: Layer already exists [2021-01-19T21:40:43.138Z] 09d2015df255: Layer already exists [2021-01-19T21:40:43.138Z] a21af300b568: Layer already exists [2021-01-19T21:40:43.138Z] da957c5ee135: Layer already exists [2021-01-19T21:40:43.138Z] c12e57aaf322: Layer already exists [2021-01-19T21:40:43.138Z] 998cdf262ab1: Layer already exists [2021-01-19T21:40:43.138Z] c3afc0ef1d46: Layer already exists [2021-01-19T21:40:43.138Z] 0754057c0ad3: Layer already exists [2021-01-19T21:40:43.138Z] 02e56110abd2: Layer already exists [2021-01-19T21:40:43.138Z] abc36efb885a: Layer already exists [2021-01-19T21:40:43.138Z] b0b09059f4e1: Layer already exists [2021-01-19T21:40:43.138Z] bb961f40224b: Layer already exists [2021-01-19T21:40:43.138Z] f4666769fca7: Layer already exists [2021-01-19T21:40:43.138Z] master: digest: sha256:0359f2cafbac9d5bbec95a9d50e7165bcd971c551bcfd8352115b3dbe6e7b6ad size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:40:43.315Z] ===================================================== [Pipeline] echo [2021-01-19T21:40:43.374Z] taggedImages: [2021-01-19T21:40:43.374Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:40:43.374Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.47 [2021-01-19T21:40:43.374Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:40:43.374Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T21:41:18.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T21:41:28.379Z] Removing intermediate container cbe4e58c2be0 [2021-01-19T21:41:28.379Z] ---> 064fbc8f1120 [2021-01-19T21:41:28.379Z] [2021-01-19T21:41:28.379Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T21:41:28.379Z] 3.12: Pulling from library/alpine [2021-01-19T21:41:28.659Z] Removing intermediate container 1f794743eff3 [2021-01-19T21:41:28.659Z] ---> f2c613d2e7ac [2021-01-19T21:41:28.659Z] [2021-01-19T21:41:28.659Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T21:41:28.940Z] 3.12: Pulling from library/alpine [2021-01-19T21:41:29.551Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T21:41:29.551Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T21:41:29.551Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T21:41:29.551Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T21:41:29.551Z] ---> afeebe901d6b [2021-01-19T21:41:29.551Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T21:41:29.551Z] ---> afeebe901d6b [2021-01-19T21:41:29.551Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T21:41:30.561Z] ---> Running in 30d10b1d53aa [2021-01-19T21:41:30.561Z] ---> Running in 2d17ce01976b [2021-01-19T21:41:32.034Z] Removing intermediate container dcdf4466c1a0 [2021-01-19T21:41:32.034Z] ---> 5d0e0518fb3d [2021-01-19T21:41:32.034Z] [2021-01-19T21:41:32.034Z] Step 10/22 : FROM scratch [2021-01-19T21:41:32.034Z] ---> [2021-01-19T21:41:32.034Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T21:41:32.644Z] ---> Running in bee2a74e3f80 [2021-01-19T21:41:32.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:41:33.207Z] Removing intermediate container 9f8f2007c448 [2021-01-19T21:41:33.207Z] ---> d3c2a86c6e28 [2021-01-19T21:41:33.207Z] [2021-01-19T21:41:33.207Z] Step 10/21 : FROM scratch [2021-01-19T21:41:33.207Z] ---> [2021-01-19T21:41:33.207Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T21:41:33.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:41:33.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:41:33.501Z] Removing intermediate container bee2a74e3f80 [2021-01-19T21:41:33.501Z] ---> dddf3ea85814 [2021-01-19T21:41:33.501Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T21:41:33.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:41:33.501Z] ---> Running in debe6403ea56 [2021-01-19T21:41:33.780Z] ---> Running in 316585470a5d [2021-01-19T21:41:33.780Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T21:41:33.780Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T21:41:34.066Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T21:41:34.066Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T21:41:34.066Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T21:41:34.066Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:41:34.066Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T21:41:34.349Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T21:41:34.349Z] OK: 7 MiB in 19 packages [2021-01-19T21:41:34.349Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T21:41:34.349Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T21:41:34.349Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T21:41:34.349Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T21:41:34.349Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:41:34.349Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T21:41:34.641Z] Removing intermediate container 316585470a5d [2021-01-19T21:41:34.641Z] ---> 38372a2a1133 [2021-01-19T21:41:34.641Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T21:41:34.641Z] Removing intermediate container debe6403ea56 [2021-01-19T21:41:34.641Z] ---> f054c9c2ed09 [2021-01-19T21:41:34.641Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T21:41:34.641Z] OK: 7 MiB in 19 packages [2021-01-19T21:41:34.929Z] ---> Running in c21bb34abe63 [2021-01-19T21:41:34.929Z] ---> Running in 4440b363ea74 [2021-01-19T21:41:35.923Z] Removing intermediate container c21bb34abe63 [2021-01-19T21:41:35.923Z] ---> 6b16ca1ecd0b [2021-01-19T21:41:35.923Z] Step 14/22 : WORKDIR / [2021-01-19T21:41:35.923Z] Removing intermediate container 4440b363ea74 [2021-01-19T21:41:35.923Z] ---> 452779eafece [2021-01-19T21:41:35.923Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T21:41:36.198Z] ---> Running in 51f4c1c2285c [2021-01-19T21:41:36.198Z] ---> Running in 693ee3f6e0e7 [2021-01-19T21:41:36.475Z] Removing intermediate container 2d17ce01976b [2021-01-19T21:41:36.475Z] ---> 3f9e9c49ad32 [2021-01-19T21:41:36.475Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T21:41:37.081Z] ---> Running in 91eb6e357015 [2021-01-19T21:41:37.081Z] Removing intermediate container 693ee3f6e0e7 [2021-01-19T21:41:37.081Z] ---> b058653af8e9 [2021-01-19T21:41:37.081Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:41:37.081Z] Removing intermediate container 51f4c1c2285c [2021-01-19T21:41:37.081Z] ---> adb42f0f9801 [2021-01-19T21:41:37.081Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:41:37.081Z] Removing intermediate container 30d10b1d53aa [2021-01-19T21:41:37.081Z] ---> 3e927463409d [2021-01-19T21:41:37.081Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T21:41:37.364Z] ---> Running in 828de54aefcf [2021-01-19T21:41:37.648Z] Removing intermediate container 91eb6e357015 [2021-01-19T21:41:37.648Z] ---> ba8ae60af6d4 [2021-01-19T21:41:37.648Z] Step 13/22 : WORKDIR / [2021-01-19T21:41:37.941Z] ---> Running in acd47d16668b [2021-01-19T21:41:37.941Z] ---> 56975d908c64 [2021-01-19T21:41:37.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T21:41:38.225Z] Removing intermediate container 828de54aefcf [2021-01-19T21:41:38.225Z] ---> c7298e656fdd [2021-01-19T21:41:38.225Z] Step 13/24 : WORKDIR / [2021-01-19T21:41:38.225Z] ---> 795db59b2da5 [2021-01-19T21:41:38.225Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T21:41:38.225Z] ---> Running in 79fa51a133e8 [2021-01-19T21:41:38.514Z] Removing intermediate container acd47d16668b [2021-01-19T21:41:38.514Z] ---> 0c59c870c50a [2021-01-19T21:41:38.514Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:41:39.507Z] Removing intermediate container 79fa51a133e8 [2021-01-19T21:41:39.507Z] ---> 057fa3ea98af [2021-01-19T21:41:39.507Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T21:41:40.114Z] ---> 913f7b14825e [2021-01-19T21:41:40.114Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T21:41:40.114Z] ---> a5902d82447c [2021-01-19T21:41:40.114Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T21:41:40.395Z] ---> a3d2b865c19d [2021-01-19T21:41:40.395Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T21:41:40.684Z] ---> d409927b6ea8 [2021-01-19T21:41:40.684Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T21:41:41.682Z] ---> 97098bc79f52 [2021-01-19T21:41:41.682Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T21:41:41.958Z] ---> Running in 46d04087ee43 [2021-01-19T21:41:41.958Z] ---> ee34af6f99fa [2021-01-19T21:41:41.958Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T21:41:42.240Z] ---> bc584877c9d0 [2021-01-19T21:41:42.240Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T21:41:42.240Z] ---> 476996c79c53 [2021-01-19T21:41:42.240Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T21:41:42.240Z] ---> Running in 5e6bab892036 [2021-01-19T21:41:42.542Z] Removing intermediate container 46d04087ee43 [2021-01-19T21:41:42.542Z] ---> 96f54ef4e9bb [2021-01-19T21:41:42.542Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:41:42.824Z] ---> Running in d9e99769dd1c [2021-01-19T21:41:43.099Z] Removing intermediate container 5e6bab892036 [2021-01-19T21:41:43.099Z] ---> b517c085aabe [2021-01-19T21:41:43.099Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:41:43.373Z] ---> Running in f29a99408c76 [2021-01-19T21:41:43.647Z] ---> fadf228478bd [2021-01-19T21:41:43.647Z] ---> 896c29778600 [2021-01-19T21:41:43.647Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T21:41:43.647Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T21:41:43.647Z] Removing intermediate container d9e99769dd1c [2021-01-19T21:41:43.647Z] ---> 25544516506c [2021-01-19T21:41:43.647Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T21:41:43.925Z] ---> Running in f9ee1414b1b2 [2021-01-19T21:41:44.213Z] Removing intermediate container f29a99408c76 [2021-01-19T21:41:44.213Z] ---> 0d863fad2aed [2021-01-19T21:41:44.213Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T21:41:44.496Z] ---> Running in 59ecbcff7210 [2021-01-19T21:41:44.774Z] Removing intermediate container f9ee1414b1b2 [2021-01-19T21:41:44.774Z] ---> 9da981c8764e [2021-01-19T21:41:44.774Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:41:44.774Z] ---> 57f263d739ac [2021-01-19T21:41:44.774Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T21:41:45.055Z] ---> Running in 201e9d0a82c4 [2021-01-19T21:41:45.055Z] ---> Running in 84c7ee58513b [2021-01-19T21:41:45.331Z] Removing intermediate container 59ecbcff7210 [2021-01-19T21:41:45.331Z] ---> 1cf51d2c274e [2021-01-19T21:41:45.331Z] Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:41:45.331Z] ---> 92c56954bcf6 [2021-01-19T21:41:45.331Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T21:41:45.331Z] ---> Running in a2a5238aec96 [2021-01-19T21:41:45.941Z] Removing intermediate container 84c7ee58513b [2021-01-19T21:41:45.941Z] ---> 9e6082631d54 [2021-01-19T21:41:45.941Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-19T21:41:46.219Z] ---> Running in d04144413a65 [2021-01-19T21:41:46.219Z] Removing intermediate container a2a5238aec96 [2021-01-19T21:41:46.219Z] ---> 187b4f5f2002 [2021-01-19T21:41:46.219Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-19T21:41:46.820Z] ---> Running in 7a143ec40a49 [2021-01-19T21:41:47.104Z] Removing intermediate container d04144413a65 [2021-01-19T21:41:47.104Z] ---> 5c428fe5f015 [2021-01-19T21:41:47.104Z] [2021-01-19T21:41:47.104Z] ---> 8ab783e81fdb [2021-01-19T21:41:47.104Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T21:41:47.378Z] Removing intermediate container 7a143ec40a49 [2021-01-19T21:41:47.379Z] ---> 679774084b91 [2021-01-19T21:41:47.379Z] [2021-01-19T21:41:47.655Z] Successfully built 5c428fe5f015 [2021-01-19T21:41:47.929Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T21:41:47.929Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T21:41:47.929Z] Successfully built 679774084b91 [2021-01-19T21:41:47.929Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T21:41:47.929Z] Building docker-support-notifications-go [2021-01-19T21:41:48.530Z]  Building docker-support-scheduler-go ... done  ---> 01b5e110a4ce [2021-01-19T21:41:48.530Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T21:41:49.122Z] ---> Running in eda816c90066 [2021-01-19T21:41:49.122Z] Removing intermediate container 201e9d0a82c4 [2021-01-19T21:41:49.122Z] ---> c0d6c3e73cd7 [2021-01-19T21:41:49.122Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T21:41:49.718Z] ---> Running in 1e743002afd2 [2021-01-19T21:41:50.716Z] Removing intermediate container c7a6eb601b6a [2021-01-19T21:41:50.716Z] ---> 48aa7a5b3242 [2021-01-19T21:41:50.716Z] [2021-01-19T21:41:50.716Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T21:41:50.716Z] ---> afeebe901d6b [2021-01-19T21:41:50.716Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T21:41:51.073Z] Removing intermediate container 1e743002afd2 [2021-01-19T21:41:51.073Z] ---> 19a5d7ab2e5b [2021-01-19T21:41:51.073Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T21:41:51.361Z] ---> Running in f9964102d65e [2021-01-19T21:41:51.971Z] ---> Running in 8b42ced2e6af [2021-01-19T21:41:52.583Z] Removing intermediate container f9964102d65e [2021-01-19T21:41:52.583Z] ---> 44662e302a16 [2021-01-19T21:41:52.583Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T21:41:53.187Z] Removing intermediate container 8b42ced2e6af [2021-01-19T21:41:53.187Z] ---> 0d9dc267a45b [2021-01-19T21:41:53.188Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:41:53.468Z] ---> Running in 5ff4b0a9e199 [2021-01-19T21:41:53.468Z] Removing intermediate container eda816c90066 [2021-01-19T21:41:53.468Z] ---> 8a992b1ba365 [2021-01-19T21:41:53.468Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T21:41:53.746Z] ---> Running in c4eb0fe8008b [2021-01-19T21:41:53.746Z] ---> Running in 217e12b3dc9c [2021-01-19T21:41:54.031Z] Removing intermediate container 5ff4b0a9e199 [2021-01-19T21:41:54.031Z] ---> 696c33734f8a [2021-01-19T21:41:54.031Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T21:41:54.312Z] ---> Running in 669a51716af4 [2021-01-19T21:41:54.312Z] Removing intermediate container c4eb0fe8008b [2021-01-19T21:41:54.312Z] ---> 9673b9c1333d [2021-01-19T21:41:54.312Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-19T21:41:54.599Z] Removing intermediate container 217e12b3dc9c [2021-01-19T21:41:54.599Z] ---> 78302e778b9f [2021-01-19T21:41:54.599Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T21:41:54.599Z] ---> Running in 166ab18b60ec [2021-01-19T21:41:54.880Z] ---> Running in 91fce290136d [2021-01-19T21:41:54.880Z] Removing intermediate container 669a51716af4 [2021-01-19T21:41:54.880Z] ---> cc2f9600b6bb [2021-01-19T21:41:54.880Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:41:55.152Z] ---> Running in e7a0b428f223 [2021-01-19T21:41:55.428Z] Removing intermediate container 166ab18b60ec [2021-01-19T21:41:55.428Z] ---> 03285d718331 [2021-01-19T21:41:55.428Z] [2021-01-19T21:41:55.428Z] Removing intermediate container 91fce290136d [2021-01-19T21:41:55.428Z] ---> 1ef36b7fe54f [2021-01-19T21:41:55.428Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:41:55.718Z] ---> Running in f8a8f55889af [2021-01-19T21:41:55.991Z] Successfully built 03285d718331 [2021-01-19T21:41:55.991Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T21:41:55.991Z] Building docker-core-metadata-go [2021-01-19T21:41:56.266Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f8a8f55889af [2021-01-19T21:41:56.544Z] ---> 67594399b8bb [2021-01-19T21:41:56.544Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-19T21:41:56.544Z] ---> Running in bad04885584d [2021-01-19T21:41:57.143Z] Removing intermediate container bad04885584d [2021-01-19T21:41:57.143Z] ---> abfd52029c5b [2021-01-19T21:41:57.143Z] [2021-01-19T21:41:57.419Z] Successfully built abfd52029c5b [2021-01-19T21:41:57.419Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T21:41:57.419Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-19T21:41:58.023Z] Removing intermediate container e7a0b428f223 [2021-01-19T21:41:58.023Z] ---> 9386b48c143b [2021-01-19T21:41:58.023Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T21:41:58.295Z] ---> Running in 0e58173b795a [2021-01-19T21:41:59.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:42:00.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:42:00.941Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T21:42:00.941Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T21:42:01.215Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T21:42:01.513Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T21:42:01.513Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T21:42:01.513Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:42:01.513Z] OK: 8 MiB in 19 packages [2021-01-19T21:42:04.925Z] Removing intermediate container 0e58173b795a [2021-01-19T21:42:04.925Z] ---> 179f7df68fde [2021-01-19T21:42:04.925Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:42:06.369Z] ---> 016c376b6169 [2021-01-19T21:42:06.369Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T21:42:08.371Z] ---> 7f0ce2a28dc0 [2021-01-19T21:42:08.371Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T21:42:09.360Z] ---> 69c8545b76e1 [2021-01-19T21:42:09.360Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T21:42:09.637Z] ---> Running in cd2b184689ce [2021-01-19T21:42:10.238Z] Removing intermediate container cd2b184689ce [2021-01-19T21:42:10.238Z] ---> 31cfd63ab36e [2021-01-19T21:42:10.238Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:42:10.238Z] ---> Running in dd1a1cd2e30a [2021-01-19T21:42:10.836Z] Removing intermediate container dd1a1cd2e30a [2021-01-19T21:42:10.836Z] ---> e6e01272be2e [2021-01-19T21:42:10.836Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T21:42:11.111Z] ---> Running in 0d344b2984b6 [2021-01-19T21:42:11.711Z] Removing intermediate container 0d344b2984b6 [2021-01-19T21:42:11.711Z] ---> 3f1cd48fd746 [2021-01-19T21:42:11.711Z] Step 22/23 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:42:11.986Z] ---> Running in ef2e9dbdd908 [2021-01-19T21:42:12.583Z] Removing intermediate container ef2e9dbdd908 [2021-01-19T21:42:12.583Z] ---> 1567e19a551f [2021-01-19T21:42:12.583Z] Step 23/23 : LABEL version=2.0.0-dev.47 [2021-01-19T21:42:12.583Z] ---> Running in fb3357cd7be8 [2021-01-19T21:42:13.182Z] Removing intermediate container fb3357cd7be8 [2021-01-19T21:42:13.182Z] ---> 6b747f0bf65a [2021-01-19T21:42:13.182Z] [2021-01-19T21:42:13.455Z] Successfully built 6b747f0bf65a [2021-01-19T21:42:13.455Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T21:42:18.862Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:42:18.862Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:42:18.862Z] ---> a04dafaf47ee [2021-01-19T21:42:18.862Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T21:42:18.862Z] ---> Using cache [2021-01-19T21:42:18.862Z] ---> e00251561947 [2021-01-19T21:42:18.862Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:42:18.862Z] ---> Using cache [2021-01-19T21:42:18.862Z] ---> 26066694f01b [2021-01-19T21:42:18.862Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T21:42:19.974Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:42:19.974Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:42:19.974Z] ---> a04dafaf47ee [2021-01-19T21:42:19.974Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T21:42:19.974Z] ---> Using cache [2021-01-19T21:42:19.974Z] ---> e00251561947 [2021-01-19T21:42:19.974Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:42:19.974Z] ---> Using cache [2021-01-19T21:42:19.974Z] ---> 26066694f01b [2021-01-19T21:42:19.974Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T21:42:20.354Z] ---> Running in 62fbad032561 [2021-01-19T21:42:20.354Z] ---> Running in 132ecd695a87 [2021-01-19T21:42:22.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:42:22.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:42:23.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:42:23.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:42:23.857Z] OK: 217 MiB in 51 packages [2021-01-19T21:42:24.181Z] OK: 217 MiB in 51 packages [2021-01-19T21:42:26.352Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:42:26.353Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:42:26.353Z] ---> a04dafaf47ee [2021-01-19T21:42:26.353Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T21:42:26.353Z] ---> Using cache [2021-01-19T21:42:26.353Z] ---> e00251561947 [2021-01-19T21:42:26.353Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:42:26.353Z] ---> Using cache [2021-01-19T21:42:26.353Z] ---> 26066694f01b [2021-01-19T21:42:26.353Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T21:42:26.353Z] ---> Using cache [2021-01-19T21:42:26.353Z] ---> 14372a416b0a [2021-01-19T21:42:26.353Z] Step 6/22 : COPY go.mod . [2021-01-19T21:42:26.353Z] ---> Using cache [2021-01-19T21:42:26.353Z] ---> 7cdeb7a3794c [2021-01-19T21:42:26.353Z] Step 7/22 : RUN go mod download [2021-01-19T21:42:26.353Z] ---> Using cache [2021-01-19T21:42:26.353Z] ---> 738827a0466b [2021-01-19T21:42:26.353Z] Step 8/22 : COPY . . [2021-01-19T21:42:26.353Z] ---> Using cache [2021-01-19T21:42:26.353Z] ---> b2c79ca7475b [2021-01-19T21:42:26.353Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T21:42:26.353Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T21:42:26.353Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T21:42:26.353Z] ---> a04dafaf47ee [2021-01-19T21:42:26.353Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T21:42:26.353Z] ---> Using cache [2021-01-19T21:42:26.353Z] ---> e00251561947 [2021-01-19T21:42:26.353Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:42:26.353Z] ---> Using cache [2021-01-19T21:42:26.353Z] ---> 26066694f01b [2021-01-19T21:42:26.353Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T21:42:26.353Z] ---> Using cache [2021-01-19T21:42:26.353Z] ---> 14372a416b0a [2021-01-19T21:42:26.353Z] Step 6/21 : COPY go.mod . [2021-01-19T21:42:26.353Z] ---> Using cache [2021-01-19T21:42:26.353Z] ---> 7cdeb7a3794c [2021-01-19T21:42:26.353Z] Step 7/21 : RUN go mod download [2021-01-19T21:42:26.353Z] ---> Using cache [2021-01-19T21:42:26.353Z] ---> 738827a0466b [2021-01-19T21:42:26.353Z] Step 8/21 : COPY . . [2021-01-19T21:42:26.647Z] ---> Using cache [2021-01-19T21:42:26.647Z] ---> b2c79ca7475b [2021-01-19T21:42:26.647Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T21:42:26.647Z] ---> Running in f0c0105bb5e0 [2021-01-19T21:42:26.647Z] ---> Running in 3f101a0a80a7 [2021-01-19T21:42:27.632Z] Removing intermediate container 62fbad032561 [2021-01-19T21:42:27.632Z] Removing intermediate container 132ecd695a87 [2021-01-19T21:42:27.632Z] ---> 16762f20f2dd [2021-01-19T21:42:27.632Z] Step 6/24 : COPY go.mod . [2021-01-19T21:42:27.632Z] ---> dbb4c4b6a405 [2021-01-19T21:42:27.632Z] Step 6/26 : COPY go.mod . [2021-01-19T21:42:28.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T21:42:28.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T21:42:28.511Z] ---> 1da3e6aa6b01 [2021-01-19T21:42:28.511Z] Step 7/24 : RUN go mod download [2021-01-19T21:42:28.511Z] ---> 2ed0cd770c3e [2021-01-19T21:42:28.511Z] Step 7/26 : RUN go mod download [2021-01-19T21:42:28.789Z] ---> Running in f86430c1a8a2 [2021-01-19T21:42:28.789Z] ---> Running in 3aa1119bf906 [2021-01-19T21:42:34.236Z] Removing intermediate container f86430c1a8a2 [2021-01-19T21:42:34.237Z] ---> ad2ce28183e7 [2021-01-19T21:42:34.237Z] Step 8/26 : COPY . . [2021-01-19T21:42:34.237Z] Removing intermediate container 3aa1119bf906 [2021-01-19T21:42:34.237Z] ---> 1a1a1db98e76 [2021-01-19T21:42:34.237Z] Step 8/24 : COPY . . [2021-01-19T21:42:52.605Z] ---> d6cf0e2e73d1 [2021-01-19T21:42:52.605Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T21:42:52.605Z] ---> 7e8085925e1d [2021-01-19T21:42:52.887Z] ---> Running in c0e42e284290 [2021-01-19T21:42:52.887Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T21:42:53.177Z] ---> Running in 242898a4ea45 [2021-01-19T21:42:54.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T21:42:54.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T21:43:27.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T21:43:42.490Z] Removing intermediate container 3f101a0a80a7 [2021-01-19T21:43:42.490Z] ---> 6e9234830486 [2021-01-19T21:43:42.490Z] [2021-01-19T21:43:42.490Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T21:43:42.490Z] ---> afeebe901d6b [2021-01-19T21:43:42.490Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T21:43:42.490Z] ---> Running in b6b0dbfbc4e1 [2021-01-19T21:43:43.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:43:43.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:43:44.918Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T21:43:44.918Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T21:43:44.918Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T21:43:44.918Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T21:43:44.918Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:43:44.918Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T21:43:45.197Z] OK: 7 MiB in 18 packages [2021-01-19T21:43:48.650Z] Removing intermediate container b6b0dbfbc4e1 [2021-01-19T21:43:48.651Z] ---> 45cf4daaa081 [2021-01-19T21:43:48.651Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T21:43:48.651Z] ---> Running in fd93eb0b690a [2021-01-19T21:43:48.940Z] Removing intermediate container fd93eb0b690a [2021-01-19T21:43:48.940Z] ---> 0c7b154fba3f [2021-01-19T21:43:48.940Z] Step 13/21 : WORKDIR /edgex [2021-01-19T21:43:49.220Z] ---> Running in b53e6bcb8f7b [2021-01-19T21:43:49.835Z] Removing intermediate container b53e6bcb8f7b [2021-01-19T21:43:49.835Z] ---> 5662128e5a07 [2021-01-19T21:43:49.835Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T21:43:51.302Z] ---> 4b52d84baf0d [2021-01-19T21:43:51.302Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T21:43:53.342Z] ---> 399954693306 [2021-01-19T21:43:53.342Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T21:43:56.000Z] ---> f75b9cae87f3 [2021-01-19T21:43:56.000Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T21:43:56.623Z] ---> Running in 8cd28c5e08df [2021-01-19T21:43:57.633Z] Removing intermediate container 8cd28c5e08df [2021-01-19T21:43:57.633Z] ---> c98005b29290 [2021-01-19T21:43:57.633Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T21:43:57.633Z] Removing intermediate container f0c0105bb5e0 [2021-01-19T21:43:57.633Z] ---> adf60b773df1 [2021-01-19T21:43:57.633Z] [2021-01-19T21:43:57.915Z] Step 10/22 : FROM scratch [2021-01-19T21:43:57.915Z] ---> [2021-01-19T21:43:57.915Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T21:43:57.915Z] ---> Using cache [2021-01-19T21:43:57.915Z] ---> f054c9c2ed09 [2021-01-19T21:43:57.915Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T21:43:57.915Z] ---> Running in 0f993c142619 [2021-01-19T21:43:57.915Z] ---> Running in ea1b926ded89 [2021-01-19T21:43:58.538Z] Removing intermediate container 0f993c142619 [2021-01-19T21:43:58.538Z] ---> e25625c8b08c [2021-01-19T21:43:58.538Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T21:43:58.824Z] Removing intermediate container ea1b926ded89 [2021-01-19T21:43:58.824Z] ---> af6bb38f72d1 [2021-01-19T21:43:58.824Z] Step 13/22 : EXPOSE $APP_PORT ---> Running in 8daf6df1db83 [2021-01-19T21:43:58.824Z] [2021-01-19T21:43:58.824Z] ---> Running in b64b819159fa [2021-01-19T21:43:59.444Z] Removing intermediate container 8daf6df1db83 [2021-01-19T21:43:59.444Z] Removing intermediate container b64b819159fa [2021-01-19T21:43:59.444Z] ---> c353331c970a [2021-01-19T21:43:59.444Z] ---> 5c3351afbd59 [2021-01-19T21:43:59.444Z] Step 14/22 : WORKDIR /Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:43:59.444Z] [2021-01-19T21:43:59.444Z] ---> Running in 6d626deaed5c [2021-01-19T21:43:59.717Z] ---> Running in 9af3e5805a52 [2021-01-19T21:44:00.317Z] Removing intermediate container 6d626deaed5c [2021-01-19T21:44:00.317Z] ---> 60cdccc4ff05 [2021-01-19T21:44:00.317Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:44:00.596Z] Removing intermediate container 9af3e5805a52 [2021-01-19T21:44:00.596Z] ---> b4e5f515de38 [2021-01-19T21:44:00.596Z] Step 21/21 : LABEL version=2.0.0-dev.47 [2021-01-19T21:44:01.201Z] ---> Running in 95f193472c3d [2021-01-19T21:44:01.201Z] ---> 768ea564a998 [2021-01-19T21:44:01.201Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T21:44:01.800Z] Removing intermediate container 95f193472c3d [2021-01-19T21:44:01.800Z] ---> fc5498a9d8b2 [2021-01-19T21:44:01.800Z] [2021-01-19T21:44:02.402Z] Successfully built fc5498a9d8b2 [2021-01-19T21:44:02.402Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T21:44:03.837Z]  Building docker-security-proxy-setup-go ... done  ---> 15f22a6f4618 [2021-01-19T21:44:03.837Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T21:44:04.111Z] Removing intermediate container c0e42e284290 [2021-01-19T21:44:04.111Z] ---> 9e39e9fbf15e [2021-01-19T21:44:04.111Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T21:44:04.111Z] Removing intermediate container 242898a4ea45 [2021-01-19T21:44:04.111Z] ---> d1d736658194 [2021-01-19T21:44:04.111Z] [2021-01-19T21:44:04.111Z] Step 10/24 : FROM scratch [2021-01-19T21:44:04.111Z] ---> [2021-01-19T21:44:04.111Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T21:44:04.379Z] ---> Running in 1e50af7e77f8 [2021-01-19T21:44:04.379Z] ---> Running in 6972d0fa3c78 [2021-01-19T21:44:04.379Z] ---> 4ed43e28c4df [2021-01-19T21:44:04.379Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T21:44:04.659Z] ---> Running in 786685d91fa2 [2021-01-19T21:44:04.939Z] Removing intermediate container 6972d0fa3c78 [2021-01-19T21:44:04.939Z] ---> 477bd1e73fdf [2021-01-19T21:44:04.939Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T21:44:04.939Z] ---> Running in 71ccdf2b9ebb [2021-01-19T21:44:05.215Z] Removing intermediate container 786685d91fa2 [2021-01-19T21:44:05.215Z] ---> 35df92b89f72 [2021-01-19T21:44:05.215Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:44:05.215Z] ---> Running in fe09522cc234 [2021-01-19T21:44:05.490Z] Removing intermediate container 71ccdf2b9ebb [2021-01-19T21:44:05.490Z] ---> b167a4194f0e [2021-01-19T21:44:05.490Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T21:44:05.490Z] ---> Running in ba6ed6350404 [2021-01-19T21:44:05.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.47" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T21:44:05.763Z] Removing intermediate container fe09522cc234 [2021-01-19T21:44:05.763Z] ---> b7b103dd6f86 [2021-01-19T21:44:05.763Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T21:44:06.041Z] ---> Running in 29bfbac0ad13 [2021-01-19T21:44:06.319Z] Removing intermediate container ba6ed6350404 [2021-01-19T21:44:06.319Z] ---> 175aaa5f28ec [2021-01-19T21:44:06.319Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T21:44:06.592Z] Removing intermediate container 29bfbac0ad13 [2021-01-19T21:44:06.592Z] ---> c75a17c30317 [2021-01-19T21:44:06.592Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:44:06.865Z] ---> Running in b3b5d8145f53 [2021-01-19T21:44:07.137Z] ---> bd950531a582 [2021-01-19T21:44:07.137Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T21:44:07.137Z] Removing intermediate container b3b5d8145f53 [2021-01-19T21:44:07.137Z] ---> 4cd58c1b3f7e [2021-01-19T21:44:07.409Z] Step 22/22 : LABEL version=2.0.0-dev.47 [2021-01-19T21:44:07.409Z] ---> Running in ca297294a6ef [2021-01-19T21:44:08.002Z] Removing intermediate container ca297294a6ef [2021-01-19T21:44:08.002Z] ---> 1c63592acc38 [2021-01-19T21:44:08.002Z] [2021-01-19T21:44:08.274Z] ---> 65617abdb526 [2021-01-19T21:44:08.274Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T21:44:08.274Z] Successfully built 1c63592acc38 [2021-01-19T21:44:08.546Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T21:44:08.546Z]  Building docker-core-metadata-go ... done Removing intermediate container 1e50af7e77f8 [2021-01-19T21:44:08.546Z] ---> 18e6e63ba612 [2021-01-19T21:44:08.546Z] [2021-01-19T21:44:08.546Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T21:44:08.817Z] 20.10.0: Pulling from library/docker [2021-01-19T21:44:09.412Z] ---> 3216179bbea1 [2021-01-19T21:44:09.412Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T21:44:10.391Z] ---> 93d37c51e91e [2021-01-19T21:44:10.392Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T21:44:12.370Z] ---> c79f14cf72cd [2021-01-19T21:44:12.370Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T21:44:13.346Z] ---> 31511a81f14a [2021-01-19T21:44:13.346Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T21:44:13.624Z] ---> Running in f460620c6ebb [2021-01-19T21:44:14.226Z] Removing intermediate container f460620c6ebb [2021-01-19T21:44:14.226Z] ---> ce14c3bf4784 [2021-01-19T21:44:14.226Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:44:14.818Z] ---> Running in 14d9e3df2fa4 [2021-01-19T21:44:15.418Z] Removing intermediate container 14d9e3df2fa4 [2021-01-19T21:44:15.418Z] ---> 14abe2e20e13 [2021-01-19T21:44:15.418Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T21:44:15.690Z] ---> Running in 5f0bbb3eacf6 [2021-01-19T21:44:16.286Z] Removing intermediate container 5f0bbb3eacf6 [2021-01-19T21:44:16.286Z] ---> b2ea9f8dd03a [2021-01-19T21:44:16.286Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:44:16.287Z] ---> Running in 35de9e4bc85d [2021-01-19T21:44:16.884Z] Removing intermediate container 35de9e4bc85d [2021-01-19T21:44:16.884Z] ---> 9abcf55b1eaf [2021-01-19T21:44:16.884Z] Step 24/24 : LABEL version=2.0.0-dev.47 [2021-01-19T21:44:17.156Z] ---> Running in b730b8585438 [2021-01-19T21:44:17.428Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T21:44:17.428Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T21:44:17.428Z] ---> eeaf43b92773 [2021-01-19T21:44:17.428Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T21:44:17.710Z] Removing intermediate container b730b8585438 [2021-01-19T21:44:17.711Z] ---> 02d2c109e58e [2021-01-19T21:44:17.711Z] [2021-01-19T21:44:17.711Z] ---> Running in 2953b2c968d2 [2021-01-19T21:44:17.986Z] Successfully built 02d2c109e58e [2021-01-19T21:44:17.986Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T21:44:18.966Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:44:18.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:44:19.559Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T21:44:19.559Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T21:44:19.559Z] Executing bash-5.0.17-r0.post-install [2021-01-19T21:44:19.559Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:44:19.559Z] OK: 12 MiB in 22 packages [2021-01-19T21:44:20.989Z] Removing intermediate container 2953b2c968d2 [2021-01-19T21:44:20.989Z] ---> a2263192ca0e [2021-01-19T21:44:20.989Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T21:44:20.989Z] ---> Running in e8c0ed63267f [2021-01-19T21:44:21.258Z] Removing intermediate container e8c0ed63267f [2021-01-19T21:44:21.258Z] ---> e158ea1403ae [2021-01-19T21:44:21.258Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T21:44:21.531Z] ---> Running in 28a6c2b19e02 [2021-01-19T21:44:22.125Z] Removing intermediate container 28a6c2b19e02 [2021-01-19T21:44:22.125Z] ---> 7eb89521f83d [2021-01-19T21:44:22.126Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T21:44:22.126Z] ---> Running in 33a87fc5d70b [2021-01-19T21:44:22.717Z] Removing intermediate container 33a87fc5d70b [2021-01-19T21:44:22.717Z] ---> e2b3e6047831 [2021-01-19T21:44:22.717Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T21:44:23.693Z] ---> 9bfc7041d578 [2021-01-19T21:44:23.693Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T21:44:24.293Z] ---> a01749f83730 [2021-01-19T21:44:24.293Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T21:44:25.269Z] ---> 72bb7183c385 [2021-01-19T21:44:25.269Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T21:44:25.269Z] ---> Running in 68e0dd605d7d [2021-01-19T21:44:26.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:44:26.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:44:27.158Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T21:44:27.158Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T21:44:27.158Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T21:44:27.158Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T21:44:27.158Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T21:44:27.158Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T21:44:27.158Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T21:44:29.122Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T21:44:29.122Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T21:44:29.122Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T21:44:29.122Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T21:44:29.122Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T21:44:29.122Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T21:44:29.122Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T21:44:29.122Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T21:44:29.122Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T21:44:29.122Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T21:44:29.122Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T21:44:29.122Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T21:44:29.122Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T21:44:29.394Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T21:44:29.394Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T21:44:29.394Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T21:44:29.394Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T21:44:29.394Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T21:44:29.394Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T21:44:29.394Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T21:44:29.394Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T21:44:29.394Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T21:44:29.667Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T21:44:29.667Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T21:44:29.667Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T21:44:29.667Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T21:44:29.940Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:44:29.940Z] OK: 71 MiB in 55 packages [2021-01-19T21:44:36.642Z] Removing intermediate container 68e0dd605d7d [2021-01-19T21:44:36.642Z] ---> 8bb6c478460d [2021-01-19T21:44:36.642Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T21:44:36.642Z] ---> Running in b1bbb8d91810 [2021-01-19T21:44:40.930Z] Collecting docker-compose==1.23.2 [2021-01-19T21:44:40.930Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T21:44:41.519Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T21:44:41.519Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T21:44:41.519Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-19T21:44:41.789Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T21:44:41.789Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T21:44:44.401Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T21:44:44.401Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T21:44:44.672Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T21:44:44.672Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T21:44:44.942Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T21:44:44.942Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T21:44:46.907Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T21:44:46.907Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T21:44:47.176Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T21:44:47.447Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T21:44:50.049Z] Collecting PyYAML<4,>=3.10 [2021-01-19T21:44:50.049Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T21:44:53.420Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T21:44:53.420Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T21:44:53.691Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T21:44:53.691Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T21:44:54.282Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T21:44:54.282Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T21:44:54.553Z] Collecting idna<2.8,>=2.5 [2021-01-19T21:44:54.553Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T21:44:54.827Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-19T21:44:54.827Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-19T21:44:54.827Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T21:44:54.827Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T21:44:54.827Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T21:44:54.827Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T21:44:55.419Z] Installing collected packages: websocket-client, texttable, docker-pycreds, urllib3, idna, requests, docker, jsonschema, docopt, cached-property, dockerpty, PyYAML, docker-compose [2021-01-19T21:44:55.691Z] Running setup.py install for texttable: started [2021-01-19T21:44:57.659Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T21:44:57.659Z] Attempting uninstall: urllib3 [2021-01-19T21:44:57.659Z] Found existing installation: urllib3 1.25.9 [2021-01-19T21:44:57.659Z] Uninstalling urllib3-1.25.9: [2021-01-19T21:44:57.659Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T21:44:58.252Z] Attempting uninstall: idna [2021-01-19T21:44:58.252Z] Found existing installation: idna 2.9 [2021-01-19T21:44:58.252Z] Uninstalling idna-2.9: [2021-01-19T21:44:58.525Z] Successfully uninstalled idna-2.9 [2021-01-19T21:44:59.116Z] Attempting uninstall: requests [2021-01-19T21:44:59.116Z] Found existing installation: requests 2.23.0 [2021-01-19T21:44:59.116Z] Uninstalling requests-2.23.0: [2021-01-19T21:44:59.116Z] Successfully uninstalled requests-2.23.0 [2021-01-19T21:45:00.542Z] Running setup.py install for docopt: started [2021-01-19T21:45:02.518Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T21:45:02.518Z] Running setup.py install for dockerpty: started [2021-01-19T21:45:03.952Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T21:45:03.952Z] Running setup.py install for PyYAML: started [2021-01-19T21:45:06.582Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T21:45:06.854Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-19T21:45:10.243Z] Removing intermediate container b1bbb8d91810 [2021-01-19T21:45:10.243Z] ---> be830b09aea3 [2021-01-19T21:45:10.243Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T21:45:10.518Z] ---> Running in 0e11c542a3b0 [2021-01-19T21:45:11.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:45:11.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:45:12.368Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T21:45:12.368Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T21:45:12.368Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T21:45:12.368Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:45:12.368Z] OK: 71 MiB in 58 packages [2021-01-19T21:45:13.797Z] Removing intermediate container 0e11c542a3b0 [2021-01-19T21:45:13.797Z] ---> af5b55f94e31 [2021-01-19T21:45:13.797Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T21:45:13.797Z] ---> Running in 70e655b2d349 [2021-01-19T21:45:14.389Z] Removing intermediate container 70e655b2d349 [2021-01-19T21:45:14.389Z] ---> 210b34b71cf6 [2021-01-19T21:45:14.389Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:45:14.389Z] ---> Running in fbc14288aa29 [2021-01-19T21:45:14.983Z] Removing intermediate container fbc14288aa29 [2021-01-19T21:45:14.983Z] ---> a2ace2c7da81 [2021-01-19T21:45:14.983Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T21:45:14.983Z] ---> Running in 633fc7b5f65c [2021-01-19T21:45:15.579Z] Removing intermediate container 633fc7b5f65c [2021-01-19T21:45:15.579Z] ---> af21fbfb02be [2021-01-19T21:45:15.579Z] Step 25/26 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:15.579Z] ---> Running in 5f3c418da831 [2021-01-19T21:45:16.179Z] Removing intermediate container 5f3c418da831 [2021-01-19T21:45:16.179Z] ---> a6f5145c6a93 [2021-01-19T21:45:16.179Z] Step 26/26 : LABEL version=2.0.0-dev.47 [2021-01-19T21:45:16.179Z] ---> Running in 26521d0a0883 [2021-01-19T21:45:16.772Z] Removing intermediate container 26521d0a0883 [2021-01-19T21:45:16.772Z] ---> 93921dfbd329 [2021-01-19T21:45:16.772Z] [2021-01-19T21:45:17.044Z] Successfully built 93921dfbd329 [2021-01-19T21:45:17.044Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T21:45:17.340Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T21:45:17.346Z] $ docker stop --time=1 3f6d62e2ef5148e20a6c014eaedcf23819f722364cd3172a8b580a2ee3571b7a [2021-01-19T21:45:19.242Z] $ docker rm -f 3f6d62e2ef5148e20a6c014eaedcf23819f722364cd3172a8b580a2ee3571b7a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T21:45:19.959Z] + docker images [2021-01-19T21:45:19.960Z] + grep docker [2021-01-19T21:45:20.231Z] docker-sys-mgmt-agent-go-arm64 latest 93921dfbd329 4 seconds ago 300MB [2021-01-19T21:45:20.231Z] docker-support-notifications-go-arm64 latest 02d2c109e58e About a minute ago 11.4MB [2021-01-19T21:45:20.232Z] docker-core-metadata-go-arm64 latest 1c63592acc38 About a minute ago 12.3MB [2021-01-19T21:45:20.232Z] docker-security-proxy-setup-go-arm64 latest fc5498a9d8b2 About a minute ago 23.2MB [2021-01-19T21:45:20.232Z] docker-core-data-go-arm64 latest 6b747f0bf65a 3 minutes ago 21MB [2021-01-19T21:45:20.232Z] docker-security-secretstore-setup-go-arm64 latest abfd52029c5b 3 minutes ago 23.4MB [2021-01-19T21:45:20.232Z] docker-security-bootstrap-redis-go-arm64 latest 03285d718331 3 minutes ago 15.1MB [2021-01-19T21:45:20.232Z] docker-support-scheduler-go-arm64 latest 679774084b91 3 minutes ago 10MB [2021-01-19T21:45:20.232Z] docker-core-command-go-arm64 latest 5c428fe5f015 3 minutes ago 9.98MB [2021-01-19T21:45:20.232Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T21:45:20.850Z] provisioning config files... [2021-01-19T21:45:20.903Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/309@tmp/config7335328882863083465tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:45:21.344Z] ---> docker-login.sh [2021-01-19T21:45:21.345Z] nexus3.edgexfoundry.org:10001 [2021-01-19T21:45:21.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:45:21.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:45:21.910Z] Configure a credential helper to remove this warning. See [2021-01-19T21:45:21.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:45:21.910Z] [2021-01-19T21:45:21.910Z] Login Succeeded [2021-01-19T21:45:21.910Z] nexus3.edgexfoundry.org:10002 [2021-01-19T21:45:22.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:45:22.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:45:22.521Z] Configure a credential helper to remove this warning. See [2021-01-19T21:45:22.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:45:22.521Z] [2021-01-19T21:45:22.521Z] Login Succeeded [2021-01-19T21:45:22.521Z] nexus3.edgexfoundry.org:10003 [2021-01-19T21:45:23.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:45:23.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:45:23.122Z] Configure a credential helper to remove this warning. See [2021-01-19T21:45:23.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:45:23.122Z] [2021-01-19T21:45:23.122Z] Login Succeeded [2021-01-19T21:45:23.122Z] nexus3.edgexfoundry.org:10004 [2021-01-19T21:45:23.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:45:23.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:45:23.721Z] Configure a credential helper to remove this warning. See [2021-01-19T21:45:23.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:45:23.721Z] [2021-01-19T21:45:23.721Z] Login Succeeded [2021-01-19T21:45:23.721Z] docker.io [2021-01-19T21:45:24.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:45:24.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:45:24.597Z] Configure a credential helper to remove this warning. See [2021-01-19T21:45:24.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:45:24.597Z] [2021-01-19T21:45:24.597Z] Login Succeeded [2021-01-19T21:45:24.597Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T21:45:24.619Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:45:24.832Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-19T21:45:24.832Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:24.832Z] 2.0.0-dev.47 [2021-01-19T21:45:24.832Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:24.832Z] master [2021-01-19T21:45:24.832Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:25.442Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:25.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:25.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T21:45:25.793Z] 68d482d54092: Preparing [2021-01-19T21:45:25.793Z] 0086039518b7: Preparing [2021-01-19T21:45:25.793Z] e00d03a80111: Preparing [2021-01-19T21:45:26.065Z] 68d482d54092: Pushed [2021-01-19T21:45:26.065Z] e00d03a80111: Pushed [2021-01-19T21:45:28.680Z] 0086039518b7: Pushed [2021-01-19T21:45:28.680Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:5c606af24612cf83b1ce1ad95180404b09490a92dd0f291a1a2ecf2b7490c962 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:29.022Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:29.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.47 [2021-01-19T21:45:29.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T21:45:29.356Z] 68d482d54092: Preparing [2021-01-19T21:45:29.356Z] 0086039518b7: Preparing [2021-01-19T21:45:29.356Z] e00d03a80111: Preparing [2021-01-19T21:45:29.356Z] e00d03a80111: Layer already exists [2021-01-19T21:45:29.356Z] 0086039518b7: Layer already exists [2021-01-19T21:45:29.627Z] 68d482d54092: Layer already exists [2021-01-19T21:45:29.627Z] 2.0.0-dev.47: digest: sha256:5c606af24612cf83b1ce1ad95180404b09490a92dd0f291a1a2ecf2b7490c962 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:29.967Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:30.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:30.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T21:45:30.300Z] 68d482d54092: Preparing [2021-01-19T21:45:30.300Z] 0086039518b7: Preparing [2021-01-19T21:45:30.300Z] e00d03a80111: Preparing [2021-01-19T21:45:30.571Z] 68d482d54092: Layer already exists [2021-01-19T21:45:30.571Z] e00d03a80111: Layer already exists [2021-01-19T21:45:30.571Z] 0086039518b7: Layer already exists [2021-01-19T21:45:30.571Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:5c606af24612cf83b1ce1ad95180404b09490a92dd0f291a1a2ecf2b7490c962 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:30.912Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:31.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-19T21:45:31.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T21:45:31.249Z] 68d482d54092: Preparing [2021-01-19T21:45:31.249Z] 0086039518b7: Preparing [2021-01-19T21:45:31.249Z] e00d03a80111: Preparing [2021-01-19T21:45:31.518Z] 0086039518b7: Layer already exists [2021-01-19T21:45:31.518Z] e00d03a80111: Layer already exists [2021-01-19T21:45:31.518Z] 68d482d54092: Layer already exists [2021-01-19T21:45:31.518Z] master: digest: sha256:5c606af24612cf83b1ce1ad95180404b09490a92dd0f291a1a2ecf2b7490c962 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:45:31.729Z] ===================================================== [Pipeline] echo [2021-01-19T21:45:31.778Z] taggedImages: [2021-01-19T21:45:31.778Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:31.778Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.47 [2021-01-19T21:45:31.779Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:31.779Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-19T21:45:31.861Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-19T21:45:31.861Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:31.861Z] 2.0.0-dev.47 [2021-01-19T21:45:31.861Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:31.861Z] master [2021-01-19T21:45:31.861Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:32.398Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:32.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:32.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T21:45:32.733Z] 805aa17ea250: Preparing [2021-01-19T21:45:32.733Z] 6740ee11e187: Preparing [2021-01-19T21:45:32.733Z] e00d03a80111: Preparing [2021-01-19T21:45:32.733Z] 71d05c39b714: Preparing [2021-01-19T21:45:32.733Z] f8e8993581e1: Preparing [2021-01-19T21:45:32.733Z] 379067d0cb53: Preparing [2021-01-19T21:45:32.733Z] 379067d0cb53: Waiting [2021-01-19T21:45:33.008Z] e00d03a80111: Layer already exists [2021-01-19T21:45:33.008Z] 379067d0cb53: Layer already exists [2021-01-19T21:45:33.008Z] f8e8993581e1: Pushed [2021-01-19T21:45:33.008Z] 805aa17ea250: Pushed [2021-01-19T21:45:33.600Z] 71d05c39b714: Pushed [2021-01-19T21:45:36.971Z] 6740ee11e187: Pushed [2021-01-19T21:45:36.971Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:867c5774be2b040b09da20396cc38c20b04b10be97b4b6515bc69dc3efe024f7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:37.318Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:37.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.47 [2021-01-19T21:45:37.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T21:45:37.659Z] 805aa17ea250: Preparing [2021-01-19T21:45:37.659Z] 6740ee11e187: Preparing [2021-01-19T21:45:37.659Z] e00d03a80111: Preparing [2021-01-19T21:45:37.659Z] 71d05c39b714: Preparing [2021-01-19T21:45:37.659Z] f8e8993581e1: Preparing [2021-01-19T21:45:37.659Z] 379067d0cb53: Preparing [2021-01-19T21:45:37.659Z] 379067d0cb53: Waiting [2021-01-19T21:45:37.659Z] 6740ee11e187: Layer already exists [2021-01-19T21:45:37.659Z] f8e8993581e1: Layer already exists [2021-01-19T21:45:37.659Z] 805aa17ea250: Layer already exists [2021-01-19T21:45:37.659Z] 71d05c39b714: Layer already exists [2021-01-19T21:45:37.659Z] e00d03a80111: Layer already exists [2021-01-19T21:45:37.659Z] 379067d0cb53: Layer already exists [2021-01-19T21:45:37.929Z] 2.0.0-dev.47: digest: sha256:867c5774be2b040b09da20396cc38c20b04b10be97b4b6515bc69dc3efe024f7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:38.280Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:38.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:38.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T21:45:38.655Z] 805aa17ea250: Preparing [2021-01-19T21:45:38.655Z] 6740ee11e187: Preparing [2021-01-19T21:45:38.655Z] e00d03a80111: Preparing [2021-01-19T21:45:38.655Z] 71d05c39b714: Preparing [2021-01-19T21:45:38.655Z] f8e8993581e1: Preparing [2021-01-19T21:45:38.655Z] 379067d0cb53: Preparing [2021-01-19T21:45:38.655Z] 379067d0cb53: Waiting [2021-01-19T21:45:38.655Z] 6740ee11e187: Layer already exists [2021-01-19T21:45:38.655Z] f8e8993581e1: Layer already exists [2021-01-19T21:45:38.655Z] e00d03a80111: Layer already exists [2021-01-19T21:45:38.655Z] 805aa17ea250: Layer already exists [2021-01-19T21:45:38.655Z] 71d05c39b714: Layer already exists [2021-01-19T21:45:38.655Z] 379067d0cb53: Layer already exists [2021-01-19T21:45:38.925Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:867c5774be2b040b09da20396cc38c20b04b10be97b4b6515bc69dc3efe024f7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:39.265Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:39.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-19T21:45:39.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T21:45:39.605Z] 805aa17ea250: Preparing [2021-01-19T21:45:39.605Z] 6740ee11e187: Preparing [2021-01-19T21:45:39.605Z] e00d03a80111: Preparing [2021-01-19T21:45:39.605Z] 71d05c39b714: Preparing [2021-01-19T21:45:39.605Z] f8e8993581e1: Preparing [2021-01-19T21:45:39.605Z] 379067d0cb53: Preparing [2021-01-19T21:45:39.605Z] 379067d0cb53: Waiting [2021-01-19T21:45:39.875Z] 805aa17ea250: Layer already exists [2021-01-19T21:45:39.875Z] 71d05c39b714: Layer already exists [2021-01-19T21:45:39.875Z] 6740ee11e187: Layer already exists [2021-01-19T21:45:39.875Z] f8e8993581e1: Layer already exists [2021-01-19T21:45:39.875Z] e00d03a80111: Layer already exists [2021-01-19T21:45:39.875Z] 379067d0cb53: Layer already exists [2021-01-19T21:45:39.875Z] master: digest: sha256:867c5774be2b040b09da20396cc38c20b04b10be97b4b6515bc69dc3efe024f7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:45:40.089Z] ===================================================== [Pipeline] echo [2021-01-19T21:45:40.137Z] taggedImages: [2021-01-19T21:45:40.137Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:40.137Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.47 [2021-01-19T21:45:40.137Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:40.137Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-19T21:45:40.208Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-19T21:45:40.208Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:40.208Z] 2.0.0-dev.47 [2021-01-19T21:45:40.208Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:40.208Z] master [2021-01-19T21:45:40.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:40.784Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:41.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:41.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T21:45:41.115Z] 87c867617e60: Preparing [2021-01-19T21:45:41.115Z] 431d4ccfa2d9: Preparing [2021-01-19T21:45:41.115Z] e00d03a80111: Preparing [2021-01-19T21:45:41.392Z] e00d03a80111: Layer already exists [2021-01-19T21:45:41.392Z] 87c867617e60: Pushed [2021-01-19T21:45:43.995Z] 431d4ccfa2d9: Pushed [2021-01-19T21:45:44.264Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:e56c2ed6864ae67d477474525496ac509e17e3e59d2d835751d11c8991095473 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:44.604Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:44.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.47 [2021-01-19T21:45:44.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T21:45:44.943Z] 87c867617e60: Preparing [2021-01-19T21:45:44.943Z] 431d4ccfa2d9: Preparing [2021-01-19T21:45:44.943Z] e00d03a80111: Preparing [2021-01-19T21:45:44.943Z] 87c867617e60: Layer already exists [2021-01-19T21:45:44.943Z] e00d03a80111: Layer already exists [2021-01-19T21:45:44.943Z] 431d4ccfa2d9: Layer already exists [2021-01-19T21:45:45.213Z] 2.0.0-dev.47: digest: sha256:e56c2ed6864ae67d477474525496ac509e17e3e59d2d835751d11c8991095473 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:45.554Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:45.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:45.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T21:45:45.891Z] 87c867617e60: Preparing [2021-01-19T21:45:45.891Z] 431d4ccfa2d9: Preparing [2021-01-19T21:45:45.891Z] e00d03a80111: Preparing [2021-01-19T21:45:45.891Z] e00d03a80111: Layer already exists [2021-01-19T21:45:45.891Z] 431d4ccfa2d9: Layer already exists [2021-01-19T21:45:45.891Z] 87c867617e60: Layer already exists [2021-01-19T21:45:46.164Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:e56c2ed6864ae67d477474525496ac509e17e3e59d2d835751d11c8991095473 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:46.505Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:46.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-19T21:45:46.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T21:45:46.837Z] 87c867617e60: Preparing [2021-01-19T21:45:46.837Z] 431d4ccfa2d9: Preparing [2021-01-19T21:45:46.837Z] e00d03a80111: Preparing [2021-01-19T21:45:46.837Z] e00d03a80111: Layer already exists [2021-01-19T21:45:46.837Z] 431d4ccfa2d9: Layer already exists [2021-01-19T21:45:46.837Z] 87c867617e60: Layer already exists [2021-01-19T21:45:47.107Z] master: digest: sha256:e56c2ed6864ae67d477474525496ac509e17e3e59d2d835751d11c8991095473 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:45:47.326Z] ===================================================== [Pipeline] echo [2021-01-19T21:45:47.380Z] taggedImages: [2021-01-19T21:45:47.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:47.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.47 [2021-01-19T21:45:47.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:47.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-19T21:45:47.462Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-19T21:45:47.462Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:47.462Z] 2.0.0-dev.47 [2021-01-19T21:45:47.462Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:47.462Z] master [2021-01-19T21:45:47.462Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:47.974Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:48.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:48.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T21:45:48.306Z] 89f72b7c6edb: Preparing [2021-01-19T21:45:48.306Z] f2688c51f9ef: Preparing [2021-01-19T21:45:48.306Z] 34d4d3c99b96: Preparing [2021-01-19T21:45:48.306Z] 04c5b049febe: Preparing [2021-01-19T21:45:48.306Z] e00d03a80111: Preparing [2021-01-19T21:45:48.306Z] df3b08e74f99: Preparing [2021-01-19T21:45:48.306Z] 379067d0cb53: Preparing [2021-01-19T21:45:48.306Z] df3b08e74f99: Waiting [2021-01-19T21:45:48.306Z] 379067d0cb53: Waiting [2021-01-19T21:45:48.581Z] e00d03a80111: Layer already exists [2021-01-19T21:45:48.581Z] f2688c51f9ef: Pushed [2021-01-19T21:45:48.581Z] 34d4d3c99b96: Pushed [2021-01-19T21:45:48.581Z] 89f72b7c6edb: Pushed [2021-01-19T21:45:48.581Z] 379067d0cb53: Layer already exists [2021-01-19T21:45:49.174Z] df3b08e74f99: Pushed [2021-01-19T21:45:50.596Z] 04c5b049febe: Pushed [2021-01-19T21:45:50.867Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:bb0c4301ae98987f235d0b43b823e1ef13c68c3eb83a01b1588167b771840fde size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:51.214Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:51.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.47 [2021-01-19T21:45:51.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T21:45:51.551Z] 89f72b7c6edb: Preparing [2021-01-19T21:45:51.551Z] f2688c51f9ef: Preparing [2021-01-19T21:45:51.551Z] 34d4d3c99b96: Preparing [2021-01-19T21:45:51.551Z] 04c5b049febe: Preparing [2021-01-19T21:45:51.551Z] e00d03a80111: Preparing [2021-01-19T21:45:51.551Z] df3b08e74f99: Preparing [2021-01-19T21:45:51.551Z] 379067d0cb53: Preparing [2021-01-19T21:45:51.551Z] df3b08e74f99: Waiting [2021-01-19T21:45:51.551Z] 379067d0cb53: Waiting [2021-01-19T21:45:51.551Z] 89f72b7c6edb: Layer already exists [2021-01-19T21:45:51.551Z] f2688c51f9ef: Layer already exists [2021-01-19T21:45:51.551Z] 34d4d3c99b96: Layer already exists [2021-01-19T21:45:51.551Z] e00d03a80111: Layer already exists [2021-01-19T21:45:51.551Z] 04c5b049febe: Layer already exists [2021-01-19T21:45:51.551Z] 379067d0cb53: Layer already exists [2021-01-19T21:45:51.551Z] df3b08e74f99: Layer already exists [2021-01-19T21:45:51.822Z] 2.0.0-dev.47: digest: sha256:bb0c4301ae98987f235d0b43b823e1ef13c68c3eb83a01b1588167b771840fde size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:52.167Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:52.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:52.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T21:45:52.503Z] 89f72b7c6edb: Preparing [2021-01-19T21:45:52.503Z] f2688c51f9ef: Preparing [2021-01-19T21:45:52.503Z] 34d4d3c99b96: Preparing [2021-01-19T21:45:52.503Z] 04c5b049febe: Preparing [2021-01-19T21:45:52.503Z] e00d03a80111: Preparing [2021-01-19T21:45:52.503Z] df3b08e74f99: Preparing [2021-01-19T21:45:52.503Z] 379067d0cb53: Preparing [2021-01-19T21:45:52.503Z] df3b08e74f99: Waiting [2021-01-19T21:45:52.503Z] 379067d0cb53: Waiting [2021-01-19T21:45:52.503Z] f2688c51f9ef: Layer already exists [2021-01-19T21:45:52.503Z] 89f72b7c6edb: Layer already exists [2021-01-19T21:45:52.503Z] 34d4d3c99b96: Layer already exists [2021-01-19T21:45:52.503Z] 04c5b049febe: Layer already exists [2021-01-19T21:45:52.503Z] e00d03a80111: Layer already exists [2021-01-19T21:45:52.503Z] df3b08e74f99: Layer already exists [2021-01-19T21:45:52.773Z] 379067d0cb53: Layer already exists [2021-01-19T21:45:52.773Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:bb0c4301ae98987f235d0b43b823e1ef13c68c3eb83a01b1588167b771840fde size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:53.114Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:53.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-19T21:45:53.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T21:45:53.448Z] 89f72b7c6edb: Preparing [2021-01-19T21:45:53.448Z] f2688c51f9ef: Preparing [2021-01-19T21:45:53.448Z] 34d4d3c99b96: Preparing [2021-01-19T21:45:53.448Z] 04c5b049febe: Preparing [2021-01-19T21:45:53.448Z] e00d03a80111: Preparing [2021-01-19T21:45:53.448Z] df3b08e74f99: Preparing [2021-01-19T21:45:53.448Z] 379067d0cb53: Preparing [2021-01-19T21:45:53.448Z] df3b08e74f99: Waiting [2021-01-19T21:45:53.448Z] 379067d0cb53: Waiting [2021-01-19T21:45:53.448Z] e00d03a80111: Layer already exists [2021-01-19T21:45:53.448Z] f2688c51f9ef: Layer already exists [2021-01-19T21:45:53.719Z] 34d4d3c99b96: Layer already exists [2021-01-19T21:45:53.720Z] 89f72b7c6edb: Layer already exists [2021-01-19T21:45:53.720Z] 04c5b049febe: Layer already exists [2021-01-19T21:45:53.720Z] 379067d0cb53: Layer already exists [2021-01-19T21:45:53.720Z] df3b08e74f99: Layer already exists [2021-01-19T21:45:53.720Z] master: digest: sha256:bb0c4301ae98987f235d0b43b823e1ef13c68c3eb83a01b1588167b771840fde size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:45:53.935Z] ===================================================== [Pipeline] echo [2021-01-19T21:45:53.982Z] taggedImages: [2021-01-19T21:45:53.982Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:53.982Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.47 [2021-01-19T21:45:53.982Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:53.982Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-19T21:45:54.049Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-19T21:45:54.049Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:54.049Z] 2.0.0-dev.47 [2021-01-19T21:45:54.049Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:54.049Z] master [2021-01-19T21:45:54.049Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:54.593Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:54.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:45:54.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T21:45:54.929Z] 9b01079f6fcf: Preparing [2021-01-19T21:45:54.929Z] 068491cdd5d4: Preparing [2021-01-19T21:45:54.929Z] f1719762736b: Preparing [2021-01-19T21:45:54.929Z] 80d406a0badb: Preparing [2021-01-19T21:45:54.929Z] 9c16a93611f9: Preparing [2021-01-19T21:45:54.929Z] 379067d0cb53: Preparing [2021-01-19T21:45:54.929Z] 379067d0cb53: Waiting [2021-01-19T21:45:55.208Z] 80d406a0badb: Pushed [2021-01-19T21:45:55.208Z] f1719762736b: Pushed [2021-01-19T21:45:55.478Z] 379067d0cb53: Layer already exists [2021-01-19T21:45:55.750Z] 9c16a93611f9: Pushed [2021-01-19T21:45:57.180Z] 068491cdd5d4: Pushed [2021-01-19T21:45:57.181Z] 9b01079f6fcf: Pushed [2021-01-19T21:45:57.452Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:2d07ee06f112336dd4934904514198003a8abc318452843de4586c8bc2e41afd size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:57.792Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:58.134Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.47 [2021-01-19T21:45:58.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T21:45:58.134Z] 9b01079f6fcf: Preparing [2021-01-19T21:45:58.134Z] 068491cdd5d4: Preparing [2021-01-19T21:45:58.134Z] f1719762736b: Preparing [2021-01-19T21:45:58.135Z] 80d406a0badb: Preparing [2021-01-19T21:45:58.135Z] 9c16a93611f9: Preparing [2021-01-19T21:45:58.135Z] 379067d0cb53: Preparing [2021-01-19T21:45:58.135Z] 379067d0cb53: Waiting [2021-01-19T21:45:58.135Z] 068491cdd5d4: Layer already exists [2021-01-19T21:45:58.135Z] 9b01079f6fcf: Layer already exists [2021-01-19T21:45:58.135Z] 80d406a0badb: Layer already exists [2021-01-19T21:45:58.135Z] 9c16a93611f9: Layer already exists [2021-01-19T21:45:58.135Z] f1719762736b: Layer already exists [2021-01-19T21:45:58.406Z] 379067d0cb53: Layer already exists [2021-01-19T21:45:58.406Z] 2.0.0-dev.47: digest: sha256:2d07ee06f112336dd4934904514198003a8abc318452843de4586c8bc2e41afd size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:58.753Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:59.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:45:59.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T21:45:59.094Z] 9b01079f6fcf: Preparing [2021-01-19T21:45:59.094Z] 068491cdd5d4: Preparing [2021-01-19T21:45:59.094Z] f1719762736b: Preparing [2021-01-19T21:45:59.094Z] 80d406a0badb: Preparing [2021-01-19T21:45:59.094Z] 9c16a93611f9: Preparing [2021-01-19T21:45:59.094Z] 379067d0cb53: Preparing [2021-01-19T21:45:59.094Z] 379067d0cb53: Waiting [2021-01-19T21:45:59.094Z] f1719762736b: Layer already exists [2021-01-19T21:45:59.094Z] 9c16a93611f9: Layer already exists [2021-01-19T21:45:59.094Z] 80d406a0badb: Layer already exists [2021-01-19T21:45:59.094Z] 9b01079f6fcf: Layer already exists [2021-01-19T21:45:59.094Z] 068491cdd5d4: Layer already exists [2021-01-19T21:45:59.094Z] 379067d0cb53: Layer already exists [2021-01-19T21:45:59.364Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:2d07ee06f112336dd4934904514198003a8abc318452843de4586c8bc2e41afd size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:45:59.709Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:00.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-19T21:46:00.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T21:46:00.055Z] 9b01079f6fcf: Preparing [2021-01-19T21:46:00.055Z] 068491cdd5d4: Preparing [2021-01-19T21:46:00.055Z] f1719762736b: Preparing [2021-01-19T21:46:00.055Z] 80d406a0badb: Preparing [2021-01-19T21:46:00.055Z] 9c16a93611f9: Preparing [2021-01-19T21:46:00.055Z] 379067d0cb53: Preparing [2021-01-19T21:46:00.055Z] 379067d0cb53: Waiting [2021-01-19T21:46:00.055Z] 9b01079f6fcf: Layer already exists [2021-01-19T21:46:00.055Z] 068491cdd5d4: Layer already exists [2021-01-19T21:46:00.055Z] 9c16a93611f9: Layer already exists [2021-01-19T21:46:00.327Z] 80d406a0badb: Layer already exists [2021-01-19T21:46:00.327Z] f1719762736b: Layer already exists [2021-01-19T21:46:00.327Z] 379067d0cb53: Layer already exists [2021-01-19T21:46:00.327Z] master: digest: sha256:2d07ee06f112336dd4934904514198003a8abc318452843de4586c8bc2e41afd size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:46:00.611Z] ===================================================== [Pipeline] echo [2021-01-19T21:46:00.672Z] taggedImages: [2021-01-19T21:46:00.672Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:00.672Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.47 [2021-01-19T21:46:00.672Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:00.672Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-19T21:46:00.785Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-19T21:46:00.785Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:00.785Z] 2.0.0-dev.47 [2021-01-19T21:46:00.785Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:00.785Z] master [2021-01-19T21:46:00.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:01.289Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:01.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:01.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T21:46:01.625Z] 06c0f8543c1b: Preparing [2021-01-19T21:46:01.625Z] 47797d41dc11: Preparing [2021-01-19T21:46:01.625Z] 8e13b1f80352: Preparing [2021-01-19T21:46:01.625Z] 1f1a5e9dd082: Preparing [2021-01-19T21:46:01.625Z] d15b6805023d: Preparing [2021-01-19T21:46:01.625Z] 217a31a6913d: Preparing [2021-01-19T21:46:01.625Z] 4bb2624349e0: Preparing [2021-01-19T21:46:01.625Z] b89f121ff1b0: Preparing [2021-01-19T21:46:01.625Z] 379067d0cb53: Preparing [2021-01-19T21:46:01.625Z] 4bb2624349e0: Waiting [2021-01-19T21:46:01.625Z] b89f121ff1b0: Waiting [2021-01-19T21:46:01.625Z] 379067d0cb53: Waiting [2021-01-19T21:46:01.625Z] 217a31a6913d: Waiting [2021-01-19T21:46:02.224Z] 47797d41dc11: Pushed [2021-01-19T21:46:02.224Z] d15b6805023d: Pushed [2021-01-19T21:46:02.224Z] 06c0f8543c1b: Pushed [2021-01-19T21:46:02.498Z] 4bb2624349e0: Pushed [2021-01-19T21:46:02.498Z] 217a31a6913d: Pushed [2021-01-19T21:46:02.498Z] 379067d0cb53: Layer already exists [2021-01-19T21:46:02.770Z] b89f121ff1b0: Pushed [2021-01-19T21:46:04.199Z] 1f1a5e9dd082: Pushed [2021-01-19T21:46:04.199Z] 8e13b1f80352: Pushed [2021-01-19T21:46:04.469Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:ba4213750c87ba1265ebc4b7b46165850d9e397db74041d5ea91e0f6010d2c8c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:04.809Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:05.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.47 [2021-01-19T21:46:05.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T21:46:05.144Z] 06c0f8543c1b: Preparing [2021-01-19T21:46:05.144Z] 47797d41dc11: Preparing [2021-01-19T21:46:05.144Z] 8e13b1f80352: Preparing [2021-01-19T21:46:05.144Z] 1f1a5e9dd082: Preparing [2021-01-19T21:46:05.144Z] d15b6805023d: Preparing [2021-01-19T21:46:05.144Z] 217a31a6913d: Preparing [2021-01-19T21:46:05.144Z] 4bb2624349e0: Preparing [2021-01-19T21:46:05.144Z] b89f121ff1b0: Preparing [2021-01-19T21:46:05.144Z] 379067d0cb53: Preparing [2021-01-19T21:46:05.144Z] 4bb2624349e0: Waiting [2021-01-19T21:46:05.144Z] b89f121ff1b0: Waiting [2021-01-19T21:46:05.144Z] 379067d0cb53: Waiting [2021-01-19T21:46:05.144Z] 217a31a6913d: Waiting [2021-01-19T21:46:05.144Z] 06c0f8543c1b: Layer already exists [2021-01-19T21:46:05.144Z] d15b6805023d: Layer already exists [2021-01-19T21:46:05.144Z] 47797d41dc11: Layer already exists [2021-01-19T21:46:05.144Z] 8e13b1f80352: Layer already exists [2021-01-19T21:46:05.144Z] 1f1a5e9dd082: Layer already exists [2021-01-19T21:46:05.415Z] b89f121ff1b0: Layer already exists [2021-01-19T21:46:05.415Z] 4bb2624349e0: Layer already exists [2021-01-19T21:46:05.415Z] 217a31a6913d: Layer already exists [2021-01-19T21:46:05.415Z] 379067d0cb53: Layer already exists [2021-01-19T21:46:05.415Z] 2.0.0-dev.47: digest: sha256:ba4213750c87ba1265ebc4b7b46165850d9e397db74041d5ea91e0f6010d2c8c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:05.754Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:06.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:06.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T21:46:06.094Z] 06c0f8543c1b: Preparing [2021-01-19T21:46:06.094Z] 47797d41dc11: Preparing [2021-01-19T21:46:06.094Z] 8e13b1f80352: Preparing [2021-01-19T21:46:06.094Z] 1f1a5e9dd082: Preparing [2021-01-19T21:46:06.094Z] d15b6805023d: Preparing [2021-01-19T21:46:06.094Z] 217a31a6913d: Preparing [2021-01-19T21:46:06.094Z] 4bb2624349e0: Preparing [2021-01-19T21:46:06.094Z] b89f121ff1b0: Preparing [2021-01-19T21:46:06.094Z] 379067d0cb53: Preparing [2021-01-19T21:46:06.094Z] 217a31a6913d: Waiting [2021-01-19T21:46:06.094Z] 4bb2624349e0: Waiting [2021-01-19T21:46:06.094Z] b89f121ff1b0: Waiting [2021-01-19T21:46:06.094Z] 379067d0cb53: Waiting [2021-01-19T21:46:06.094Z] 06c0f8543c1b: Layer already exists [2021-01-19T21:46:06.094Z] d15b6805023d: Layer already exists [2021-01-19T21:46:06.094Z] 47797d41dc11: Layer already exists [2021-01-19T21:46:06.094Z] 8e13b1f80352: Layer already exists [2021-01-19T21:46:06.094Z] 1f1a5e9dd082: Layer already exists [2021-01-19T21:46:06.094Z] 379067d0cb53: Layer already exists [2021-01-19T21:46:06.094Z] 217a31a6913d: Layer already exists [2021-01-19T21:46:06.094Z] 4bb2624349e0: Layer already exists [2021-01-19T21:46:06.094Z] b89f121ff1b0: Layer already exists [2021-01-19T21:46:06.366Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:ba4213750c87ba1265ebc4b7b46165850d9e397db74041d5ea91e0f6010d2c8c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:06.705Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:07.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-19T21:46:07.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T21:46:07.040Z] 06c0f8543c1b: Preparing [2021-01-19T21:46:07.040Z] 47797d41dc11: Preparing [2021-01-19T21:46:07.040Z] 8e13b1f80352: Preparing [2021-01-19T21:46:07.040Z] 1f1a5e9dd082: Preparing [2021-01-19T21:46:07.040Z] d15b6805023d: Preparing [2021-01-19T21:46:07.040Z] 217a31a6913d: Preparing [2021-01-19T21:46:07.040Z] 4bb2624349e0: Preparing [2021-01-19T21:46:07.040Z] b89f121ff1b0: Preparing [2021-01-19T21:46:07.040Z] 379067d0cb53: Preparing [2021-01-19T21:46:07.040Z] 4bb2624349e0: Waiting [2021-01-19T21:46:07.040Z] b89f121ff1b0: Waiting [2021-01-19T21:46:07.040Z] 379067d0cb53: Waiting [2021-01-19T21:46:07.040Z] 217a31a6913d: Waiting [2021-01-19T21:46:07.312Z] 06c0f8543c1b: Layer already exists [2021-01-19T21:46:07.312Z] d15b6805023d: Layer already exists [2021-01-19T21:46:07.312Z] 47797d41dc11: Layer already exists [2021-01-19T21:46:07.312Z] 8e13b1f80352: Layer already exists [2021-01-19T21:46:07.312Z] 1f1a5e9dd082: Layer already exists [2021-01-19T21:46:07.312Z] 379067d0cb53: Layer already exists [2021-01-19T21:46:07.312Z] 4bb2624349e0: Layer already exists [2021-01-19T21:46:07.312Z] b89f121ff1b0: Layer already exists [2021-01-19T21:46:07.312Z] 217a31a6913d: Layer already exists [2021-01-19T21:46:07.312Z] master: digest: sha256:ba4213750c87ba1265ebc4b7b46165850d9e397db74041d5ea91e0f6010d2c8c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:46:07.506Z] ===================================================== [Pipeline] echo [2021-01-19T21:46:07.554Z] taggedImages: [2021-01-19T21:46:07.554Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:07.554Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.47 [2021-01-19T21:46:07.554Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:07.554Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-19T21:46:07.624Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-19T21:46:07.624Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:07.624Z] 2.0.0-dev.47 [2021-01-19T21:46:07.624Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:07.624Z] master [2021-01-19T21:46:07.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:08.149Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:08.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:08.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T21:46:08.483Z] 7f495c91aee9: Preparing [2021-01-19T21:46:08.483Z] 1620b757e477: Preparing [2021-01-19T21:46:08.483Z] e00d03a80111: Preparing [2021-01-19T21:46:08.483Z] 54b3b8ebbfc1: Preparing [2021-01-19T21:46:08.483Z] 7baa0d8d8eed: Preparing [2021-01-19T21:46:08.483Z] adc198e193a2: Preparing [2021-01-19T21:46:08.483Z] adc198e193a2: Waiting [2021-01-19T21:46:08.753Z] e00d03a80111: Layer already exists [2021-01-19T21:46:08.753Z] 7f495c91aee9: Pushed [2021-01-19T21:46:09.024Z] 54b3b8ebbfc1: Pushed [2021-01-19T21:46:09.024Z] 7baa0d8d8eed: Pushed [2021-01-19T21:46:09.024Z] adc198e193a2: Pushed [2021-01-19T21:46:11.634Z] 1620b757e477: Pushed [2021-01-19T21:46:11.634Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:0f631a6a773a4b08f146c735ff69a1c9fe4e62c16f760b408408740b46557424 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:11.972Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:12.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.47 [2021-01-19T21:46:12.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T21:46:12.317Z] 7f495c91aee9: Preparing [2021-01-19T21:46:12.317Z] 1620b757e477: Preparing [2021-01-19T21:46:12.317Z] e00d03a80111: Preparing [2021-01-19T21:46:12.317Z] 54b3b8ebbfc1: Preparing [2021-01-19T21:46:12.317Z] 7baa0d8d8eed: Preparing [2021-01-19T21:46:12.317Z] adc198e193a2: Preparing [2021-01-19T21:46:12.317Z] adc198e193a2: Waiting [2021-01-19T21:46:12.317Z] 7baa0d8d8eed: Layer already exists [2021-01-19T21:46:12.317Z] 1620b757e477: Layer already exists [2021-01-19T21:46:12.317Z] 54b3b8ebbfc1: Layer already exists [2021-01-19T21:46:12.317Z] e00d03a80111: Layer already exists [2021-01-19T21:46:12.317Z] 7f495c91aee9: Layer already exists [2021-01-19T21:46:12.586Z] adc198e193a2: Layer already exists [2021-01-19T21:46:12.586Z] 2.0.0-dev.47: digest: sha256:0f631a6a773a4b08f146c735ff69a1c9fe4e62c16f760b408408740b46557424 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:12.924Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:13.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:13.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T21:46:13.281Z] 7f495c91aee9: Preparing [2021-01-19T21:46:13.281Z] 1620b757e477: Preparing [2021-01-19T21:46:13.281Z] e00d03a80111: Preparing [2021-01-19T21:46:13.281Z] 54b3b8ebbfc1: Preparing [2021-01-19T21:46:13.281Z] 7baa0d8d8eed: Preparing [2021-01-19T21:46:13.281Z] adc198e193a2: Preparing [2021-01-19T21:46:13.281Z] adc198e193a2: Waiting [2021-01-19T21:46:13.555Z] 7f495c91aee9: Layer already exists [2021-01-19T21:46:13.555Z] e00d03a80111: Layer already exists [2021-01-19T21:46:13.555Z] 7baa0d8d8eed: Layer already exists [2021-01-19T21:46:13.555Z] 54b3b8ebbfc1: Layer already exists [2021-01-19T21:46:13.555Z] 1620b757e477: Layer already exists [2021-01-19T21:46:13.555Z] adc198e193a2: Layer already exists [2021-01-19T21:46:13.555Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:0f631a6a773a4b08f146c735ff69a1c9fe4e62c16f760b408408740b46557424 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:13.894Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:14.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-19T21:46:14.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T21:46:14.303Z] 7f495c91aee9: Preparing [2021-01-19T21:46:14.303Z] 1620b757e477: Preparing [2021-01-19T21:46:14.303Z] e00d03a80111: Preparing [2021-01-19T21:46:14.303Z] 54b3b8ebbfc1: Preparing [2021-01-19T21:46:14.303Z] 7baa0d8d8eed: Preparing [2021-01-19T21:46:14.303Z] adc198e193a2: Preparing [2021-01-19T21:46:14.303Z] adc198e193a2: Waiting [2021-01-19T21:46:14.585Z] e00d03a80111: Layer already exists [2021-01-19T21:46:14.585Z] 54b3b8ebbfc1: Layer already exists [2021-01-19T21:46:14.585Z] 7f495c91aee9: Layer already exists [2021-01-19T21:46:14.585Z] 7baa0d8d8eed: Layer already exists [2021-01-19T21:46:14.585Z] 1620b757e477: Layer already exists [2021-01-19T21:46:14.585Z] adc198e193a2: Layer already exists [2021-01-19T21:46:14.585Z] master: digest: sha256:0f631a6a773a4b08f146c735ff69a1c9fe4e62c16f760b408408740b46557424 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:46:14.793Z] ===================================================== [Pipeline] echo [2021-01-19T21:46:14.837Z] taggedImages: [2021-01-19T21:46:14.837Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:14.837Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.47 [2021-01-19T21:46:14.837Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:14.837Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-19T21:46:14.909Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-19T21:46:14.909Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:14.909Z] 2.0.0-dev.47 [2021-01-19T21:46:14.909Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:14.909Z] master [2021-01-19T21:46:14.909Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:15.445Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:15.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:15.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T21:46:15.793Z] 38d7982cc48f: Preparing [2021-01-19T21:46:15.793Z] 445189573f23: Preparing [2021-01-19T21:46:15.793Z] e00d03a80111: Preparing [2021-01-19T21:46:16.095Z] e00d03a80111: Layer already exists [2021-01-19T21:46:16.095Z] 38d7982cc48f: Pushed [2021-01-19T21:46:18.774Z] 445189573f23: Pushed [2021-01-19T21:46:18.774Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:789858c546fa537f80e58ac334480d0739a6b68ed7bf03b4f5ef3108cc5d8887 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:19.111Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:19.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.47 [2021-01-19T21:46:19.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T21:46:19.443Z] 38d7982cc48f: Preparing [2021-01-19T21:46:19.443Z] 445189573f23: Preparing [2021-01-19T21:46:19.443Z] e00d03a80111: Preparing [2021-01-19T21:46:19.443Z] e00d03a80111: Layer already exists [2021-01-19T21:46:19.443Z] 445189573f23: Layer already exists [2021-01-19T21:46:19.443Z] 38d7982cc48f: Layer already exists [2021-01-19T21:46:19.711Z] 2.0.0-dev.47: digest: sha256:789858c546fa537f80e58ac334480d0739a6b68ed7bf03b4f5ef3108cc5d8887 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:20.049Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:20.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:20.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T21:46:20.388Z] 38d7982cc48f: Preparing [2021-01-19T21:46:20.388Z] 445189573f23: Preparing [2021-01-19T21:46:20.388Z] e00d03a80111: Preparing [2021-01-19T21:46:20.388Z] 445189573f23: Layer already exists [2021-01-19T21:46:20.388Z] 38d7982cc48f: Layer already exists [2021-01-19T21:46:20.388Z] e00d03a80111: Layer already exists [2021-01-19T21:46:20.657Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:789858c546fa537f80e58ac334480d0739a6b68ed7bf03b4f5ef3108cc5d8887 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:20.991Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:21.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-19T21:46:21.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T21:46:21.319Z] 38d7982cc48f: Preparing [2021-01-19T21:46:21.319Z] 445189573f23: Preparing [2021-01-19T21:46:21.319Z] e00d03a80111: Preparing [2021-01-19T21:46:21.319Z] e00d03a80111: Layer already exists [2021-01-19T21:46:21.319Z] 445189573f23: Layer already exists [2021-01-19T21:46:21.319Z] 38d7982cc48f: Layer already exists [2021-01-19T21:46:21.588Z] master: digest: sha256:789858c546fa537f80e58ac334480d0739a6b68ed7bf03b4f5ef3108cc5d8887 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:46:21.829Z] ===================================================== [Pipeline] echo [2021-01-19T21:46:21.876Z] taggedImages: [2021-01-19T21:46:21.876Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:21.876Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.47 [2021-01-19T21:46:21.876Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:21.876Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-19T21:46:21.941Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-19T21:46:21.941Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:21.941Z] 2.0.0-dev.47 [2021-01-19T21:46:21.941Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:21.941Z] master [2021-01-19T21:46:21.941Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:22.450Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:22.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:22.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T21:46:22.785Z] 2fb0c6f40a38: Preparing [2021-01-19T21:46:22.785Z] 684f5bafa2b8: Preparing [2021-01-19T21:46:22.785Z] b8db991be27c: Preparing [2021-01-19T21:46:22.785Z] f581d4d99426: Preparing [2021-01-19T21:46:22.785Z] a31976c8e669: Preparing [2021-01-19T21:46:22.785Z] e7a7f8bfcebe: Preparing [2021-01-19T21:46:22.785Z] 149aaf7c5c3b: Preparing [2021-01-19T21:46:22.785Z] 9ded3b6bb9b5: Preparing [2021-01-19T21:46:22.785Z] fa1afe8e6ed9: Preparing [2021-01-19T21:46:22.785Z] 87a09b4c083e: Preparing [2021-01-19T21:46:22.785Z] 0f74e9ff2a61: Preparing [2021-01-19T21:46:22.785Z] b122376c33c6: Preparing [2021-01-19T21:46:22.785Z] f8381ed47b22: Preparing [2021-01-19T21:46:22.785Z] e934a737d657: Preparing [2021-01-19T21:46:22.785Z] fa1afe8e6ed9: Waiting [2021-01-19T21:46:22.785Z] 87a09b4c083e: Waiting [2021-01-19T21:46:22.785Z] 0f74e9ff2a61: Waiting [2021-01-19T21:46:22.785Z] b122376c33c6: Waiting [2021-01-19T21:46:22.785Z] f8381ed47b22: Waiting [2021-01-19T21:46:22.785Z] e934a737d657: Waiting [2021-01-19T21:46:22.785Z] e7a7f8bfcebe: Waiting [2021-01-19T21:46:22.785Z] 149aaf7c5c3b: Waiting [2021-01-19T21:46:22.785Z] 9ded3b6bb9b5: Waiting [2021-01-19T21:46:23.396Z] a31976c8e669: Pushed [2021-01-19T21:46:23.396Z] 2fb0c6f40a38: Pushed [2021-01-19T21:46:23.991Z] f581d4d99426: Pushed [2021-01-19T21:46:23.991Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T21:46:23.991Z] fa1afe8e6ed9: Layer already exists [2021-01-19T21:46:24.262Z] 87a09b4c083e: Layer already exists [2021-01-19T21:46:24.262Z] 149aaf7c5c3b: Pushed [2021-01-19T21:46:24.262Z] 0f74e9ff2a61: Layer already exists [2021-01-19T21:46:24.262Z] b122376c33c6: Layer already exists [2021-01-19T21:46:24.262Z] f8381ed47b22: Layer already exists [2021-01-19T21:46:24.262Z] e934a737d657: Layer already exists [2021-01-19T21:46:24.856Z] 684f5bafa2b8: Pushed [2021-01-19T21:46:25.831Z] e7a7f8bfcebe: Pushed [2021-01-19T21:46:35.931Z] b8db991be27c: Pushed [2021-01-19T21:46:35.931Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:a3bd07f2471418fa148421dedd77d8480efba0e5a464c87dbe409ec68af83ad2 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:36.269Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:36.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.47 [2021-01-19T21:46:36.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T21:46:36.604Z] 2fb0c6f40a38: Preparing [2021-01-19T21:46:36.604Z] 684f5bafa2b8: Preparing [2021-01-19T21:46:36.604Z] b8db991be27c: Preparing [2021-01-19T21:46:36.604Z] f581d4d99426: Preparing [2021-01-19T21:46:36.604Z] a31976c8e669: Preparing [2021-01-19T21:46:36.604Z] e7a7f8bfcebe: Preparing [2021-01-19T21:46:36.604Z] 149aaf7c5c3b: Preparing [2021-01-19T21:46:36.604Z] 9ded3b6bb9b5: Preparing [2021-01-19T21:46:36.604Z] fa1afe8e6ed9: Preparing [2021-01-19T21:46:36.604Z] 87a09b4c083e: Preparing [2021-01-19T21:46:36.604Z] 0f74e9ff2a61: Preparing [2021-01-19T21:46:36.604Z] b122376c33c6: Preparing [2021-01-19T21:46:36.604Z] f8381ed47b22: Preparing [2021-01-19T21:46:36.604Z] e934a737d657: Preparing [2021-01-19T21:46:36.604Z] 87a09b4c083e: Waiting [2021-01-19T21:46:36.604Z] 0f74e9ff2a61: Waiting [2021-01-19T21:46:36.604Z] b122376c33c6: Waiting [2021-01-19T21:46:36.604Z] f8381ed47b22: Waiting [2021-01-19T21:46:36.604Z] e934a737d657: Waiting [2021-01-19T21:46:36.604Z] e7a7f8bfcebe: Waiting [2021-01-19T21:46:36.604Z] 9ded3b6bb9b5: Waiting [2021-01-19T21:46:36.604Z] 149aaf7c5c3b: Waiting [2021-01-19T21:46:36.604Z] fa1afe8e6ed9: Waiting [2021-01-19T21:46:36.874Z] b8db991be27c: Layer already exists [2021-01-19T21:46:36.874Z] f581d4d99426: Layer already exists [2021-01-19T21:46:36.874Z] a31976c8e669: Layer already exists [2021-01-19T21:46:36.874Z] 2fb0c6f40a38: Layer already exists [2021-01-19T21:46:36.874Z] 684f5bafa2b8: Layer already exists [2021-01-19T21:46:36.874Z] fa1afe8e6ed9: Layer already exists [2021-01-19T21:46:36.874Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T21:46:36.874Z] e7a7f8bfcebe: Layer already exists [2021-01-19T21:46:36.874Z] 149aaf7c5c3b: Layer already exists [2021-01-19T21:46:36.874Z] 87a09b4c083e: Layer already exists [2021-01-19T21:46:36.874Z] 0f74e9ff2a61: Layer already exists [2021-01-19T21:46:36.874Z] b122376c33c6: Layer already exists [2021-01-19T21:46:36.874Z] f8381ed47b22: Layer already exists [2021-01-19T21:46:36.874Z] e934a737d657: Layer already exists [2021-01-19T21:46:36.874Z] 2.0.0-dev.47: digest: sha256:a3bd07f2471418fa148421dedd77d8480efba0e5a464c87dbe409ec68af83ad2 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:37.224Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:37.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:37.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T21:46:37.559Z] 2fb0c6f40a38: Preparing [2021-01-19T21:46:37.559Z] 684f5bafa2b8: Preparing [2021-01-19T21:46:37.559Z] b8db991be27c: Preparing [2021-01-19T21:46:37.559Z] f581d4d99426: Preparing [2021-01-19T21:46:37.559Z] a31976c8e669: Preparing [2021-01-19T21:46:37.559Z] e7a7f8bfcebe: Preparing [2021-01-19T21:46:37.559Z] 149aaf7c5c3b: Preparing [2021-01-19T21:46:37.559Z] 9ded3b6bb9b5: Preparing [2021-01-19T21:46:37.559Z] fa1afe8e6ed9: Preparing [2021-01-19T21:46:37.559Z] 87a09b4c083e: Preparing [2021-01-19T21:46:37.559Z] 0f74e9ff2a61: Preparing [2021-01-19T21:46:37.559Z] b122376c33c6: Preparing [2021-01-19T21:46:37.559Z] f8381ed47b22: Preparing [2021-01-19T21:46:37.559Z] e934a737d657: Preparing [2021-01-19T21:46:37.559Z] 87a09b4c083e: Waiting [2021-01-19T21:46:37.559Z] 0f74e9ff2a61: Waiting [2021-01-19T21:46:37.559Z] e7a7f8bfcebe: Waiting [2021-01-19T21:46:37.559Z] 149aaf7c5c3b: Waiting [2021-01-19T21:46:37.559Z] b122376c33c6: Waiting [2021-01-19T21:46:37.559Z] e934a737d657: Waiting [2021-01-19T21:46:37.559Z] 9ded3b6bb9b5: Waiting [2021-01-19T21:46:37.559Z] f8381ed47b22: Waiting [2021-01-19T21:46:37.559Z] fa1afe8e6ed9: Waiting [2021-01-19T21:46:37.559Z] 684f5bafa2b8: Layer already exists [2021-01-19T21:46:37.559Z] b8db991be27c: Layer already exists [2021-01-19T21:46:37.559Z] 2fb0c6f40a38: Layer already exists [2021-01-19T21:46:37.559Z] f581d4d99426: Layer already exists [2021-01-19T21:46:37.559Z] a31976c8e669: Layer already exists [2021-01-19T21:46:37.559Z] 149aaf7c5c3b: Layer already exists [2021-01-19T21:46:37.559Z] e7a7f8bfcebe: Layer already exists [2021-01-19T21:46:37.828Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T21:46:37.828Z] 87a09b4c083e: Layer already exists [2021-01-19T21:46:37.828Z] fa1afe8e6ed9: Layer already exists [2021-01-19T21:46:37.828Z] b122376c33c6: Layer already exists [2021-01-19T21:46:37.828Z] 0f74e9ff2a61: Layer already exists [2021-01-19T21:46:37.828Z] f8381ed47b22: Layer already exists [2021-01-19T21:46:37.828Z] e934a737d657: Layer already exists [2021-01-19T21:46:37.828Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47: digest: sha256:a3bd07f2471418fa148421dedd77d8480efba0e5a464c87dbe409ec68af83ad2 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:38.163Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:38.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-19T21:46:38.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T21:46:38.501Z] 2fb0c6f40a38: Preparing [2021-01-19T21:46:38.501Z] 684f5bafa2b8: Preparing [2021-01-19T21:46:38.501Z] b8db991be27c: Preparing [2021-01-19T21:46:38.501Z] f581d4d99426: Preparing [2021-01-19T21:46:38.501Z] a31976c8e669: Preparing [2021-01-19T21:46:38.501Z] e7a7f8bfcebe: Preparing [2021-01-19T21:46:38.501Z] 149aaf7c5c3b: Preparing [2021-01-19T21:46:38.501Z] 9ded3b6bb9b5: Preparing [2021-01-19T21:46:38.501Z] fa1afe8e6ed9: Preparing [2021-01-19T21:46:38.501Z] 87a09b4c083e: Preparing [2021-01-19T21:46:38.501Z] 0f74e9ff2a61: Preparing [2021-01-19T21:46:38.501Z] b122376c33c6: Preparing [2021-01-19T21:46:38.501Z] f8381ed47b22: Preparing [2021-01-19T21:46:38.501Z] e934a737d657: Preparing [2021-01-19T21:46:38.501Z] 87a09b4c083e: Waiting [2021-01-19T21:46:38.501Z] e7a7f8bfcebe: Waiting [2021-01-19T21:46:38.501Z] 149aaf7c5c3b: Waiting [2021-01-19T21:46:38.501Z] 0f74e9ff2a61: Waiting [2021-01-19T21:46:38.501Z] b122376c33c6: Waiting [2021-01-19T21:46:38.501Z] f8381ed47b22: Waiting [2021-01-19T21:46:38.501Z] e934a737d657: Waiting [2021-01-19T21:46:38.501Z] 9ded3b6bb9b5: Waiting [2021-01-19T21:46:38.501Z] fa1afe8e6ed9: Waiting [2021-01-19T21:46:38.770Z] 2fb0c6f40a38: Layer already exists [2021-01-19T21:46:38.770Z] b8db991be27c: Layer already exists [2021-01-19T21:46:38.770Z] f581d4d99426: Layer already exists [2021-01-19T21:46:38.770Z] a31976c8e669: Layer already exists [2021-01-19T21:46:38.770Z] 684f5bafa2b8: Layer already exists [2021-01-19T21:46:38.770Z] 149aaf7c5c3b: Layer already exists [2021-01-19T21:46:38.770Z] e7a7f8bfcebe: Layer already exists [2021-01-19T21:46:38.770Z] 87a09b4c083e: Layer already exists [2021-01-19T21:46:38.770Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T21:46:38.770Z] fa1afe8e6ed9: Layer already exists [2021-01-19T21:46:38.770Z] b122376c33c6: Layer already exists [2021-01-19T21:46:38.770Z] 0f74e9ff2a61: Layer already exists [2021-01-19T21:46:38.770Z] f8381ed47b22: Layer already exists [2021-01-19T21:46:38.770Z] e934a737d657: Layer already exists [2021-01-19T21:46:38.770Z] master: digest: sha256:a3bd07f2471418fa148421dedd77d8480efba0e5a464c87dbe409ec68af83ad2 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:46:39.008Z] ===================================================== [Pipeline] echo [2021-01-19T21:46:39.070Z] taggedImages: [2021-01-19T21:46:39.070Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T21:46:39.070Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.47 [2021-01-19T21:46:39.070Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.47 [2021-01-19T21:46:39.070Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T21:46:40.429Z] provisioning config files... [2021-01-19T21:46:40.439Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/309@tmp/config1222636271055982054tmp [Pipeline] { [Pipeline] sh [2021-01-19T21:46:40.938Z] + set +x [2021-01-19T21:46:40.939Z] + curl -s https://codecov.io/bash [2021-01-19T21:46:40.939Z] + bash -s -- [2021-01-19T21:46:41.212Z] [2021-01-19T21:46:41.212Z] _____ _ [2021-01-19T21:46:41.212Z] / ____| | | [2021-01-19T21:46:41.212Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T21:46:41.212Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T21:46:41.212Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T21:46:41.212Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T21:46:41.212Z] Bash-20210115-cec3c92 [2021-01-19T21:46:41.212Z] [2021-01-19T21:46:41.212Z] [2021-01-19T21:46:41.212Z] ==> git version 2.24.3 found [2021-01-19T21:46:41.212Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T21:46:41.212Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T21:46:41.212Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T21:46:41.212Z] ==> Jenkins CI detected. [2021-01-19T21:46:41.212Z] project root: . [2021-01-19T21:46:41.212Z] --> token set from env [2021-01-19T21:46:41.212Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T21:46:41.487Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T21:46:41.487Z] ==> Python coveragepy not found [2021-01-19T21:46:41.487Z] ==> Searching for coverage reports in: [2021-01-19T21:46:41.487Z] + . [2021-01-19T21:46:41.487Z] -> Found 1 reports [2021-01-19T21:46:41.487Z] ==> Detecting git/mercurial file structure [2021-01-19T21:46:41.487Z] ==> Reading reports [2021-01-19T21:46:41.487Z] + ./coverage.out bytes=550280 [2021-01-19T21:46:41.487Z] ==> Appending adjustments [2021-01-19T21:46:41.487Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T21:46:44.808Z] + Found adjustments [2021-01-19T21:46:44.808Z] ==> Gzipping contents [2021-01-19T21:46:44.808Z] 84K /tmp/codecov.SgWeob.gz [2021-01-19T21:46:44.808Z] ==> Uploading reports [2021-01-19T21:46:44.808Z] url: https://codecov.io [2021-01-19T21:46:44.808Z] query: branch=master&commit=c4887d0c009f35026456fc1c8cef2ef56b2ea654&build=309&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F309%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T21:46:44.808Z] -> Pinging Codecov [2021-01-19T21:46:44.808Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=c4887d0c009f35026456fc1c8cef2ef56b2ea654&build=309&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F309%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T21:46:45.071Z] -> Uploading to [2021-01-19T21:46:45.071Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/c4887d0c009f35026456fc1c8cef2ef56b2ea654/0f1ec2fe-1a47-4023-97b2-57336ff30d87.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T214644Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e7f0c86e912bf3c4b43015af34642dad78401c8ac673f963d6e23e901c6a28de [2021-01-19T21:46:45.071Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:46:45.071Z] Dload Upload Total Spent Left Speed [2021-01-19T21:46:45.646Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83366 0 0 100 83366 0 145k --:--:-- --:--:-- --:--:-- 145k [2021-01-19T21:46:45.646Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] } [2021-01-19T21:46:45.656Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-19T21:46:46.466Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T21:46:46.517Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:46.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T21:46:46.877Z] [2021-01-19T21:46:46.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:47.514Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T21:46:47.514Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T21:46:47.514Z] 188c0c94c7c5: Already exists [2021-01-19T21:46:47.514Z] 0ef7d3d256c8: Already exists [2021-01-19T21:46:47.514Z] de9db76c5a1d: Already exists [2021-01-19T21:46:47.514Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T21:46:47.514Z] 0d57e429df01: Pulling fs layer [2021-01-19T21:46:47.514Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T21:46:47.514Z] e1f770b5df2f: Pulling fs layer [2021-01-19T21:46:47.514Z] 85a0685a4137: Pulling fs layer [2021-01-19T21:46:47.514Z] e1f770b5df2f: Waiting [2021-01-19T21:46:47.514Z] 85a0685a4137: Waiting [2021-01-19T21:46:47.514Z] 0d57e429df01: Verifying Checksum [2021-01-19T21:46:47.514Z] 0d57e429df01: Download complete [2021-01-19T21:46:47.514Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T21:46:47.514Z] 4e4be7b47b0d: Download complete [2021-01-19T21:46:49.443Z] e1f770b5df2f: Verifying Checksum [2021-01-19T21:46:49.443Z] e1f770b5df2f: Download complete [2021-01-19T21:46:51.379Z] 0eba1c9be4d2: Download complete [2021-01-19T21:46:51.963Z] 85a0685a4137: Verifying Checksum [2021-01-19T21:46:51.963Z] 85a0685a4137: Download complete [2021-01-19T21:46:57.286Z] 0eba1c9be4d2: Pull complete [2021-01-19T21:46:57.286Z] 0d57e429df01: Pull complete [2021-01-19T21:46:57.286Z] 4e4be7b47b0d: Pull complete [2021-01-19T21:47:01.507Z] e1f770b5df2f: Pull complete [2021-01-19T21:47:09.694Z] 85a0685a4137: Pull complete [2021-01-19T21:47:09.694Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T21:47:09.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T21:47:09.694Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T21:47:09.916Z] prd-centos7-docker-4c-2g-21307 does not seem to be running inside a container [2021-01-19T21:47:09.976Z] $ 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/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-19T21:47:11.201Z] $ docker top 79711cc829b72418d7fa2bafb85f90a3d19ba8dad1394aa77db4fba289b532af -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T21:47:11.445Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T21:47:11.755Z] + set -o pipefail [2021-01-19T21:47:11.755Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T21:47:21.780Z] [2021-01-19T21:47:21.780Z] Monitoring /w/workspace/edgex-go/309 (github.com/edgexfoundry/edgex-go)... [2021-01-19T21:47:21.780Z] [2021-01-19T21:47:21.780Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/10c312be-2149-4637-a07a-c4284b33e32b [2021-01-19T21:47:21.780Z] [2021-01-19T21:47:21.780Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T21:47:21.780Z] [2021-01-19T21:47:21.780Z] [Pipeline] } [2021-01-19T21:47:21.796Z] $ docker stop --time=1 79711cc829b72418d7fa2bafb85f90a3d19ba8dad1394aa77db4fba289b532af [2021-01-19T21:47:24.670Z] $ docker rm -f 79711cc829b72418d7fa2bafb85f90a3d19ba8dad1394aa77db4fba289b532af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-19T21:47:25.901Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T21:47:25.948Z] provisioning config files... [2021-01-19T21:47:25.958Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/309@tmp/config7442463557857108152tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:47:26.335Z] --> edgex-publish-swagger.sh [2021-01-19T21:47:26.335Z] === Publish openapi/v1 API === [2021-01-19T21:47:26.335Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-19T21:47:26.335Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/309/openapi/v1/core-command.yaml] [2021-01-19T21:47:26.335Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:26.335Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:27.725Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8273 0:00:01 0:00:01 --:--:-- 8285 100 10522 0 0 100 10522 0 8272 0:00:01 0:00:01 --:--:-- 8278 [2021-01-19T21:47:27.725Z] [2021-01-19T21:47:27.725Z] [2021-01-19T21:47:27.725Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/309/openapi/v1/core-data.yaml] [2021-01-19T21:47:27.725Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:27.725Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:28.671Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30416 0:00:01 0:00:01 --:--:-- 30427 [2021-01-19T21:47:28.671Z] [2021-01-19T21:47:28.671Z] [2021-01-19T21:47:28.671Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/309/openapi/v1/core-metadata.yaml] [2021-01-19T21:47:28.671Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:28.671Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:29.615Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 66905 0:00:01 0:00:01 --:--:-- 66958 [2021-01-19T21:47:29.615Z] [2021-01-19T21:47:29.615Z] [2021-01-19T21:47:29.615Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/309/openapi/v1/support-logging.yaml] [2021-01-19T21:47:29.615Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:29.615Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:31.010Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12290 0:00:01 0:00:01 --:--:-- 12301 100 13581 0 0 100 13581 0 12288 0:00:01 0:00:01 --:--:-- 12301 [2021-01-19T21:47:31.010Z] [2021-01-19T21:47:31.010Z] [2021-01-19T21:47:31.010Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/309/openapi/v1/support-notifications.yaml] [2021-01-19T21:47:31.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:31.010Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:31.955Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32373 0:00:01 0:00:01 --:--:-- 32381 100 38890 0 0 100 38890 0 32368 0:00:01 0:00:01 --:--:-- 32381 [2021-01-19T21:47:31.955Z] [2021-01-19T21:47:31.955Z] [2021-01-19T21:47:31.955Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/309/openapi/v1/support-scheduler.yaml] [2021-01-19T21:47:31.955Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:31.955Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:33.343Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13270 0:00:01 0:00:01 --:--:-- 13279 100 14249 0 0 100 14249 0 13268 0:00:01 0:00:01 --:--:-- 13279 [2021-01-19T21:47:33.343Z] [2021-01-19T21:47:33.343Z] [2021-01-19T21:47:33.343Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/309/openapi/v1/system-agent.yaml] [2021-01-19T21:47:33.343Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:33.343Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:34.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3393 0:00:01 0:00:01 --:--:-- 3396 100 4110 0 0 100 4110 0 3334 0:00:01 0:00:01 --:--:-- 3336 [2021-01-19T21:47:34.289Z] [2021-01-19T21:47:34.289Z] [2021-01-19T21:47:34.289Z] === Publish openapi/v2 API === [2021-01-19T21:47:34.289Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-19T21:47:34.289Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/309/openapi/v2/core-command.yaml] [2021-01-19T21:47:34.289Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:34.289Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:35.680Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 17561 0:00:01 0:00:01 --:--:-- 17574 100 20843 0 0 100 20843 0 17558 0:00:01 0:00:01 --:--:-- 17574 [2021-01-19T21:47:35.680Z] [2021-01-19T21:47:35.680Z] [2021-01-19T21:47:35.680Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/309/openapi/v2/core-data.yaml] [2021-01-19T21:47:35.680Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:35.680Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:37.070Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 47285 0:00:01 0:00:01 --:--:-- 47270 100 57055 0 0 100 57055 0 46748 0:00:01 0:00:01 --:--:-- 46728 [2021-01-19T21:47:37.070Z] [2021-01-19T21:47:37.070Z] [2021-01-19T21:47:37.070Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/309/openapi/v2/core-metadata.yaml] [2021-01-19T21:47:37.070Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:37.070Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:38.022Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 120k 0 0 100 120k 0 98k 0:00:01 0:00:01 --:--:-- 98k [2021-01-19T21:47:38.022Z] [2021-01-19T21:47:38.022Z] [2021-01-19T21:47:38.022Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/309/openapi/v2/support-logging.yaml] [2021-01-19T21:47:38.022Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:38.022Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:39.421Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 20344 0:00:01 0:00:01 --:--:-- 20353 100 23692 0 0 100 23692 0 20336 0:00:01 0:00:01 --:--:-- 20353 [2021-01-19T21:47:39.421Z] [2021-01-19T21:47:39.421Z] [2021-01-19T21:47:39.421Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/309/openapi/v2/support-notifications.yaml] [2021-01-19T21:47:39.421Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:39.421Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:40.369Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 57851 0:00:01 0:00:01 --:--:-- 57886 100 62691 0 0 100 62691 0 57843 0:00:01 0:00:01 --:--:-- 57886 [2021-01-19T21:47:40.369Z] [2021-01-19T21:47:40.369Z] [2021-01-19T21:47:40.369Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/309/openapi/v2/support-scheduler.yaml] [2021-01-19T21:47:40.369Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:40.369Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:41.315Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 35629 0:00:01 0:00:01 --:--:-- 35639 100 39667 0 0 100 39667 0 35624 0:00:01 0:00:01 --:--:-- 35639 [2021-01-19T21:47:41.315Z] [2021-01-19T21:47:41.315Z] [2021-01-19T21:47:41.315Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/309/openapi/v2/system-agent.yaml] [2021-01-19T21:47:41.315Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:47:41.315Z] Dload Upload Total Spent Left Speed [2021-01-19T21:47:42.978Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 19515 0:00:01 0:00:01 --:--:-- 19527 100 23726 0 0 100 23726 0 18129 0:00:01 0:00:01 --:--:-- 18125 100 23726 0 0 100 23726 0 18126 0:00:01 0:00:01 --:--:-- 18125 [2021-01-19T21:47:42.978Z] [2021-01-19T21:47:42.978Z] [Pipeline] } [2021-01-19T21:47:42.988Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:47:43.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:47:43.823Z] . [Pipeline] withDockerContainer [2021-01-19T21:47:43.939Z] prd-centos7-docker-4c-2g-21307 does not seem to be running inside a container [2021-01-19T21:47:43.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T21:47:45.015Z] $ docker top fd02914cbbad0f67d3b254ea65050032af924294b9b6ceb167fc442b21216727 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T21:47:45.285Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.46' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T21:47:45.662Z] + git semver [Pipeline] } [2021-01-19T21:47:45.943Z] $ docker stop --time=1 fd02914cbbad0f67d3b254ea65050032af924294b9b6ceb167fc442b21216727 [2021-01-19T21:47:47.315Z] $ docker rm -f fd02914cbbad0f67d3b254ea65050032af924294b9b6ceb167fc442b21216727 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:47:47.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T21:47:47.973Z] [2021-01-19T21:47:47.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:47:48.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T21:47:48.367Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T21:47:48.367Z] ab5ef0e58194: Pulling fs layer [2021-01-19T21:47:48.367Z] 9712f1f96733: Pulling fs layer [2021-01-19T21:47:48.367Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T21:47:48.367Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T21:47:48.367Z] e9a5061849ea: Pulling fs layer [2021-01-19T21:47:48.367Z] d747dcd14b5f: Pulling fs layer [2021-01-19T21:47:48.367Z] 2de7ff778b66: Pulling fs layer [2021-01-19T21:47:48.367Z] e9a5061849ea: Waiting [2021-01-19T21:47:48.367Z] 2de7ff778b66: Waiting [2021-01-19T21:47:48.367Z] d747dcd14b5f: Waiting [2021-01-19T21:47:48.367Z] 0d9ebad4ef96: Waiting [2021-01-19T21:47:48.367Z] 9712f1f96733: Verifying Checksum [2021-01-19T21:47:48.367Z] 9712f1f96733: Download complete [2021-01-19T21:47:49.840Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T21:47:49.840Z] 63f879dbbcfc: Download complete [2021-01-19T21:47:50.102Z] e9a5061849ea: Verifying Checksum [2021-01-19T21:47:50.102Z] e9a5061849ea: Download complete [2021-01-19T21:47:50.102Z] d747dcd14b5f: Download complete [2021-01-19T21:47:50.365Z] 2de7ff778b66: Verifying Checksum [2021-01-19T21:47:50.365Z] 2de7ff778b66: Download complete [2021-01-19T21:47:50.629Z] 0d9ebad4ef96: Download complete [2021-01-19T21:47:51.220Z] ab5ef0e58194: Verifying Checksum [2021-01-19T21:47:51.220Z] ab5ef0e58194: Download complete [2021-01-19T21:47:56.527Z] ab5ef0e58194: Pull complete [2021-01-19T21:47:56.528Z] 9712f1f96733: Pull complete [2021-01-19T21:47:59.101Z] 63f879dbbcfc: Pull complete [2021-01-19T21:48:05.921Z] 0d9ebad4ef96: Pull complete [2021-01-19T21:48:07.851Z] e9a5061849ea: Pull complete [2021-01-19T21:48:07.851Z] d747dcd14b5f: Pull complete [2021-01-19T21:48:10.414Z] 2de7ff778b66: Pull complete [2021-01-19T21:48:10.414Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T21:48:10.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T21:48:10.414Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T21:48:10.605Z] prd-centos7-docker-4c-2g-21307 does not seem to be running inside a container [2021-01-19T21:48:10.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-19T21:48:14.425Z] $ docker top 57ea8344738d081e23c66a55cfbb297176015784827f99dc4c794560e13240d0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T21:48:14.693Z] provisioning config files... [2021-01-19T21:48:14.705Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/309@tmp/config4185388268659952832tmp [2021-01-19T21:48:14.721Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/309@tmp/config285275116625866023tmp [2021-01-19T21:48:14.737Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/309@tmp/config7308477007179921175tmp [Pipeline] { [Pipeline] echo [2021-01-19T21:48:14.809Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:48:15.112Z] ---> sigul-configuration.sh [2021-01-19T21:48:15.112Z] gpg: directory `/root/.gnupg' created [2021-01-19T21:48:15.112Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T21:48:15.112Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T21:48:15.112Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T21:48:15.112Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T21:48:15.112Z] gpg: CAST5 encrypted data [2021-01-19T21:48:15.373Z] gpg: encrypted with 1 passphrase [2021-01-19T21:48:15.373Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T21:48:15.673Z] + mkdir /home/jenkins [2021-01-19T21:48:15.673Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T21:48:15.984Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-19T21:48:15.996Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:48:16.295Z] ---> sigul-install.sh [2021-01-19T21:48:21.598Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T21:48:22.005Z] + git tag --list [2021-01-19T21:48:22.005Z] 0.6.0 [2021-01-19T21:48:22.005Z] 0.6.1 [2021-01-19T21:48:22.005Z] 0.7.0 [2021-01-19T21:48:22.005Z] 0.7.1 [2021-01-19T21:48:22.005Z] v1.0.0 [2021-01-19T21:48:22.005Z] v1.0.1 [2021-01-19T21:48:22.005Z] v1.1.0 [2021-01-19T21:48:22.005Z] v1.2.0 [2021-01-19T21:48:22.005Z] v1.2.1 [2021-01-19T21:48:22.005Z] v1.2.2-dev.1 [2021-01-19T21:48:22.005Z] v1.2.2-dev.10 [2021-01-19T21:48:22.005Z] v1.2.2-dev.100 [2021-01-19T21:48:22.005Z] v1.2.2-dev.101 [2021-01-19T21:48:22.005Z] v1.2.2-dev.102 [2021-01-19T21:48:22.005Z] v1.2.2-dev.103 [2021-01-19T21:48:22.005Z] v1.2.2-dev.104 [2021-01-19T21:48:22.005Z] v1.2.2-dev.105 [2021-01-19T21:48:22.005Z] v1.2.2-dev.106 [2021-01-19T21:48:22.005Z] v1.2.2-dev.107 [2021-01-19T21:48:22.005Z] v1.2.2-dev.11 [2021-01-19T21:48:22.006Z] v1.2.2-dev.12 [2021-01-19T21:48:22.006Z] v1.2.2-dev.13 [2021-01-19T21:48:22.006Z] v1.2.2-dev.14 [2021-01-19T21:48:22.006Z] v1.2.2-dev.15 [2021-01-19T21:48:22.006Z] v1.2.2-dev.16 [2021-01-19T21:48:22.006Z] v1.2.2-dev.17 [2021-01-19T21:48:22.006Z] v1.2.2-dev.18 [2021-01-19T21:48:22.006Z] v1.2.2-dev.19 [2021-01-19T21:48:22.006Z] v1.2.2-dev.2 [2021-01-19T21:48:22.006Z] v1.2.2-dev.20 [2021-01-19T21:48:22.006Z] v1.2.2-dev.21 [2021-01-19T21:48:22.006Z] v1.2.2-dev.22 [2021-01-19T21:48:22.006Z] v1.2.2-dev.23 [2021-01-19T21:48:22.006Z] v1.2.2-dev.24 [2021-01-19T21:48:22.006Z] v1.2.2-dev.25 [2021-01-19T21:48:22.006Z] v1.2.2-dev.26 [2021-01-19T21:48:22.006Z] v1.2.2-dev.27 [2021-01-19T21:48:22.006Z] v1.2.2-dev.28 [2021-01-19T21:48:22.006Z] v1.2.2-dev.29 [2021-01-19T21:48:22.006Z] v1.2.2-dev.3 [2021-01-19T21:48:22.006Z] v1.2.2-dev.30 [2021-01-19T21:48:22.006Z] v1.2.2-dev.31 [2021-01-19T21:48:22.006Z] v1.2.2-dev.32 [2021-01-19T21:48:22.006Z] v1.2.2-dev.33 [2021-01-19T21:48:22.006Z] v1.2.2-dev.34 [2021-01-19T21:48:22.006Z] v1.2.2-dev.35 [2021-01-19T21:48:22.006Z] v1.2.2-dev.36 [2021-01-19T21:48:22.006Z] v1.2.2-dev.37 [2021-01-19T21:48:22.006Z] v1.2.2-dev.38 [2021-01-19T21:48:22.006Z] v1.2.2-dev.39 [2021-01-19T21:48:22.006Z] v1.2.2-dev.4 [2021-01-19T21:48:22.006Z] v1.2.2-dev.40 [2021-01-19T21:48:22.006Z] v1.2.2-dev.41 [2021-01-19T21:48:22.006Z] v1.2.2-dev.42 [2021-01-19T21:48:22.006Z] v1.2.2-dev.43 [2021-01-19T21:48:22.006Z] v1.2.2-dev.44 [2021-01-19T21:48:22.006Z] v1.2.2-dev.45 [2021-01-19T21:48:22.006Z] v1.2.2-dev.46 [2021-01-19T21:48:22.006Z] v1.2.2-dev.47 [2021-01-19T21:48:22.006Z] v1.2.2-dev.48 [2021-01-19T21:48:22.006Z] v1.2.2-dev.49 [2021-01-19T21:48:22.006Z] v1.2.2-dev.5 [2021-01-19T21:48:22.006Z] v1.2.2-dev.50 [2021-01-19T21:48:22.006Z] v1.2.2-dev.51 [2021-01-19T21:48:22.006Z] v1.2.2-dev.52 [2021-01-19T21:48:22.006Z] v1.2.2-dev.53 [2021-01-19T21:48:22.006Z] v1.2.2-dev.54 [2021-01-19T21:48:22.006Z] v1.2.2-dev.55 [2021-01-19T21:48:22.006Z] v1.2.2-dev.56 [2021-01-19T21:48:22.006Z] v1.2.2-dev.57 [2021-01-19T21:48:22.006Z] v1.2.2-dev.58 [2021-01-19T21:48:22.006Z] v1.2.2-dev.59 [2021-01-19T21:48:22.006Z] v1.2.2-dev.6 [2021-01-19T21:48:22.006Z] v1.2.2-dev.60 [2021-01-19T21:48:22.006Z] v1.2.2-dev.61 [2021-01-19T21:48:22.006Z] v1.2.2-dev.62 [2021-01-19T21:48:22.006Z] v1.2.2-dev.63 [2021-01-19T21:48:22.006Z] v1.2.2-dev.64 [2021-01-19T21:48:22.006Z] v1.2.2-dev.65 [2021-01-19T21:48:22.006Z] v1.2.2-dev.66 [2021-01-19T21:48:22.006Z] v1.2.2-dev.67 [2021-01-19T21:48:22.006Z] v1.2.2-dev.68 [2021-01-19T21:48:22.006Z] v1.2.2-dev.69 [2021-01-19T21:48:22.006Z] v1.2.2-dev.7 [2021-01-19T21:48:22.006Z] v1.2.2-dev.70 [2021-01-19T21:48:22.006Z] v1.2.2-dev.71 [2021-01-19T21:48:22.006Z] v1.2.2-dev.72 [2021-01-19T21:48:22.006Z] v1.2.2-dev.73 [2021-01-19T21:48:22.006Z] v1.2.2-dev.74 [2021-01-19T21:48:22.006Z] v1.2.2-dev.75 [2021-01-19T21:48:22.006Z] v1.2.2-dev.76 [2021-01-19T21:48:22.006Z] v1.2.2-dev.77 [2021-01-19T21:48:22.006Z] v1.2.2-dev.78 [2021-01-19T21:48:22.006Z] v1.2.2-dev.79 [2021-01-19T21:48:22.006Z] v1.2.2-dev.8 [2021-01-19T21:48:22.006Z] v1.2.2-dev.80 [2021-01-19T21:48:22.006Z] v1.2.2-dev.81 [2021-01-19T21:48:22.006Z] v1.2.2-dev.82 [2021-01-19T21:48:22.006Z] v1.2.2-dev.83 [2021-01-19T21:48:22.006Z] v1.2.2-dev.84 [2021-01-19T21:48:22.006Z] v1.2.2-dev.85 [2021-01-19T21:48:22.006Z] v1.2.2-dev.86 [2021-01-19T21:48:22.006Z] v1.2.2-dev.87 [2021-01-19T21:48:22.006Z] v1.2.2-dev.88 [2021-01-19T21:48:22.006Z] v1.2.2-dev.89 [2021-01-19T21:48:22.006Z] v1.2.2-dev.9 [2021-01-19T21:48:22.006Z] v1.2.2-dev.90 [2021-01-19T21:48:22.006Z] v1.2.2-dev.91 [2021-01-19T21:48:22.006Z] v1.2.2-dev.92 [2021-01-19T21:48:22.006Z] v1.2.2-dev.93 [2021-01-19T21:48:22.006Z] v1.2.2-dev.94 [2021-01-19T21:48:22.006Z] v1.2.2-dev.95 [2021-01-19T21:48:22.006Z] v1.2.2-dev.96 [2021-01-19T21:48:22.006Z] v1.2.2-dev.97 [2021-01-19T21:48:22.006Z] v1.2.2-dev.98 [2021-01-19T21:48:22.006Z] v1.2.2-dev.99 [2021-01-19T21:48:22.006Z] v1.3.0 [2021-01-19T21:48:22.006Z] v1.3.1-dev.1 [2021-01-19T21:48:22.006Z] v1.3.1-dev.10 [2021-01-19T21:48:22.006Z] v1.3.1-dev.11 [2021-01-19T21:48:22.006Z] v1.3.1-dev.12 [2021-01-19T21:48:22.006Z] v1.3.1-dev.13 [2021-01-19T21:48:22.006Z] v1.3.1-dev.14 [2021-01-19T21:48:22.006Z] v1.3.1-dev.15 [2021-01-19T21:48:22.006Z] v1.3.1-dev.16 [2021-01-19T21:48:22.006Z] v1.3.1-dev.17 [2021-01-19T21:48:22.006Z] v1.3.1-dev.18 [2021-01-19T21:48:22.006Z] v1.3.1-dev.2 [2021-01-19T21:48:22.006Z] v1.3.1-dev.3 [2021-01-19T21:48:22.006Z] v1.3.1-dev.4 [2021-01-19T21:48:22.006Z] v1.3.1-dev.5 [2021-01-19T21:48:22.006Z] v1.3.1-dev.6 [2021-01-19T21:48:22.006Z] v1.3.1-dev.7 [2021-01-19T21:48:22.006Z] v1.3.1-dev.8 [2021-01-19T21:48:22.006Z] v1.3.1-dev.9 [2021-01-19T21:48:22.006Z] v2.0.0-dev.1 [2021-01-19T21:48:22.006Z] v2.0.0-dev.10 [2021-01-19T21:48:22.006Z] v2.0.0-dev.11 [2021-01-19T21:48:22.006Z] v2.0.0-dev.12 [2021-01-19T21:48:22.006Z] v2.0.0-dev.13 [2021-01-19T21:48:22.006Z] v2.0.0-dev.14 [2021-01-19T21:48:22.006Z] v2.0.0-dev.15 [2021-01-19T21:48:22.006Z] v2.0.0-dev.16 [2021-01-19T21:48:22.006Z] v2.0.0-dev.17 [2021-01-19T21:48:22.006Z] v2.0.0-dev.18 [2021-01-19T21:48:22.006Z] v2.0.0-dev.19 [2021-01-19T21:48:22.006Z] v2.0.0-dev.2 [2021-01-19T21:48:22.006Z] v2.0.0-dev.20 [2021-01-19T21:48:22.006Z] v2.0.0-dev.21 [2021-01-19T21:48:22.006Z] v2.0.0-dev.22 [2021-01-19T21:48:22.006Z] v2.0.0-dev.23 [2021-01-19T21:48:22.006Z] v2.0.0-dev.24 [2021-01-19T21:48:22.006Z] v2.0.0-dev.25 [2021-01-19T21:48:22.006Z] v2.0.0-dev.26 [2021-01-19T21:48:22.006Z] v2.0.0-dev.27 [2021-01-19T21:48:22.006Z] v2.0.0-dev.28 [2021-01-19T21:48:22.006Z] v2.0.0-dev.29 [2021-01-19T21:48:22.006Z] v2.0.0-dev.3 [2021-01-19T21:48:22.006Z] v2.0.0-dev.30 [2021-01-19T21:48:22.006Z] v2.0.0-dev.31 [2021-01-19T21:48:22.006Z] v2.0.0-dev.32 [2021-01-19T21:48:22.006Z] v2.0.0-dev.33 [2021-01-19T21:48:22.006Z] v2.0.0-dev.34 [2021-01-19T21:48:22.006Z] v2.0.0-dev.35 [2021-01-19T21:48:22.006Z] v2.0.0-dev.36 [2021-01-19T21:48:22.006Z] v2.0.0-dev.37 [2021-01-19T21:48:22.006Z] v2.0.0-dev.38 [2021-01-19T21:48:22.006Z] v2.0.0-dev.39 [2021-01-19T21:48:22.006Z] v2.0.0-dev.4 [2021-01-19T21:48:22.006Z] v2.0.0-dev.40 [2021-01-19T21:48:22.006Z] v2.0.0-dev.41 [2021-01-19T21:48:22.006Z] v2.0.0-dev.42 [2021-01-19T21:48:22.006Z] v2.0.0-dev.43 [2021-01-19T21:48:22.006Z] v2.0.0-dev.44 [2021-01-19T21:48:22.006Z] v2.0.0-dev.45 [2021-01-19T21:48:22.006Z] v2.0.0-dev.46 [2021-01-19T21:48:22.006Z] v2.0.0-dev.5 [2021-01-19T21:48:22.006Z] v2.0.0-dev.6 [2021-01-19T21:48:22.006Z] v2.0.0-dev.7 [2021-01-19T21:48:22.006Z] v2.0.0-dev.8 [2021-01-19T21:48:22.006Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-19T21:48:22.352Z] + lftools sign git-tag v2.0.0-dev.47 [2021-01-19T21:48:23.745Z] Signing Git tag with Sigul... [2021-01-19T21:48:23.745Z] Signing v2.0.0-dev.47 [2021-01-19T21:48:24.007Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v2.0.0-dev.47'], return code 1, stdout , stderr [Pipeline] echo [2021-01-19T21:48:24.018Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:48:24.314Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T21:48:24.324Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T21:48:24.423Z] $ docker stop --time=1 57ea8344738d081e23c66a55cfbb297176015784827f99dc4c794560e13240d0 [2021-01-19T21:48:26.235Z] $ docker rm -f 57ea8344738d081e23c66a55cfbb297176015784827f99dc4c794560e13240d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:48:26.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:48:26.996Z] . [Pipeline] withDockerContainer [2021-01-19T21:48:27.101Z] prd-centos7-docker-4c-2g-21307 does not seem to be running inside a container [2021-01-19T21:48:27.148Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T21:48:27.901Z] $ docker top 28c96ac7de6c0aa96c3444fb8aa43620a42c07bbf6b8403fd9221ce0a4b34844 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T21:48:28.161Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.46' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T21:48:28.536Z] + git semver [Pipeline] } [2021-01-19T21:48:28.554Z] $ docker stop --time=1 28c96ac7de6c0aa96c3444fb8aa43620a42c07bbf6b8403fd9221ce0a4b34844 [2021-01-19T21:48:29.936Z] $ docker rm -f 28c96ac7de6c0aa96c3444fb8aa43620a42c07bbf6b8403fd9221ce0a4b34844 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:48:30.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:48:30.558Z] . [Pipeline] withDockerContainer [2021-01-19T21:48:30.661Z] prd-centos7-docker-4c-2g-21307 does not seem to be running inside a container [2021-01-19T21:48:30.710Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T21:48:31.557Z] $ docker top ef2422a4e8a5907f337c7a1097a0bb954ea04b49058d0cdc9ae950168177d93b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T21:48:31.917Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.46' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T21:48:32.323Z] + git semver [Pipeline] } [2021-01-19T21:48:32.348Z] $ docker stop --time=1 ef2422a4e8a5907f337c7a1097a0bb954ea04b49058d0cdc9ae950168177d93b [2021-01-19T21:48:33.743Z] $ docker rm -f ef2422a4e8a5907f337c7a1097a0bb954ea04b49058d0cdc9ae950168177d93b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:48:34.821Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:48:35.704Z] ---> package-listing.sh [2021-01-19T21:48:35.704Z] ++ facter osfamily [2021-01-19T21:48:35.704Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T21:48:35.704Z] + OS_FAMILY=redhat [2021-01-19T21:48:35.704Z] + workspace=/w/workspace/edgex-go/309 [2021-01-19T21:48:35.704Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T21:48:35.704Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T21:48:35.704Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T21:48:35.704Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T21:48:35.704Z] + '[' /w/workspace/edgex-go/309 ']' [2021-01-19T21:48:35.704Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T21:48:35.704Z] + case "${OS_FAMILY}" in [2021-01-19T21:48:35.704Z] + rpm -qa [2021-01-19T21:48:35.704Z] + sort [2021-01-19T21:48:41.017Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T21:48:41.017Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T21:48:41.017Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T21:48:41.017Z] + '[' /w/workspace/edgex-go/309 ']' [2021-01-19T21:48:41.017Z] + mkdir -p /w/workspace/edgex-go/309/archives/ [2021-01-19T21:48:41.017Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/309/archives/ [Pipeline] echo [2021-01-19T21:48:41.029Z] 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/309/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T21:48:41.319Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:48:41.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T21:48:41.623Z] [2021-01-19T21:48:41.623Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:48:41.972Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T21:48:41.972Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T21:48:41.972Z] df20fa9351a1: Pulling fs layer [2021-01-19T21:48:41.972Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T21:48:41.972Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T21:48:41.972Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T21:48:41.972Z] 93b61091891f: Pulling fs layer [2021-01-19T21:48:41.972Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T21:48:41.972Z] 5e14af77c1be: Pulling fs layer [2021-01-19T21:48:41.972Z] 01666e4c0597: Pulling fs layer [2021-01-19T21:48:41.972Z] aa168da1d23b: Pulling fs layer [2021-01-19T21:48:41.972Z] 46f8f816bc3b: Waiting [2021-01-19T21:48:41.972Z] 93b61091891f: Waiting [2021-01-19T21:48:41.972Z] 93b9cdb0e59b: Waiting [2021-01-19T21:48:41.972Z] 5e14af77c1be: Waiting [2021-01-19T21:48:41.972Z] aa168da1d23b: Waiting [2021-01-19T21:48:41.972Z] 01666e4c0597: Waiting [2021-01-19T21:48:41.972Z] 36b3adc4ff6f: Download complete [2021-01-19T21:48:41.972Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T21:48:41.972Z] 46f8f816bc3b: Download complete [2021-01-19T21:48:42.243Z] df20fa9351a1: Verifying Checksum [2021-01-19T21:48:42.243Z] df20fa9351a1: Download complete [2021-01-19T21:48:42.243Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T21:48:42.243Z] 93b9cdb0e59b: Download complete [2021-01-19T21:48:42.243Z] 93b61091891f: Download complete [2021-01-19T21:48:42.243Z] 5e14af77c1be: Verifying Checksum [2021-01-19T21:48:42.243Z] 5e14af77c1be: Download complete [2021-01-19T21:48:42.243Z] 01666e4c0597: Download complete [2021-01-19T21:48:42.243Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T21:48:42.243Z] 8ad3a11d3b57: Download complete [2021-01-19T21:48:42.514Z] df20fa9351a1: Pull complete [2021-01-19T21:48:42.778Z] 36b3adc4ff6f: Pull complete [2021-01-19T21:48:44.181Z] 8ad3a11d3b57: Pull complete [2021-01-19T21:48:44.181Z] 46f8f816bc3b: Pull complete [2021-01-19T21:48:44.181Z] aa168da1d23b: Verifying Checksum [2021-01-19T21:48:44.181Z] aa168da1d23b: Download complete [2021-01-19T21:48:44.762Z] 93b61091891f: Pull complete [2021-01-19T21:48:44.762Z] 93b9cdb0e59b: Pull complete [2021-01-19T21:48:45.025Z] 5e14af77c1be: Pull complete [2021-01-19T21:48:45.025Z] 01666e4c0597: Pull complete [2021-01-19T21:48:53.204Z] aa168da1d23b: Pull complete [2021-01-19T21:48:53.204Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T21:48:53.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T21:48:53.204Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T21:48:53.387Z] prd-centos7-docker-4c-2g-21307 does not seem to be running inside a container [2021-01-19T21:48:53.435Z] $ 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/309/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/309 -v /w/workspace/edgex-go/309:/w/workspace/edgex-go/309:rw,z -v /w/workspace/edgex-go/309@tmp:/w/workspace/edgex-go/309@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T21:48:57.085Z] $ docker top 06ac2718a5e6ac96b9de900606bb44ae9a028ed6ede8ff120f2482f5382c2fac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T21:48:57.605Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T21:48:57.903Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T21:48:58.206Z] + ls /var/log/sa-host [2021-01-19T21:48:58.206Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T21:48:58.206Z] file_magic: OK [2021-01-19T21:48:58.206Z] HZ: Using current value: 100 [2021-01-19T21:48:58.206Z] file_header: OK [2021-01-19T21:48:58.206Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T21:48:58.206Z] Statistics: [2021-01-19T21:48:58.206Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T21:48:58.206Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T21:48:58.206Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T21:48:58.206Z] file_magic: OK [2021-01-19T21:48:58.206Z] HZ: Using current value: 100 [2021-01-19T21:48:58.206Z] file_header: OK [2021-01-19T21:48:58.206Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T21:48:58.206Z] Statistics: [2021-01-19T21:48:58.206Z] Hnuu...uuuununununu... [2021-01-19T21:48:58.206Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T21:48:58.460Z] provisioning config files... [2021-01-19T21:48:58.475Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/309@tmp/config1208935698228196333tmp [Pipeline] { [Pipeline] echo [2021-01-19T21:48:58.546Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:48:58.844Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T21:48:58.855Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T21:48:58.945Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:48:59.243Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T21:48:59.253Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:48:59.547Z] ---> sudo-logs.sh [2021-01-19T21:48:59.547Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T21:48:59.560Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:48:59.857Z] ---> job-cost.sh [2021-01-19T21:48:59.857Z] lf-activate-venv: SKIPPING [2021-01-19T21:48:59.857Z] INFO: No Stack... [2021-01-19T21:49:00.804Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T21:49:01.376Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T21:49:01.388Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:49:01.687Z] ---> logs-deploy.sh [2021-01-19T21:49:01.687Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/309 [2021-01-19T21:49:01.687Z] INFO: archiving workspace using pattern(s): [2021-01-19T21:49:03.607Z] Archives upload complete. [2021-01-19T21:49:03.607Z] INFO: archiving logs to Nexus