Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6aacc02e765899b5f00a422c0b56178915ca79e6 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-18913 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/281 [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/281 # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 (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 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 Commit message: "Merge pull request #2992 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.139" > git rev-list --no-walk 0b9e13f6a351841bf3637770c27ae08320c32e9d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-07T21:28:44.651Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-07T21:28:44.937Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-07T21:28:45.044Z] ========================================================= [2021-01-07T21:28:45.044Z] EdgeX Global Pipelines Version Info [2021-01-07T21:28:45.044Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:28:47.006Z] ------------------- [2021-01-07T21:28:47.006Z] stable info: [2021-01-07T21:28:47.006Z] ------------------- [2021-01-07T21:28:47.006Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-07T21:28:47.006Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T21:28:47.006Z] Message: update stable to v1.0.173 [2021-01-07T21:28:47.982Z] ------------------- [2021-01-07T21:28:47.982Z] experimental info: [2021-01-07T21:28:47.982Z] ------------------- [2021-01-07T21:28:47.982Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-07T21:28:47.982Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T21:28:47.982Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-07T21:28:48.475Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-07T21:28:48.609Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-07T21:28:48.713Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-07T21:28:48.836Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-07T21:28:48.937Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-07T21:28:49.046Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-07T21:28:49.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-07T21:28:49.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-07T21:28:49.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-07T21:28:49.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-07T21:28:49.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-07T21:28:49.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-07T21:28:49.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-07T21:28:49.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-07T21:28:49.935Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T21:28:50.064Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T21:28:50.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-07T21:28:50.319Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-07T21:28:50.438Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-07T21:28:50.599Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-07T21:28:50.695Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-07T21:28:50.819Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-07T21:28:50.915Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-07T21:28:51.022Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-07T21:28:51.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-07T21:28:51.280Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-07T21:28:51.401Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] echo [2021-01-07T21:28:51.502Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6aacc02 [Pipeline] echo [2021-01-07T21:28:51.602Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T21:28:51.795Z] provisioning config files... [2021-01-07T21:28:51.841Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/281@tmp/config1179321154432975220tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:28:52.308Z] ---> docker-login.sh [2021-01-07T21:28:52.308Z] nexus3.edgexfoundry.org:10001 [2021-01-07T21:28:52.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:28:53.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:28:53.530Z] Configure a credential helper to remove this warning. See [2021-01-07T21:28:53.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:28:53.530Z] [2021-01-07T21:28:53.530Z] Login Succeeded [2021-01-07T21:28:53.530Z] nexus3.edgexfoundry.org:10002 [2021-01-07T21:28:53.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:28:53.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:28:53.808Z] Configure a credential helper to remove this warning. See [2021-01-07T21:28:53.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:28:53.808Z] [2021-01-07T21:28:53.808Z] Login Succeeded [2021-01-07T21:28:53.808Z] nexus3.edgexfoundry.org:10003 [2021-01-07T21:28:54.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:28:54.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:28:54.358Z] Configure a credential helper to remove this warning. See [2021-01-07T21:28:54.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:28:54.358Z] [2021-01-07T21:28:54.358Z] Login Succeeded [2021-01-07T21:28:54.358Z] nexus3.edgexfoundry.org:10004 [2021-01-07T21:28:54.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:28:54.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:28:54.650Z] Configure a credential helper to remove this warning. See [2021-01-07T21:28:54.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:28:54.650Z] [2021-01-07T21:28:54.650Z] Login Succeeded [2021-01-07T21:28:54.650Z] docker.io [2021-01-07T21:28:55.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:28:55.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:28:55.516Z] Configure a credential helper to remove this warning. See [2021-01-07T21:28:55.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:28:55.516Z] [2021-01-07T21:28:55.516Z] Login Succeeded [2021-01-07T21:28:55.516Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T21:28:55.528Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T21:28:56.044Z] ++ 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-07T21:28:56.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T21:28:56.044Z] ++ dirname cmd/core-command/Dockerfile [2021-01-07T21:28:56.044Z] ++ cut -d/ -f2 [2021-01-07T21:28:56.044Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-07T21:28:56.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T21:28:56.044Z] ++ dirname cmd/core-data/Dockerfile [2021-01-07T21:28:56.044Z] ++ cut -d/ -f2 [2021-01-07T21:28:56.044Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-07T21:28:56.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T21:28:56.044Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-07T21:28:56.044Z] ++ cut -d/ -f2 [2021-01-07T21:28:56.044Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-07T21:28:56.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T21:28:56.045Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-07T21:28:56.045Z] ++ cut -d/ -f2 [2021-01-07T21:28:56.045Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-07T21:28:56.045Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T21:28:56.045Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-07T21:28:56.045Z] ++ cut -d/ -f2 [2021-01-07T21:28:56.045Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-07T21:28:56.045Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T21:28:56.045Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-07T21:28:56.045Z] ++ cut -d/ -f2 [2021-01-07T21:28:56.045Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-07T21:28:56.045Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T21:28:56.045Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-07T21:28:56.045Z] ++ cut -d/ -f2 [2021-01-07T21:28:56.045Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-07T21:28:56.045Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T21:28:56.045Z] ++ cut -d/ -f2 [2021-01-07T21:28:56.045Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-07T21:28:56.045Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-07T21:28:56.045Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T21:28:56.045Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-07T21:28:56.045Z] ++ cut -d/ -f2 [2021-01-07T21:28:56.045Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-07T21:28:56.169Z] 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-07T21:28:57.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:28:57.287Z] [2021-01-07T21:28:57.287Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:28:57.702Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:28:57.702Z] latest: Pulling from edgex-devops/git-semver [2021-01-07T21:28:57.702Z] 31603596830f: Pulling fs layer [2021-01-07T21:28:57.702Z] 2a8b12db71e7: Pulling fs layer [2021-01-07T21:28:57.702Z] 6ca5941a6612: Pulling fs layer [2021-01-07T21:28:57.702Z] ecc8261a40a4: Pulling fs layer [2021-01-07T21:28:57.702Z] ecc8261a40a4: Waiting [2021-01-07T21:28:58.008Z] 2a8b12db71e7: Verifying Checksum [2021-01-07T21:28:58.008Z] 2a8b12db71e7: Download complete [2021-01-07T21:28:58.291Z] 31603596830f: Verifying Checksum [2021-01-07T21:28:58.291Z] 31603596830f: Download complete [2021-01-07T21:28:58.574Z] ecc8261a40a4: Verifying Checksum [2021-01-07T21:28:58.574Z] ecc8261a40a4: Download complete [2021-01-07T21:28:58.859Z] 6ca5941a6612: Verifying Checksum [2021-01-07T21:28:58.859Z] 6ca5941a6612: Download complete [2021-01-07T21:28:59.462Z] 31603596830f: Pull complete [2021-01-07T21:28:59.462Z] 2a8b12db71e7: Pull complete [2021-01-07T21:29:00.897Z] 6ca5941a6612: Pull complete [2021-01-07T21:29:01.503Z] ecc8261a40a4: Pull complete [2021-01-07T21:29:01.503Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-07T21:29:01.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:29:01.503Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-07T21:29:01.695Z] prd-centos7-docker-4c-2g-18913 does not seem to be running inside a container [2021-01-07T21:29:01.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T21:29:04.785Z] $ docker top 73c9257cc30cb9844f56219f43367c41b4d86db2834986b448a9b7abe87d99f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T21:29:05.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T21:29:05.343Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T21:29:05.955Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T21:29:05.962Z] $ docker exec 73c9257cc30cb9844f56219f43367c41b4d86db2834986b448a9b7abe87d99f7 ssh-agent [2021-01-07T21:29:06.323Z] SSH_AUTH_SOCK=/tmp/ssh-uDX57rNCkL99/agent.13 [2021-01-07T21:29:06.323Z] SSH_AGENT_PID=18 [2021-01-07T21:29:06.345Z] Running ssh-add (command line suppressed) [2021-01-07T21:29:06.567Z] Identity added: /w/workspace/edgex-go/281@tmp/private_key_6546192687660007003.key (/w/workspace/edgex-go/281@tmp/private_key_6546192687660007003.key) [2021-01-07T21:29:06.644Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T21:29:07.047Z] + git tag --points-at HEAD [Pipeline] } [2021-01-07T21:29:07.098Z] $ docker exec --env ******** --env ******** 73c9257cc30cb9844f56219f43367c41b4d86db2834986b448a9b7abe87d99f7 ssh-agent -k [2021-01-07T21:29:07.294Z] unset SSH_AUTH_SOCK; [2021-01-07T21:29:07.298Z] unset SSH_AGENT_PID; [2021-01-07T21:29:07.298Z] echo Agent pid 18 killed; [2021-01-07T21:29:07.364Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-07T21:29:07.504Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T21:29:07.504Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T21:29:07.867Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T21:29:07.874Z] $ docker exec 73c9257cc30cb9844f56219f43367c41b4d86db2834986b448a9b7abe87d99f7 ssh-agent [2021-01-07T21:29:08.192Z] SSH_AUTH_SOCK=/tmp/ssh-yaJhsK1Emx72/agent.46 [2021-01-07T21:29:08.192Z] SSH_AGENT_PID=52 [2021-01-07T21:29:08.209Z] Running ssh-add (command line suppressed) [2021-01-07T21:29:08.460Z] Identity added: /w/workspace/edgex-go/281@tmp/private_key_2206177381491252318.key (/w/workspace/edgex-go/281@tmp/private_key_2206177381491252318.key) [2021-01-07T21:29:08.571Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T21:29:09.273Z] + git semver init [2021-01-07T21:29:09.273Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T21:29:09.273Z] # $GIT_DIR = /w/workspace/edgex-go/281/.git [2021-01-07T21:29:09.273Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/281 [2021-01-07T21:29:09.273Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T21:29:09.273Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T21:29:09.273Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T21:29:09.273Z] # $SEMVER_BRANCH = master [2021-01-07T21:29:09.273Z] # $SEMVER_TEMP = /tmp/semver-600639276 [2021-01-07T21:29:09.273Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-07T21:31:31.131Z] # '/tmp/semver-600639276' -> '/w/workspace/edgex-go/281/.semver' [2021-01-07T21:31:31.131Z] # -> Force: false [2021-01-07T21:31:31.131Z] # $SEMVER_DIR = /w/workspace/edgex-go/281/.semver [Pipeline] } [2021-01-07T21:31:31.154Z] $ docker exec --env ******** --env ******** 73c9257cc30cb9844f56219f43367c41b4d86db2834986b448a9b7abe87d99f7 ssh-agent -k [2021-01-07T21:31:31.660Z] unset SSH_AUTH_SOCK; [2021-01-07T21:31:31.660Z] unset SSH_AGENT_PID; [2021-01-07T21:31:31.660Z] echo Agent pid 52 killed; [2021-01-07T21:31:31.836Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T21:31:32.427Z] + git semver [Pipeline] } [2021-01-07T21:31:32.738Z] $ docker stop --time=1 73c9257cc30cb9844f56219f43367c41b4d86db2834986b448a9b7abe87d99f7 [2021-01-07T21:31:34.755Z] $ docker rm -f 73c9257cc30cb9844f56219f43367c41b4d86db2834986b448a9b7abe87d99f7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T21:31:35.534Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-07T21:31:36.318Z] Stashed 1 file(s) [Pipeline] echo [2021-01-07T21:31:36.323Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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-07T21:31:37.455Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:31:37.770Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:31:38.091Z] + sudo service docker restart [2021-01-07T21:31:38.091Z] + true [2021-01-07T21:31:38.091Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-07T21:31:39.069Z] ========================================================= [2021-01-07T21:31:39.069Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-07T21:31:39.069Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:31:39.445Z] + 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-07T21:31:46.303Z] Sending build context to Docker daemon 326.4MB [2021-01-07T21:31:46.303Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T21:31:46.303Z] Step 2/6 : FROM ${BASE} [2021-01-07T21:31:46.303Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-07T21:31:46.304Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T21:31:46.304Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T21:31:46.304Z] de9db76c5a1d: Pulling fs layer [2021-01-07T21:31:46.304Z] bca2f99d35d6: Pulling fs layer [2021-01-07T21:31:46.304Z] 93359f2a8cfa: Pulling fs layer [2021-01-07T21:31:46.304Z] 7c6f9722023f: Pulling fs layer [2021-01-07T21:31:46.304Z] a35cf1a2eb13: Pulling fs layer [2021-01-07T21:31:46.304Z] 93359f2a8cfa: Waiting [2021-01-07T21:31:46.304Z] 7c6f9722023f: Waiting [2021-01-07T21:31:46.304Z] bca2f99d35d6: Waiting [2021-01-07T21:31:46.304Z] a35cf1a2eb13: Waiting [2021-01-07T21:31:46.304Z] de9db76c5a1d: Verifying Checksum [2021-01-07T21:31:46.304Z] de9db76c5a1d: Download complete [2021-01-07T21:31:46.304Z] 0ef7d3d256c8: Verifying Checksum [2021-01-07T21:31:46.304Z] 0ef7d3d256c8: Download complete [2021-01-07T21:31:46.304Z] 93359f2a8cfa: Verifying Checksum [2021-01-07T21:31:46.304Z] 93359f2a8cfa: Download complete [2021-01-07T21:31:46.304Z] 7c6f9722023f: Verifying Checksum [2021-01-07T21:31:46.304Z] 7c6f9722023f: Download complete [2021-01-07T21:31:46.304Z] 188c0c94c7c5: Verifying Checksum [2021-01-07T21:31:46.304Z] 188c0c94c7c5: Download complete [2021-01-07T21:31:46.304Z] 188c0c94c7c5: Pull complete [2021-01-07T21:31:46.965Z] 0ef7d3d256c8: Pull complete [2021-01-07T21:31:47.606Z] de9db76c5a1d: Pull complete [2021-01-07T21:31:50.338Z] a35cf1a2eb13: Verifying Checksum [2021-01-07T21:31:50.338Z] a35cf1a2eb13: Download complete [2021-01-07T21:31:50.979Z] bca2f99d35d6: Verifying Checksum [2021-01-07T21:31:50.979Z] bca2f99d35d6: Download complete [2021-01-07T21:31:51.814Z] Still waiting to schedule task [2021-01-07T21:31:51.814Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-07T21:32:01.229Z] bca2f99d35d6: Pull complete [2021-01-07T21:32:01.229Z] 93359f2a8cfa: Pull complete [2021-01-07T21:32:01.229Z] 7c6f9722023f: Pull complete [2021-01-07T21:32:06.751Z] a35cf1a2eb13: Pull complete [2021-01-07T21:32:06.751Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-07T21:32:06.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-07T21:32:06.751Z] ---> a62c8e92a672 [2021-01-07T21:32:06.751Z] 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-07T21:32:06.751Z] ---> Running in 9706b3bd7178 [2021-01-07T21:32:07.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:32:10.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:32:16.169Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T21:32:17.599Z] (2/12) Installing file (5.38-r0) [2021-01-07T21:32:17.599Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T21:32:17.599Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T21:33:04.557Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T21:33:04.557Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T21:33:04.557Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T21:33:04.557Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T21:33:04.557Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T21:33:04.557Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T21:33:04.557Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T21:33:04.557Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T21:33:04.557Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:33:04.557Z] OK: 233 MiB in 51 packages [2021-01-07T21:33:04.557Z] Removing intermediate container 9706b3bd7178 [2021-01-07T21:33:04.557Z] ---> 2fd0d06792db [2021-01-07T21:33:04.557Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T21:33:04.557Z] ---> Running in 09684c871bf3 [2021-01-07T21:33:04.557Z] Removing intermediate container 09684c871bf3 [2021-01-07T21:33:04.557Z] ---> b39ec301bc6c [2021-01-07T21:33:04.557Z] Step 5/6 : COPY go.mod . [2021-01-07T21:33:04.557Z] ---> ec440d2701d0 [2021-01-07T21:33:04.557Z] Step 6/6 : RUN go mod download [2021-01-07T21:33:04.557Z] ---> Running in 14ed43e93751 [2021-01-07T21:33:26.792Z] Removing intermediate container 14ed43e93751 [2021-01-07T21:33:26.792Z] ---> 348651464a49 [2021-01-07T21:33:26.792Z] Successfully built 348651464a49 [2021-01-07T21:33:26.792Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:33:27.172Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T21:33:27.459Z] . [Pipeline] withDockerContainer [2021-01-07T21:33:27.723Z] prd-centos7-docker-4c-2g-18913 does not seem to be running inside a container [2021-01-07T21:33:27.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-07T21:33:29.282Z] $ docker top b4bc8cb450b3a28aa68f99dda7d6f75ec088731688404431c7d52bc460a24e94 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:33:30.035Z] + go version [2021-01-07T21:33:30.857Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-07T21:33:30.933Z] $ docker stop --time=1 b4bc8cb450b3a28aa68f99dda7d6f75ec088731688404431c7d52bc460a24e94 [2021-01-07T21:33:32.577Z] $ docker rm -f b4bc8cb450b3a28aa68f99dda7d6f75ec088731688404431c7d52bc460a24e94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:33:33.609Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T21:33:33.609Z] . [Pipeline] withDockerContainer [2021-01-07T21:33:33.780Z] prd-centos7-docker-4c-2g-18913 does not seem to be running inside a container [2021-01-07T21:33:33.858Z] $ 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/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-07T21:33:34.972Z] $ docker top 9c12103913f91b3178d84f6c11d8c16c8ec92882523b160ad81b3039d8f629a2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T21:33:35.267Z] ========================================================= [2021-01-07T21:33:35.267Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-07T21:33:35.267Z] ========================================================= [Pipeline] sh [2021-01-07T21:33:35.618Z] + make test [2021-01-07T21:33:35.618Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T21:33:50.740Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-07T21:34:13.332Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-07T21:34:23.719Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-07T21:34:23.719Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-07T21:34:24.001Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-07T21:34:24.326Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-07T21:34:24.326Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-07T21:34:24.634Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-07T21:34:26.141Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-07T21:34:26.761Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-07T21:34:27.749Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-07T21:34:31.247Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-07T21:34:31.247Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-07T21:34:31.247Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-07T21:34:33.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.142s coverage: 46.6% of statements [2021-01-07T21:34:33.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-07T21:34:33.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-07T21:34:33.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-07T21:34:33.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-07T21:34:33.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-07T21:34:38.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.360s coverage: 27.0% of statements [2021-01-07T21:34:38.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-07T21:34:38.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-07T21:34:38.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-07T21:34:38.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-07T21:34:38.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-07T21:34:38.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-07T21:34:38.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-01-07T21:34:38.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-07T21:34:38.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2021-01-07T21:34:38.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-07T21:34:38.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-07T21:34:38.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.523s coverage: 77.8% of statements [2021-01-07T21:34:38.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-07T21:34:38.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-07T21:34:39.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.579s coverage: 82.4% of statements [2021-01-07T21:34:39.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-07T21:34:39.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T21:34:39.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-07T21:34:39.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-07T21:34:42.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.641s coverage: 28.6% of statements [2021-01-07T21:34:42.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-07T21:34:42.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-07T21:34:42.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-07T21:34:42.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-07T21:34:42.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-07T21:34:42.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements [2021-01-07T21:34:42.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-07T21:34:42.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-01-07T21:34:42.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-07T21:34:42.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.148s coverage: 86.7% of statements [2021-01-07T21:34:42.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-07T21:34:42.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.156s coverage: 97.5% of statements [2021-01-07T21:34:42.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-07T21:34:42.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements [2021-01-07T21:34:42.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-07T21:34:42.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-07T21:34:42.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-07T21:34:42.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-07T21:34:46.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.511s coverage: 93.8% of statements [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-07T21:34:46.441Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-07T21:34:46.441Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 0.1% of statements [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-07T21:34:46.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-07T21:34:46.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.070s coverage: 75.5% of statements [2021-01-07T21:34:46.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-07T21:34:46.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements [2021-01-07T21:34:47.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-01-07T21:34:47.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements [2021-01-07T21:34:47.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.158s coverage: 91.4% of statements [2021-01-07T21:34:47.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-07T21:34:50.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.252s coverage: 63.5% of statements [2021-01-07T21:34:50.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-07T21:34:50.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-07T21:34:50.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.084s coverage: 100.0% of statements [2021-01-07T21:34:50.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements [2021-01-07T21:34:50.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-01-07T21:34:50.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.136s coverage: 73.7% of statements [2021-01-07T21:34:50.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.128s coverage: 100.0% of statements [2021-01-07T21:34:52.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.591s coverage: 55.9% of statements [2021-01-07T21:34:52.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-07T21:34:52.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-07T21:34:52.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-07T21:34:52.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-07T21:34:52.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-07T21:34:53.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.150s coverage: 37.0% of statements [2021-01-07T21:34:53.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-07T21:34:53.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-07T21:34:53.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.546s coverage: 84.0% of statements [2021-01-07T21:34:53.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-01-07T21:34:55.977Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.1% of statements [2021-01-07T21:34:55.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-07T21:34:55.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-07T21:34:55.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-07T21:34:55.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-07T21:34:55.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-07T21:34:55.977Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements [2021-01-07T21:34:55.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-07T21:34:55.977Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2021-01-07T21:34:55.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-07T21:34:58.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.197s coverage: 29.1% of statements [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-07T21:34:58.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.113s coverage: 99.0% of statements [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-07T21:34:58.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-07T21:34:58.033Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-07T21:34:58.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-07T21:34:58.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-07T21:34:58.316Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.126s coverage: 87.9% of statements [2021-01-07T21:34:58.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-07T21:34:58.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-07T21:34:58.594Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-01-07T21:34:59.753Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 32.1% of statements [2021-01-07T21:35:00.052Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.083s coverage: 100.0% of statements [2021-01-07T21:35:01.033Z] GO111MODULE=on go vet ./... [2021-01-07T21:35:40.497Z] gofmt -l . [2021-01-07T21:35:40.497Z] [ "`gofmt -l .`" = "" ] [2021-01-07T21:35:40.497Z] ./bin/test-go-mod-tidy.sh [2021-01-07T21:35:41.262Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18914 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-07T21:35:41.334Z] Running in /w/workspace/edgex-go/281 [Pipeline] { [Pipeline] checkout [2021-01-07T21:35:41.892Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-07T21:35:45.405Z] + ls -al . [2021-01-07T21:35:45.405Z] total 640 [2021-01-07T21:35:45.405Z] drwxrwxr-x 10 1001 1001 4096 Jan 7 21:35 . [2021-01-07T21:35:45.405Z] drwxr-xr-x 4 root root 32 Jan 7 21:33 .. [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 11 Jan 7 21:28 .dockerignore [2021-01-07T21:35:45.405Z] drwxrwxr-x 8 1001 1001 162 Jan 7 21:28 .git [2021-01-07T21:35:45.405Z] drwxrwxr-x 3 1001 1001 125 Jan 7 21:28 .github [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 824 Jan 7 21:28 .gitignore [2021-01-07T21:35:45.405Z] drwx------ 3 1001 1001 32 Jan 7 21:31 .semver [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 166 Jan 7 21:28 .sonarcloud.properties [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 3804 Jan 7 21:28 CONTRIBUTING.md [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 931 Jan 7 21:28 Dockerfile.build [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 863 Jan 7 21:28 Jenkinsfile [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 10775 Jan 7 21:28 LICENSE [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 5750 Jan 7 21:28 Makefile [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 6524 Jan 7 21:28 README.md [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 6744 Jan 7 21:28 SECURITY.md [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 12 Jan 7 21:31 VERSION [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 4131 Jan 7 21:28 ZMQWindows.md [2021-01-07T21:35:45.405Z] drwxrwxr-x 2 1001 1001 117 Jan 7 21:28 bin [2021-01-07T21:35:45.405Z] drwxrwxr-x 14 1001 1001 4096 Jan 7 21:28 cmd [2021-01-07T21:35:45.405Z] -rw-r--r-- 1 root root 541590 Jan 7 21:34 coverage.out [2021-01-07T21:35:45.405Z] -rw-r--r-- 1 root root 979 Jan 7 21:35 go.mod [2021-01-07T21:35:45.405Z] -rw-r--r-- 1 root root 19019 Jan 7 21:35 go.sum [2021-01-07T21:35:45.405Z] drwxrwxr-x 8 1001 1001 127 Jan 7 21:28 internal [2021-01-07T21:35:45.405Z] drwxrwxr-x 4 1001 1001 26 Jan 7 21:28 openapi [2021-01-07T21:35:45.405Z] drwxrwxr-x 4 1001 1001 71 Jan 7 21:28 snap [2021-01-07T21:35:45.405Z] -rw-rw-r-- 1 1001 1001 168 Jan 7 21:28 version.go [Pipeline] sh [2021-01-07T21:35:45.773Z] + '[' -e coverage.out ] [2021-01-07T21:35:45.773Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-07T21:35:46.060Z] Stashed 1 file(s) [Pipeline] sh [2021-01-07T21:35:46.123Z] using credential edgex-jenkins-ssh [2021-01-07T21:35:46.188Z] Cloning the remote Git repository [2021-01-07T21:35:46.390Z] + make build [2021-01-07T21:35:46.390Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-07T21:35:46.254Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-07T21:35:46.381Z] > git init /w/workspace/edgex-go/281 # timeout=10 [2021-01-07T21:35:46.480Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T21:35:46.481Z] > git --version # timeout=10 [2021-01-07T21:35:46.502Z] > git --version # 'git version 2.17.1' [2021-01-07T21:35:46.503Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:35:46.566Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:35:51.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T21:36:02.096Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T21:36:02.114Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:36:02.141Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T21:36:02.174Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T21:36:02.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:36:02.187Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T21:36:03.870Z] Checking out Revision 6aacc02e765899b5f00a422c0b56178915ca79e6 (master) [2021-01-07T21:36:04.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-07T21:36:03.895Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T21:36:03.915Z] > git checkout -f 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-07T21:36:06.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T21:36:08.495Z] Commit message: "Merge pull request #2992 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.139" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-07T21:36:09.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T21:36:10.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-07T21:36:10.174Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:36:10.588Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:36:10.931Z] + sudo service docker restart [2021-01-07T21:36:10.932Z] + true [2021-01-07T21:36:12.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T21:36:13.659Z] provisioning config files... [2021-01-07T21:36:13.707Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/281@tmp/config3082961138874018914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:36:14.129Z] ---> docker-login.sh [2021-01-07T21:36:14.129Z] nexus3.edgexfoundry.org:10001 [2021-01-07T21:36:15.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:36:15.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-07T21:36:15.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:36:15.448Z] Configure a credential helper to remove this warning. See [2021-01-07T21:36:15.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:36:15.448Z] [2021-01-07T21:36:15.448Z] Login Succeeded [2021-01-07T21:36:15.448Z] nexus3.edgexfoundry.org:10002 [2021-01-07T21:36:15.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:36:16.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:36:16.023Z] Configure a credential helper to remove this warning. See [2021-01-07T21:36:16.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:36:16.023Z] [2021-01-07T21:36:16.023Z] Login Succeeded [2021-01-07T21:36:16.023Z] nexus3.edgexfoundry.org:10003 [2021-01-07T21:36:16.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:36:16.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:36:16.622Z] Configure a credential helper to remove this warning. See [2021-01-07T21:36:16.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:36:16.622Z] [2021-01-07T21:36:16.622Z] Login Succeeded [2021-01-07T21:36:16.622Z] nexus3.edgexfoundry.org:10004 [2021-01-07T21:36:16.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-07T21:36:16.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:36:17.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:36:17.172Z] Configure a credential helper to remove this warning. See [2021-01-07T21:36:17.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:36:17.172Z] [2021-01-07T21:36:17.172Z] Login Succeeded [2021-01-07T21:36:17.172Z] docker.io [2021-01-07T21:36:17.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:36:18.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:36:18.045Z] Configure a credential helper to remove this warning. See [2021-01-07T21:36:18.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:36:18.045Z] [2021-01-07T21:36:18.045Z] Login Succeeded [2021-01-07T21:36:18.045Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T21:36:18.064Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-07T21:36:18.537Z] ========================================================= [2021-01-07T21:36:18.537Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-07T21:36:18.537Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:36:18.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-07T21:36:18.917Z] + 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-07T21:36:20.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-07T21:36:21.581Z] Sending build context to Docker daemon 165.5MB [2021-01-07T21:36:21.581Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T21:36:21.581Z] Step 2/6 : FROM ${BASE} [2021-01-07T21:36:21.581Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-07T21:36:21.581Z] 5f621e34cdf4: Pulling fs layer [2021-01-07T21:36:21.581Z] a4357932f1b6: Pulling fs layer [2021-01-07T21:36:21.581Z] 18c013af1878: Pulling fs layer [2021-01-07T21:36:21.581Z] 00ac8860ef70: Pulling fs layer [2021-01-07T21:36:21.581Z] 63d7cb157983: Pulling fs layer [2021-01-07T21:36:21.581Z] b116817d02f9: Pulling fs layer [2021-01-07T21:36:21.581Z] 745a02a5169b: Pulling fs layer [2021-01-07T21:36:21.581Z] 00ac8860ef70: Waiting [2021-01-07T21:36:21.581Z] 63d7cb157983: Waiting [2021-01-07T21:36:21.581Z] b116817d02f9: Waiting [2021-01-07T21:36:21.581Z] 745a02a5169b: Waiting [2021-01-07T21:36:21.581Z] 18c013af1878: Verifying Checksum [2021-01-07T21:36:21.581Z] 18c013af1878: Download complete [2021-01-07T21:36:21.581Z] a4357932f1b6: Download complete [2021-01-07T21:36:21.581Z] 5f621e34cdf4: Verifying Checksum [2021-01-07T21:36:21.581Z] 5f621e34cdf4: Download complete [2021-01-07T21:36:21.854Z] 63d7cb157983: Verifying Checksum [2021-01-07T21:36:21.854Z] 63d7cb157983: Download complete [2021-01-07T21:36:21.854Z] b116817d02f9: Verifying Checksum [2021-01-07T21:36:21.854Z] b116817d02f9: Download complete [2021-01-07T21:36:22.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-07T21:36:22.446Z] 5f621e34cdf4: Pull complete [2021-01-07T21:36:22.741Z] a4357932f1b6: Pull complete [2021-01-07T21:36:23.013Z] 18c013af1878: Pull complete [Pipeline] } [2021-01-07T21:36:24.977Z] $ docker stop --time=1 9c12103913f91b3178d84f6c11d8c16c8ec92882523b160ad81b3039d8f629a2 [2021-01-07T21:36:25.007Z] 745a02a5169b: Verifying Checksum [2021-01-07T21:36:25.008Z] 745a02a5169b: Download complete [2021-01-07T21:36:25.605Z] 00ac8860ef70: Download complete [2021-01-07T21:36:27.090Z] $ docker rm -f 9c12103913f91b3178d84f6c11d8c16c8ec92882523b160ad81b3039d8f629a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:36:31.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T21:36:31.814Z] [2021-01-07T21:36:31.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:36:32.266Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T21:36:32.536Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-07T21:36:32.536Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-07T21:36:32.536Z] ca9280d653b3: Pulling fs layer [2021-01-07T21:36:32.536Z] 7e9c9ca2126c: Pulling fs layer [2021-01-07T21:36:32.808Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-07T21:36:32.808Z] cbdbe7a5bc2a: Download complete [2021-01-07T21:36:33.420Z] cbdbe7a5bc2a: Pull complete [2021-01-07T21:36:33.420Z] ca9280d653b3: Verifying Checksum [2021-01-07T21:36:33.420Z] ca9280d653b3: Download complete [2021-01-07T21:36:35.516Z] ca9280d653b3: Pull complete [2021-01-07T21:36:35.854Z] 00ac8860ef70: Pull complete [2021-01-07T21:36:35.854Z] 63d7cb157983: Pull complete [2021-01-07T21:36:36.106Z] 7e9c9ca2126c: Download complete [2021-01-07T21:36:36.125Z] b116817d02f9: Pull complete [2021-01-07T21:36:40.433Z] 745a02a5169b: Pull complete [2021-01-07T21:36:40.433Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-07T21:36:40.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-07T21:36:40.433Z] ---> b7e6874047d6 [2021-01-07T21:36:40.433Z] 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-07T21:36:43.812Z] ---> Running in 35a173206a77 [2021-01-07T21:36:44.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:36:45.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:36:46.351Z] 7e9c9ca2126c: Pull complete [2021-01-07T21:36:46.351Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-07T21:36:46.351Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T21:36:46.351Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-07T21:36:46.689Z] prd-centos7-docker-4c-2g-18913 does not seem to be running inside a container [2021-01-07T21:36:46.803Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T21:36:46.856Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-07T21:36:47.077Z] (2/12) Installing file (5.38-r0) [2021-01-07T21:36:47.077Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T21:36:47.077Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T21:36:49.429Z] $ docker top 5d93b853d8e0090331c0052872b970ad0765831ad7d19baf665a3cac3054ce23 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:36:50.048Z] + grep parallel [2021-01-07T21:36:50.048Z] + docker-compose build --help [2021-01-07T21:36:51.376Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T21:36:51.376Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T21:36:51.376Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T21:36:51.376Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T21:36:51.376Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T21:36:51.376Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T21:36:51.376Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T21:36:51.376Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T21:36:51.504Z] --parallel Build images in parallel. [Pipeline] } [2021-01-07T21:36:51.554Z] $ docker stop --time=1 5d93b853d8e0090331c0052872b970ad0765831ad7d19baf665a3cac3054ce23 [2021-01-07T21:36:51.648Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:36:51.648Z] OK: 217 MiB in 51 packages [2021-01-07T21:36:53.379Z] $ docker rm -f 5d93b853d8e0090331c0052872b970ad0765831ad7d19baf665a3cac3054ce23 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:36:54.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T21:36:54.108Z] . [Pipeline] withDockerContainer [2021-01-07T21:36:54.311Z] prd-centos7-docker-4c-2g-18913 does not seem to be running inside a container [2021-01-07T21:36:54.636Z] $ 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/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-07T21:36:55.761Z] $ docker top eb334e94bddc3c13fbe373d7f57123232bd96e22069718bdc5d293a774687d8a -eo pid,comm [2021-01-07T21:36:55.951Z] Removing intermediate container 35a173206a77 [2021-01-07T21:36:55.951Z] ---> 8afcda9d8d7b [2021-01-07T21:36:55.951Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T21:36:55.951Z] ---> Running in 1f5588e7918f [Pipeline] { [Pipeline] sh [2021-01-07T21:36:56.223Z] Removing intermediate container 1f5588e7918f [2021-01-07T21:36:56.223Z] ---> 3dc193df86c4 [2021-01-07T21:36:56.223Z] Step 5/6 : COPY go.mod . [2021-01-07T21:36:56.778Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T21:36:57.198Z] ---> 4b2a93b14ac3 [2021-01-07T21:36:57.198Z] Step 6/6 : RUN go mod download [2021-01-07T21:36:57.198Z] ---> Running in b3bd10f284eb [2021-01-07T21:36:58.267Z] Building docker-core-command-go ... [2021-01-07T21:36:58.267Z] Building docker-core-data-go ... [2021-01-07T21:36:58.267Z] Building docker-core-metadata-go ... [2021-01-07T21:36:58.267Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T21:36:58.267Z] Building docker-security-proxy-setup-go ... [2021-01-07T21:36:58.267Z] Building docker-security-secretstore-setup-go ... [2021-01-07T21:36:58.267Z] Building docker-support-notifications-go ... [2021-01-07T21:36:58.267Z] Building docker-support-scheduler-go ... [2021-01-07T21:36:58.267Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T21:36:58.267Z] Building docker-sys-mgmt-agent-go [2021-01-07T21:36:58.267Z] Building docker-support-notifications-go [2021-01-07T21:36:58.267Z] Building docker-core-command-go [2021-01-07T21:36:58.267Z] Building docker-security-secretstore-setup-go [2021-01-07T21:36:58.267Z] Building docker-security-bootstrap-redis-go [2021-01-07T21:37:24.002Z] Removing intermediate container b3bd10f284eb [2021-01-07T21:37:24.002Z] ---> ff2d0f97da00 [2021-01-07T21:37:24.002Z] Successfully built ff2d0f97da00 [2021-01-07T21:37:24.002Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:37:24.341Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T21:37:24.341Z] . [Pipeline] withDockerContainer [2021-01-07T21:37:24.609Z] prd-ubuntu18.04-docker-arm64-4c-16g-18914 does not seem to be running inside a container [2021-01-07T21:37:24.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-07T21:37:26.208Z] $ docker top 44dd0166005c08bba86f8e366f6b3185c5719e652574388179448998988a0ec4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:37:27.253Z] + go version [2021-01-07T21:37:27.253Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-07T21:37:27.277Z] $ docker stop --time=1 44dd0166005c08bba86f8e366f6b3185c5719e652574388179448998988a0ec4 [2021-01-07T21:37:29.219Z] $ docker rm -f 44dd0166005c08bba86f8e366f6b3185c5719e652574388179448998988a0ec4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:37:30.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T21:37:30.569Z] [2021-01-07T21:37:30.569Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:37:30.958Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T21:37:30.958Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-07T21:37:30.958Z] 29e5d40040c1: Pulling fs layer [2021-01-07T21:37:30.958Z] 1ce36da41761: Pulling fs layer [2021-01-07T21:37:30.958Z] 25b303627fd3: Pulling fs layer [2021-01-07T21:37:31.554Z] 29e5d40040c1: Download complete [2021-01-07T21:37:31.831Z] 1ce36da41761: Verifying Checksum [2021-01-07T21:37:31.831Z] 1ce36da41761: Download complete [2021-01-07T21:37:32.112Z] 29e5d40040c1: Pull complete [2021-01-07T21:37:33.551Z] 1ce36da41761: Pull complete [2021-01-07T21:37:33.551Z] 25b303627fd3: Verifying Checksum [2021-01-07T21:37:33.551Z] 25b303627fd3: Download complete [2021-01-07T21:37:43.701Z] 25b303627fd3: Pull complete [2021-01-07T21:37:43.701Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-07T21:37:43.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T21:37:43.701Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-07T21:37:43.923Z] prd-ubuntu18.04-docker-arm64-4c-16g-18914 does not seem to be running inside a container [2021-01-07T21:37:44.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-07T21:37:45.591Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:37:45.591Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:37:45.591Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:37:45.591Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:37:45.591Z] ---> 348651464a49 [2021-01-07T21:37:45.591Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T21:37:45.591Z] ---> 348651464a49 [2021-01-07T21:37:45.591Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:37:45.591Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:37:45.591Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:37:45.591Z] ---> 348651464a49 [2021-01-07T21:37:45.591Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T21:37:45.591Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:37:45.591Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:37:45.591Z] ---> 348651464a49 [2021-01-07T21:37:45.591Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:37:45.591Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:37:45.591Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:37:45.591Z] ---> 348651464a49 [2021-01-07T21:37:45.591Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T21:37:45.591Z] ---> Running in 8d89dfd98f8f [2021-01-07T21:37:45.591Z] ---> Running in aae6bdf9f4dd [2021-01-07T21:37:45.591Z] ---> Running in ba237f2ca34b [2021-01-07T21:37:45.591Z] ---> Running in 0eb98a130f2b [2021-01-07T21:37:45.591Z] ---> Running in 77d6425513bc [2021-01-07T21:37:46.197Z] Removing intermediate container 8d89dfd98f8f [2021-01-07T21:37:46.197Z] ---> 97a9053819c3 [2021-01-07T21:37:46.197Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:37:46.197Z] Removing intermediate container aae6bdf9f4dd [2021-01-07T21:37:46.197Z] ---> cc9692d11d4c [2021-01-07T21:37:46.197Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:37:46.197Z] Removing intermediate container ba237f2ca34b [2021-01-07T21:37:46.197Z] ---> d18de7f0a57c [2021-01-07T21:37:46.197Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:37:46.197Z] Removing intermediate container 0eb98a130f2b [2021-01-07T21:37:46.197Z] ---> c59755624e11 [2021-01-07T21:37:46.197Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:37:46.462Z] Removing intermediate container 77d6425513bc [2021-01-07T21:37:46.462Z] ---> f3e59878c979 [2021-01-07T21:37:46.462Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:37:46.462Z] ---> Running in 177254549e54 [2021-01-07T21:37:46.462Z] ---> Running in cb6356572c74 [2021-01-07T21:37:46.462Z] ---> Running in dade93fb7ce5 [2021-01-07T21:37:46.462Z] ---> Running in d56f181363e9 [2021-01-07T21:37:46.462Z] ---> Running in a72095f4742a [2021-01-07T21:37:46.935Z] $ docker top 9342b0c1cb9dbb30a87f7a09373d69b4168a21b21c37be408db0a04f572f0f1e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:37:47.956Z] + docker-compose build --help [2021-01-07T21:37:47.956Z] + grep parallel [2021-01-07T21:37:49.945Z] Removing intermediate container dade93fb7ce5 [2021-01-07T21:37:49.945Z] ---> fba91417376d [2021-01-07T21:37:49.945Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T21:37:49.945Z] Removing intermediate container a72095f4742a [2021-01-07T21:37:49.945Z] ---> f01042bc5712 [2021-01-07T21:37:49.945Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T21:37:49.945Z] ---> Running in ecd53cdf1d77 [2021-01-07T21:37:49.945Z] Removing intermediate container 177254549e54 [2021-01-07T21:37:49.945Z] ---> 619126b3145e [2021-01-07T21:37:49.945Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T21:37:49.945Z] ---> Running in 4cfdd1fffc46 [2021-01-07T21:37:49.945Z] Removing intermediate container cb6356572c74 [2021-01-07T21:37:49.945Z] ---> 2d4744e9c434 [2021-01-07T21:37:49.945Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T21:37:50.243Z] Removing intermediate container d56f181363e9 [2021-01-07T21:37:50.243Z] ---> c7394598f1de [2021-01-07T21:37:50.243Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T21:37:50.243Z] ---> Running in b94997e65fbc [2021-01-07T21:37:50.243Z] ---> Running in ba83a6382d74 [2021-01-07T21:37:50.553Z] ---> Running in 25fe66f26269 [2021-01-07T21:37:51.331Z] --parallel Build images in parallel. [Pipeline] } [2021-01-07T21:37:51.355Z] $ docker stop --time=1 9342b0c1cb9dbb30a87f7a09373d69b4168a21b21c37be408db0a04f572f0f1e [2021-01-07T21:37:51.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:37:51.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:37:51.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:37:51.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:37:51.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:37:52.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:37:52.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:37:52.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:37:52.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:37:52.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:37:52.654Z] OK: 233 MiB in 51 packages [2021-01-07T21:37:52.654Z] OK: 233 MiB in 51 packages [2021-01-07T21:37:52.974Z] OK: 233 MiB in 51 packages [2021-01-07T21:37:52.974Z] OK: 233 MiB in 51 packages [2021-01-07T21:37:52.974Z] OK: 233 MiB in 51 packages [2021-01-07T21:37:53.304Z] $ docker rm -f 9342b0c1cb9dbb30a87f7a09373d69b4168a21b21c37be408db0a04f572f0f1e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:37:54.003Z] Removing intermediate container 4cfdd1fffc46 [2021-01-07T21:37:54.003Z] ---> 5d09d842ced0 [2021-01-07T21:37:54.003Z] Step 6/24 : COPY go.mod . [2021-01-07T21:37:54.003Z] Removing intermediate container ecd53cdf1d77 [2021-01-07T21:37:54.003Z] ---> 546f48ae8bc9 [2021-01-07T21:37:54.003Z] Step 6/22 : COPY go.mod . [2021-01-07T21:37:54.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T21:37:54.127Z] . [Pipeline] withDockerContainer [2021-01-07T21:37:54.280Z] Removing intermediate container b94997e65fbc [2021-01-07T21:37:54.280Z] ---> 0b22e99f64f3 [2021-01-07T21:37:54.280Z] Step 6/26 : COPY go.mod . [2021-01-07T21:37:54.280Z] Removing intermediate container ba83a6382d74 [2021-01-07T21:37:54.280Z] ---> 0cb27e35b55e [2021-01-07T21:37:54.280Z] Step 6/24 : COPY go.mod . [2021-01-07T21:37:54.380Z] prd-ubuntu18.04-docker-arm64-4c-16g-18914 does not seem to be running inside a container [2021-01-07T21:37:54.461Z] $ 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/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-07T21:37:54.588Z] ---> 2df3326429ef [2021-01-07T21:37:54.588Z] Step 7/24 : RUN go mod download [2021-01-07T21:37:54.588Z] Removing intermediate container 25fe66f26269 [2021-01-07T21:37:54.588Z] ---> 880202a676a1 [2021-01-07T21:37:54.588Z] Step 6/22 : COPY go.mod . [2021-01-07T21:37:54.588Z] ---> Running in 28df3db53d24 [2021-01-07T21:37:54.870Z] ---> 2d134ac9d788 [2021-01-07T21:37:54.870Z] Step 7/22 : RUN go mod download [2021-01-07T21:37:55.141Z] ---> 5fe0350c3790 [2021-01-07T21:37:55.141Z] Step 7/26 : RUN go mod download [2021-01-07T21:37:55.141Z] ---> Running in 8bafe57c6a73 [2021-01-07T21:37:55.141Z] ---> 5a4fb6923c97 [2021-01-07T21:37:55.141Z] Step 7/24 : RUN go mod download [2021-01-07T21:37:55.141Z] ---> e76b9b12530c [2021-01-07T21:37:55.141Z] Step 7/22 : RUN go mod download [2021-01-07T21:37:55.141Z] ---> Running in 26c412bebc83 [2021-01-07T21:37:55.446Z] ---> Running in c69a9a57bd4b [2021-01-07T21:37:55.446Z] ---> Running in c1c8a1172db9 [2021-01-07T21:37:55.813Z] $ docker top 0c3bcc7c18f6052c577b4ca757d376cc59cd1cb8faedbbb08c51ad10dc91b146 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:37:56.785Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T21:37:58.909Z] Removing intermediate container c1c8a1172db9 [2021-01-07T21:37:58.909Z] ---> a20e75e7143e [2021-01-07T21:37:58.909Z] Step 8/22 : COPY . . [2021-01-07T21:37:58.909Z] Removing intermediate container 28df3db53d24 [2021-01-07T21:37:58.909Z] ---> 58313a8023e1 [2021-01-07T21:37:58.909Z] Step 8/24 : COPY . . [2021-01-07T21:37:58.909Z] Removing intermediate container 8bafe57c6a73 [2021-01-07T21:37:58.909Z] ---> 05e3ac0ca82c [2021-01-07T21:37:58.909Z] Step 8/22 : COPY . . [2021-01-07T21:37:58.909Z] Removing intermediate container c69a9a57bd4b [2021-01-07T21:37:58.909Z] ---> d99dfa98ba9d [2021-01-07T21:37:58.909Z] Step 8/24 : COPY . . [2021-01-07T21:37:58.909Z] Removing intermediate container 26c412bebc83 [2021-01-07T21:37:58.909Z] ---> 09e7d34f4496 [2021-01-07T21:37:58.909Z] Step 8/26 : COPY . . [2021-01-07T21:38:00.304Z] Building docker-core-command-go ... [2021-01-07T21:38:00.304Z] Building docker-core-data-go ... [2021-01-07T21:38:00.304Z] Building docker-core-metadata-go ... [2021-01-07T21:38:00.304Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T21:38:00.304Z] Building docker-security-proxy-setup-go ... [2021-01-07T21:38:00.304Z] Building docker-security-secretstore-setup-go ... [2021-01-07T21:38:00.304Z] Building docker-support-notifications-go ... [2021-01-07T21:38:00.304Z] Building docker-support-scheduler-go ... [2021-01-07T21:38:00.304Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T21:38:00.304Z] Building docker-support-scheduler-go [2021-01-07T21:38:00.304Z] Building docker-security-proxy-setup-go [2021-01-07T21:38:00.304Z] Building docker-core-command-go [2021-01-07T21:38:00.304Z] Building docker-support-notifications-go [2021-01-07T21:38:00.304Z] Building docker-security-secretstore-setup-go [2021-01-07T21:38:47.265Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:38:47.265Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:38:47.265Z] ---> ff2d0f97da00 [2021-01-07T21:38:47.265Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T21:38:47.265Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:38:47.265Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:38:47.265Z] ---> ff2d0f97da00 [2021-01-07T21:38:47.265Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T21:38:47.265Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:38:47.265Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:38:47.265Z] ---> ff2d0f97da00 [2021-01-07T21:38:47.265Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T21:38:47.265Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:38:47.265Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:38:47.265Z] ---> ff2d0f97da00 [2021-01-07T21:38:47.265Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T21:38:47.265Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:38:47.265Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:38:47.265Z] ---> ff2d0f97da00 [2021-01-07T21:38:47.265Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:38:47.265Z] ---> Running in ff6d831cf3f4 [2021-01-07T21:38:47.265Z] ---> Running in 00baf264f9fb [2021-01-07T21:38:47.265Z] ---> Running in 9208d2368314 [2021-01-07T21:38:47.265Z] ---> Running in 5a1154e9798c [2021-01-07T21:38:47.265Z] ---> Running in 3a4ce3c9625b [2021-01-07T21:38:47.538Z] Removing intermediate container 3a4ce3c9625b [2021-01-07T21:38:47.538Z] ---> 69b235346da9 [2021-01-07T21:38:47.538Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:38:47.834Z] Removing intermediate container 9208d2368314 [2021-01-07T21:38:47.835Z] ---> b4207f565975 [2021-01-07T21:38:47.835Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:38:47.835Z] Removing intermediate container 5a1154e9798c [2021-01-07T21:38:47.835Z] ---> f74cdac7aa08 [2021-01-07T21:38:47.835Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:38:47.835Z] Removing intermediate container ff6d831cf3f4 [2021-01-07T21:38:47.835Z] ---> e81f08127f67 [2021-01-07T21:38:47.835Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:38:47.835Z] Removing intermediate container 00baf264f9fb [2021-01-07T21:38:47.835Z] ---> e13a19b62ab7 [2021-01-07T21:38:47.835Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:38:47.835Z] ---> Running in e10677e79b75 [2021-01-07T21:38:47.835Z] ---> Running in 1f12190254d6 [2021-01-07T21:38:48.121Z] ---> Running in 4cad664db0f5 [2021-01-07T21:38:48.121Z] ---> Running in 0c16dd30e7f0 [2021-01-07T21:38:48.121Z] ---> Running in 02c618ddd589 [2021-01-07T21:38:51.533Z] Removing intermediate container e10677e79b75 [2021-01-07T21:38:51.533Z] ---> b8e04a6cd74d [2021-01-07T21:38:51.533Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T21:38:51.812Z] ---> Running in 47440980e60c [2021-01-07T21:38:52.086Z] Removing intermediate container 1f12190254d6 [2021-01-07T21:38:52.086Z] ---> 502c9fe70a33 [2021-01-07T21:38:52.086Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T21:38:52.086Z] ---> Running in 04b858522b3d [2021-01-07T21:38:52.360Z] Removing intermediate container 0c16dd30e7f0 [2021-01-07T21:38:52.360Z] ---> 8ed3f875d26c [2021-01-07T21:38:52.360Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T21:38:52.360Z] Removing intermediate container 4cad664db0f5 [2021-01-07T21:38:52.360Z] Removing intermediate container 02c618ddd589 [2021-01-07T21:38:52.360Z] ---> 38dfbc68551f [2021-01-07T21:38:52.360Z] ---> 6d658f541cac [2021-01-07T21:38:52.360Z] Step 5/22 : RUN apk add --update --no-cache make gitStep 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T21:38:52.360Z] [2021-01-07T21:38:52.637Z] ---> Running in bfb6db272c29 [2021-01-07T21:38:52.637Z] ---> Running in 358b7f574152 [2021-01-07T21:38:52.637Z] ---> Running in 499f605a48dd [2021-01-07T21:38:53.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:38:54.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:38:54.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:38:54.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:38:54.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:38:54.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:38:54.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:38:55.101Z] OK: 217 MiB in 51 packages [2021-01-07T21:38:55.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:38:55.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:38:55.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:38:55.988Z] OK: 217 MiB in 51 packages [2021-01-07T21:38:55.988Z] OK: 217 MiB in 51 packages [2021-01-07T21:38:56.038Z] ---> 8ccf03df35ac [2021-01-07T21:38:56.039Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T21:38:56.039Z] ---> abd77d0eed79 [2021-01-07T21:38:56.039Z] ---> 808e38de570d [2021-01-07T21:38:56.039Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redisStep 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-07T21:38:56.039Z] [2021-01-07T21:38:56.039Z] ---> 3893fa731142 [2021-01-07T21:38:56.039Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-07T21:38:56.039Z] ---> 2e6499c99ee7 [2021-01-07T21:38:56.039Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T21:38:56.039Z] ---> Running in 2f3faa9f90d0 [2021-01-07T21:38:56.039Z] ---> Running in 06221c13e688 [2021-01-07T21:38:56.039Z] ---> Running in 410fe9c52d0f [2021-01-07T21:38:56.039Z] ---> Running in 0546953c0dad [2021-01-07T21:38:56.039Z] ---> Running in 857c32ef3cde [2021-01-07T21:38:56.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T21:38:56.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-07T21:38:56.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-07T21:38:56.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-07T21:38:56.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-07T21:38:56.265Z] OK: 217 MiB in 51 packages [2021-01-07T21:38:56.265Z] OK: 217 MiB in 51 packages [2021-01-07T21:38:56.869Z] Removing intermediate container 47440980e60c [2021-01-07T21:38:56.869Z] ---> 0b9bf2036cfa [2021-01-07T21:38:56.869Z] Step 6/21 : COPY go.mod . [2021-01-07T21:38:57.880Z] Removing intermediate container 04b858522b3d [2021-01-07T21:38:57.880Z] ---> b52faad6f204 [2021-01-07T21:38:57.880Z] Step 6/21 : COPY go.mod . [2021-01-07T21:38:58.167Z] ---> bf6233977a19 [2021-01-07T21:38:58.167Z] Step 7/21 : RUN go mod download [2021-01-07T21:38:58.167Z] Removing intermediate container 499f605a48dd [2021-01-07T21:38:58.167Z] ---> b83a3b833c67 [2021-01-07T21:38:58.167Z] Step 6/24 : COPY go.mod . [2021-01-07T21:38:58.167Z] ---> Running in 3c8ec9e8dc77 [2021-01-07T21:38:58.443Z] Removing intermediate container 358b7f574152 [2021-01-07T21:38:58.443Z] ---> 8fb3e7216df9 [2021-01-07T21:38:58.443Z] Step 6/24 : COPY go.mod . [2021-01-07T21:38:58.717Z] Removing intermediate container bfb6db272c29 [2021-01-07T21:38:58.717Z] ---> ffb2f479ac03 [2021-01-07T21:38:58.717Z] Step 6/22 : COPY go.mod . [2021-01-07T21:38:58.993Z] ---> dab138674420 [2021-01-07T21:38:58.993Z] Step 7/21 : RUN go mod download [2021-01-07T21:38:59.265Z] ---> Running in 0394e684400f [2021-01-07T21:38:59.540Z] ---> 279c714c4ee7 [2021-01-07T21:38:59.540Z] Step 7/24 : RUN go mod download [2021-01-07T21:38:59.540Z] ---> 1a06f1c78b0d [2021-01-07T21:38:59.540Z] Step 7/24 : RUN go mod download [2021-01-07T21:38:59.827Z] ---> Running in e1fbd9e4eae1 [2021-01-07T21:38:59.827Z] ---> 25dc6d18ee97 [2021-01-07T21:38:59.827Z] Step 7/22 : RUN go mod download [2021-01-07T21:38:59.827Z] ---> Running in 776d5137732b [2021-01-07T21:39:00.101Z] ---> Running in f6ff2e08d1f2 [2021-01-07T21:39:02.779Z] Removing intermediate container 3c8ec9e8dc77 [2021-01-07T21:39:02.779Z] ---> 9df308892b38 [2021-01-07T21:39:02.779Z] Step 8/21 : COPY . . [2021-01-07T21:39:03.380Z] Removing intermediate container 0394e684400f [2021-01-07T21:39:03.380Z] ---> 69325aa4032b [2021-01-07T21:39:03.380Z] Step 8/21 : COPY . . [2021-01-07T21:39:04.818Z] Removing intermediate container e1fbd9e4eae1 [2021-01-07T21:39:04.818Z] ---> b3b9a18ad1dd [2021-01-07T21:39:04.818Z] Step 8/24 : COPY . . [2021-01-07T21:39:05.093Z] Removing intermediate container 776d5137732b [2021-01-07T21:39:05.093Z] ---> 4b8632e12bf0 [2021-01-07T21:39:05.093Z] Step 8/24 : COPY . . [2021-01-07T21:39:05.691Z] Removing intermediate container f6ff2e08d1f2 [2021-01-07T21:39:05.691Z] ---> 18db7c807bce [2021-01-07T21:39:05.691Z] Step 8/22 : COPY . . [2021-01-07T21:39:24.035Z] ---> de50b959188e [2021-01-07T21:39:24.035Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T21:39:24.035Z] ---> f725dfe4a8d9 [2021-01-07T21:39:24.035Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T21:39:24.035Z] ---> 9efcc2429663 [2021-01-07T21:39:24.035Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T21:39:24.035Z] ---> Running in 3b264ca60400 [2021-01-07T21:39:24.035Z] ---> 865545e0b85b [2021-01-07T21:39:24.035Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-07T21:39:24.035Z] ---> 8660e2a7b9bd [2021-01-07T21:39:24.035Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-07T21:39:24.035Z] ---> Running in 2fafd6868bde [2021-01-07T21:39:24.035Z] ---> Running in c4b4abe6e661 [2021-01-07T21:39:24.035Z] ---> Running in 3354b10d9258 [2021-01-07T21:39:24.035Z] ---> Running in f4fde5652df5 [2021-01-07T21:39:24.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-07T21:39:24.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-07T21:39:25.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-07T21:39:25.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-07T21:39:25.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T21:39:28.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-07T21:39:37.039Z] Removing intermediate container 857c32ef3cde [2021-01-07T21:39:37.039Z] ---> 0ed35d722d9f [2021-01-07T21:39:37.039Z] [2021-01-07T21:39:37.039Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T21:39:37.039Z] Removing intermediate container 2f3faa9f90d0 [2021-01-07T21:39:37.039Z] ---> cee4a3c03ac1 [2021-01-07T21:39:37.039Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T21:39:37.039Z] Removing intermediate container 410fe9c52d0f [2021-01-07T21:39:37.039Z] ---> 3090d263230d [2021-01-07T21:39:37.039Z] [2021-01-07T21:39:37.039Z] Step 10/24 : FROM scratch [2021-01-07T21:39:37.039Z] ---> [2021-01-07T21:39:37.039Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-07T21:39:37.039Z] 3.12: Pulling from library/alpine [2021-01-07T21:39:37.039Z] Removing intermediate container 0546953c0dad [2021-01-07T21:39:37.039Z] ---> 41d9d419359e [2021-01-07T21:39:37.039Z] [2021-01-07T21:39:37.039Z] Step 10/22 : FROM scratch [2021-01-07T21:39:37.039Z] ---> [2021-01-07T21:39:37.039Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:39:37.039Z] ---> Running in 35f11b3454d2 [2021-01-07T21:39:37.039Z] ---> Running in 836939b89276 [2021-01-07T21:39:37.039Z] ---> Running in 71ebacddf98e [2021-01-07T21:39:38.016Z] Removing intermediate container 836939b89276 [2021-01-07T21:39:38.016Z] ---> 6bcc2325ffa0 [2021-01-07T21:39:38.016Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-07T21:39:38.016Z] Removing intermediate container 71ebacddf98e [2021-01-07T21:39:38.016Z] ---> e1138df171a7 [2021-01-07T21:39:38.016Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-07T21:39:38.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-07T21:39:38.016Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T21:39:38.016Z] ---> Running in 2c70c1f33a00 [2021-01-07T21:39:38.016Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T21:39:38.016Z] ---> 389fef711851 [2021-01-07T21:39:38.016Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T21:39:38.016Z] ---> Running in 05d824554441 [2021-01-07T21:39:38.319Z] Removing intermediate container 06221c13e688 [2021-01-07T21:39:38.319Z] ---> 43dd5eae202e [2021-01-07T21:39:38.319Z] [2021-01-07T21:39:38.319Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T21:39:38.319Z] ---> 389fef711851 [2021-01-07T21:39:38.319Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T21:39:38.319Z] ---> Running in 5f118dd7689b [2021-01-07T21:39:38.598Z] ---> Running in 93797c9a9fbc [2021-01-07T21:39:38.598Z] Removing intermediate container 2c70c1f33a00 [2021-01-07T21:39:38.598Z] ---> 0bf8b8129095 [2021-01-07T21:39:38.598Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T21:39:38.598Z] Removing intermediate container 05d824554441 [2021-01-07T21:39:38.598Z] ---> ca22d0285952 [2021-01-07T21:39:38.598Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-07T21:39:38.868Z] ---> Running in ad885030d8d7 [2021-01-07T21:39:38.868Z] ---> Running in b6c8806d798a [2021-01-07T21:39:39.462Z] Removing intermediate container ad885030d8d7 [2021-01-07T21:39:39.462Z] ---> 0970f0f5f35e [2021-01-07T21:39:39.462Z] Step 14/22 : WORKDIR / [2021-01-07T21:39:39.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:39:39.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:39:39.743Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T21:39:39.743Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:39:39.743Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T21:39:39.743Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T21:39:39.743Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T21:39:39.743Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:39:39.743Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T21:39:39.743Z] Removing intermediate container b6c8806d798a [2021-01-07T21:39:39.743Z] ---> 6f5b47d4cfd9 [2021-01-07T21:39:39.743Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-07T21:39:40.008Z] OK: 7 MiB in 19 packages [2021-01-07T21:39:40.008Z] ---> Running in 5dc62fbf92b2 [2021-01-07T21:39:40.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:39:40.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:39:40.550Z] ---> 0cf5a8eb356f [2021-01-07T21:39:40.550Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-07T21:39:40.550Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T21:39:40.550Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:39:40.550Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T21:39:40.550Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T21:39:40.826Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T21:39:40.826Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:39:40.826Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T21:39:40.826Z] OK: 7 MiB in 19 packages [2021-01-07T21:39:41.093Z] Removing intermediate container 5dc62fbf92b2 [2021-01-07T21:39:41.093Z] ---> 580e651a28f3 [2021-01-07T21:39:41.093Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T21:39:41.093Z] Removing intermediate container 35f11b3454d2 [2021-01-07T21:39:41.093Z] ---> 6658e0f47b14 [2021-01-07T21:39:41.093Z] [2021-01-07T21:39:41.376Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T21:39:41.376Z] 20.10.0: Pulling from library/docker [2021-01-07T21:39:42.011Z] ---> 06a19158e292 [2021-01-07T21:39:42.011Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T21:39:42.011Z] ---> eba959aacc35 [2021-01-07T21:39:42.011Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-07T21:39:42.302Z] Removing intermediate container 5f118dd7689b [2021-01-07T21:39:42.302Z] ---> 21a9566a819a [2021-01-07T21:39:42.302Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T21:39:42.959Z] ---> Running in bc266f62eae2 [2021-01-07T21:39:43.307Z] Removing intermediate container 93797c9a9fbc [2021-01-07T21:39:43.307Z] ---> fa6acece042a [2021-01-07T21:39:43.307Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T21:39:43.307Z] ---> 238f850b4dec [2021-01-07T21:39:43.307Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-07T21:39:43.307Z] ---> 22eb6064d1c0 [2021-01-07T21:39:43.307Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-07T21:39:43.307Z] ---> Running in d0c192dde603 [2021-01-07T21:39:43.658Z] Removing intermediate container bc266f62eae2 [2021-01-07T21:39:43.658Z] ---> 16430b16cb26 [2021-01-07T21:39:43.658Z] Step 13/22 : WORKDIR / [2021-01-07T21:39:43.976Z] ---> Running in c86dccb956de [2021-01-07T21:39:44.276Z] ---> 8b0dca93a6af [2021-01-07T21:39:44.277Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T21:39:44.277Z] Removing intermediate container d0c192dde603 [2021-01-07T21:39:44.277Z] ---> fef867101705 [2021-01-07T21:39:44.277Z] Step 13/24 : WORKDIR / [2021-01-07T21:39:44.573Z] ---> 43867952d697 [2021-01-07T21:39:44.573Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-07T21:39:44.573Z] ---> Running in 6e03c56131f0 [2021-01-07T21:39:44.849Z] ---> Running in dda2959dfbda [2021-01-07T21:39:44.849Z] Removing intermediate container c86dccb956de [2021-01-07T21:39:44.849Z] ---> 11dfa6e0394f [2021-01-07T21:39:44.849Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T21:39:45.127Z] Removing intermediate container 6e03c56131f0 [2021-01-07T21:39:45.127Z] ---> c3582a409a61 [2021-01-07T21:39:45.127Z] 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-07T21:39:45.127Z] Removing intermediate container dda2959dfbda [2021-01-07T21:39:45.127Z] ---> dad851e5c583 [2021-01-07T21:39:45.127Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:39:45.402Z] ---> 5d451d1c1ed9 [2021-01-07T21:39:45.402Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T21:39:45.402Z] ---> Running in f3f55ca2fd01 [2021-01-07T21:39:45.402Z] ---> 9588d02f59b6 [2021-01-07T21:39:45.402Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T21:39:45.682Z] Removing intermediate container f3f55ca2fd01 [2021-01-07T21:39:45.682Z] ---> 7acdbc28d567 [2021-01-07T21:39:45.682Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T21:39:45.972Z] ---> 800681900616 [2021-01-07T21:39:45.972Z] 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-07T21:39:46.266Z] ---> Running in 9a03c72c4a95 [2021-01-07T21:39:46.266Z] ---> ef34ae6cf630 [2021-01-07T21:39:46.266Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-07T21:39:46.562Z] ---> Running in 810e74736ff9 [2021-01-07T21:39:46.562Z] ---> ffc395fa3540 [2021-01-07T21:39:46.562Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T21:39:46.562Z] ---> 34ade1ded73f [2021-01-07T21:39:46.562Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T21:39:46.843Z] Removing intermediate container 9a03c72c4a95 [2021-01-07T21:39:46.844Z] ---> 59c2c398caec [2021-01-07T21:39:46.844Z] Step 21/22 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:39:47.119Z] ---> Running in f2188e024004 [2021-01-07T21:39:47.119Z] Removing intermediate container 810e74736ff9 [2021-01-07T21:39:47.119Z] ---> 0868685ef22d [2021-01-07T21:39:47.119Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:39:47.793Z] ---> 68afa2e47eed [2021-01-07T21:39:47.794Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T21:39:47.794Z] ---> Running in e4f07104ce6a [2021-01-07T21:39:47.794Z] ---> a38204bbc210 [2021-01-07T21:39:47.794Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T21:39:48.072Z] Removing intermediate container f2188e024004 [2021-01-07T21:39:48.072Z] ---> 9481002d37c5 [2021-01-07T21:39:48.072Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T21:39:48.072Z] ---> Running in 8060aec9cf6f [2021-01-07T21:39:48.350Z] Removing intermediate container e4f07104ce6a [2021-01-07T21:39:48.350Z] ---> 16b9e2419086 [2021-01-07T21:39:48.350Z] Step 22/24 : LABEL arch=x86_64 [2021-01-07T21:39:48.350Z] ---> deea797f960d [2021-01-07T21:39:48.350Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T21:39:48.350Z] ---> Running in 37d67783a018 [2021-01-07T21:39:48.638Z] ---> Running in dc438ad62d4e [2021-01-07T21:39:48.920Z] Removing intermediate container 8060aec9cf6f [2021-01-07T21:39:48.920Z] ---> 730d640e565e [2021-01-07T21:39:48.920Z] [2021-01-07T21:39:49.206Z] Removing intermediate container 37d67783a018 [2021-01-07T21:39:49.206Z] ---> 7aadeeeef822 [2021-01-07T21:39:49.206Z] Step 23/24 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:39:49.206Z] ---> a7ac051cf176 [2021-01-07T21:39:49.206Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-07T21:39:49.491Z] ---> Running in 4d1ce4cd480c [2021-01-07T21:39:49.491Z] Successfully built 730d640e565e [2021-01-07T21:39:49.491Z] Successfully tagged docker-core-command-go:latest [2021-01-07T21:39:49.491Z] Building docker-core-data-go [2021-01-07T21:39:50.164Z]  Building docker-core-command-go ... done Removing intermediate container 4d1ce4cd480c [2021-01-07T21:39:50.164Z] ---> 45c7da7bcc97 [2021-01-07T21:39:50.164Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-07T21:39:50.452Z] ---> Running in 9112e4518746 [2021-01-07T21:39:50.730Z] ---> 473223ea2b29 [2021-01-07T21:39:50.730Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T21:39:51.024Z] Removing intermediate container 9112e4518746 [2021-01-07T21:39:51.024Z] ---> 8d9b028232af [2021-01-07T21:39:51.024Z] [2021-01-07T21:39:52.497Z] Successfully built 8d9b028232af [2021-01-07T21:39:52.771Z] ---> 4a64de8fa059 [2021-01-07T21:39:52.771Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T21:39:52.771Z] Successfully tagged docker-support-notifications-go:latest [2021-01-07T21:39:52.771Z] Building docker-support-scheduler-go [2021-01-07T21:39:53.063Z]  Building docker-support-notifications-go ... done Removing intermediate container dc438ad62d4e [2021-01-07T21:39:53.063Z] ---> 22eb3a79e86c [2021-01-07T21:39:53.063Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T21:39:54.066Z] ---> Running in 67221bdf7896 [2021-01-07T21:39:54.066Z] ---> Running in 997f52ba602a [2021-01-07T21:39:55.536Z] Removing intermediate container 67221bdf7896 [2021-01-07T21:39:55.536Z] ---> 0d5925f1c37a [2021-01-07T21:39:55.536Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T21:39:55.838Z] ---> Running in 6e9330a9e58d [2021-01-07T21:39:57.492Z] Removing intermediate container 6e9330a9e58d [2021-01-07T21:39:57.493Z] ---> ca43b8f2ed59 [2021-01-07T21:39:57.493Z] Step 21/22 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:39:58.428Z] ---> Running in c212f69753ad [2021-01-07T21:39:58.907Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T21:39:59.272Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T21:39:59.272Z] ---> aefe523efa57 [2021-01-07T21:39:59.272Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T21:39:59.973Z] Removing intermediate container 997f52ba602a [2021-01-07T21:39:59.973Z] ---> 93242e2be2a2 [2021-01-07T21:39:59.973Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T21:39:59.973Z] ---> Running in 5ca75067849a [2021-01-07T21:39:59.973Z] Removing intermediate container c212f69753ad [2021-01-07T21:39:59.973Z] ---> 69f798ebab0c [2021-01-07T21:39:59.973Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T21:39:59.973Z] ---> Running in cc4b4661bcef [2021-01-07T21:39:59.973Z] ---> Running in f76ed62f9520 [2021-01-07T21:40:01.241Z] Removing intermediate container f76ed62f9520 [2021-01-07T21:40:01.241Z] ---> bf73d38f995f [2021-01-07T21:40:01.241Z] [2021-01-07T21:40:01.241Z] Removing intermediate container cc4b4661bcef [2021-01-07T21:40:01.241Z] ---> 7d247a6a4f23 [2021-01-07T21:40:01.241Z] Step 22/24 : LABEL arch=x86_64 [2021-01-07T21:40:01.525Z] Successfully built bf73d38f995f [2021-01-07T21:40:01.813Z] ---> Running in af49fb2013de [2021-01-07T21:40:01.813Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-07T21:40:01.813Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-07T21:40:02.409Z] Removing intermediate container af49fb2013de [2021-01-07T21:40:02.409Z] ---> d924073cd5c0 [2021-01-07T21:40:02.410Z] Step 23/24 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:40:02.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:40:02.705Z] ---> Running in 22e1724aade9 [2021-01-07T21:40:02.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:40:03.014Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T21:40:03.014Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T21:40:03.014Z] Executing bash-5.0.17-r0.post-install [2021-01-07T21:40:03.346Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:40:03.346Z] OK: 12 MiB in 22 packages [2021-01-07T21:40:03.346Z] Removing intermediate container 22e1724aade9 [2021-01-07T21:40:03.346Z] ---> 3b48a24a6461 [2021-01-07T21:40:03.346Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-07T21:40:03.640Z] ---> Running in f6b9f0e0b100 [2021-01-07T21:40:05.266Z] Removing intermediate container f6b9f0e0b100 [2021-01-07T21:40:05.266Z] ---> e80d1acf709c [2021-01-07T21:40:05.266Z] [2021-01-07T21:40:05.266Z] Successfully built e80d1acf709c [2021-01-07T21:40:05.556Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-07T21:40:05.556Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5ca75067849a [2021-01-07T21:40:05.556Z] ---> 2430dea8a7ce [2021-01-07T21:40:05.556Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T21:40:05.556Z] Building docker-core-metadata-go [2021-01-07T21:40:06.568Z] ---> Running in ffebe7834df4 [2021-01-07T21:40:07.576Z] Removing intermediate container ffebe7834df4 [2021-01-07T21:40:07.576Z] ---> 05b8396f018a [2021-01-07T21:40:07.576Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T21:40:07.891Z] ---> Running in 02f194953219 [2021-01-07T21:40:08.925Z] Removing intermediate container 02f194953219 [2021-01-07T21:40:08.925Z] ---> 7afbf70a5f13 [2021-01-07T21:40:08.925Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T21:40:09.561Z] ---> Running in 6fcfa6b7b5c5 [2021-01-07T21:40:10.163Z] Removing intermediate container 6fcfa6b7b5c5 [2021-01-07T21:40:10.163Z] ---> 96758b86d1ee [2021-01-07T21:40:10.163Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T21:40:11.671Z] ---> 0e08ffceaba6 [2021-01-07T21:40:11.671Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T21:40:13.160Z] ---> 3735f5411f36 [2021-01-07T21:40:13.160Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T21:40:15.183Z] ---> 932e2a127d8e [2021-01-07T21:40:15.183Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T21:40:15.183Z] ---> Running in 6419f355a4e5 [2021-01-07T21:40:17.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:40:17.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:40:18.317Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T21:40:18.317Z] (2/33) Installing expat (2.2.9-r1) [2021-01-07T21:40:18.317Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T21:40:18.317Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T21:40:18.317Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T21:40:18.317Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T21:40:18.317Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-07T21:40:22.080Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T21:40:22.080Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T21:40:22.080Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T21:40:23.085Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T21:40:23.085Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T21:40:23.085Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T21:40:23.386Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T21:40:23.661Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T21:40:23.661Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T21:40:23.942Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T21:40:24.958Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T21:40:24.958Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T21:40:24.958Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T21:40:24.958Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T21:40:25.258Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T21:40:25.258Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T21:40:25.549Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T21:40:26.548Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T21:40:26.548Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T21:40:26.548Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:40:26.548Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:40:26.548Z] ---> 348651464a49 [2021-01-07T21:40:26.548Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T21:40:26.548Z] ---> Using cache [2021-01-07T21:40:26.548Z] ---> c59755624e11 [2021-01-07T21:40:26.548Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:40:26.548Z] ---> Using cache [2021-01-07T21:40:26.548Z] ---> f01042bc5712 [2021-01-07T21:40:26.548Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T21:40:26.548Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:40:26.548Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:40:26.548Z] ---> 348651464a49 [2021-01-07T21:40:26.548Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T21:40:26.548Z] ---> Using cache [2021-01-07T21:40:26.548Z] ---> c59755624e11 [2021-01-07T21:40:26.548Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:40:26.548Z] ---> Using cache [2021-01-07T21:40:26.549Z] ---> f01042bc5712 [2021-01-07T21:40:26.549Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T21:40:26.821Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T21:40:26.821Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T21:40:26.821Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T21:40:26.821Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T21:40:28.357Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T21:40:28.357Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T21:40:28.357Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T21:40:29.355Z] ---> Running in 8b9364ac81ec [2021-01-07T21:40:29.355Z] ---> Running in 1a4c40903b57 [2021-01-07T21:40:29.355Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:40:29.648Z] OK: 71 MiB in 55 packages [2021-01-07T21:40:33.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:40:33.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:40:33.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:40:33.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:40:34.100Z] OK: 233 MiB in 51 packages [2021-01-07T21:40:34.100Z] OK: 233 MiB in 51 packages [2021-01-07T21:40:36.288Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:40:36.288Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:40:36.288Z] ---> 348651464a49 [2021-01-07T21:40:36.288Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T21:40:36.288Z] ---> Using cache [2021-01-07T21:40:36.288Z] ---> c59755624e11 [2021-01-07T21:40:36.288Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:40:36.288Z] ---> Using cache [2021-01-07T21:40:36.288Z] ---> f01042bc5712 [2021-01-07T21:40:36.288Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T21:40:36.950Z] ---> Running in 96fd3c1ff14d [2021-01-07T21:40:36.950Z] Removing intermediate container 1a4c40903b57 [2021-01-07T21:40:36.950Z] ---> bceecd92d76a [2021-01-07T21:40:36.950Z] Step 6/21 : COPY go.mod . [2021-01-07T21:40:37.230Z] Removing intermediate container 8b9364ac81ec [2021-01-07T21:40:37.230Z] ---> e26e07495e6f [2021-01-07T21:40:37.230Z] Step 6/23 : COPY go.mod . [2021-01-07T21:40:38.213Z] ---> 2968691ed9c7 [2021-01-07T21:40:38.213Z] Step 7/21 : RUN go mod download [2021-01-07T21:40:38.489Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:40:38.489Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:40:38.489Z] ---> 348651464a49 [2021-01-07T21:40:38.489Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:40:38.489Z] ---> Using cache [2021-01-07T21:40:38.489Z] ---> c59755624e11 [2021-01-07T21:40:38.489Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:40:38.489Z] ---> Using cache [2021-01-07T21:40:38.489Z] ---> f01042bc5712 [2021-01-07T21:40:38.489Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T21:40:38.489Z] ---> Using cache [2021-01-07T21:40:38.489Z] ---> bceecd92d76a [2021-01-07T21:40:38.489Z] Step 6/22 : COPY go.mod . [2021-01-07T21:40:38.489Z] ---> Using cache [2021-01-07T21:40:38.489Z] ---> 2968691ed9c7 [2021-01-07T21:40:38.489Z] Step 7/22 : RUN go mod download [2021-01-07T21:40:38.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:40:39.371Z] ---> 1bea2f607b8c [2021-01-07T21:40:39.371Z] Step 7/23 : RUN go mod download [2021-01-07T21:40:39.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:40:39.658Z] ---> Running in 0b6f4f727ca7 [2021-01-07T21:40:39.658Z] ---> Running in d84661706a64 [2021-01-07T21:40:39.931Z] ---> Running in ddc5f046df8f [2021-01-07T21:40:39.931Z] OK: 233 MiB in 51 packages [2021-01-07T21:40:41.452Z] Removing intermediate container 96fd3c1ff14d [2021-01-07T21:40:41.452Z] ---> b8c9d6859973 [2021-01-07T21:40:41.452Z] Step 6/21 : COPY go.mod . [2021-01-07T21:40:42.068Z] ---> e308a573fb0f [2021-01-07T21:40:42.068Z] Step 7/21 : RUN go mod download [2021-01-07T21:40:42.338Z] ---> Running in cf4b4063f418 [2021-01-07T21:40:43.340Z] Removing intermediate container 0b6f4f727ca7 [2021-01-07T21:40:43.340Z] ---> 4a6bf1f096dc [2021-01-07T21:40:43.340Z] Step 8/22 : COPY . . [2021-01-07T21:40:43.340Z] Removing intermediate container d84661706a64 [2021-01-07T21:40:43.340Z] ---> d7cf84653850 [2021-01-07T21:40:43.340Z] Step 8/21 : COPY . . [2021-01-07T21:40:43.622Z] Removing intermediate container ddc5f046df8f [2021-01-07T21:40:43.622Z] ---> b6fadfdb8d58 [2021-01-07T21:40:43.622Z] Step 8/23 : COPY . . [2021-01-07T21:40:47.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-07T21:40:47.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-07T21:40:49.170Z] Removing intermediate container cf4b4063f418 [2021-01-07T21:40:49.170Z] ---> c47ced59b098 [2021-01-07T21:40:49.170Z] Step 8/21 : COPY . . [2021-01-07T21:40:57.470Z] Removing intermediate container 3354b10d9258 [2021-01-07T21:40:57.470Z] ---> a21fcb3f3e03 [2021-01-07T21:40:57.470Z] [2021-01-07T21:40:57.470Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T21:40:57.470Z] 3.12: Pulling from library/alpine [2021-01-07T21:40:57.470Z] Removing intermediate container 3b264ca60400 [2021-01-07T21:40:57.470Z] ---> 5f1ee591fa7e [2021-01-07T21:40:57.470Z] [2021-01-07T21:40:57.470Z] Step 10/21 : FROM scratch [2021-01-07T21:40:57.470Z] ---> [2021-01-07T21:40:57.470Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:40:58.450Z] ---> Running in 7b0eb530abc7 [2021-01-07T21:40:58.450Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T21:40:58.450Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T21:40:58.450Z] ---> afeebe901d6b [2021-01-07T21:40:58.450Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T21:40:58.731Z] Removing intermediate container 2fafd6868bde [2021-01-07T21:40:58.732Z] ---> 445ff34e9963 [2021-01-07T21:40:58.732Z] [2021-01-07T21:40:58.732Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T21:40:58.732Z] ---> afeebe901d6b [2021-01-07T21:40:58.732Z] Removing intermediate container f4fde5652df5 [2021-01-07T21:40:58.732Z] ---> cd317b35592f [2021-01-07T21:40:58.732Z] [2021-01-07T21:40:58.732Z] Step 10/22 : FROM scratch [2021-01-07T21:40:58.732Z] ---> [2021-01-07T21:40:58.732Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:40:58.732Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T21:40:58.732Z] ---> Running in 2fd2f91a85d5 [2021-01-07T21:40:59.005Z] Removing intermediate container c4b4abe6e661 [2021-01-07T21:40:59.005Z] ---> 16c6da4ba6e2 [2021-01-07T21:40:59.005Z] [2021-01-07T21:40:59.005Z] Step 10/24 : FROM scratch [2021-01-07T21:40:59.005Z] ---> [2021-01-07T21:40:59.005Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-07T21:40:59.005Z] ---> Running in cdd78754614d [2021-01-07T21:40:59.005Z] ---> Running in 98c8f6a42db1 [2021-01-07T21:40:59.005Z] ---> Running in ca33844bf5e1 [2021-01-07T21:40:59.283Z] Removing intermediate container 7b0eb530abc7 [2021-01-07T21:40:59.283Z] ---> 29fdeaafa54c [2021-01-07T21:40:59.283Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-07T21:40:59.558Z] ---> Running in ed070f04e7e4 [2021-01-07T21:40:59.842Z] Removing intermediate container cdd78754614d [2021-01-07T21:40:59.842Z] ---> 675e2b645218 [2021-01-07T21:40:59.842Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-07T21:40:59.842Z] Removing intermediate container ca33844bf5e1 [2021-01-07T21:40:59.842Z] ---> aa9c82ebc525 [2021-01-07T21:40:59.842Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-07T21:40:59.842Z] ---> Running in 7bb06569c9aa [2021-01-07T21:41:00.129Z] ---> Running in 759fde5c48a6 [2021-01-07T21:41:00.407Z] Removing intermediate container ed070f04e7e4 [2021-01-07T21:41:00.407Z] ---> a639061bdb17 [2021-01-07T21:41:00.407Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-07T21:41:00.407Z] ---> Running in 8d49d28234a9 [2021-01-07T21:41:00.684Z] Removing intermediate container 7bb06569c9aa [2021-01-07T21:41:00.684Z] ---> ee744b8f13e8 [2021-01-07T21:41:00.684Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T21:41:00.684Z] Removing intermediate container 759fde5c48a6 [2021-01-07T21:41:00.684Z] ---> 4b1e2e07aba7 [2021-01-07T21:41:00.684Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-07T21:41:00.956Z] ---> Running in 07aea1d5a843 [2021-01-07T21:41:00.956Z] ---> Running in 15663b86915e [2021-01-07T21:41:00.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:01.236Z] Removing intermediate container 8d49d28234a9 [2021-01-07T21:41:01.236Z] ---> 68abe8d87b67 [2021-01-07T21:41:01.236Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T21:41:01.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:01.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:01.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:01.510Z] Removing intermediate container 07aea1d5a843 [2021-01-07T21:41:01.510Z] ---> 8776394aa5fa [2021-01-07T21:41:01.510Z] Step 14/22 : WORKDIR / [2021-01-07T21:41:01.785Z] ---> Running in 08e045294c92 [2021-01-07T21:41:01.785Z] Removing intermediate container 15663b86915e [2021-01-07T21:41:01.785Z] ---> 6415a823a3a3 [2021-01-07T21:41:01.785Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-07T21:41:02.066Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T21:41:02.066Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T21:41:02.066Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:41:02.066Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T21:41:02.066Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T21:41:02.066Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:41:02.066Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:41:02.066Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T21:41:02.066Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T21:41:02.066Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T21:41:02.066Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T21:41:02.349Z] ---> 8f19801c2d61 [2021-01-07T21:41:02.349Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T21:41:02.349Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:41:02.349Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T21:41:02.349Z] OK: 7 MiB in 18 packages [2021-01-07T21:41:02.632Z] OK: 7 MiB in 19 packages [2021-01-07T21:41:02.632Z] Removing intermediate container 08e045294c92 [2021-01-07T21:41:02.632Z] ---> f1732e5cd4de [2021-01-07T21:41:02.632Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T21:41:02.914Z] ---> bf03e9484ee3 [2021-01-07T21:41:02.914Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-07T21:41:03.905Z] ---> ef88064ffc6a [2021-01-07T21:41:03.905Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T21:41:04.184Z] ---> 6f8ba27f6efb [2021-01-07T21:41:04.184Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T21:41:05.168Z] ---> dd92b26cd465 [2021-01-07T21:41:05.168Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-07T21:41:05.168Z] Removing intermediate container 98c8f6a42db1 [2021-01-07T21:41:05.168Z] ---> 91dac29c17e6 [2021-01-07T21:41:05.168Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T21:41:05.168Z] Removing intermediate container 2fd2f91a85d5 [2021-01-07T21:41:05.168Z] ---> d36f477e470a [2021-01-07T21:41:05.168Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T21:41:05.441Z] ---> 5b111ea86c87 [2021-01-07T21:41:05.441Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T21:41:05.441Z] ---> Running in c29eb9f8339c [2021-01-07T21:41:05.441Z] ---> Running in f197d3e52eab [2021-01-07T21:41:05.726Z] ---> 6096a8f502fb [2021-01-07T21:41:05.726Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-07T21:41:05.726Z] ---> Running in 970716404afa [2021-01-07T21:41:06.327Z] Removing intermediate container c29eb9f8339c [2021-01-07T21:41:06.328Z] ---> 6e2fd75cd497 [2021-01-07T21:41:06.328Z] Step 13/21 : WORKDIR /edgex [2021-01-07T21:41:06.328Z] Removing intermediate container f197d3e52eab [2021-01-07T21:41:06.328Z] ---> a6278ec52d7f [2021-01-07T21:41:06.328Z] Step 13/24 : WORKDIR / [2021-01-07T21:41:06.604Z] Removing intermediate container 970716404afa [2021-01-07T21:41:06.604Z] ---> 4d5d45658cfd [2021-01-07T21:41:06.604Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:41:06.604Z] ---> Running in fe2347c94e21 [2021-01-07T21:41:06.604Z] ---> Running in f166ada4bd1e [2021-01-07T21:41:06.882Z] ---> Running in fd0e43cf6f26 [2021-01-07T21:41:06.882Z] ---> 5226cb080f5d [2021-01-07T21:41:06.882Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-07T21:41:06.882Z] ---> 7e6bd2c2ba60 [2021-01-07T21:41:06.882Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-07T21:41:06.882Z] ---> Running in 605726e5e914 [2021-01-07T21:41:07.481Z] Removing intermediate container fe2347c94e21 [2021-01-07T21:41:07.481Z] ---> 46119a5fbbfe [2021-01-07T21:41:07.481Z] 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-07T21:41:07.481Z] Removing intermediate container fd0e43cf6f26 [2021-01-07T21:41:07.481Z] ---> 71200c2d5c46 [2021-01-07T21:41:07.481Z] Step 19/21 : LABEL arch=arm64 [2021-01-07T21:41:07.481Z] Removing intermediate container f166ada4bd1e [2021-01-07T21:41:07.481Z] ---> 6afb32ff87cd [2021-01-07T21:41:07.481Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T21:41:07.757Z] Removing intermediate container 605726e5e914 [2021-01-07T21:41:07.757Z] ---> 628250c92634 [2021-01-07T21:41:07.757Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:41:07.757Z] ---> Running in dd60d8d0f7e7 [2021-01-07T21:41:08.039Z] ---> Running in 07cd426e832e [2021-01-07T21:41:08.039Z] ---> 54eef06c8f42 [2021-01-07T21:41:08.039Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T21:41:08.315Z] Removing intermediate container dd60d8d0f7e7 [2021-01-07T21:41:08.315Z] ---> ec8acea3f358 [2021-01-07T21:41:08.315Z] Step 20/21 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:41:08.594Z] ---> 69df6174796c [2021-01-07T21:41:08.594Z] 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-07T21:41:08.868Z] Removing intermediate container 07cd426e832e [2021-01-07T21:41:08.868Z] ---> 73f549414d6f [2021-01-07T21:41:08.868Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T21:41:08.868Z] ---> Running in 5cdf4f124463 [2021-01-07T21:41:08.868Z] ---> f1bbd2e3f2d6 [2021-01-07T21:41:08.868Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T21:41:08.868Z] ---> Running in f0445c044d34 [2021-01-07T21:41:09.852Z] Removing intermediate container 5cdf4f124463 [2021-01-07T21:41:09.852Z] ---> 3fc478891e7a [2021-01-07T21:41:09.852Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-07T21:41:10.125Z] ---> fb087d340a43 [2021-01-07T21:41:10.125Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T21:41:10.125Z] ---> 2fdb9591415c [2021-01-07T21:41:10.125Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T21:41:10.125Z] Removing intermediate container f0445c044d34 [2021-01-07T21:41:10.125Z] ---> 01e8079d4ab8 [2021-01-07T21:41:10.125Z] Step 21/22 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:41:10.399Z] ---> Running in 168631eb9831 [2021-01-07T21:41:10.399Z] ---> 206547d0da8f [2021-01-07T21:41:10.399Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T21:41:10.399Z] ---> Running in 46d949da740a [2021-01-07T21:41:10.996Z] Removing intermediate container 168631eb9831 [2021-01-07T21:41:10.996Z] ---> e4abf733a9a8 [2021-01-07T21:41:10.996Z] [2021-01-07T21:41:11.271Z] Successfully built e4abf733a9a8 [2021-01-07T21:41:11.271Z] ---> 9e295f6e2ef0 [2021-01-07T21:41:11.271Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T21:41:11.271Z] Removing intermediate container 46d949da740a [2021-01-07T21:41:11.271Z] ---> 67303184e0ee [2021-01-07T21:41:11.271Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T21:41:11.271Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-07T21:41:11.271Z] Building docker-sys-mgmt-agent-go [2021-01-07T21:41:11.551Z]  Building docker-support-scheduler-go ... done  ---> 0378d4818a24 [2021-01-07T21:41:11.551Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-07T21:41:11.551Z] ---> Running in f0ca41cbc018 [2021-01-07T21:41:11.830Z] ---> Running in aa5d1b01aa52 [2021-01-07T21:41:12.105Z] ---> a34ded7ead8d [2021-01-07T21:41:12.105Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T21:41:12.377Z] Removing intermediate container f0ca41cbc018 [2021-01-07T21:41:12.377Z] ---> 7b6963ae33ca [2021-01-07T21:41:12.377Z] [2021-01-07T21:41:12.652Z] ---> Running in 7803ddb75e1c [2021-01-07T21:41:12.652Z] Successfully built 7b6963ae33ca [2021-01-07T21:41:12.922Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-07T21:41:12.922Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2021-01-07T21:41:12.922Z] Removing intermediate container aa5d1b01aa52 [2021-01-07T21:41:12.922Z] ---> 97e900d11436 [2021-01-07T21:41:12.922Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:41:13.194Z] ---> 5e1b75b3fa14 [2021-01-07T21:41:13.466Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-07T21:41:13.466Z] ---> Running in 162daf281219 [2021-01-07T21:41:13.466Z] Removing intermediate container 7803ddb75e1c [2021-01-07T21:41:13.466Z] ---> cbce413cd0c9 [2021-01-07T21:41:13.466Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T21:41:13.741Z] ---> Running in 30c5cd96b440 [2021-01-07T21:41:14.339Z] Removing intermediate container 162daf281219 [2021-01-07T21:41:14.339Z] ---> 3c788c57a4fd [2021-01-07T21:41:14.339Z] Step 22/24 : LABEL arch=arm64 [2021-01-07T21:41:15.312Z] Removing intermediate container 30c5cd96b440 [2021-01-07T21:41:15.312Z] ---> 7646d4866b54 [2021-01-07T21:41:15.312Z] Step 19/21 : LABEL arch=arm64 [2021-01-07T21:41:15.582Z] ---> 2ba799652cc1 [2021-01-07T21:41:15.582Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T21:41:15.582Z] ---> Running in 17b68d252b33 [2021-01-07T21:41:15.855Z] ---> Running in 7012f9be372b [2021-01-07T21:41:16.184Z] Removing intermediate container 17b68d252b33 [2021-01-07T21:41:16.184Z] ---> 4d99b3fff0c5 [2021-01-07T21:41:16.184Z] Step 23/24 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:41:16.437Z] Removing intermediate container 6419f355a4e5 [2021-01-07T21:41:16.437Z] ---> 6676e6c16e9c [2021-01-07T21:41:16.437Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T21:41:16.437Z] ---> Running in 4c20ab815c77 [2021-01-07T21:41:16.890Z] ---> 7e42eaf9d1dd [2021-01-07T21:41:16.890Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T21:41:16.890Z] Removing intermediate container 7012f9be372b [2021-01-07T21:41:16.890Z] ---> c78da7e7654a [2021-01-07T21:41:16.890Z] Step 20/21 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:41:16.890Z] ---> Running in 049673a4b204 [2021-01-07T21:41:17.186Z] ---> Running in d5ea7ba3cf3b [2021-01-07T21:41:17.186Z] ---> Running in d62f206fe475 [2021-01-07T21:41:17.493Z] Removing intermediate container 049673a4b204 [2021-01-07T21:41:17.493Z] ---> 1974385c5e5d [2021-01-07T21:41:17.493Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-07T21:41:18.211Z] ---> Running in f11df743c821 [2021-01-07T21:41:18.211Z] Removing intermediate container d62f206fe475 [2021-01-07T21:41:18.211Z] ---> 775b46ace6b1 [2021-01-07T21:41:18.211Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-07T21:41:18.892Z] ---> Running in 31d8216d83d3 [2021-01-07T21:41:18.892Z] Removing intermediate container f11df743c821 [2021-01-07T21:41:18.892Z] ---> 5174f627fd78 [2021-01-07T21:41:18.892Z] [2021-01-07T21:41:19.500Z] Successfully built 5174f627fd78 [2021-01-07T21:41:19.500Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-07T21:41:19.500Z] Building docker-core-metadata-go [2021-01-07T21:41:19.500Z]  Building docker-support-notifications-go ... done Removing intermediate container 31d8216d83d3 [2021-01-07T21:41:19.500Z] ---> 6c46a04898b0 [2021-01-07T21:41:19.500Z] [2021-01-07T21:41:19.773Z] Successfully built 6c46a04898b0 [2021-01-07T21:41:20.048Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-07T21:41:20.048Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-07T21:41:20.643Z] Removing intermediate container d5ea7ba3cf3b [2021-01-07T21:41:20.643Z] ---> 4de0f9a3a669 [2021-01-07T21:41:20.643Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T21:41:20.643Z] ---> Running in 6fed432e9f45 [2021-01-07T21:41:21.233Z] Removing intermediate container 6fed432e9f45 [2021-01-07T21:41:21.233Z] ---> f5a4e521d23b [2021-01-07T21:41:21.233Z] Step 22/24 : LABEL arch=arm64 [2021-01-07T21:41:21.233Z] ---> Running in 9230360d0d6a [2021-01-07T21:41:21.834Z] Removing intermediate container 9230360d0d6a [2021-01-07T21:41:21.834Z] ---> 64ca6e798a88 [2021-01-07T21:41:21.834Z] Step 23/24 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:41:21.834Z] ---> Running in 9b67da625736 [2021-01-07T21:41:22.436Z] Removing intermediate container 9b67da625736 [2021-01-07T21:41:22.436Z] ---> f3533e043472 [2021-01-07T21:41:22.436Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-07T21:41:23.029Z] ---> Running in 5fd372c69ad6 [2021-01-07T21:41:24.004Z] Removing intermediate container 5fd372c69ad6 [2021-01-07T21:41:24.004Z] ---> f5aaace77d62 [2021-01-07T21:41:24.004Z] [2021-01-07T21:41:24.278Z] Successfully built f5aaace77d62 [2021-01-07T21:41:24.558Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-07T21:41:31.786Z] Collecting docker-compose==1.23.2 [2021-01-07T21:41:31.786Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T21:41:31.786Z] 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-07T21:41:32.059Z] ---> e5963d4e4475 [2021-01-07T21:41:32.059Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T21:41:33.095Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T21:41:33.095Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T21:41:33.369Z] ---> 8fc7f3c243b6 [2021-01-07T21:41:33.369Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-07T21:41:33.369Z] ---> Running in f4a50ee84e98 [2021-01-07T21:41:33.654Z] ---> Running in 12ec1756e6d2 [2021-01-07T21:41:33.654Z] ---> 2b9eb7a66012 [2021-01-07T21:41:33.654Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-07T21:41:34.427Z] ---> c676e48d7f65 [2021-01-07T21:41:34.427Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T21:41:34.427Z] ---> Running in 79351eb0d587 [2021-01-07T21:41:34.427Z] ---> Running in 0c09d49c7a40 [2021-01-07T21:41:35.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-07T21:41:35.862Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-07T21:41:35.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T21:41:35.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-07T21:41:36.199Z] Collecting PyYAML<4,>=3.10 [2021-01-07T21:41:36.199Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T21:41:37.828Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T21:41:37.828Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T21:41:37.828Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T21:41:38.171Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T21:41:38.458Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T21:41:38.458Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T21:41:39.142Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T21:41:39.142Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T21:41:39.634Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:41:39.634Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:41:39.634Z] ---> ff2d0f97da00 [2021-01-07T21:41:39.634Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T21:41:39.634Z] ---> Using cache [2021-01-07T21:41:39.634Z] ---> e13a19b62ab7 [2021-01-07T21:41:39.634Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:41:39.634Z] ---> Using cache [2021-01-07T21:41:39.634Z] ---> 6d658f541cac [2021-01-07T21:41:39.634Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T21:41:39.884Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T21:41:39.884Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T21:41:40.898Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T21:41:41.211Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T21:41:42.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:41:42.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:41:42.264Z] ---> ff2d0f97da00 [2021-01-07T21:41:42.264Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:41:42.264Z] ---> Using cache [2021-01-07T21:41:42.264Z] ---> e13a19b62ab7 [2021-01-07T21:41:42.264Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:41:42.264Z] ---> Using cache [2021-01-07T21:41:42.264Z] ---> 6d658f541cac [2021-01-07T21:41:42.264Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T21:41:42.742Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T21:41:42.742Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T21:41:43.028Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T21:41:43.028Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T21:41:43.256Z] ---> Running in 3d7e93e6fa59 [2021-01-07T21:41:43.256Z] ---> Running in ae08083ffc03 [2021-01-07T21:41:43.309Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T21:41:43.309Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T21:41:43.578Z] Collecting idna<2.8,>=2.5 [2021-01-07T21:41:43.578Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-07T21:41:43.848Z] 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-07T21:41:43.848Z] 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-07T21:41:43.848Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T21:41:43.848Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T21:41:43.848Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T21:41:43.848Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T21:41:44.117Z] Installing collected packages: docopt, PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, dockerpty, texttable, cached-property, docker-compose [2021-01-07T21:41:44.117Z] Running setup.py install for docopt: started [2021-01-07T21:41:45.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:45.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:45.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:45.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:46.073Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:41:46.073Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:41:46.073Z] ---> ff2d0f97da00 [2021-01-07T21:41:46.073Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T21:41:46.073Z] ---> Using cache [2021-01-07T21:41:46.073Z] ---> e13a19b62ab7 [2021-01-07T21:41:46.073Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:41:46.073Z] ---> Using cache [2021-01-07T21:41:46.073Z] ---> 6d658f541cac [2021-01-07T21:41:46.073Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T21:41:46.073Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T21:41:46.073Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T21:41:46.073Z] ---> ff2d0f97da00 [2021-01-07T21:41:46.073Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T21:41:46.073Z] ---> Using cache [2021-01-07T21:41:46.073Z] ---> e13a19b62ab7 [2021-01-07T21:41:46.073Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:41:46.073Z] ---> Using cache [2021-01-07T21:41:46.073Z] ---> 6d658f541cac [2021-01-07T21:41:46.073Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T21:41:46.226Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T21:41:46.226Z] Running setup.py install for PyYAML: started [2021-01-07T21:41:46.348Z] OK: 217 MiB in 51 packages [2021-01-07T21:41:46.348Z] OK: 217 MiB in 51 packages [2021-01-07T21:41:46.945Z] ---> Running in f47f21d348f3 [2021-01-07T21:41:46.945Z] ---> Running in 04492cf1b141 [2021-01-07T21:41:47.386Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T21:41:47.671Z] Attempting uninstall: urllib3 [2021-01-07T21:41:47.671Z] Found existing installation: urllib3 1.25.9 [2021-01-07T21:41:47.671Z] Uninstalling urllib3-1.25.9: [2021-01-07T21:41:47.933Z] Removing intermediate container 3d7e93e6fa59 [2021-01-07T21:41:47.933Z] ---> 95748a93a109 [2021-01-07T21:41:47.933Z] Step 6/26 : COPY go.mod . [2021-01-07T21:41:47.933Z] Removing intermediate container ae08083ffc03 [2021-01-07T21:41:48.210Z] ---> faa38c979d51 [2021-01-07T21:41:48.210Z] Step 6/22 : COPY go.mod . [2021-01-07T21:41:48.267Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T21:41:48.561Z] Attempting uninstall: idna [2021-01-07T21:41:48.561Z] Found existing installation: idna 2.9 [2021-01-07T21:41:48.561Z] Uninstalling idna-2.9: [2021-01-07T21:41:48.866Z] Successfully uninstalled idna-2.9 [2021-01-07T21:41:49.180Z] ---> ac99bae15610 [2021-01-07T21:41:49.180Z] Step 7/26 : RUN go mod download [2021-01-07T21:41:49.180Z] ---> 8701c5b2d9b8 [2021-01-07T21:41:49.180Z] Step 7/22 : RUN go mod download [2021-01-07T21:41:49.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:49.180Z] ---> Running in 101ee1c90063 [2021-01-07T21:41:49.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:49.180Z] ---> Running in 57ce8f92bf93 [2021-01-07T21:41:49.201Z] Attempting uninstall: requests [2021-01-07T21:41:49.201Z] Found existing installation: requests 2.23.0 [2021-01-07T21:41:49.201Z] Uninstalling requests-2.23.0: [2021-01-07T21:41:49.513Z] Successfully uninstalled requests-2.23.0 [2021-01-07T21:41:49.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:49.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:41:50.784Z] OK: 217 MiB in 51 packages [2021-01-07T21:41:50.784Z] OK: 217 MiB in 51 packages [2021-01-07T21:41:51.604Z] Running setup.py install for dockerpty: started [2021-01-07T21:41:52.236Z] Removing intermediate container f47f21d348f3 [2021-01-07T21:41:52.236Z] ---> 8683b00fa0cf [2021-01-07T21:41:52.236Z] Step 6/22 : COPY go.mod . [2021-01-07T21:41:52.510Z] Removing intermediate container 04492cf1b141 [2021-01-07T21:41:52.510Z] ---> 4e20ec790f1e [2021-01-07T21:41:52.510Z] Step 6/23 : COPY go.mod . [2021-01-07T21:41:52.606Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-07T21:41:52.606Z] Running setup.py install for texttable: started [2021-01-07T21:41:52.783Z] Removing intermediate container 101ee1c90063 [2021-01-07T21:41:52.783Z] ---> 54ec50d2fbcb [2021-01-07T21:41:52.783Z] Step 8/26 : COPY . . [2021-01-07T21:41:53.056Z] Removing intermediate container 57ce8f92bf93 [2021-01-07T21:41:53.056Z] ---> 05ce58787ab4 [2021-01-07T21:41:53.056Z] Step 7/22 : RUN go mod download [2021-01-07T21:41:53.056Z] ---> 6ecf07679b5b [2021-01-07T21:41:53.056Z] Step 8/22 : COPY . . [2021-01-07T21:41:53.328Z] ---> ef6ec7dff5a2 [2021-01-07T21:41:53.328Z] Step 7/23 : RUN go mod download [2021-01-07T21:41:53.328Z] ---> Running in 21a908378bb9 [2021-01-07T21:41:53.601Z] ---> Running in b73462a8be65 [2021-01-07T21:41:54.060Z] Running setup.py install for texttable: finished with status 'done' [2021-01-07T21:41:55.146Z] 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-07T21:41:59.029Z] Removing intermediate container b73462a8be65 [2021-01-07T21:41:59.029Z] ---> e661a903d798 [2021-01-07T21:41:59.029Z] Step 8/23 : COPY . . [2021-01-07T21:41:59.029Z] Removing intermediate container 21a908378bb9 [2021-01-07T21:41:59.029Z] ---> 3f98f1f06c61 [2021-01-07T21:41:59.029Z] Step 8/22 : COPY . . [2021-01-07T21:42:04.813Z] Removing intermediate container 4c20ab815c77 [2021-01-07T21:42:04.813Z] ---> 34a8f60ea346 [2021-01-07T21:42:04.813Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T21:42:04.813Z] ---> Running in 10f1f74087b3 [2021-01-07T21:42:06.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:42:06.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:42:07.105Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:42:07.105Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T21:42:07.105Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T21:42:07.307Z] ---> 7955a25a19d7 [2021-01-07T21:42:07.307Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T21:42:07.307Z] ---> e3b0daab942e [2021-01-07T21:42:07.307Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T21:42:07.409Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:42:07.409Z] OK: 72 MiB in 58 packages [2021-01-07T21:42:07.900Z] ---> Running in 591d8359045e [2021-01-07T21:42:07.900Z] ---> Running in c3fe65850f19 [2021-01-07T21:42:09.340Z] ---> 9e5f27d96040 [2021-01-07T21:42:09.340Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-07T21:42:09.340Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-07T21:42:09.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-07T21:42:09.614Z] ---> Running in 2412a8465d38 [2021-01-07T21:42:10.214Z] ---> 256d2fc43601 [2021-01-07T21:42:10.214Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-07T21:42:10.486Z] ---> Running in b4b86d2bac19 [2021-01-07T21:42:10.894Z] Removing intermediate container 10f1f74087b3 [2021-01-07T21:42:10.894Z] ---> 6df143447fc8 [2021-01-07T21:42:10.894Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T21:42:10.894Z] ---> Running in 99045e909708 [2021-01-07T21:42:11.174Z] Removing intermediate container 99045e909708 [2021-01-07T21:42:11.174Z] ---> 81ca4c8336d5 [2021-01-07T21:42:11.174Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:42:11.468Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-07T21:42:11.475Z] ---> Running in 27bcd5ee672c [2021-01-07T21:42:12.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T21:42:12.094Z] Removing intermediate container 27bcd5ee672c [2021-01-07T21:42:12.094Z] ---> e56733b96365 [2021-01-07T21:42:12.094Z] Step 24/26 : LABEL arch=x86_64 [2021-01-07T21:42:12.094Z] ---> Running in 0fa71756a489 [2021-01-07T21:42:12.716Z] Removing intermediate container 0fa71756a489 [2021-01-07T21:42:12.716Z] ---> c6db87e3a50f [2021-01-07T21:42:12.716Z] Step 25/26 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:42:13.358Z] ---> Running in 00413e522421 [2021-01-07T21:42:13.633Z] Removing intermediate container 00413e522421 [2021-01-07T21:42:13.633Z] ---> 9ec29b94c3dd [2021-01-07T21:42:13.633Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-07T21:42:13.913Z] ---> Running in 0ed3321bd32c [2021-01-07T21:42:14.567Z] Removing intermediate container 0ed3321bd32c [2021-01-07T21:42:14.567Z] ---> ae474ffe79dd [2021-01-07T21:42:14.567Z] [2021-01-07T21:42:15.184Z] Successfully built ae474ffe79dd [2021-01-07T21:42:15.492Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-07T21:42:18.303Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-07T21:42:25.244Z] Removing intermediate container f4a50ee84e98 [2021-01-07T21:42:25.244Z] ---> 10b0bcde248b [2021-01-07T21:42:25.244Z] [2021-01-07T21:42:25.244Z] Step 10/21 : FROM scratch [2021-01-07T21:42:25.244Z] ---> [2021-01-07T21:42:25.244Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:42:26.000Z] ---> Using cache [2021-01-07T21:42:26.000Z] ---> 6bcc2325ffa0 [2021-01-07T21:42:26.000Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-07T21:42:26.818Z] ---> Running in 175fbd683128 [2021-01-07T21:42:28.991Z] Removing intermediate container 0c09d49c7a40 [2021-01-07T21:42:28.991Z] ---> 9b255258d761 [2021-01-07T21:42:28.991Z] [2021-01-07T21:42:28.991Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T21:42:28.991Z] ---> 389fef711851 [2021-01-07T21:42:28.991Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T21:42:28.991Z] Removing intermediate container 175fbd683128 [2021-01-07T21:42:28.991Z] ---> a4309bae7cd5 [2021-01-07T21:42:28.991Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-07T21:42:28.991Z] ---> Running in ade129498f0c [2021-01-07T21:42:28.991Z] ---> Running in 82c4b789d725 [2021-01-07T21:42:29.284Z] Removing intermediate container 82c4b789d725 [2021-01-07T21:42:29.284Z] ---> f46dcc80e70d [2021-01-07T21:42:29.284Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T21:42:29.913Z] ---> a4d0e354d9f7 [2021-01-07T21:42:29.913Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T21:42:30.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:42:30.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:42:30.876Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T21:42:31.175Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:42:31.175Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T21:42:31.175Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T21:42:31.175Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:42:31.175Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T21:42:32.590Z] OK: 7 MiB in 18 packages [2021-01-07T21:42:34.557Z] ---> f0d7b8cbcdde [2021-01-07T21:42:34.557Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T21:42:36.005Z] Removing intermediate container 79351eb0d587 [2021-01-07T21:42:36.005Z] ---> 4011588575b3 [2021-01-07T21:42:36.005Z] [2021-01-07T21:42:36.005Z] Step 10/22 : FROM scratch [2021-01-07T21:42:36.005Z] ---> [2021-01-07T21:42:36.005Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:42:36.005Z] ---> 0b0f4edd34c0 [2021-01-07T21:42:36.005Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T21:42:36.005Z] ---> Using cache [2021-01-07T21:42:36.005Z] ---> 6bcc2325ffa0 [2021-01-07T21:42:36.005Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-07T21:42:36.005Z] ---> Running in 8636ba8431a3 [2021-01-07T21:42:36.005Z] ---> Running in f20c4e9bd3be [2021-01-07T21:42:36.005Z] Removing intermediate container 12ec1756e6d2 [2021-01-07T21:42:36.005Z] ---> d17c2f143c81 [2021-01-07T21:42:36.005Z] [2021-01-07T21:42:36.005Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T21:42:36.005Z] ---> 389fef711851 [2021-01-07T21:42:36.005Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:42:36.279Z] ---> Running in 5f01951c45fa [2021-01-07T21:42:36.279Z] Removing intermediate container ade129498f0c [2021-01-07T21:42:36.279Z] ---> d93b81f132cc [2021-01-07T21:42:36.279Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T21:42:36.279Z] Removing intermediate container 8636ba8431a3 [2021-01-07T21:42:36.280Z] ---> 03cd1f66f9b0 [2021-01-07T21:42:36.280Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T21:42:36.574Z] ---> Running in 8f46f9530703 [2021-01-07T21:42:36.574Z] Removing intermediate container f20c4e9bd3be [2021-01-07T21:42:36.574Z] ---> c75b4542b5e2 [2021-01-07T21:42:36.574Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:42:36.574Z] ---> Running in 68d431ccded4 [2021-01-07T21:42:36.574Z] Removing intermediate container 5f01951c45fa [2021-01-07T21:42:36.574Z] ---> 9dd2a241a561 [2021-01-07T21:42:36.574Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-07T21:42:36.574Z] ---> Running in 3fd4154d0d96 [2021-01-07T21:42:36.841Z] ---> Running in ba3254833aec [2021-01-07T21:42:36.841Z] Removing intermediate container 68d431ccded4 [2021-01-07T21:42:36.841Z] ---> 4329a1645506 [2021-01-07T21:42:36.841Z] Step 14/22 : WORKDIR / [2021-01-07T21:42:37.121Z] Removing intermediate container 8f46f9530703 [2021-01-07T21:42:37.121Z] ---> 9a6254cc109f [2021-01-07T21:42:37.121Z] Step 13/21 : WORKDIR /edgex [2021-01-07T21:42:37.121Z] ---> Running in 42c82462c3c5 [2021-01-07T21:42:37.121Z] ---> Running in 61ca73a52e22 [2021-01-07T21:42:37.121Z] Removing intermediate container 3fd4154d0d96 [2021-01-07T21:42:37.121Z] ---> 839df957c0d2 [2021-01-07T21:42:37.121Z] Step 19/21 : LABEL arch=x86_64 [2021-01-07T21:42:37.121Z] Removing intermediate container ba3254833aec [2021-01-07T21:42:37.121Z] ---> 32a0b2bb66db [2021-01-07T21:42:37.121Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T21:42:37.121Z] ---> Running in 697f2d63abfc [2021-01-07T21:42:37.405Z] ---> Running in 6d337f83ac32 [2021-01-07T21:42:37.405Z] Removing intermediate container 42c82462c3c5 [2021-01-07T21:42:37.405Z] ---> ce1df9899dc5 [2021-01-07T21:42:37.405Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T21:42:37.405Z] Removing intermediate container 61ca73a52e22 [2021-01-07T21:42:37.405Z] ---> e37fda6b8256 [2021-01-07T21:42:37.405Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T21:42:37.405Z] Removing intermediate container 697f2d63abfc [2021-01-07T21:42:37.405Z] ---> 0655edf8a123 [2021-01-07T21:42:37.405Z] Step 20/21 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:42:37.681Z] Removing intermediate container 6d337f83ac32 [2021-01-07T21:42:37.681Z] ---> 5ef85cbe5b2f [2021-01-07T21:42:37.681Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:42:37.681Z] ---> Running in 82cba60ed46d [2021-01-07T21:42:37.681Z] ---> Running in 4ef0a01b7364 [2021-01-07T21:42:37.955Z] ---> 12dcc0a4b464 [2021-01-07T21:42:37.955Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T21:42:38.556Z] ---> eec11a6b9224 [2021-01-07T21:42:38.556Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T21:42:38.556Z] Removing intermediate container 82cba60ed46d [2021-01-07T21:42:38.556Z] ---> 746891e4b841 [2021-01-07T21:42:38.556Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-07T21:42:38.556Z] ---> Running in 487f08d62aeb [2021-01-07T21:42:39.983Z] ---> f3e4a401b1ee [2021-01-07T21:42:39.983Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T21:42:39.983Z] Removing intermediate container 487f08d62aeb [2021-01-07T21:42:39.983Z] ---> e013e0ed75fc [2021-01-07T21:42:39.983Z] [2021-01-07T21:42:40.260Z] ---> ea875a5480f7 [2021-01-07T21:42:40.260Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T21:42:40.260Z] Successfully built e013e0ed75fc [2021-01-07T21:42:40.260Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-07T21:42:40.539Z]  Building docker-support-scheduler-go ... done  ---> cf4145f18b82 [2021-01-07T21:42:40.539Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-07T21:42:40.539Z] ---> Running in 2e0fb19ee34e [2021-01-07T21:42:40.824Z] Removing intermediate container 4ef0a01b7364 [2021-01-07T21:42:40.824Z] ---> 37f9a5bc8f67 [2021-01-07T21:42:40.824Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-07T21:42:40.824Z] ---> Running in d541a34e58d0 [2021-01-07T21:42:40.824Z] ---> 6000975f8437 [2021-01-07T21:42:40.824Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T21:42:40.824Z] Removing intermediate container 2e0fb19ee34e [2021-01-07T21:42:40.824Z] ---> 1c21da0e7dad [2021-01-07T21:42:40.824Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:42:41.105Z] ---> Running in 267a6bab6839 [2021-01-07T21:42:41.105Z] ---> Running in f0cc74a2a5cb [2021-01-07T21:42:41.385Z] Removing intermediate container 267a6bab6839 [2021-01-07T21:42:41.385Z] ---> 930e16f3980b [2021-01-07T21:42:41.385Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T21:42:41.385Z] Removing intermediate container f0cc74a2a5cb [2021-01-07T21:42:41.385Z] ---> 5c4aeeed3a2e [2021-01-07T21:42:41.385Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T21:42:41.668Z] ---> Running in 5f5d863f3c2b [2021-01-07T21:42:41.668Z] ---> Running in d2a29da51071 [2021-01-07T21:42:41.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:42:41.945Z] Removing intermediate container 5f5d863f3c2b [2021-01-07T21:42:41.945Z] ---> 6e0b528a2ece [2021-01-07T21:42:41.945Z] Step 19/21 : LABEL arch=x86_64 [2021-01-07T21:42:41.945Z] Removing intermediate container d2a29da51071 [2021-01-07T21:42:41.945Z] ---> 219904781ac1 [2021-01-07T21:42:41.945Z] Step 21/22 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:42:41.945Z] ---> Running in e464853bdd20 [2021-01-07T21:42:42.219Z] ---> Running in a76814c717d9 [2021-01-07T21:42:42.761Z] Removing intermediate container e464853bdd20 [2021-01-07T21:42:42.761Z] ---> d522b332b1bb [2021-01-07T21:42:42.761Z] Step 20/21 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:42:42.761Z] Removing intermediate container a76814c717d9 [2021-01-07T21:42:42.761Z] ---> f0970dcc508d [2021-01-07T21:42:42.761Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T21:42:42.761Z] ---> Running in b1685cacfd5c [2021-01-07T21:42:42.761Z] ---> Running in 982f9383a7bd [2021-01-07T21:42:43.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:42:43.248Z] Removing intermediate container b1685cacfd5c [2021-01-07T21:42:43.248Z] ---> fc035d52af32 [2021-01-07T21:42:43.248Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-07T21:42:43.248Z] Removing intermediate container 982f9383a7bd [2021-01-07T21:42:43.248Z] ---> 6f53c00a6083 [2021-01-07T21:42:43.248Z] [2021-01-07T21:42:43.248Z] ---> Running in 0fa1d166029f [2021-01-07T21:42:43.601Z] Successfully built 6f53c00a6083 [2021-01-07T21:42:43.601Z] Successfully tagged docker-core-metadata-go:latest [2021-01-07T21:42:43.601Z]  Building docker-core-metadata-go ... done Removing intermediate container 0fa1d166029f [2021-01-07T21:42:43.601Z] ---> 603321dd0966 [2021-01-07T21:42:43.601Z] [2021-01-07T21:42:43.601Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-07T21:42:44.027Z] Successfully built 603321dd0966 [2021-01-07T21:42:44.027Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-07T21:42:44.027Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-07T21:42:44.027Z]  Building docker-security-proxy-setup-go ... done (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-07T21:42:44.305Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-07T21:42:44.576Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-07T21:42:44.576Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:42:44.576Z] OK: 8 MiB in 19 packages [2021-01-07T21:42:45.557Z] Removing intermediate container d541a34e58d0 [2021-01-07T21:42:45.557Z] ---> 73504311f65d [2021-01-07T21:42:45.557Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T21:42:45.822Z] ---> d1c3a373898c [2021-01-07T21:42:45.822Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T21:42:46.789Z] ---> 9e75c27a0f66 [2021-01-07T21:42:46.789Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T21:42:47.054Z] ---> 72451269b6fa [2021-01-07T21:42:47.054Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T21:42:47.054Z] ---> Running in 10e57ee7a81d [2021-01-07T21:42:47.318Z] Removing intermediate container 10e57ee7a81d [2021-01-07T21:42:47.318Z] ---> c904967ca2e1 [2021-01-07T21:42:47.318Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:42:47.318Z] ---> Running in da7ab1c91d62 [2021-01-07T21:42:47.615Z] Removing intermediate container da7ab1c91d62 [2021-01-07T21:42:47.616Z] ---> 151c37e67b1f [2021-01-07T21:42:47.616Z] Step 21/23 : LABEL arch=x86_64 [2021-01-07T21:42:47.616Z] ---> Running in ec10ceff0080 [2021-01-07T21:42:47.881Z] Removing intermediate container ec10ceff0080 [2021-01-07T21:42:47.881Z] ---> d0046bc944cb [2021-01-07T21:42:47.881Z] Step 22/23 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:42:47.881Z] ---> Running in 90fafde50787 [2021-01-07T21:42:48.168Z] Removing intermediate container 90fafde50787 [2021-01-07T21:42:48.168Z] ---> 293ddb84b11b [2021-01-07T21:42:48.168Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-07T21:42:48.168Z] ---> Running in 8ade86b18264 [2021-01-07T21:42:48.480Z] Removing intermediate container 8ade86b18264 [2021-01-07T21:42:48.480Z] ---> 05d0f18d55b9 [2021-01-07T21:42:48.480Z] [2021-01-07T21:42:48.776Z] Successfully built 05d0f18d55b9 [2021-01-07T21:42:48.776Z] Successfully tagged docker-core-data-go:latest [2021-01-07T21:42:49.855Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-07T21:42:49.923Z] $ docker stop --time=1 eb334e94bddc3c13fbe373d7f57123232bd96e22069718bdc5d293a774687d8a [2021-01-07T21:42:52.183Z] $ docker rm -f eb334e94bddc3c13fbe373d7f57123232bd96e22069718bdc5d293a774687d8a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T21:42:52.984Z] + docker images [2021-01-07T21:42:52.985Z] + grep docker [2021-01-07T21:42:52.985Z] docker-core-data-go latest 05d0f18d55b9 4 seconds ago 22.3MB [2021-01-07T21:42:52.985Z] docker-security-proxy-setup-go latest 603321dd0966 9 seconds ago 24.5MB [2021-01-07T21:42:52.985Z] docker-core-metadata-go latest 6f53c00a6083 10 seconds ago 13MB [2021-01-07T21:42:52.985Z] docker-support-scheduler-go latest e013e0ed75fc 14 seconds ago 10.7MB [2021-01-07T21:42:52.985Z] docker-sys-mgmt-agent-go latest ae474ffe79dd 38 seconds ago 313MB [2021-01-07T21:42:52.985Z] docker-security-secretstore-setup-go latest e80d1acf709c 2 minutes ago 24.6MB [2021-01-07T21:42:52.985Z] docker-security-bootstrap-redis-go latest bf73d38f995f 2 minutes ago 15.8MB [2021-01-07T21:42:52.985Z] docker-support-notifications-go latest 8d9b028232af 3 minutes ago 12MB [2021-01-07T21:42:52.985Z] docker-core-command-go latest 730d640e565e 3 minutes ago 10.6MB [2021-01-07T21:42:52.985Z] docker 20.10.0 aefe523efa57 3 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-07T21:42:53.603Z] provisioning config files... [2021-01-07T21:42:53.682Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/281@tmp/config4998362183450542944tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:42:54.113Z] ---> docker-login.sh [2021-01-07T21:42:54.113Z] nexus3.edgexfoundry.org:10001 [2021-01-07T21:42:54.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:42:54.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:42:54.399Z] Configure a credential helper to remove this warning. See [2021-01-07T21:42:54.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:42:54.399Z] [2021-01-07T21:42:54.399Z] Login Succeeded [2021-01-07T21:42:54.399Z] nexus3.edgexfoundry.org:10002 [2021-01-07T21:42:55.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:42:55.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:42:55.023Z] Configure a credential helper to remove this warning. See [2021-01-07T21:42:55.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:42:55.023Z] [2021-01-07T21:42:55.023Z] Login Succeeded [2021-01-07T21:42:55.023Z] nexus3.edgexfoundry.org:10003 [2021-01-07T21:42:55.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:42:55.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:42:55.586Z] Configure a credential helper to remove this warning. See [2021-01-07T21:42:55.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:42:55.586Z] [2021-01-07T21:42:55.586Z] Login Succeeded [2021-01-07T21:42:55.586Z] nexus3.edgexfoundry.org:10004 [2021-01-07T21:42:55.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:42:55.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:42:55.864Z] Configure a credential helper to remove this warning. See [2021-01-07T21:42:55.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:42:55.864Z] [2021-01-07T21:42:55.864Z] Login Succeeded [2021-01-07T21:42:55.864Z] docker.io [2021-01-07T21:42:56.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:42:56.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:42:56.720Z] Configure a credential helper to remove this warning. See [2021-01-07T21:42:56.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:42:56.720Z] [2021-01-07T21:42:56.720Z] Login Succeeded [2021-01-07T21:42:56.720Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T21:42:56.731Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:42:56.987Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-07T21:42:56.987Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:42:56.987Z] 2.0.0-dev.33 [2021-01-07T21:42:56.987Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:42:56.987Z] master [2021-01-07T21:42:56.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:42:57.532Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:42:57.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:42:57.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-07T21:42:57.867Z] 732a4b8924c4: Preparing [2021-01-07T21:42:57.867Z] cca493617c43: Preparing [2021-01-07T21:42:57.867Z] 5188966b08c7: Preparing [2021-01-07T21:42:58.138Z] 732a4b8924c4: Pushed [2021-01-07T21:42:58.138Z] 5188966b08c7: Pushed [2021-01-07T21:42:59.571Z] cca493617c43: Pushed [2021-01-07T21:42:59.571Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:2eb5d734a77aea0edffaaa8abd7a53c6fd5528e5152da859fae5891989b49e06 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:42:59.911Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:00.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-07T21:43:00.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-07T21:43:00.229Z] 732a4b8924c4: Preparing [2021-01-07T21:43:00.229Z] cca493617c43: Preparing [2021-01-07T21:43:00.229Z] 5188966b08c7: Preparing [2021-01-07T21:43:00.229Z] 5188966b08c7: Layer already exists [2021-01-07T21:43:00.229Z] cca493617c43: Layer already exists [2021-01-07T21:43:00.229Z] 732a4b8924c4: Layer already exists [2021-01-07T21:43:00.229Z] 2.0.0-dev.33: digest: sha256:2eb5d734a77aea0edffaaa8abd7a53c6fd5528e5152da859fae5891989b49e06 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:00.583Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:00.940Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:00.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-07T21:43:00.940Z] 732a4b8924c4: Preparing [2021-01-07T21:43:00.940Z] cca493617c43: Preparing [2021-01-07T21:43:00.940Z] 5188966b08c7: Preparing [2021-01-07T21:43:00.940Z] cca493617c43: Layer already exists [2021-01-07T21:43:00.940Z] 5188966b08c7: Layer already exists [2021-01-07T21:43:00.940Z] 732a4b8924c4: Layer already exists [2021-01-07T21:43:00.940Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:2eb5d734a77aea0edffaaa8abd7a53c6fd5528e5152da859fae5891989b49e06 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:01.282Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:01.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-07T21:43:01.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-07T21:43:01.644Z] 732a4b8924c4: Preparing [2021-01-07T21:43:01.644Z] cca493617c43: Preparing [2021-01-07T21:43:01.644Z] 5188966b08c7: Preparing [2021-01-07T21:43:01.644Z] 732a4b8924c4: Layer already exists [2021-01-07T21:43:01.644Z] 5188966b08c7: Layer already exists [2021-01-07T21:43:01.644Z] cca493617c43: Layer already exists [2021-01-07T21:43:01.913Z] master: digest: sha256:2eb5d734a77aea0edffaaa8abd7a53c6fd5528e5152da859fae5891989b49e06 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:43:02.160Z] ===================================================== [Pipeline] echo [2021-01-07T21:43:02.217Z] taggedImages: [2021-01-07T21:43:02.217Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:02.217Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-07T21:43:02.217Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:02.217Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-07T21:43:02.309Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-07T21:43:02.309Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:02.309Z] 2.0.0-dev.33 [2021-01-07T21:43:02.309Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:02.309Z] master [2021-01-07T21:43:02.309Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:02.869Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:03.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:03.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-07T21:43:03.807Z] 82dcf7ca5703: Preparing [2021-01-07T21:43:03.807Z] 84e3983f7d24: Preparing [2021-01-07T21:43:03.807Z] 3edc7e70e42c: Preparing [2021-01-07T21:43:03.807Z] 70b2b914a862: Preparing [2021-01-07T21:43:03.807Z] 1a39d0026f78: Preparing [2021-01-07T21:43:03.807Z] 777b2c648970: Preparing [2021-01-07T21:43:03.807Z] 777b2c648970: Waiting [2021-01-07T21:43:04.088Z] 1a39d0026f78: Pushed [2021-01-07T21:43:04.088Z] 3edc7e70e42c: Pushed [2021-01-07T21:43:04.088Z] 82dcf7ca5703: Pushed [2021-01-07T21:43:04.354Z] 777b2c648970: Layer already exists [2021-01-07T21:43:04.354Z] 70b2b914a862: Pushed [2021-01-07T21:43:05.760Z] 84e3983f7d24: Pushed [2021-01-07T21:43:05.760Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:57d92fb4232fe49211324bd22cabbce7325efa8f36abd00ad9868803d3b32be9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:06.102Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:06.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-07T21:43:06.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-07T21:43:06.434Z] 82dcf7ca5703: Preparing [2021-01-07T21:43:06.434Z] 84e3983f7d24: Preparing [2021-01-07T21:43:06.434Z] 3edc7e70e42c: Preparing [2021-01-07T21:43:06.434Z] 70b2b914a862: Preparing [2021-01-07T21:43:06.434Z] 1a39d0026f78: Preparing [2021-01-07T21:43:06.434Z] 777b2c648970: Preparing [2021-01-07T21:43:06.434Z] 777b2c648970: Waiting [2021-01-07T21:43:06.434Z] 3edc7e70e42c: Layer already exists [2021-01-07T21:43:06.434Z] 1a39d0026f78: Layer already exists [2021-01-07T21:43:06.434Z] 70b2b914a862: Layer already exists [2021-01-07T21:43:06.434Z] 82dcf7ca5703: Layer already exists [2021-01-07T21:43:06.434Z] 84e3983f7d24: Layer already exists [2021-01-07T21:43:06.434Z] 777b2c648970: Layer already exists [2021-01-07T21:43:06.701Z] 2.0.0-dev.33: digest: sha256:57d92fb4232fe49211324bd22cabbce7325efa8f36abd00ad9868803d3b32be9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:07.066Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:07.451Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:07.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-07T21:43:07.451Z] 82dcf7ca5703: Preparing [2021-01-07T21:43:07.451Z] 84e3983f7d24: Preparing [2021-01-07T21:43:07.451Z] 3edc7e70e42c: Preparing [2021-01-07T21:43:07.451Z] 70b2b914a862: Preparing [2021-01-07T21:43:07.451Z] 1a39d0026f78: Preparing [2021-01-07T21:43:07.451Z] 777b2c648970: Preparing [2021-01-07T21:43:07.451Z] 777b2c648970: Waiting [2021-01-07T21:43:07.451Z] 1a39d0026f78: Layer already exists [2021-01-07T21:43:07.451Z] 70b2b914a862: Layer already exists [2021-01-07T21:43:07.451Z] 84e3983f7d24: Layer already exists [2021-01-07T21:43:07.451Z] 82dcf7ca5703: Layer already exists [2021-01-07T21:43:07.451Z] 3edc7e70e42c: Layer already exists [2021-01-07T21:43:07.451Z] 777b2c648970: Layer already exists [2021-01-07T21:43:07.741Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:57d92fb4232fe49211324bd22cabbce7325efa8f36abd00ad9868803d3b32be9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:08.109Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:08.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-07T21:43:08.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-07T21:43:08.503Z] 82dcf7ca5703: Preparing [2021-01-07T21:43:08.503Z] 84e3983f7d24: Preparing [2021-01-07T21:43:08.503Z] 3edc7e70e42c: Preparing [2021-01-07T21:43:08.503Z] 70b2b914a862: Preparing [2021-01-07T21:43:08.503Z] 1a39d0026f78: Preparing [2021-01-07T21:43:08.503Z] 777b2c648970: Preparing [2021-01-07T21:43:08.503Z] 777b2c648970: Waiting [2021-01-07T21:43:08.503Z] 82dcf7ca5703: Layer already exists [2021-01-07T21:43:08.503Z] 3edc7e70e42c: Layer already exists [2021-01-07T21:43:08.503Z] 84e3983f7d24: Layer already exists [2021-01-07T21:43:08.503Z] 1a39d0026f78: Layer already exists [2021-01-07T21:43:08.503Z] 70b2b914a862: Layer already exists [2021-01-07T21:43:08.503Z] 777b2c648970: Layer already exists [2021-01-07T21:43:08.766Z] master: digest: sha256:57d92fb4232fe49211324bd22cabbce7325efa8f36abd00ad9868803d3b32be9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:43:09.129Z] ===================================================== [Pipeline] echo [2021-01-07T21:43:09.182Z] taggedImages: [2021-01-07T21:43:09.182Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:09.182Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-07T21:43:09.182Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:09.182Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-07T21:43:09.262Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-07T21:43:09.262Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:09.262Z] 2.0.0-dev.33 [2021-01-07T21:43:09.262Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:09.262Z] master [2021-01-07T21:43:09.263Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:09.849Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:10.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:10.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-07T21:43:10.199Z] 6e6af0d9824a: Preparing [2021-01-07T21:43:10.199Z] c2a4035a1de8: Preparing [2021-01-07T21:43:10.199Z] 63b461b2823a: Preparing [2021-01-07T21:43:10.477Z] 6e6af0d9824a: Pushed [2021-01-07T21:43:10.477Z] 63b461b2823a: Pushed [2021-01-07T21:43:11.924Z] c2a4035a1de8: Pushed [2021-01-07T21:43:12.189Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:c79a3e5e25802199c8d6332a08dcd3f4ecc453b64881816d3753b7f891607d89 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:12.527Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:12.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-07T21:43:12.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-07T21:43:12.857Z] 6e6af0d9824a: Preparing [2021-01-07T21:43:12.857Z] c2a4035a1de8: Preparing [2021-01-07T21:43:12.857Z] 63b461b2823a: Preparing [2021-01-07T21:43:12.857Z] 6e6af0d9824a: Layer already exists [2021-01-07T21:43:12.857Z] 63b461b2823a: Layer already exists [2021-01-07T21:43:12.857Z] c2a4035a1de8: Layer already exists [2021-01-07T21:43:13.120Z] 2.0.0-dev.33: digest: sha256:c79a3e5e25802199c8d6332a08dcd3f4ecc453b64881816d3753b7f891607d89 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:13.467Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:13.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:13.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-07T21:43:13.807Z] 6e6af0d9824a: Preparing [2021-01-07T21:43:13.807Z] c2a4035a1de8: Preparing [2021-01-07T21:43:13.807Z] 63b461b2823a: Preparing [2021-01-07T21:43:13.807Z] 6e6af0d9824a: Layer already exists [2021-01-07T21:43:13.807Z] 63b461b2823a: Layer already exists [2021-01-07T21:43:13.807Z] c2a4035a1de8: Layer already exists [2021-01-07T21:43:14.072Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:c79a3e5e25802199c8d6332a08dcd3f4ecc453b64881816d3753b7f891607d89 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:14.419Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:14.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-07T21:43:14.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-07T21:43:14.750Z] 6e6af0d9824a: Preparing [2021-01-07T21:43:14.750Z] c2a4035a1de8: Preparing [2021-01-07T21:43:14.750Z] 63b461b2823a: Preparing [2021-01-07T21:43:14.750Z] 63b461b2823a: Layer already exists [2021-01-07T21:43:14.750Z] 6e6af0d9824a: Layer already exists [2021-01-07T21:43:14.750Z] c2a4035a1de8: Layer already exists [2021-01-07T21:43:15.017Z] master: digest: sha256:c79a3e5e25802199c8d6332a08dcd3f4ecc453b64881816d3753b7f891607d89 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:43:15.240Z] ===================================================== [Pipeline] echo [2021-01-07T21:43:15.297Z] taggedImages: [2021-01-07T21:43:15.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:15.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-07T21:43:15.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:15.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-07T21:43:15.379Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-07T21:43:15.379Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:15.379Z] 2.0.0-dev.33 [2021-01-07T21:43:15.379Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:15.379Z] master [2021-01-07T21:43:15.379Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:15.897Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:16.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:16.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-07T21:43:16.207Z] 91de919d5ad8: Preparing [2021-01-07T21:43:16.207Z] cc04e856c577: Preparing [2021-01-07T21:43:16.207Z] 9ab43292f545: Preparing [2021-01-07T21:43:16.207Z] 1dd56298cd6a: Preparing [2021-01-07T21:43:16.207Z] 0b5b3bc16f23: Preparing [2021-01-07T21:43:16.207Z] 75a1a143d8f8: Preparing [2021-01-07T21:43:16.207Z] 777b2c648970: Preparing [2021-01-07T21:43:16.207Z] 75a1a143d8f8: Waiting [2021-01-07T21:43:16.207Z] 777b2c648970: Waiting [2021-01-07T21:43:16.475Z] cc04e856c577: Pushed [2021-01-07T21:43:16.475Z] 9ab43292f545: Pushed [2021-01-07T21:43:16.475Z] 0b5b3bc16f23: Pushed [2021-01-07T21:43:16.475Z] 91de919d5ad8: Pushed [2021-01-07T21:43:16.475Z] 777b2c648970: Layer already exists [2021-01-07T21:43:17.083Z] 75a1a143d8f8: Pushed [2021-01-07T21:43:17.348Z] 1dd56298cd6a: Pushed [2021-01-07T21:43:17.614Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:b668787de6c501427a43a33fa6e6c47f2e0acb68fe171e4bb4cb0fab7440eead size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:18.206Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:18.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-07T21:43:18.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-07T21:43:18.525Z] 91de919d5ad8: Preparing [2021-01-07T21:43:18.525Z] cc04e856c577: Preparing [2021-01-07T21:43:18.525Z] 9ab43292f545: Preparing [2021-01-07T21:43:18.525Z] 1dd56298cd6a: Preparing [2021-01-07T21:43:18.525Z] 0b5b3bc16f23: Preparing [2021-01-07T21:43:18.525Z] 75a1a143d8f8: Preparing [2021-01-07T21:43:18.526Z] 777b2c648970: Preparing [2021-01-07T21:43:18.526Z] 75a1a143d8f8: Waiting [2021-01-07T21:43:18.526Z] 777b2c648970: Waiting [2021-01-07T21:43:18.526Z] 91de919d5ad8: Layer already exists [2021-01-07T21:43:18.526Z] 1dd56298cd6a: Layer already exists [2021-01-07T21:43:18.526Z] cc04e856c577: Layer already exists [2021-01-07T21:43:18.526Z] 9ab43292f545: Layer already exists [2021-01-07T21:43:18.526Z] 0b5b3bc16f23: Layer already exists [2021-01-07T21:43:18.526Z] 75a1a143d8f8: Layer already exists [2021-01-07T21:43:18.526Z] 777b2c648970: Layer already exists [2021-01-07T21:43:18.793Z] 2.0.0-dev.33: digest: sha256:b668787de6c501427a43a33fa6e6c47f2e0acb68fe171e4bb4cb0fab7440eead size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:19.128Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:19.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:19.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-07T21:43:19.479Z] 91de919d5ad8: Preparing [2021-01-07T21:43:19.479Z] cc04e856c577: Preparing [2021-01-07T21:43:19.479Z] 9ab43292f545: Preparing [2021-01-07T21:43:19.479Z] 1dd56298cd6a: Preparing [2021-01-07T21:43:19.479Z] 0b5b3bc16f23: Preparing [2021-01-07T21:43:19.479Z] 75a1a143d8f8: Preparing [2021-01-07T21:43:19.479Z] 777b2c648970: Preparing [2021-01-07T21:43:19.479Z] 75a1a143d8f8: Waiting [2021-01-07T21:43:19.479Z] 777b2c648970: Waiting [2021-01-07T21:43:19.479Z] 91de919d5ad8: Layer already exists [2021-01-07T21:43:19.479Z] 1dd56298cd6a: Layer already exists [2021-01-07T21:43:19.479Z] 9ab43292f545: Layer already exists [2021-01-07T21:43:19.479Z] cc04e856c577: Layer already exists [2021-01-07T21:43:19.479Z] 0b5b3bc16f23: Layer already exists [2021-01-07T21:43:19.479Z] 777b2c648970: Layer already exists [2021-01-07T21:43:19.479Z] 75a1a143d8f8: Layer already exists [2021-01-07T21:43:19.479Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:b668787de6c501427a43a33fa6e6c47f2e0acb68fe171e4bb4cb0fab7440eead size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:19.852Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:20.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-07T21:43:20.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-07T21:43:20.483Z] 91de919d5ad8: Preparing [2021-01-07T21:43:20.483Z] cc04e856c577: Preparing [2021-01-07T21:43:20.483Z] 9ab43292f545: Preparing [2021-01-07T21:43:20.483Z] 1dd56298cd6a: Preparing [2021-01-07T21:43:20.483Z] 0b5b3bc16f23: Preparing [2021-01-07T21:43:20.483Z] 75a1a143d8f8: Preparing [2021-01-07T21:43:20.483Z] 777b2c648970: Preparing [2021-01-07T21:43:20.483Z] 75a1a143d8f8: Waiting [2021-01-07T21:43:20.483Z] 777b2c648970: Waiting [2021-01-07T21:43:20.483Z] cc04e856c577: Layer already exists [2021-01-07T21:43:20.483Z] 9ab43292f545: Layer already exists [2021-01-07T21:43:20.483Z] 0b5b3bc16f23: Layer already exists [2021-01-07T21:43:20.483Z] 1dd56298cd6a: Layer already exists [2021-01-07T21:43:20.483Z] 91de919d5ad8: Layer already exists [2021-01-07T21:43:20.483Z] 777b2c648970: Layer already exists [2021-01-07T21:43:20.483Z] 75a1a143d8f8: Layer already exists [2021-01-07T21:43:20.483Z] master: digest: sha256:b668787de6c501427a43a33fa6e6c47f2e0acb68fe171e4bb4cb0fab7440eead size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:43:20.715Z] ===================================================== [Pipeline] echo [2021-01-07T21:43:20.769Z] taggedImages: [2021-01-07T21:43:20.769Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:20.769Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-07T21:43:20.769Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:20.769Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-07T21:43:20.869Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-07T21:43:20.869Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:20.869Z] 2.0.0-dev.33 [2021-01-07T21:43:20.869Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:20.869Z] master [2021-01-07T21:43:20.869Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:21.394Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:21.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:21.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-07T21:43:21.725Z] 3130abffc644: Preparing [2021-01-07T21:43:21.725Z] 495ad53c6c8f: Preparing [2021-01-07T21:43:21.725Z] 26faf9acd650: Preparing [2021-01-07T21:43:21.725Z] 72ab5c5ad405: Preparing [2021-01-07T21:43:21.725Z] 080501a0fd9e: Preparing [2021-01-07T21:43:21.725Z] 777b2c648970: Preparing [2021-01-07T21:43:21.725Z] 777b2c648970: Waiting [2021-01-07T21:43:22.007Z] 72ab5c5ad405: Pushed [2021-01-07T21:43:22.007Z] 26faf9acd650: Pushed [2021-01-07T21:43:22.296Z] 777b2c648970: Layer already exists [2021-01-07T21:43:22.296Z] 080501a0fd9e: Pushed [2021-01-07T21:43:23.309Z] 3130abffc644: Pushed [2021-01-07T21:43:23.309Z] 495ad53c6c8f: Pushed [2021-01-07T21:43:23.579Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:39cd6991713430f9564a01c7d70b2ece1d4799cbc362ece56a8061fa22a50a24 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:23.897Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:24.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-07T21:43:24.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-07T21:43:24.224Z] 3130abffc644: Preparing [2021-01-07T21:43:24.224Z] 495ad53c6c8f: Preparing [2021-01-07T21:43:24.224Z] 26faf9acd650: Preparing [2021-01-07T21:43:24.224Z] 72ab5c5ad405: Preparing [2021-01-07T21:43:24.224Z] 080501a0fd9e: Preparing [2021-01-07T21:43:24.224Z] 777b2c648970: Preparing [2021-01-07T21:43:24.224Z] 777b2c648970: Waiting [2021-01-07T21:43:24.224Z] 3130abffc644: Layer already exists [2021-01-07T21:43:24.224Z] 080501a0fd9e: Layer already exists [2021-01-07T21:43:24.224Z] 72ab5c5ad405: Layer already exists [2021-01-07T21:43:24.224Z] 495ad53c6c8f: Layer already exists [2021-01-07T21:43:24.224Z] 26faf9acd650: Layer already exists [2021-01-07T21:43:24.224Z] 777b2c648970: Layer already exists [2021-01-07T21:43:24.490Z] 2.0.0-dev.33: digest: sha256:39cd6991713430f9564a01c7d70b2ece1d4799cbc362ece56a8061fa22a50a24 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:24.808Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:25.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:25.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-07T21:43:25.122Z] 3130abffc644: Preparing [2021-01-07T21:43:25.122Z] 495ad53c6c8f: Preparing [2021-01-07T21:43:25.122Z] 26faf9acd650: Preparing [2021-01-07T21:43:25.122Z] 72ab5c5ad405: Preparing [2021-01-07T21:43:25.122Z] 080501a0fd9e: Preparing [2021-01-07T21:43:25.122Z] 777b2c648970: Preparing [2021-01-07T21:43:25.122Z] 777b2c648970: Waiting [2021-01-07T21:43:25.122Z] 72ab5c5ad405: Layer already exists [2021-01-07T21:43:25.122Z] 26faf9acd650: Layer already exists [2021-01-07T21:43:25.122Z] 3130abffc644: Layer already exists [2021-01-07T21:43:25.122Z] 080501a0fd9e: Layer already exists [2021-01-07T21:43:25.122Z] 495ad53c6c8f: Layer already exists [2021-01-07T21:43:25.122Z] 777b2c648970: Layer already exists [2021-01-07T21:43:25.391Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:39cd6991713430f9564a01c7d70b2ece1d4799cbc362ece56a8061fa22a50a24 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:25.719Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:26.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-07T21:43:26.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-07T21:43:26.072Z] 3130abffc644: Preparing [2021-01-07T21:43:26.072Z] 495ad53c6c8f: Preparing [2021-01-07T21:43:26.072Z] 26faf9acd650: Preparing [2021-01-07T21:43:26.072Z] 72ab5c5ad405: Preparing [2021-01-07T21:43:26.072Z] 080501a0fd9e: Preparing [2021-01-07T21:43:26.072Z] 777b2c648970: Preparing [2021-01-07T21:43:26.072Z] 777b2c648970: Waiting [2021-01-07T21:43:26.072Z] 495ad53c6c8f: Layer already exists [2021-01-07T21:43:26.072Z] 72ab5c5ad405: Layer already exists [2021-01-07T21:43:26.072Z] 080501a0fd9e: Layer already exists [2021-01-07T21:43:26.072Z] 3130abffc644: Layer already exists [2021-01-07T21:43:26.072Z] 26faf9acd650: Layer already exists [2021-01-07T21:43:26.072Z] 777b2c648970: Layer already exists [2021-01-07T21:43:26.346Z] master: digest: sha256:39cd6991713430f9564a01c7d70b2ece1d4799cbc362ece56a8061fa22a50a24 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:43:26.542Z] ===================================================== [Pipeline] echo [2021-01-07T21:43:26.589Z] taggedImages: [2021-01-07T21:43:26.589Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:26.589Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-07T21:43:26.589Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:26.589Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-07T21:43:26.658Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-07T21:43:26.658Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:26.658Z] 2.0.0-dev.33 [2021-01-07T21:43:26.658Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:26.658Z] master [2021-01-07T21:43:26.658Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:27.152Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:27.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:27.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-07T21:43:27.484Z] 3e69511eda1a: Preparing [2021-01-07T21:43:27.484Z] a73e61b1f8ea: Preparing [2021-01-07T21:43:27.484Z] 3abb9bc890ea: Preparing [2021-01-07T21:43:27.484Z] ceef6e5e7d93: Preparing [2021-01-07T21:43:27.484Z] e013d01383e4: Preparing [2021-01-07T21:43:27.484Z] f5d65364484d: Preparing [2021-01-07T21:43:27.484Z] 37acc57cd214: Preparing [2021-01-07T21:43:27.484Z] fb174ded93bb: Preparing [2021-01-07T21:43:27.484Z] 777b2c648970: Preparing [2021-01-07T21:43:27.484Z] f5d65364484d: Waiting [2021-01-07T21:43:27.484Z] 37acc57cd214: Waiting [2021-01-07T21:43:27.484Z] fb174ded93bb: Waiting [2021-01-07T21:43:27.484Z] 777b2c648970: Waiting [2021-01-07T21:43:27.888Z] e013d01383e4: Pushed [2021-01-07T21:43:27.888Z] 3e69511eda1a: Pushed [2021-01-07T21:43:27.888Z] a73e61b1f8ea: Pushed [2021-01-07T21:43:28.180Z] f5d65364484d: Pushed [2021-01-07T21:43:28.180Z] 777b2c648970: Layer already exists [2021-01-07T21:43:28.180Z] 37acc57cd214: Pushed [2021-01-07T21:43:29.190Z] fb174ded93bb: Pushed [2021-01-07T21:43:29.190Z] ceef6e5e7d93: Pushed [2021-01-07T21:43:29.190Z] 3abb9bc890ea: Pushed [2021-01-07T21:43:29.461Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:fb98726127ce1d19176549322a7e8f7dd68c364095fa428fc970dd28a6a1347b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:30.026Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:30.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-07T21:43:30.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-07T21:43:30.367Z] 3e69511eda1a: Preparing [2021-01-07T21:43:30.367Z] a73e61b1f8ea: Preparing [2021-01-07T21:43:30.367Z] 3abb9bc890ea: Preparing [2021-01-07T21:43:30.367Z] ceef6e5e7d93: Preparing [2021-01-07T21:43:30.367Z] e013d01383e4: Preparing [2021-01-07T21:43:30.367Z] f5d65364484d: Preparing [2021-01-07T21:43:30.367Z] 37acc57cd214: Preparing [2021-01-07T21:43:30.367Z] fb174ded93bb: Preparing [2021-01-07T21:43:30.367Z] 777b2c648970: Preparing [2021-01-07T21:43:30.367Z] f5d65364484d: Waiting [2021-01-07T21:43:30.367Z] 37acc57cd214: Waiting [2021-01-07T21:43:30.367Z] fb174ded93bb: Waiting [2021-01-07T21:43:30.367Z] 777b2c648970: Waiting [2021-01-07T21:43:30.367Z] e013d01383e4: Layer already exists [2021-01-07T21:43:30.367Z] 3abb9bc890ea: Layer already exists [2021-01-07T21:43:30.367Z] 3e69511eda1a: Layer already exists [2021-01-07T21:43:30.367Z] a73e61b1f8ea: Layer already exists [2021-01-07T21:43:30.367Z] ceef6e5e7d93: Layer already exists [2021-01-07T21:43:30.634Z] 777b2c648970: Layer already exists [2021-01-07T21:43:30.634Z] 37acc57cd214: Layer already exists [2021-01-07T21:43:30.634Z] f5d65364484d: Layer already exists [2021-01-07T21:43:30.634Z] fb174ded93bb: Layer already exists [2021-01-07T21:43:30.634Z] 2.0.0-dev.33: digest: sha256:fb98726127ce1d19176549322a7e8f7dd68c364095fa428fc970dd28a6a1347b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:30.973Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:31.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:31.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-07T21:43:31.301Z] 3e69511eda1a: Preparing [2021-01-07T21:43:31.301Z] a73e61b1f8ea: Preparing [2021-01-07T21:43:31.301Z] 3abb9bc890ea: Preparing [2021-01-07T21:43:31.301Z] ceef6e5e7d93: Preparing [2021-01-07T21:43:31.301Z] e013d01383e4: Preparing [2021-01-07T21:43:31.301Z] f5d65364484d: Preparing [2021-01-07T21:43:31.301Z] 37acc57cd214: Preparing [2021-01-07T21:43:31.301Z] fb174ded93bb: Preparing [2021-01-07T21:43:31.301Z] 777b2c648970: Preparing [2021-01-07T21:43:31.301Z] f5d65364484d: Waiting [2021-01-07T21:43:31.301Z] 37acc57cd214: Waiting [2021-01-07T21:43:31.301Z] fb174ded93bb: Waiting [2021-01-07T21:43:31.301Z] 777b2c648970: Waiting [2021-01-07T21:43:31.301Z] e013d01383e4: Layer already exists [2021-01-07T21:43:31.301Z] a73e61b1f8ea: Layer already exists [2021-01-07T21:43:31.301Z] 3e69511eda1a: Layer already exists [2021-01-07T21:43:31.301Z] 3abb9bc890ea: Layer already exists [2021-01-07T21:43:31.301Z] ceef6e5e7d93: Layer already exists [2021-01-07T21:43:31.301Z] f5d65364484d: Layer already exists [2021-01-07T21:43:31.301Z] 777b2c648970: Layer already exists [2021-01-07T21:43:31.301Z] 37acc57cd214: Layer already exists [2021-01-07T21:43:31.301Z] fb174ded93bb: Layer already exists [2021-01-07T21:43:31.301Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:fb98726127ce1d19176549322a7e8f7dd68c364095fa428fc970dd28a6a1347b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:31.893Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:32.219Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-07T21:43:32.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-07T21:43:32.219Z] 3e69511eda1a: Preparing [2021-01-07T21:43:32.219Z] a73e61b1f8ea: Preparing [2021-01-07T21:43:32.219Z] 3abb9bc890ea: Preparing [2021-01-07T21:43:32.219Z] ceef6e5e7d93: Preparing [2021-01-07T21:43:32.219Z] e013d01383e4: Preparing [2021-01-07T21:43:32.219Z] f5d65364484d: Preparing [2021-01-07T21:43:32.219Z] 37acc57cd214: Preparing [2021-01-07T21:43:32.219Z] fb174ded93bb: Preparing [2021-01-07T21:43:32.219Z] 777b2c648970: Preparing [2021-01-07T21:43:32.219Z] f5d65364484d: Waiting [2021-01-07T21:43:32.219Z] 37acc57cd214: Waiting [2021-01-07T21:43:32.219Z] fb174ded93bb: Waiting [2021-01-07T21:43:32.219Z] 777b2c648970: Waiting [2021-01-07T21:43:32.483Z] ceef6e5e7d93: Layer already exists [2021-01-07T21:43:32.483Z] a73e61b1f8ea: Layer already exists [2021-01-07T21:43:32.483Z] 3abb9bc890ea: Layer already exists [2021-01-07T21:43:32.483Z] 3e69511eda1a: Layer already exists [2021-01-07T21:43:32.483Z] e013d01383e4: Layer already exists [2021-01-07T21:43:32.483Z] f5d65364484d: Layer already exists [2021-01-07T21:43:32.483Z] fb174ded93bb: Layer already exists [2021-01-07T21:43:32.483Z] 777b2c648970: Layer already exists [2021-01-07T21:43:32.483Z] 37acc57cd214: Layer already exists [2021-01-07T21:43:32.483Z] master: digest: sha256:fb98726127ce1d19176549322a7e8f7dd68c364095fa428fc970dd28a6a1347b size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:43:32.696Z] ===================================================== [Pipeline] echo [2021-01-07T21:43:32.745Z] taggedImages: [2021-01-07T21:43:32.746Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:32.746Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-07T21:43:32.746Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:32.746Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-07T21:43:32.822Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-07T21:43:32.822Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:32.822Z] 2.0.0-dev.33 [2021-01-07T21:43:32.822Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:32.822Z] master [2021-01-07T21:43:32.822Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:33.319Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:33.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:33.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-07T21:43:33.650Z] 290d9430351e: Preparing [2021-01-07T21:43:33.650Z] 30ff139aeabf: Preparing [2021-01-07T21:43:33.650Z] aa2351e3b6da: Preparing [2021-01-07T21:43:33.650Z] 8f1ad26c1541: Preparing [2021-01-07T21:43:33.650Z] 43818513baec: Preparing [2021-01-07T21:43:33.650Z] b22df5fad07c: Preparing [2021-01-07T21:43:33.650Z] b22df5fad07c: Waiting [2021-01-07T21:43:33.915Z] Removing intermediate container c3fe65850f19 [2021-01-07T21:43:33.915Z] ---> 687deabee71b [2021-01-07T21:43:33.915Z] [2021-01-07T21:43:33.915Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T21:43:33.915Z] ---> afeebe901d6b [2021-01-07T21:43:33.915Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T21:43:33.915Z] ---> Using cache [2021-01-07T21:43:33.915Z] ---> d36f477e470a [2021-01-07T21:43:33.915Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T21:43:33.915Z] ---> Running in b38e12e3ad32 [2021-01-07T21:43:33.915Z] Removing intermediate container b38e12e3ad32 [2021-01-07T21:43:33.915Z] ---> d3aef207dcd2 [2021-01-07T21:43:33.915Z] Step 13/22 : WORKDIR / [2021-01-07T21:43:33.915Z] ---> Running in 24b9e1a88f51 [2021-01-07T21:43:33.915Z] Removing intermediate container 24b9e1a88f51 [2021-01-07T21:43:33.915Z] ---> 7c00815f862a [2021-01-07T21:43:33.915Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T21:43:33.915Z] ---> 883baccb4667 [2021-01-07T21:43:33.915Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T21:43:33.915Z] Removing intermediate container 591d8359045e [2021-01-07T21:43:33.915Z] ---> 4ea01f19cde6 [2021-01-07T21:43:33.915Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T21:43:33.915Z] ---> Running in 5c59ffc9a947 [2021-01-07T21:43:33.915Z] ---> ca51a5c5d7e3 [2021-01-07T21:43:33.915Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T21:43:33.915Z] ---> eb93bcd8357e [2021-01-07T21:43:33.915Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T21:43:33.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-07T21:43:33.915Z] ---> a10548cd9290 [2021-01-07T21:43:33.915Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T21:43:33.915Z] ---> Running in 1e2310434757 [2021-01-07T21:43:33.915Z] Removing intermediate container 1e2310434757 [2021-01-07T21:43:33.915Z] ---> d921bf161559 [2021-01-07T21:43:33.915Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T21:43:33.961Z] 290d9430351e: Pushed [2021-01-07T21:43:33.961Z] aa2351e3b6da: Pushed [2021-01-07T21:43:34.198Z] ---> Running in 880f7100e8c6 [2021-01-07T21:43:34.320Z] 8f1ad26c1541: Pushed [2021-01-07T21:43:34.320Z] 43818513baec: Pushed [2021-01-07T21:43:34.320Z] b22df5fad07c: Pushed [2021-01-07T21:43:34.477Z] Removing intermediate container 5c59ffc9a947 [2021-01-07T21:43:34.477Z] ---> 37dc0ec44baf [2021-01-07T21:43:34.477Z] [2021-01-07T21:43:34.477Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T21:43:34.779Z] 20.10.0: Pulling from library/docker [2021-01-07T21:43:34.779Z] Removing intermediate container 880f7100e8c6 [2021-01-07T21:43:34.779Z] ---> 5130ebd5e257 [2021-01-07T21:43:34.780Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T21:43:35.064Z] ---> Running in ade40f0517ca [2021-01-07T21:43:35.778Z] 30ff139aeabf: Pushed [2021-01-07T21:43:36.061Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:79fce1949b951e2e0edaa3b3180f958d10f4bf01f4fb510466acf5b044461048 size: 1573 [2021-01-07T21:43:36.067Z] Removing intermediate container ade40f0517ca [2021-01-07T21:43:36.067Z] ---> b7081dd3f67c [2021-01-07T21:43:36.067Z] Step 21/22 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:36.398Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:36.685Z] ---> Running in 79593a2d81a2 [2021-01-07T21:43:36.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-07T21:43:36.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-07T21:43:36.745Z] 290d9430351e: Preparing [2021-01-07T21:43:36.745Z] 30ff139aeabf: Preparing [2021-01-07T21:43:36.745Z] aa2351e3b6da: Preparing [2021-01-07T21:43:36.745Z] 8f1ad26c1541: Preparing [2021-01-07T21:43:36.745Z] 43818513baec: Preparing [2021-01-07T21:43:36.745Z] b22df5fad07c: Preparing [2021-01-07T21:43:36.745Z] b22df5fad07c: Waiting [2021-01-07T21:43:36.745Z] 43818513baec: Layer already exists [2021-01-07T21:43:36.745Z] aa2351e3b6da: Layer already exists [2021-01-07T21:43:36.745Z] 8f1ad26c1541: Layer already exists [2021-01-07T21:43:36.745Z] 290d9430351e: Layer already exists [2021-01-07T21:43:36.745Z] 30ff139aeabf: Layer already exists [2021-01-07T21:43:36.745Z] b22df5fad07c: Layer already exists [2021-01-07T21:43:36.745Z] 2.0.0-dev.33: digest: sha256:79fce1949b951e2e0edaa3b3180f958d10f4bf01f4fb510466acf5b044461048 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:37.068Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:37.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:37.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-07T21:43:37.405Z] 290d9430351e: Preparing [2021-01-07T21:43:37.405Z] 30ff139aeabf: Preparing [2021-01-07T21:43:37.405Z] aa2351e3b6da: Preparing [2021-01-07T21:43:37.405Z] 8f1ad26c1541: Preparing [2021-01-07T21:43:37.405Z] 43818513baec: Preparing [2021-01-07T21:43:37.405Z] b22df5fad07c: Preparing [2021-01-07T21:43:37.405Z] 30ff139aeabf: Layer already exists [2021-01-07T21:43:37.405Z] aa2351e3b6da: Layer already exists [2021-01-07T21:43:37.405Z] 290d9430351e: Layer already exists [2021-01-07T21:43:37.405Z] 43818513baec: Layer already exists [2021-01-07T21:43:37.405Z] 8f1ad26c1541: Layer already exists [2021-01-07T21:43:37.405Z] b22df5fad07c: Layer already exists [2021-01-07T21:43:37.405Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:79fce1949b951e2e0edaa3b3180f958d10f4bf01f4fb510466acf5b044461048 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:37.673Z] Removing intermediate container 79593a2d81a2 [2021-01-07T21:43:37.673Z] ---> e76627f5ca60 [2021-01-07T21:43:37.673Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T21:43:37.723Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:37.949Z] ---> Running in 6f712252fcb4 [2021-01-07T21:43:38.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-07T21:43:38.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-07T21:43:38.042Z] 290d9430351e: Preparing [2021-01-07T21:43:38.042Z] 30ff139aeabf: Preparing [2021-01-07T21:43:38.042Z] aa2351e3b6da: Preparing [2021-01-07T21:43:38.042Z] 8f1ad26c1541: Preparing [2021-01-07T21:43:38.042Z] 43818513baec: Preparing [2021-01-07T21:43:38.042Z] b22df5fad07c: Preparing [2021-01-07T21:43:38.042Z] b22df5fad07c: Waiting [2021-01-07T21:43:38.042Z] 290d9430351e: Layer already exists [2021-01-07T21:43:38.042Z] 30ff139aeabf: Layer already exists [2021-01-07T21:43:38.042Z] 8f1ad26c1541: Layer already exists [2021-01-07T21:43:38.042Z] aa2351e3b6da: Layer already exists [2021-01-07T21:43:38.042Z] 43818513baec: Layer already exists [2021-01-07T21:43:38.042Z] b22df5fad07c: Layer already exists [2021-01-07T21:43:38.042Z] master: digest: sha256:79fce1949b951e2e0edaa3b3180f958d10f4bf01f4fb510466acf5b044461048 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:43:38.502Z] ===================================================== [Pipeline] echo [2021-01-07T21:43:38.549Z] taggedImages: [2021-01-07T21:43:38.549Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:38.549Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-07T21:43:38.549Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:38.549Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-07T21:43:38.615Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-07T21:43:38.615Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:38.615Z] 2.0.0-dev.33 [2021-01-07T21:43:38.615Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:38.615Z] master [2021-01-07T21:43:38.615Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:39.178Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:39.409Z] Removing intermediate container 6f712252fcb4 [2021-01-07T21:43:39.409Z] ---> 5cf6c67a4e70 [2021-01-07T21:43:39.409Z] [2021-01-07T21:43:39.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:39.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-07T21:43:39.541Z] 84b31652d93e: Preparing [2021-01-07T21:43:39.541Z] 603d0f324b59: Preparing [2021-01-07T21:43:39.541Z] c87878e8bd13: Preparing [2021-01-07T21:43:39.687Z] Successfully built 5cf6c67a4e70 [2021-01-07T21:43:39.688Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-07T21:43:39.822Z] c87878e8bd13: Pushed [2021-01-07T21:43:39.822Z] 84b31652d93e: Pushed [2021-01-07T21:43:41.272Z] 603d0f324b59: Pushed [2021-01-07T21:43:41.272Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:c9d039dc8697c936f41a00d987c8f517d937fec5fa2418c2988060a1df521162 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:41.602Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:41.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-07T21:43:41.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-07T21:43:41.934Z] 84b31652d93e: Preparing [2021-01-07T21:43:41.934Z] 603d0f324b59: Preparing [2021-01-07T21:43:41.934Z] c87878e8bd13: Preparing [2021-01-07T21:43:41.934Z] c87878e8bd13: Layer already exists [2021-01-07T21:43:41.934Z] 84b31652d93e: Layer already exists [2021-01-07T21:43:41.934Z] 603d0f324b59: Layer already exists [2021-01-07T21:43:42.204Z] 2.0.0-dev.33: digest: sha256:c9d039dc8697c936f41a00d987c8f517d937fec5fa2418c2988060a1df521162 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:42.545Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:42.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:42.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-07T21:43:42.881Z] 84b31652d93e: Preparing [2021-01-07T21:43:42.881Z] 603d0f324b59: Preparing [2021-01-07T21:43:42.881Z] c87878e8bd13: Preparing [2021-01-07T21:43:43.144Z] 603d0f324b59: Layer already exists [2021-01-07T21:43:43.144Z] 84b31652d93e: Layer already exists [2021-01-07T21:43:43.144Z] c87878e8bd13: Layer already exists [2021-01-07T21:43:43.144Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:c9d039dc8697c936f41a00d987c8f517d937fec5fa2418c2988060a1df521162 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:43.580Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:43.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-07T21:43:43.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-07T21:43:43.901Z] 84b31652d93e: Preparing [2021-01-07T21:43:43.901Z] 603d0f324b59: Preparing [2021-01-07T21:43:43.901Z] c87878e8bd13: Preparing [2021-01-07T21:43:44.168Z] 603d0f324b59: Layer already exists [2021-01-07T21:43:44.168Z] 84b31652d93e: Layer already exists [2021-01-07T21:43:44.168Z] c87878e8bd13: Layer already exists [2021-01-07T21:43:44.168Z] master: digest: sha256:c9d039dc8697c936f41a00d987c8f517d937fec5fa2418c2988060a1df521162 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:43:44.607Z] ===================================================== [Pipeline] echo [2021-01-07T21:43:44.655Z] taggedImages: [2021-01-07T21:43:44.655Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:44.655Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-07T21:43:44.655Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:44.655Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-07T21:43:44.723Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-07T21:43:44.723Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:44.723Z] 2.0.0-dev.33 [2021-01-07T21:43:44.723Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:44.723Z] master [2021-01-07T21:43:44.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:45.234Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:45.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:45.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-07T21:43:45.576Z] 09102a332974: Preparing [2021-01-07T21:43:45.576Z] 644b5e353567: Preparing [2021-01-07T21:43:45.576Z] eab4d0cd5d2c: Preparing [2021-01-07T21:43:45.576Z] d1175519a203: Preparing [2021-01-07T21:43:45.576Z] b651de59a09c: Preparing [2021-01-07T21:43:45.576Z] be802fd04baf: Preparing [2021-01-07T21:43:45.576Z] 1e3bef855ce1: Preparing [2021-01-07T21:43:45.576Z] 0754057c0ad3: Preparing [2021-01-07T21:43:45.576Z] 998cdf262ab1: Preparing [2021-01-07T21:43:45.576Z] 02e56110abd2: Preparing [2021-01-07T21:43:45.576Z] abc36efb885a: Preparing [2021-01-07T21:43:45.576Z] b0b09059f4e1: Preparing [2021-01-07T21:43:45.576Z] bb961f40224b: Preparing [2021-01-07T21:43:45.576Z] f4666769fca7: Preparing [2021-01-07T21:43:45.576Z] 1e3bef855ce1: Waiting [2021-01-07T21:43:45.576Z] 0754057c0ad3: Waiting [2021-01-07T21:43:45.576Z] 998cdf262ab1: Waiting [2021-01-07T21:43:45.576Z] 02e56110abd2: Waiting [2021-01-07T21:43:45.576Z] abc36efb885a: Waiting [2021-01-07T21:43:45.576Z] b0b09059f4e1: Waiting [2021-01-07T21:43:45.576Z] bb961f40224b: Waiting [2021-01-07T21:43:45.576Z] f4666769fca7: Waiting [2021-01-07T21:43:45.576Z] be802fd04baf: Waiting [2021-01-07T21:43:45.857Z] b651de59a09c: Pushed [2021-01-07T21:43:46.180Z] 09102a332974: Pushed [2021-01-07T21:43:46.464Z] d1175519a203: Pushed [2021-01-07T21:43:46.464Z] 0754057c0ad3: Layer already exists [2021-01-07T21:43:46.464Z] 998cdf262ab1: Layer already exists [2021-01-07T21:43:46.766Z] 02e56110abd2: Layer already exists [2021-01-07T21:43:46.766Z] 1e3bef855ce1: Pushed [2021-01-07T21:43:46.766Z] 644b5e353567: Pushed [2021-01-07T21:43:46.766Z] abc36efb885a: Layer already exists [2021-01-07T21:43:46.766Z] b0b09059f4e1: Layer already exists [2021-01-07T21:43:46.766Z] bb961f40224b: Layer already exists [2021-01-07T21:43:46.766Z] f4666769fca7: Layer already exists [2021-01-07T21:43:47.359Z] be802fd04baf: Pushed [2021-01-07T21:43:47.978Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container b4b86d2bac19 [2021-01-07T21:43:47.978Z] ---> e8e4e192f375 [2021-01-07T21:43:47.978Z] [2021-01-07T21:43:47.978Z] Step 10/22 : FROM scratch [2021-01-07T21:43:47.978Z] ---> [2021-01-07T21:43:47.978Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:43:47.978Z] ---> Using cache [2021-01-07T21:43:47.978Z] ---> 675e2b645218 [2021-01-07T21:43:47.978Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-07T21:43:47.978Z] ---> Running in f4f1b192d7f3 [2021-01-07T21:43:48.251Z] Removing intermediate container f4f1b192d7f3 [2021-01-07T21:43:48.251Z] ---> 1d3ab3b0513d [2021-01-07T21:43:48.251Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T21:43:48.523Z] ---> Running in 0eda572751a4 [2021-01-07T21:43:48.798Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T21:43:48.798Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T21:43:48.798Z] ---> eeaf43b92773 [2021-01-07T21:43:48.798Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T21:43:49.072Z] ---> Running in 058de2f85a7e [2021-01-07T21:43:49.347Z] Removing intermediate container 0eda572751a4 [2021-01-07T21:43:49.347Z] ---> 26ba53f1dfd5 [2021-01-07T21:43:49.347Z] Step 14/22 : WORKDIR / [2021-01-07T21:43:49.347Z] ---> Running in 3413ca07c50a [2021-01-07T21:43:49.946Z] Removing intermediate container 3413ca07c50a [2021-01-07T21:43:49.946Z] ---> 3e8c194f8560 [2021-01-07T21:43:49.946Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T21:43:50.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:43:50.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:43:51.085Z] ---> c46555eef7d0 [2021-01-07T21:43:51.085Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T21:43:51.356Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T21:43:51.356Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T21:43:51.356Z] Executing bash-5.0.17-r0.post-install [2021-01-07T21:43:51.356Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:43:51.630Z] OK: 12 MiB in 22 packages [2021-01-07T21:43:53.071Z] Removing intermediate container 2412a8465d38 [2021-01-07T21:43:53.071Z] ---> 2f562ab05048 [2021-01-07T21:43:53.071Z] [2021-01-07T21:43:53.071Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T21:43:53.071Z] ---> afeebe901d6b [2021-01-07T21:43:53.071Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T21:43:53.071Z] ---> 4d7c4ba3ed07 [2021-01-07T21:43:53.071Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T21:43:53.071Z] ---> Running in 4e9bd391b686 [2021-01-07T21:43:53.343Z] Removing intermediate container 058de2f85a7e [2021-01-07T21:43:53.343Z] ---> 00e866e4bdef [2021-01-07T21:43:53.343Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T21:43:53.343Z] ---> Running in ea449c31c73b [2021-01-07T21:43:53.617Z] Removing intermediate container 4e9bd391b686 [2021-01-07T21:43:53.617Z] ---> 55d60b211fdf [2021-01-07T21:43:53.617Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-07T21:43:53.617Z] ---> 7aed597af6cc [2021-01-07T21:43:53.617Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-07T21:43:53.890Z] ---> Running in f5f92c6767c6 [2021-01-07T21:43:53.890Z] ---> Running in cfb23ad4ca7b [2021-01-07T21:43:53.890Z] Removing intermediate container ea449c31c73b [2021-01-07T21:43:53.890Z] ---> 0627184269a8 [2021-01-07T21:43:53.890Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T21:43:54.189Z] ---> Running in 4b366a38cb58 [2021-01-07T21:43:54.503Z] Removing intermediate container cfb23ad4ca7b [2021-01-07T21:43:54.503Z] ---> 63e6de87d272 [2021-01-07T21:43:54.503Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:43:54.503Z] Removing intermediate container f5f92c6767c6 [2021-01-07T21:43:54.503Z] ---> ac66d0c06279 [2021-01-07T21:43:54.503Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T21:43:54.503Z] ---> Running in 358aa608ecf0 [2021-01-07T21:43:54.503Z] ---> Running in 627d8abe5587 [2021-01-07T21:43:54.864Z] Removing intermediate container 4b366a38cb58 [2021-01-07T21:43:54.864Z] ---> a1cfe74f5991 [2021-01-07T21:43:54.864Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T21:43:54.864Z] ---> Running in 554b68c48315 [2021-01-07T21:43:55.152Z] Removing intermediate container 358aa608ecf0 [2021-01-07T21:43:55.152Z] ---> 57620a3c77b3 [2021-01-07T21:43:55.152Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T21:43:55.468Z] Removing intermediate container 627d8abe5587 [2021-01-07T21:43:55.468Z] ---> 9d6c9d342dda [2021-01-07T21:43:55.468Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T21:43:55.468Z] ---> Running in fb283496ba9b [2021-01-07T21:43:55.468Z] ---> Running in 9d9b244dfe49 [2021-01-07T21:43:55.468Z] Removing intermediate container 554b68c48315 [2021-01-07T21:43:55.468Z] ---> c0ff8373952c [2021-01-07T21:43:55.468Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T21:43:56.138Z] Removing intermediate container fb283496ba9b [2021-01-07T21:43:56.138Z] ---> e096382b8e53 [2021-01-07T21:43:56.138Z] Step 21/22 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:43:56.419Z] ---> Running in e33a8930833a [2021-01-07T21:43:57.014Z] Removing intermediate container e33a8930833a [2021-01-07T21:43:57.014Z] ---> f7f4c3054778 [2021-01-07T21:43:57.014Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T21:43:57.288Z] ---> 67d583aaf3b6 [2021-01-07T21:43:57.288Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T21:43:57.288Z] ---> Running in fc9b5ccdb6c2 [2021-01-07T21:43:57.472Z] eab4d0cd5d2c: Pushed [2021-01-07T21:43:57.472Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:b40381ad6700cb73823d317f7c57a7770b5adaa4ae66072a5e6edd9e1f5feeef size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:57.837Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-07T21:43:57.890Z] Removing intermediate container fc9b5ccdb6c2 [2021-01-07T21:43:57.890Z] ---> fbbadb93f7d8 [2021-01-07T21:43:57.890Z] [2021-01-07T21:43:58.163Z] ---> b5c3f8f4c5e7 [2021-01-07T21:43:58.163Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T21:43:58.435Z] Successfully built fbbadb93f7d8 [2021-01-07T21:43:58.435Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-07T21:43:58.435Z]  Building docker-core-metadata-go ... done Removing intermediate container 9d9b244dfe49 [2021-01-07T21:43:58.435Z] ---> c94c7ba5e571 [2021-01-07T21:43:58.435Z] Step 15/23 : RUN apk add --update --no-cache zeromq [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:58.709Z] ---> Running in f5ea2a7b24fb [2021-01-07T21:43:58.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-07T21:43:58.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-07T21:43:58.777Z] 09102a332974: Preparing [2021-01-07T21:43:58.777Z] 644b5e353567: Preparing [2021-01-07T21:43:58.777Z] eab4d0cd5d2c: Preparing [2021-01-07T21:43:58.777Z] d1175519a203: Preparing [2021-01-07T21:43:58.777Z] b651de59a09c: Preparing [2021-01-07T21:43:58.777Z] be802fd04baf: Preparing [2021-01-07T21:43:58.777Z] 1e3bef855ce1: Preparing [2021-01-07T21:43:58.777Z] 0754057c0ad3: Preparing [2021-01-07T21:43:58.777Z] 998cdf262ab1: Preparing [2021-01-07T21:43:58.777Z] 02e56110abd2: Preparing [2021-01-07T21:43:58.777Z] abc36efb885a: Preparing [2021-01-07T21:43:58.777Z] b0b09059f4e1: Preparing [2021-01-07T21:43:58.777Z] bb961f40224b: Preparing [2021-01-07T21:43:58.777Z] f4666769fca7: Preparing [2021-01-07T21:43:58.777Z] be802fd04baf: Waiting [2021-01-07T21:43:58.777Z] 1e3bef855ce1: Waiting [2021-01-07T21:43:58.777Z] 0754057c0ad3: Waiting [2021-01-07T21:43:58.777Z] 998cdf262ab1: Waiting [2021-01-07T21:43:58.777Z] 02e56110abd2: Waiting [2021-01-07T21:43:58.777Z] abc36efb885a: Waiting [2021-01-07T21:43:58.777Z] b0b09059f4e1: Waiting [2021-01-07T21:43:58.777Z] bb961f40224b: Waiting [2021-01-07T21:43:58.777Z] f4666769fca7: Waiting [2021-01-07T21:43:58.777Z] d1175519a203: Layer already exists [2021-01-07T21:43:58.777Z] b651de59a09c: Layer already exists [2021-01-07T21:43:58.777Z] eab4d0cd5d2c: Layer already exists [2021-01-07T21:43:58.777Z] 09102a332974: Layer already exists [2021-01-07T21:43:58.777Z] 644b5e353567: Layer already exists [2021-01-07T21:43:58.777Z] be802fd04baf: Layer already exists [2021-01-07T21:43:58.777Z] 1e3bef855ce1: Layer already exists [2021-01-07T21:43:58.777Z] 0754057c0ad3: Layer already exists [2021-01-07T21:43:58.777Z] 02e56110abd2: Layer already exists [2021-01-07T21:43:58.777Z] 998cdf262ab1: Layer already exists [2021-01-07T21:43:59.047Z] abc36efb885a: Layer already exists [2021-01-07T21:43:59.047Z] f4666769fca7: Layer already exists [2021-01-07T21:43:59.047Z] b0b09059f4e1: Layer already exists [2021-01-07T21:43:59.047Z] bb961f40224b: Layer already exists [2021-01-07T21:43:59.047Z] 2.0.0-dev.33: digest: sha256:b40381ad6700cb73823d317f7c57a7770b5adaa4ae66072a5e6edd9e1f5feeef size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:59.308Z] ---> b9f89197b9a8 [2021-01-07T21:43:59.308Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T21:43:59.308Z] ---> Running in f9e3123aa22e [2021-01-07T21:43:59.388Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:43:59.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:43:59.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:43:59.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-07T21:43:59.972Z] 09102a332974: Preparing [2021-01-07T21:43:59.972Z] 644b5e353567: Preparing [2021-01-07T21:43:59.972Z] eab4d0cd5d2c: Preparing [2021-01-07T21:43:59.972Z] d1175519a203: Preparing [2021-01-07T21:43:59.972Z] b651de59a09c: Preparing [2021-01-07T21:43:59.972Z] be802fd04baf: Preparing [2021-01-07T21:43:59.972Z] 1e3bef855ce1: Preparing [2021-01-07T21:43:59.972Z] 0754057c0ad3: Preparing [2021-01-07T21:43:59.972Z] 998cdf262ab1: Preparing [2021-01-07T21:43:59.972Z] 02e56110abd2: Preparing [2021-01-07T21:43:59.972Z] abc36efb885a: Preparing [2021-01-07T21:43:59.972Z] b0b09059f4e1: Preparing [2021-01-07T21:43:59.972Z] bb961f40224b: Preparing [2021-01-07T21:43:59.972Z] f4666769fca7: Preparing [2021-01-07T21:43:59.972Z] be802fd04baf: Waiting [2021-01-07T21:43:59.972Z] 1e3bef855ce1: Waiting [2021-01-07T21:43:59.972Z] 0754057c0ad3: Waiting [2021-01-07T21:43:59.972Z] 998cdf262ab1: Waiting [2021-01-07T21:43:59.972Z] 02e56110abd2: Waiting [2021-01-07T21:43:59.972Z] abc36efb885a: Waiting [2021-01-07T21:43:59.972Z] b0b09059f4e1: Waiting [2021-01-07T21:43:59.972Z] bb961f40224b: Waiting [2021-01-07T21:43:59.972Z] f4666769fca7: Waiting [2021-01-07T21:43:59.972Z] b651de59a09c: Layer already exists [2021-01-07T21:43:59.972Z] eab4d0cd5d2c: Layer already exists [2021-01-07T21:43:59.972Z] 09102a332974: Layer already exists [2021-01-07T21:43:59.972Z] 644b5e353567: Layer already exists [2021-01-07T21:44:00.236Z] d1175519a203: Layer already exists [2021-01-07T21:44:00.236Z] 0754057c0ad3: Layer already exists [2021-01-07T21:44:00.236Z] be802fd04baf: Layer already exists [2021-01-07T21:44:00.236Z] 998cdf262ab1: Layer already exists [2021-01-07T21:44:00.236Z] 1e3bef855ce1: Layer already exists [2021-01-07T21:44:00.236Z] 02e56110abd2: Layer already exists [2021-01-07T21:44:00.236Z] abc36efb885a: Layer already exists [2021-01-07T21:44:00.236Z] b0b09059f4e1: Layer already exists [2021-01-07T21:44:00.236Z] f4666769fca7: Layer already exists [2021-01-07T21:44:00.236Z] bb961f40224b: Layer already exists [2021-01-07T21:44:00.236Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:b40381ad6700cb73823d317f7c57a7770b5adaa4ae66072a5e6edd9e1f5feeef size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:44:00.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:44:00.568Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:44:00.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:44:00.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:44:00.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-07T21:44:00.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-07T21:44:00.903Z] 09102a332974: Preparing [2021-01-07T21:44:00.903Z] 644b5e353567: Preparing [2021-01-07T21:44:00.903Z] eab4d0cd5d2c: Preparing [2021-01-07T21:44:00.903Z] d1175519a203: Preparing [2021-01-07T21:44:00.903Z] b651de59a09c: Preparing [2021-01-07T21:44:00.903Z] be802fd04baf: Preparing [2021-01-07T21:44:00.903Z] 1e3bef855ce1: Preparing [2021-01-07T21:44:00.903Z] 0754057c0ad3: Preparing [2021-01-07T21:44:00.903Z] 998cdf262ab1: Preparing [2021-01-07T21:44:00.903Z] 02e56110abd2: Preparing [2021-01-07T21:44:00.903Z] abc36efb885a: Preparing [2021-01-07T21:44:00.903Z] b0b09059f4e1: Preparing [2021-01-07T21:44:00.903Z] bb961f40224b: Preparing [2021-01-07T21:44:00.903Z] f4666769fca7: Preparing [2021-01-07T21:44:00.903Z] be802fd04baf: Waiting [2021-01-07T21:44:00.903Z] 1e3bef855ce1: Waiting [2021-01-07T21:44:00.903Z] 0754057c0ad3: Waiting [2021-01-07T21:44:00.903Z] 998cdf262ab1: Waiting [2021-01-07T21:44:00.903Z] 02e56110abd2: Waiting [2021-01-07T21:44:00.903Z] abc36efb885a: Waiting [2021-01-07T21:44:00.903Z] b0b09059f4e1: Waiting [2021-01-07T21:44:00.903Z] bb961f40224b: Waiting [2021-01-07T21:44:00.903Z] f4666769fca7: Waiting [2021-01-07T21:44:00.903Z] 09102a332974: Layer already exists [2021-01-07T21:44:00.903Z] 644b5e353567: Layer already exists [2021-01-07T21:44:00.903Z] eab4d0cd5d2c: Layer already exists [2021-01-07T21:44:00.903Z] b651de59a09c: Layer already exists [2021-01-07T21:44:00.903Z] d1175519a203: Layer already exists [2021-01-07T21:44:01.168Z] 02e56110abd2: Layer already exists [2021-01-07T21:44:01.168Z] 998cdf262ab1: Layer already exists [2021-01-07T21:44:01.168Z] 0754057c0ad3: Layer already exists [2021-01-07T21:44:01.168Z] 1e3bef855ce1: Layer already exists [2021-01-07T21:44:01.168Z] be802fd04baf: Layer already exists [2021-01-07T21:44:01.168Z] abc36efb885a: Layer already exists [2021-01-07T21:44:01.168Z] b0b09059f4e1: Layer already exists [2021-01-07T21:44:01.168Z] f4666769fca7: Layer already exists [2021-01-07T21:44:01.168Z] bb961f40224b: Layer already exists [2021-01-07T21:44:01.168Z] master: digest: sha256:b40381ad6700cb73823d317f7c57a7770b5adaa4ae66072a5e6edd9e1f5feeef size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:44:01.371Z] ===================================================== [2021-01-07T21:44:01.378Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T21:44:01.378Z] (2/33) Installing expat (2.2.9-r1) [Pipeline] echo [2021-01-07T21:44:01.422Z] taggedImages: [2021-01-07T21:44:01.422Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:44:01.422Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-07T21:44:01.422Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:44:01.422Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-07T21:44:01.655Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T21:44:01.655Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T21:44:01.655Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T21:44:01.655Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T21:44:01.655Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-07T21:44:01.655Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [2021-01-07T21:44:01.930Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-07T21:44:01.930Z] (3/5) Installing libstdc++ (9.3.0-r2) [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-01-07T21:44:02.207Z] (4/5) Installing libzmq (4.3.3-r0) [Pipeline] } [2021-01-07T21:44:02.480Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-07T21:44:02.480Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:44:02.754Z] OK: 8 MiB in 19 packages [2021-01-07T21:44:03.732Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T21:44:03.732Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T21:44:03.732Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T21:44:03.732Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T21:44:03.732Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T21:44:04.002Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T21:44:04.002Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T21:44:04.002Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T21:44:04.002Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T21:44:04.276Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T21:44:04.276Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T21:44:04.276Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T21:44:04.276Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T21:44:04.276Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T21:44:04.276Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T21:44:04.276Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T21:44:04.276Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T21:44:04.276Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T21:44:04.548Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T21:44:04.548Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T21:44:04.548Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T21:44:04.548Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T21:44:04.548Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T21:44:04.548Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T21:44:04.548Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T21:44:04.548Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T21:44:04.820Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:44:04.820Z] OK: 71 MiB in 55 packages [2021-01-07T21:44:05.094Z] Removing intermediate container f5ea2a7b24fb [2021-01-07T21:44:05.094Z] ---> e3570e05d718 [2021-01-07T21:44:05.094Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T21:44:06.075Z] ---> 1214e5f27ee6 [2021-01-07T21:44:06.075Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T21:44:07.510Z] ---> 8ac71873238c [2021-01-07T21:44:07.510Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T21:44:08.493Z] ---> 91280ec1aef1 [2021-01-07T21:44:08.493Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T21:44:08.767Z] ---> Running in 4ae9494ac44c [2021-01-07T21:44:09.363Z] Removing intermediate container 4ae9494ac44c [2021-01-07T21:44:09.363Z] ---> 407980844d28 [2021-01-07T21:44:09.363Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:44:09.637Z] ---> Running in 86a1b7c2a3e4 [2021-01-07T21:44:10.232Z] Removing intermediate container 86a1b7c2a3e4 [2021-01-07T21:44:10.232Z] ---> b39a76cf3733 [2021-01-07T21:44:10.232Z] Step 21/23 : LABEL arch=arm64 [2021-01-07T21:44:10.503Z] ---> Running in ae5a52ae1165 [2021-01-07T21:44:10.778Z] Removing intermediate container f9e3123aa22e [2021-01-07T21:44:10.778Z] ---> fdd8e15171e8 [2021-01-07T21:44:10.778Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T21:44:10.778Z] ---> Running in 92fde622e0cb [2021-01-07T21:44:11.053Z] Removing intermediate container ae5a52ae1165 [2021-01-07T21:44:11.054Z] ---> 9d011efbfe32 [2021-01-07T21:44:11.054Z] Step 22/23 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:44:11.326Z] ---> Running in 01fe3142e643 [2021-01-07T21:44:11.925Z] Removing intermediate container 01fe3142e643 [2021-01-07T21:44:11.925Z] ---> e61633386cdf [2021-01-07T21:44:11.925Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-07T21:44:11.925Z] ---> Running in f21ff5c69703 [2021-01-07T21:44:12.522Z] Removing intermediate container f21ff5c69703 [2021-01-07T21:44:12.522Z] ---> 4e339cee5aa3 [2021-01-07T21:44:12.522Z] [2021-01-07T21:44:12.795Z] Successfully built 4e339cee5aa3 [2021-01-07T21:44:12.795Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-07T21:44:16.169Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-07T21:44:16.169Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T21:44:16.440Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T21:44:16.440Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T21:44:17.030Z] Collecting PyYAML<4,>=3.10 [2021-01-07T21:44:17.303Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T21:44:19.933Z] 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-07T21:44:20.204Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T21:44:20.204Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T21:44:22.169Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T21:44:22.169Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T21:44:22.758Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T21:44:22.758Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T21:44:23.349Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T21:44:23.349Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T21:44:25.326Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T21:44:25.326Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T21:44:27.295Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T21:44:27.295Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T21:44:28.265Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T21:44:28.265Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T21:44:28.537Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T21:44:28.537Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T21:44:28.809Z] Collecting idna<2.8,>=2.5 [2021-01-07T21:44:28.809Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-07T21:44:29.400Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T21:44:29.400Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T21:44:29.673Z] 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-07T21:44:29.673Z] 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-07T21:44:29.673Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T21:44:29.674Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T21:44:29.674Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T21:44:29.674Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T21:44:30.650Z] Installing collected packages: jsonschema, PyYAML, docopt, cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, texttable, docker-compose [2021-01-07T21:44:30.650Z] Running setup.py install for PyYAML: started [2021-01-07T21:44:33.262Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T21:44:33.262Z] Running setup.py install for docopt: started [2021-01-07T21:44:34.687Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T21:44:34.961Z] Attempting uninstall: idna [2021-01-07T21:44:34.961Z] Found existing installation: idna 2.9 [2021-01-07T21:44:34.961Z] Uninstalling idna-2.9: [2021-01-07T21:44:34.961Z] Successfully uninstalled idna-2.9 [2021-01-07T21:44:35.553Z] Attempting uninstall: urllib3 [2021-01-07T21:44:35.553Z] Found existing installation: urllib3 1.25.9 [2021-01-07T21:44:35.553Z] Uninstalling urllib3-1.25.9: [2021-01-07T21:44:35.826Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T21:44:36.419Z] Attempting uninstall: requests [2021-01-07T21:44:36.419Z] Found existing installation: requests 2.23.0 [2021-01-07T21:44:36.419Z] Uninstalling requests-2.23.0: [2021-01-07T21:44:36.419Z] Successfully uninstalled requests-2.23.0 [2021-01-07T21:44:37.390Z] Running setup.py install for dockerpty: started [2021-01-07T21:44:39.355Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-07T21:44:39.355Z] Running setup.py install for texttable: started [2021-01-07T21:44:41.320Z] Running setup.py install for texttable: finished with status 'done' [2021-01-07T21:44:41.913Z] 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-07T21:44:46.242Z] Removing intermediate container 92fde622e0cb [2021-01-07T21:44:46.242Z] ---> 8e21f5161ab2 [2021-01-07T21:44:46.242Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T21:44:46.242Z] ---> Running in 416b3f15ac45 [2021-01-07T21:44:46.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:44:46.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:44:47.464Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T21:44:47.464Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T21:44:47.464Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T21:44:47.464Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T21:44:47.464Z] OK: 71 MiB in 58 packages [2021-01-07T21:44:48.928Z] Removing intermediate container 416b3f15ac45 [2021-01-07T21:44:48.928Z] ---> 048b24a17973 [2021-01-07T21:44:48.928Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T21:44:48.928Z] ---> Running in c285628b46ce [2021-01-07T21:44:49.208Z] Removing intermediate container c285628b46ce [2021-01-07T21:44:49.208Z] ---> 915d4975e9bf [2021-01-07T21:44:49.208Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T21:44:49.482Z] ---> Running in 0a9b688079ee [2021-01-07T21:44:49.764Z] Removing intermediate container 0a9b688079ee [2021-01-07T21:44:49.764Z] ---> 912d3a364f82 [2021-01-07T21:44:49.764Z] Step 24/26 : LABEL arch=arm64 [2021-01-07T21:44:50.047Z] ---> Running in 2815cef5fda0 [2021-01-07T21:44:50.328Z] Removing intermediate container 2815cef5fda0 [2021-01-07T21:44:50.328Z] ---> fa55c4397e63 [2021-01-07T21:44:50.328Z] Step 25/26 : LABEL git_sha=6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:44:50.602Z] ---> Running in 63dfabd7abd4 [2021-01-07T21:44:51.192Z] Removing intermediate container 63dfabd7abd4 [2021-01-07T21:44:51.192Z] ---> b39f70fa6cee [2021-01-07T21:44:51.192Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-07T21:44:51.192Z] ---> Running in 4d6920c0e4de [2021-01-07T21:44:51.462Z] Removing intermediate container 4d6920c0e4de [2021-01-07T21:44:51.462Z] ---> 7319ec79db80 [2021-01-07T21:44:51.462Z] [2021-01-07T21:44:51.741Z] Successfully built 7319ec79db80 [2021-01-07T21:44:51.741Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-07T21:44:52.045Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-07T21:44:52.051Z] $ docker stop --time=1 0c3bcc7c18f6052c577b4ca757d376cc59cd1cb8faedbbb08c51ad10dc91b146 [2021-01-07T21:44:53.877Z] $ docker rm -f 0c3bcc7c18f6052c577b4ca757d376cc59cd1cb8faedbbb08c51ad10dc91b146 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T21:44:54.830Z] + docker images [2021-01-07T21:44:54.830Z] + grep docker [2021-01-07T21:44:55.109Z] docker-sys-mgmt-agent-go-arm64 latest 7319ec79db80 3 seconds ago 300MB [2021-01-07T21:44:55.109Z] docker-core-data-go-arm64 latest 4e339cee5aa3 42 seconds ago 21MB [2021-01-07T21:44:55.109Z] docker-core-metadata-go-arm64 latest fbbadb93f7d8 57 seconds ago 12.2MB [2021-01-07T21:44:55.109Z] docker-security-bootstrap-redis-go-arm64 latest 5cf6c67a4e70 About a minute ago 15.1MB [2021-01-07T21:44:55.109Z] docker-security-secretstore-setup-go-arm64 latest f5aaace77d62 3 minutes ago 23.4MB [2021-01-07T21:44:55.109Z] docker-security-proxy-setup-go-arm64 latest 6c46a04898b0 3 minutes ago 23.3MB [2021-01-07T21:44:55.109Z] docker-support-notifications-go-arm64 latest 5174f627fd78 3 minutes ago 11.4MB [2021-01-07T21:44:55.109Z] docker-core-command-go-arm64 latest 7b6963ae33ca 3 minutes ago 9.98MB [2021-01-07T21:44:55.109Z] docker-support-scheduler-go-arm64 latest e4abf733a9a8 3 minutes ago 10MB [2021-01-07T21:44:55.109Z] docker 20.10.0 eeaf43b92773 3 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-07T21:44:55.723Z] provisioning config files... [2021-01-07T21:44:55.775Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/281@tmp/config7271484184781515142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:44:56.176Z] ---> docker-login.sh [2021-01-07T21:44:56.176Z] nexus3.edgexfoundry.org:10001 [2021-01-07T21:44:56.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:44:56.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:44:56.742Z] Configure a credential helper to remove this warning. See [2021-01-07T21:44:56.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:44:56.742Z] [2021-01-07T21:44:56.742Z] Login Succeeded [2021-01-07T21:44:56.742Z] nexus3.edgexfoundry.org:10002 [2021-01-07T21:44:57.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:44:57.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:44:57.301Z] Configure a credential helper to remove this warning. See [2021-01-07T21:44:57.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:44:57.301Z] [2021-01-07T21:44:57.301Z] Login Succeeded [2021-01-07T21:44:57.301Z] nexus3.edgexfoundry.org:10003 [2021-01-07T21:44:57.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:44:57.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:44:57.884Z] Configure a credential helper to remove this warning. See [2021-01-07T21:44:57.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:44:57.884Z] [2021-01-07T21:44:57.884Z] Login Succeeded [2021-01-07T21:44:57.884Z] nexus3.edgexfoundry.org:10004 [2021-01-07T21:44:58.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:44:58.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:44:58.503Z] Configure a credential helper to remove this warning. See [2021-01-07T21:44:58.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:44:58.503Z] [2021-01-07T21:44:58.503Z] Login Succeeded [2021-01-07T21:44:58.503Z] docker.io [2021-01-07T21:44:58.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T21:44:59.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T21:44:59.386Z] Configure a credential helper to remove this warning. See [2021-01-07T21:44:59.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T21:44:59.386Z] [2021-01-07T21:44:59.386Z] Login Succeeded [2021-01-07T21:44:59.386Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T21:44:59.402Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:44:59.622Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-07T21:44:59.622Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:44:59.622Z] 2.0.0-dev.33 [2021-01-07T21:44:59.622Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:44:59.622Z] master [2021-01-07T21:44:59.622Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:00.157Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:00.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:00.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-07T21:45:00.496Z] 7308f7afa2e2: Preparing [2021-01-07T21:45:00.496Z] 1940fa2587bc: Preparing [2021-01-07T21:45:00.496Z] 1b638adedf0d: Preparing [2021-01-07T21:45:00.775Z] 7308f7afa2e2: Pushed [2021-01-07T21:45:00.775Z] 1b638adedf0d: Pushed [2021-01-07T21:45:03.451Z] 1940fa2587bc: Pushed [2021-01-07T21:45:03.725Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:e357224e44b8d06308cc39081e9e23022f2fa28d7f28aa421c2d8ac96e50b8cd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:04.097Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:04.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:04.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-07T21:45:04.436Z] 7308f7afa2e2: Preparing [2021-01-07T21:45:04.436Z] 1940fa2587bc: Preparing [2021-01-07T21:45:04.436Z] 1b638adedf0d: Preparing [2021-01-07T21:45:04.436Z] 1940fa2587bc: Layer already exists [2021-01-07T21:45:04.436Z] 7308f7afa2e2: Layer already exists [2021-01-07T21:45:04.436Z] 1b638adedf0d: Layer already exists [2021-01-07T21:45:04.712Z] 2.0.0-dev.33: digest: sha256:e357224e44b8d06308cc39081e9e23022f2fa28d7f28aa421c2d8ac96e50b8cd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:05.078Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:05.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:05.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-07T21:45:05.420Z] 7308f7afa2e2: Preparing [2021-01-07T21:45:05.420Z] 1940fa2587bc: Preparing [2021-01-07T21:45:05.420Z] 1b638adedf0d: Preparing [2021-01-07T21:45:05.420Z] 7308f7afa2e2: Layer already exists [2021-01-07T21:45:05.420Z] 1b638adedf0d: Layer already exists [2021-01-07T21:45:05.420Z] 1940fa2587bc: Layer already exists [2021-01-07T21:45:05.690Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:e357224e44b8d06308cc39081e9e23022f2fa28d7f28aa421c2d8ac96e50b8cd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:06.045Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:06.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-07T21:45:06.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-07T21:45:06.384Z] 7308f7afa2e2: Preparing [2021-01-07T21:45:06.384Z] 1940fa2587bc: Preparing [2021-01-07T21:45:06.384Z] 1b638adedf0d: Preparing [2021-01-07T21:45:06.384Z] 1b638adedf0d: Layer already exists [2021-01-07T21:45:06.384Z] 7308f7afa2e2: Layer already exists [2021-01-07T21:45:06.653Z] 1940fa2587bc: Layer already exists [2021-01-07T21:45:06.653Z] master: digest: sha256:e357224e44b8d06308cc39081e9e23022f2fa28d7f28aa421c2d8ac96e50b8cd size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:45:06.949Z] ===================================================== [Pipeline] echo [2021-01-07T21:45:07.006Z] taggedImages: [2021-01-07T21:45:07.006Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:07.006Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:07.006Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:07.006Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-07T21:45:07.084Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-07T21:45:07.084Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:07.084Z] 2.0.0-dev.33 [2021-01-07T21:45:07.084Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:07.084Z] master [2021-01-07T21:45:07.084Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:07.685Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:08.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:08.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-07T21:45:08.102Z] fd9f64cdf766: Preparing [2021-01-07T21:45:08.102Z] 2eb9c05d4c07: Preparing [2021-01-07T21:45:08.102Z] efe0465d4b88: Preparing [2021-01-07T21:45:08.102Z] 49098349a3c1: Preparing [2021-01-07T21:45:08.102Z] 798ea36b13ce: Preparing [2021-01-07T21:45:08.102Z] 379067d0cb53: Preparing [2021-01-07T21:45:08.102Z] 379067d0cb53: Waiting [2021-01-07T21:45:08.400Z] efe0465d4b88: Pushed [2021-01-07T21:45:08.400Z] fd9f64cdf766: Pushed [2021-01-07T21:45:08.400Z] 798ea36b13ce: Pushed [2021-01-07T21:45:08.400Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:09.031Z] 49098349a3c1: Pushed [2021-01-07T21:45:11.775Z] 2eb9c05d4c07: Pushed [2021-01-07T21:45:11.775Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:82cabb4573206fc79fbebb86e2de0d3417fe2ccdfd612446bcd2038bc2a5fe42 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:12.195Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:12.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:12.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-07T21:45:12.562Z] fd9f64cdf766: Preparing [2021-01-07T21:45:12.562Z] 2eb9c05d4c07: Preparing [2021-01-07T21:45:12.562Z] efe0465d4b88: Preparing [2021-01-07T21:45:12.562Z] 49098349a3c1: Preparing [2021-01-07T21:45:12.562Z] 798ea36b13ce: Preparing [2021-01-07T21:45:12.562Z] 379067d0cb53: Preparing [2021-01-07T21:45:12.562Z] 379067d0cb53: Waiting [2021-01-07T21:45:12.562Z] 49098349a3c1: Layer already exists [2021-01-07T21:45:12.562Z] efe0465d4b88: Layer already exists [2021-01-07T21:45:12.562Z] 2eb9c05d4c07: Layer already exists [2021-01-07T21:45:12.562Z] fd9f64cdf766: Layer already exists [2021-01-07T21:45:12.562Z] 798ea36b13ce: Layer already exists [2021-01-07T21:45:12.838Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:12.838Z] 2.0.0-dev.33: digest: sha256:82cabb4573206fc79fbebb86e2de0d3417fe2ccdfd612446bcd2038bc2a5fe42 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:13.191Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:13.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:13.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-07T21:45:13.558Z] fd9f64cdf766: Preparing [2021-01-07T21:45:13.558Z] 2eb9c05d4c07: Preparing [2021-01-07T21:45:13.558Z] efe0465d4b88: Preparing [2021-01-07T21:45:13.558Z] 49098349a3c1: Preparing [2021-01-07T21:45:13.558Z] 798ea36b13ce: Preparing [2021-01-07T21:45:13.558Z] 379067d0cb53: Preparing [2021-01-07T21:45:13.558Z] 379067d0cb53: Waiting [2021-01-07T21:45:13.558Z] efe0465d4b88: Layer already exists [2021-01-07T21:45:13.834Z] 798ea36b13ce: Layer already exists [2021-01-07T21:45:13.834Z] fd9f64cdf766: Layer already exists [2021-01-07T21:45:13.834Z] 2eb9c05d4c07: Layer already exists [2021-01-07T21:45:13.834Z] 49098349a3c1: Layer already exists [2021-01-07T21:45:13.834Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:13.834Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:82cabb4573206fc79fbebb86e2de0d3417fe2ccdfd612446bcd2038bc2a5fe42 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:14.204Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:14.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-07T21:45:14.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-07T21:45:14.550Z] fd9f64cdf766: Preparing [2021-01-07T21:45:14.550Z] 2eb9c05d4c07: Preparing [2021-01-07T21:45:14.550Z] efe0465d4b88: Preparing [2021-01-07T21:45:14.550Z] 49098349a3c1: Preparing [2021-01-07T21:45:14.550Z] 798ea36b13ce: Preparing [2021-01-07T21:45:14.550Z] 379067d0cb53: Preparing [2021-01-07T21:45:14.550Z] 379067d0cb53: Waiting [2021-01-07T21:45:14.831Z] 798ea36b13ce: Layer already exists [2021-01-07T21:45:14.831Z] fd9f64cdf766: Layer already exists [2021-01-07T21:45:14.831Z] 2eb9c05d4c07: Layer already exists [2021-01-07T21:45:14.831Z] efe0465d4b88: Layer already exists [2021-01-07T21:45:14.831Z] 49098349a3c1: Layer already exists [2021-01-07T21:45:14.831Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:14.831Z] master: digest: sha256:82cabb4573206fc79fbebb86e2de0d3417fe2ccdfd612446bcd2038bc2a5fe42 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:45:15.050Z] ===================================================== [Pipeline] echo [2021-01-07T21:45:15.101Z] taggedImages: [2021-01-07T21:45:15.101Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:15.101Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:15.101Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:15.101Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-07T21:45:15.231Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-07T21:45:15.231Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:15.231Z] 2.0.0-dev.33 [2021-01-07T21:45:15.231Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:15.231Z] master [2021-01-07T21:45:15.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:15.797Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:16.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:16.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-07T21:45:16.314Z] ae781c13168c: Preparing [2021-01-07T21:45:16.314Z] 1084e8a395e7: Preparing [2021-01-07T21:45:16.314Z] 92342f4e7cdd: Preparing [2021-01-07T21:45:16.610Z] 92342f4e7cdd: Pushed [2021-01-07T21:45:16.610Z] ae781c13168c: Pushed [2021-01-07T21:45:19.263Z] 1084e8a395e7: Pushed [2021-01-07T21:45:19.535Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:73b82d3cac385a5aa7b9c4083fde25e0124c18fa16730baed066f57a138f8b3f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:19.877Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:20.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:20.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-07T21:45:20.247Z] ae781c13168c: Preparing [2021-01-07T21:45:20.247Z] 1084e8a395e7: Preparing [2021-01-07T21:45:20.247Z] 92342f4e7cdd: Preparing [2021-01-07T21:45:20.247Z] 1084e8a395e7: Layer already exists [2021-01-07T21:45:20.247Z] ae781c13168c: Layer already exists [2021-01-07T21:45:20.247Z] 92342f4e7cdd: Layer already exists [2021-01-07T21:45:20.519Z] 2.0.0-dev.33: digest: sha256:73b82d3cac385a5aa7b9c4083fde25e0124c18fa16730baed066f57a138f8b3f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:20.891Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:21.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:21.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-07T21:45:21.309Z] ae781c13168c: Preparing [2021-01-07T21:45:21.309Z] 1084e8a395e7: Preparing [2021-01-07T21:45:21.309Z] 92342f4e7cdd: Preparing [2021-01-07T21:45:21.309Z] 92342f4e7cdd: Layer already exists [2021-01-07T21:45:21.309Z] ae781c13168c: Layer already exists [2021-01-07T21:45:21.309Z] 1084e8a395e7: Layer already exists [2021-01-07T21:45:21.618Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:73b82d3cac385a5aa7b9c4083fde25e0124c18fa16730baed066f57a138f8b3f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:22.117Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:22.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-07T21:45:22.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-07T21:45:22.504Z] ae781c13168c: Preparing [2021-01-07T21:45:22.504Z] 1084e8a395e7: Preparing [2021-01-07T21:45:22.504Z] 92342f4e7cdd: Preparing [2021-01-07T21:45:22.504Z] 1084e8a395e7: Layer already exists [2021-01-07T21:45:22.504Z] 92342f4e7cdd: Layer already exists [2021-01-07T21:45:22.504Z] ae781c13168c: Layer already exists [2021-01-07T21:45:22.786Z] master: digest: sha256:73b82d3cac385a5aa7b9c4083fde25e0124c18fa16730baed066f57a138f8b3f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:45:23.032Z] ===================================================== [Pipeline] echo [2021-01-07T21:45:23.085Z] taggedImages: [2021-01-07T21:45:23.085Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:23.085Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:23.085Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:23.085Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-07T21:45:23.149Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-07T21:45:23.149Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:23.149Z] 2.0.0-dev.33 [2021-01-07T21:45:23.149Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:23.149Z] master [2021-01-07T21:45:23.149Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:23.690Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:24.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:24.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-07T21:45:24.027Z] fac1cc308f62: Preparing [2021-01-07T21:45:24.027Z] 2d6f74f9cc23: Preparing [2021-01-07T21:45:24.027Z] dadc24203ea9: Preparing [2021-01-07T21:45:24.027Z] c8ccc98d8c0d: Preparing [2021-01-07T21:45:24.027Z] eb1af27e7f97: Preparing [2021-01-07T21:45:24.027Z] 294d7c70f7d8: Preparing [2021-01-07T21:45:24.027Z] 379067d0cb53: Preparing [2021-01-07T21:45:24.027Z] 294d7c70f7d8: Waiting [2021-01-07T21:45:24.027Z] 379067d0cb53: Waiting [2021-01-07T21:45:24.308Z] eb1af27e7f97: Pushed [2021-01-07T21:45:24.308Z] fac1cc308f62: Pushed [2021-01-07T21:45:24.308Z] 2d6f74f9cc23: Pushed [2021-01-07T21:45:24.308Z] dadc24203ea9: Pushed [2021-01-07T21:45:24.308Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:24.980Z] 294d7c70f7d8: Pushed [2021-01-07T21:45:26.545Z] c8ccc98d8c0d: Pushed [2021-01-07T21:45:26.545Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:9cc242992e95ad0f88edd020f05467a7d184566feadd6b2cd67025025350172c size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:26.957Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:27.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:27.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-07T21:45:27.335Z] fac1cc308f62: Preparing [2021-01-07T21:45:27.335Z] 2d6f74f9cc23: Preparing [2021-01-07T21:45:27.335Z] dadc24203ea9: Preparing [2021-01-07T21:45:27.335Z] c8ccc98d8c0d: Preparing [2021-01-07T21:45:27.335Z] eb1af27e7f97: Preparing [2021-01-07T21:45:27.335Z] 294d7c70f7d8: Preparing [2021-01-07T21:45:27.335Z] 379067d0cb53: Preparing [2021-01-07T21:45:27.335Z] 294d7c70f7d8: Waiting [2021-01-07T21:45:27.335Z] 379067d0cb53: Waiting [2021-01-07T21:45:27.335Z] c8ccc98d8c0d: Layer already exists [2021-01-07T21:45:27.335Z] eb1af27e7f97: Layer already exists [2021-01-07T21:45:27.335Z] fac1cc308f62: Layer already exists [2021-01-07T21:45:27.335Z] dadc24203ea9: Layer already exists [2021-01-07T21:45:27.335Z] 2d6f74f9cc23: Layer already exists [2021-01-07T21:45:27.605Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:27.605Z] 294d7c70f7d8: Layer already exists [2021-01-07T21:45:27.605Z] 2.0.0-dev.33: digest: sha256:9cc242992e95ad0f88edd020f05467a7d184566feadd6b2cd67025025350172c size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:27.944Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:28.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:28.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-07T21:45:28.278Z] fac1cc308f62: Preparing [2021-01-07T21:45:28.278Z] 2d6f74f9cc23: Preparing [2021-01-07T21:45:28.278Z] dadc24203ea9: Preparing [2021-01-07T21:45:28.278Z] c8ccc98d8c0d: Preparing [2021-01-07T21:45:28.278Z] eb1af27e7f97: Preparing [2021-01-07T21:45:28.278Z] 294d7c70f7d8: Preparing [2021-01-07T21:45:28.278Z] 379067d0cb53: Preparing [2021-01-07T21:45:28.278Z] 294d7c70f7d8: Waiting [2021-01-07T21:45:28.278Z] 379067d0cb53: Waiting [2021-01-07T21:45:28.278Z] fac1cc308f62: Layer already exists [2021-01-07T21:45:28.278Z] eb1af27e7f97: Layer already exists [2021-01-07T21:45:28.549Z] c8ccc98d8c0d: Layer already exists [2021-01-07T21:45:28.549Z] dadc24203ea9: Layer already exists [2021-01-07T21:45:28.549Z] 2d6f74f9cc23: Layer already exists [2021-01-07T21:45:28.549Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:28.549Z] 294d7c70f7d8: Layer already exists [2021-01-07T21:45:28.549Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:9cc242992e95ad0f88edd020f05467a7d184566feadd6b2cd67025025350172c size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:28.892Z] + 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-07T21:45:29.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-07T21:45:29.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-07T21:45:29.222Z] fac1cc308f62: Preparing [2021-01-07T21:45:29.222Z] 2d6f74f9cc23: Preparing [2021-01-07T21:45:29.222Z] dadc24203ea9: Preparing [2021-01-07T21:45:29.222Z] c8ccc98d8c0d: Preparing [2021-01-07T21:45:29.222Z] eb1af27e7f97: Preparing [2021-01-07T21:45:29.222Z] 294d7c70f7d8: Preparing [2021-01-07T21:45:29.222Z] 379067d0cb53: Preparing [2021-01-07T21:45:29.222Z] 294d7c70f7d8: Waiting [2021-01-07T21:45:29.222Z] 379067d0cb53: Waiting [2021-01-07T21:45:29.501Z] fac1cc308f62: Layer already exists [2021-01-07T21:45:29.501Z] 2d6f74f9cc23: Layer already exists [2021-01-07T21:45:29.501Z] dadc24203ea9: Layer already exists [2021-01-07T21:45:29.501Z] c8ccc98d8c0d: Layer already exists [2021-01-07T21:45:29.501Z] eb1af27e7f97: Layer already exists [2021-01-07T21:45:29.501Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:29.501Z] 294d7c70f7d8: Layer already exists [2021-01-07T21:45:29.501Z] master: digest: sha256:9cc242992e95ad0f88edd020f05467a7d184566feadd6b2cd67025025350172c size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:45:29.740Z] ===================================================== [Pipeline] echo [2021-01-07T21:45:29.793Z] taggedImages: [2021-01-07T21:45:29.793Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:29.793Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:29.793Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:29.793Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-07T21:45:29.864Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-07T21:45:29.864Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:29.864Z] 2.0.0-dev.33 [2021-01-07T21:45:29.864Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:29.864Z] master [2021-01-07T21:45:29.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:30.465Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:30.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:30.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-07T21:45:30.825Z] e694b69ffcb8: Preparing [2021-01-07T21:45:30.825Z] 96225917daab: Preparing [2021-01-07T21:45:30.825Z] e7e67a0cde9e: Preparing [2021-01-07T21:45:30.825Z] b46a60bf04b7: Preparing [2021-01-07T21:45:30.825Z] 4fc05c041346: Preparing [2021-01-07T21:45:30.825Z] 379067d0cb53: Preparing [2021-01-07T21:45:30.825Z] 379067d0cb53: Waiting [2021-01-07T21:45:31.109Z] b46a60bf04b7: Pushed [2021-01-07T21:45:31.109Z] e7e67a0cde9e: Pushed [2021-01-07T21:45:31.109Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:31.389Z] 4fc05c041346: Pushed [2021-01-07T21:45:33.388Z] e694b69ffcb8: Pushed [2021-01-07T21:45:33.388Z] 96225917daab: Pushed [2021-01-07T21:45:33.388Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:6cd16fcd5381b312a25f8b6b0f5ef5736a186c9e9d68225a4297e8ade1cb5740 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:33.726Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:34.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:34.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-07T21:45:34.067Z] e694b69ffcb8: Preparing [2021-01-07T21:45:34.067Z] 96225917daab: Preparing [2021-01-07T21:45:34.067Z] e7e67a0cde9e: Preparing [2021-01-07T21:45:34.067Z] b46a60bf04b7: Preparing [2021-01-07T21:45:34.067Z] 4fc05c041346: Preparing [2021-01-07T21:45:34.067Z] 379067d0cb53: Preparing [2021-01-07T21:45:34.067Z] 379067d0cb53: Waiting [2021-01-07T21:45:34.067Z] 96225917daab: Layer already exists [2021-01-07T21:45:34.067Z] e694b69ffcb8: Layer already exists [2021-01-07T21:45:34.067Z] e7e67a0cde9e: Layer already exists [2021-01-07T21:45:34.337Z] b46a60bf04b7: Layer already exists [2021-01-07T21:45:34.337Z] 4fc05c041346: Layer already exists [2021-01-07T21:45:34.337Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:34.337Z] 2.0.0-dev.33: digest: sha256:6cd16fcd5381b312a25f8b6b0f5ef5736a186c9e9d68225a4297e8ade1cb5740 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:34.680Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:35.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:35.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-07T21:45:35.060Z] e694b69ffcb8: Preparing [2021-01-07T21:45:35.060Z] 96225917daab: Preparing [2021-01-07T21:45:35.060Z] e7e67a0cde9e: Preparing [2021-01-07T21:45:35.060Z] b46a60bf04b7: Preparing [2021-01-07T21:45:35.060Z] 4fc05c041346: Preparing [2021-01-07T21:45:35.060Z] 379067d0cb53: Preparing [2021-01-07T21:45:35.060Z] 379067d0cb53: Waiting [2021-01-07T21:45:35.060Z] b46a60bf04b7: Layer already exists [2021-01-07T21:45:35.060Z] e7e67a0cde9e: Layer already exists [2021-01-07T21:45:35.060Z] e694b69ffcb8: Layer already exists [2021-01-07T21:45:35.060Z] 4fc05c041346: Layer already exists [2021-01-07T21:45:35.060Z] 96225917daab: Layer already exists [2021-01-07T21:45:35.330Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:35.330Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:6cd16fcd5381b312a25f8b6b0f5ef5736a186c9e9d68225a4297e8ade1cb5740 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:35.683Z] + 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-07T21:45:36.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-07T21:45:36.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-07T21:45:36.031Z] e694b69ffcb8: Preparing [2021-01-07T21:45:36.031Z] 96225917daab: Preparing [2021-01-07T21:45:36.031Z] e7e67a0cde9e: Preparing [2021-01-07T21:45:36.031Z] b46a60bf04b7: Preparing [2021-01-07T21:45:36.031Z] 4fc05c041346: Preparing [2021-01-07T21:45:36.031Z] 379067d0cb53: Preparing [2021-01-07T21:45:36.031Z] 379067d0cb53: Waiting [2021-01-07T21:45:36.300Z] 4fc05c041346: Layer already exists [2021-01-07T21:45:36.300Z] e7e67a0cde9e: Layer already exists [2021-01-07T21:45:36.300Z] e694b69ffcb8: Layer already exists [2021-01-07T21:45:36.300Z] b46a60bf04b7: Layer already exists [2021-01-07T21:45:36.300Z] 96225917daab: Layer already exists [2021-01-07T21:45:36.300Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:36.300Z] master: digest: sha256:6cd16fcd5381b312a25f8b6b0f5ef5736a186c9e9d68225a4297e8ade1cb5740 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:45:36.570Z] ===================================================== [Pipeline] echo [2021-01-07T21:45:36.617Z] taggedImages: [2021-01-07T21:45:36.617Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:36.617Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:36.617Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:36.617Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-07T21:45:36.681Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-07T21:45:36.681Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:36.681Z] 2.0.0-dev.33 [2021-01-07T21:45:36.681Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:36.681Z] master [2021-01-07T21:45:36.681Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:37.202Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:37.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:37.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-07T21:45:37.543Z] e8f3d3aabc0f: Preparing [2021-01-07T21:45:37.543Z] 751932652f1e: Preparing [2021-01-07T21:45:37.543Z] 13f3fd06e1e0: Preparing [2021-01-07T21:45:37.543Z] eb5c49db77b6: Preparing [2021-01-07T21:45:37.543Z] 57d3b81344d1: Preparing [2021-01-07T21:45:37.543Z] 5cf107be26ed: Preparing [2021-01-07T21:45:37.543Z] 8910a2432151: Preparing [2021-01-07T21:45:37.543Z] 294d7c70f7d8: Preparing [2021-01-07T21:45:37.543Z] 379067d0cb53: Preparing [2021-01-07T21:45:37.543Z] 5cf107be26ed: Waiting [2021-01-07T21:45:37.543Z] 8910a2432151: Waiting [2021-01-07T21:45:37.543Z] 294d7c70f7d8: Waiting [2021-01-07T21:45:37.543Z] 379067d0cb53: Waiting [2021-01-07T21:45:37.816Z] 751932652f1e: Pushed [2021-01-07T21:45:37.816Z] 57d3b81344d1: Pushed [2021-01-07T21:45:37.816Z] e8f3d3aabc0f: Pushed [2021-01-07T21:45:38.093Z] 294d7c70f7d8: Layer already exists [2021-01-07T21:45:38.093Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:38.093Z] 5cf107be26ed: Pushed [2021-01-07T21:45:38.093Z] 8910a2432151: Pushed [2021-01-07T21:45:40.057Z] eb5c49db77b6: Pushed [2021-01-07T21:45:40.057Z] 13f3fd06e1e0: Pushed [2021-01-07T21:45:40.057Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:dfe1a5c691f9cd99396cf7e39ace3855efe9aaebde73b7de5a9ec2fd8cc119b2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:40.400Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:40.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:40.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-07T21:45:40.738Z] e8f3d3aabc0f: Preparing [2021-01-07T21:45:40.738Z] 751932652f1e: Preparing [2021-01-07T21:45:40.738Z] 13f3fd06e1e0: Preparing [2021-01-07T21:45:40.738Z] eb5c49db77b6: Preparing [2021-01-07T21:45:40.738Z] 57d3b81344d1: Preparing [2021-01-07T21:45:40.738Z] 5cf107be26ed: Preparing [2021-01-07T21:45:40.738Z] 8910a2432151: Preparing [2021-01-07T21:45:40.738Z] 294d7c70f7d8: Preparing [2021-01-07T21:45:40.738Z] 379067d0cb53: Preparing [2021-01-07T21:45:40.738Z] 5cf107be26ed: Waiting [2021-01-07T21:45:40.738Z] 8910a2432151: Waiting [2021-01-07T21:45:40.738Z] 294d7c70f7d8: Waiting [2021-01-07T21:45:40.738Z] 379067d0cb53: Waiting [2021-01-07T21:45:40.738Z] 751932652f1e: Layer already exists [2021-01-07T21:45:40.738Z] e8f3d3aabc0f: Layer already exists [2021-01-07T21:45:40.738Z] 57d3b81344d1: Layer already exists [2021-01-07T21:45:40.738Z] 13f3fd06e1e0: Layer already exists [2021-01-07T21:45:40.738Z] eb5c49db77b6: Layer already exists [2021-01-07T21:45:41.010Z] 5cf107be26ed: Layer already exists [2021-01-07T21:45:41.010Z] 294d7c70f7d8: Layer already exists [2021-01-07T21:45:41.010Z] 8910a2432151: Layer already exists [2021-01-07T21:45:41.010Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:41.010Z] 2.0.0-dev.33: digest: sha256:dfe1a5c691f9cd99396cf7e39ace3855efe9aaebde73b7de5a9ec2fd8cc119b2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:41.350Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:41.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:41.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-07T21:45:41.685Z] e8f3d3aabc0f: Preparing [2021-01-07T21:45:41.685Z] 751932652f1e: Preparing [2021-01-07T21:45:41.685Z] 13f3fd06e1e0: Preparing [2021-01-07T21:45:41.685Z] eb5c49db77b6: Preparing [2021-01-07T21:45:41.685Z] 57d3b81344d1: Preparing [2021-01-07T21:45:41.685Z] 5cf107be26ed: Preparing [2021-01-07T21:45:41.685Z] 8910a2432151: Preparing [2021-01-07T21:45:41.685Z] 294d7c70f7d8: Preparing [2021-01-07T21:45:41.685Z] 379067d0cb53: Preparing [2021-01-07T21:45:41.685Z] 5cf107be26ed: Waiting [2021-01-07T21:45:41.685Z] 8910a2432151: Waiting [2021-01-07T21:45:41.685Z] 294d7c70f7d8: Waiting [2021-01-07T21:45:41.685Z] 379067d0cb53: Waiting [2021-01-07T21:45:41.957Z] 751932652f1e: Layer already exists [2021-01-07T21:45:41.957Z] e8f3d3aabc0f: Layer already exists [2021-01-07T21:45:41.957Z] 57d3b81344d1: Layer already exists [2021-01-07T21:45:41.957Z] 13f3fd06e1e0: Layer already exists [2021-01-07T21:45:41.957Z] eb5c49db77b6: Layer already exists [2021-01-07T21:45:41.957Z] 8910a2432151: Layer already exists [2021-01-07T21:45:41.957Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:41.957Z] 5cf107be26ed: Layer already exists [2021-01-07T21:45:41.957Z] 294d7c70f7d8: Layer already exists [2021-01-07T21:45:41.957Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:dfe1a5c691f9cd99396cf7e39ace3855efe9aaebde73b7de5a9ec2fd8cc119b2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:42.298Z] + 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-07T21:45:42.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-07T21:45:42.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-07T21:45:42.635Z] e8f3d3aabc0f: Preparing [2021-01-07T21:45:42.635Z] 751932652f1e: Preparing [2021-01-07T21:45:42.635Z] 13f3fd06e1e0: Preparing [2021-01-07T21:45:42.635Z] eb5c49db77b6: Preparing [2021-01-07T21:45:42.635Z] 57d3b81344d1: Preparing [2021-01-07T21:45:42.635Z] 5cf107be26ed: Preparing [2021-01-07T21:45:42.635Z] 8910a2432151: Preparing [2021-01-07T21:45:42.635Z] 294d7c70f7d8: Preparing [2021-01-07T21:45:42.635Z] 379067d0cb53: Preparing [2021-01-07T21:45:42.635Z] 8910a2432151: Waiting [2021-01-07T21:45:42.635Z] 294d7c70f7d8: Waiting [2021-01-07T21:45:42.635Z] 379067d0cb53: Waiting [2021-01-07T21:45:42.635Z] 5cf107be26ed: Waiting [2021-01-07T21:45:42.635Z] e8f3d3aabc0f: Layer already exists [2021-01-07T21:45:42.635Z] 13f3fd06e1e0: Layer already exists [2021-01-07T21:45:42.635Z] 57d3b81344d1: Layer already exists [2021-01-07T21:45:42.635Z] eb5c49db77b6: Layer already exists [2021-01-07T21:45:42.905Z] 751932652f1e: Layer already exists [2021-01-07T21:45:42.905Z] 8910a2432151: Layer already exists [2021-01-07T21:45:42.905Z] 5cf107be26ed: Layer already exists [2021-01-07T21:45:42.905Z] 379067d0cb53: Layer already exists [2021-01-07T21:45:42.905Z] 294d7c70f7d8: Layer already exists [2021-01-07T21:45:42.905Z] master: digest: sha256:dfe1a5c691f9cd99396cf7e39ace3855efe9aaebde73b7de5a9ec2fd8cc119b2 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:45:43.122Z] ===================================================== [Pipeline] echo [2021-01-07T21:45:43.171Z] taggedImages: [2021-01-07T21:45:43.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:43.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:43.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:43.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-07T21:45:43.243Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-07T21:45:43.243Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:43.243Z] 2.0.0-dev.33 [2021-01-07T21:45:43.243Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:43.243Z] master [2021-01-07T21:45:43.243Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:43.755Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:44.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:44.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-07T21:45:44.089Z] 0d7049c7b926: Preparing [2021-01-07T21:45:44.089Z] 5d6fa01787dd: Preparing [2021-01-07T21:45:44.089Z] 9611cb1f2aa6: Preparing [2021-01-07T21:45:44.089Z] 49c9d36b37e2: Preparing [2021-01-07T21:45:44.089Z] a343b17e1a79: Preparing [2021-01-07T21:45:44.089Z] 5286f336345d: Preparing [2021-01-07T21:45:44.089Z] 5286f336345d: Waiting [2021-01-07T21:45:44.368Z] 9611cb1f2aa6: Pushed [2021-01-07T21:45:44.368Z] 0d7049c7b926: Pushed [2021-01-07T21:45:44.641Z] a343b17e1a79: Pushed [2021-01-07T21:45:44.641Z] 49c9d36b37e2: Pushed [2021-01-07T21:45:44.912Z] 5286f336345d: Pushed [2021-01-07T21:45:46.875Z] 5d6fa01787dd: Pushed [2021-01-07T21:45:46.876Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:d54ad2122adfe75a5dee56a014bc87dc91fcc435016236d8cea5677015d31e43 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:47.216Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:47.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:47.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-07T21:45:47.548Z] 0d7049c7b926: Preparing [2021-01-07T21:45:47.548Z] 5d6fa01787dd: Preparing [2021-01-07T21:45:47.548Z] 9611cb1f2aa6: Preparing [2021-01-07T21:45:47.548Z] 49c9d36b37e2: Preparing [2021-01-07T21:45:47.548Z] a343b17e1a79: Preparing [2021-01-07T21:45:47.548Z] 5286f336345d: Preparing [2021-01-07T21:45:47.548Z] 5286f336345d: Waiting [2021-01-07T21:45:47.548Z] a343b17e1a79: Layer already exists [2021-01-07T21:45:47.548Z] 9611cb1f2aa6: Layer already exists [2021-01-07T21:45:47.548Z] 0d7049c7b926: Layer already exists [2021-01-07T21:45:47.818Z] 49c9d36b37e2: Layer already exists [2021-01-07T21:45:47.819Z] 5d6fa01787dd: Layer already exists [2021-01-07T21:45:47.819Z] 5286f336345d: Layer already exists [2021-01-07T21:45:47.819Z] 2.0.0-dev.33: digest: sha256:d54ad2122adfe75a5dee56a014bc87dc91fcc435016236d8cea5677015d31e43 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:48.161Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:48.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:48.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-07T21:45:48.537Z] 0d7049c7b926: Preparing [2021-01-07T21:45:48.537Z] 5d6fa01787dd: Preparing [2021-01-07T21:45:48.537Z] 9611cb1f2aa6: Preparing [2021-01-07T21:45:48.537Z] 49c9d36b37e2: Preparing [2021-01-07T21:45:48.537Z] a343b17e1a79: Preparing [2021-01-07T21:45:48.537Z] 5286f336345d: Preparing [2021-01-07T21:45:48.537Z] 5286f336345d: Waiting [2021-01-07T21:45:48.537Z] a343b17e1a79: Layer already exists [2021-01-07T21:45:48.537Z] 49c9d36b37e2: Layer already exists [2021-01-07T21:45:48.537Z] 5d6fa01787dd: Layer already exists [2021-01-07T21:45:48.537Z] 9611cb1f2aa6: Layer already exists [2021-01-07T21:45:48.537Z] 0d7049c7b926: Layer already exists [2021-01-07T21:45:48.810Z] 5286f336345d: Layer already exists [2021-01-07T21:45:48.810Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:d54ad2122adfe75a5dee56a014bc87dc91fcc435016236d8cea5677015d31e43 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:49.159Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:49.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-07T21:45:49.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-07T21:45:49.510Z] 0d7049c7b926: Preparing [2021-01-07T21:45:49.510Z] 5d6fa01787dd: Preparing [2021-01-07T21:45:49.510Z] 9611cb1f2aa6: Preparing [2021-01-07T21:45:49.510Z] 49c9d36b37e2: Preparing [2021-01-07T21:45:49.510Z] a343b17e1a79: Preparing [2021-01-07T21:45:49.510Z] 5286f336345d: Preparing [2021-01-07T21:45:49.510Z] 5286f336345d: Waiting [2021-01-07T21:45:49.510Z] 0d7049c7b926: Layer already exists [2021-01-07T21:45:49.510Z] 9611cb1f2aa6: Layer already exists [2021-01-07T21:45:49.510Z] 49c9d36b37e2: Layer already exists [2021-01-07T21:45:49.784Z] a343b17e1a79: Layer already exists [2021-01-07T21:45:49.784Z] 5d6fa01787dd: Layer already exists [2021-01-07T21:45:49.784Z] 5286f336345d: Layer already exists [2021-01-07T21:45:49.784Z] master: digest: sha256:d54ad2122adfe75a5dee56a014bc87dc91fcc435016236d8cea5677015d31e43 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:45:49.981Z] ===================================================== [Pipeline] echo [2021-01-07T21:45:50.040Z] taggedImages: [2021-01-07T21:45:50.040Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:50.040Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:50.040Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:50.040Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-07T21:45:50.137Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-07T21:45:50.137Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:50.137Z] 2.0.0-dev.33 [2021-01-07T21:45:50.137Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:50.137Z] master [2021-01-07T21:45:50.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:50.720Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:51.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:51.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-07T21:45:51.133Z] c844910e3590: Preparing [2021-01-07T21:45:51.133Z] c14cabd53089: Preparing [2021-01-07T21:45:51.133Z] 8ae23a1601b3: Preparing [2021-01-07T21:45:51.421Z] 8ae23a1601b3: Pushed [2021-01-07T21:45:51.421Z] c844910e3590: Pushed [2021-01-07T21:45:54.078Z] c14cabd53089: Pushed [2021-01-07T21:45:54.078Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:c5c3a44d0f9790fbaec4b492941016e16fff1b1970d6e81d84a662f1eaaf2dc0 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:54.424Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:54.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:54.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-07T21:45:54.832Z] c844910e3590: Preparing [2021-01-07T21:45:54.832Z] c14cabd53089: Preparing [2021-01-07T21:45:54.832Z] 8ae23a1601b3: Preparing [2021-01-07T21:45:54.832Z] c14cabd53089: Layer already exists [2021-01-07T21:45:54.832Z] c844910e3590: Layer already exists [2021-01-07T21:45:54.832Z] 8ae23a1601b3: Layer already exists [2021-01-07T21:45:55.130Z] 2.0.0-dev.33: digest: sha256:c5c3a44d0f9790fbaec4b492941016e16fff1b1970d6e81d84a662f1eaaf2dc0 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:55.528Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:55.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:55.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-07T21:45:55.912Z] c844910e3590: Preparing [2021-01-07T21:45:55.912Z] c14cabd53089: Preparing [2021-01-07T21:45:55.912Z] 8ae23a1601b3: Preparing [2021-01-07T21:45:55.912Z] 8ae23a1601b3: Layer already exists [2021-01-07T21:45:55.912Z] c14cabd53089: Layer already exists [2021-01-07T21:45:55.912Z] c844910e3590: Layer already exists [2021-01-07T21:45:56.198Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:c5c3a44d0f9790fbaec4b492941016e16fff1b1970d6e81d84a662f1eaaf2dc0 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:56.627Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:57.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-07T21:45:57.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-07T21:45:57.025Z] c844910e3590: Preparing [2021-01-07T21:45:57.025Z] c14cabd53089: Preparing [2021-01-07T21:45:57.025Z] 8ae23a1601b3: Preparing [2021-01-07T21:45:57.025Z] c844910e3590: Layer already exists [2021-01-07T21:45:57.025Z] 8ae23a1601b3: Layer already exists [2021-01-07T21:45:57.025Z] c14cabd53089: Layer already exists [2021-01-07T21:45:57.319Z] master: digest: sha256:c5c3a44d0f9790fbaec4b492941016e16fff1b1970d6e81d84a662f1eaaf2dc0 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:45:57.550Z] ===================================================== [Pipeline] echo [2021-01-07T21:45:57.615Z] taggedImages: [2021-01-07T21:45:57.616Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:57.616Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-07T21:45:57.616Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:57.616Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-07T21:45:57.676Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-07T21:45:57.676Z] 6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:57.676Z] 2.0.0-dev.33 [2021-01-07T21:45:57.676Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:45:57.676Z] master [2021-01-07T21:45:57.676Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:58.226Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:45:58.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:45:58.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-07T21:45:58.596Z] d268f367fc5a: Preparing [2021-01-07T21:45:58.596Z] 1e3af892baff: Preparing [2021-01-07T21:45:58.596Z] ad16ac6a2073: Preparing [2021-01-07T21:45:58.596Z] c2633503f057: Preparing [2021-01-07T21:45:58.596Z] 2824bead4544: Preparing [2021-01-07T21:45:58.596Z] 8ee0041d06f9: Preparing [2021-01-07T21:45:58.596Z] cfdf426f33ed: Preparing [2021-01-07T21:45:58.596Z] 9ded3b6bb9b5: Preparing [2021-01-07T21:45:58.596Z] fa1afe8e6ed9: Preparing [2021-01-07T21:45:58.596Z] 87a09b4c083e: Preparing [2021-01-07T21:45:58.596Z] 0f74e9ff2a61: Preparing [2021-01-07T21:45:58.596Z] b122376c33c6: Preparing [2021-01-07T21:45:58.596Z] f8381ed47b22: Preparing [2021-01-07T21:45:58.596Z] e934a737d657: Preparing [2021-01-07T21:45:58.596Z] 9ded3b6bb9b5: Waiting [2021-01-07T21:45:58.596Z] fa1afe8e6ed9: Waiting [2021-01-07T21:45:58.596Z] 87a09b4c083e: Waiting [2021-01-07T21:45:58.596Z] 0f74e9ff2a61: Waiting [2021-01-07T21:45:58.596Z] b122376c33c6: Waiting [2021-01-07T21:45:58.596Z] f8381ed47b22: Waiting [2021-01-07T21:45:58.596Z] e934a737d657: Waiting [2021-01-07T21:45:58.596Z] 8ee0041d06f9: Waiting [2021-01-07T21:45:58.596Z] cfdf426f33ed: Waiting [2021-01-07T21:45:59.190Z] 2824bead4544: Pushed [2021-01-07T21:45:59.466Z] d268f367fc5a: Pushed [2021-01-07T21:45:59.739Z] c2633503f057: Pushed [2021-01-07T21:46:00.011Z] 9ded3b6bb9b5: Layer already exists [2021-01-07T21:46:00.011Z] fa1afe8e6ed9: Layer already exists [2021-01-07T21:46:00.011Z] 87a09b4c083e: Layer already exists [2021-01-07T21:46:00.011Z] 0f74e9ff2a61: Layer already exists [2021-01-07T21:46:00.011Z] cfdf426f33ed: Pushed [2021-01-07T21:46:00.011Z] b122376c33c6: Layer already exists [2021-01-07T21:46:00.011Z] f8381ed47b22: Layer already exists [2021-01-07T21:46:00.011Z] e934a737d657: Layer already exists [2021-01-07T21:46:00.607Z] 1e3af892baff: Pushed [2021-01-07T21:46:01.603Z] 8ee0041d06f9: Pushed [2021-01-07T21:46:11.734Z] ad16ac6a2073: Pushed [2021-01-07T21:46:11.734Z] 6aacc02e765899b5f00a422c0b56178915ca79e6: digest: sha256:d2e8f2cae98f5a95e8e5b5ad974b3918eb3d9b8858d9959c5baa3f96beededea size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:46:12.079Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:46:12.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-07T21:46:12.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-07T21:46:12.429Z] d268f367fc5a: Preparing [2021-01-07T21:46:12.429Z] 1e3af892baff: Preparing [2021-01-07T21:46:12.429Z] ad16ac6a2073: Preparing [2021-01-07T21:46:12.429Z] c2633503f057: Preparing [2021-01-07T21:46:12.429Z] 2824bead4544: Preparing [2021-01-07T21:46:12.429Z] 8ee0041d06f9: Preparing [2021-01-07T21:46:12.429Z] cfdf426f33ed: Preparing [2021-01-07T21:46:12.429Z] 9ded3b6bb9b5: Preparing [2021-01-07T21:46:12.429Z] fa1afe8e6ed9: Preparing [2021-01-07T21:46:12.429Z] 87a09b4c083e: Preparing [2021-01-07T21:46:12.429Z] 0f74e9ff2a61: Preparing [2021-01-07T21:46:12.429Z] b122376c33c6: Preparing [2021-01-07T21:46:12.429Z] f8381ed47b22: Preparing [2021-01-07T21:46:12.429Z] e934a737d657: Preparing [2021-01-07T21:46:12.429Z] cfdf426f33ed: Waiting [2021-01-07T21:46:12.429Z] 9ded3b6bb9b5: Waiting [2021-01-07T21:46:12.429Z] fa1afe8e6ed9: Waiting [2021-01-07T21:46:12.429Z] 87a09b4c083e: Waiting [2021-01-07T21:46:12.429Z] 0f74e9ff2a61: Waiting [2021-01-07T21:46:12.429Z] b122376c33c6: Waiting [2021-01-07T21:46:12.429Z] f8381ed47b22: Waiting [2021-01-07T21:46:12.429Z] e934a737d657: Waiting [2021-01-07T21:46:12.429Z] 8ee0041d06f9: Waiting [2021-01-07T21:46:12.713Z] c2633503f057: Layer already exists [2021-01-07T21:46:12.713Z] 1e3af892baff: Layer already exists [2021-01-07T21:46:12.713Z] 2824bead4544: Layer already exists [2021-01-07T21:46:12.713Z] ad16ac6a2073: Layer already exists [2021-01-07T21:46:12.713Z] d268f367fc5a: Layer already exists [2021-01-07T21:46:12.713Z] fa1afe8e6ed9: Layer already exists [2021-01-07T21:46:12.713Z] 9ded3b6bb9b5: Layer already exists [2021-01-07T21:46:12.713Z] cfdf426f33ed: Layer already exists [2021-01-07T21:46:12.713Z] 8ee0041d06f9: Layer already exists [2021-01-07T21:46:12.713Z] 87a09b4c083e: Layer already exists [2021-01-07T21:46:12.713Z] 0f74e9ff2a61: Layer already exists [2021-01-07T21:46:12.713Z] f8381ed47b22: Layer already exists [2021-01-07T21:46:12.713Z] b122376c33c6: Layer already exists [2021-01-07T21:46:12.713Z] e934a737d657: Layer already exists [2021-01-07T21:46:12.713Z] 2.0.0-dev.33: digest: sha256:d2e8f2cae98f5a95e8e5b5ad974b3918eb3d9b8858d9959c5baa3f96beededea size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:46:13.106Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:46:13.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:46:13.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-07T21:46:13.506Z] d268f367fc5a: Preparing [2021-01-07T21:46:13.506Z] 1e3af892baff: Preparing [2021-01-07T21:46:13.506Z] ad16ac6a2073: Preparing [2021-01-07T21:46:13.506Z] c2633503f057: Preparing [2021-01-07T21:46:13.506Z] 2824bead4544: Preparing [2021-01-07T21:46:13.506Z] 8ee0041d06f9: Preparing [2021-01-07T21:46:13.506Z] cfdf426f33ed: Preparing [2021-01-07T21:46:13.506Z] 9ded3b6bb9b5: Preparing [2021-01-07T21:46:13.506Z] fa1afe8e6ed9: Preparing [2021-01-07T21:46:13.506Z] 87a09b4c083e: Preparing [2021-01-07T21:46:13.506Z] 0f74e9ff2a61: Preparing [2021-01-07T21:46:13.506Z] b122376c33c6: Preparing [2021-01-07T21:46:13.506Z] f8381ed47b22: Preparing [2021-01-07T21:46:13.506Z] e934a737d657: Preparing [2021-01-07T21:46:13.506Z] fa1afe8e6ed9: Waiting [2021-01-07T21:46:13.506Z] 87a09b4c083e: Waiting [2021-01-07T21:46:13.506Z] b122376c33c6: Waiting [2021-01-07T21:46:13.506Z] f8381ed47b22: Waiting [2021-01-07T21:46:13.506Z] e934a737d657: Waiting [2021-01-07T21:46:13.506Z] 8ee0041d06f9: Waiting [2021-01-07T21:46:13.506Z] cfdf426f33ed: Waiting [2021-01-07T21:46:13.506Z] 9ded3b6bb9b5: Waiting [2021-01-07T21:46:13.506Z] 0f74e9ff2a61: Waiting [2021-01-07T21:46:13.506Z] c2633503f057: Layer already exists [2021-01-07T21:46:13.506Z] d268f367fc5a: Layer already exists [2021-01-07T21:46:13.506Z] 1e3af892baff: Layer already exists [2021-01-07T21:46:13.506Z] 2824bead4544: Layer already exists [2021-01-07T21:46:13.506Z] ad16ac6a2073: Layer already exists [2021-01-07T21:46:13.785Z] cfdf426f33ed: Layer already exists [2021-01-07T21:46:13.785Z] 9ded3b6bb9b5: Layer already exists [2021-01-07T21:46:13.785Z] fa1afe8e6ed9: Layer already exists [2021-01-07T21:46:13.785Z] 8ee0041d06f9: Layer already exists [2021-01-07T21:46:13.785Z] 87a09b4c083e: Layer already exists [2021-01-07T21:46:13.785Z] 0f74e9ff2a61: Layer already exists [2021-01-07T21:46:13.785Z] b122376c33c6: Layer already exists [2021-01-07T21:46:13.785Z] f8381ed47b22: Layer already exists [2021-01-07T21:46:13.785Z] e934a737d657: Layer already exists [2021-01-07T21:46:13.785Z] 6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33: digest: sha256:d2e8f2cae98f5a95e8e5b5ad974b3918eb3d9b8858d9959c5baa3f96beededea size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:46:14.143Z] + 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-07T21:46:14.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-07T21:46:14.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-07T21:46:14.480Z] d268f367fc5a: Preparing [2021-01-07T21:46:14.480Z] 1e3af892baff: Preparing [2021-01-07T21:46:14.480Z] ad16ac6a2073: Preparing [2021-01-07T21:46:14.480Z] c2633503f057: Preparing [2021-01-07T21:46:14.480Z] 2824bead4544: Preparing [2021-01-07T21:46:14.480Z] 8ee0041d06f9: Preparing [2021-01-07T21:46:14.480Z] cfdf426f33ed: Preparing [2021-01-07T21:46:14.480Z] 9ded3b6bb9b5: Preparing [2021-01-07T21:46:14.480Z] fa1afe8e6ed9: Preparing [2021-01-07T21:46:14.480Z] 87a09b4c083e: Preparing [2021-01-07T21:46:14.480Z] 0f74e9ff2a61: Preparing [2021-01-07T21:46:14.480Z] b122376c33c6: Preparing [2021-01-07T21:46:14.480Z] f8381ed47b22: Preparing [2021-01-07T21:46:14.480Z] e934a737d657: Preparing [2021-01-07T21:46:14.480Z] fa1afe8e6ed9: Waiting [2021-01-07T21:46:14.480Z] 87a09b4c083e: Waiting [2021-01-07T21:46:14.480Z] b122376c33c6: Waiting [2021-01-07T21:46:14.480Z] f8381ed47b22: Waiting [2021-01-07T21:46:14.480Z] e934a737d657: Waiting [2021-01-07T21:46:14.480Z] 0f74e9ff2a61: Waiting [2021-01-07T21:46:14.480Z] 8ee0041d06f9: Waiting [2021-01-07T21:46:14.480Z] cfdf426f33ed: Waiting [2021-01-07T21:46:14.480Z] 9ded3b6bb9b5: Waiting [2021-01-07T21:46:14.480Z] ad16ac6a2073: Layer already exists [2021-01-07T21:46:14.480Z] c2633503f057: Layer already exists [2021-01-07T21:46:14.480Z] 2824bead4544: Layer already exists [2021-01-07T21:46:14.751Z] d268f367fc5a: Layer already exists [2021-01-07T21:46:14.751Z] 1e3af892baff: Layer already exists [2021-01-07T21:46:14.751Z] cfdf426f33ed: Layer already exists [2021-01-07T21:46:14.751Z] 8ee0041d06f9: Layer already exists [2021-01-07T21:46:14.751Z] 87a09b4c083e: Layer already exists [2021-01-07T21:46:14.751Z] fa1afe8e6ed9: Layer already exists [2021-01-07T21:46:14.751Z] 9ded3b6bb9b5: Layer already exists [2021-01-07T21:46:14.751Z] b122376c33c6: Layer already exists [2021-01-07T21:46:14.751Z] 0f74e9ff2a61: Layer already exists [2021-01-07T21:46:14.751Z] e934a737d657: Layer already exists [2021-01-07T21:46:14.751Z] f8381ed47b22: Layer already exists [2021-01-07T21:46:14.751Z] master: digest: sha256:d2e8f2cae98f5a95e8e5b5ad974b3918eb3d9b8858d9959c5baa3f96beededea size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T21:46:14.937Z] ===================================================== [Pipeline] echo [2021-01-07T21:46:14.980Z] taggedImages: [2021-01-07T21:46:14.980Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6 [2021-01-07T21:46:14.980Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-07T21:46:14.980Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6aacc02e765899b5f00a422c0b56178915ca79e6-2.0.0-dev.33 [2021-01-07T21:46:14.980Z] - 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-07T21:46:17.043Z] provisioning config files... [2021-01-07T21:46:17.076Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/281@tmp/config7926606482896589255tmp [Pipeline] { [Pipeline] sh [2021-01-07T21:46:17.553Z] + set +x [2021-01-07T21:46:17.553Z] + curl -s https://codecov.io/bash [2021-01-07T21:46:17.553Z] + bash -s -- [2021-01-07T21:46:18.138Z] [2021-01-07T21:46:18.138Z] _____ _ [2021-01-07T21:46:18.138Z] / ____| | | [2021-01-07T21:46:18.139Z] | | ___ __| | ___ ___ _____ __ [2021-01-07T21:46:18.139Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-07T21:46:18.139Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-07T21:46:18.139Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-07T21:46:18.139Z] Bash-20201231-23d4836 [2021-01-07T21:46:18.139Z] [2021-01-07T21:46:18.139Z] [2021-01-07T21:46:18.139Z] ==> git version 2.24.3 found [2021-01-07T21:46:18.139Z] ==> 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-07T21:46:18.139Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-07T21:46:18.139Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-07T21:46:18.139Z] ==> Jenkins CI detected. [2021-01-07T21:46:18.139Z] project root: . [2021-01-07T21:46:18.139Z] --> token set from env [2021-01-07T21:46:18.139Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-07T21:46:18.419Z] ==> Running gcov in . (disable via -X gcov) [2021-01-07T21:46:18.419Z] ==> Python coveragepy not found [2021-01-07T21:46:18.419Z] ==> Searching for coverage reports in: [2021-01-07T21:46:18.419Z] + . [2021-01-07T21:46:18.419Z] -> Found 1 reports [2021-01-07T21:46:18.419Z] ==> Detecting git/mercurial file structure [2021-01-07T21:46:18.419Z] ==> Reading reports [2021-01-07T21:46:18.419Z] + ./coverage.out bytes=541590 [2021-01-07T21:46:18.419Z] ==> Appending adjustments [2021-01-07T21:46:18.419Z] https://docs.codecov.io/docs/fixing-reports [2021-01-07T21:46:23.860Z] + Found adjustments [2021-01-07T21:46:23.860Z] ==> Gzipping contents [2021-01-07T21:46:23.860Z] 84K /tmp/codecov.ewbcmh.gz [2021-01-07T21:46:23.860Z] ==> Uploading reports [2021-01-07T21:46:23.860Z] url: https://codecov.io [2021-01-07T21:46:23.860Z] query: branch=master&commit=6aacc02e765899b5f00a422c0b56178915ca79e6&build=281&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F281%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-07T21:46:23.860Z] -> Pinging Codecov [2021-01-07T21:46:23.860Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=6aacc02e765899b5f00a422c0b56178915ca79e6&build=281&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F281%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-07T21:46:23.860Z] -> Uploading to [2021-01-07T21:46:23.860Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-07/00271124DB129430A58F1EEE437C3FCB/6aacc02e765899b5f00a422c0b56178915ca79e6/3d14645f-6046-4b01-b71c-a826f1144847.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T214623Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c12d6eecb3810e83766df1b78c90bb7b38db4131c51dfca09c88b48d55f1685b [2021-01-07T21:46:23.860Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:46:23.860Z] Dload Upload Total Spent Left Speed [2021-01-07T21:46:24.766Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82282 0 0 100 82282 0 98k --:--:-- --:--:-- --:--:-- 98k [2021-01-07T21:46:24.766Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6aacc02e765899b5f00a422c0b56178915ca79e6 [Pipeline] } [2021-01-07T21:46:24.811Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-07T21:46:25.736Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-07T21:46:25.825Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:46:26.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T21:46:26.544Z] [2021-01-07T21:46:26.544Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:46:26.954Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T21:46:27.246Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-07T21:46:27.246Z] 188c0c94c7c5: Already exists [2021-01-07T21:46:27.246Z] 0ef7d3d256c8: Already exists [2021-01-07T21:46:27.246Z] de9db76c5a1d: Already exists [2021-01-07T21:46:27.246Z] 0eba1c9be4d2: Pulling fs layer [2021-01-07T21:46:27.246Z] 0d57e429df01: Pulling fs layer [2021-01-07T21:46:27.246Z] 4e4be7b47b0d: Pulling fs layer [2021-01-07T21:46:27.246Z] e1f770b5df2f: Pulling fs layer [2021-01-07T21:46:27.246Z] 85a0685a4137: Pulling fs layer [2021-01-07T21:46:27.246Z] e1f770b5df2f: Waiting [2021-01-07T21:46:27.246Z] 85a0685a4137: Waiting [2021-01-07T21:46:27.246Z] 0d57e429df01: Verifying Checksum [2021-01-07T21:46:27.246Z] 4e4be7b47b0d: Verifying Checksum [2021-01-07T21:46:27.246Z] 4e4be7b47b0d: Download complete [2021-01-07T21:46:27.246Z] 0d57e429df01: Download complete [2021-01-07T21:46:29.945Z] e1f770b5df2f: Verifying Checksum [2021-01-07T21:46:29.945Z] e1f770b5df2f: Download complete [2021-01-07T21:46:37.194Z] 0eba1c9be4d2: Verifying Checksum [2021-01-07T21:46:37.194Z] 0eba1c9be4d2: Download complete [2021-01-07T21:46:40.277Z] 85a0685a4137: Verifying Checksum [2021-01-07T21:46:40.277Z] 85a0685a4137: Download complete [2021-01-07T21:46:48.734Z] 0eba1c9be4d2: Pull complete [2021-01-07T21:46:49.026Z] 0d57e429df01: Pull complete [2021-01-07T21:46:49.026Z] 4e4be7b47b0d: Pull complete [2021-01-07T21:46:53.566Z] e1f770b5df2f: Pull complete [2021-01-07T21:47:06.326Z] 85a0685a4137: Pull complete [2021-01-07T21:47:06.665Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-07T21:47:06.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T21:47:06.665Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-07T21:47:07.187Z] prd-centos7-docker-4c-2g-18913 does not seem to be running inside a container [2021-01-07T21:47:07.342Z] $ 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/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-07T21:47:09.205Z] $ docker top 539239ec771fb91ebd0edaa7de96a0e581e06553d0e5e71a96f827228aab711f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T21:47:09.607Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-07T21:47:10.281Z] + set -o pipefail [2021-01-07T21:47:10.281Z] + snyk monitor '--org=edgex-jenkins' [2021-01-07T21:47:28.797Z] [2021-01-07T21:47:28.797Z] Monitoring /w/workspace/edgex-go/281 (github.com/edgexfoundry/edgex-go)... [2021-01-07T21:47:28.797Z] [2021-01-07T21:47:28.797Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/50e17fea-ab39-46f4-99b5-0e2f51881dbb [2021-01-07T21:47:28.797Z] [2021-01-07T21:47:28.797Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-07T21:47:28.797Z] [2021-01-07T21:47:28.797Z] [Pipeline] } [2021-01-07T21:47:28.828Z] $ docker stop --time=1 539239ec771fb91ebd0edaa7de96a0e581e06553d0e5e71a96f827228aab711f [2021-01-07T21:47:32.090Z] $ docker rm -f 539239ec771fb91ebd0edaa7de96a0e581e06553d0e5e71a96f827228aab711f [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-07T21:47:33.922Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T21:47:33.981Z] provisioning config files... [2021-01-07T21:47:34.007Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/281@tmp/config3204368278052907729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:47:34.443Z] --> edgex-publish-swagger.sh [2021-01-07T21:47:34.443Z] === Publish openapi/v1 API === [2021-01-07T21:47:34.443Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-07T21:47:34.443Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-07T21:47:34.443Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:47:34.443Z] Dload Upload Total Spent Left Speed [2021-01-07T21:47:35.902Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8093 0:00:01 0:00:01 --:--:-- 8105 100 10521 0 0 100 10521 0 7070 0:00:01 0:00:01 --:--:-- 7080 [2021-01-07T21:47:35.902Z] [2021-01-07T21:47:35.902Z] [2021-01-07T21:47:35.902Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-07T21:47:35.902Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:47:35.902Z] Dload Upload Total Spent Left Speed [2021-01-07T21:47:37.333Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26460 0:00:01 0:00:01 --:--:-- 26468 100 32556 0 0 100 32556 0 26185 0:00:01 0:00:01 --:--:-- 26191 [2021-01-07T21:47:37.333Z] [2021-01-07T21:47:37.333Z] [2021-01-07T21:47:37.333Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-07T21:47:37.333Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:47:37.333Z] Dload Upload Total Spent Left Speed [2021-01-07T21:47:38.295Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 60230 0:00:01 0:00:01 --:--:-- 60228 100 73720 0 0 100 73720 0 60210 0:00:01 0:00:01 --:--:-- 60179 [2021-01-07T21:47:38.295Z] [2021-01-07T21:47:38.295Z] [2021-01-07T21:47:38.295Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-07T21:47:38.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:47:38.295Z] Dload Upload Total Spent Left Speed [2021-01-07T21:47:39.724Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11219 0:00:01 0:00:01 --:--:-- 11223 100 13580 0 0 100 13580 0 11217 0:00:01 0:00:01 --:--:-- 11223 [2021-01-07T21:47:39.724Z] [2021-01-07T21:47:39.724Z] [2021-01-07T21:47:39.724Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-07T21:47:39.724Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:47:39.724Z] Dload Upload Total Spent Left Speed [2021-01-07T21:47:40.724Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32343 0:00:01 0:00:01 --:--:-- 32353 100 38889 0 0 100 38889 0 32333 0:00:01 0:00:01 --:--:-- 32353 [2021-01-07T21:47:40.724Z] [2021-01-07T21:47:40.724Z] [2021-01-07T21:47:40.993Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-07T21:47:40.993Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:47:40.993Z] Dload Upload Total Spent Left Speed [2021-01-07T21:47:42.403Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11635 0:00:01 0:00:01 --:--:-- 11640 100 14248 0 0 100 14248 0 11632 0:00:01 0:00:01 --:--:-- 11640 [2021-01-07T21:47:42.403Z] [2021-01-07T21:47:42.403Z] [2021-01-07T21:47:42.403Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-07T21:47:42.403Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:47:42.403Z] Dload Upload Total Spent Left Speed [2021-01-07T21:47:43.387Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3428 0:00:01 0:00:01 --:--:-- 3427 100 4109 0 0 100 4109 0 3427 0:00:01 0:00:01 --:--:-- 3427 [2021-01-07T21:47:43.387Z] [2021-01-07T21:47:43.387Z] [2021-01-07T21:47:43.387Z] === Publish openapi/v2 API === [2021-01-07T21:47:43.387Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-07T21:47:43.387Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-07T21:47:43.387Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:47:43.387Z] Dload Upload Total Spent Left Speed [2021-01-07T21:47:44.395Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25770 0:00:01 0:00:01 --:--:-- 25794 100 29535 0 0 100 29535 0 25763 0:00:01 0:00:01 --:--:-- 25772 [2021-01-07T21:47:44.395Z] [2021-01-07T21:47:44.395Z] [2021-01-07T21:47:44.665Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-07T21:47:44.665Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:47:44.665Z] Dload Upload Total Spent Left Speed [2021-01-07T21:47:46.090Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 48856 0:00:01 0:00:01 --:--:-- 48891 100 60430 0 0 100 60430 0 48212 0:00:01 0:00:01 --:--:-- 48228 [2021-01-07T21:47:46.090Z] [2021-01-07T21:47:46.090Z] [2021-01-07T21:47:46.090Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-07T21:47:46.090Z] /w/workspace/edgex-go/281@tmp/durable-21216893/script.sh: line 28: /usr/bin/curl: Argument list too long [Pipeline] } [2021-01-07T21:47:46.185Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-07T21:47:47.839Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:47:48.828Z] ---> package-listing.sh [2021-01-07T21:47:48.828Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-07T21:47:48.828Z] ++ facter osfamily [2021-01-07T21:47:48.828Z] + OS_FAMILY=redhat [2021-01-07T21:47:48.828Z] + workspace=/w/workspace/edgex-go/281 [2021-01-07T21:47:48.828Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-07T21:47:48.828Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-07T21:47:48.828Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-07T21:47:48.828Z] + PACKAGES=/tmp/packages_start.txt [2021-01-07T21:47:48.828Z] + '[' /w/workspace/edgex-go/281 ']' [2021-01-07T21:47:48.828Z] + PACKAGES=/tmp/packages_end.txt [2021-01-07T21:47:48.828Z] + case "${OS_FAMILY}" in [2021-01-07T21:47:48.828Z] + rpm -qa [2021-01-07T21:47:48.828Z] + sort [2021-01-07T21:47:55.505Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-07T21:47:55.505Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-07T21:47:55.505Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-07T21:47:55.505Z] + '[' /w/workspace/edgex-go/281 ']' [2021-01-07T21:47:55.505Z] + mkdir -p /w/workspace/edgex-go/281/archives/ [2021-01-07T21:47:55.505Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/281/archives/ [Pipeline] echo [2021-01-07T21:47:55.527Z] 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/281/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-07T21:47:55.882Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:47:56.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T21:47:56.806Z] [2021-01-07T21:47:56.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:47:57.226Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T21:47:57.514Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-07T21:47:57.514Z] df20fa9351a1: Pulling fs layer [2021-01-07T21:47:57.514Z] 36b3adc4ff6f: Pulling fs layer [2021-01-07T21:47:57.514Z] 8ad3a11d3b57: Pulling fs layer [2021-01-07T21:47:57.514Z] 46f8f816bc3b: Pulling fs layer [2021-01-07T21:47:57.514Z] 93b61091891f: Pulling fs layer [2021-01-07T21:47:57.514Z] 93b9cdb0e59b: Pulling fs layer [2021-01-07T21:47:57.514Z] 5e14af77c1be: Pulling fs layer [2021-01-07T21:47:57.514Z] 01666e4c0597: Pulling fs layer [2021-01-07T21:47:57.514Z] aa168da1d23b: Pulling fs layer [2021-01-07T21:47:57.514Z] 93b9cdb0e59b: Waiting [2021-01-07T21:47:57.514Z] 01666e4c0597: Waiting [2021-01-07T21:47:57.514Z] 5e14af77c1be: Waiting [2021-01-07T21:47:57.514Z] aa168da1d23b: Waiting [2021-01-07T21:47:57.514Z] 46f8f816bc3b: Waiting [2021-01-07T21:47:57.514Z] 93b61091891f: Waiting [2021-01-07T21:47:57.514Z] 36b3adc4ff6f: Verifying Checksum [2021-01-07T21:47:57.514Z] 36b3adc4ff6f: Download complete [2021-01-07T21:47:57.514Z] 46f8f816bc3b: Verifying Checksum [2021-01-07T21:47:57.514Z] 46f8f816bc3b: Download complete [2021-01-07T21:47:57.514Z] df20fa9351a1: Verifying Checksum [2021-01-07T21:47:57.514Z] df20fa9351a1: Download complete [2021-01-07T21:47:57.514Z] 93b9cdb0e59b: Verifying Checksum [2021-01-07T21:47:57.514Z] 93b9cdb0e59b: Download complete [2021-01-07T21:47:57.787Z] 5e14af77c1be: Verifying Checksum [2021-01-07T21:47:57.787Z] 5e14af77c1be: Download complete [2021-01-07T21:47:57.787Z] 01666e4c0597: Verifying Checksum [2021-01-07T21:47:57.787Z] 01666e4c0597: Download complete [2021-01-07T21:47:57.787Z] 93b61091891f: Verifying Checksum [2021-01-07T21:47:57.787Z] 93b61091891f: Download complete [2021-01-07T21:47:58.062Z] 8ad3a11d3b57: Verifying Checksum [2021-01-07T21:47:58.062Z] 8ad3a11d3b57: Download complete [2021-01-07T21:47:58.868Z] df20fa9351a1: Pull complete [2021-01-07T21:47:59.290Z] 36b3adc4ff6f: Pull complete [2021-01-07T21:48:00.976Z] 8ad3a11d3b57: Pull complete [2021-01-07T21:48:01.996Z] 46f8f816bc3b: Pull complete [2021-01-07T21:48:03.031Z] 93b61091891f: Pull complete [2021-01-07T21:48:03.307Z] aa168da1d23b: Verifying Checksum [2021-01-07T21:48:03.307Z] aa168da1d23b: Download complete [2021-01-07T21:48:03.577Z] 93b9cdb0e59b: Pull complete [2021-01-07T21:48:03.865Z] 5e14af77c1be: Pull complete [2021-01-07T21:48:04.152Z] 01666e4c0597: Pull complete [2021-01-07T21:48:16.732Z] aa168da1d23b: Pull complete [2021-01-07T21:48:16.732Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-07T21:48:16.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T21:48:16.732Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-07T21:48:17.015Z] prd-centos7-docker-4c-2g-18913 does not seem to be running inside a container [2021-01-07T21:48:17.117Z] $ 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/281/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/281 -v /w/workspace/edgex-go/281:/w/workspace/edgex-go/281:rw,z -v /w/workspace/edgex-go/281@tmp:/w/workspace/edgex-go/281@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-07T21:48:20.525Z] $ docker top e78e6ec135d281f2dca3f05855bf3a85e56ae0bf1449f68ea887672cd5b05d81 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:48:21.247Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-07T21:48:21.640Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-07T21:48:21.985Z] + ls /var/log/sa-host [2021-01-07T21:48:21.985Z] + sadf -c /var/log/sa-host/sa07 [2021-01-07T21:48:21.985Z] file_magic: OK [2021-01-07T21:48:21.985Z] HZ: Using current value: 100 [2021-01-07T21:48:21.985Z] file_header: OK [2021-01-07T21:48:21.985Z] 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-07T21:48:21.985Z] Statistics: [2021-01-07T21:48:21.985Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-07T21:48:21.985Z] File successfully converted to sysstat format version 12.2.1 [2021-01-07T21:48:21.985Z] + sadf -c /var/log/sa-host/sa23 [2021-01-07T21:48:21.985Z] file_magic: OK [2021-01-07T21:48:21.985Z] HZ: Using current value: 100 [2021-01-07T21:48:21.985Z] file_header: OK [2021-01-07T21:48:21.985Z] 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-07T21:48:21.985Z] Statistics: [2021-01-07T21:48:21.985Z] Hnuu...uuuununununu... [2021-01-07T21:48:21.985Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T21:48:22.214Z] provisioning config files... [2021-01-07T21:48:22.239Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/281@tmp/config7359130143390591655tmp [Pipeline] { [Pipeline] echo [2021-01-07T21:48:22.340Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:48:22.712Z] ---> create-netrc.sh [Pipeline] } [2021-01-07T21:48:22.988Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-07T21:48:23.083Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:48:23.748Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-07T21:48:23.773Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:48:24.126Z] ---> sudo-logs.sh [2021-01-07T21:48:24.126Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-07T21:48:24.433Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:48:25.064Z] ---> job-cost.sh [2021-01-07T21:48:25.065Z] lf-activate-venv: SKIPPING [2021-01-07T21:48:25.065Z] INFO: No Stack... [2021-01-07T21:48:26.068Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-07T21:48:26.659Z] INFO: Archiving Costs [Pipeline] echo [2021-01-07T21:48:26.689Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:48:27.406Z] ---> logs-deploy.sh [2021-01-07T21:48:27.406Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/281 [2021-01-07T21:48:27.406Z] INFO: archiving workspace using pattern(s): [2021-01-07T21:48:30.865Z] Archives upload complete. [2021-01-07T21:48:30.865Z] INFO: archiving logs to Nexus