Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33092 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/431 [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/431 # 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 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 (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 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 # timeout=10 Commit message: "refactor: Switch to 2.0 Consul path (#3340)" > git rev-list --no-walk 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-07T01:37:13.886Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-07T01:37:14.200Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-07T01:37:14.292Z] ========================================================= [2021-04-07T01:37:14.292Z] EdgeX Global Pipelines Version Info [2021-04-07T01:37:14.292Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:37:15.759Z] ------------------- [2021-04-07T01:37:15.759Z] stable info: [2021-04-07T01:37:15.759Z] ------------------- [2021-04-07T01:37:15.759Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-07T01:37:15.759Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-07T01:37:15.759Z] Message: update stable to v1.0.186 [2021-04-07T01:37:16.714Z] ------------------- [2021-04-07T01:37:16.714Z] experimental info: [2021-04-07T01:37:16.714Z] ------------------- [2021-04-07T01:37:16.714Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-07T01:37:16.714Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-07T01:37:16.714Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-07T01:37:16.964Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-07T01:37:17.049Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-07T01:37:17.143Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-07T01:37:17.230Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-07T01:37:17.348Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-07T01:37:17.446Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-07T01:37:17.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-07T01:37:17.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-07T01:37:17.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-07T01:37:17.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-07T01:37:17.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-07T01:37:18.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-07T01:37:18.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-07T01:37:18.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-07T01:37:18.397Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T01:37:18.480Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T01:37:18.592Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-07T01:37:18.721Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-07T01:37:18.806Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-07T01:37:18.891Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-07T01:37:18.977Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-07T01:37:19.091Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-07T01:37:19.172Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-07T01:37:19.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-07T01:37:19.342Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-07T01:37:19.428Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] echo [2021-04-07T01:37:19.515Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1fa86f9 [Pipeline] echo [2021-04-07T01:37:19.600Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T01:37:19.792Z] provisioning config files... [2021-04-07T01:37:19.828Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/431@tmp/config1557117043716574415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:37:20.190Z] ---> docker-login.sh [2021-04-07T01:37:20.190Z] nexus3.edgexfoundry.org:10001 [2021-04-07T01:37:20.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:37:20.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:37:20.455Z] Configure a credential helper to remove this warning. See [2021-04-07T01:37:20.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:37:20.455Z] [2021-04-07T01:37:20.455Z] Login Succeeded [2021-04-07T01:37:20.718Z] nexus3.edgexfoundry.org:10002 [2021-04-07T01:37:20.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:37:20.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:37:20.718Z] Configure a credential helper to remove this warning. See [2021-04-07T01:37:20.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:37:20.718Z] [2021-04-07T01:37:20.718Z] Login Succeeded [2021-04-07T01:37:20.718Z] nexus3.edgexfoundry.org:10003 [2021-04-07T01:37:20.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:37:20.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:37:20.981Z] Configure a credential helper to remove this warning. See [2021-04-07T01:37:20.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:37:20.981Z] [2021-04-07T01:37:20.981Z] Login Succeeded [2021-04-07T01:37:20.981Z] nexus3.edgexfoundry.org:10004 [2021-04-07T01:37:20.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:37:21.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:37:21.244Z] Configure a credential helper to remove this warning. See [2021-04-07T01:37:21.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:37:21.244Z] [2021-04-07T01:37:21.244Z] Login Succeeded [2021-04-07T01:37:21.244Z] docker.io [2021-04-07T01:37:21.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:37:21.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:37:21.507Z] Configure a credential helper to remove this warning. See [2021-04-07T01:37:21.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:37:21.507Z] [2021-04-07T01:37:21.507Z] Login Succeeded [2021-04-07T01:37:21.507Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T01:37:21.519Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T01:37:22.041Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-07T01:37:22.041Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:37:22.041Z] ++ dirname cmd/core-command/Dockerfile [2021-04-07T01:37:22.041Z] ++ cut -d/ -f2 [2021-04-07T01:37:22.041Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-07T01:37:22.041Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:37:22.041Z] ++ dirname cmd/core-data/Dockerfile [2021-04-07T01:37:22.041Z] ++ cut -d/ -f2 [2021-04-07T01:37:22.041Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-07T01:37:22.041Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:37:22.041Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-07T01:37:22.041Z] ++ cut -d/ -f2 [2021-04-07T01:37:22.041Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-07T01:37:22.041Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:37:22.041Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-07T01:37:22.041Z] ++ cut -d/ -f2 [2021-04-07T01:37:22.041Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-07T01:37:22.041Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:37:22.041Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-07T01:37:22.041Z] ++ cut -d/ -f2 [2021-04-07T01:37:22.041Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-07T01:37:22.041Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:37:22.041Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-07T01:37:22.041Z] ++ cut -d/ -f2 [2021-04-07T01:37:22.041Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-07T01:37:22.041Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:37:22.041Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-07T01:37:22.042Z] ++ cut -d/ -f2 [2021-04-07T01:37:22.042Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-07T01:37:22.042Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:37:22.042Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-07T01:37:22.042Z] ++ cut -d/ -f2 [2021-04-07T01:37:22.042Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-07T01:37:22.042Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-07T01:37:22.042Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-07T01:37:22.042Z] ++ cut -d/ -f2 [2021-04-07T01:37:22.042Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-07T01:37:22.127Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:37:23.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:37:23.038Z] [2021-04-07T01:37:23.038Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:37:23.391Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:37:23.391Z] latest: Pulling from edgex-devops/git-semver [2021-04-07T01:37:23.391Z] 31603596830f: Pulling fs layer [2021-04-07T01:37:23.391Z] 2a8b12db71e7: Pulling fs layer [2021-04-07T01:37:23.391Z] 6ca5941a6612: Pulling fs layer [2021-04-07T01:37:23.391Z] ecc8261a40a4: Pulling fs layer [2021-04-07T01:37:23.391Z] ecc8261a40a4: Waiting [2021-04-07T01:37:23.391Z] 2a8b12db71e7: Download complete [2021-04-07T01:37:23.655Z] 31603596830f: Verifying Checksum [2021-04-07T01:37:23.655Z] 31603596830f: Download complete [2021-04-07T01:37:23.655Z] ecc8261a40a4: Verifying Checksum [2021-04-07T01:37:23.655Z] ecc8261a40a4: Download complete [2021-04-07T01:37:23.655Z] 6ca5941a6612: Verifying Checksum [2021-04-07T01:37:23.655Z] 6ca5941a6612: Download complete [2021-04-07T01:37:23.918Z] 31603596830f: Pull complete [2021-04-07T01:37:24.182Z] 2a8b12db71e7: Pull complete [2021-04-07T01:37:24.762Z] 6ca5941a6612: Pull complete [2021-04-07T01:37:25.025Z] ecc8261a40a4: Pull complete [2021-04-07T01:37:25.025Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-07T01:37:25.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:37:25.290Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-07T01:37:25.402Z] prd-centos7-docker-4c-2g-33092 does not seem to be running inside a container [2021-04-07T01:37:25.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T01:37:28.063Z] $ docker top b1bad3e01e59e3ed043005687c71e653622b45b6542965595536e884d9516ccd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T01:37:28.430Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:37:28.430Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:37:28.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:37:28.690Z] $ docker exec b1bad3e01e59e3ed043005687c71e653622b45b6542965595536e884d9516ccd ssh-agent [2021-04-07T01:37:28.873Z] SSH_AUTH_SOCK=/tmp/ssh-cMIi8TJPCJ90/agent.11 [2021-04-07T01:37:28.873Z] SSH_AGENT_PID=16 [2021-04-07T01:37:28.885Z] Running ssh-add (command line suppressed) [2021-04-07T01:37:29.016Z] Identity added: /w/workspace/edgex-go/431@tmp/private_key_805428820108831043.key (/w/workspace/edgex-go/431@tmp/private_key_805428820108831043.key) [2021-04-07T01:37:29.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:37:29.420Z] + git tag --points-at HEAD [Pipeline] } [2021-04-07T01:37:29.445Z] $ docker exec --env ******** --env ******** b1bad3e01e59e3ed043005687c71e653622b45b6542965595536e884d9516ccd ssh-agent -k [2021-04-07T01:37:29.581Z] unset SSH_AUTH_SOCK; [2021-04-07T01:37:29.582Z] unset SSH_AGENT_PID; [2021-04-07T01:37:29.582Z] echo Agent pid 16 killed; [2021-04-07T01:37:29.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-07T01:37:29.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:37:29.780Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:37:29.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:37:29.965Z] $ docker exec b1bad3e01e59e3ed043005687c71e653622b45b6542965595536e884d9516ccd ssh-agent [2021-04-07T01:37:30.135Z] SSH_AUTH_SOCK=/tmp/ssh-0wg95WCW8hX1/agent.45 [2021-04-07T01:37:30.135Z] SSH_AGENT_PID=50 [2021-04-07T01:37:30.143Z] Running ssh-add (command line suppressed) [2021-04-07T01:37:30.271Z] Identity added: /w/workspace/edgex-go/431@tmp/private_key_5871049319545092776.key (/w/workspace/edgex-go/431@tmp/private_key_5871049319545092776.key) [2021-04-07T01:37:30.327Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:37:30.667Z] + git semver init [2021-04-07T01:37:30.667Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T01:37:30.667Z] # $GIT_DIR = /w/workspace/edgex-go/431/.git [2021-04-07T01:37:30.667Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/431 [2021-04-07T01:37:30.667Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T01:37:30.667Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T01:37:30.667Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T01:37:30.667Z] # $SEMVER_BRANCH = master [2021-04-07T01:37:30.667Z] # $SEMVER_TEMP = /tmp/semver-563087397 [2021-04-07T01:37:30.667Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-07T01:37:57.310Z] # '/tmp/semver-563087397' -> '/w/workspace/edgex-go/431/.semver' [2021-04-07T01:37:58.260Z] # -> Force: false [2021-04-07T01:37:58.260Z] # $SEMVER_DIR = /w/workspace/edgex-go/431/.semver [Pipeline] } [2021-04-07T01:37:58.279Z] $ docker exec --env ******** --env ******** b1bad3e01e59e3ed043005687c71e653622b45b6542965595536e884d9516ccd ssh-agent -k [2021-04-07T01:37:58.571Z] unset SSH_AUTH_SOCK; [2021-04-07T01:37:58.572Z] unset SSH_AGENT_PID; [2021-04-07T01:37:58.572Z] echo Agent pid 50 killed; [2021-04-07T01:37:58.690Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T01:37:59.193Z] + git semver [Pipeline] } [2021-04-07T01:37:59.220Z] $ docker stop --time=1 b1bad3e01e59e3ed043005687c71e653622b45b6542965595536e884d9516ccd [2021-04-07T01:38:00.850Z] $ docker rm -f b1bad3e01e59e3ed043005687c71e653622b45b6542965595536e884d9516ccd [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T01:38:01.420Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-07T01:38:02.049Z] Stashed 1 file(s) [Pipeline] echo [2021-04-07T01:38:02.052Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.163 [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-04-07T01:38:02.911Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-07T01:38:03.216Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T01:38:03.520Z] + sudo service docker restart [2021-04-07T01:38:03.520Z] + true [2021-04-07T01:38:03.520Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-07T01:38:04.487Z] ========================================================= [2021-04-07T01:38:04.487Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-07T01:38:04.487Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:38:04.855Z] + 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-04-07T01:38:10.189Z] Sending build context to Docker daemon 329.2MB [2021-04-07T01:38:10.189Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T01:38:10.189Z] Step 2/6 : FROM ${BASE} [2021-04-07T01:38:10.189Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-07T01:38:10.189Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T01:38:10.189Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T01:38:10.189Z] de9db76c5a1d: Pulling fs layer [2021-04-07T01:38:10.189Z] bca2f99d35d6: Pulling fs layer [2021-04-07T01:38:10.189Z] 93359f2a8cfa: Pulling fs layer [2021-04-07T01:38:10.189Z] 7c6f9722023f: Pulling fs layer [2021-04-07T01:38:10.189Z] a35cf1a2eb13: Pulling fs layer [2021-04-07T01:38:10.189Z] bca2f99d35d6: Waiting [2021-04-07T01:38:10.189Z] 7c6f9722023f: Waiting [2021-04-07T01:38:10.189Z] 93359f2a8cfa: Waiting [2021-04-07T01:38:10.189Z] de9db76c5a1d: Verifying Checksum [2021-04-07T01:38:10.189Z] de9db76c5a1d: Download complete [2021-04-07T01:38:10.189Z] 0ef7d3d256c8: Download complete [2021-04-07T01:38:10.189Z] 93359f2a8cfa: Verifying Checksum [2021-04-07T01:38:10.189Z] 93359f2a8cfa: Download complete [2021-04-07T01:38:10.189Z] 7c6f9722023f: Verifying Checksum [2021-04-07T01:38:10.189Z] 7c6f9722023f: Download complete [2021-04-07T01:38:10.189Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T01:38:10.189Z] 188c0c94c7c5: Download complete [2021-04-07T01:38:10.189Z] 188c0c94c7c5: Pull complete [2021-04-07T01:38:10.189Z] 0ef7d3d256c8: Pull complete [2021-04-07T01:38:10.453Z] de9db76c5a1d: Pull complete [2021-04-07T01:38:11.853Z] a35cf1a2eb13: Verifying Checksum [2021-04-07T01:38:11.853Z] a35cf1a2eb13: Download complete [2021-04-07T01:38:12.438Z] bca2f99d35d6: Verifying Checksum [2021-04-07T01:38:12.438Z] bca2f99d35d6: Download complete [2021-04-07T01:38:17.397Z] Still waiting to schedule task [2021-04-07T01:38:17.397Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-07T01:38:19.083Z] bca2f99d35d6: Pull complete [2021-04-07T01:38:19.084Z] 93359f2a8cfa: Pull complete [2021-04-07T01:38:19.084Z] 7c6f9722023f: Pull complete [2021-04-07T01:38:23.360Z] a35cf1a2eb13: Pull complete [2021-04-07T01:38:23.360Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-07T01:38:23.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-07T01:38:23.360Z] ---> a62c8e92a672 [2021-04-07T01:38:23.360Z] 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-04-07T01:38:23.360Z] ---> Running in 00a9b106cf58 [2021-04-07T01:38:23.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:38:24.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:38:25.098Z] (1/12) Installing libmagic (5.38-r0) [2021-04-07T01:38:25.362Z] (2/12) Installing file (5.38-r0) [2021-04-07T01:38:25.362Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-07T01:38:25.627Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-07T01:38:29.859Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-07T01:38:29.859Z] (6/12) Installing patch (2.7.6-r6) [2021-04-07T01:38:29.859Z] (7/12) Installing build-base (0.5-r2) [2021-04-07T01:38:29.859Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-07T01:38:29.859Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-07T01:38:30.124Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-07T01:38:30.124Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-07T01:38:30.124Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-07T01:38:30.386Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:38:30.386Z] OK: 233 MiB in 51 packages [2021-04-07T01:38:34.622Z] Removing intermediate container 00a9b106cf58 [2021-04-07T01:38:34.622Z] ---> 7585669a9296 [2021-04-07T01:38:34.622Z] Step 4/6 : WORKDIR /edgex-go [2021-04-07T01:38:34.622Z] ---> Running in 1e0c969dc431 [2021-04-07T01:38:34.622Z] Removing intermediate container 1e0c969dc431 [2021-04-07T01:38:34.622Z] ---> 64d6cd77066a [2021-04-07T01:38:34.622Z] Step 5/6 : COPY go.mod . [2021-04-07T01:38:34.886Z] ---> 33a35f7f3502 [2021-04-07T01:38:34.886Z] Step 6/6 : RUN go mod download [2021-04-07T01:38:34.886Z] ---> Running in a150d211da2a [2021-04-07T01:38:56.913Z] Removing intermediate container a150d211da2a [2021-04-07T01:38:56.913Z] ---> 0fcb5ac2586f [2021-04-07T01:38:56.913Z] Successfully built 0fcb5ac2586f [2021-04-07T01:38:56.913Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:38:57.230Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T01:38:57.230Z] . [Pipeline] withDockerContainer [2021-04-07T01:38:57.338Z] prd-centos7-docker-4c-2g-33092 does not seem to be running inside a container [2021-04-07T01:38:57.397Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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-x86_64 cat [2021-04-07T01:38:58.356Z] $ docker top bc8197c7fa06c14353345ed6af44e0b89e7b8ec6026cd99ef18c88396e7f4bdc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:38:58.908Z] + go version [2021-04-07T01:38:58.908Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-07T01:38:58.930Z] $ docker stop --time=1 bc8197c7fa06c14353345ed6af44e0b89e7b8ec6026cd99ef18c88396e7f4bdc [2021-04-07T01:39:00.355Z] $ docker rm -f bc8197c7fa06c14353345ed6af44e0b89e7b8ec6026cd99ef18c88396e7f4bdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:39:01.277Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T01:39:01.277Z] . [Pipeline] withDockerContainer [2021-04-07T01:39:01.386Z] prd-centos7-docker-4c-2g-33092 does not seem to be running inside a container [2021-04-07T01:39:01.448Z] $ 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/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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-x86_64 cat [2021-04-07T01:39:02.218Z] $ docker top 848058faf13984f5a4b771b13433abf6537938a8b40788d9cbb92fe5bc4601dd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-07T01:39:02.440Z] ========================================================= [2021-04-07T01:39:02.440Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-07T01:39:02.440Z] ========================================================= [Pipeline] sh [2021-04-07T01:39:02.736Z] + make test [2021-04-07T01:39:02.736Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-07T01:39:12.796Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-07T01:39:27.891Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-07T01:39:37.148Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-07T01:39:37.148Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-07T01:39:37.148Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-07T01:39:38.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-07T01:39:38.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-07T01:39:38.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-07T01:39:39.165Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-07T01:39:40.144Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-07T01:39:40.423Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-07T01:39:43.017Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-07T01:39:43.017Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-07T01:39:43.017Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-07T01:39:46.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.172s coverage: 45.9% of statements [2021-04-07T01:39:46.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-07T01:39:46.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-07T01:39:46.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-07T01:39:46.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-07T01:39:46.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-07T01:39:46.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-07T01:39:46.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements [2021-04-07T01:39:46.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements [2021-04-07T01:39:49.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements [2021-04-07T01:39:49.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-07T01:39:49.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-07T01:39:49.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-07T01:39:49.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-07T01:39:49.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-07T01:39:49.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-07T01:39:49.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-04-07T01:39:49.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-07T01:39:49.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements [2021-04-07T01:39:49.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-07T01:39:49.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-07T01:39:49.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.121s coverage: 71.3% of statements [2021-04-07T01:39:49.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-07T01:39:49.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-07T01:39:50.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.222s coverage: 82.9% of statements [2021-04-07T01:39:50.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-07T01:39:50.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:39:50.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-04-07T01:39:50.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-07T01:39:53.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.448s coverage: 28.6% of statements [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-07T01:39:53.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-07T01:39:53.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-07T01:39:53.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.186s coverage: 86.7% of statements [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-07T01:39:53.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.188s coverage: 97.5% of statements [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-07T01:39:53.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-07T01:39:53.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-07T01:39:56.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.408s coverage: 92.8% of statements [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-07T01:39:56.043Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-07T01:39:56.043Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 1.0% of statements [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-07T01:39:56.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-07T01:39:56.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2021-04-07T01:39:56.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.085s coverage: 79.5% of statements [2021-04-07T01:39:56.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements [2021-04-07T01:39:56.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements [2021-04-07T01:39:56.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements [2021-04-07T01:40:08.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.070s coverage: 94.4% of statements [2021-04-07T01:40:08.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-04-07T01:40:11.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.256s coverage: 81.5% of statements [2021-04-07T01:40:11.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-07T01:40:11.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.058s coverage: 87.1% of statements [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.093s coverage: 92.9% of statements [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.139s coverage: 91.6% of statements [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 64.4% of statements [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 69.0% of statements [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 38.4% of statements [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2021-04-07T01:40:23.561Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.140s coverage: 47.0% of statements [2021-04-07T01:40:23.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.057s coverage: 11.0% of statements [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.153s coverage: 87.1% of statements [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.731s coverage: 29.1% of statements [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.109s coverage: 95.6% of statements [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-07T01:40:23.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-04-07T01:40:23.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-07T01:40:23.562Z] GO111MODULE=on go vet ./... [2021-04-07T01:40:55.976Z] gofmt -l . [2021-04-07T01:40:55.976Z] [ "`gofmt -l .`" = "" ] [2021-04-07T01:40:55.976Z] ./bin/test-go-mod-tidy.sh [2021-04-07T01:40:56.566Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-07T01:40:57.781Z] + ls -al . [2021-04-07T01:40:57.781Z] total 808 [2021-04-07T01:40:57.781Z] drwxrwxr-x 10 1001 1001 4096 Apr 7 01:40 . [2021-04-07T01:40:57.781Z] drwxr-xr-x 4 root root 32 Apr 7 01:39 .. [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 11 Apr 7 01:37 .dockerignore [2021-04-07T01:40:57.781Z] drwxrwxr-x 8 1001 1001 162 Apr 7 01:37 .git [2021-04-07T01:40:57.781Z] drwxrwxr-x 3 1001 1001 125 Apr 7 01:37 .github [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 818 Apr 7 01:37 .gitignore [2021-04-07T01:40:57.781Z] drwx------ 3 1001 1001 45 Apr 7 01:37 .semver [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 166 Apr 7 01:37 .sonarcloud.properties [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 8607 Apr 7 01:37 Attribution.txt [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 3804 Apr 7 01:37 CONTRIBUTING.md [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 931 Apr 7 01:37 Dockerfile.build [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 863 Apr 7 01:37 Jenkinsfile [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 10775 Apr 7 01:37 LICENSE [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 5774 Apr 7 01:37 Makefile [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 6548 Apr 7 01:37 README.md [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 6755 Apr 7 01:37 SECURITY.md [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 13 Apr 7 01:38 VERSION [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 4131 Apr 7 01:37 ZMQWindows.md [2021-04-07T01:40:57.781Z] drwxrwxr-x 2 1001 1001 117 Apr 7 01:37 bin [2021-04-07T01:40:57.781Z] drwxrwxr-x 14 1001 1001 4096 Apr 7 01:37 cmd [2021-04-07T01:40:57.781Z] -rw-r--r-- 1 root root 697383 Apr 7 01:40 coverage.out [2021-04-07T01:40:57.781Z] -rw-r--r-- 1 root root 1056 Apr 7 01:40 go.mod [2021-04-07T01:40:57.781Z] -rw-r--r-- 1 root root 22360 Apr 7 01:40 go.sum [2021-04-07T01:40:57.781Z] drwxrwxr-x 8 1001 1001 127 Apr 7 01:37 internal [2021-04-07T01:40:57.781Z] drwxrwxr-x 4 1001 1001 26 Apr 7 01:37 openapi [2021-04-07T01:40:57.781Z] drwxrwxr-x 4 1001 1001 71 Apr 7 01:37 snap [2021-04-07T01:40:57.781Z] -rw-rw-r-- 1 1001 1001 168 Apr 7 01:37 version.go [Pipeline] sh [2021-04-07T01:40:58.085Z] + '[' -e coverage.out ] [2021-04-07T01:40:58.085Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-07T01:40:58.351Z] Stashed 1 file(s) [Pipeline] sh [2021-04-07T01:40:58.658Z] + make build [2021-04-07T01:40:58.658Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/core-data/core-data ./cmd/core-data [2021-04-07T01:41:04.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-07T01:41:14.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/core-command/core-command ./cmd/core-command [2021-04-07T01:41:14.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-07T01:41:16.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-07T01:41:16.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-07T01:41:18.925Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-07T01:41:20.059Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33098 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-07T01:41:20.142Z] Running in /w/workspace/edgex-go/431 [Pipeline] { [Pipeline] checkout [2021-04-07T01:41:20.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-07T01:41:21.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-07T01:41:23.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-07T01:41:24.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-07T01:41:25.577Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-07T01:41:25.884Z] using credential edgex-jenkins-ssh [2021-04-07T01:41:25.995Z] Cloning the remote Git repository [2021-04-07T01:41:26.067Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-07T01:41:26.192Z] > git init /w/workspace/edgex-go/431 # timeout=10 [2021-04-07T01:41:26.290Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T01:41:26.292Z] > git --version # timeout=10 [2021-04-07T01:41:26.323Z] > git --version # 'git version 2.17.1' [2021-04-07T01:41:26.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:41:26.424Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-04-07T01:41:28.208Z] $ docker stop --time=1 848058faf13984f5a4b771b13433abf6537938a8b40788d9cbb92fe5bc4601dd [2021-04-07T01:41:29.931Z] $ docker rm -f 848058faf13984f5a4b771b13433abf6537938a8b40788d9cbb92fe5bc4601dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:41:33.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T01:41:33.577Z] [2021-04-07T01:41:33.577Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:41:33.927Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T01:41:33.927Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-07T01:41:33.927Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-07T01:41:33.927Z] ca9280d653b3: Pulling fs layer [2021-04-07T01:41:33.927Z] 7e9c9ca2126c: Pulling fs layer [2021-04-07T01:41:34.189Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-07T01:41:34.189Z] cbdbe7a5bc2a: Download complete [2021-04-07T01:41:34.775Z] ca9280d653b3: Verifying Checksum [2021-04-07T01:41:34.775Z] ca9280d653b3: Download complete [2021-04-07T01:41:34.775Z] cbdbe7a5bc2a: Pull complete [2021-04-07T01:41:35.734Z] 7e9c9ca2126c: Verifying Checksum [2021-04-07T01:41:35.734Z] 7e9c9ca2126c: Download complete [2021-04-07T01:41:35.734Z] ca9280d653b3: Pull complete [2021-04-07T01:41:42.378Z] 7e9c9ca2126c: Pull complete [2021-04-07T01:41:42.378Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-07T01:41:42.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T01:41:42.378Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-07T01:41:42.585Z] prd-centos7-docker-4c-2g-33092 does not seem to be running inside a container [2021-04-07T01:41:42.757Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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:latest cat [2021-04-07T01:41:44.750Z] $ docker top 3e10eaa0dd6a4cca2e1f7f386ae46bce398cec756b4d360102adff42dd0e68bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:41:45.297Z] + docker-compose build --help [2021-04-07T01:41:45.297Z] + grep parallel [2021-04-07T01:41:46.247Z] --parallel Build images in parallel. [Pipeline] } [2021-04-07T01:41:46.526Z] $ docker stop --time=1 3e10eaa0dd6a4cca2e1f7f386ae46bce398cec756b4d360102adff42dd0e68bf [2021-04-07T01:41:47.802Z] Checking out Revision 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 (master) [2021-04-07T01:41:47.908Z] $ docker rm -f 3e10eaa0dd6a4cca2e1f7f386ae46bce398cec756b4d360102adff42dd0e68bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:41:48.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-07T01:41:48.546Z] . [Pipeline] withDockerContainer [2021-04-07T01:41:48.655Z] prd-centos7-docker-4c-2g-33092 does not seem to be running inside a container [2021-04-07T01:41:48.710Z] $ 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/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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-04-07T01:41:47.016Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T01:41:47.048Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T01:41:47.070Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-07T01:41:47.138Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-07T01:41:47.139Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T01:41:47.153Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T01:41:47.839Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T01:41:47.857Z] > git checkout -f 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 # timeout=10 [2021-04-07T01:41:50.341Z] $ docker top ea2b73de22dab08ceae80c487c08d1730b46841c61aef45bb536661912e54468 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:41:50.882Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-07T01:41:51.835Z] Building docker-core-command-go ... [2021-04-07T01:41:51.835Z] Building docker-core-data-go ... [2021-04-07T01:41:51.835Z] Building docker-core-metadata-go ... [2021-04-07T01:41:51.835Z] Building docker-security-bootstrapper-go ... [2021-04-07T01:41:51.835Z] Building docker-security-proxy-setup-go ... [2021-04-07T01:41:51.835Z] Building docker-security-secretstore-setup-go ... [2021-04-07T01:41:51.835Z] Building docker-support-notifications-go ... [2021-04-07T01:41:51.835Z] Building docker-support-scheduler-go ... [2021-04-07T01:41:51.835Z] Building docker-sys-mgmt-agent-go ... [2021-04-07T01:41:51.835Z] Building docker-security-bootstrapper-go [2021-04-07T01:41:51.835Z] Building docker-security-secretstore-setup-go [2021-04-07T01:41:51.835Z] Building docker-core-command-go [2021-04-07T01:41:51.835Z] Building docker-support-scheduler-go [2021-04-07T01:41:51.835Z] Building docker-sys-mgmt-agent-go [2021-04-07T01:41:52.572Z] Commit message: "refactor: Switch to 2.0 Consul path (#3340)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T01:41:54.000Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-07T01:41:54.451Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T01:41:54.807Z] + true [2021-04-07T01:41:54.807Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T01:41:56.866Z] provisioning config files... [2021-04-07T01:41:56.918Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/431@tmp/config7996661280928550435tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:41:57.355Z] ---> docker-login.sh [2021-04-07T01:41:57.355Z] nexus3.edgexfoundry.org:10001 [2021-04-07T01:41:58.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:41:58.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:41:58.618Z] Configure a credential helper to remove this warning. See [2021-04-07T01:41:58.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:41:58.618Z] [2021-04-07T01:41:58.618Z] Login Succeeded [2021-04-07T01:41:58.618Z] nexus3.edgexfoundry.org:10002 [2021-04-07T01:41:59.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:41:59.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:41:59.222Z] Configure a credential helper to remove this warning. See [2021-04-07T01:41:59.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:41:59.222Z] [2021-04-07T01:41:59.222Z] Login Succeeded [2021-04-07T01:41:59.222Z] nexus3.edgexfoundry.org:10003 [2021-04-07T01:41:59.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:41:59.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:41:59.823Z] Configure a credential helper to remove this warning. See [2021-04-07T01:41:59.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:41:59.823Z] [2021-04-07T01:41:59.823Z] Login Succeeded [2021-04-07T01:41:59.823Z] nexus3.edgexfoundry.org:10004 [2021-04-07T01:42:00.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:42:00.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:42:00.377Z] Configure a credential helper to remove this warning. See [2021-04-07T01:42:00.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:42:00.377Z] [2021-04-07T01:42:00.377Z] Login Succeeded [2021-04-07T01:42:00.377Z] docker.io [2021-04-07T01:42:00.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:42:00.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:42:00.923Z] Configure a credential helper to remove this warning. See [2021-04-07T01:42:00.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:42:00.923Z] [2021-04-07T01:42:00.923Z] Login Succeeded [2021-04-07T01:42:00.923Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T01:42:00.941Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T01:42:01.445Z] ========================================================= [2021-04-07T01:42:01.445Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-07T01:42:01.445Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:42:01.861Z] + 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-04-07T01:42:04.510Z] Sending build context to Docker daemon 167.2MB [2021-04-07T01:42:04.511Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T01:42:04.511Z] Step 2/6 : FROM ${BASE} [2021-04-07T01:42:04.511Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-07T01:42:04.511Z] 5f621e34cdf4: Pulling fs layer [2021-04-07T01:42:04.511Z] a4357932f1b6: Pulling fs layer [2021-04-07T01:42:04.511Z] 18c013af1878: Pulling fs layer [2021-04-07T01:42:04.511Z] 00ac8860ef70: Pulling fs layer [2021-04-07T01:42:04.511Z] 63d7cb157983: Pulling fs layer [2021-04-07T01:42:04.511Z] b116817d02f9: Pulling fs layer [2021-04-07T01:42:04.511Z] 745a02a5169b: Pulling fs layer [2021-04-07T01:42:04.511Z] 63d7cb157983: Waiting [2021-04-07T01:42:04.511Z] 745a02a5169b: Waiting [2021-04-07T01:42:04.511Z] 00ac8860ef70: Waiting [2021-04-07T01:42:04.511Z] b116817d02f9: Waiting [2021-04-07T01:42:04.511Z] 18c013af1878: Verifying Checksum [2021-04-07T01:42:04.511Z] 18c013af1878: Download complete [2021-04-07T01:42:04.511Z] a4357932f1b6: Verifying Checksum [2021-04-07T01:42:04.511Z] a4357932f1b6: Download complete [2021-04-07T01:42:04.511Z] 63d7cb157983: Download complete [2021-04-07T01:42:04.511Z] b116817d02f9: Verifying Checksum [2021-04-07T01:42:04.511Z] b116817d02f9: Download complete [2021-04-07T01:42:04.511Z] 5f621e34cdf4: Verifying Checksum [2021-04-07T01:42:04.511Z] 5f621e34cdf4: Download complete [2021-04-07T01:42:05.122Z] 5f621e34cdf4: Pull complete [2021-04-07T01:42:06.123Z] a4357932f1b6: Pull complete [2021-04-07T01:42:06.403Z] 18c013af1878: Pull complete [2021-04-07T01:42:06.681Z] 745a02a5169b: Verifying Checksum [2021-04-07T01:42:06.681Z] 745a02a5169b: Download complete [2021-04-07T01:42:08.686Z] 00ac8860ef70: Verifying Checksum [2021-04-07T01:42:08.686Z] 00ac8860ef70: Download complete [2021-04-07T01:42:18.869Z] 00ac8860ef70: Pull complete [2021-04-07T01:42:19.145Z] 63d7cb157983: Pull complete [2021-04-07T01:42:19.744Z] b116817d02f9: Pull complete [2021-04-07T01:42:23.141Z] 745a02a5169b: Pull complete [2021-04-07T01:42:23.141Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-07T01:42:23.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-07T01:42:23.141Z] ---> b7e6874047d6 [2021-04-07T01:42:23.141Z] 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-04-07T01:42:26.557Z] ---> Running in c1188818d8f5 [2021-04-07T01:42:28.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:42:28.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:42:29.583Z] (1/12) Installing libmagic (5.38-r0) [2021-04-07T01:42:29.857Z] (2/12) Installing file (5.38-r0) [2021-04-07T01:42:30.133Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-07T01:42:30.133Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-07T01:42:30.824Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:42:30.824Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:42:30.824Z] ---> 0fcb5ac2586f [2021-04-07T01:42:30.824Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:42:30.824Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:42:30.824Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:42:30.824Z] ---> 0fcb5ac2586f [2021-04-07T01:42:30.824Z] Step 3/26 : WORKDIR /edgex-go [2021-04-07T01:42:30.824Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:42:30.824Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:42:30.824Z] ---> 0fcb5ac2586f [2021-04-07T01:42:30.824Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T01:42:30.824Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:42:30.824Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:42:30.824Z] ---> 0fcb5ac2586f [2021-04-07T01:42:30.824Z] Step 3/24 : WORKDIR /edgex-go [2021-04-07T01:42:30.824Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:42:30.824Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:42:30.824Z] ---> 0fcb5ac2586f [2021-04-07T01:42:30.824Z] Step 3/31 : WORKDIR /edgex-go [2021-04-07T01:42:30.824Z] ---> Running in 8f8c932674d3 [2021-04-07T01:42:30.824Z] ---> Running in 4b865e9c001c [2021-04-07T01:42:30.824Z] ---> Running in 569977c09ca5 [2021-04-07T01:42:30.824Z] ---> Running in d04b0349d6d1 [2021-04-07T01:42:30.824Z] ---> Running in 2c84bc143c41 [2021-04-07T01:42:30.824Z] Removing intermediate container 2c84bc143c41 [2021-04-07T01:42:30.824Z] ---> 4281350fdfac [2021-04-07T01:42:30.824Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:42:30.824Z] Removing intermediate container 4b865e9c001c [2021-04-07T01:42:30.824Z] ---> 671af32be8c5 [2021-04-07T01:42:30.824Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:42:30.824Z] Removing intermediate container 569977c09ca5 [2021-04-07T01:42:30.824Z] ---> 563affe9351f [2021-04-07T01:42:30.824Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:42:30.824Z] Removing intermediate container d04b0349d6d1 [2021-04-07T01:42:30.824Z] ---> 0e409a6b8189 [2021-04-07T01:42:30.824Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:42:30.824Z] Removing intermediate container 8f8c932674d3 [2021-04-07T01:42:30.824Z] ---> 7061255394ef [2021-04-07T01:42:30.824Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:42:30.824Z] ---> Running in 1b66080b9af7 [2021-04-07T01:42:30.824Z] ---> Running in e4b4997120db [2021-04-07T01:42:30.824Z] ---> Running in 935839d7b546 [2021-04-07T01:42:30.824Z] ---> Running in 002ce52e7d36 [2021-04-07T01:42:30.824Z] ---> Running in 704389ac9f3c [2021-04-07T01:42:30.824Z] Removing intermediate container e4b4997120db [2021-04-07T01:42:30.824Z] ---> a4c549199801 [2021-04-07T01:42:30.824Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-07T01:42:30.824Z] Removing intermediate container 935839d7b546 [2021-04-07T01:42:30.824Z] ---> 75df07b957d2 [2021-04-07T01:42:30.824Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-07T01:42:30.824Z] Removing intermediate container 1b66080b9af7 [2021-04-07T01:42:30.824Z] ---> caa51a272c34 [2021-04-07T01:42:30.824Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-07T01:42:31.095Z] ---> Running in 64a98520bc0f [2021-04-07T01:42:31.095Z] Removing intermediate container 002ce52e7d36 [2021-04-07T01:42:31.095Z] ---> adfbaa73252d [2021-04-07T01:42:31.095Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-07T01:42:31.095Z] ---> Running in f2c6dfd17c82 [2021-04-07T01:42:31.095Z] Removing intermediate container 704389ac9f3c [2021-04-07T01:42:31.095Z] ---> f68adedc4c68 [2021-04-07T01:42:31.095Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T01:42:31.377Z] ---> Running in 67499d4bc14d [2021-04-07T01:42:31.377Z] ---> Running in 647d9f61ff7a [2021-04-07T01:42:31.377Z] ---> Running in 800b0de1cd38 [2021-04-07T01:42:32.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:32.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:32.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:32.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:32.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:32.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:32.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:32.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:33.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:33.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:42:33.466Z] OK: 233 MiB in 51 packages [2021-04-07T01:42:33.466Z] OK: 233 MiB in 51 packages [2021-04-07T01:42:33.466Z] OK: 233 MiB in 51 packages [2021-04-07T01:42:33.736Z] OK: 233 MiB in 51 packages [2021-04-07T01:42:33.736Z] OK: 233 MiB in 51 packages [2021-04-07T01:42:34.698Z] Removing intermediate container f2c6dfd17c82 [2021-04-07T01:42:34.698Z] ---> d798142418c6 [2021-04-07T01:42:34.698Z] Step 6/24 : COPY go.mod . [2021-04-07T01:42:34.698Z] Removing intermediate container 64a98520bc0f [2021-04-07T01:42:34.698Z] ---> 8af465692419 [2021-04-07T01:42:34.698Z] Step 6/22 : COPY go.mod . [2021-04-07T01:42:34.968Z] Removing intermediate container 67499d4bc14d [2021-04-07T01:42:34.968Z] ---> bc1b5441d341 [2021-04-07T01:42:34.968Z] Step 6/31 : COPY go.mod . [2021-04-07T01:42:34.968Z] Removing intermediate container 647d9f61ff7a [2021-04-07T01:42:34.968Z] ---> 0c1c399d9027 [2021-04-07T01:42:34.968Z] Step 6/26 : COPY go.mod . [2021-04-07T01:42:34.968Z] Removing intermediate container 800b0de1cd38 [2021-04-07T01:42:34.968Z] ---> 823bff9558cd [2021-04-07T01:42:34.968Z] Step 6/23 : COPY go.mod . [2021-04-07T01:42:35.233Z] ---> a85d0982f5b5 [2021-04-07T01:42:35.233Z] Step 7/24 : RUN go mod download [2021-04-07T01:42:35.233Z] ---> 24a265c549eb [2021-04-07T01:42:35.233Z] Step 7/22 : RUN go mod download [2021-04-07T01:42:35.233Z] ---> 6adb371d5b6c [2021-04-07T01:42:35.233Z] Step 7/31 : RUN go mod download [2021-04-07T01:42:35.233Z] ---> Running in f98cfa07ed82 [2021-04-07T01:42:35.233Z] ---> Running in 2e49c14da6af [2021-04-07T01:42:35.497Z] ---> ec33326766be [2021-04-07T01:42:35.497Z] Step 7/26 : RUN go mod download [2021-04-07T01:42:35.497Z] ---> Running in bd5fbcadefea [2021-04-07T01:42:35.497Z] ---> 318a014113fe [2021-04-07T01:42:35.497Z] Step 7/23 : RUN go mod download [2021-04-07T01:42:35.497Z] ---> Running in e33f34d51b74 [2021-04-07T01:42:35.760Z] ---> Running in 8fbb489ae571 [2021-04-07T01:42:39.117Z] Removing intermediate container f98cfa07ed82 [2021-04-07T01:42:39.117Z] ---> 5a8f8150a54b [2021-04-07T01:42:39.117Z] Step 8/24 : COPY . . [2021-04-07T01:42:39.117Z] Removing intermediate container bd5fbcadefea [2021-04-07T01:42:39.117Z] ---> 560afe09d4f3 [2021-04-07T01:42:39.117Z] Step 8/31 : COPY . . [2021-04-07T01:42:39.117Z] Removing intermediate container 8fbb489ae571 [2021-04-07T01:42:39.117Z] ---> e727f39d46b5 [2021-04-07T01:42:39.117Z] Step 8/23 : COPY . . [2021-04-07T01:42:39.117Z] Removing intermediate container 2e49c14da6af [2021-04-07T01:42:39.117Z] ---> c7a31d147770 [2021-04-07T01:42:39.117Z] Step 8/22 : COPY . . [2021-04-07T01:42:39.117Z] Removing intermediate container e33f34d51b74 [2021-04-07T01:42:39.117Z] ---> 78c7050f7c14 [2021-04-07T01:42:39.117Z] Step 8/26 : COPY . . [2021-04-07T01:42:42.547Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-07T01:42:42.547Z] (6/12) Installing patch (2.7.6-r6) [2021-04-07T01:42:42.547Z] (7/12) Installing build-base (0.5-r2) [2021-04-07T01:42:42.547Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-07T01:42:42.547Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-07T01:42:42.547Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-07T01:42:42.547Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-07T01:42:42.547Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-07T01:42:42.547Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:42:42.547Z] OK: 217 MiB in 51 packages [2021-04-07T01:42:45.991Z] Removing intermediate container c1188818d8f5 [2021-04-07T01:42:45.991Z] ---> 376b25b7aa8c [2021-04-07T01:42:45.991Z] Step 4/6 : WORKDIR /edgex-go [2021-04-07T01:42:45.991Z] ---> Running in 23f2d39d1dda [2021-04-07T01:42:46.598Z] Removing intermediate container 23f2d39d1dda [2021-04-07T01:42:46.598Z] ---> 0c796a028a2c [2021-04-07T01:42:46.598Z] Step 5/6 : COPY go.mod . [2021-04-07T01:42:47.197Z] ---> 822930b16bf6 [2021-04-07T01:42:47.197Z] Step 6/6 : RUN go mod download [2021-04-07T01:42:47.484Z] ---> Running in d90431a341a5 [2021-04-07T01:43:14.297Z] Removing intermediate container d90431a341a5 [2021-04-07T01:43:14.297Z] ---> 584711dfeab4 [2021-04-07T01:43:14.297Z] Successfully built 584711dfeab4 [2021-04-07T01:43:14.297Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:43:14.652Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T01:43:14.652Z] . [Pipeline] withDockerContainer [2021-04-07T01:43:14.959Z] prd-ubuntu18.04-docker-arm64-4c-16g-33098 does not seem to be running inside a container [2021-04-07T01:43:15.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T01:43:16.727Z] $ docker top 1b9145341dd5b933501a446be9b7e31be128772c3669452844c173fa8c196123 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:43:17.938Z] + go version [2021-04-07T01:43:17.938Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-07T01:43:17.964Z] $ docker stop --time=1 1b9145341dd5b933501a446be9b7e31be128772c3669452844c173fa8c196123 [2021-04-07T01:43:19.991Z] $ docker rm -f 1b9145341dd5b933501a446be9b7e31be128772c3669452844c173fa8c196123 [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-04-07T01:43:21.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T01:43:21.679Z] [2021-04-07T01:43:21.679Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:43:22.090Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T01:43:22.362Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-07T01:43:22.362Z] 29e5d40040c1: Pulling fs layer [2021-04-07T01:43:22.362Z] 1ce36da41761: Pulling fs layer [2021-04-07T01:43:22.362Z] 25b303627fd3: Pulling fs layer [2021-04-07T01:43:22.637Z] 29e5d40040c1: Download complete [2021-04-07T01:43:22.911Z] 1ce36da41761: Verifying Checksum [2021-04-07T01:43:22.911Z] 1ce36da41761: Download complete [2021-04-07T01:43:23.509Z] 29e5d40040c1: Pull complete [2021-04-07T01:43:24.490Z] 1ce36da41761: Pull complete [2021-04-07T01:43:25.089Z] 25b303627fd3: Verifying Checksum [2021-04-07T01:43:25.089Z] 25b303627fd3: Download complete [2021-04-07T01:43:26.534Z] ---> b6d154ab117e [2021-04-07T01:43:26.535Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-07T01:43:26.535Z] ---> 9631c5a10282 [2021-04-07T01:43:26.535Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-07T01:43:26.535Z] ---> 5b987641ef4e [2021-04-07T01:43:26.535Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-07T01:43:26.535Z] ---> 525b4f1c7275 [2021-04-07T01:43:26.535Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-07T01:43:26.535Z] ---> Running in ca3d2a9512e3 [2021-04-07T01:43:26.535Z] ---> Running in 42a78999e287 [2021-04-07T01:43:26.535Z] ---> Running in 63edfe838ab5 [2021-04-07T01:43:26.535Z] ---> Running in ff472fffcfce [2021-04-07T01:43:26.535Z] ---> 6335788a20db [2021-04-07T01:43:26.535Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-07T01:43:26.535Z] ---> Running in fd6513eacd12 [2021-04-07T01:43:26.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-07T01:43:26.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-07T01:43:26.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-07T01:43:26.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/core-command/core-command ./cmd/core-command [2021-04-07T01:43:26.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-07T01:43:35.242Z] 25b303627fd3: Pull complete [2021-04-07T01:43:35.242Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-07T01:43:35.242Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T01:43:35.242Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-07T01:43:35.471Z] prd-ubuntu18.04-docker-arm64-4c-16g-33098 does not seem to be running inside a container [2021-04-07T01:43:35.558Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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-04-07T01:43:38.981Z] $ docker top 42206f5cab2aa9e7386a8904b96589adf98e0950b439a226255219d2bf45ecf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:43:40.038Z] + docker-compose build --help [2021-04-07T01:43:40.038Z] + grep parallel [2021-04-07T01:43:44.365Z] --parallel Build images in parallel. [Pipeline] } [2021-04-07T01:43:44.390Z] $ docker stop --time=1 42206f5cab2aa9e7386a8904b96589adf98e0950b439a226255219d2bf45ecf0 [2021-04-07T01:43:46.328Z] $ docker rm -f 42206f5cab2aa9e7386a8904b96589adf98e0950b439a226255219d2bf45ecf0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:43:47.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-07T01:43:47.164Z] . [Pipeline] withDockerContainer [2021-04-07T01:43:47.438Z] prd-ubuntu18.04-docker-arm64-4c-16g-33098 does not seem to be running inside a container [2021-04-07T01:43:47.549Z] $ 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/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-07T01:43:48.927Z] $ docker top d3cd36ad67ca4562c5e04f6ff29d19161eac7f7ff0c4f718d02e8b5dffd365cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:43:50.067Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-07T01:43:53.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-07T01:43:55.468Z] Building docker-core-command-go ... [2021-04-07T01:43:55.468Z] Building docker-core-data-go ... [2021-04-07T01:43:55.468Z] Building docker-core-metadata-go ... [2021-04-07T01:43:55.468Z] Building docker-security-bootstrapper-go ... [2021-04-07T01:43:55.468Z] Building docker-security-proxy-setup-go ... [2021-04-07T01:43:55.468Z] Building docker-security-secretstore-setup-go ... [2021-04-07T01:43:55.468Z] Building docker-support-notifications-go ... [2021-04-07T01:43:55.468Z] Building docker-support-scheduler-go ... [2021-04-07T01:43:55.468Z] Building docker-sys-mgmt-agent-go ... [2021-04-07T01:43:55.468Z] Building docker-support-notifications-go [2021-04-07T01:43:55.468Z] Building docker-support-scheduler-go [2021-04-07T01:43:55.468Z] Building docker-sys-mgmt-agent-go [2021-04-07T01:43:55.468Z] Building docker-security-proxy-setup-go [2021-04-07T01:43:55.468Z] Building docker-security-secretstore-setup-go [2021-04-07T01:43:59.918Z] Removing intermediate container fd6513eacd12 [2021-04-07T01:43:59.919Z] ---> 96aa5dcd9374 [2021-04-07T01:43:59.919Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-07T01:43:59.919Z] ---> Running in 54c7c09e2486 [2021-04-07T01:44:00.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-07T01:44:07.554Z] Removing intermediate container 63edfe838ab5 [2021-04-07T01:44:07.554Z] ---> a8ec065cd960 [2021-04-07T01:44:07.554Z] [2021-04-07T01:44:07.554Z] Step 10/24 : FROM alpine:3.12 [2021-04-07T01:44:07.554Z] Removing intermediate container 42a78999e287 [2021-04-07T01:44:07.554Z] ---> 4246aa27346a [2021-04-07T01:44:07.554Z] [2021-04-07T01:44:07.554Z] Step 10/31 : FROM alpine:3.12 [2021-04-07T01:44:07.554Z] 3.12: Pulling from library/alpine [2021-04-07T01:44:07.554Z] 3.12: Pulling from library/alpine [2021-04-07T01:44:07.554Z] Removing intermediate container ff472fffcfce [2021-04-07T01:44:07.554Z] ---> 57599bbe5617 [2021-04-07T01:44:07.554Z] [2021-04-07T01:44:07.554Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T01:44:07.554Z] Removing intermediate container ca3d2a9512e3 [2021-04-07T01:44:07.554Z] ---> 7b166a085a1f [2021-04-07T01:44:07.554Z] [2021-04-07T01:44:07.554Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:44:07.554Z] 3.12: Pulling from library/alpine [2021-04-07T01:44:07.554Z] 3.12: Pulling from library/alpine [2021-04-07T01:44:07.819Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T01:44:08.086Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T01:44:08.086Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T01:44:08.086Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T01:44:08.086Z] ---> 7230e588e954 [2021-04-07T01:44:08.086Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-07T01:44:08.086Z] ---> 7230e588e954 [2021-04-07T01:44:08.086Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:44:08.086Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T01:44:08.086Z] Status: Image is up to date for alpine:3.12 [2021-04-07T01:44:08.086Z] ---> 7230e588e954 [2021-04-07T01:44:08.086Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-07T01:44:08.086Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T01:44:08.086Z] Status: Image is up to date for alpine:3.12 [2021-04-07T01:44:08.086Z] ---> 7230e588e954 [2021-04-07T01:44:08.086Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:44:08.086Z] Removing intermediate container 54c7c09e2486 [2021-04-07T01:44:08.086Z] ---> 1e9edb80ffde [2021-04-07T01:44:08.086Z] [2021-04-07T01:44:08.086Z] Step 11/26 : FROM docker:20.10.0 [2021-04-07T01:44:08.086Z] 20.10.0: Pulling from library/docker [2021-04-07T01:44:08.352Z] ---> Running in 6617444d65da [2021-04-07T01:44:08.352Z] ---> Running in 3d2377a0c85a [2021-04-07T01:44:08.352Z] ---> Running in 65790b922e68 [2021-04-07T01:44:08.352Z] ---> Running in c44b49f70cd1 [2021-04-07T01:44:08.615Z] Removing intermediate container 6617444d65da [2021-04-07T01:44:08.615Z] ---> 25e7ee26ef1b [2021-04-07T01:44:08.615Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-07T01:44:09.210Z] ---> Running in 8a3d2f2dabe4 [2021-04-07T01:44:09.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:10.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:10.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:10.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:10.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:10.104Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-07T01:44:10.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:10.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:10.104Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:44:10.104Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-07T01:44:10.388Z] (4/6) Installing curl (7.69.1-r3) [2021-04-07T01:44:10.388Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-07T01:44:10.388Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-07T01:44:10.388Z] (6/6) Installing su-exec (0.2-r1) [2021-04-07T01:44:10.388Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:44:10.388Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:44:10.388Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:44:10.388Z] OK: 6 MiB in 15 packages [2021-04-07T01:44:10.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:10.388Z] OK: 7 MiB in 20 packages [2021-04-07T01:44:10.388Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-07T01:44:10.388Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:44:10.388Z] OK: 6 MiB in 15 packages [2021-04-07T01:44:10.658Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-07T01:44:10.658Z] (2/2) Installing su-exec (0.2-r1) [2021-04-07T01:44:10.658Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:44:10.658Z] OK: 6 MiB in 16 packages [2021-04-07T01:44:12.068Z] Removing intermediate container c44b49f70cd1 [2021-04-07T01:44:12.068Z] ---> 9c7697f33baf [2021-04-07T01:44:12.068Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:44:12.343Z] Removing intermediate container 3d2377a0c85a [2021-04-07T01:44:12.343Z] ---> 525264edc2bf [2021-04-07T01:44:12.343Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:44:12.343Z] ---> Running in 5013c3dd02e9 [2021-04-07T01:44:12.922Z] Removing intermediate container 65790b922e68 [2021-04-07T01:44:12.922Z] ---> 36e48dfacf77 [2021-04-07T01:44:12.922Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T01:44:13.189Z] Removing intermediate container 8a3d2f2dabe4 [2021-04-07T01:44:13.189Z] ---> 61de3c2164cf [2021-04-07T01:44:13.189Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-07T01:44:13.454Z] ---> Running in 31e8955856e5 [2021-04-07T01:44:13.454Z] ---> Running in 310a786fc00d [2021-04-07T01:44:13.454Z] ---> Running in 45abb957f75e [2021-04-07T01:44:13.454Z] Removing intermediate container 5013c3dd02e9 [2021-04-07T01:44:13.454Z] ---> 01e7dbdaeede [2021-04-07T01:44:13.454Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-07T01:44:13.454Z] ---> Running in 35335dd1996d [2021-04-07T01:44:13.721Z] Removing intermediate container 31e8955856e5 [2021-04-07T01:44:13.721Z] ---> 482b80273c5a [2021-04-07T01:44:13.721Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-07T01:44:13.721Z] Removing intermediate container 310a786fc00d [2021-04-07T01:44:13.721Z] ---> 4709a6f4e6d9 [2021-04-07T01:44:13.721Z] Step 13/24 : WORKDIR / [2021-04-07T01:44:13.721Z] Removing intermediate container 45abb957f75e [2021-04-07T01:44:13.721Z] ---> a726532ab50f [2021-04-07T01:44:13.721Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-07T01:44:13.994Z] ---> Running in f5921a320c89 [2021-04-07T01:44:13.994Z] Removing intermediate container 35335dd1996d [2021-04-07T01:44:13.994Z] ---> 4d8bd3c415f7 [2021-04-07T01:44:13.994Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T01:44:13.994Z] ---> Running in b1416cc1a9dd [2021-04-07T01:44:13.994Z] ---> Running in ff5bf2cb4b7a [2021-04-07T01:44:13.994Z] ---> Running in bcfb11de36fd [2021-04-07T01:44:14.259Z] Removing intermediate container f5921a320c89 [2021-04-07T01:44:14.259Z] ---> 900c6d9e8ce7 [2021-04-07T01:44:14.259Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T01:44:14.259Z] Removing intermediate container ff5bf2cb4b7a [2021-04-07T01:44:14.259Z] ---> c40750820ba1 [2021-04-07T01:44:14.259Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-07T01:44:14.259Z] Removing intermediate container b1416cc1a9dd [2021-04-07T01:44:14.259Z] ---> 736505b1a552 [2021-04-07T01:44:14.259Z] 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-04-07T01:44:14.523Z] Removing intermediate container bcfb11de36fd [2021-04-07T01:44:14.523Z] ---> f97d966fa8d9 [2021-04-07T01:44:14.523Z] Step 15/23 : WORKDIR / [2021-04-07T01:44:14.523Z] ---> Running in a8c23724f029 [2021-04-07T01:44:15.103Z] ---> Running in d2d3a25986ee [2021-04-07T01:44:15.103Z] ---> Running in 04e0e4c23361 [2021-04-07T01:44:15.375Z] ---> daea6584e1ea [2021-04-07T01:44:15.375Z] 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-04-07T01:44:15.375Z] Removing intermediate container a8c23724f029 [2021-04-07T01:44:15.375Z] ---> cf7438175cd5 [2021-04-07T01:44:15.375Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:44:15.375Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-07T01:44:15.375Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-07T01:44:15.375Z] ---> aefe523efa57 [2021-04-07T01:44:15.375Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-07T01:44:15.643Z] Removing intermediate container 04e0e4c23361 [2021-04-07T01:44:15.643Z] ---> 868afc9e082d [2021-04-07T01:44:15.643Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:44:15.643Z] ---> Running in 3b6a8494891b [2021-04-07T01:44:15.643Z] ---> 82d737bfc0d9 [2021-04-07T01:44:15.643Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-07T01:44:15.906Z] ---> a9da4198055e [2021-04-07T01:44:15.906Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-07T01:44:16.177Z] ---> 5887a3921d13 [2021-04-07T01:44:16.177Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-07T01:44:16.177Z] ---> d688111a1a5a [2021-04-07T01:44:16.177Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-07T01:44:16.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:16.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:16.759Z] ---> 002f60e70150 [2021-04-07T01:44:16.759Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-07T01:44:16.759Z] Removing intermediate container d2d3a25986ee [2021-04-07T01:44:16.759Z] ---> 2a09bf2d80c8 [2021-04-07T01:44:16.759Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-07T01:44:17.025Z] (1/2) Installing readline (8.0.4-r0) [2021-04-07T01:44:17.025Z] (2/2) Installing bash (5.0.17-r0) [2021-04-07T01:44:17.025Z] Executing bash-5.0.17-r0.post-install [2021-04-07T01:44:17.025Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:44:17.025Z] OK: 12 MiB in 22 packages [2021-04-07T01:44:17.025Z] ---> Running in 1da330841265 [2021-04-07T01:44:17.025Z] ---> bff64c60bb73 [2021-04-07T01:44:17.025Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-07T01:44:17.025Z] ---> 8eb469bd8be7 [2021-04-07T01:44:17.025Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-07T01:44:17.289Z] ---> ea06d4aef802 [2021-04-07T01:44:17.289Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-07T01:44:17.552Z] ---> Running in 0fb1d7276f67 [2021-04-07T01:44:17.552Z] Removing intermediate container 1da330841265 [2021-04-07T01:44:17.552Z] ---> 95e1ed4ce606 [2021-04-07T01:44:17.552Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-07T01:44:17.817Z] ---> eee848727306 [2021-04-07T01:44:17.817Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-07T01:44:17.817Z] ---> 3cf948e3e785 [2021-04-07T01:44:17.817Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-07T01:44:18.080Z] ---> Running in 5778acec06f4 [2021-04-07T01:44:18.345Z] Removing intermediate container 0fb1d7276f67 [2021-04-07T01:44:18.345Z] ---> 7758d09f3bcc [2021-04-07T01:44:18.345Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:44:18.345Z] Removing intermediate container 3b6a8494891b [2021-04-07T01:44:18.345Z] ---> 6426b82ba518 [2021-04-07T01:44:18.345Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-07T01:44:18.345Z] ---> 3799a57444b7 [2021-04-07T01:44:18.345Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-07T01:44:18.345Z] ---> b98c138767b1 [2021-04-07T01:44:18.345Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-07T01:44:18.345Z] ---> Running in 1983b8115b65 [2021-04-07T01:44:18.609Z] ---> Running in 81067fe5428e [2021-04-07T01:44:18.609Z] ---> Running in 7c9487d3caf8 [2021-04-07T01:44:18.609Z] Removing intermediate container 5778acec06f4 [2021-04-07T01:44:18.609Z] ---> 881477788c32 [2021-04-07T01:44:18.609Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:44:18.609Z] ---> Running in 1b656946b578 [2021-04-07T01:44:18.873Z] ---> Running in 4e16cb4bbbb8 [2021-04-07T01:44:18.873Z] Removing intermediate container 1983b8115b65 [2021-04-07T01:44:18.873Z] ---> 29951610dabe [2021-04-07T01:44:18.873Z] Step 20/22 : LABEL arch=x86_64 [2021-04-07T01:44:19.138Z] Removing intermediate container 81067fe5428e [2021-04-07T01:44:19.138Z] ---> a103cd3ff62d [2021-04-07T01:44:19.138Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-07T01:44:19.138Z] ---> Running in 70f868c6c249 [2021-04-07T01:44:19.414Z] ---> Running in 29e011fd74e2 [2021-04-07T01:44:19.414Z] Removing intermediate container 4e16cb4bbbb8 [2021-04-07T01:44:19.414Z] ---> 746d3d45169d [2021-04-07T01:44:19.414Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T01:44:19.414Z] ---> Running in a052b8727d58 [2021-04-07T01:44:19.684Z] Removing intermediate container 70f868c6c249 [2021-04-07T01:44:19.684Z] ---> 245ed75979c3 [2021-04-07T01:44:19.684Z] Step 21/22 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:44:19.684Z] Removing intermediate container 29e011fd74e2 [2021-04-07T01:44:19.684Z] ---> 8a3eff1770b6 [2021-04-07T01:44:19.684Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-07T01:44:19.684Z] ---> Running in c4e768176f79 [2021-04-07T01:44:19.949Z] ---> Running in f12d1986c628 [2021-04-07T01:44:19.949Z] Removing intermediate container a052b8727d58 [2021-04-07T01:44:19.949Z] ---> 9bbf56c1537c [2021-04-07T01:44:19.949Z] Step 22/23 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:44:19.949Z] ---> Running in 464816a8183d [2021-04-07T01:44:20.214Z] Removing intermediate container c4e768176f79 [2021-04-07T01:44:20.214Z] ---> d2eefe65d21a [2021-04-07T01:44:20.214Z] Step 22/22 : LABEL version=2.0.0-dev.163 [2021-04-07T01:44:20.791Z] Removing intermediate container f12d1986c628 [2021-04-07T01:44:20.791Z] ---> 221a3b84649a [2021-04-07T01:44:20.791Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-07T01:44:20.791Z] ---> Running in 1f61aa3abcdc [2021-04-07T01:44:21.053Z] Removing intermediate container 464816a8183d [2021-04-07T01:44:21.053Z] ---> a5d7ed9e4ace [2021-04-07T01:44:21.053Z] Step 23/23 : LABEL version=2.0.0-dev.163 [2021-04-07T01:44:21.053Z] ---> Running in 8885d9323793 [2021-04-07T01:44:21.428Z] Removing intermediate container 1f61aa3abcdc [2021-04-07T01:44:21.428Z] ---> e46fc16d4179 [2021-04-07T01:44:21.428Z] [2021-04-07T01:44:21.428Z] Removing intermediate container 7c9487d3caf8 [2021-04-07T01:44:21.428Z] ---> cb0c05af940f [2021-04-07T01:44:21.428Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:44:21.428Z] Removing intermediate container 1b656946b578 [2021-04-07T01:44:21.428Z] ---> ead671204700 [2021-04-07T01:44:21.428Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-07T01:44:21.428Z] Removing intermediate container 8885d9323793 [2021-04-07T01:44:21.428Z] ---> 5581db1eeb7b [2021-04-07T01:44:21.428Z] [2021-04-07T01:44:21.766Z] ---> a3a050d01d5c [2021-04-07T01:44:21.766Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-07T01:44:21.766Z] ---> Running in 6c5479020064 [2021-04-07T01:44:21.766Z] Successfully built e46fc16d4179 [2021-04-07T01:44:21.766Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-07T01:44:21.766Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-04-07T01:44:21.766Z] ---> 2db50a4f14bb [2021-04-07T01:44:21.766Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-07T01:44:21.766Z] Successfully built 5581db1eeb7b [2021-04-07T01:44:21.766Z] Successfully tagged docker-core-command-go:latest [2021-04-07T01:44:21.766Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-04-07T01:44:21.766Z] Removing intermediate container 6c5479020064 [2021-04-07T01:44:21.766Z] ---> c4d79a468922 [2021-04-07T01:44:21.766Z] Step 22/24 : LABEL arch=x86_64 [2021-04-07T01:44:22.107Z] ---> 7b23eeddc840 [2021-04-07T01:44:22.107Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-07T01:44:22.107Z] ---> Running in eecf2dfaa275 [2021-04-07T01:44:22.393Z] Removing intermediate container eecf2dfaa275 [2021-04-07T01:44:22.393Z] ---> d18de7fd858d [2021-04-07T01:44:22.393Z] Step 23/24 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:44:22.394Z] ---> Running in 5dc15090cbd3 [2021-04-07T01:44:22.738Z] ---> 19d61ca047e4 [2021-04-07T01:44:22.738Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-07T01:44:22.738Z] ---> 9cdc483272e3 [2021-04-07T01:44:22.738Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-07T01:44:22.738Z] ---> Running in 245821db914c [2021-04-07T01:44:24.824Z] Removing intermediate container 5dc15090cbd3 [2021-04-07T01:44:24.824Z] ---> 8363f376a184 [2021-04-07T01:44:24.824Z] Step 24/24 : LABEL version=2.0.0-dev.163 [2021-04-07T01:44:28.161Z] ---> c1141a1645c3 [2021-04-07T01:44:28.161Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-07T01:44:28.161Z] ---> Running in 00a58faf4252 [2021-04-07T01:44:30.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:30.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:44:30.369Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-07T01:44:30.369Z] (2/33) Installing expat (2.2.9-r1) [2021-04-07T01:44:30.369Z] (3/33) Installing libffi (3.3-r2) [2021-04-07T01:44:30.369Z] (4/33) Installing gdbm (1.13-r1) [2021-04-07T01:44:30.369Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-07T01:44:30.369Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-07T01:44:30.369Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-07T01:44:33.693Z] Removing intermediate container 00a58faf4252 [2021-04-07T01:44:33.693Z] ---> abca44036fbc [2021-04-07T01:44:33.693Z] [2021-04-07T01:44:33.693Z] ---> 514fc2f73fb7 [2021-04-07T01:44:33.693Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-07T01:44:37.018Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-07T01:44:37.018Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-07T01:44:37.018Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-07T01:44:37.018Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-07T01:44:37.018Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-07T01:44:37.984Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-07T01:44:37.984Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-07T01:44:38.934Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-07T01:44:39.513Z] Successfully built abca44036fbc [2021-04-07T01:44:39.513Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-07T01:44:39.513Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-07T01:44:39.513Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-07T01:44:39.513Z] Building docker-support-notifications-go [2021-04-07T01:44:39.513Z]  Building docker-security-secretstore-setup-go ... done (18/33) Installing py3-requests (2.23.0-r0) [2021-04-07T01:44:39.513Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-07T01:44:39.513Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-07T01:44:39.786Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-07T01:44:40.057Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-07T01:44:41.021Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-07T01:44:41.985Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-07T01:44:42.578Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-07T01:44:42.578Z] ---> 81971f54b873 [2021-04-07T01:44:42.842Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-07T01:44:42.842Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-07T01:44:44.774Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-07T01:44:45.039Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-07T01:44:45.039Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-07T01:44:45.039Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-07T01:44:45.619Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-07T01:44:45.901Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-07T01:44:45.901Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-07T01:44:48.520Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:44:48.520Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:44:48.520Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:44:48.520Z] ---> 0fcb5ac2586f [2021-04-07T01:44:48.520Z] Step 3/21 : WORKDIR /edgex-go [2021-04-07T01:44:48.520Z] ---> Using cache [2021-04-07T01:44:48.520Z] ---> 7061255394ef [2021-04-07T01:44:48.520Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:44:48.520Z] ---> Using cache [2021-04-07T01:44:48.520Z] ---> f68adedc4c68 [2021-04-07T01:44:48.520Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-07T01:44:48.520Z] ---> Using cache [2021-04-07T01:44:48.520Z] ---> 823bff9558cd [2021-04-07T01:44:48.520Z] Step 6/21 : COPY go.mod . [2021-04-07T01:44:48.520Z] ---> Using cache [2021-04-07T01:44:48.520Z] ---> 318a014113fe [2021-04-07T01:44:48.520Z] Step 7/21 : RUN go mod download [2021-04-07T01:44:48.520Z] OK: 71 MiB in 55 packages [2021-04-07T01:44:48.792Z] ---> Using cache [2021-04-07T01:44:48.792Z] ---> e727f39d46b5 [2021-04-07T01:44:48.792Z] Step 8/21 : COPY . . [2021-04-07T01:44:48.792Z] ---> Using cache [2021-04-07T01:44:48.792Z] ---> 9631c5a10282 [2021-04-07T01:44:48.792Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-07T01:44:49.382Z] ---> Running in 2649a17e6132 [2021-04-07T01:44:50.358Z] ---> Running in 11fb847e3e51 [2021-04-07T01:44:50.621Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:44:50.621Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:44:50.621Z] ---> 0fcb5ac2586f [2021-04-07T01:44:50.621Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:44:50.621Z] ---> Using cache [2021-04-07T01:44:50.621Z] ---> 7061255394ef [2021-04-07T01:44:50.621Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:44:50.621Z] ---> Using cache [2021-04-07T01:44:50.621Z] ---> f68adedc4c68 [2021-04-07T01:44:50.621Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T01:44:50.621Z] ---> Using cache [2021-04-07T01:44:50.621Z] ---> 823bff9558cd [2021-04-07T01:44:50.621Z] Step 6/23 : COPY go.mod . [2021-04-07T01:44:50.621Z] ---> Using cache [2021-04-07T01:44:50.621Z] ---> 318a014113fe [2021-04-07T01:44:50.621Z] Step 7/23 : RUN go mod download [2021-04-07T01:44:50.621Z] ---> Using cache [2021-04-07T01:44:50.621Z] ---> e727f39d46b5 [2021-04-07T01:44:50.621Z] Step 8/23 : COPY . . [2021-04-07T01:44:50.621Z] ---> Using cache [2021-04-07T01:44:50.621Z] ---> 9631c5a10282 [2021-04-07T01:44:50.621Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-07T01:44:52.010Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:44:52.010Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:44:52.010Z] ---> 584711dfeab4 [2021-04-07T01:44:52.010Z] Step 3/21 : WORKDIR /edgex-go [2021-04-07T01:44:52.010Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:44:52.010Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:44:52.010Z] ---> 584711dfeab4 [2021-04-07T01:44:52.010Z] Step 3/26 : WORKDIR /edgex-go [2021-04-07T01:44:52.010Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:44:52.010Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:44:52.010Z] ---> 584711dfeab4 [2021-04-07T01:44:52.010Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T01:44:52.010Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:44:52.010Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:44:52.010Z] ---> 584711dfeab4 [2021-04-07T01:44:52.010Z] Step 3/24 : WORKDIR /edgex-go [2021-04-07T01:44:52.010Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:44:52.010Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:44:52.010Z] ---> 584711dfeab4 [2021-04-07T01:44:52.010Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T01:44:52.010Z] ---> Running in 7444efc4577f [2021-04-07T01:44:52.010Z] ---> Running in 14691e315cb4 [2021-04-07T01:44:52.010Z] ---> Running in 4e483541a3a7 [2021-04-07T01:44:52.010Z] ---> Running in 5d27ff30a770 [2021-04-07T01:44:52.010Z] ---> Running in 3b8d99a80424 [2021-04-07T01:44:52.010Z] Removing intermediate container 7444efc4577f [2021-04-07T01:44:52.010Z] ---> e883fb8837e3 [2021-04-07T01:44:52.010Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:44:52.010Z] Removing intermediate container 4e483541a3a7 [2021-04-07T01:44:52.010Z] ---> a4f290436488 [2021-04-07T01:44:52.011Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:44:52.011Z] ---> Running in 75f153d3b358 [2021-04-07T01:44:52.011Z] Removing intermediate container 5d27ff30a770 [2021-04-07T01:44:52.011Z] ---> caa2d508656e [2021-04-07T01:44:52.011Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:44:52.011Z] Removing intermediate container 14691e315cb4 [2021-04-07T01:44:52.011Z] ---> 1057cd715cfa [2021-04-07T01:44:52.011Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:44:52.011Z] Removing intermediate container 3b8d99a80424 [2021-04-07T01:44:52.011Z] ---> 9f22fdf68c1c [2021-04-07T01:44:52.011Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:44:52.011Z] ---> Running in f8dff2f9f3f1 [2021-04-07T01:44:52.011Z] ---> Running in 19f51067f382 [2021-04-07T01:44:52.011Z] ---> Running in 181e6e22ed49 [2021-04-07T01:44:52.011Z] ---> Running in b3efcc69cedc [2021-04-07T01:44:52.023Z] ---> Running in 9548f0ba8dea [2021-04-07T01:44:52.023Z] Removing intermediate container 2649a17e6132 [2021-04-07T01:44:52.023Z] ---> 450fbb260d0b [2021-04-07T01:44:52.023Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-07T01:44:53.467Z] Removing intermediate container 75f153d3b358 [2021-04-07T01:44:53.468Z] ---> 51a87beaaf88 [2021-04-07T01:44:53.468Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-07T01:44:53.745Z] Removing intermediate container f8dff2f9f3f1 [2021-04-07T01:44:53.745Z] ---> ac4ea678886f [2021-04-07T01:44:53.745Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-07T01:44:53.745Z] ---> Running in 24514f61209d [2021-04-07T01:44:53.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-07T01:44:53.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-07T01:44:54.022Z] ---> Running in f1e52c780358 [2021-04-07T01:44:54.022Z] Removing intermediate container 19f51067f382 [2021-04-07T01:44:54.022Z] ---> 47f01964c9a5 [2021-04-07T01:44:54.022Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-07T01:44:54.244Z] ---> 3590a0abab93 [2021-04-07T01:44:54.244Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-07T01:44:54.629Z] ---> Running in 89d5f5323280 [2021-04-07T01:44:54.629Z] Removing intermediate container 181e6e22ed49 [2021-04-07T01:44:54.629Z] ---> a919044d8a97 [2021-04-07T01:44:54.629Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-07T01:44:54.629Z] Removing intermediate container b3efcc69cedc [2021-04-07T01:44:54.629Z] ---> 896342d4e549 [2021-04-07T01:44:54.629Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-07T01:44:54.907Z] ---> Running in 290d09e05b54 [2021-04-07T01:44:54.907Z] ---> Running in c6396e2502d6 [2021-04-07T01:44:55.210Z] ---> Running in a62d45357d39 [2021-04-07T01:44:55.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:44:55.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:44:56.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:44:56.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:44:56.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:44:56.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:44:56.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:44:56.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:44:57.262Z] OK: 217 MiB in 51 packages [2021-04-07T01:44:57.262Z] OK: 217 MiB in 51 packages [2021-04-07T01:44:57.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:44:57.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:44:58.097Z] OK: 217 MiB in 51 packages [2021-04-07T01:44:58.379Z] OK: 217 MiB in 51 packages [2021-04-07T01:44:58.659Z] OK: 217 MiB in 51 packages [2021-04-07T01:44:59.268Z] Removing intermediate container 24514f61209d [2021-04-07T01:44:59.268Z] ---> c3f9266f24d5 [2021-04-07T01:44:59.268Z] Step 6/24 : COPY go.mod . [2021-04-07T01:44:59.538Z] Removing intermediate container a62d45357d39 [2021-04-07T01:44:59.538Z] ---> ed70ca01a4a3 [2021-04-07T01:44:59.538Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-07T01:44:59.547Z] Removing intermediate container f1e52c780358 [2021-04-07T01:44:59.547Z] ---> 77e07dc203e9 [2021-04-07T01:44:59.547Z] Step 6/21 : COPY go.mod . [2021-04-07T01:44:59.821Z] Removing intermediate container 89d5f5323280 [2021-04-07T01:44:59.821Z] ---> afe3a6d4a736 [2021-04-07T01:44:59.821Z] Step 6/22 : COPY go.mod . [2021-04-07T01:45:00.129Z] ---> Running in 53261afcf2f7 [2021-04-07T01:45:00.424Z] Removing intermediate container 290d09e05b54 [2021-04-07T01:45:00.424Z] ---> 9b10df65a890 [2021-04-07T01:45:00.424Z] Step 6/26 : COPY go.mod . [2021-04-07T01:45:00.424Z] ---> e7bcf5199e86 [2021-04-07T01:45:00.424Z] Step 7/24 : RUN go mod download [2021-04-07T01:45:00.424Z] Removing intermediate container c6396e2502d6 [2021-04-07T01:45:00.424Z] ---> 2e2dfca70bcf [2021-04-07T01:45:00.424Z] Step 6/22 : COPY go.mod . [2021-04-07T01:45:00.700Z] ---> Running in be4433b7ff99 [2021-04-07T01:45:00.700Z] ---> f1d1075c4b37 [2021-04-07T01:45:00.700Z] Step 7/21 : RUN go mod download [2021-04-07T01:45:01.109Z] Removing intermediate container 53261afcf2f7 [2021-04-07T01:45:01.109Z] ---> 8e4f3cb4db69 [2021-04-07T01:45:01.109Z] Step 28/31 : CMD ["gate"] [2021-04-07T01:45:01.304Z] ---> Running in 6dd2ec0de64f [2021-04-07T01:45:01.304Z] ---> 98318468728d [2021-04-07T01:45:01.304Z] Step 7/22 : RUN go mod download [2021-04-07T01:45:01.586Z] ---> Running in 8587fd05a0cd [2021-04-07T01:45:01.586Z] ---> 5bf045b89f03 [2021-04-07T01:45:01.586Z] Step 7/26 : RUN go mod download [2021-04-07T01:45:01.865Z] ---> Running in f9fcd5ccd121 [2021-04-07T01:45:01.865Z] ---> 3b01008b9c8c [2021-04-07T01:45:01.865Z] Step 7/22 : RUN go mod download [2021-04-07T01:45:02.474Z] ---> Running in 497e5b10069f [2021-04-07T01:45:03.105Z] ---> Running in 193153bc80bf [2021-04-07T01:45:04.111Z] Removing intermediate container 193153bc80bf [2021-04-07T01:45:04.111Z] ---> 411aa2efaa09 [2021-04-07T01:45:04.111Z] Step 29/31 : LABEL arch=x86_64 [2021-04-07T01:45:05.099Z] ---> Running in 0a67d26b4b82 [2021-04-07T01:45:05.139Z] Removing intermediate container be4433b7ff99 [2021-04-07T01:45:05.139Z] ---> 93950831788c [2021-04-07T01:45:05.139Z] Step 8/24 : COPY . . [2021-04-07T01:45:06.086Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:45:06.086Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:45:06.086Z] ---> 0fcb5ac2586f [2021-04-07T01:45:06.086Z] Step 3/22 : WORKDIR /edgex-go [2021-04-07T01:45:06.086Z] ---> Using cache [2021-04-07T01:45:06.086Z] ---> 7061255394ef [2021-04-07T01:45:06.086Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:45:06.086Z] ---> Using cache [2021-04-07T01:45:06.086Z] ---> f68adedc4c68 [2021-04-07T01:45:06.086Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-07T01:45:06.634Z] Removing intermediate container 6dd2ec0de64f [2021-04-07T01:45:06.634Z] ---> 68b343390153 [2021-04-07T01:45:06.634Z] Step 8/21 : COPY . . [2021-04-07T01:45:06.634Z] Removing intermediate container 8587fd05a0cd [2021-04-07T01:45:06.634Z] ---> 28da6fa37a01 [2021-04-07T01:45:06.634Z] Step 8/22 : COPY . . [2021-04-07T01:45:06.928Z] Removing intermediate container f9fcd5ccd121 [2021-04-07T01:45:06.928Z] ---> 1091b24c5e16 [2021-04-07T01:45:06.928Z] Step 8/26 : COPY . . [2021-04-07T01:45:07.520Z] Removing intermediate container 0a67d26b4b82 [2021-04-07T01:45:07.520Z] ---> c45c0cb59421 [2021-04-07T01:45:07.520Z] Step 30/31 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:45:07.542Z] Removing intermediate container 497e5b10069f [2021-04-07T01:45:07.542Z] ---> a58139b071da [2021-04-07T01:45:07.542Z] Step 8/22 : COPY . . [2021-04-07T01:45:08.126Z] ---> Running in 0a1da7635dcf [2021-04-07T01:45:09.126Z] ---> Running in da1b44cd043b [2021-04-07T01:45:10.128Z] Removing intermediate container da1b44cd043b [2021-04-07T01:45:10.128Z] ---> a98c15e3c68e [2021-04-07T01:45:10.128Z] Step 31/31 : LABEL version=2.0.0-dev.163 [2021-04-07T01:45:10.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:10.402Z] ---> Running in e08441a5f020 [2021-04-07T01:45:10.678Z] Removing intermediate container 245821db914c [2021-04-07T01:45:10.678Z] ---> 67c975c1c398 [2021-04-07T01:45:10.678Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-07T01:45:10.678Z] ---> Running in 14d4bc73fa3a [2021-04-07T01:45:10.951Z] Removing intermediate container e08441a5f020 [2021-04-07T01:45:10.951Z] ---> d9b3fe60c2fc [2021-04-07T01:45:10.951Z] [2021-04-07T01:45:10.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:11.234Z] Successfully built d9b3fe60c2fc [2021-04-07T01:45:11.234Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-07T01:45:11.234Z] Building docker-core-data-go [2021-04-07T01:45:11.515Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-04-07T01:45:12.980Z] Removing intermediate container 0a1da7635dcf [2021-04-07T01:45:12.980Z] ---> dc63f6011722 [2021-04-07T01:45:12.980Z] Step 6/22 : COPY go.mod . [2021-04-07T01:45:16.372Z] Collecting docker-compose==1.23.2 [2021-04-07T01:45:16.642Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-07T01:45:16.642Z] ---> c13e23bce035 [2021-04-07T01:45:16.642Z] Step 7/22 : RUN go mod download [2021-04-07T01:45:17.220Z] Collecting docker<4.0,>=3.6.0 [2021-04-07T01:45:17.220Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-07T01:45:17.808Z] ---> Running in f3bc93ffe1f8 [2021-04-07T01:45:17.808Z] Collecting cached-property<2,>=1.2.0 [2021-04-07T01:45:17.808Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-07T01:45:17.808Z] 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-04-07T01:45:18.120Z] Collecting PyYAML<4,>=3.10 [2021-04-07T01:45:18.120Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-07T01:45:21.508Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-07T01:45:21.508Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-07T01:45:22.934Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-07T01:45:22.934Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-07T01:45:23.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-07T01:45:23.215Z] Collecting jsonschema<3,>=2.5.1 [2021-04-07T01:45:23.215Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-07T01:45:23.812Z] Collecting docopt<0.7,>=0.6.1 [2021-04-07T01:45:23.812Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-07T01:45:23.812Z] Removing intermediate container f3bc93ffe1f8 [2021-04-07T01:45:23.812Z] ---> cd247224ebed [2021-04-07T01:45:23.812Z] Step 8/22 : COPY . . [2021-04-07T01:45:25.790Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-07T01:45:25.790Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-07T01:45:27.208Z] Collecting texttable<0.10,>=0.9.0 [2021-04-07T01:45:27.208Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-07T01:45:29.160Z] Collecting docker-pycreds>=0.4.0 [2021-04-07T01:45:29.160Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-07T01:45:29.160Z] 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-04-07T01:45:29.760Z] ---> 2d9330953bf4 [2021-04-07T01:45:29.761Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-07T01:45:29.761Z] ---> 8779a43d2951 [2021-04-07T01:45:29.761Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-07T01:45:29.761Z] ---> 6316bf995320 [2021-04-07T01:45:29.761Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-07T01:45:29.761Z] ---> 62045f84d435 [2021-04-07T01:45:29.761Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-07T01:45:29.761Z] ---> b9c92c653e8b [2021-04-07T01:45:29.761Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-07T01:45:29.761Z] ---> Running in 0b913d78ae6e [2021-04-07T01:45:29.761Z] ---> Running in ab4a7e2adba7 [2021-04-07T01:45:29.761Z] ---> Running in 1cc7d7c8e4fc [2021-04-07T01:45:29.761Z] ---> Running in 71f3fbac9fae [2021-04-07T01:45:29.761Z] ---> Running in 1138d0feb014 [2021-04-07T01:45:29.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-07T01:45:30.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-07T01:45:30.132Z] Collecting idna<2.8,>=2.5 [2021-04-07T01:45:30.132Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-07T01:45:30.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-07T01:45:30.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-07T01:45:30.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-07T01:45:32.090Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-07T01:45:32.090Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-07T01:45:32.090Z] 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-04-07T01:45:32.090Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-07T01:45:32.090Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-07T01:45:32.090Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-07T01:45:32.090Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-07T01:45:32.090Z] Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, PyYAML, dockerpty, jsonschema, docopt, texttable, docker-compose [2021-04-07T01:45:32.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:45:32.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:45:32.716Z] ---> 0fcb5ac2586f [2021-04-07T01:45:32.716Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:45:32.716Z] ---> Using cache [2021-04-07T01:45:32.716Z] ---> 7061255394ef [2021-04-07T01:45:32.716Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:45:32.716Z] ---> Using cache [2021-04-07T01:45:32.716Z] ---> f68adedc4c68 [2021-04-07T01:45:32.716Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-07T01:45:34.653Z] Attempting uninstall: idna [2021-04-07T01:45:34.653Z] Found existing installation: idna 2.9 [2021-04-07T01:45:34.653Z] Uninstalling idna-2.9: [2021-04-07T01:45:34.916Z] Successfully uninstalled idna-2.9 [2021-04-07T01:45:34.916Z] ---> Running in 8b5a4613b66d [2021-04-07T01:45:35.492Z] Attempting uninstall: urllib3 [2021-04-07T01:45:35.492Z] Found existing installation: urllib3 1.25.9 [2021-04-07T01:45:35.492Z] Uninstalling urllib3-1.25.9: [2021-04-07T01:45:35.492Z] Successfully uninstalled urllib3-1.25.9 [2021-04-07T01:45:35.766Z] Attempting uninstall: requests [2021-04-07T01:45:35.766Z] Found existing installation: requests 2.23.0 [2021-04-07T01:45:35.766Z] Uninstalling requests-2.23.0: [2021-04-07T01:45:36.044Z] Successfully uninstalled requests-2.23.0 [2021-04-07T01:45:37.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:38.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:39.147Z] OK: 233 MiB in 51 packages [2021-04-07T01:45:42.474Z] Running setup.py install for PyYAML: started [2021-04-07T01:45:45.818Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-07T01:45:45.818Z] Running setup.py install for dockerpty: started [2021-04-07T01:45:46.691Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-07T01:45:47.702Z] Removing intermediate container 11fb847e3e51 [2021-04-07T01:45:47.702Z] ---> 1711a928a27d [2021-04-07T01:45:47.702Z] [2021-04-07T01:45:47.702Z] Step 10/21 : FROM alpine:3.12 [2021-04-07T01:45:47.702Z] Running setup.py install for docopt: started [2021-04-07T01:45:47.702Z] ---> 7230e588e954 [2021-04-07T01:45:47.702Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-07T01:45:48.325Z] Running setup.py install for docopt: finished with status 'done' [2021-04-07T01:45:48.325Z] Running setup.py install for texttable: started [2021-04-07T01:45:48.909Z] Running setup.py install for texttable: finished with status 'done' [2021-04-07T01:45:49.485Z] Removing intermediate container 8b5a4613b66d [2021-04-07T01:45:49.485Z] ---> 6f8defc9ff7c [2021-04-07T01:45:49.485Z] Step 6/23 : COPY go.mod . [2021-04-07T01:45:50.061Z] ---> Running in 70a57bddaf33 [2021-04-07T01:45:50.061Z] Removing intermediate container 9548f0ba8dea [2021-04-07T01:45:50.061Z] ---> 3600227eefd1 [2021-04-07T01:45:50.061Z] [2021-04-07T01:45:50.061Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:45:50.061Z] ---> 7230e588e954 [2021-04-07T01:45:50.061Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:45:50.061Z] ---> Using cache [2021-04-07T01:45:50.061Z] ---> 525264edc2bf [2021-04-07T01:45:50.061Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:45:50.061Z] ---> Using cache [2021-04-07T01:45:50.061Z] ---> 482b80273c5a [2021-04-07T01:45:50.061Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-07T01:45:51.992Z] 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.58.0 [2021-04-07T01:45:51.992Z] ---> 8ee4876f51f8 [2021-04-07T01:45:51.992Z] Step 7/23 : RUN go mod download [2021-04-07T01:45:51.992Z] ---> Running in 312f9aa3f193 [2021-04-07T01:45:51.992Z] ---> 7d768ea2c03e [2021-04-07T01:45:51.992Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-07T01:45:51.992Z] ---> Running in f92d9b6eb0c0 [2021-04-07T01:45:51.992Z] ---> Running in 452abfeec334 [2021-04-07T01:45:52.261Z] Removing intermediate container 312f9aa3f193 [2021-04-07T01:45:52.261Z] ---> 5d23c3f4fe4f [2021-04-07T01:45:52.261Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T01:45:52.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:52.537Z] ---> Running in 743a75c0309f [2021-04-07T01:45:52.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:52.819Z] Removing intermediate container 743a75c0309f [2021-04-07T01:45:52.819Z] ---> cedb29fca4fc [2021-04-07T01:45:52.819Z] Step 15/23 : WORKDIR / [2021-04-07T01:45:52.819Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-07T01:45:52.819Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:45:52.819Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-07T01:45:52.819Z] (4/4) Installing curl (7.69.1-r3) [2021-04-07T01:45:52.819Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:45:52.819Z] ---> Running in 797abc5e51c2 [2021-04-07T01:45:53.102Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:45:53.102Z] OK: 7 MiB in 18 packages [2021-04-07T01:45:53.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-07T01:45:53.958Z] Removing intermediate container 797abc5e51c2 [2021-04-07T01:45:53.958Z] ---> 169b3d3d817b [2021-04-07T01:45:53.958Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:45:54.927Z] Removing intermediate container 14d4bc73fa3a [2021-04-07T01:45:54.927Z] ---> 869ca638d0c4 [2021-04-07T01:45:54.927Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-07T01:45:55.204Z] ---> be0961e59176 [2021-04-07T01:45:55.204Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-07T01:45:55.204Z] ---> Running in 3a82ddb8aaca [2021-04-07T01:45:56.190Z] Removing intermediate container f92d9b6eb0c0 [2021-04-07T01:45:56.190Z] ---> 2c2c34b39bd0 [2021-04-07T01:45:56.190Z] Step 8/23 : COPY . . [2021-04-07T01:45:56.457Z] Removing intermediate container 70a57bddaf33 [2021-04-07T01:45:56.457Z] ---> 37ca27f53123 [2021-04-07T01:45:56.457Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T01:45:56.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:56.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:45:56.734Z] ---> Running in 8a60851b3299 [2021-04-07T01:45:56.734Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:45:56.734Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-07T01:45:56.734Z] (3/3) Installing curl (7.69.1-r3) [2021-04-07T01:45:56.734Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:45:57.009Z] OK: 72 MiB in 58 packages [2021-04-07T01:45:57.010Z] ---> 66300538e217 [2021-04-07T01:45:57.010Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-07T01:45:57.623Z] Removing intermediate container 8a60851b3299 [2021-04-07T01:45:57.623Z] ---> 5a2b17496b91 [2021-04-07T01:45:57.623Z] Step 13/21 : WORKDIR /edgex [2021-04-07T01:46:00.980Z] ---> Running in e1bea6269747 [2021-04-07T01:46:01.261Z] ---> 9ce91e48afab [2021-04-07T01:46:01.262Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-07T01:46:02.682Z] ---> Running in 512e923d38f7 [2021-04-07T01:46:03.634Z] Removing intermediate container 3a82ddb8aaca [2021-04-07T01:46:03.634Z] ---> 4009a5b6d2eb [2021-04-07T01:46:03.634Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-07T01:46:04.218Z] Removing intermediate container e1bea6269747 [2021-04-07T01:46:04.218Z] ---> 0e1824e9ee26 [2021-04-07T01:46:04.218Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-07T01:46:04.490Z] ---> Running in f377ee1f7420 [2021-04-07T01:46:04.490Z] Removing intermediate container 512e923d38f7 [2021-04-07T01:46:04.490Z] ---> 013066a7e3e4 [2021-04-07T01:46:04.490Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:46:05.888Z] ---> Running in 251ebc23c117 [2021-04-07T01:46:07.358Z] Removing intermediate container f377ee1f7420 [2021-04-07T01:46:07.358Z] ---> e8d1973b8685 [2021-04-07T01:46:07.358Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:46:07.358Z] ---> 281aa2c4f416 [2021-04-07T01:46:07.358Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-07T01:46:09.338Z] ---> Running in 874d97973414 [2021-04-07T01:46:09.338Z] Removing intermediate container 251ebc23c117 [2021-04-07T01:46:09.338Z] ---> 431b03f3a330 [2021-04-07T01:46:09.338Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T01:46:11.321Z] ---> 7554e7f0cb60 [2021-04-07T01:46:11.321Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-07T01:46:12.749Z] ---> Running in 10f7aec17835 [2021-04-07T01:46:12.749Z] Removing intermediate container 874d97973414 [2021-04-07T01:46:12.749Z] ---> 393c918b32ac [2021-04-07T01:46:12.749Z] Step 24/26 : LABEL arch=x86_64 [2021-04-07T01:46:12.749Z] ---> 88d6d14b93cf [2021-04-07T01:46:12.749Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-07T01:46:13.025Z] ---> Running in e9d2e65ab747 [2021-04-07T01:46:13.290Z] ---> Running in 47b733366071 [2021-04-07T01:46:13.290Z] Removing intermediate container 10f7aec17835 [2021-04-07T01:46:13.290Z] ---> ae824afbf283 [2021-04-07T01:46:13.290Z] Step 22/23 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:46:15.229Z] Removing intermediate container e9d2e65ab747 [2021-04-07T01:46:15.229Z] ---> 097bdcae6d98 [2021-04-07T01:46:15.229Z] Step 25/26 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:46:15.229Z] ---> Running in 94b3dd317627 [2021-04-07T01:46:15.811Z] Removing intermediate container 47b733366071 [2021-04-07T01:46:15.811Z] ---> 0d35ccbb179f [2021-04-07T01:46:15.811Z] Step 18/21 : CMD ["--init=true"] [2021-04-07T01:46:15.811Z] ---> Running in 5f6a29da6285 [2021-04-07T01:46:16.078Z] ---> Running in 293a394f6139 [2021-04-07T01:46:16.078Z] Removing intermediate container 94b3dd317627 [2021-04-07T01:46:16.078Z] ---> 74fa99202186 [2021-04-07T01:46:16.078Z] Step 23/23 : LABEL version=2.0.0-dev.163 [2021-04-07T01:46:16.361Z] ---> Running in 5047c2c6d918 [2021-04-07T01:46:16.626Z] Removing intermediate container 5f6a29da6285 [2021-04-07T01:46:16.626Z] ---> 30d0a8445445 [2021-04-07T01:46:16.626Z] Step 26/26 : LABEL version=2.0.0-dev.163 [2021-04-07T01:46:16.626Z] Removing intermediate container 293a394f6139 [2021-04-07T01:46:16.626Z] ---> deb7a585c642 [2021-04-07T01:46:16.626Z] Step 19/21 : LABEL arch=x86_64 [2021-04-07T01:46:18.571Z] ---> Running in a20b406db6b6 [2021-04-07T01:46:19.151Z] ---> Running in c966648a83df [2021-04-07T01:46:19.414Z] Removing intermediate container 5047c2c6d918 [2021-04-07T01:46:19.414Z] ---> e0956e30dadd [2021-04-07T01:46:19.414Z] [2021-04-07T01:46:19.677Z] Successfully built e0956e30dadd [2021-04-07T01:46:21.599Z] Removing intermediate container a20b406db6b6 [2021-04-07T01:46:21.599Z] ---> 6231cac0f1b2 [2021-04-07T01:46:21.599Z] [2021-04-07T01:46:21.599Z] Successfully tagged docker-core-metadata-go:latest [2021-04-07T01:46:21.861Z]  Building docker-core-metadata-go ... done Successfully built 6231cac0f1b2 [2021-04-07T01:46:22.438Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-07T01:46:22.438Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c966648a83df [2021-04-07T01:46:22.438Z] ---> f95ee316ec6e [2021-04-07T01:46:22.438Z] Step 20/21 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:46:22.438Z] Removing intermediate container 452abfeec334 [2021-04-07T01:46:22.438Z] ---> 76950fa89025 [2021-04-07T01:46:22.438Z] [2021-04-07T01:46:22.438Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T01:46:22.438Z] ---> 7230e588e954 [2021-04-07T01:46:22.438Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-07T01:46:22.438Z] ---> Running in 196b53228f33 [2021-04-07T01:46:22.438Z] ---> Running in 78cb1b58b7a4 [2021-04-07T01:46:22.438Z] ---> 0abbcc339b56 [2021-04-07T01:46:22.438Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-07T01:46:22.701Z] ---> Running in ca0af8b0687b [2021-04-07T01:46:22.965Z] Removing intermediate container 196b53228f33 [2021-04-07T01:46:22.965Z] ---> 86cdd6e5025b [2021-04-07T01:46:22.965Z] Step 21/21 : LABEL version=2.0.0-dev.163 [2021-04-07T01:46:23.248Z] ---> Running in 74db59829ed1 [2021-04-07T01:46:23.519Z] Removing intermediate container 74db59829ed1 [2021-04-07T01:46:23.520Z] ---> 9eec2a01c16f [2021-04-07T01:46:23.520Z] [2021-04-07T01:46:23.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:46:23.520Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/core-data/core-data ./cmd/core-data [2021-04-07T01:46:23.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:46:23.787Z] Successfully built 9eec2a01c16f [2021-04-07T01:46:23.787Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-07T01:46:23.787Z]  Building docker-security-proxy-setup-go ... done (1/2) Installing ca-certificates (20191127-r4) [2021-04-07T01:46:23.788Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-07T01:46:23.788Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:46:23.788Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:46:24.052Z] OK: 6 MiB in 16 packages [2021-04-07T01:46:25.464Z] Removing intermediate container 78cb1b58b7a4 [2021-04-07T01:46:25.464Z] ---> 58e97ba0448d [2021-04-07T01:46:25.464Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:46:25.734Z] ---> Running in ed450e16152b [2021-04-07T01:46:26.021Z] Removing intermediate container ed450e16152b [2021-04-07T01:46:26.021Z] ---> 1ba934645b1a [2021-04-07T01:46:26.021Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-07T01:46:26.296Z] ---> Running in d10432262ef8 [2021-04-07T01:46:26.574Z] Removing intermediate container d10432262ef8 [2021-04-07T01:46:26.574Z] ---> 48355e5912c9 [2021-04-07T01:46:26.574Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T01:46:26.574Z] ---> Running in 346f0ce6dae0 [2021-04-07T01:46:26.842Z] Removing intermediate container 346f0ce6dae0 [2021-04-07T01:46:26.842Z] ---> f1d32e9d86c4 [2021-04-07T01:46:26.842Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:46:27.435Z] ---> 203b4ac2e0ef [2021-04-07T01:46:27.435Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-07T01:46:28.394Z] ---> 7b34422902a3 [2021-04-07T01:46:28.394Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-07T01:46:29.370Z] ---> e8be16b94c37 [2021-04-07T01:46:29.370Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-07T01:46:29.642Z] ---> Running in b2cc7524f425 [2021-04-07T01:46:29.912Z] Removing intermediate container b2cc7524f425 [2021-04-07T01:46:29.912Z] ---> 3a4323aabe33 [2021-04-07T01:46:29.912Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:46:30.181Z] ---> Running in 792f2fb57b2e [2021-04-07T01:46:30.453Z] Removing intermediate container 792f2fb57b2e [2021-04-07T01:46:30.453Z] ---> eb10a8b1a6d4 [2021-04-07T01:46:30.453Z] Step 20/22 : LABEL arch=x86_64 [2021-04-07T01:46:30.727Z] ---> Running in 99a192d59605 [2021-04-07T01:46:31.033Z] Removing intermediate container 99a192d59605 [2021-04-07T01:46:31.033Z] ---> abeb230e4b87 [2021-04-07T01:46:31.033Z] Step 21/22 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:46:31.033Z] ---> Running in 825efee746f8 [2021-04-07T01:46:31.300Z] Removing intermediate container 825efee746f8 [2021-04-07T01:46:31.300Z] ---> c5d961c426d3 [2021-04-07T01:46:31.300Z] Step 22/22 : LABEL version=2.0.0-dev.163 [2021-04-07T01:46:31.300Z] ---> Running in 679c3e301dd0 [2021-04-07T01:46:31.574Z] Removing intermediate container 679c3e301dd0 [2021-04-07T01:46:31.574Z] ---> 3c9f0bb21daf [2021-04-07T01:46:31.574Z] [2021-04-07T01:46:32.150Z] Successfully built 3c9f0bb21daf [2021-04-07T01:46:32.419Z] Successfully tagged docker-support-notifications-go:latest [2021-04-07T01:46:40.623Z]  Building docker-support-notifications-go ... done Removing intermediate container ca0af8b0687b [2021-04-07T01:46:40.623Z] ---> f900b91b1baf [2021-04-07T01:46:40.623Z] [2021-04-07T01:46:40.623Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:46:40.623Z] ---> 7230e588e954 [2021-04-07T01:46:40.623Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-07T01:46:40.886Z] ---> Running in 5874c11ec825 [2021-04-07T01:46:40.886Z] Removing intermediate container 5874c11ec825 [2021-04-07T01:46:40.886Z] ---> 11eb8454d34b [2021-04-07T01:46:40.886Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-07T01:46:41.147Z] ---> Running in 998c3e7008fe [2021-04-07T01:46:41.147Z] Removing intermediate container 998c3e7008fe [2021-04-07T01:46:41.147Z] ---> e61c48fe2806 [2021-04-07T01:46:41.147Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-07T01:46:41.421Z] ---> Running in d4d6d4a2ccfc [2021-04-07T01:46:41.421Z] Removing intermediate container d4d6d4a2ccfc [2021-04-07T01:46:41.421Z] ---> 4c3201f5945b [2021-04-07T01:46:41.421Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:46:41.421Z] ---> Running in 4de41987026e [2021-04-07T01:46:42.823Z] Removing intermediate container 4de41987026e [2021-04-07T01:46:42.824Z] ---> 5214e6366076 [2021-04-07T01:46:42.824Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-07T01:46:42.824Z] ---> Running in 95f53a6e4962 [2021-04-07T01:46:43.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T01:46:43.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T01:46:44.240Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-07T01:46:44.502Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-07T01:46:44.502Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-07T01:46:44.502Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-07T01:46:44.764Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T01:46:45.027Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-07T01:46:45.027Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:46:45.027Z] OK: 8 MiB in 20 packages [2021-04-07T01:46:45.602Z] Removing intermediate container 95f53a6e4962 [2021-04-07T01:46:45.602Z] ---> e48fc104af18 [2021-04-07T01:46:45.602Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:46:45.863Z] ---> d5a825990968 [2021-04-07T01:46:45.863Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-07T01:46:46.445Z] ---> 31c03197fcfd [2021-04-07T01:46:46.445Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-07T01:46:46.707Z] ---> 37a76e938b77 [2021-04-07T01:46:46.707Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-07T01:46:46.971Z] ---> Running in 170c55ab8b0c [2021-04-07T01:46:46.971Z] Removing intermediate container 170c55ab8b0c [2021-04-07T01:46:46.971Z] ---> f8c9d3a146fa [2021-04-07T01:46:46.971Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:46:46.971Z] ---> Running in 1e8a4eec0352 [2021-04-07T01:46:47.235Z] Removing intermediate container 1e8a4eec0352 [2021-04-07T01:46:47.235Z] ---> b8fb6ba16128 [2021-04-07T01:46:47.235Z] Step 21/23 : LABEL arch=x86_64 [2021-04-07T01:46:47.235Z] ---> Running in 8fddaa8ea52c [2021-04-07T01:46:47.498Z] Removing intermediate container 8fddaa8ea52c [2021-04-07T01:46:47.498Z] ---> 844a08eb20dd [2021-04-07T01:46:47.498Z] Step 22/23 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:46:47.498Z] ---> Running in 9e69c8f2571d [2021-04-07T01:46:47.761Z] Removing intermediate container 9e69c8f2571d [2021-04-07T01:46:47.761Z] ---> fbd7c01bdd04 [2021-04-07T01:46:47.761Z] Step 23/23 : LABEL version=2.0.0-dev.163 [2021-04-07T01:46:47.761Z] ---> Running in 5959a587f130 [2021-04-07T01:46:48.024Z] Removing intermediate container 5959a587f130 [2021-04-07T01:46:48.025Z] ---> aaa8598b6623 [2021-04-07T01:46:48.025Z] [2021-04-07T01:46:48.288Z] Successfully built aaa8598b6623 [2021-04-07T01:46:48.288Z] Successfully tagged docker-core-data-go:latest [2021-04-07T01:46:48.562Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-07T01:46:48.600Z] $ docker stop --time=1 ea2b73de22dab08ceae80c487c08d1730b46841c61aef45bb536661912e54468 [2021-04-07T01:46:50.302Z] $ docker rm -f ea2b73de22dab08ceae80c487c08d1730b46841c61aef45bb536661912e54468 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T01:46:51.752Z] + docker images [2021-04-07T01:46:51.752Z] + grep docker [2021-04-07T01:46:52.016Z] docker-core-data-go latest aaa8598b6623 4 seconds ago 22.7MB [2021-04-07T01:46:52.016Z] docker-support-notifications-go latest 3c9f0bb21daf 20 seconds ago 17.9MB [2021-04-07T01:46:52.016Z] docker-security-proxy-setup-go latest 9eec2a01c16f 28 seconds ago 25.4MB [2021-04-07T01:46:52.016Z] docker-sys-mgmt-agent-go latest 6231cac0f1b2 32 seconds ago 314MB [2021-04-07T01:46:52.016Z] docker-core-metadata-go latest e0956e30dadd 34 seconds ago 19MB [2021-04-07T01:46:52.016Z] docker-security-bootstrapper-go latest d9b3fe60c2fc About a minute ago 19MB [2021-04-07T01:46:52.016Z] docker-security-secretstore-setup-go latest abca44036fbc 2 minutes ago 25.7MB [2021-04-07T01:46:52.016Z] docker-core-command-go latest 5581db1eeb7b 2 minutes ago 17.3MB [2021-04-07T01:46:52.016Z] docker-support-scheduler-go latest e46fc16d4179 2 minutes ago 17.4MB [2021-04-07T01:46:52.016Z] docker 20.10.0 aefe523efa57 3 months 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-04-07T01:46:52.578Z] provisioning config files... [2021-04-07T01:46:52.623Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/431@tmp/config3714588846002827486tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:46:53.066Z] ---> docker-login.sh [2021-04-07T01:46:53.066Z] nexus3.edgexfoundry.org:10001 [2021-04-07T01:46:53.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:46:53.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:46:53.339Z] Configure a credential helper to remove this warning. See [2021-04-07T01:46:53.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:46:53.339Z] [2021-04-07T01:46:53.339Z] Login Succeeded [2021-04-07T01:46:53.339Z] nexus3.edgexfoundry.org:10002 [2021-04-07T01:46:53.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:46:53.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:46:53.604Z] Configure a credential helper to remove this warning. See [2021-04-07T01:46:53.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:46:53.604Z] [2021-04-07T01:46:53.604Z] Login Succeeded [2021-04-07T01:46:53.604Z] nexus3.edgexfoundry.org:10003 [2021-04-07T01:46:53.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:46:53.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:46:53.604Z] Configure a credential helper to remove this warning. See [2021-04-07T01:46:53.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:46:53.604Z] [2021-04-07T01:46:53.604Z] Login Succeeded [2021-04-07T01:46:53.604Z] nexus3.edgexfoundry.org:10004 [2021-04-07T01:46:53.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:46:53.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:46:53.868Z] Configure a credential helper to remove this warning. See [2021-04-07T01:46:53.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:46:53.868Z] [2021-04-07T01:46:53.868Z] Login Succeeded [2021-04-07T01:46:53.868Z] docker.io [2021-04-07T01:46:54.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:46:54.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:46:54.393Z] Configure a credential helper to remove this warning. See [2021-04-07T01:46:54.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:46:54.393Z] [2021-04-07T01:46:54.393Z] Login Succeeded [2021-04-07T01:46:54.393Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T01:46:54.402Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:46:54.600Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-07T01:46:54.600Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:46:54.600Z] 2.0.0-dev.163 [2021-04-07T01:46:54.600Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:46:54.600Z] master [2021-04-07T01:46:54.600Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:46:55.105Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:46:55.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:46:55.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-07T01:46:55.408Z] c911a78b9e73: Preparing [2021-04-07T01:46:55.408Z] b2d27390edba: Preparing [2021-04-07T01:46:55.408Z] ec31dbc35b76: Preparing [2021-04-07T01:46:55.408Z] 2b9ae7e45435: Preparing [2021-04-07T01:46:55.408Z] b0b9881431d7: Preparing [2021-04-07T01:46:55.408Z] b0b9881431d7: Layer already exists [2021-04-07T01:46:55.670Z] c911a78b9e73: Pushed [2021-04-07T01:46:55.670Z] 2b9ae7e45435: Pushed [2021-04-07T01:46:55.670Z] ec31dbc35b76: Pushed [2021-04-07T01:46:56.616Z] b2d27390edba: Pushed [2021-04-07T01:46:56.616Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:85c35b5f0b8b89ffb40eb95b2e42eb5ea9474f8274386c746049a4b0eb908153 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:46:57.187Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:46:57.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.163 [2021-04-07T01:46:57.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-07T01:46:57.494Z] c911a78b9e73: Preparing [2021-04-07T01:46:57.494Z] b2d27390edba: Preparing [2021-04-07T01:46:57.494Z] ec31dbc35b76: Preparing [2021-04-07T01:46:57.494Z] 2b9ae7e45435: Preparing [2021-04-07T01:46:57.494Z] b0b9881431d7: Preparing [2021-04-07T01:46:57.494Z] ec31dbc35b76: Layer already exists [2021-04-07T01:46:57.494Z] c911a78b9e73: Layer already exists [2021-04-07T01:46:57.494Z] b0b9881431d7: Layer already exists [2021-04-07T01:46:57.494Z] b2d27390edba: Layer already exists [2021-04-07T01:46:57.494Z] 2b9ae7e45435: Layer already exists [2021-04-07T01:46:57.494Z] 2.0.0-dev.163: digest: sha256:85c35b5f0b8b89ffb40eb95b2e42eb5ea9474f8274386c746049a4b0eb908153 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:46:57.805Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:46:58.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:46:58.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-07T01:46:58.106Z] c911a78b9e73: Preparing [2021-04-07T01:46:58.106Z] b2d27390edba: Preparing [2021-04-07T01:46:58.106Z] ec31dbc35b76: Preparing [2021-04-07T01:46:58.106Z] 2b9ae7e45435: Preparing [2021-04-07T01:46:58.106Z] b0b9881431d7: Preparing [2021-04-07T01:46:58.106Z] ec31dbc35b76: Layer already exists [2021-04-07T01:46:58.106Z] b2d27390edba: Layer already exists [2021-04-07T01:46:58.106Z] b0b9881431d7: Layer already exists [2021-04-07T01:46:58.106Z] c911a78b9e73: Layer already exists [2021-04-07T01:46:58.106Z] 2b9ae7e45435: Layer already exists [2021-04-07T01:46:58.106Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:85c35b5f0b8b89ffb40eb95b2e42eb5ea9474f8274386c746049a4b0eb908153 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:46:58.418Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:46:58.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-07T01:46:58.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-07T01:46:58.719Z] c911a78b9e73: Preparing [2021-04-07T01:46:58.719Z] b2d27390edba: Preparing [2021-04-07T01:46:58.719Z] ec31dbc35b76: Preparing [2021-04-07T01:46:58.719Z] 2b9ae7e45435: Preparing [2021-04-07T01:46:58.719Z] b0b9881431d7: Preparing [2021-04-07T01:46:58.719Z] c911a78b9e73: Layer already exists [2021-04-07T01:46:58.719Z] b2d27390edba: Layer already exists [2021-04-07T01:46:58.719Z] ec31dbc35b76: Layer already exists [2021-04-07T01:46:58.719Z] 2b9ae7e45435: Layer already exists [2021-04-07T01:46:58.719Z] b0b9881431d7: Layer already exists [2021-04-07T01:46:58.719Z] master: digest: sha256:85c35b5f0b8b89ffb40eb95b2e42eb5ea9474f8274386c746049a4b0eb908153 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:46:58.908Z] ===================================================== [Pipeline] echo [2021-04-07T01:46:59.019Z] taggedImages: [2021-04-07T01:46:59.019Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:46:59.019Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.163 [2021-04-07T01:46:59.019Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:46:59.019Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-07T01:46:59.087Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-07T01:46:59.087Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:46:59.087Z] 2.0.0-dev.163 [2021-04-07T01:46:59.087Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:46:59.087Z] master [2021-04-07T01:46:59.087Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:46:59.601Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:46:59.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:46:59.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-07T01:46:59.912Z] 510ec5ebb0ec: Preparing [2021-04-07T01:46:59.912Z] 84420a21469b: Preparing [2021-04-07T01:46:59.912Z] ec31dbc35b76: Preparing [2021-04-07T01:46:59.912Z] 1f76b54fc5a3: Preparing [2021-04-07T01:46:59.912Z] 76d9e07571c0: Preparing [2021-04-07T01:46:59.912Z] b0b9881431d7: Preparing [2021-04-07T01:46:59.912Z] b0b9881431d7: Waiting [2021-04-07T01:46:59.912Z] ec31dbc35b76: Layer already exists [2021-04-07T01:46:59.912Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:00.175Z] 510ec5ebb0ec: Pushed [2021-04-07T01:47:00.175Z] 76d9e07571c0: Pushed [2021-04-07T01:47:00.439Z] 1f76b54fc5a3: Pushed [2021-04-07T01:47:01.386Z] 84420a21469b: Pushed [2021-04-07T01:47:01.648Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:ee5c9b363867b6486f7eba031096322a7dc7b0efcbf42292b9921b1fb598c84e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:01.959Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:02.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.163 [2021-04-07T01:47:02.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-07T01:47:02.260Z] 510ec5ebb0ec: Preparing [2021-04-07T01:47:02.260Z] 84420a21469b: Preparing [2021-04-07T01:47:02.260Z] ec31dbc35b76: Preparing [2021-04-07T01:47:02.260Z] 1f76b54fc5a3: Preparing [2021-04-07T01:47:02.260Z] 76d9e07571c0: Preparing [2021-04-07T01:47:02.260Z] b0b9881431d7: Preparing [2021-04-07T01:47:02.260Z] b0b9881431d7: Waiting [2021-04-07T01:47:02.260Z] 76d9e07571c0: Layer already exists [2021-04-07T01:47:02.260Z] 510ec5ebb0ec: Layer already exists [2021-04-07T01:47:02.260Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:02.260Z] 84420a21469b: Layer already exists [2021-04-07T01:47:02.260Z] 1f76b54fc5a3: Layer already exists [2021-04-07T01:47:02.260Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:02.260Z] 2.0.0-dev.163: digest: sha256:ee5c9b363867b6486f7eba031096322a7dc7b0efcbf42292b9921b1fb598c84e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:02.843Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:03.150Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:03.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-07T01:47:03.150Z] 510ec5ebb0ec: Preparing [2021-04-07T01:47:03.150Z] 84420a21469b: Preparing [2021-04-07T01:47:03.150Z] ec31dbc35b76: Preparing [2021-04-07T01:47:03.150Z] 1f76b54fc5a3: Preparing [2021-04-07T01:47:03.150Z] 76d9e07571c0: Preparing [2021-04-07T01:47:03.150Z] b0b9881431d7: Preparing [2021-04-07T01:47:03.150Z] b0b9881431d7: Waiting [2021-04-07T01:47:03.150Z] 1f76b54fc5a3: Layer already exists [2021-04-07T01:47:03.150Z] 510ec5ebb0ec: Layer already exists [2021-04-07T01:47:03.150Z] 84420a21469b: Layer already exists [2021-04-07T01:47:03.150Z] 76d9e07571c0: Layer already exists [2021-04-07T01:47:03.150Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:03.150Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:03.150Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:ee5c9b363867b6486f7eba031096322a7dc7b0efcbf42292b9921b1fb598c84e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:03.462Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:03.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-07T01:47:03.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-07T01:47:03.768Z] 510ec5ebb0ec: Preparing [2021-04-07T01:47:03.768Z] 84420a21469b: Preparing [2021-04-07T01:47:03.768Z] ec31dbc35b76: Preparing [2021-04-07T01:47:03.768Z] 1f76b54fc5a3: Preparing [2021-04-07T01:47:03.768Z] 76d9e07571c0: Preparing [2021-04-07T01:47:03.768Z] b0b9881431d7: Preparing [2021-04-07T01:47:03.768Z] b0b9881431d7: Waiting [2021-04-07T01:47:03.768Z] 1f76b54fc5a3: Layer already exists [2021-04-07T01:47:03.768Z] 84420a21469b: Layer already exists [2021-04-07T01:47:03.768Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:03.768Z] 510ec5ebb0ec: Layer already exists [2021-04-07T01:47:03.768Z] 76d9e07571c0: Layer already exists [2021-04-07T01:47:03.768Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:03.768Z] master: digest: sha256:ee5c9b363867b6486f7eba031096322a7dc7b0efcbf42292b9921b1fb598c84e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:47:03.959Z] ===================================================== [Pipeline] echo [2021-04-07T01:47:04.014Z] taggedImages: [2021-04-07T01:47:04.014Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:04.014Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.163 [2021-04-07T01:47:04.014Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:04.014Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-07T01:47:04.077Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-07T01:47:04.077Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:04.077Z] 2.0.0-dev.163 [2021-04-07T01:47:04.077Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:04.077Z] master [2021-04-07T01:47:04.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:04.560Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:04.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:04.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-07T01:47:04.869Z] f17312eddb91: Preparing [2021-04-07T01:47:04.869Z] 6094f2c7b086: Preparing [2021-04-07T01:47:04.869Z] ec31dbc35b76: Preparing [2021-04-07T01:47:04.869Z] fb04d05ef079: Preparing [2021-04-07T01:47:04.869Z] b0b9881431d7: Preparing [2021-04-07T01:47:04.869Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:04.869Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:05.134Z] fb04d05ef079: Pushed [2021-04-07T01:47:05.134Z] f17312eddb91: Pushed [2021-04-07T01:47:06.083Z] 6094f2c7b086: Pushed [2021-04-07T01:47:06.349Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:42c53ff2c9c86a433487614a07e884237369d48fe3419e1f47b89b68722f2d98 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:06.656Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:06.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.163 [2021-04-07T01:47:06.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-07T01:47:06.961Z] f17312eddb91: Preparing [2021-04-07T01:47:06.961Z] 6094f2c7b086: Preparing [2021-04-07T01:47:06.961Z] ec31dbc35b76: Preparing [2021-04-07T01:47:06.961Z] fb04d05ef079: Preparing [2021-04-07T01:47:06.961Z] b0b9881431d7: Preparing [2021-04-07T01:47:06.961Z] fb04d05ef079: Layer already exists [2021-04-07T01:47:06.961Z] f17312eddb91: Layer already exists [2021-04-07T01:47:06.961Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:06.961Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:06.961Z] 6094f2c7b086: Layer already exists [2021-04-07T01:47:06.961Z] 2.0.0-dev.163: digest: sha256:42c53ff2c9c86a433487614a07e884237369d48fe3419e1f47b89b68722f2d98 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:07.275Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:07.579Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:07.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-07T01:47:07.579Z] f17312eddb91: Preparing [2021-04-07T01:47:07.579Z] 6094f2c7b086: Preparing [2021-04-07T01:47:07.579Z] ec31dbc35b76: Preparing [2021-04-07T01:47:07.579Z] fb04d05ef079: Preparing [2021-04-07T01:47:07.579Z] b0b9881431d7: Preparing [2021-04-07T01:47:07.579Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:07.579Z] f17312eddb91: Layer already exists [2021-04-07T01:47:07.579Z] 6094f2c7b086: Layer already exists [2021-04-07T01:47:07.579Z] fb04d05ef079: Layer already exists [2021-04-07T01:47:07.579Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:07.579Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:42c53ff2c9c86a433487614a07e884237369d48fe3419e1f47b89b68722f2d98 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:07.892Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:08.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-07T01:47:08.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-07T01:47:08.197Z] f17312eddb91: Preparing [2021-04-07T01:47:08.197Z] 6094f2c7b086: Preparing [2021-04-07T01:47:08.197Z] ec31dbc35b76: Preparing [2021-04-07T01:47:08.197Z] fb04d05ef079: Preparing [2021-04-07T01:47:08.197Z] b0b9881431d7: Preparing [2021-04-07T01:47:08.197Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:08.197Z] 6094f2c7b086: Layer already exists [2021-04-07T01:47:08.197Z] f17312eddb91: Layer already exists [2021-04-07T01:47:08.197Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:08.197Z] fb04d05ef079: Layer already exists [2021-04-07T01:47:08.197Z] master: digest: sha256:42c53ff2c9c86a433487614a07e884237369d48fe3419e1f47b89b68722f2d98 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:47:08.465Z] ===================================================== [Pipeline] echo [2021-04-07T01:47:08.514Z] taggedImages: [2021-04-07T01:47:08.514Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:08.514Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.163 [2021-04-07T01:47:08.514Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:08.514Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-07T01:47:08.598Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-07T01:47:08.598Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:08.598Z] 2.0.0-dev.163 [2021-04-07T01:47:08.598Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:08.598Z] master [2021-04-07T01:47:08.598Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:09.121Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:09.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:09.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-07T01:47:09.422Z] 0157ba9e0c76: Preparing [2021-04-07T01:47:09.422Z] 0157ba9e0c76: Preparing [2021-04-07T01:47:09.422Z] 8f7a00132c8f: Preparing [2021-04-07T01:47:09.422Z] d91c69dccf02: Preparing [2021-04-07T01:47:09.422Z] 3049aedb002a: Preparing [2021-04-07T01:47:09.422Z] ba86efe2bbb6: Preparing [2021-04-07T01:47:09.422Z] ec31dbc35b76: Preparing [2021-04-07T01:47:09.422Z] ba457c984550: Preparing [2021-04-07T01:47:09.422Z] ba457c984550: Preparing [2021-04-07T01:47:09.422Z] 40f9bcee1874: Preparing [2021-04-07T01:47:09.422Z] bdf0ec92535b: Preparing [2021-04-07T01:47:09.422Z] b0b9881431d7: Preparing [2021-04-07T01:47:09.422Z] b0b9881431d7: Waiting [2021-04-07T01:47:09.422Z] ec31dbc35b76: Waiting [2021-04-07T01:47:09.422Z] ba457c984550: Waiting [2021-04-07T01:47:09.422Z] 40f9bcee1874: Waiting [2021-04-07T01:47:09.422Z] bdf0ec92535b: Waiting [2021-04-07T01:47:09.689Z] d91c69dccf02: Pushed [2021-04-07T01:47:09.689Z] 0157ba9e0c76: Pushed [2021-04-07T01:47:09.689Z] 8f7a00132c8f: Pushed [2021-04-07T01:47:09.689Z] 3049aedb002a: Pushed [2021-04-07T01:47:09.689Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:09.689Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:09.955Z] ba457c984550: Pushed [2021-04-07T01:47:09.955Z] bdf0ec92535b: Pushed [2021-04-07T01:47:09.955Z] 40f9bcee1874: Pushed [2021-04-07T01:47:10.902Z] ba86efe2bbb6: Pushed [2021-04-07T01:47:11.164Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:2f612241e627c64c1017fd9010e11b5ca5733e57d5e3fb6826dedb8e46200186 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:11.480Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:11.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.163 [2021-04-07T01:47:11.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-07T01:47:11.783Z] 0157ba9e0c76: Preparing [2021-04-07T01:47:11.783Z] 0157ba9e0c76: Preparing [2021-04-07T01:47:11.783Z] 8f7a00132c8f: Preparing [2021-04-07T01:47:11.783Z] d91c69dccf02: Preparing [2021-04-07T01:47:11.783Z] 3049aedb002a: Preparing [2021-04-07T01:47:11.783Z] ba86efe2bbb6: Preparing [2021-04-07T01:47:11.783Z] ec31dbc35b76: Preparing [2021-04-07T01:47:11.783Z] ba457c984550: Preparing [2021-04-07T01:47:11.783Z] ba457c984550: Preparing [2021-04-07T01:47:11.783Z] 40f9bcee1874: Preparing [2021-04-07T01:47:11.783Z] bdf0ec92535b: Preparing [2021-04-07T01:47:11.783Z] b0b9881431d7: Preparing [2021-04-07T01:47:11.783Z] ba457c984550: Waiting [2021-04-07T01:47:11.783Z] 40f9bcee1874: Waiting [2021-04-07T01:47:11.783Z] bdf0ec92535b: Waiting [2021-04-07T01:47:11.783Z] b0b9881431d7: Waiting [2021-04-07T01:47:11.783Z] ec31dbc35b76: Waiting [2021-04-07T01:47:11.783Z] 0157ba9e0c76: Layer already exists [2021-04-07T01:47:11.783Z] ba86efe2bbb6: Layer already exists [2021-04-07T01:47:11.783Z] 3049aedb002a: Layer already exists [2021-04-07T01:47:11.783Z] d91c69dccf02: Layer already exists [2021-04-07T01:47:11.783Z] 8f7a00132c8f: Layer already exists [2021-04-07T01:47:11.783Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:11.783Z] ba457c984550: Layer already exists [2021-04-07T01:47:11.783Z] 40f9bcee1874: Layer already exists [2021-04-07T01:47:11.783Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:11.783Z] bdf0ec92535b: Layer already exists [2021-04-07T01:47:11.783Z] 2.0.0-dev.163: digest: sha256:2f612241e627c64c1017fd9010e11b5ca5733e57d5e3fb6826dedb8e46200186 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:12.189Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:12.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:12.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-07T01:47:12.544Z] 0157ba9e0c76: Preparing [2021-04-07T01:47:12.544Z] 0157ba9e0c76: Preparing [2021-04-07T01:47:12.544Z] 8f7a00132c8f: Preparing [2021-04-07T01:47:12.544Z] d91c69dccf02: Preparing [2021-04-07T01:47:12.544Z] 3049aedb002a: Preparing [2021-04-07T01:47:12.544Z] ba86efe2bbb6: Preparing [2021-04-07T01:47:12.544Z] ec31dbc35b76: Preparing [2021-04-07T01:47:12.544Z] ba457c984550: Preparing [2021-04-07T01:47:12.544Z] ba457c984550: Preparing [2021-04-07T01:47:12.544Z] 40f9bcee1874: Preparing [2021-04-07T01:47:12.544Z] bdf0ec92535b: Preparing [2021-04-07T01:47:12.544Z] b0b9881431d7: Preparing [2021-04-07T01:47:12.544Z] ec31dbc35b76: Waiting [2021-04-07T01:47:12.544Z] ba457c984550: Waiting [2021-04-07T01:47:12.544Z] 40f9bcee1874: Waiting [2021-04-07T01:47:12.544Z] bdf0ec92535b: Waiting [2021-04-07T01:47:12.544Z] b0b9881431d7: Waiting [2021-04-07T01:47:12.544Z] ba86efe2bbb6: Layer already exists [2021-04-07T01:47:12.544Z] 3049aedb002a: Layer already exists [2021-04-07T01:47:12.544Z] 0157ba9e0c76: Layer already exists [2021-04-07T01:47:12.544Z] 8f7a00132c8f: Layer already exists [2021-04-07T01:47:12.544Z] d91c69dccf02: Layer already exists [2021-04-07T01:47:12.544Z] bdf0ec92535b: Layer already exists [2021-04-07T01:47:12.544Z] ba457c984550: Layer already exists [2021-04-07T01:47:12.544Z] 40f9bcee1874: Layer already exists [2021-04-07T01:47:12.544Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:12.544Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:12.805Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:2f612241e627c64c1017fd9010e11b5ca5733e57d5e3fb6826dedb8e46200186 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:13.110Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:13.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-07T01:47:13.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-07T01:47:13.408Z] 0157ba9e0c76: Preparing [2021-04-07T01:47:13.408Z] 0157ba9e0c76: Preparing [2021-04-07T01:47:13.408Z] 8f7a00132c8f: Preparing [2021-04-07T01:47:13.408Z] d91c69dccf02: Preparing [2021-04-07T01:47:13.408Z] 3049aedb002a: Preparing [2021-04-07T01:47:13.408Z] ba86efe2bbb6: Preparing [2021-04-07T01:47:13.408Z] ec31dbc35b76: Preparing [2021-04-07T01:47:13.408Z] ba457c984550: Preparing [2021-04-07T01:47:13.408Z] ba457c984550: Preparing [2021-04-07T01:47:13.408Z] 40f9bcee1874: Preparing [2021-04-07T01:47:13.408Z] bdf0ec92535b: Preparing [2021-04-07T01:47:13.408Z] b0b9881431d7: Preparing [2021-04-07T01:47:13.408Z] ec31dbc35b76: Waiting [2021-04-07T01:47:13.408Z] ba457c984550: Waiting [2021-04-07T01:47:13.408Z] 40f9bcee1874: Waiting [2021-04-07T01:47:13.408Z] b0b9881431d7: Waiting [2021-04-07T01:47:13.408Z] bdf0ec92535b: Waiting [2021-04-07T01:47:13.408Z] d91c69dccf02: Layer already exists [2021-04-07T01:47:13.408Z] 3049aedb002a: Layer already exists [2021-04-07T01:47:13.408Z] ba86efe2bbb6: Layer already exists [2021-04-07T01:47:13.408Z] 0157ba9e0c76: Layer already exists [2021-04-07T01:47:13.408Z] 8f7a00132c8f: Layer already exists [2021-04-07T01:47:13.408Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:13.408Z] 40f9bcee1874: Layer already exists [2021-04-07T01:47:13.408Z] ba457c984550: Layer already exists [2021-04-07T01:47:13.408Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:13.408Z] bdf0ec92535b: Layer already exists [2021-04-07T01:47:13.408Z] master: digest: sha256:2f612241e627c64c1017fd9010e11b5ca5733e57d5e3fb6826dedb8e46200186 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:47:13.589Z] ===================================================== [Pipeline] echo [2021-04-07T01:47:13.636Z] taggedImages: [2021-04-07T01:47:13.636Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:13.636Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.163 [2021-04-07T01:47:13.636Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:13.636Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-07T01:47:13.701Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-07T01:47:13.701Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:13.701Z] 2.0.0-dev.163 [2021-04-07T01:47:13.701Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:13.701Z] master [2021-04-07T01:47:13.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:14.207Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:14.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:14.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-07T01:47:14.504Z] 73b70593cf81: Preparing [2021-04-07T01:47:14.504Z] f8f6124ebc11: Preparing [2021-04-07T01:47:14.504Z] a30f7f74b440: Preparing [2021-04-07T01:47:14.504Z] 0e545fc6dd36: Preparing [2021-04-07T01:47:14.504Z] aafe519db6ed: Preparing [2021-04-07T01:47:14.504Z] b0b9881431d7: Preparing [2021-04-07T01:47:14.504Z] b0b9881431d7: Waiting [2021-04-07T01:47:14.766Z] a30f7f74b440: Pushed [2021-04-07T01:47:14.766Z] 0e545fc6dd36: Pushed [2021-04-07T01:47:14.766Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:15.028Z] aafe519db6ed: Pushed [2021-04-07T01:47:15.601Z] 73b70593cf81: Pushed [2021-04-07T01:47:15.601Z] f8f6124ebc11: Pushed [2021-04-07T01:47:15.862Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:2ce44f151b1390f380bb023482ed0b12e686251b2308cca8bbd9f3ae6e912443 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:16.167Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:16.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.163 [2021-04-07T01:47:16.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-07T01:47:16.466Z] 73b70593cf81: Preparing [2021-04-07T01:47:16.466Z] f8f6124ebc11: Preparing [2021-04-07T01:47:16.466Z] a30f7f74b440: Preparing [2021-04-07T01:47:16.466Z] 0e545fc6dd36: Preparing [2021-04-07T01:47:16.466Z] aafe519db6ed: Preparing [2021-04-07T01:47:16.466Z] b0b9881431d7: Preparing [2021-04-07T01:47:16.466Z] b0b9881431d7: Waiting [2021-04-07T01:47:16.466Z] aafe519db6ed: Layer already exists [2021-04-07T01:47:16.466Z] 0e545fc6dd36: Layer already exists [2021-04-07T01:47:16.466Z] f8f6124ebc11: Layer already exists [2021-04-07T01:47:16.466Z] a30f7f74b440: Layer already exists [2021-04-07T01:47:16.466Z] 73b70593cf81: Layer already exists [2021-04-07T01:47:16.466Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:16.466Z] 2.0.0-dev.163: digest: sha256:2ce44f151b1390f380bb023482ed0b12e686251b2308cca8bbd9f3ae6e912443 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:16.769Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:17.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:17.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-07T01:47:17.068Z] 73b70593cf81: Preparing [2021-04-07T01:47:17.068Z] f8f6124ebc11: Preparing [2021-04-07T01:47:17.068Z] a30f7f74b440: Preparing [2021-04-07T01:47:17.068Z] 0e545fc6dd36: Preparing [2021-04-07T01:47:17.068Z] aafe519db6ed: Preparing [2021-04-07T01:47:17.068Z] b0b9881431d7: Preparing [2021-04-07T01:47:17.068Z] b0b9881431d7: Waiting [2021-04-07T01:47:17.068Z] a30f7f74b440: Layer already exists [2021-04-07T01:47:17.068Z] 0e545fc6dd36: Layer already exists [2021-04-07T01:47:17.068Z] 73b70593cf81: Layer already exists [2021-04-07T01:47:17.068Z] aafe519db6ed: Layer already exists [2021-04-07T01:47:17.068Z] f8f6124ebc11: Layer already exists [2021-04-07T01:47:17.068Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:17.068Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:2ce44f151b1390f380bb023482ed0b12e686251b2308cca8bbd9f3ae6e912443 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:17.373Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:17.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-07T01:47:17.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-07T01:47:17.680Z] 73b70593cf81: Preparing [2021-04-07T01:47:17.680Z] f8f6124ebc11: Preparing [2021-04-07T01:47:17.680Z] a30f7f74b440: Preparing [2021-04-07T01:47:17.680Z] 0e545fc6dd36: Preparing [2021-04-07T01:47:17.680Z] aafe519db6ed: Preparing [2021-04-07T01:47:17.680Z] b0b9881431d7: Preparing [2021-04-07T01:47:17.680Z] b0b9881431d7: Waiting [2021-04-07T01:47:17.680Z] aafe519db6ed: Layer already exists [2021-04-07T01:47:17.680Z] 73b70593cf81: Layer already exists [2021-04-07T01:47:17.680Z] f8f6124ebc11: Layer already exists [2021-04-07T01:47:17.680Z] a30f7f74b440: Layer already exists [2021-04-07T01:47:17.680Z] 0e545fc6dd36: Layer already exists [2021-04-07T01:47:17.680Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:17.680Z] master: digest: sha256:2ce44f151b1390f380bb023482ed0b12e686251b2308cca8bbd9f3ae6e912443 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:47:17.895Z] ===================================================== [Pipeline] echo [2021-04-07T01:47:17.950Z] taggedImages: [2021-04-07T01:47:17.950Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:17.950Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.163 [2021-04-07T01:47:17.950Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:17.950Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-07T01:47:18.019Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-07T01:47:18.019Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:18.019Z] 2.0.0-dev.163 [2021-04-07T01:47:18.019Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:18.019Z] master [2021-04-07T01:47:18.019Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:18.532Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:18.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:18.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-07T01:47:18.835Z] 07c24b0ab3f1: Preparing [2021-04-07T01:47:18.835Z] 266d7a0a894a: Preparing [2021-04-07T01:47:18.835Z] ede61409e067: Preparing [2021-04-07T01:47:18.835Z] 6330685f2330: Preparing [2021-04-07T01:47:18.835Z] cf507bf0901d: Preparing [2021-04-07T01:47:18.835Z] 371e8f9c6992: Preparing [2021-04-07T01:47:18.835Z] c110b65eeb88: Preparing [2021-04-07T01:47:18.835Z] fa9ce2bdbc19: Preparing [2021-04-07T01:47:18.835Z] b0b9881431d7: Preparing [2021-04-07T01:47:18.835Z] 371e8f9c6992: Waiting [2021-04-07T01:47:18.835Z] c110b65eeb88: Waiting [2021-04-07T01:47:18.835Z] fa9ce2bdbc19: Waiting [2021-04-07T01:47:18.835Z] b0b9881431d7: Waiting [2021-04-07T01:47:19.099Z] 266d7a0a894a: Pushed [2021-04-07T01:47:19.099Z] 07c24b0ab3f1: Pushed [2021-04-07T01:47:19.099Z] cf507bf0901d: Pushed [2021-04-07T01:47:19.363Z] 371e8f9c6992: Pushed [2021-04-07T01:47:19.363Z] c110b65eeb88: Pushed [2021-04-07T01:47:19.363Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:19.624Z] fa9ce2bdbc19: Pushed [2021-04-07T01:47:19.891Z] 6330685f2330: Pushed [2021-04-07T01:47:19.891Z] ede61409e067: Pushed [2021-04-07T01:47:20.152Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:8da4014aecac0fa2dec0dad10c17ce72e264626338c6941e5b095005a9f0d453 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:20.458Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:20.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.163 [2021-04-07T01:47:20.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-07T01:47:20.757Z] 07c24b0ab3f1: Preparing [2021-04-07T01:47:20.757Z] 266d7a0a894a: Preparing [2021-04-07T01:47:20.757Z] ede61409e067: Preparing [2021-04-07T01:47:20.757Z] 6330685f2330: Preparing [2021-04-07T01:47:20.757Z] cf507bf0901d: Preparing [2021-04-07T01:47:20.757Z] 371e8f9c6992: Preparing [2021-04-07T01:47:20.757Z] c110b65eeb88: Preparing [2021-04-07T01:47:20.757Z] fa9ce2bdbc19: Preparing [2021-04-07T01:47:20.757Z] b0b9881431d7: Preparing [2021-04-07T01:47:20.757Z] 371e8f9c6992: Waiting [2021-04-07T01:47:20.757Z] c110b65eeb88: Waiting [2021-04-07T01:47:20.757Z] fa9ce2bdbc19: Waiting [2021-04-07T01:47:20.757Z] b0b9881431d7: Waiting [2021-04-07T01:47:20.757Z] cf507bf0901d: Layer already exists [2021-04-07T01:47:20.757Z] 266d7a0a894a: Layer already exists [2021-04-07T01:47:20.757Z] 07c24b0ab3f1: Layer already exists [2021-04-07T01:47:20.757Z] ede61409e067: Layer already exists [2021-04-07T01:47:20.757Z] 6330685f2330: Layer already exists [2021-04-07T01:47:20.757Z] c110b65eeb88: Layer already exists [2021-04-07T01:47:20.757Z] 371e8f9c6992: Layer already exists [2021-04-07T01:47:20.757Z] fa9ce2bdbc19: Layer already exists [2021-04-07T01:47:20.757Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:20.757Z] 2.0.0-dev.163: digest: sha256:8da4014aecac0fa2dec0dad10c17ce72e264626338c6941e5b095005a9f0d453 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:21.064Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:21.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:21.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-07T01:47:21.364Z] 07c24b0ab3f1: Preparing [2021-04-07T01:47:21.364Z] 266d7a0a894a: Preparing [2021-04-07T01:47:21.364Z] ede61409e067: Preparing [2021-04-07T01:47:21.364Z] 6330685f2330: Preparing [2021-04-07T01:47:21.364Z] cf507bf0901d: Preparing [2021-04-07T01:47:21.364Z] 371e8f9c6992: Preparing [2021-04-07T01:47:21.364Z] c110b65eeb88: Preparing [2021-04-07T01:47:21.364Z] fa9ce2bdbc19: Preparing [2021-04-07T01:47:21.364Z] b0b9881431d7: Preparing [2021-04-07T01:47:21.364Z] 371e8f9c6992: Waiting [2021-04-07T01:47:21.364Z] c110b65eeb88: Waiting [2021-04-07T01:47:21.364Z] fa9ce2bdbc19: Waiting [2021-04-07T01:47:21.364Z] b0b9881431d7: Waiting [2021-04-07T01:47:21.364Z] 266d7a0a894a: Layer already exists [2021-04-07T01:47:21.364Z] ede61409e067: Layer already exists [2021-04-07T01:47:21.364Z] 07c24b0ab3f1: Layer already exists [2021-04-07T01:47:21.364Z] cf507bf0901d: Layer already exists [2021-04-07T01:47:21.364Z] 6330685f2330: Layer already exists [2021-04-07T01:47:21.364Z] c110b65eeb88: Layer already exists [2021-04-07T01:47:21.364Z] 371e8f9c6992: Layer already exists [2021-04-07T01:47:21.364Z] fa9ce2bdbc19: Layer already exists [2021-04-07T01:47:21.364Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:21.364Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:8da4014aecac0fa2dec0dad10c17ce72e264626338c6941e5b095005a9f0d453 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:21.674Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:21.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-07T01:47:21.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-07T01:47:21.972Z] 07c24b0ab3f1: Preparing [2021-04-07T01:47:21.972Z] 266d7a0a894a: Preparing [2021-04-07T01:47:21.972Z] ede61409e067: Preparing [2021-04-07T01:47:21.972Z] 6330685f2330: Preparing [2021-04-07T01:47:21.972Z] cf507bf0901d: Preparing [2021-04-07T01:47:21.972Z] 371e8f9c6992: Preparing [2021-04-07T01:47:21.972Z] c110b65eeb88: Preparing [2021-04-07T01:47:21.972Z] fa9ce2bdbc19: Preparing [2021-04-07T01:47:21.972Z] b0b9881431d7: Preparing [2021-04-07T01:47:21.972Z] 371e8f9c6992: Waiting [2021-04-07T01:47:21.972Z] c110b65eeb88: Waiting [2021-04-07T01:47:21.972Z] fa9ce2bdbc19: Waiting [2021-04-07T01:47:21.972Z] b0b9881431d7: Waiting [2021-04-07T01:47:21.972Z] 6330685f2330: Layer already exists [2021-04-07T01:47:21.972Z] cf507bf0901d: Layer already exists [2021-04-07T01:47:21.972Z] ede61409e067: Layer already exists [2021-04-07T01:47:21.972Z] 266d7a0a894a: Layer already exists [2021-04-07T01:47:21.972Z] 07c24b0ab3f1: Layer already exists [2021-04-07T01:47:21.972Z] fa9ce2bdbc19: Layer already exists [2021-04-07T01:47:21.972Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:21.972Z] c110b65eeb88: Layer already exists [2021-04-07T01:47:21.972Z] 371e8f9c6992: Layer already exists [2021-04-07T01:47:21.972Z] master: digest: sha256:8da4014aecac0fa2dec0dad10c17ce72e264626338c6941e5b095005a9f0d453 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:47:22.162Z] ===================================================== [Pipeline] echo [2021-04-07T01:47:22.219Z] taggedImages: [2021-04-07T01:47:22.219Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:22.219Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.163 [2021-04-07T01:47:22.219Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:22.219Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-07T01:47:22.302Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-07T01:47:22.302Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:22.302Z] 2.0.0-dev.163 [2021-04-07T01:47:22.302Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:22.302Z] master [2021-04-07T01:47:22.302Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-04-07T01:47:22.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-07T01:47:22.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:22.819Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:23.119Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:23.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-07T01:47:23.119Z] 8a9f2b01f35d: Preparing [2021-04-07T01:47:23.119Z] 9de2113aa9a6: Preparing [2021-04-07T01:47:23.119Z] ec31dbc35b76: Preparing [2021-04-07T01:47:23.119Z] 1b8027a27e56: Preparing [2021-04-07T01:47:23.119Z] b0b9881431d7: Preparing [2021-04-07T01:47:24.504Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:24.504Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:24.504Z] 8a9f2b01f35d: Pushed [2021-04-07T01:47:24.767Z] 1b8027a27e56: Pushed [2021-04-07T01:47:25.715Z] 9de2113aa9a6: Pushed [2021-04-07T01:47:25.977Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:d96e17c88315c1c8df4cf31e1129e33e5d54c27095fde935eef98ff38f496636 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:26.281Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:26.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.163 [2021-04-07T01:47:26.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-07T01:47:26.580Z] 8a9f2b01f35d: Preparing [2021-04-07T01:47:26.580Z] 9de2113aa9a6: Preparing [2021-04-07T01:47:26.580Z] ec31dbc35b76: Preparing [2021-04-07T01:47:26.580Z] 1b8027a27e56: Preparing [2021-04-07T01:47:26.580Z] b0b9881431d7: Preparing [2021-04-07T01:47:26.580Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:26.580Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:26.580Z] 8a9f2b01f35d: Layer already exists [2021-04-07T01:47:26.843Z] 9de2113aa9a6: Layer already exists [2021-04-07T01:47:26.843Z] 1b8027a27e56: Layer already exists [2021-04-07T01:47:26.843Z] 2.0.0-dev.163: digest: sha256:d96e17c88315c1c8df4cf31e1129e33e5d54c27095fde935eef98ff38f496636 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:27.152Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:27.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:27.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-07T01:47:27.454Z] 8a9f2b01f35d: Preparing [2021-04-07T01:47:27.454Z] 9de2113aa9a6: Preparing [2021-04-07T01:47:27.454Z] ec31dbc35b76: Preparing [2021-04-07T01:47:27.454Z] 1b8027a27e56: Preparing [2021-04-07T01:47:27.454Z] b0b9881431d7: Preparing [2021-04-07T01:47:27.454Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:27.454Z] 1b8027a27e56: Layer already exists [2021-04-07T01:47:27.455Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:27.455Z] 8a9f2b01f35d: Layer already exists [2021-04-07T01:47:27.455Z] 9de2113aa9a6: Layer already exists [2021-04-07T01:47:27.455Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:d96e17c88315c1c8df4cf31e1129e33e5d54c27095fde935eef98ff38f496636 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:27.771Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:28.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-07T01:47:28.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-07T01:47:28.078Z] 8a9f2b01f35d: Preparing [2021-04-07T01:47:28.078Z] 9de2113aa9a6: Preparing [2021-04-07T01:47:28.078Z] ec31dbc35b76: Preparing [2021-04-07T01:47:28.078Z] 1b8027a27e56: Preparing [2021-04-07T01:47:28.078Z] b0b9881431d7: Preparing [2021-04-07T01:47:28.078Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:28.078Z] 9de2113aa9a6: Layer already exists [2021-04-07T01:47:28.078Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:28.078Z] 1b8027a27e56: Layer already exists [2021-04-07T01:47:28.078Z] 8a9f2b01f35d: Layer already exists [2021-04-07T01:47:28.078Z] master: digest: sha256:d96e17c88315c1c8df4cf31e1129e33e5d54c27095fde935eef98ff38f496636 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:47:28.251Z] ===================================================== [Pipeline] echo [2021-04-07T01:47:28.298Z] taggedImages: [2021-04-07T01:47:28.298Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:28.298Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.163 [2021-04-07T01:47:28.298Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:28.298Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-07T01:47:28.361Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-07T01:47:28.361Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:28.361Z] 2.0.0-dev.163 [2021-04-07T01:47:28.361Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:28.361Z] master [2021-04-07T01:47:28.361Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:28.897Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:29.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:29.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-07T01:47:29.198Z] ffc8e5a33a0d: Preparing [2021-04-07T01:47:29.198Z] 29ab97ed2478: Preparing [2021-04-07T01:47:29.198Z] ec31dbc35b76: Preparing [2021-04-07T01:47:29.198Z] fb04d05ef079: Preparing [2021-04-07T01:47:29.198Z] b0b9881431d7: Preparing [2021-04-07T01:47:29.198Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:29.198Z] fb04d05ef079: Layer already exists [2021-04-07T01:47:29.198Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:29.198Z] ffc8e5a33a0d: Pushed [2021-04-07T01:47:30.585Z] 29ab97ed2478: Pushed [2021-04-07T01:47:30.585Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:c316b62480751b95b54192b34e77657446b668d4a9bd8f7561c48113cf41aa29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:30.893Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:31.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.163 [2021-04-07T01:47:31.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-07T01:47:31.192Z] ffc8e5a33a0d: Preparing [2021-04-07T01:47:31.192Z] 29ab97ed2478: Preparing [2021-04-07T01:47:31.192Z] ec31dbc35b76: Preparing [2021-04-07T01:47:31.192Z] fb04d05ef079: Preparing [2021-04-07T01:47:31.192Z] b0b9881431d7: Preparing [2021-04-07T01:47:31.192Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:31.192Z] ffc8e5a33a0d: Layer already exists [2021-04-07T01:47:31.192Z] 29ab97ed2478: Layer already exists [2021-04-07T01:47:31.192Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:31.192Z] fb04d05ef079: Layer already exists [2021-04-07T01:47:31.192Z] 2.0.0-dev.163: digest: sha256:c316b62480751b95b54192b34e77657446b668d4a9bd8f7561c48113cf41aa29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:31.499Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:31.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:31.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-07T01:47:31.798Z] ffc8e5a33a0d: Preparing [2021-04-07T01:47:31.798Z] 29ab97ed2478: Preparing [2021-04-07T01:47:31.798Z] ec31dbc35b76: Preparing [2021-04-07T01:47:31.798Z] fb04d05ef079: Preparing [2021-04-07T01:47:31.798Z] b0b9881431d7: Preparing [2021-04-07T01:47:31.798Z] fb04d05ef079: Layer already exists [2021-04-07T01:47:31.798Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:31.798Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:31.798Z] ffc8e5a33a0d: Layer already exists [2021-04-07T01:47:31.798Z] 29ab97ed2478: Layer already exists [2021-04-07T01:47:31.798Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:c316b62480751b95b54192b34e77657446b668d4a9bd8f7561c48113cf41aa29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:32.108Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:32.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-07T01:47:32.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-07T01:47:32.656Z] ffc8e5a33a0d: Preparing [2021-04-07T01:47:32.656Z] 29ab97ed2478: Preparing [2021-04-07T01:47:32.656Z] ec31dbc35b76: Preparing [2021-04-07T01:47:32.656Z] fb04d05ef079: Preparing [2021-04-07T01:47:32.656Z] b0b9881431d7: Preparing [2021-04-07T01:47:32.656Z] b0b9881431d7: Layer already exists [2021-04-07T01:47:32.656Z] ec31dbc35b76: Layer already exists [2021-04-07T01:47:32.656Z] 29ab97ed2478: Layer already exists [2021-04-07T01:47:32.656Z] ffc8e5a33a0d: Layer already exists [2021-04-07T01:47:32.656Z] fb04d05ef079: Layer already exists [2021-04-07T01:47:32.656Z] master: digest: sha256:c316b62480751b95b54192b34e77657446b668d4a9bd8f7561c48113cf41aa29 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:47:32.828Z] ===================================================== [Pipeline] echo [2021-04-07T01:47:32.974Z] taggedImages: [2021-04-07T01:47:32.974Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:32.974Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.163 [2021-04-07T01:47:32.974Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:32.974Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-07T01:47:33.034Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-07T01:47:33.034Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:33.034Z] 2.0.0-dev.163 [2021-04-07T01:47:33.034Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:33.034Z] master [2021-04-07T01:47:33.034Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:33.500Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:33.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:33.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-07T01:47:33.806Z] b76e2c4b76b4: Preparing [2021-04-07T01:47:33.806Z] cbe53539e474: Preparing [2021-04-07T01:47:33.806Z] 4f23db53a835: Preparing [2021-04-07T01:47:33.806Z] 6bac9748aed9: Preparing [2021-04-07T01:47:33.806Z] 08660dcc137f: Preparing [2021-04-07T01:47:33.806Z] a8706707cb6e: Preparing [2021-04-07T01:47:33.806Z] 9c30e9c30109: Preparing [2021-04-07T01:47:33.806Z] 0754057c0ad3: Preparing [2021-04-07T01:47:33.806Z] 998cdf262ab1: Preparing [2021-04-07T01:47:33.806Z] 02e56110abd2: Preparing [2021-04-07T01:47:33.806Z] abc36efb885a: Preparing [2021-04-07T01:47:33.806Z] b0b09059f4e1: Preparing [2021-04-07T01:47:33.806Z] bb961f40224b: Preparing [2021-04-07T01:47:33.806Z] f4666769fca7: Preparing [2021-04-07T01:47:33.806Z] 02e56110abd2: Waiting [2021-04-07T01:47:33.806Z] a8706707cb6e: Waiting [2021-04-07T01:47:33.806Z] abc36efb885a: Waiting [2021-04-07T01:47:33.806Z] b0b09059f4e1: Waiting [2021-04-07T01:47:33.806Z] bb961f40224b: Waiting [2021-04-07T01:47:33.806Z] f4666769fca7: Waiting [2021-04-07T01:47:33.806Z] 9c30e9c30109: Waiting [2021-04-07T01:47:33.806Z] 998cdf262ab1: Waiting [2021-04-07T01:47:33.806Z] 0754057c0ad3: Waiting [2021-04-07T01:47:34.077Z] 08660dcc137f: Pushed [2021-04-07T01:47:34.077Z] b76e2c4b76b4: Pushed [2021-04-07T01:47:34.354Z] 6bac9748aed9: Pushed [2021-04-07T01:47:34.354Z] 0754057c0ad3: Layer already exists [2021-04-07T01:47:34.354Z] 998cdf262ab1: Layer already exists [2021-04-07T01:47:34.621Z] 02e56110abd2: Layer already exists [2021-04-07T01:47:34.621Z] abc36efb885a: Layer already exists [2021-04-07T01:47:34.621Z] 9c30e9c30109: Pushed [2021-04-07T01:47:34.621Z] b0b09059f4e1: Layer already exists [2021-04-07T01:47:34.621Z] bb961f40224b: Layer already exists [2021-04-07T01:47:34.621Z] f4666769fca7: Layer already exists [2021-04-07T01:47:34.955Z] Removing intermediate container ab4a7e2adba7 [2021-04-07T01:47:34.956Z] ---> 8e1bb52e8f0d [2021-04-07T01:47:34.956Z] [2021-04-07T01:47:34.956Z] Step 10/24 : FROM alpine:3.12 [2021-04-07T01:47:34.956Z] Removing intermediate container 1cc7d7c8e4fc [2021-04-07T01:47:34.956Z] ---> f580ea42384f [2021-04-07T01:47:34.956Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-07T01:47:34.956Z] Removing intermediate container 71f3fbac9fae [2021-04-07T01:47:34.956Z] ---> f68d9e7c11e3 [2021-04-07T01:47:34.956Z] [2021-04-07T01:47:34.956Z] Step 10/21 : FROM alpine:3.12 [2021-04-07T01:47:34.956Z] 3.12: Pulling from library/alpine [2021-04-07T01:47:34.956Z] 3.12: Pulling from library/alpine [2021-04-07T01:47:34.956Z] ---> Running in 807df4f5bcfd [2021-04-07T01:47:34.956Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T01:47:34.956Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T01:47:34.956Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T01:47:34.956Z] Status: Image is up to date for alpine:3.12 [2021-04-07T01:47:34.956Z] ---> d75e27dfc0a0 [2021-04-07T01:47:34.956Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-07T01:47:34.956Z] ---> d75e27dfc0a0 [2021-04-07T01:47:34.956Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-07T01:47:34.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-07T01:47:35.197Z] a8706707cb6e: Pushed [2021-04-07T01:47:35.460Z] cbe53539e474: Pushed [2021-04-07T01:47:35.946Z] ---> Running in f2df3cac0084 [2021-04-07T01:47:35.946Z] ---> Running in 45f227752ff5 [2021-04-07T01:47:37.398Z] Removing intermediate container 0b913d78ae6e [2021-04-07T01:47:37.398Z] ---> eab275e5e915 [2021-04-07T01:47:37.398Z] [2021-04-07T01:47:37.398Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T01:47:37.398Z] ---> d75e27dfc0a0 [2021-04-07T01:47:37.398Z] Removing intermediate container 1138d0feb014 [2021-04-07T01:47:37.398Z] ---> c2ebf84e06ab [2021-04-07T01:47:37.398Z] [2021-04-07T01:47:37.398Z] Step 10/22 : FROM alpine:3.12 [2021-04-07T01:47:37.398Z] ---> d75e27dfc0a0 [2021-04-07T01:47:37.398Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:47:37.398Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-07T01:47:37.671Z] ---> Running in 24a93e6e7abe [2021-04-07T01:47:37.671Z] ---> Running in aa09265bb34f [2021-04-07T01:47:38.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:47:38.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:47:38.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:47:38.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:47:38.543Z] Removing intermediate container 807df4f5bcfd [2021-04-07T01:47:38.543Z] ---> 6f6e7a3c537e [2021-04-07T01:47:38.543Z] [2021-04-07T01:47:38.543Z] Step 11/26 : FROM docker:20.10.0 [2021-04-07T01:47:38.819Z] 20.10.0: Pulling from library/docker [2021-04-07T01:47:39.094Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-07T01:47:39.094Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:47:39.094Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-07T01:47:39.094Z] (4/4) Installing curl (7.69.1-r3) [2021-04-07T01:47:39.094Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:47:39.094Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-07T01:47:39.094Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:47:39.094Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:47:39.094Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-07T01:47:39.368Z] (4/6) Installing curl (7.69.1-r3) [2021-04-07T01:47:39.369Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-07T01:47:39.369Z] (6/6) Installing su-exec (0.2-r1) [2021-04-07T01:47:39.369Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:47:39.369Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:47:39.369Z] OK: 7 MiB in 18 packages [2021-04-07T01:47:39.644Z] OK: 7 MiB in 20 packages [2021-04-07T01:47:40.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:47:40.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:47:40.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:47:40.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:47:41.234Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-07T01:47:41.234Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:47:41.234Z] OK: 5 MiB in 15 packages [2021-04-07T01:47:41.234Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-07T01:47:41.234Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-07T01:47:41.234Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:47:41.234Z] Executing ca-certificates-20191127-r4.trigger [2021-04-07T01:47:41.509Z] OK: 6 MiB in 16 packages [2021-04-07T01:47:43.505Z] Removing intermediate container aa09265bb34f [2021-04-07T01:47:43.505Z] ---> 905e9dd5f363 [2021-04-07T01:47:43.505Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:47:43.505Z] Removing intermediate container f2df3cac0084 [2021-04-07T01:47:43.505Z] ---> 8c5113d1f523 [2021-04-07T01:47:43.505Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T01:47:43.505Z] Removing intermediate container 45f227752ff5 [2021-04-07T01:47:43.505Z] ---> 0bb3d9758d99 [2021-04-07T01:47:43.505Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-07T01:47:43.505Z] ---> Running in 7e4fa00b50a4 [2021-04-07T01:47:43.632Z] 4f23db53a835: Pushed [2021-04-07T01:47:43.632Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:2d27421d9d39963d646b87487a6d6149771a3c2295e1bb3f242803966906799c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:43.876Z] ---> Running in b9f2f8f376f0 [2021-04-07T01:47:43.876Z] ---> Running in a5db656ee1ab [2021-04-07T01:47:43.949Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:44.196Z] Removing intermediate container 24a93e6e7abe [2021-04-07T01:47:44.196Z] ---> 67c6c1d7090c [2021-04-07T01:47:44.196Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:47:44.196Z] Removing intermediate container 7e4fa00b50a4 [2021-04-07T01:47:44.196Z] ---> 324621e624ad [2021-04-07T01:47:44.196Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-07T01:47:44.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.163 [2021-04-07T01:47:44.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-07T01:47:44.258Z] b76e2c4b76b4: Preparing [2021-04-07T01:47:44.258Z] cbe53539e474: Preparing [2021-04-07T01:47:44.258Z] 4f23db53a835: Preparing [2021-04-07T01:47:44.258Z] 6bac9748aed9: Preparing [2021-04-07T01:47:44.258Z] 08660dcc137f: Preparing [2021-04-07T01:47:44.258Z] a8706707cb6e: Preparing [2021-04-07T01:47:44.258Z] 9c30e9c30109: Preparing [2021-04-07T01:47:44.258Z] 0754057c0ad3: Preparing [2021-04-07T01:47:44.258Z] 998cdf262ab1: Preparing [2021-04-07T01:47:44.258Z] 02e56110abd2: Preparing [2021-04-07T01:47:44.258Z] abc36efb885a: Preparing [2021-04-07T01:47:44.258Z] b0b09059f4e1: Preparing [2021-04-07T01:47:44.258Z] bb961f40224b: Preparing [2021-04-07T01:47:44.258Z] f4666769fca7: Preparing [2021-04-07T01:47:44.258Z] 9c30e9c30109: Waiting [2021-04-07T01:47:44.258Z] 0754057c0ad3: Waiting [2021-04-07T01:47:44.258Z] 998cdf262ab1: Waiting [2021-04-07T01:47:44.258Z] 02e56110abd2: Waiting [2021-04-07T01:47:44.258Z] abc36efb885a: Waiting [2021-04-07T01:47:44.258Z] b0b09059f4e1: Waiting [2021-04-07T01:47:44.258Z] bb961f40224b: Waiting [2021-04-07T01:47:44.258Z] f4666769fca7: Waiting [2021-04-07T01:47:44.258Z] a8706707cb6e: Waiting [2021-04-07T01:47:44.258Z] b76e2c4b76b4: Layer already exists [2021-04-07T01:47:44.258Z] cbe53539e474: Layer already exists [2021-04-07T01:47:44.258Z] 08660dcc137f: Layer already exists [2021-04-07T01:47:44.258Z] 4f23db53a835: Layer already exists [2021-04-07T01:47:44.258Z] 6bac9748aed9: Layer already exists [2021-04-07T01:47:44.258Z] 9c30e9c30109: Layer already exists [2021-04-07T01:47:44.258Z] 02e56110abd2: Layer already exists [2021-04-07T01:47:44.258Z] a8706707cb6e: Layer already exists [2021-04-07T01:47:44.258Z] 0754057c0ad3: Layer already exists [2021-04-07T01:47:44.258Z] 998cdf262ab1: Layer already exists [2021-04-07T01:47:44.258Z] b0b09059f4e1: Layer already exists [2021-04-07T01:47:44.258Z] abc36efb885a: Layer already exists [2021-04-07T01:47:44.258Z] bb961f40224b: Layer already exists [2021-04-07T01:47:44.258Z] f4666769fca7: Layer already exists [2021-04-07T01:47:44.258Z] 2.0.0-dev.163: digest: sha256:2d27421d9d39963d646b87487a6d6149771a3c2295e1bb3f242803966906799c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:44.572Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:44.803Z] ---> Running in e729ccc76b75 [2021-04-07T01:47:44.803Z] ---> Running in ae92fe3905ef [2021-04-07T01:47:44.803Z] Removing intermediate container b9f2f8f376f0 [2021-04-07T01:47:44.803Z] ---> 9f7f3613580b [2021-04-07T01:47:44.803Z] Step 13/21 : WORKDIR /edgex [2021-04-07T01:47:44.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:44.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-07T01:47:44.873Z] b76e2c4b76b4: Preparing [2021-04-07T01:47:44.873Z] cbe53539e474: Preparing [2021-04-07T01:47:44.873Z] 4f23db53a835: Preparing [2021-04-07T01:47:44.873Z] 6bac9748aed9: Preparing [2021-04-07T01:47:44.873Z] 08660dcc137f: Preparing [2021-04-07T01:47:44.873Z] a8706707cb6e: Preparing [2021-04-07T01:47:44.873Z] 9c30e9c30109: Preparing [2021-04-07T01:47:44.873Z] 0754057c0ad3: Preparing [2021-04-07T01:47:44.873Z] 998cdf262ab1: Preparing [2021-04-07T01:47:44.873Z] 02e56110abd2: Preparing [2021-04-07T01:47:44.873Z] abc36efb885a: Preparing [2021-04-07T01:47:44.873Z] b0b09059f4e1: Preparing [2021-04-07T01:47:44.873Z] bb961f40224b: Preparing [2021-04-07T01:47:44.873Z] f4666769fca7: Preparing [2021-04-07T01:47:44.873Z] a8706707cb6e: Waiting [2021-04-07T01:47:44.873Z] 9c30e9c30109: Waiting [2021-04-07T01:47:44.873Z] 0754057c0ad3: Waiting [2021-04-07T01:47:44.873Z] 998cdf262ab1: Waiting [2021-04-07T01:47:44.873Z] 02e56110abd2: Waiting [2021-04-07T01:47:44.873Z] abc36efb885a: Waiting [2021-04-07T01:47:44.873Z] b0b09059f4e1: Waiting [2021-04-07T01:47:44.873Z] bb961f40224b: Waiting [2021-04-07T01:47:44.873Z] f4666769fca7: Waiting [2021-04-07T01:47:44.873Z] 08660dcc137f: Layer already exists [2021-04-07T01:47:44.873Z] 6bac9748aed9: Layer already exists [2021-04-07T01:47:44.873Z] b76e2c4b76b4: Layer already exists [2021-04-07T01:47:44.874Z] cbe53539e474: Layer already exists [2021-04-07T01:47:44.874Z] 4f23db53a835: Layer already exists [2021-04-07T01:47:44.874Z] 9c30e9c30109: Layer already exists [2021-04-07T01:47:44.874Z] a8706707cb6e: Layer already exists [2021-04-07T01:47:44.874Z] 02e56110abd2: Layer already exists [2021-04-07T01:47:44.874Z] 0754057c0ad3: Layer already exists [2021-04-07T01:47:44.874Z] b0b09059f4e1: Layer already exists [2021-04-07T01:47:44.874Z] abc36efb885a: Layer already exists [2021-04-07T01:47:44.874Z] 998cdf262ab1: Layer already exists [2021-04-07T01:47:44.874Z] f4666769fca7: Layer already exists [2021-04-07T01:47:44.874Z] bb961f40224b: Layer already exists [2021-04-07T01:47:44.874Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:2d27421d9d39963d646b87487a6d6149771a3c2295e1bb3f242803966906799c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:45.110Z] Removing intermediate container a5db656ee1ab [2021-04-07T01:47:45.110Z] ---> fa2477091038 [2021-04-07T01:47:45.110Z] Step 13/24 : WORKDIR / [2021-04-07T01:47:45.181Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:47:45.394Z] ---> Running in 5cd06b7c8e60 [2021-04-07T01:47:45.394Z] ---> Running in 0ef278b9c915 [2021-04-07T01:47:45.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-07T01:47:45.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-07T01:47:45.483Z] b76e2c4b76b4: Preparing [2021-04-07T01:47:45.483Z] cbe53539e474: Preparing [2021-04-07T01:47:45.483Z] 4f23db53a835: Preparing [2021-04-07T01:47:45.483Z] 6bac9748aed9: Preparing [2021-04-07T01:47:45.483Z] 08660dcc137f: Preparing [2021-04-07T01:47:45.483Z] a8706707cb6e: Preparing [2021-04-07T01:47:45.483Z] 9c30e9c30109: Preparing [2021-04-07T01:47:45.483Z] 0754057c0ad3: Preparing [2021-04-07T01:47:45.483Z] 998cdf262ab1: Preparing [2021-04-07T01:47:45.483Z] 02e56110abd2: Preparing [2021-04-07T01:47:45.483Z] abc36efb885a: Preparing [2021-04-07T01:47:45.483Z] b0b09059f4e1: Preparing [2021-04-07T01:47:45.483Z] bb961f40224b: Preparing [2021-04-07T01:47:45.483Z] f4666769fca7: Preparing [2021-04-07T01:47:45.483Z] a8706707cb6e: Waiting [2021-04-07T01:47:45.483Z] 9c30e9c30109: Waiting [2021-04-07T01:47:45.483Z] 0754057c0ad3: Waiting [2021-04-07T01:47:45.483Z] 998cdf262ab1: Waiting [2021-04-07T01:47:45.483Z] 02e56110abd2: Waiting [2021-04-07T01:47:45.483Z] abc36efb885a: Waiting [2021-04-07T01:47:45.483Z] b0b09059f4e1: Waiting [2021-04-07T01:47:45.483Z] bb961f40224b: Waiting [2021-04-07T01:47:45.483Z] f4666769fca7: Waiting [2021-04-07T01:47:45.483Z] cbe53539e474: Layer already exists [2021-04-07T01:47:45.483Z] 4f23db53a835: Layer already exists [2021-04-07T01:47:45.483Z] b76e2c4b76b4: Layer already exists [2021-04-07T01:47:45.483Z] 6bac9748aed9: Layer already exists [2021-04-07T01:47:45.483Z] 08660dcc137f: Layer already exists [2021-04-07T01:47:45.483Z] a8706707cb6e: Layer already exists [2021-04-07T01:47:45.483Z] 998cdf262ab1: Layer already exists [2021-04-07T01:47:45.483Z] 9c30e9c30109: Layer already exists [2021-04-07T01:47:45.484Z] 0754057c0ad3: Layer already exists [2021-04-07T01:47:45.484Z] 02e56110abd2: Layer already exists [2021-04-07T01:47:45.484Z] abc36efb885a: Layer already exists [2021-04-07T01:47:45.484Z] b0b09059f4e1: Layer already exists [2021-04-07T01:47:45.484Z] f4666769fca7: Layer already exists [2021-04-07T01:47:45.484Z] bb961f40224b: Layer already exists [2021-04-07T01:47:45.484Z] master: digest: sha256:2d27421d9d39963d646b87487a6d6149771a3c2295e1bb3f242803966906799c size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:47:45.719Z] ===================================================== [Pipeline] echo [2021-04-07T01:47:45.764Z] taggedImages: [2021-04-07T01:47:45.764Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:45.764Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.163 [2021-04-07T01:47:45.764Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:47:45.764Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-04-07T01:47:45.991Z] Removing intermediate container e729ccc76b75 [2021-04-07T01:47:45.991Z] ---> c08c93f678e8 [2021-04-07T01:47:45.991Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-07T01:47:45.991Z] Removing intermediate container ae92fe3905ef [2021-04-07T01:47:45.991Z] ---> 235713313560 [2021-04-07T01:47:45.991Z] Step 14/22 : EXPOSE $APP_PORT [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-07T01:47:46.965Z] ---> Running in ab2c71e553bb [2021-04-07T01:47:46.965Z] ---> Running in 39437e2f4910 [2021-04-07T01:47:47.239Z] Removing intermediate container 0ef278b9c915 [2021-04-07T01:47:47.239Z] ---> c88eb8f8e7b6 [2021-04-07T01:47:47.239Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-07T01:47:47.239Z] Removing intermediate container 5cd06b7c8e60 [2021-04-07T01:47:47.239Z] ---> 9d6b2480484c [2021-04-07T01:47:47.239Z] 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-04-07T01:47:48.212Z] Removing intermediate container 39437e2f4910 [2021-04-07T01:47:48.212Z] ---> b00d3f203676 [2021-04-07T01:47:48.212Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-07T01:47:48.212Z] Removing intermediate container ab2c71e553bb [2021-04-07T01:47:48.212Z] ---> b69eccb032a2 [2021-04-07T01:47:48.212Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:47:48.806Z] ---> Running in 615026c30700 [2021-04-07T01:47:48.806Z] ---> 4f0133a69c79 [2021-04-07T01:47:48.806Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-07T01:47:49.079Z] ---> caee70c3af50 [2021-04-07T01:47:49.079Z] 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-04-07T01:47:49.677Z] Removing intermediate container 615026c30700 [2021-04-07T01:47:49.677Z] ---> fa7b8d97ae78 [2021-04-07T01:47:49.677Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:47:49.677Z] ---> 3786c77cbdfe [2021-04-07T01:47:49.678Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-07T01:47:50.278Z] ---> d8e5a4ba6da5 [2021-04-07T01:47:50.278Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-07T01:47:50.553Z] ---> 20747b5c9753 [2021-04-07T01:47:50.553Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-07T01:47:50.825Z] ---> 12aa9affda36 [2021-04-07T01:47:50.825Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-07T01:47:51.423Z] ---> 6885a3fa672b [2021-04-07T01:47:51.423Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-07T01:47:51.696Z] ---> b258da59515b [2021-04-07T01:47:51.696Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-07T01:47:51.696Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-07T01:47:51.696Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-07T01:47:51.696Z] ---> eeaf43b92773 [2021-04-07T01:47:51.696Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-07T01:47:52.291Z] ---> Running in 525c2146a9ce [2021-04-07T01:47:52.565Z] ---> 2240825dfd1d [2021-04-07T01:47:52.565Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-07T01:47:52.846Z] ---> 2ec7e89cb4f2 [2021-04-07T01:47:52.846Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-07T01:47:52.846Z] ---> 7877e11d7eb3 [2021-04-07T01:47:52.846Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-07T01:47:52.846Z] ---> Running in 5f3bf0ba4c32 [2021-04-07T01:47:53.119Z] ---> ec6828edde3a [2021-04-07T01:47:53.119Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-07T01:47:53.119Z] ---> Running in 63da5d883d94 [2021-04-07T01:47:53.715Z] Removing intermediate container 5f3bf0ba4c32 [2021-04-07T01:47:53.715Z] ---> dcfe17853c80 [2021-04-07T01:47:53.715Z] Step 18/21 : CMD ["--init=true"] [2021-04-07T01:47:53.988Z] ---> Running in fac4f62a26ce [2021-04-07T01:47:53.988Z] Removing intermediate container 63da5d883d94 [2021-04-07T01:47:53.988Z] ---> a2b8b697289d [2021-04-07T01:47:53.988Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:47:54.265Z] ---> 40ff9f48e607 [2021-04-07T01:47:54.265Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-07T01:47:54.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:47:54.265Z] ---> Running in 9d609a0f7571 [2021-04-07T01:47:54.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:47:54.538Z] ---> Running in c26f7116ad48 [2021-04-07T01:47:54.538Z] Removing intermediate container fac4f62a26ce [2021-04-07T01:47:54.538Z] ---> 553819b47e9d [2021-04-07T01:47:54.538Z] Step 19/21 : LABEL arch=arm64 [2021-04-07T01:47:54.538Z] ---> 15bc641514bf [2021-04-07T01:47:54.538Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-07T01:47:54.811Z] ---> Running in 692868e94e64 [2021-04-07T01:47:54.811Z] (1/2) Installing readline (8.0.4-r0) [2021-04-07T01:47:55.081Z] (2/2) Installing bash (5.0.17-r0) [2021-04-07T01:47:55.081Z] Executing bash-5.0.17-r0.post-install [2021-04-07T01:47:55.081Z] Removing intermediate container 9d609a0f7571 [2021-04-07T01:47:55.081Z] ---> 105d64e7387f [2021-04-07T01:47:55.081Z] Step 20/22 : LABEL arch=arm64 [2021-04-07T01:47:55.081Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:47:55.081Z] OK: 12 MiB in 22 packages [2021-04-07T01:47:55.081Z] Removing intermediate container c26f7116ad48 [2021-04-07T01:47:55.081Z] ---> c8e15fcd4405 [2021-04-07T01:47:55.081Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:47:55.357Z] ---> Running in ec8d47f688f2 [2021-04-07T01:47:55.357Z] ---> Running in b1e38ab85d1b [2021-04-07T01:47:55.633Z] Removing intermediate container 692868e94e64 [2021-04-07T01:47:55.633Z] ---> 7de3326e2bf1 [2021-04-07T01:47:55.633Z] Step 20/21 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:55.633Z] ---> 8d0c01b5f3dd [2021-04-07T01:47:55.633Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-07T01:47:55.904Z] ---> Running in 2c51c1db3fcd [2021-04-07T01:47:55.904Z] ---> Running in 2b0f371ec356 [2021-04-07T01:47:56.174Z] Removing intermediate container ec8d47f688f2 [2021-04-07T01:47:56.174Z] Removing intermediate container b1e38ab85d1b [2021-04-07T01:47:56.174Z] ---> 728da4816454 [2021-04-07T01:47:56.174Z] Step 20/22 : LABEL arch=arm64 [2021-04-07T01:47:56.174Z] ---> 16f5c4640b8b [2021-04-07T01:47:56.174Z] Step 21/22 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:56.450Z] ---> Running in afb095a363fd [2021-04-07T01:47:56.450Z] ---> Running in 5ff9bbb32bc0 [2021-04-07T01:47:56.450Z] Removing intermediate container 2c51c1db3fcd [2021-04-07T01:47:56.450Z] ---> 1fffca232972 [2021-04-07T01:47:56.450Z] Step 21/21 : LABEL version=2.0.0-dev.163 [2021-04-07T01:47:56.724Z] Removing intermediate container 525c2146a9ce [2021-04-07T01:47:56.724Z] ---> aeb2b4c6020a [2021-04-07T01:47:56.724Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-07T01:47:56.724Z] ---> Running in dd8b1b546c66 [2021-04-07T01:47:56.996Z] ---> Running in 97ed9e8f6aa0 [2021-04-07T01:47:56.996Z] Removing intermediate container 5ff9bbb32bc0 [2021-04-07T01:47:56.996Z] ---> d90e36bbf5b1 [2021-04-07T01:47:56.996Z] Step 21/22 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:47:57.278Z] Removing intermediate container afb095a363fd [2021-04-07T01:47:57.278Z] ---> f4017b7ba22e [2021-04-07T01:47:57.278Z] Step 22/22 : LABEL version=2.0.0-dev.163 [2021-04-07T01:47:57.278Z] ---> Running in 82278c23573d [2021-04-07T01:47:57.278Z] ---> Running in 2c1b6a731755 [2021-04-07T01:47:57.551Z] Removing intermediate container dd8b1b546c66 [2021-04-07T01:47:57.551Z] ---> 70f0ba3cbd61 [2021-04-07T01:47:57.551Z] [2021-04-07T01:47:57.825Z] Removing intermediate container 97ed9e8f6aa0 [2021-04-07T01:47:57.825Z] ---> abe24d14d5e6 [2021-04-07T01:47:57.825Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-07T01:47:57.825Z] Successfully built 70f0ba3cbd61 [2021-04-07T01:47:58.113Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-07T01:47:58.113Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-04-07T01:47:58.113Z] Removing intermediate container 82278c23573d [2021-04-07T01:47:58.113Z] ---> af7686d4ef5a [2021-04-07T01:47:58.113Z] Step 22/22 : LABEL version=2.0.0-dev.163 [2021-04-07T01:47:58.113Z] ---> Running in b53bad335d9d [2021-04-07T01:47:58.391Z] ---> Running in 3f2e794d31fe [2021-04-07T01:47:58.391Z] Removing intermediate container 2c1b6a731755 [2021-04-07T01:47:58.391Z] ---> 9eabcad5706f [2021-04-07T01:47:58.391Z] [2021-04-07T01:47:58.662Z] Successfully built 9eabcad5706f [2021-04-07T01:47:58.935Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-07T01:47:58.935Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-04-07T01:47:58.935Z] Removing intermediate container 2b0f371ec356 [2021-04-07T01:47:58.935Z] ---> 5e1b304655a7 [2021-04-07T01:47:58.935Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-07T01:47:58.935Z] Removing intermediate container b53bad335d9d [2021-04-07T01:47:58.935Z] ---> 3113f201fd2a [2021-04-07T01:47:58.935Z] Removing intermediate container 3f2e794d31fe [2021-04-07T01:47:58.935Z] ---> 53d5141a8f2d [2021-04-07T01:47:58.935Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-07T01:47:58.935Z] [2021-04-07T01:47:59.207Z] ---> Running in 6ffec8bb8405 [2021-04-07T01:47:59.207Z] ---> Running in ce37c2f0c90f [2021-04-07T01:47:59.478Z] Successfully built 53d5141a8f2d [2021-04-07T01:47:59.478Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-07T01:47:59.478Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-04-07T01:47:59.757Z] Removing intermediate container 6ffec8bb8405 [2021-04-07T01:47:59.757Z] ---> 12547c48d3ea [2021-04-07T01:47:59.757Z] Step 22/24 : LABEL arch=arm64 [2021-04-07T01:47:59.757Z] Removing intermediate container ce37c2f0c90f [2021-04-07T01:47:59.757Z] ---> 839a9e45d0bf [2021-04-07T01:47:59.757Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-07T01:48:00.036Z] ---> Running in 5483af3a4b7f [2021-04-07T01:48:00.515Z] Removing intermediate container 5483af3a4b7f [2021-04-07T01:48:00.515Z] ---> 2b36b1bc8473 [2021-04-07T01:48:00.515Z] Step 23/24 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:48:01.111Z] ---> Running in fd60bc53d638 [2021-04-07T01:48:01.386Z] ---> 41c978c9e43e [2021-04-07T01:48:01.386Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-07T01:48:02.008Z] Removing intermediate container fd60bc53d638 [2021-04-07T01:48:02.008Z] ---> da18878be169 [2021-04-07T01:48:02.008Z] Step 24/24 : LABEL version=2.0.0-dev.163 [2021-04-07T01:48:03.977Z] ---> b3c3962fdce9 [2021-04-07T01:48:03.977Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-07T01:48:04.570Z] ---> Running in e17c15d9cb20 [2021-04-07T01:48:05.546Z] ---> 8c639b2ca491 [2021-04-07T01:48:05.546Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-07T01:48:06.147Z] Removing intermediate container e17c15d9cb20 [2021-04-07T01:48:06.147Z] ---> 7d8247c15d4e [2021-04-07T01:48:06.147Z] [2021-04-07T01:48:06.147Z] ---> Running in 0197d4649720 [2021-04-07T01:48:06.420Z] Successfully built 7d8247c15d4e [2021-04-07T01:48:06.420Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-07T01:48:06.420Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-04-07T01:48:07.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:48:07.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:48:07.991Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-07T01:48:07.991Z] (2/33) Installing expat (2.2.9-r1) [2021-04-07T01:48:07.991Z] (3/33) Installing libffi (3.3-r2) [2021-04-07T01:48:07.991Z] (4/33) Installing gdbm (1.13-r1) [2021-04-07T01:48:07.991Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-07T01:48:07.991Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-07T01:48:07.991Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-07T01:48:09.961Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-07T01:48:09.961Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-07T01:48:09.961Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-07T01:48:09.961Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-07T01:48:09.961Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-07T01:48:09.961Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-07T01:48:09.961Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-07T01:48:09.961Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-07T01:48:09.961Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-07T01:48:09.961Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-07T01:48:09.961Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-07T01:48:09.961Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-07T01:48:10.236Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-07T01:48:10.237Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-07T01:48:10.237Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-07T01:48:10.237Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-07T01:48:10.237Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-07T01:48:10.237Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-07T01:48:10.237Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-07T01:48:10.237Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-07T01:48:10.237Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-07T01:48:10.237Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-07T01:48:10.237Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-07T01:48:10.237Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-07T01:48:10.237Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-07T01:48:10.237Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-07T01:48:10.513Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:48:10.513Z] OK: 71 MiB in 55 packages [2021-04-07T01:48:18.807Z] Removing intermediate container 0197d4649720 [2021-04-07T01:48:18.807Z] ---> b383120b929c [2021-04-07T01:48:18.807Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-07T01:48:20.236Z] ---> Running in bf6bc7cd1e80 [2021-04-07T01:48:25.637Z] Collecting docker-compose==1.23.2 [2021-04-07T01:48:25.637Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-07T01:48:26.236Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-07T01:48:26.236Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-07T01:48:26.836Z] Collecting jsonschema<3,>=2.5.1 [2021-04-07T01:48:26.836Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-07T01:48:27.435Z] Collecting cached-property<2,>=1.2.0 [2021-04-07T01:48:27.435Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-07T01:48:28.890Z] Collecting PyYAML<4,>=3.10 [2021-04-07T01:48:28.890Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-07T01:48:28.890Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:48:28.890Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:48:28.890Z] ---> 584711dfeab4 [2021-04-07T01:48:28.890Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:48:28.890Z] ---> Using cache [2021-04-07T01:48:28.890Z] ---> 9f22fdf68c1c [2021-04-07T01:48:28.890Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:48:28.890Z] ---> Using cache [2021-04-07T01:48:28.890Z] ---> 896342d4e549 [2021-04-07T01:48:28.890Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-07T01:48:29.190Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:48:29.190Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:48:29.190Z] ---> 584711dfeab4 [2021-04-07T01:48:29.190Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:48:29.190Z] ---> Using cache [2021-04-07T01:48:29.190Z] ---> 9f22fdf68c1c [2021-04-07T01:48:29.190Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:48:29.190Z] ---> Using cache [2021-04-07T01:48:29.190Z] ---> 896342d4e549 [2021-04-07T01:48:29.190Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T01:48:30.186Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:48:30.186Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:48:30.186Z] ---> 584711dfeab4 [2021-04-07T01:48:30.186Z] Step 3/23 : WORKDIR /edgex-go [2021-04-07T01:48:30.186Z] ---> Using cache [2021-04-07T01:48:30.186Z] ---> 9f22fdf68c1c [2021-04-07T01:48:30.186Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:48:30.186Z] ---> Using cache [2021-04-07T01:48:30.186Z] ---> 896342d4e549 [2021-04-07T01:48:30.186Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-07T01:48:32.165Z] ---> Running in 6c1d6aa19aa7 [2021-04-07T01:48:32.165Z] ---> Running in 0ab839ba2aa9 [2021-04-07T01:48:32.165Z] ---> Running in ef0c6ff17990 [2021-04-07T01:48:32.438Z] 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-04-07T01:48:32.715Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-07T01:48:32.715Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-07T01:48:32.715Z] ---> 584711dfeab4 [2021-04-07T01:48:32.715Z] Step 3/31 : WORKDIR /edgex-go [2021-04-07T01:48:32.715Z] ---> Using cache [2021-04-07T01:48:32.715Z] ---> 9f22fdf68c1c [2021-04-07T01:48:32.715Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:48:32.715Z] ---> Using cache [2021-04-07T01:48:32.715Z] ---> 896342d4e549 [2021-04-07T01:48:32.715Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-07T01:48:33.316Z] ---> Running in 6458fd0bc66f [2021-04-07T01:48:33.922Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-07T01:48:33.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:48:33.922Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-07T01:48:34.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:48:34.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:48:34.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:48:34.811Z] Collecting docker<4.0,>=3.6.0 [2021-04-07T01:48:34.811Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-07T01:48:34.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:48:35.084Z] OK: 217 MiB in 51 packages [2021-04-07T01:48:35.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:48:35.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:48:35.359Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-07T01:48:35.359Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-07T01:48:35.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:48:36.236Z] OK: 217 MiB in 51 packages [2021-04-07T01:48:36.236Z] OK: 217 MiB in 51 packages [2021-04-07T01:48:36.514Z] OK: 217 MiB in 51 packages [2021-04-07T01:48:37.120Z] Removing intermediate container 0ab839ba2aa9 [2021-04-07T01:48:37.120Z] ---> 1421ff069016 [2021-04-07T01:48:37.120Z] Step 6/23 : COPY go.mod . [2021-04-07T01:48:38.110Z] Removing intermediate container 6c1d6aa19aa7 [2021-04-07T01:48:38.110Z] ---> ae63686e433a [2021-04-07T01:48:38.110Z] Step 6/23 : COPY go.mod . [2021-04-07T01:48:38.110Z] Collecting texttable<0.10,>=0.9.0 [2021-04-07T01:48:38.110Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-07T01:48:38.110Z] Removing intermediate container ef0c6ff17990 [2021-04-07T01:48:38.110Z] ---> 4013d5e6ddb5 [2021-04-07T01:48:38.110Z] Step 6/23 : COPY go.mod . [2021-04-07T01:48:38.387Z] ---> 63a308aca8b9 [2021-04-07T01:48:38.387Z] Step 7/23 : RUN go mod download [2021-04-07T01:48:38.387Z] Removing intermediate container 6458fd0bc66f [2021-04-07T01:48:38.387Z] ---> 71d58891fbf8 [2021-04-07T01:48:38.387Z] Step 6/31 : COPY go.mod . [2021-04-07T01:48:38.669Z] ---> Running in d1c5b000ea55 [2021-04-07T01:48:38.961Z] ---> 157345dcdeaf [2021-04-07T01:48:38.961Z] Step 7/23 : RUN go mod download [2021-04-07T01:48:39.254Z] ---> 7a79ea19a83e [2021-04-07T01:48:39.254Z] Step 7/23 : RUN go mod download [2021-04-07T01:48:39.254Z] ---> Running in ddcedab8b350 [2021-04-07T01:48:39.551Z] ---> Running in f0209c8f3ed8 [2021-04-07T01:48:39.847Z] ---> b8a5a23a4f8e [2021-04-07T01:48:39.847Z] Step 7/31 : RUN go mod download [2021-04-07T01:48:40.135Z] ---> Running in 9f4fd9a1545f [2021-04-07T01:48:41.218Z] Collecting docopt<0.7,>=0.6.1 [2021-04-07T01:48:41.218Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-07T01:48:43.218Z] Removing intermediate container d1c5b000ea55 [2021-04-07T01:48:43.218Z] ---> ebc4f9bcbc28 [2021-04-07T01:48:43.218Z] Step 8/23 : COPY . . [2021-04-07T01:48:43.503Z] Removing intermediate container ddcedab8b350 [2021-04-07T01:48:43.503Z] ---> c7d2f422b1a6 [2021-04-07T01:48:43.503Z] Step 8/23 : COPY . . [2021-04-07T01:48:43.781Z] 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-04-07T01:48:43.781Z] 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-04-07T01:48:44.383Z] Removing intermediate container f0209c8f3ed8 [2021-04-07T01:48:44.383Z] ---> f44b94bcf8c0 [2021-04-07T01:48:44.383Z] Step 8/23 : COPY . . [2021-04-07T01:48:44.665Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-07T01:48:44.665Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-07T01:48:44.665Z] Removing intermediate container 9f4fd9a1545f [2021-04-07T01:48:44.665Z] ---> bcfe28957d4c [2021-04-07T01:48:44.665Z] Step 8/31 : COPY . . [2021-04-07T01:48:45.287Z] Collecting idna<2.8,>=2.5 [2021-04-07T01:48:45.287Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-07T01:48:45.565Z] Collecting docker-pycreds>=0.4.0 [2021-04-07T01:48:45.565Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-07T01:48:45.845Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-07T01:48:45.845Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-07T01:48:45.845Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-07T01:48:45.845Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-07T01:48:46.832Z] Installing collected packages: websocket-client, jsonschema, cached-property, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, texttable, docopt, docker-compose [2021-04-07T01:48:47.430Z] Running setup.py install for PyYAML: started [2021-04-07T01:48:50.091Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-07T01:48:50.091Z] Attempting uninstall: urllib3 [2021-04-07T01:48:50.091Z] Found existing installation: urllib3 1.25.9 [2021-04-07T01:48:50.091Z] Uninstalling urllib3-1.25.9: [2021-04-07T01:48:50.386Z] Successfully uninstalled urllib3-1.25.9 [2021-04-07T01:48:50.987Z] Attempting uninstall: idna [2021-04-07T01:48:50.987Z] Found existing installation: idna 2.9 [2021-04-07T01:48:50.987Z] Uninstalling idna-2.9: [2021-04-07T01:48:51.264Z] Successfully uninstalled idna-2.9 [2021-04-07T01:48:51.868Z] Attempting uninstall: requests [2021-04-07T01:48:51.868Z] Found existing installation: requests 2.23.0 [2021-04-07T01:48:52.143Z] Uninstalling requests-2.23.0: [2021-04-07T01:48:52.143Z] Successfully uninstalled requests-2.23.0 [2021-04-07T01:48:53.582Z] Running setup.py install for dockerpty: started [2021-04-07T01:48:55.305Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-07T01:48:55.659Z] Running setup.py install for texttable: started [2021-04-07T01:48:57.712Z] Running setup.py install for texttable: finished with status 'done' [2021-04-07T01:48:57.712Z] Running setup.py install for docopt: started [2021-04-07T01:48:59.692Z] Running setup.py install for docopt: finished with status 'done' [2021-04-07T01:49:01.688Z] 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.58.0 [2021-04-07T01:49:04.302Z] ---> 2ec4f8f0d1b6 [2021-04-07T01:49:04.302Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-07T01:49:04.302Z] ---> 8f6d2e7b7921 [2021-04-07T01:49:04.302Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-07T01:49:04.574Z] ---> 67a0e3a93f90 [2021-04-07T01:49:04.575Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-07T01:49:04.847Z] ---> 27a0feb3dd65 [2021-04-07T01:49:04.847Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-07T01:49:04.847Z] ---> Running in 221405970d9f [2021-04-07T01:49:04.848Z] ---> Running in 4cc06c76bf61 [2021-04-07T01:49:04.848Z] ---> Running in 17c25cd805ac [2021-04-07T01:49:05.119Z] ---> Running in 3e368f120408 [2021-04-07T01:49:07.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-07T01:49:07.395Z] Removing intermediate container bf6bc7cd1e80 [2021-04-07T01:49:07.395Z] ---> 5ac6e58ad299 [2021-04-07T01:49:07.395Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-07T01:49:07.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-07T01:49:07.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/core-command/core-command ./cmd/core-command [2021-04-07T01:49:07.668Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.163" -o cmd/core-data/core-data ./cmd/core-data [2021-04-07T01:49:07.668Z] ---> Running in 6d12897cfb84 [2021-04-07T01:49:09.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:49:09.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:49:09.919Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-07T01:49:09.919Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-07T01:49:09.919Z] (3/3) Installing curl (7.69.1-r3) [2021-04-07T01:49:09.919Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T01:49:10.194Z] OK: 72 MiB in 58 packages [2021-04-07T01:49:11.636Z] Removing intermediate container 6d12897cfb84 [2021-04-07T01:49:11.636Z] ---> 753dc85214b7 [2021-04-07T01:49:11.636Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-07T01:49:11.909Z] ---> Running in 850b8cda7e3a [2021-04-07T01:49:12.521Z] Removing intermediate container 850b8cda7e3a [2021-04-07T01:49:12.521Z] ---> eabea49c61a8 [2021-04-07T01:49:12.521Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:49:12.521Z] ---> Running in cea3ed7edfce [2021-04-07T01:49:13.130Z] Removing intermediate container cea3ed7edfce [2021-04-07T01:49:13.130Z] ---> 15b055255eaf [2021-04-07T01:49:13.130Z] Step 24/26 : LABEL arch=arm64 [2021-04-07T01:49:13.406Z] ---> Running in 05706b75ab70 [2021-04-07T01:49:14.010Z] Removing intermediate container 05706b75ab70 [2021-04-07T01:49:14.010Z] ---> d838077d9083 [2021-04-07T01:49:14.010Z] Step 25/26 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:49:14.287Z] ---> Running in d82aa103121f [2021-04-07T01:49:14.889Z] Removing intermediate container d82aa103121f [2021-04-07T01:49:14.889Z] ---> a965844552ac [2021-04-07T01:49:14.889Z] Step 26/26 : LABEL version=2.0.0-dev.163 [2021-04-07T01:49:15.165Z] ---> Running in e8cedce018b8 [2021-04-07T01:49:17.322Z] Removing intermediate container e8cedce018b8 [2021-04-07T01:49:17.322Z] ---> 73157f60b547 [2021-04-07T01:49:17.322Z] [2021-04-07T01:49:17.322Z] Successfully built 73157f60b547 [2021-04-07T01:49:17.322Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-07T01:50:54.240Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 17c25cd805ac [2021-04-07T01:50:54.240Z] ---> d750b863fdda [2021-04-07T01:50:54.240Z] [2021-04-07T01:50:54.240Z] Step 10/31 : FROM alpine:3.12 [2021-04-07T01:50:54.240Z] ---> d75e27dfc0a0 [2021-04-07T01:50:54.240Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-07T01:50:54.240Z] ---> Running in bc1d9346d642 [2021-04-07T01:50:54.240Z] Removing intermediate container bc1d9346d642 [2021-04-07T01:50:54.240Z] ---> e33a7c30a126 [2021-04-07T01:50:54.240Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-07T01:50:54.240Z] ---> Running in bda3ca733d40 [2021-04-07T01:50:54.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:50:54.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:50:54.240Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-07T01:50:54.240Z] (2/2) Installing su-exec (0.2-r1) [2021-04-07T01:50:54.240Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:50:54.240Z] OK: 5 MiB in 16 packages [2021-04-07T01:50:54.240Z] Removing intermediate container bda3ca733d40 [2021-04-07T01:50:54.240Z] ---> 5bfd790a2c05 [2021-04-07T01:50:54.240Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-07T01:50:54.240Z] ---> Running in 02bc0e2afa8d [2021-04-07T01:50:54.240Z] Removing intermediate container 02bc0e2afa8d [2021-04-07T01:50:54.240Z] ---> 17bf59f02e89 [2021-04-07T01:50:54.240Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-07T01:50:54.240Z] ---> Running in 95b22c2f3f6b [2021-04-07T01:50:54.240Z] Removing intermediate container 4cc06c76bf61 [2021-04-07T01:50:54.240Z] ---> 789f74dde1c6 [2021-04-07T01:50:54.240Z] [2021-04-07T01:50:54.240Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:50:54.240Z] ---> d75e27dfc0a0 [2021-04-07T01:50:54.240Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:50:54.240Z] ---> Using cache [2021-04-07T01:50:54.240Z] ---> 905e9dd5f363 [2021-04-07T01:50:54.240Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:50:54.240Z] ---> Using cache [2021-04-07T01:50:54.240Z] ---> 324621e624ad [2021-04-07T01:50:54.240Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-07T01:50:54.240Z] Removing intermediate container 95b22c2f3f6b [2021-04-07T01:50:54.240Z] ---> 136f8aed0808 [2021-04-07T01:50:54.240Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-07T01:50:54.240Z] ---> Running in 38b54d950d84 [2021-04-07T01:50:54.240Z] ---> Running in 461d434ead45 [2021-04-07T01:50:54.240Z] Removing intermediate container 38b54d950d84 [2021-04-07T01:50:54.240Z] ---> 20801457de42 [2021-04-07T01:50:54.240Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T01:50:54.240Z] ---> Running in ed4bb1121692 [2021-04-07T01:50:54.240Z] Removing intermediate container ed4bb1121692 [2021-04-07T01:50:54.240Z] ---> a75846f9fbc9 [2021-04-07T01:50:54.240Z] Step 15/23 : WORKDIR / [2021-04-07T01:50:54.240Z] ---> Running in 6bd5c4fe76d3 [2021-04-07T01:50:54.240Z] Removing intermediate container 6bd5c4fe76d3 [2021-04-07T01:50:54.240Z] ---> eb8cf7ae619b [2021-04-07T01:50:54.240Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:50:54.240Z] Removing intermediate container 461d434ead45 [2021-04-07T01:50:54.240Z] ---> 9ab9f7a0b328 [2021-04-07T01:50:54.240Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-07T01:50:54.240Z] ---> Running in c0227e64c487 [2021-04-07T01:50:54.240Z] ---> b86d8d55a2e4 [2021-04-07T01:50:54.240Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-07T01:50:54.240Z] Removing intermediate container c0227e64c487 [2021-04-07T01:50:54.240Z] ---> d3afb1048688 [2021-04-07T01:50:54.240Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-07T01:50:54.240Z] ---> 83ce5d711555 [2021-04-07T01:50:54.240Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-07T01:50:54.240Z] ---> e9743fc14318 [2021-04-07T01:50:54.240Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-07T01:50:54.240Z] ---> Running in 971e915ad68c [2021-04-07T01:50:56.229Z] ---> 107093636b3d [2021-04-07T01:50:56.229Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-07T01:50:56.229Z] ---> Running in 42ee61747ca7 [2021-04-07T01:50:56.833Z] Removing intermediate container 42ee61747ca7 [2021-04-07T01:50:56.833Z] ---> ed14eee7fbe5 [2021-04-07T01:50:56.833Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:50:57.116Z] ---> Running in db89e32a21e3 [2021-04-07T01:50:57.116Z] Removing intermediate container 971e915ad68c [2021-04-07T01:50:57.116Z] ---> a35d5b0d8c9d [2021-04-07T01:50:57.116Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:50:57.724Z] Removing intermediate container 221405970d9f [2021-04-07T01:50:57.724Z] ---> 625a97c65375 [2021-04-07T01:50:57.724Z] [2021-04-07T01:50:57.724Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:50:57.724Z] ---> d75e27dfc0a0 [2021-04-07T01:50:57.724Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-07T01:50:57.724Z] ---> Using cache [2021-04-07T01:50:57.724Z] ---> 905e9dd5f363 [2021-04-07T01:50:57.724Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-07T01:50:57.724Z] ---> Using cache [2021-04-07T01:50:57.724Z] ---> 324621e624ad [2021-04-07T01:50:57.724Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-07T01:50:57.724Z] ---> Running in 1ab91f10c7fa [2021-04-07T01:50:58.017Z] Removing intermediate container db89e32a21e3 [2021-04-07T01:50:58.017Z] ---> bb0376cf5d90 [2021-04-07T01:50:58.017Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T01:50:58.017Z] ---> Running in 311934a4ec44 [2021-04-07T01:50:58.298Z] ---> ebcfb739ab68 [2021-04-07T01:50:58.298Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-07T01:50:58.570Z] Removing intermediate container 1ab91f10c7fa [2021-04-07T01:50:58.570Z] ---> 69a99838f013 [2021-04-07T01:50:58.570Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-07T01:50:58.848Z] Removing intermediate container 311934a4ec44 [2021-04-07T01:50:58.848Z] ---> c0c27b734e21 [2021-04-07T01:50:58.848Z] Step 22/23 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:50:58.848Z] ---> Running in 7e51361a7501 [2021-04-07T01:50:58.848Z] ---> Running in 133aff2f23e5 [2021-04-07T01:50:59.839Z] Removing intermediate container 7e51361a7501 [2021-04-07T01:50:59.839Z] Removing intermediate container 133aff2f23e5 [2021-04-07T01:50:59.839Z] ---> e582144ea880 [2021-04-07T01:50:59.839Z] Step 23/23 : LABEL version=2.0.0-dev.163 [2021-04-07T01:50:59.839Z] ---> 274cdde53718 [2021-04-07T01:50:59.839Z] Step 15/23 : WORKDIR / [2021-04-07T01:51:00.114Z] ---> Running in c7ce59c392ee [2021-04-07T01:51:00.114Z] ---> Running in 45fa2a4ba257 [2021-04-07T01:51:00.388Z] ---> 16e9af0c2d8b [2021-04-07T01:51:00.388Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-07T01:51:00.990Z] Removing intermediate container 45fa2a4ba257 [2021-04-07T01:51:00.990Z] ---> 281f613dfcb8 [2021-04-07T01:51:00.990Z] [2021-04-07T01:51:00.990Z] Removing intermediate container c7ce59c392ee [2021-04-07T01:51:00.990Z] ---> 004c84879ae2 [2021-04-07T01:51:00.990Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:51:01.264Z] Successfully built 281f613dfcb8 [2021-04-07T01:51:01.539Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-07T01:51:01.539Z]  Building docker-core-command-go ... done  ---> 66d5e6ac48ae [2021-04-07T01:51:01.539Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-07T01:51:02.516Z] ---> eb130476bd38 [2021-04-07T01:51:02.516Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-07T01:51:02.516Z] ---> 196cc9c74660 [2021-04-07T01:51:02.517Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-07T01:51:02.790Z] Removing intermediate container 3e368f120408 [2021-04-07T01:51:02.790Z] ---> 3b6c5dd77e5b [2021-04-07T01:51:02.790Z] [2021-04-07T01:51:02.790Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T01:51:02.790Z] ---> d75e27dfc0a0 [2021-04-07T01:51:02.790Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-07T01:51:03.062Z] ---> Running in e78dc3640924 [2021-04-07T01:51:03.660Z] ---> d1b4605fdd81 [2021-04-07T01:51:03.660Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-07T01:51:03.932Z] ---> Running in 4ba6b4d37490 [2021-04-07T01:51:03.932Z] Removing intermediate container e78dc3640924 [2021-04-07T01:51:03.932Z] ---> 1987d1d8ea04 [2021-04-07T01:51:03.932Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-07T01:51:03.932Z] ---> 618ded6bfec7 [2021-04-07T01:51:03.932Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-07T01:51:04.211Z] ---> Running in fb9a51f62c8e [2021-04-07T01:51:04.485Z] Removing intermediate container 4ba6b4d37490 [2021-04-07T01:51:04.485Z] ---> 16b08775ebfb [2021-04-07T01:51:04.485Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-07T01:51:04.485Z] Removing intermediate container fb9a51f62c8e [2021-04-07T01:51:04.485Z] ---> da4a79aaf932 [2021-04-07T01:51:04.485Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-07T01:51:04.757Z] ---> 588fbdfff5ed [2021-04-07T01:51:04.757Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-07T01:51:04.757Z] ---> Running in 6cbfeaa67b7e [2021-04-07T01:51:05.028Z] ---> Running in e23fd073ed0a [2021-04-07T01:51:05.028Z] ---> 72e2120a6775 [2021-04-07T01:51:05.028Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-07T01:51:05.299Z] Removing intermediate container 6cbfeaa67b7e [2021-04-07T01:51:05.299Z] ---> 327a90b8fc79 [2021-04-07T01:51:05.299Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T01:51:05.571Z] Removing intermediate container e23fd073ed0a [2021-04-07T01:51:05.571Z] ---> dac6b8d173aa [2021-04-07T01:51:05.571Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:51:05.571Z] ---> Running in a611b77dfdbe [2021-04-07T01:51:05.571Z] ---> Running in cf395405cf5b [2021-04-07T01:51:05.842Z] ---> Running in 9b88f280b649 [2021-04-07T01:51:06.442Z] Removing intermediate container 9b88f280b649 [2021-04-07T01:51:06.442Z] ---> bca84573aab1 [2021-04-07T01:51:06.442Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T01:51:06.442Z] ---> Running in 7f8f335cfb54 [2021-04-07T01:51:07.040Z] Removing intermediate container 7f8f335cfb54 [2021-04-07T01:51:07.040Z] ---> a725b7d7ae67 [2021-04-07T01:51:07.040Z] Step 22/23 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:07.316Z] ---> Running in e1dd57de62fd [2021-04-07T01:51:07.943Z] Removing intermediate container e1dd57de62fd [2021-04-07T01:51:07.944Z] ---> 53b3913da650 [2021-04-07T01:51:07.944Z] Step 23/23 : LABEL version=2.0.0-dev.163 [2021-04-07T01:51:07.944Z] ---> Running in fcdbe322dc3c [2021-04-07T01:51:08.543Z] Removing intermediate container a611b77dfdbe [2021-04-07T01:51:08.543Z] ---> cdccd4048a56 [2021-04-07T01:51:08.543Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-07T01:51:08.543Z] Removing intermediate container cf395405cf5b [2021-04-07T01:51:08.543Z] ---> 387cac1dc3fd [2021-04-07T01:51:08.543Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-07T01:51:08.543Z] Removing intermediate container fcdbe322dc3c [2021-04-07T01:51:08.543Z] ---> 16baf9738262 [2021-04-07T01:51:08.543Z] [2021-04-07T01:51:08.821Z] ---> Running in 925f675fd8ef [2021-04-07T01:51:08.821Z] ---> Running in 5dced3cef528 [2021-04-07T01:51:09.096Z] Successfully built 16baf9738262 [2021-04-07T01:51:09.096Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-07T01:51:09.379Z]  Building docker-core-metadata-go ... done Removing intermediate container 925f675fd8ef [2021-04-07T01:51:09.379Z] ---> 8cbe97847619 [2021-04-07T01:51:09.379Z] Step 28/31 : CMD ["gate"] [2021-04-07T01:51:09.972Z] ---> Running in 8ca96b2cc9e3 [2021-04-07T01:51:09.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T01:51:10.245Z] Removing intermediate container 8ca96b2cc9e3 [2021-04-07T01:51:10.245Z] ---> 51f7d1429751 [2021-04-07T01:51:10.245Z] Step 29/31 : LABEL arch=arm64 [2021-04-07T01:51:10.516Z] ---> Running in 4bf26deaa09a [2021-04-07T01:51:10.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T01:51:11.060Z] Removing intermediate container 4bf26deaa09a [2021-04-07T01:51:11.060Z] ---> 28f50595ac67 [2021-04-07T01:51:11.060Z] Step 30/31 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:11.332Z] ---> Running in fa6963bd8aeb [2021-04-07T01:51:11.332Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-07T01:51:11.601Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-07T01:51:11.601Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-07T01:51:11.601Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-07T01:51:11.873Z] Removing intermediate container fa6963bd8aeb [2021-04-07T01:51:11.873Z] ---> 2a74eade3409 [2021-04-07T01:51:11.873Z] Step 31/31 : LABEL version=2.0.0-dev.163 [2021-04-07T01:51:11.873Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T01:51:11.873Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-07T01:51:12.145Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T01:51:12.145Z] OK: 8 MiB in 20 packages [2021-04-07T01:51:12.145Z] ---> Running in da0dbf9f5a20 [2021-04-07T01:51:12.742Z] Removing intermediate container da0dbf9f5a20 [2021-04-07T01:51:12.742Z] ---> 36b50df101c8 [2021-04-07T01:51:12.742Z] [2021-04-07T01:51:13.016Z] Successfully built 36b50df101c8 [2021-04-07T01:51:13.016Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-07T01:51:13.607Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 5dced3cef528 [2021-04-07T01:51:13.607Z] ---> 3cc3e45c12d7 [2021-04-07T01:51:13.607Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-07T01:51:14.204Z] ---> da560b5ace83 [2021-04-07T01:51:14.204Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-07T01:51:15.632Z] ---> 57ab07044095 [2021-04-07T01:51:15.632Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-07T01:51:16.226Z] ---> e7a817486382 [2021-04-07T01:51:16.226Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-07T01:51:16.226Z] ---> Running in a2379e0718ab [2021-04-07T01:51:16.820Z] Removing intermediate container a2379e0718ab [2021-04-07T01:51:16.820Z] ---> f59e3fda7853 [2021-04-07T01:51:16.820Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T01:51:16.820Z] ---> Running in 59abbf6bb0f0 [2021-04-07T01:51:17.411Z] Removing intermediate container 59abbf6bb0f0 [2021-04-07T01:51:17.411Z] ---> 705cf1c10eb1 [2021-04-07T01:51:17.411Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T01:51:17.411Z] ---> Running in 1f9cfba1cae1 [2021-04-07T01:51:18.004Z] Removing intermediate container 1f9cfba1cae1 [2021-04-07T01:51:18.004Z] ---> 797ba9d25088 [2021-04-07T01:51:18.004Z] Step 22/23 : LABEL git_sha=1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:18.004Z] ---> Running in f3b0d0094075 [2021-04-07T01:51:18.597Z] Removing intermediate container f3b0d0094075 [2021-04-07T01:51:18.597Z] ---> cafc5addb9a1 [2021-04-07T01:51:18.597Z] Step 23/23 : LABEL version=2.0.0-dev.163 [2021-04-07T01:51:18.597Z] ---> Running in 9f89c05272c7 [2021-04-07T01:51:19.190Z] Removing intermediate container 9f89c05272c7 [2021-04-07T01:51:19.190Z] ---> 1dd89f3b5655 [2021-04-07T01:51:19.190Z] [2021-04-07T01:51:19.460Z] Successfully built 1dd89f3b5655 [2021-04-07T01:51:19.460Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-07T01:51:19.743Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-07T01:51:19.745Z] $ docker stop --time=1 d3cd36ad67ca4562c5e04f6ff29d19161eac7f7ff0c4f718d02e8b5dffd365cd [2021-04-07T01:51:21.647Z] $ docker rm -f d3cd36ad67ca4562c5e04f6ff29d19161eac7f7ff0c4f718d02e8b5dffd365cd [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T01:51:22.369Z] + + grep docker [2021-04-07T01:51:22.369Z] docker images [2021-04-07T01:51:22.643Z] docker-core-data-go-arm64 latest 1dd89f3b5655 4 seconds ago 21.4MB [2021-04-07T01:51:22.643Z] docker-security-bootstrapper-go-arm64 latest 36b50df101c8 10 seconds ago 17.9MB [2021-04-07T01:51:22.643Z] docker-core-metadata-go-arm64 latest 16baf9738262 14 seconds ago 17.9MB [2021-04-07T01:51:22.643Z] docker-core-command-go-arm64 latest 281f613dfcb8 22 seconds ago 16.3MB [2021-04-07T01:51:22.643Z] docker-sys-mgmt-agent-go-arm64 latest 73157f60b547 2 minutes ago 301MB [2021-04-07T01:51:22.643Z] docker-security-secretstore-setup-go-arm64 latest 7d8247c15d4e 3 minutes ago 24.4MB [2021-04-07T01:51:22.643Z] docker-support-notifications-go-arm64 latest 53d5141a8f2d 3 minutes ago 16.9MB [2021-04-07T01:51:22.643Z] docker-support-scheduler-go-arm64 latest 9eabcad5706f 3 minutes ago 16.4MB [2021-04-07T01:51:22.643Z] docker-security-proxy-setup-go-arm64 latest 70f0ba3cbd61 3 minutes ago 24.1MB [2021-04-07T01:51:22.643Z] docker 20.10.0 eeaf43b92773 3 months 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-04-07T01:51:23.168Z] provisioning config files... [2021-04-07T01:51:23.235Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/431@tmp/config4065107857750923275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:51:23.700Z] ---> docker-login.sh [2021-04-07T01:51:23.700Z] nexus3.edgexfoundry.org:10001 [2021-04-07T01:51:23.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:51:24.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:51:24.253Z] Configure a credential helper to remove this warning. See [2021-04-07T01:51:24.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:51:24.253Z] [2021-04-07T01:51:24.253Z] Login Succeeded [2021-04-07T01:51:24.253Z] nexus3.edgexfoundry.org:10002 [2021-04-07T01:51:24.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:51:24.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:51:24.800Z] Configure a credential helper to remove this warning. See [2021-04-07T01:51:24.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:51:24.800Z] [2021-04-07T01:51:24.800Z] Login Succeeded [2021-04-07T01:51:24.800Z] nexus3.edgexfoundry.org:10003 [2021-04-07T01:51:25.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:51:25.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:51:25.395Z] Configure a credential helper to remove this warning. See [2021-04-07T01:51:25.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:51:25.395Z] [2021-04-07T01:51:25.395Z] Login Succeeded [2021-04-07T01:51:25.395Z] nexus3.edgexfoundry.org:10004 [2021-04-07T01:51:25.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:51:25.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:51:25.939Z] Configure a credential helper to remove this warning. See [2021-04-07T01:51:25.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:51:25.939Z] [2021-04-07T01:51:25.939Z] Login Succeeded [2021-04-07T01:51:25.939Z] docker.io [2021-04-07T01:51:26.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T01:51:26.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T01:51:26.801Z] Configure a credential helper to remove this warning. See [2021-04-07T01:51:26.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T01:51:26.801Z] [2021-04-07T01:51:26.801Z] Login Succeeded [2021-04-07T01:51:26.801Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T01:51:26.818Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:51:27.023Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-07T01:51:27.023Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:27.023Z] 2.0.0-dev.163 [2021-04-07T01:51:27.023Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:27.023Z] master [2021-04-07T01:51:27.023Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:27.540Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:27.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:27.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-07T01:51:27.892Z] 7e92906209bb: Preparing [2021-04-07T01:51:27.892Z] 86446cf9d4e6: Preparing [2021-04-07T01:51:27.892Z] cb884a692c1e: Preparing [2021-04-07T01:51:27.892Z] 9f4e55a08724: Preparing [2021-04-07T01:51:27.892Z] e08058ee1dfe: Preparing [2021-04-07T01:51:28.166Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:28.166Z] cb884a692c1e: Pushed [2021-04-07T01:51:28.166Z] 9f4e55a08724: Pushed [2021-04-07T01:51:28.166Z] 7e92906209bb: Pushed [2021-04-07T01:51:30.763Z] 86446cf9d4e6: Pushed [2021-04-07T01:51:30.763Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:730dd9b7ec90a49b311548d2fea997ffaccaf3e5691a978248e233eabb88bee0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:31.371Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:31.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.163 [2021-04-07T01:51:31.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-07T01:51:31.706Z] 7e92906209bb: Preparing [2021-04-07T01:51:31.706Z] 86446cf9d4e6: Preparing [2021-04-07T01:51:31.706Z] cb884a692c1e: Preparing [2021-04-07T01:51:31.706Z] 9f4e55a08724: Preparing [2021-04-07T01:51:31.706Z] e08058ee1dfe: Preparing [2021-04-07T01:51:31.706Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:31.706Z] 86446cf9d4e6: Layer already exists [2021-04-07T01:51:31.706Z] 7e92906209bb: Layer already exists [2021-04-07T01:51:31.706Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:31.706Z] 9f4e55a08724: Layer already exists [2021-04-07T01:51:31.976Z] 2.0.0-dev.163: digest: sha256:730dd9b7ec90a49b311548d2fea997ffaccaf3e5691a978248e233eabb88bee0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:32.316Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:32.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:32.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-07T01:51:32.652Z] 7e92906209bb: Preparing [2021-04-07T01:51:32.652Z] 86446cf9d4e6: Preparing [2021-04-07T01:51:32.652Z] cb884a692c1e: Preparing [2021-04-07T01:51:32.652Z] 9f4e55a08724: Preparing [2021-04-07T01:51:32.652Z] e08058ee1dfe: Preparing [2021-04-07T01:51:32.652Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:32.652Z] 9f4e55a08724: Layer already exists [2021-04-07T01:51:32.925Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:32.925Z] 86446cf9d4e6: Layer already exists [2021-04-07T01:51:32.925Z] 7e92906209bb: Layer already exists [2021-04-07T01:51:32.925Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:730dd9b7ec90a49b311548d2fea997ffaccaf3e5691a978248e233eabb88bee0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:33.266Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:33.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-07T01:51:33.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-07T01:51:33.602Z] 7e92906209bb: Preparing [2021-04-07T01:51:33.602Z] 86446cf9d4e6: Preparing [2021-04-07T01:51:33.602Z] cb884a692c1e: Preparing [2021-04-07T01:51:33.602Z] 9f4e55a08724: Preparing [2021-04-07T01:51:33.602Z] e08058ee1dfe: Preparing [2021-04-07T01:51:33.871Z] 9f4e55a08724: Layer already exists [2021-04-07T01:51:33.871Z] 86446cf9d4e6: Layer already exists [2021-04-07T01:51:33.871Z] 7e92906209bb: Layer already exists [2021-04-07T01:51:33.871Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:33.871Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:33.871Z] master: digest: sha256:730dd9b7ec90a49b311548d2fea997ffaccaf3e5691a978248e233eabb88bee0 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:51:34.065Z] ===================================================== [Pipeline] echo [2021-04-07T01:51:34.119Z] taggedImages: [2021-04-07T01:51:34.119Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:34.119Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.163 [2021-04-07T01:51:34.119Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:34.119Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-07T01:51:34.179Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-07T01:51:34.179Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:34.179Z] 2.0.0-dev.163 [2021-04-07T01:51:34.179Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:34.179Z] master [2021-04-07T01:51:34.179Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:34.674Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:35.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:35.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-07T01:51:35.007Z] bf71b1633c00: Preparing [2021-04-07T01:51:35.007Z] 5054862e1b39: Preparing [2021-04-07T01:51:35.007Z] cb884a692c1e: Preparing [2021-04-07T01:51:35.007Z] edf8f9738151: Preparing [2021-04-07T01:51:35.007Z] a5734f3630d5: Preparing [2021-04-07T01:51:35.007Z] e08058ee1dfe: Preparing [2021-04-07T01:51:35.282Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:35.282Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:35.282Z] bf71b1633c00: Pushed [2021-04-07T01:51:35.282Z] a5734f3630d5: Pushed [2021-04-07T01:51:35.873Z] edf8f9738151: Pushed [2021-04-07T01:51:38.470Z] 5054862e1b39: Pushed [2021-04-07T01:51:38.470Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:900e752bcb9bc904ac939de40e9d5701346d48c05741af1dd1a0726ec5607e5e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:38.810Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:39.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.163 [2021-04-07T01:51:39.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-07T01:51:39.148Z] bf71b1633c00: Preparing [2021-04-07T01:51:39.148Z] 5054862e1b39: Preparing [2021-04-07T01:51:39.148Z] cb884a692c1e: Preparing [2021-04-07T01:51:39.148Z] edf8f9738151: Preparing [2021-04-07T01:51:39.148Z] a5734f3630d5: Preparing [2021-04-07T01:51:39.148Z] e08058ee1dfe: Preparing [2021-04-07T01:51:39.148Z] e08058ee1dfe: Waiting [2021-04-07T01:51:39.148Z] 5054862e1b39: Layer already exists [2021-04-07T01:51:39.148Z] a5734f3630d5: Layer already exists [2021-04-07T01:51:39.148Z] edf8f9738151: Layer already exists [2021-04-07T01:51:39.148Z] bf71b1633c00: Layer already exists [2021-04-07T01:51:39.148Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:39.417Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:39.417Z] 2.0.0-dev.163: digest: sha256:900e752bcb9bc904ac939de40e9d5701346d48c05741af1dd1a0726ec5607e5e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:39.757Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:40.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:40.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-07T01:51:40.092Z] bf71b1633c00: Preparing [2021-04-07T01:51:40.092Z] 5054862e1b39: Preparing [2021-04-07T01:51:40.092Z] cb884a692c1e: Preparing [2021-04-07T01:51:40.092Z] edf8f9738151: Preparing [2021-04-07T01:51:40.092Z] a5734f3630d5: Preparing [2021-04-07T01:51:40.092Z] e08058ee1dfe: Preparing [2021-04-07T01:51:40.092Z] e08058ee1dfe: Waiting [2021-04-07T01:51:40.092Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:40.092Z] 5054862e1b39: Layer already exists [2021-04-07T01:51:40.092Z] a5734f3630d5: Layer already exists [2021-04-07T01:51:40.092Z] edf8f9738151: Layer already exists [2021-04-07T01:51:40.092Z] bf71b1633c00: Layer already exists [2021-04-07T01:51:40.361Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:40.361Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:900e752bcb9bc904ac939de40e9d5701346d48c05741af1dd1a0726ec5607e5e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:40.709Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:41.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-07T01:51:41.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-07T01:51:41.067Z] bf71b1633c00: Preparing [2021-04-07T01:51:41.067Z] 5054862e1b39: Preparing [2021-04-07T01:51:41.067Z] cb884a692c1e: Preparing [2021-04-07T01:51:41.067Z] edf8f9738151: Preparing [2021-04-07T01:51:41.067Z] a5734f3630d5: Preparing [2021-04-07T01:51:41.067Z] e08058ee1dfe: Preparing [2021-04-07T01:51:41.067Z] e08058ee1dfe: Waiting [2021-04-07T01:51:41.067Z] a5734f3630d5: Layer already exists [2021-04-07T01:51:41.067Z] 5054862e1b39: Layer already exists [2021-04-07T01:51:41.067Z] bf71b1633c00: Layer already exists [2021-04-07T01:51:41.067Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:41.067Z] edf8f9738151: Layer already exists [2021-04-07T01:51:41.339Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:41.339Z] master: digest: sha256:900e752bcb9bc904ac939de40e9d5701346d48c05741af1dd1a0726ec5607e5e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:51:41.526Z] ===================================================== [Pipeline] echo [2021-04-07T01:51:41.572Z] taggedImages: [2021-04-07T01:51:41.572Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:41.572Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.163 [2021-04-07T01:51:41.572Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:41.572Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-07T01:51:41.643Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-07T01:51:41.643Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:41.643Z] 2.0.0-dev.163 [2021-04-07T01:51:41.643Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:41.643Z] master [2021-04-07T01:51:41.643Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:42.153Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:42.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:42.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-07T01:51:42.488Z] 1ed27a6b4b0b: Preparing [2021-04-07T01:51:42.488Z] cbdc9a22cfc1: Preparing [2021-04-07T01:51:42.488Z] cb884a692c1e: Preparing [2021-04-07T01:51:42.488Z] 9f4e55a08724: Preparing [2021-04-07T01:51:42.488Z] e08058ee1dfe: Preparing [2021-04-07T01:51:42.765Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:42.765Z] 9f4e55a08724: Layer already exists [2021-04-07T01:51:42.765Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:42.765Z] 1ed27a6b4b0b: Pushed [2021-04-07T01:51:45.367Z] cbdc9a22cfc1: Pushed [2021-04-07T01:51:45.636Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:2413a55c58f4ea166c1846283fa3388242d8eda3728746280779e15e80d7b8a0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:45.976Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:46.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.163 [2021-04-07T01:51:46.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-07T01:51:46.311Z] 1ed27a6b4b0b: Preparing [2021-04-07T01:51:46.311Z] cbdc9a22cfc1: Preparing [2021-04-07T01:51:46.311Z] cb884a692c1e: Preparing [2021-04-07T01:51:46.311Z] 9f4e55a08724: Preparing [2021-04-07T01:51:46.311Z] e08058ee1dfe: Preparing [2021-04-07T01:51:46.311Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:46.311Z] 1ed27a6b4b0b: Layer already exists [2021-04-07T01:51:46.311Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:46.311Z] 9f4e55a08724: Layer already exists [2021-04-07T01:51:46.580Z] cbdc9a22cfc1: Layer already exists [2021-04-07T01:51:46.580Z] 2.0.0-dev.163: digest: sha256:2413a55c58f4ea166c1846283fa3388242d8eda3728746280779e15e80d7b8a0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:46.920Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:47.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:47.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-07T01:51:47.261Z] 1ed27a6b4b0b: Preparing [2021-04-07T01:51:47.261Z] cbdc9a22cfc1: Preparing [2021-04-07T01:51:47.261Z] cb884a692c1e: Preparing [2021-04-07T01:51:47.261Z] 9f4e55a08724: Preparing [2021-04-07T01:51:47.261Z] e08058ee1dfe: Preparing [2021-04-07T01:51:47.261Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:47.261Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:47.261Z] 9f4e55a08724: Layer already exists [2021-04-07T01:51:47.261Z] 1ed27a6b4b0b: Layer already exists [2021-04-07T01:51:47.261Z] cbdc9a22cfc1: Layer already exists [2021-04-07T01:51:47.532Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:2413a55c58f4ea166c1846283fa3388242d8eda3728746280779e15e80d7b8a0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:47.909Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:48.547Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-07T01:51:48.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-07T01:51:48.547Z] 1ed27a6b4b0b: Preparing [2021-04-07T01:51:48.547Z] cbdc9a22cfc1: Preparing [2021-04-07T01:51:48.547Z] cb884a692c1e: Preparing [2021-04-07T01:51:48.547Z] 9f4e55a08724: Preparing [2021-04-07T01:51:48.547Z] e08058ee1dfe: Preparing [2021-04-07T01:51:48.547Z] 1ed27a6b4b0b: Layer already exists [2021-04-07T01:51:48.547Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:48.547Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:48.548Z] cbdc9a22cfc1: Layer already exists [2021-04-07T01:51:48.548Z] 9f4e55a08724: Layer already exists [2021-04-07T01:51:48.821Z] master: digest: sha256:2413a55c58f4ea166c1846283fa3388242d8eda3728746280779e15e80d7b8a0 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:51:49.021Z] ===================================================== [Pipeline] echo [2021-04-07T01:51:49.066Z] taggedImages: [2021-04-07T01:51:49.066Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:49.066Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.163 [2021-04-07T01:51:49.066Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:49.066Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-07T01:51:49.137Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-07T01:51:49.137Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:49.137Z] 2.0.0-dev.163 [2021-04-07T01:51:49.137Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:49.137Z] master [2021-04-07T01:51:49.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:49.645Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:49.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:49.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-07T01:51:49.984Z] 06ccc393162c: Preparing [2021-04-07T01:51:49.984Z] 06ccc393162c: Preparing [2021-04-07T01:51:49.984Z] 865ea50e64ec: Preparing [2021-04-07T01:51:49.984Z] 42277a69d206: Preparing [2021-04-07T01:51:49.984Z] 9aaa5759116b: Preparing [2021-04-07T01:51:49.984Z] c5b16628ec29: Preparing [2021-04-07T01:51:49.984Z] cb884a692c1e: Preparing [2021-04-07T01:51:49.984Z] 818878f0c5d3: Preparing [2021-04-07T01:51:49.984Z] 818878f0c5d3: Preparing [2021-04-07T01:51:49.984Z] 4dd728231ab9: Preparing [2021-04-07T01:51:49.984Z] b421830030ab: Preparing [2021-04-07T01:51:49.984Z] e08058ee1dfe: Preparing [2021-04-07T01:51:49.984Z] 4dd728231ab9: Waiting [2021-04-07T01:51:49.984Z] b421830030ab: Waiting [2021-04-07T01:51:49.984Z] e08058ee1dfe: Waiting [2021-04-07T01:51:49.984Z] cb884a692c1e: Waiting [2021-04-07T01:51:49.984Z] 818878f0c5d3: Waiting [2021-04-07T01:51:50.254Z] 42277a69d206: Pushed [2021-04-07T01:51:50.254Z] 06ccc393162c: Pushed [2021-04-07T01:51:50.254Z] 9aaa5759116b: Pushed [2021-04-07T01:51:50.254Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:50.254Z] 865ea50e64ec: Pushed [2021-04-07T01:51:50.525Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:50.525Z] 818878f0c5d3: Pushed [2021-04-07T01:51:50.525Z] 4dd728231ab9: Pushed [2021-04-07T01:51:50.525Z] b421830030ab: Pushed [2021-04-07T01:51:53.119Z] c5b16628ec29: Pushed [2021-04-07T01:51:53.119Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:5b34ccf4facdcfce10adea299a213ffc9a29cbb07f228b0d3d483db57a838773 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:53.732Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:54.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.163 [2021-04-07T01:51:54.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-07T01:51:54.076Z] 06ccc393162c: Preparing [2021-04-07T01:51:54.076Z] 06ccc393162c: Preparing [2021-04-07T01:51:54.076Z] 865ea50e64ec: Preparing [2021-04-07T01:51:54.076Z] 42277a69d206: Preparing [2021-04-07T01:51:54.076Z] 9aaa5759116b: Preparing [2021-04-07T01:51:54.076Z] c5b16628ec29: Preparing [2021-04-07T01:51:54.076Z] cb884a692c1e: Preparing [2021-04-07T01:51:54.076Z] 818878f0c5d3: Preparing [2021-04-07T01:51:54.076Z] 818878f0c5d3: Preparing [2021-04-07T01:51:54.076Z] 4dd728231ab9: Preparing [2021-04-07T01:51:54.076Z] b421830030ab: Preparing [2021-04-07T01:51:54.076Z] e08058ee1dfe: Preparing [2021-04-07T01:51:54.076Z] cb884a692c1e: Waiting [2021-04-07T01:51:54.076Z] 818878f0c5d3: Waiting [2021-04-07T01:51:54.076Z] 4dd728231ab9: Waiting [2021-04-07T01:51:54.076Z] b421830030ab: Waiting [2021-04-07T01:51:54.076Z] e08058ee1dfe: Waiting [2021-04-07T01:51:54.076Z] c5b16628ec29: Layer already exists [2021-04-07T01:51:54.076Z] 9aaa5759116b: Layer already exists [2021-04-07T01:51:54.076Z] 06ccc393162c: Layer already exists [2021-04-07T01:51:54.076Z] 42277a69d206: Layer already exists [2021-04-07T01:51:54.076Z] 865ea50e64ec: Layer already exists [2021-04-07T01:51:54.346Z] 818878f0c5d3: Layer already exists [2021-04-07T01:51:54.346Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:54.346Z] b421830030ab: Layer already exists [2021-04-07T01:51:54.346Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:54.346Z] 4dd728231ab9: Layer already exists [2021-04-07T01:51:54.346Z] 2.0.0-dev.163: digest: sha256:5b34ccf4facdcfce10adea299a213ffc9a29cbb07f228b0d3d483db57a838773 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:54.687Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:55.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:55.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-07T01:51:55.022Z] 06ccc393162c: Preparing [2021-04-07T01:51:55.022Z] 06ccc393162c: Preparing [2021-04-07T01:51:55.022Z] 865ea50e64ec: Preparing [2021-04-07T01:51:55.022Z] 42277a69d206: Preparing [2021-04-07T01:51:55.022Z] 9aaa5759116b: Preparing [2021-04-07T01:51:55.022Z] c5b16628ec29: Preparing [2021-04-07T01:51:55.022Z] cb884a692c1e: Preparing [2021-04-07T01:51:55.022Z] 818878f0c5d3: Preparing [2021-04-07T01:51:55.022Z] 818878f0c5d3: Preparing [2021-04-07T01:51:55.022Z] 4dd728231ab9: Preparing [2021-04-07T01:51:55.022Z] b421830030ab: Preparing [2021-04-07T01:51:55.022Z] e08058ee1dfe: Preparing [2021-04-07T01:51:55.022Z] cb884a692c1e: Waiting [2021-04-07T01:51:55.022Z] 818878f0c5d3: Waiting [2021-04-07T01:51:55.022Z] 4dd728231ab9: Waiting [2021-04-07T01:51:55.022Z] b421830030ab: Waiting [2021-04-07T01:51:55.022Z] e08058ee1dfe: Waiting [2021-04-07T01:51:55.022Z] 06ccc393162c: Layer already exists [2021-04-07T01:51:55.022Z] 42277a69d206: Layer already exists [2021-04-07T01:51:55.022Z] 865ea50e64ec: Layer already exists [2021-04-07T01:51:55.022Z] c5b16628ec29: Layer already exists [2021-04-07T01:51:55.022Z] 9aaa5759116b: Layer already exists [2021-04-07T01:51:55.022Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:55.022Z] 4dd728231ab9: Layer already exists [2021-04-07T01:51:55.022Z] 818878f0c5d3: Layer already exists [2021-04-07T01:51:55.022Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:55.291Z] b421830030ab: Layer already exists [2021-04-07T01:51:55.291Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:5b34ccf4facdcfce10adea299a213ffc9a29cbb07f228b0d3d483db57a838773 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:55.636Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:55.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-07T01:51:55.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-07T01:51:55.965Z] 06ccc393162c: Preparing [2021-04-07T01:51:55.965Z] 06ccc393162c: Preparing [2021-04-07T01:51:55.965Z] 865ea50e64ec: Preparing [2021-04-07T01:51:55.965Z] 42277a69d206: Preparing [2021-04-07T01:51:55.965Z] 9aaa5759116b: Preparing [2021-04-07T01:51:55.965Z] c5b16628ec29: Preparing [2021-04-07T01:51:55.965Z] cb884a692c1e: Preparing [2021-04-07T01:51:55.965Z] 818878f0c5d3: Preparing [2021-04-07T01:51:55.965Z] 818878f0c5d3: Preparing [2021-04-07T01:51:55.965Z] 4dd728231ab9: Preparing [2021-04-07T01:51:55.965Z] b421830030ab: Preparing [2021-04-07T01:51:55.965Z] e08058ee1dfe: Preparing [2021-04-07T01:51:55.965Z] cb884a692c1e: Waiting [2021-04-07T01:51:55.965Z] 818878f0c5d3: Waiting [2021-04-07T01:51:55.965Z] 4dd728231ab9: Waiting [2021-04-07T01:51:55.965Z] b421830030ab: Waiting [2021-04-07T01:51:55.965Z] e08058ee1dfe: Waiting [2021-04-07T01:51:55.965Z] c5b16628ec29: Layer already exists [2021-04-07T01:51:55.965Z] 9aaa5759116b: Layer already exists [2021-04-07T01:51:55.965Z] 42277a69d206: Layer already exists [2021-04-07T01:51:55.965Z] 06ccc393162c: Layer already exists [2021-04-07T01:51:55.965Z] 865ea50e64ec: Layer already exists [2021-04-07T01:51:55.965Z] 818878f0c5d3: Layer already exists [2021-04-07T01:51:55.965Z] b421830030ab: Layer already exists [2021-04-07T01:51:55.965Z] 4dd728231ab9: Layer already exists [2021-04-07T01:51:55.965Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:55.965Z] cb884a692c1e: Layer already exists [2021-04-07T01:51:56.239Z] master: digest: sha256:5b34ccf4facdcfce10adea299a213ffc9a29cbb07f228b0d3d483db57a838773 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:51:56.442Z] ===================================================== [Pipeline] echo [2021-04-07T01:51:56.490Z] taggedImages: [2021-04-07T01:51:56.490Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:56.490Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.163 [2021-04-07T01:51:56.490Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:56.490Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-07T01:51:56.557Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-07T01:51:56.557Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:56.557Z] 2.0.0-dev.163 [2021-04-07T01:51:56.557Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:51:56.557Z] master [2021-04-07T01:51:56.557Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:57.055Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:51:57.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:51:57.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-07T01:51:57.389Z] a02f8eef79e4: Preparing [2021-04-07T01:51:57.389Z] b288dfcd3e44: Preparing [2021-04-07T01:51:57.389Z] 724abb370138: Preparing [2021-04-07T01:51:57.389Z] e26c9dec3570: Preparing [2021-04-07T01:51:57.389Z] 0e9533084a45: Preparing [2021-04-07T01:51:57.389Z] e08058ee1dfe: Preparing [2021-04-07T01:51:57.659Z] e26c9dec3570: Pushed [2021-04-07T01:51:57.659Z] 724abb370138: Pushed [2021-04-07T01:51:57.659Z] e08058ee1dfe: Layer already exists [2021-04-07T01:51:57.931Z] 0e9533084a45: Pushed [2021-04-07T01:51:59.890Z] a02f8eef79e4: Pushed [2021-04-07T01:51:59.890Z] b288dfcd3e44: Pushed [2021-04-07T01:51:59.890Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:703031b427df498a70b232683e0c631fc3c1e686b4bf0d33c650f7cbf6a9a872 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:00.235Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:00.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.163 [2021-04-07T01:52:00.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-07T01:52:00.591Z] a02f8eef79e4: Preparing [2021-04-07T01:52:00.591Z] b288dfcd3e44: Preparing [2021-04-07T01:52:00.591Z] 724abb370138: Preparing [2021-04-07T01:52:00.591Z] e26c9dec3570: Preparing [2021-04-07T01:52:00.591Z] 0e9533084a45: Preparing [2021-04-07T01:52:00.591Z] e08058ee1dfe: Preparing [2021-04-07T01:52:00.591Z] e08058ee1dfe: Waiting [2021-04-07T01:52:00.591Z] 724abb370138: Layer already exists [2021-04-07T01:52:00.591Z] a02f8eef79e4: Layer already exists [2021-04-07T01:52:00.591Z] e26c9dec3570: Layer already exists [2021-04-07T01:52:00.591Z] b288dfcd3e44: Layer already exists [2021-04-07T01:52:00.591Z] 0e9533084a45: Layer already exists [2021-04-07T01:52:00.860Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:00.860Z] 2.0.0-dev.163: digest: sha256:703031b427df498a70b232683e0c631fc3c1e686b4bf0d33c650f7cbf6a9a872 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:01.201Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:01.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:01.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-07T01:52:01.538Z] a02f8eef79e4: Preparing [2021-04-07T01:52:01.538Z] b288dfcd3e44: Preparing [2021-04-07T01:52:01.538Z] 724abb370138: Preparing [2021-04-07T01:52:01.538Z] e26c9dec3570: Preparing [2021-04-07T01:52:01.538Z] 0e9533084a45: Preparing [2021-04-07T01:52:01.538Z] e08058ee1dfe: Preparing [2021-04-07T01:52:01.538Z] e08058ee1dfe: Waiting [2021-04-07T01:52:01.809Z] b288dfcd3e44: Layer already exists [2021-04-07T01:52:01.809Z] a02f8eef79e4: Layer already exists [2021-04-07T01:52:01.809Z] 724abb370138: Layer already exists [2021-04-07T01:52:01.809Z] 0e9533084a45: Layer already exists [2021-04-07T01:52:01.809Z] e26c9dec3570: Layer already exists [2021-04-07T01:52:01.809Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:01.809Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:703031b427df498a70b232683e0c631fc3c1e686b4bf0d33c650f7cbf6a9a872 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:02.154Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:02.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-07T01:52:02.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-07T01:52:02.489Z] a02f8eef79e4: Preparing [2021-04-07T01:52:02.489Z] b288dfcd3e44: Preparing [2021-04-07T01:52:02.489Z] 724abb370138: Preparing [2021-04-07T01:52:02.489Z] e26c9dec3570: Preparing [2021-04-07T01:52:02.489Z] 0e9533084a45: Preparing [2021-04-07T01:52:02.489Z] e08058ee1dfe: Preparing [2021-04-07T01:52:02.489Z] e08058ee1dfe: Waiting [2021-04-07T01:52:02.767Z] a02f8eef79e4: Layer already exists [2021-04-07T01:52:02.767Z] 724abb370138: Layer already exists [2021-04-07T01:52:02.767Z] 0e9533084a45: Layer already exists [2021-04-07T01:52:02.767Z] e26c9dec3570: Layer already exists [2021-04-07T01:52:02.767Z] b288dfcd3e44: Layer already exists [2021-04-07T01:52:02.767Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:02.768Z] master: digest: sha256:703031b427df498a70b232683e0c631fc3c1e686b4bf0d33c650f7cbf6a9a872 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:52:03.029Z] ===================================================== [Pipeline] echo [2021-04-07T01:52:03.076Z] taggedImages: [2021-04-07T01:52:03.076Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:03.076Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.163 [2021-04-07T01:52:03.076Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:03.076Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-07T01:52:03.146Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-07T01:52:03.146Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:03.146Z] 2.0.0-dev.163 [2021-04-07T01:52:03.146Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:03.146Z] master [2021-04-07T01:52:03.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:03.666Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:04.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:04.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-07T01:52:04.013Z] 1d5bddcbfa9e: Preparing [2021-04-07T01:52:04.013Z] c7a4f8f6d0ef: Preparing [2021-04-07T01:52:04.013Z] 929fabfbf916: Preparing [2021-04-07T01:52:04.013Z] dc518f805c2b: Preparing [2021-04-07T01:52:04.013Z] 04305c5650c2: Preparing [2021-04-07T01:52:04.013Z] 09e9c4021b45: Preparing [2021-04-07T01:52:04.013Z] dfce9b475898: Preparing [2021-04-07T01:52:04.013Z] 541621235166: Preparing [2021-04-07T01:52:04.013Z] e08058ee1dfe: Preparing [2021-04-07T01:52:04.013Z] 541621235166: Waiting [2021-04-07T01:52:04.013Z] 09e9c4021b45: Waiting [2021-04-07T01:52:04.013Z] dfce9b475898: Waiting [2021-04-07T01:52:04.013Z] e08058ee1dfe: Waiting [2021-04-07T01:52:04.288Z] c7a4f8f6d0ef: Pushed [2021-04-07T01:52:04.288Z] 04305c5650c2: Pushed [2021-04-07T01:52:04.288Z] 1d5bddcbfa9e: Pushed [2021-04-07T01:52:04.563Z] dfce9b475898: Pushed [2021-04-07T01:52:04.563Z] 09e9c4021b45: Pushed [2021-04-07T01:52:04.563Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:05.160Z] 541621235166: Pushed [2021-04-07T01:52:06.587Z] 929fabfbf916: Pushed [2021-04-07T01:52:06.587Z] dc518f805c2b: Pushed [2021-04-07T01:52:06.858Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:ee6882df178a86b03bdb341f43dd7c83080acd47d32a5a36bf22588c55d0a75e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:07.200Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:07.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.163 [2021-04-07T01:52:07.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-07T01:52:07.535Z] 1d5bddcbfa9e: Preparing [2021-04-07T01:52:07.535Z] c7a4f8f6d0ef: Preparing [2021-04-07T01:52:07.535Z] 929fabfbf916: Preparing [2021-04-07T01:52:07.535Z] dc518f805c2b: Preparing [2021-04-07T01:52:07.535Z] 04305c5650c2: Preparing [2021-04-07T01:52:07.535Z] 09e9c4021b45: Preparing [2021-04-07T01:52:07.535Z] dfce9b475898: Preparing [2021-04-07T01:52:07.535Z] 541621235166: Preparing [2021-04-07T01:52:07.535Z] e08058ee1dfe: Preparing [2021-04-07T01:52:07.535Z] dfce9b475898: Waiting [2021-04-07T01:52:07.535Z] 541621235166: Waiting [2021-04-07T01:52:07.535Z] e08058ee1dfe: Waiting [2021-04-07T01:52:07.535Z] 09e9c4021b45: Waiting [2021-04-07T01:52:07.535Z] 1d5bddcbfa9e: Layer already exists [2021-04-07T01:52:07.535Z] 929fabfbf916: Layer already exists [2021-04-07T01:52:07.535Z] c7a4f8f6d0ef: Layer already exists [2021-04-07T01:52:07.535Z] dc518f805c2b: Layer already exists [2021-04-07T01:52:07.805Z] 04305c5650c2: Layer already exists [2021-04-07T01:52:07.805Z] 09e9c4021b45: Layer already exists [2021-04-07T01:52:07.805Z] dfce9b475898: Layer already exists [2021-04-07T01:52:07.805Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:07.805Z] 541621235166: Layer already exists [2021-04-07T01:52:07.805Z] 2.0.0-dev.163: digest: sha256:ee6882df178a86b03bdb341f43dd7c83080acd47d32a5a36bf22588c55d0a75e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:08.147Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:08.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:08.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-07T01:52:08.489Z] 1d5bddcbfa9e: Preparing [2021-04-07T01:52:08.489Z] c7a4f8f6d0ef: Preparing [2021-04-07T01:52:08.489Z] 929fabfbf916: Preparing [2021-04-07T01:52:08.489Z] dc518f805c2b: Preparing [2021-04-07T01:52:08.489Z] 04305c5650c2: Preparing [2021-04-07T01:52:08.489Z] 09e9c4021b45: Preparing [2021-04-07T01:52:08.489Z] dfce9b475898: Preparing [2021-04-07T01:52:08.489Z] 541621235166: Preparing [2021-04-07T01:52:08.489Z] e08058ee1dfe: Preparing [2021-04-07T01:52:08.489Z] 09e9c4021b45: Waiting [2021-04-07T01:52:08.489Z] dfce9b475898: Waiting [2021-04-07T01:52:08.489Z] 541621235166: Waiting [2021-04-07T01:52:08.489Z] e08058ee1dfe: Waiting [2021-04-07T01:52:08.489Z] 929fabfbf916: Layer already exists [2021-04-07T01:52:08.489Z] dc518f805c2b: Layer already exists [2021-04-07T01:52:08.489Z] 04305c5650c2: Layer already exists [2021-04-07T01:52:08.489Z] 1d5bddcbfa9e: Layer already exists [2021-04-07T01:52:08.489Z] c7a4f8f6d0ef: Layer already exists [2021-04-07T01:52:08.760Z] 09e9c4021b45: Layer already exists [2021-04-07T01:52:08.760Z] dfce9b475898: Layer already exists [2021-04-07T01:52:08.760Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:08.760Z] 541621235166: Layer already exists [2021-04-07T01:52:08.760Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:ee6882df178a86b03bdb341f43dd7c83080acd47d32a5a36bf22588c55d0a75e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:09.099Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:09.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-07T01:52:09.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-07T01:52:09.439Z] 1d5bddcbfa9e: Preparing [2021-04-07T01:52:09.439Z] c7a4f8f6d0ef: Preparing [2021-04-07T01:52:09.439Z] 929fabfbf916: Preparing [2021-04-07T01:52:09.439Z] dc518f805c2b: Preparing [2021-04-07T01:52:09.439Z] 04305c5650c2: Preparing [2021-04-07T01:52:09.439Z] 09e9c4021b45: Preparing [2021-04-07T01:52:09.439Z] dfce9b475898: Preparing [2021-04-07T01:52:09.439Z] 541621235166: Preparing [2021-04-07T01:52:09.439Z] e08058ee1dfe: Preparing [2021-04-07T01:52:09.439Z] dfce9b475898: Waiting [2021-04-07T01:52:09.439Z] 541621235166: Waiting [2021-04-07T01:52:09.439Z] e08058ee1dfe: Waiting [2021-04-07T01:52:09.439Z] 09e9c4021b45: Waiting [2021-04-07T01:52:09.439Z] 04305c5650c2: Layer already exists [2021-04-07T01:52:09.439Z] c7a4f8f6d0ef: Layer already exists [2021-04-07T01:52:09.439Z] 929fabfbf916: Layer already exists [2021-04-07T01:52:09.439Z] dc518f805c2b: Layer already exists [2021-04-07T01:52:09.439Z] 1d5bddcbfa9e: Layer already exists [2021-04-07T01:52:09.709Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:09.709Z] dfce9b475898: Layer already exists [2021-04-07T01:52:09.709Z] 09e9c4021b45: Layer already exists [2021-04-07T01:52:09.709Z] 541621235166: Layer already exists [2021-04-07T01:52:09.709Z] master: digest: sha256:ee6882df178a86b03bdb341f43dd7c83080acd47d32a5a36bf22588c55d0a75e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:52:09.930Z] ===================================================== [Pipeline] echo [2021-04-07T01:52:09.977Z] taggedImages: [2021-04-07T01:52:09.977Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:09.977Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.163 [2021-04-07T01:52:09.977Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:09.977Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-07T01:52:10.048Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-07T01:52:10.048Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:10.048Z] 2.0.0-dev.163 [2021-04-07T01:52:10.048Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:10.048Z] master [2021-04-07T01:52:10.048Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:10.558Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:10.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:10.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-07T01:52:10.902Z] 0d7b576d7226: Preparing [2021-04-07T01:52:10.902Z] 6d590d7cec15: Preparing [2021-04-07T01:52:10.902Z] cb884a692c1e: Preparing [2021-04-07T01:52:10.902Z] 3a57a2d3c97f: Preparing [2021-04-07T01:52:10.902Z] e08058ee1dfe: Preparing [2021-04-07T01:52:11.173Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:11.173Z] cb884a692c1e: Layer already exists [2021-04-07T01:52:11.173Z] 0d7b576d7226: Pushed [2021-04-07T01:52:11.443Z] 3a57a2d3c97f: Pushed [2021-04-07T01:52:14.041Z] 6d590d7cec15: Pushed [2021-04-07T01:52:14.041Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:8deaab902b1cd376b2907dd5b019f57185fe1f90f6f7e65fd497da5da611ee79 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:14.385Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:14.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.163 [2021-04-07T01:52:14.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-07T01:52:14.754Z] 0d7b576d7226: Preparing [2021-04-07T01:52:14.754Z] 6d590d7cec15: Preparing [2021-04-07T01:52:14.754Z] cb884a692c1e: Preparing [2021-04-07T01:52:14.754Z] 3a57a2d3c97f: Preparing [2021-04-07T01:52:14.754Z] e08058ee1dfe: Preparing [2021-04-07T01:52:15.033Z] 6d590d7cec15: Layer already exists [2021-04-07T01:52:15.033Z] cb884a692c1e: Layer already exists [2021-04-07T01:52:15.033Z] 3a57a2d3c97f: Layer already exists [2021-04-07T01:52:15.033Z] 0d7b576d7226: Layer already exists [2021-04-07T01:52:15.033Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:15.033Z] 2.0.0-dev.163: digest: sha256:8deaab902b1cd376b2907dd5b019f57185fe1f90f6f7e65fd497da5da611ee79 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:15.407Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:15.762Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:15.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-07T01:52:15.763Z] 0d7b576d7226: Preparing [2021-04-07T01:52:15.763Z] 6d590d7cec15: Preparing [2021-04-07T01:52:15.763Z] cb884a692c1e: Preparing [2021-04-07T01:52:15.763Z] 3a57a2d3c97f: Preparing [2021-04-07T01:52:15.763Z] e08058ee1dfe: Preparing [2021-04-07T01:52:15.763Z] 6d590d7cec15: Layer already exists [2021-04-07T01:52:15.763Z] 0d7b576d7226: Layer already exists [2021-04-07T01:52:16.035Z] 3a57a2d3c97f: Layer already exists [2021-04-07T01:52:16.035Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:16.035Z] cb884a692c1e: Layer already exists [2021-04-07T01:52:16.035Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:8deaab902b1cd376b2907dd5b019f57185fe1f90f6f7e65fd497da5da611ee79 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:16.376Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:16.712Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-07T01:52:16.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-07T01:52:16.712Z] 0d7b576d7226: Preparing [2021-04-07T01:52:16.712Z] 6d590d7cec15: Preparing [2021-04-07T01:52:16.712Z] cb884a692c1e: Preparing [2021-04-07T01:52:16.712Z] 3a57a2d3c97f: Preparing [2021-04-07T01:52:16.712Z] e08058ee1dfe: Preparing [2021-04-07T01:52:16.712Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:16.712Z] 6d590d7cec15: Layer already exists [2021-04-07T01:52:16.712Z] cb884a692c1e: Layer already exists [2021-04-07T01:52:16.712Z] 3a57a2d3c97f: Layer already exists [2021-04-07T01:52:16.712Z] 0d7b576d7226: Layer already exists [2021-04-07T01:52:16.982Z] master: digest: sha256:8deaab902b1cd376b2907dd5b019f57185fe1f90f6f7e65fd497da5da611ee79 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:52:17.166Z] ===================================================== [Pipeline] echo [2021-04-07T01:52:17.212Z] taggedImages: [2021-04-07T01:52:17.212Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:17.212Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.163 [2021-04-07T01:52:17.212Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:17.212Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-07T01:52:17.277Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-07T01:52:17.277Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:17.277Z] 2.0.0-dev.163 [2021-04-07T01:52:17.277Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:17.277Z] master [2021-04-07T01:52:17.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:17.776Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:18.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:18.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-07T01:52:18.113Z] f66a99cebb08: Preparing [2021-04-07T01:52:18.113Z] f8cbae91b163: Preparing [2021-04-07T01:52:18.113Z] cb884a692c1e: Preparing [2021-04-07T01:52:18.113Z] 9f4e55a08724: Preparing [2021-04-07T01:52:18.113Z] e08058ee1dfe: Preparing [2021-04-07T01:52:18.113Z] 9f4e55a08724: Layer already exists [2021-04-07T01:52:18.386Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:18.387Z] cb884a692c1e: Layer already exists [2021-04-07T01:52:18.387Z] f66a99cebb08: Pushed [2021-04-07T01:52:20.985Z] f8cbae91b163: Pushed [2021-04-07T01:52:20.985Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:e9347dcd177b6c2a1151eeeda31d446327230a4229987b0c7467649b9ef5d776 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:21.332Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:21.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.163 [2021-04-07T01:52:21.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-07T01:52:21.668Z] f66a99cebb08: Preparing [2021-04-07T01:52:21.668Z] f8cbae91b163: Preparing [2021-04-07T01:52:21.668Z] cb884a692c1e: Preparing [2021-04-07T01:52:21.668Z] 9f4e55a08724: Preparing [2021-04-07T01:52:21.668Z] e08058ee1dfe: Preparing [2021-04-07T01:52:21.668Z] 9f4e55a08724: Layer already exists [2021-04-07T01:52:21.668Z] f8cbae91b163: Layer already exists [2021-04-07T01:52:21.668Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:21.668Z] cb884a692c1e: Layer already exists [2021-04-07T01:52:21.668Z] f66a99cebb08: Layer already exists [2021-04-07T01:52:21.940Z] 2.0.0-dev.163: digest: sha256:e9347dcd177b6c2a1151eeeda31d446327230a4229987b0c7467649b9ef5d776 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:22.280Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:22.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:22.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-07T01:52:22.616Z] f66a99cebb08: Preparing [2021-04-07T01:52:22.616Z] f8cbae91b163: Preparing [2021-04-07T01:52:22.616Z] cb884a692c1e: Preparing [2021-04-07T01:52:22.616Z] 9f4e55a08724: Preparing [2021-04-07T01:52:22.616Z] e08058ee1dfe: Preparing [2021-04-07T01:52:22.616Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:22.616Z] f66a99cebb08: Layer already exists [2021-04-07T01:52:22.616Z] 9f4e55a08724: Layer already exists [2021-04-07T01:52:22.616Z] cb884a692c1e: Layer already exists [2021-04-07T01:52:22.616Z] f8cbae91b163: Layer already exists [2021-04-07T01:52:22.888Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:e9347dcd177b6c2a1151eeeda31d446327230a4229987b0c7467649b9ef5d776 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:23.227Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:23.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-07T01:52:23.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-07T01:52:23.560Z] f66a99cebb08: Preparing [2021-04-07T01:52:23.560Z] f8cbae91b163: Preparing [2021-04-07T01:52:23.560Z] cb884a692c1e: Preparing [2021-04-07T01:52:23.560Z] 9f4e55a08724: Preparing [2021-04-07T01:52:23.560Z] e08058ee1dfe: Preparing [2021-04-07T01:52:23.560Z] 9f4e55a08724: Layer already exists [2021-04-07T01:52:23.831Z] cb884a692c1e: Layer already exists [2021-04-07T01:52:23.831Z] e08058ee1dfe: Layer already exists [2021-04-07T01:52:23.831Z] f8cbae91b163: Layer already exists [2021-04-07T01:52:23.831Z] f66a99cebb08: Layer already exists [2021-04-07T01:52:23.831Z] master: digest: sha256:e9347dcd177b6c2a1151eeeda31d446327230a4229987b0c7467649b9ef5d776 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:52:24.015Z] ===================================================== [Pipeline] echo [2021-04-07T01:52:24.060Z] taggedImages: [2021-04-07T01:52:24.060Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:24.060Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.163 [2021-04-07T01:52:24.060Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:24.060Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-07T01:52:24.133Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-07T01:52:24.133Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:24.133Z] 2.0.0-dev.163 [2021-04-07T01:52:24.133Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:24.133Z] master [2021-04-07T01:52:24.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:24.671Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:25.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:25.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-07T01:52:25.008Z] d06b7ab6f43e: Preparing [2021-04-07T01:52:25.008Z] 5cf59388d05b: Preparing [2021-04-07T01:52:25.008Z] 7465663f82bc: Preparing [2021-04-07T01:52:25.008Z] a7f858d9f926: Preparing [2021-04-07T01:52:25.008Z] 0ad992ffcb73: Preparing [2021-04-07T01:52:25.008Z] 1de4b40802f1: Preparing [2021-04-07T01:52:25.008Z] 63f53a83b9c0: Preparing [2021-04-07T01:52:25.008Z] 9ded3b6bb9b5: Preparing [2021-04-07T01:52:25.008Z] fa1afe8e6ed9: Preparing [2021-04-07T01:52:25.008Z] 87a09b4c083e: Preparing [2021-04-07T01:52:25.008Z] 0f74e9ff2a61: Preparing [2021-04-07T01:52:25.008Z] b122376c33c6: Preparing [2021-04-07T01:52:25.008Z] f8381ed47b22: Preparing [2021-04-07T01:52:25.008Z] e934a737d657: Preparing [2021-04-07T01:52:25.008Z] fa1afe8e6ed9: Waiting [2021-04-07T01:52:25.008Z] 87a09b4c083e: Waiting [2021-04-07T01:52:25.008Z] f8381ed47b22: Waiting [2021-04-07T01:52:25.008Z] e934a737d657: Waiting [2021-04-07T01:52:25.008Z] 0f74e9ff2a61: Waiting [2021-04-07T01:52:25.008Z] b122376c33c6: Waiting [2021-04-07T01:52:25.008Z] 1de4b40802f1: Waiting [2021-04-07T01:52:25.008Z] 63f53a83b9c0: Waiting [2021-04-07T01:52:25.603Z] 0ad992ffcb73: Pushed [2021-04-07T01:52:25.877Z] d06b7ab6f43e: Pushed [2021-04-07T01:52:26.471Z] a7f858d9f926: Pushed [2021-04-07T01:52:26.471Z] 9ded3b6bb9b5: Layer already exists [2021-04-07T01:52:26.471Z] fa1afe8e6ed9: Layer already exists [2021-04-07T01:52:26.471Z] 63f53a83b9c0: Pushed [2021-04-07T01:52:26.471Z] 87a09b4c083e: Layer already exists [2021-04-07T01:52:26.471Z] 0f74e9ff2a61: Layer already exists [2021-04-07T01:52:26.471Z] b122376c33c6: Layer already exists [2021-04-07T01:52:26.471Z] f8381ed47b22: Layer already exists [2021-04-07T01:52:26.471Z] e934a737d657: Layer already exists [2021-04-07T01:52:27.066Z] 5cf59388d05b: Pushed [2021-04-07T01:52:28.039Z] 1de4b40802f1: Pushed [2021-04-07T01:52:38.148Z] 7465663f82bc: Pushed [2021-04-07T01:52:38.148Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0: digest: sha256:53342ef5b0843f8fdb78917087e6f147127d4dc5a80cf07518ed93612a363fea size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:38.491Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:38.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.163 [2021-04-07T01:52:38.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-07T01:52:38.827Z] d06b7ab6f43e: Preparing [2021-04-07T01:52:38.827Z] 5cf59388d05b: Preparing [2021-04-07T01:52:38.827Z] 7465663f82bc: Preparing [2021-04-07T01:52:38.827Z] a7f858d9f926: Preparing [2021-04-07T01:52:38.827Z] 0ad992ffcb73: Preparing [2021-04-07T01:52:38.827Z] 1de4b40802f1: Preparing [2021-04-07T01:52:38.827Z] 63f53a83b9c0: Preparing [2021-04-07T01:52:38.827Z] 9ded3b6bb9b5: Preparing [2021-04-07T01:52:38.827Z] fa1afe8e6ed9: Preparing [2021-04-07T01:52:38.827Z] 87a09b4c083e: Preparing [2021-04-07T01:52:38.827Z] 0f74e9ff2a61: Preparing [2021-04-07T01:52:38.827Z] b122376c33c6: Preparing [2021-04-07T01:52:38.827Z] f8381ed47b22: Preparing [2021-04-07T01:52:38.827Z] e934a737d657: Preparing [2021-04-07T01:52:38.827Z] 1de4b40802f1: Waiting [2021-04-07T01:52:38.827Z] 63f53a83b9c0: Waiting [2021-04-07T01:52:38.827Z] b122376c33c6: Waiting [2021-04-07T01:52:38.827Z] 9ded3b6bb9b5: Waiting [2021-04-07T01:52:38.827Z] 87a09b4c083e: Waiting [2021-04-07T01:52:38.827Z] fa1afe8e6ed9: Waiting [2021-04-07T01:52:38.827Z] 0f74e9ff2a61: Waiting [2021-04-07T01:52:38.827Z] e934a737d657: Waiting [2021-04-07T01:52:38.827Z] f8381ed47b22: Waiting [2021-04-07T01:52:39.099Z] 5cf59388d05b: Layer already exists [2021-04-07T01:52:39.099Z] 0ad992ffcb73: Layer already exists [2021-04-07T01:52:39.099Z] 7465663f82bc: Layer already exists [2021-04-07T01:52:39.099Z] d06b7ab6f43e: Layer already exists [2021-04-07T01:52:39.099Z] a7f858d9f926: Layer already exists [2021-04-07T01:52:39.099Z] 63f53a83b9c0: Layer already exists [2021-04-07T01:52:39.099Z] 1de4b40802f1: Layer already exists [2021-04-07T01:52:39.099Z] 9ded3b6bb9b5: Layer already exists [2021-04-07T01:52:39.099Z] fa1afe8e6ed9: Layer already exists [2021-04-07T01:52:39.099Z] 0f74e9ff2a61: Layer already exists [2021-04-07T01:52:39.099Z] 87a09b4c083e: Layer already exists [2021-04-07T01:52:39.099Z] b122376c33c6: Layer already exists [2021-04-07T01:52:39.099Z] f8381ed47b22: Layer already exists [2021-04-07T01:52:39.099Z] e934a737d657: Layer already exists [2021-04-07T01:52:39.099Z] 2.0.0-dev.163: digest: sha256:53342ef5b0843f8fdb78917087e6f147127d4dc5a80cf07518ed93612a363fea size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:39.440Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:39.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:39.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-07T01:52:39.776Z] d06b7ab6f43e: Preparing [2021-04-07T01:52:39.776Z] 5cf59388d05b: Preparing [2021-04-07T01:52:39.776Z] 7465663f82bc: Preparing [2021-04-07T01:52:39.776Z] a7f858d9f926: Preparing [2021-04-07T01:52:39.776Z] 0ad992ffcb73: Preparing [2021-04-07T01:52:39.776Z] 1de4b40802f1: Preparing [2021-04-07T01:52:39.776Z] 63f53a83b9c0: Preparing [2021-04-07T01:52:39.776Z] 9ded3b6bb9b5: Preparing [2021-04-07T01:52:39.776Z] fa1afe8e6ed9: Preparing [2021-04-07T01:52:39.776Z] 87a09b4c083e: Preparing [2021-04-07T01:52:39.776Z] 0f74e9ff2a61: Preparing [2021-04-07T01:52:39.776Z] b122376c33c6: Preparing [2021-04-07T01:52:39.776Z] f8381ed47b22: Preparing [2021-04-07T01:52:39.776Z] e934a737d657: Preparing [2021-04-07T01:52:39.776Z] 87a09b4c083e: Waiting [2021-04-07T01:52:39.776Z] f8381ed47b22: Waiting [2021-04-07T01:52:39.776Z] e934a737d657: Waiting [2021-04-07T01:52:39.776Z] 1de4b40802f1: Waiting [2021-04-07T01:52:39.776Z] 9ded3b6bb9b5: Waiting [2021-04-07T01:52:39.776Z] fa1afe8e6ed9: Waiting [2021-04-07T01:52:39.776Z] 0f74e9ff2a61: Waiting [2021-04-07T01:52:39.776Z] 63f53a83b9c0: Waiting [2021-04-07T01:52:39.776Z] b122376c33c6: Waiting [2021-04-07T01:52:40.050Z] d06b7ab6f43e: Layer already exists [2021-04-07T01:52:40.050Z] a7f858d9f926: Layer already exists [2021-04-07T01:52:40.050Z] 5cf59388d05b: Layer already exists [2021-04-07T01:52:40.050Z] 0ad992ffcb73: Layer already exists [2021-04-07T01:52:40.050Z] 7465663f82bc: Layer already exists [2021-04-07T01:52:40.050Z] 1de4b40802f1: Layer already exists [2021-04-07T01:52:40.050Z] 9ded3b6bb9b5: Layer already exists [2021-04-07T01:52:40.050Z] 63f53a83b9c0: Layer already exists [2021-04-07T01:52:40.050Z] fa1afe8e6ed9: Layer already exists [2021-04-07T01:52:40.050Z] 87a09b4c083e: Layer already exists [2021-04-07T01:52:40.050Z] f8381ed47b22: Layer already exists [2021-04-07T01:52:40.050Z] 0f74e9ff2a61: Layer already exists [2021-04-07T01:52:40.050Z] e934a737d657: Layer already exists [2021-04-07T01:52:40.050Z] b122376c33c6: Layer already exists [2021-04-07T01:52:40.050Z] 1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163: digest: sha256:53342ef5b0843f8fdb78917087e6f147127d4dc5a80cf07518ed93612a363fea size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:40.391Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:52:40.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-07T01:52:40.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-07T01:52:40.729Z] d06b7ab6f43e: Preparing [2021-04-07T01:52:40.729Z] 5cf59388d05b: Preparing [2021-04-07T01:52:40.729Z] 7465663f82bc: Preparing [2021-04-07T01:52:40.729Z] a7f858d9f926: Preparing [2021-04-07T01:52:40.729Z] 0ad992ffcb73: Preparing [2021-04-07T01:52:40.729Z] 1de4b40802f1: Preparing [2021-04-07T01:52:40.729Z] 63f53a83b9c0: Preparing [2021-04-07T01:52:40.729Z] 9ded3b6bb9b5: Preparing [2021-04-07T01:52:40.729Z] fa1afe8e6ed9: Preparing [2021-04-07T01:52:40.729Z] 87a09b4c083e: Preparing [2021-04-07T01:52:40.729Z] 0f74e9ff2a61: Preparing [2021-04-07T01:52:40.729Z] b122376c33c6: Preparing [2021-04-07T01:52:40.729Z] f8381ed47b22: Preparing [2021-04-07T01:52:40.729Z] e934a737d657: Preparing [2021-04-07T01:52:40.729Z] 87a09b4c083e: Waiting [2021-04-07T01:52:40.729Z] b122376c33c6: Waiting [2021-04-07T01:52:40.729Z] f8381ed47b22: Waiting [2021-04-07T01:52:40.729Z] 0f74e9ff2a61: Waiting [2021-04-07T01:52:40.729Z] 1de4b40802f1: Waiting [2021-04-07T01:52:40.729Z] e934a737d657: Waiting [2021-04-07T01:52:40.729Z] fa1afe8e6ed9: Waiting [2021-04-07T01:52:40.729Z] 63f53a83b9c0: Waiting [2021-04-07T01:52:40.729Z] 9ded3b6bb9b5: Waiting [2021-04-07T01:52:40.729Z] d06b7ab6f43e: Layer already exists [2021-04-07T01:52:40.729Z] 5cf59388d05b: Layer already exists [2021-04-07T01:52:40.729Z] a7f858d9f926: Layer already exists [2021-04-07T01:52:41.003Z] 0ad992ffcb73: Layer already exists [2021-04-07T01:52:41.003Z] 7465663f82bc: Layer already exists [2021-04-07T01:52:41.003Z] 63f53a83b9c0: Layer already exists [2021-04-07T01:52:41.003Z] 1de4b40802f1: Layer already exists [2021-04-07T01:52:41.003Z] 87a09b4c083e: Layer already exists [2021-04-07T01:52:41.003Z] 9ded3b6bb9b5: Layer already exists [2021-04-07T01:52:41.003Z] fa1afe8e6ed9: Layer already exists [2021-04-07T01:52:41.003Z] 0f74e9ff2a61: Layer already exists [2021-04-07T01:52:41.003Z] b122376c33c6: Layer already exists [2021-04-07T01:52:41.003Z] e934a737d657: Layer already exists [2021-04-07T01:52:41.003Z] f8381ed47b22: Layer already exists [2021-04-07T01:52:41.003Z] master: digest: sha256:53342ef5b0843f8fdb78917087e6f147127d4dc5a80cf07518ed93612a363fea size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-07T01:52:41.199Z] ===================================================== [Pipeline] echo [2021-04-07T01:52:41.266Z] taggedImages: [2021-04-07T01:52:41.266Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [2021-04-07T01:52:41.266Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.163 [2021-04-07T01:52:41.266Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1fa86f97d63fcad7b96d726da483d93f5db5c4b0-2.0.0-dev.163 [2021-04-07T01:52:41.266Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:52:41.877Z] ---> job-cost.sh [2021-04-07T01:52:41.877Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NzK1 [2021-04-07T01:53:20.814Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T01:54:57.545Z] lf-activate-venv(): INFO: Adding /tmp/venv-NzK1/bin to PATH [2021-04-07T01:54:57.545Z] INFO: No Stack... [2021-04-07T01:54:57.545Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-07T01:54:57.545Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T01:54:57.886Z] + cat /w/workspace/edgex-go/431/archives/cost.csv [2021-04-07T01:54:57.886Z] + cut -d, -f6 [Pipeline] lock [2021-04-07T01:54:58.001Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-431-stack-cost] [2021-04-07T01:54:58.012Z] Resource [jenkins-edgexfoundry-edgex-go-master-431-stack-cost] did not exist. Created. [2021-04-07T01:54:58.012Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-431-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T01:54:58.442Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-07T01:54:59.555Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T01:54:59.565Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-431-stack-cost] [Pipeline] // lock [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-04-07T01:55:01.002Z] provisioning config files... [2021-04-07T01:55:01.018Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/431@tmp/config8559146973964239085tmp [Pipeline] { [Pipeline] sh [2021-04-07T01:55:01.406Z] + set +x [2021-04-07T01:55:01.406Z] + curl -s https://codecov.io/bash [2021-04-07T01:55:01.406Z] + bash -s -- [2021-04-07T01:55:01.987Z] [2021-04-07T01:55:01.987Z] _____ _ [2021-04-07T01:55:01.987Z] / ____| | | [2021-04-07T01:55:01.987Z] | | ___ __| | ___ ___ _____ __ [2021-04-07T01:55:01.987Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-07T01:55:01.987Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-07T01:55:01.987Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-07T01:55:01.987Z] Bash-20210309-2b87ace [2021-04-07T01:55:01.987Z] [2021-04-07T01:55:01.987Z] [2021-04-07T01:55:01.987Z] ==> git version 2.24.3 found [2021-04-07T01:55:01.987Z] ==> 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-04-07T01:55:01.987Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-07T01:55:01.987Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-07T01:55:01.987Z] ==> Jenkins CI detected. [2021-04-07T01:55:01.987Z] project root: . [2021-04-07T01:55:01.987Z] --> token set from env [2021-04-07T01:55:01.987Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-07T01:55:01.987Z] ==> Running gcov in . (disable via -X gcov) [2021-04-07T01:55:01.987Z] ==> Python coveragepy not found [2021-04-07T01:55:01.987Z] ==> Searching for coverage reports in: [2021-04-07T01:55:01.987Z] + . [2021-04-07T01:55:01.987Z] -> Found 1 reports [2021-04-07T01:55:01.987Z] ==> Detecting git/mercurial file structure [2021-04-07T01:55:01.987Z] ==> Reading reports [2021-04-07T01:55:01.987Z] + ./coverage.out bytes=697383 [2021-04-07T01:55:02.249Z] ==> Appending adjustments [2021-04-07T01:55:02.249Z] https://docs.codecov.io/docs/fixing-reports [2021-04-07T01:55:05.563Z] + Found adjustments [2021-04-07T01:55:05.563Z] ==> Gzipping contents [2021-04-07T01:55:05.829Z] 100K /tmp/codecov.sl1VMF.gz [2021-04-07T01:55:05.829Z] ==> Uploading reports [2021-04-07T01:55:05.829Z] url: https://codecov.io [2021-04-07T01:55:05.829Z] query: branch=master&commit=1fa86f97d63fcad7b96d726da483d93f5db5c4b0&build=431&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F431%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-07T01:55:05.829Z] -> Pinging Codecov [2021-04-07T01:55:05.829Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=1fa86f97d63fcad7b96d726da483d93f5db5c4b0&build=431&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F431%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-07T01:55:06.093Z] -> Uploading to [2021-04-07T01:55:06.093Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-07/00271124DB129430A58F1EEE437C3FCB/1fa86f97d63fcad7b96d726da483d93f5db5c4b0/27b573cb-685b-49de-a93f-42bb173484e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T015505Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0ca70cb8d4fd17b53432c24fa18e122ab315f3a80a91bd30fd0192891838dda3 [2021-04-07T01:55:06.093Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:55:06.093Z] Dload Upload Total Spent Left Speed [2021-04-07T01:55:06.670Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99559 0 0 100 99559 0 220k --:--:-- --:--:-- --:--:-- 221k [2021-04-07T01:55:06.670Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1fa86f97d63fcad7b96d726da483d93f5db5c4b0 [Pipeline] } [2021-04-07T01:55:06.683Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-07T01:55:07.254Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-07T01:55:07.309Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:55:07.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T01:55:07.685Z] [2021-04-07T01:55:07.685Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:55:08.066Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T01:55:08.066Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-07T01:55:08.066Z] 188c0c94c7c5: Already exists [2021-04-07T01:55:08.066Z] 0ef7d3d256c8: Already exists [2021-04-07T01:55:08.066Z] de9db76c5a1d: Already exists [2021-04-07T01:55:08.066Z] 0eba1c9be4d2: Pulling fs layer [2021-04-07T01:55:08.066Z] 0d57e429df01: Pulling fs layer [2021-04-07T01:55:08.066Z] 4e4be7b47b0d: Pulling fs layer [2021-04-07T01:55:08.066Z] e1f770b5df2f: Pulling fs layer [2021-04-07T01:55:08.066Z] 85a0685a4137: Pulling fs layer [2021-04-07T01:55:08.066Z] e1f770b5df2f: Waiting [2021-04-07T01:55:08.066Z] 85a0685a4137: Waiting [2021-04-07T01:55:08.066Z] 0d57e429df01: Verifying Checksum [2021-04-07T01:55:08.066Z] 0d57e429df01: Download complete [2021-04-07T01:55:08.066Z] 4e4be7b47b0d: Verifying Checksum [2021-04-07T01:55:08.066Z] 4e4be7b47b0d: Download complete [2021-04-07T01:55:10.635Z] e1f770b5df2f: Verifying Checksum [2021-04-07T01:55:10.635Z] e1f770b5df2f: Download complete [2021-04-07T01:55:12.060Z] 85a0685a4137: Verifying Checksum [2021-04-07T01:55:12.060Z] 85a0685a4137: Download complete [2021-04-07T01:55:12.324Z] 0eba1c9be4d2: Verifying Checksum [2021-04-07T01:55:12.324Z] 0eba1c9be4d2: Download complete [2021-04-07T01:55:18.961Z] 0eba1c9be4d2: Pull complete [2021-04-07T01:55:18.961Z] 0d57e429df01: Pull complete [2021-04-07T01:55:18.961Z] 4e4be7b47b0d: Pull complete [2021-04-07T01:55:22.285Z] e1f770b5df2f: Pull complete [2021-04-07T01:55:32.331Z] 85a0685a4137: Pull complete [2021-04-07T01:55:32.331Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-07T01:55:32.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T01:55:32.331Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-07T01:55:32.555Z] prd-centos7-docker-4c-2g-33092 does not seem to be running inside a container [2021-04-07T01:55:32.613Z] $ 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/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@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-snyk-go:1.410.4 cat [2021-04-07T01:55:33.904Z] $ docker top a9d9f16246e9dddf27390f1b70309d4af3065674ba7d871b6138ebaa24f742a7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-07T01:55:34.247Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-07T01:55:34.658Z] + set -o pipefail [2021-04-07T01:55:34.658Z] + snyk monitor '--org=edgex-jenkins' [2021-04-07T01:55:56.783Z] [2021-04-07T01:55:56.783Z] Monitoring /w/workspace/edgex-go/431 (github.com/edgexfoundry/edgex-go)... [2021-04-07T01:55:56.783Z] [2021-04-07T01:55:56.783Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/0a5bdb1b-8c58-4faa-986f-4b438cc6cbf3 [2021-04-07T01:55:56.783Z] [2021-04-07T01:55:56.783Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-07T01:55:56.783Z] [2021-04-07T01:55:58.176Z] [2021-04-07T01:55:58.176Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-07T01:55:58.176Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-07T01:55:58.192Z] $ docker stop --time=1 a9d9f16246e9dddf27390f1b70309d4af3065674ba7d871b6138ebaa24f742a7 [2021-04-07T01:56:01.308Z] $ docker rm -f a9d9f16246e9dddf27390f1b70309d4af3065674ba7d871b6138ebaa24f742a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-07T01:56:02.611Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T01:56:02.667Z] provisioning config files... [2021-04-07T01:56:02.682Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/431@tmp/config5653826171827724747tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:56:03.075Z] --> edgex-publish-swagger.sh [2021-04-07T01:56:03.075Z] === Publish openapi/v1 API === [2021-04-07T01:56:03.075Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-07T01:56:03.075Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/431/openapi/v1/core-command.yaml] [2021-04-07T01:56:03.075Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:03.075Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:04.023Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 11235 --:--:-- --:--:-- --:--:-- 11229 100 10522 0 0 100 10522 0 11232 --:--:-- --:--:-- --:--:-- 11229 [2021-04-07T01:56:04.023Z] [2021-04-07T01:56:04.023Z] [2021-04-07T01:56:04.023Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/431/openapi/v1/core-data.yaml] [2021-04-07T01:56:04.023Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:04.023Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:04.972Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 37402 --:--:-- --:--:-- --:--:-- 37378 100 32557 0 0 100 32557 0 37394 --:--:-- --:--:-- --:--:-- 37378 [2021-04-07T01:56:04.972Z] [2021-04-07T01:56:04.972Z] [2021-04-07T01:56:04.972Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/431/openapi/v1/core-metadata.yaml] [2021-04-07T01:56:04.972Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:04.972Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:05.920Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 77647 --:--:-- --:--:-- --:--:-- 77601 100 73721 0 0 100 73721 0 77630 --:--:-- --:--:-- --:--:-- 77601 [2021-04-07T01:56:05.920Z] [2021-04-07T01:56:05.920Z] [2021-04-07T01:56:05.920Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/431/openapi/v1/support-logging.yaml] [2021-04-07T01:56:05.920Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:05.920Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:06.869Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13575 0:00:01 0:00:01 --:--:-- 13581 100 13581 0 0 100 13581 0 13572 0:00:01 0:00:01 --:--:-- 13581 [2021-04-07T01:56:06.869Z] [2021-04-07T01:56:06.869Z] [2021-04-07T01:56:06.869Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/431/openapi/v1/support-notifications.yaml] [2021-04-07T01:56:06.869Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:06.869Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:07.822Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 38506 0:00:01 0:00:01 --:--:-- 38543 100 38890 0 0 100 38890 0 38498 0:00:01 0:00:01 --:--:-- 38543 [2021-04-07T01:56:07.822Z] [2021-04-07T01:56:07.822Z] [2021-04-07T01:56:07.822Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/431/openapi/v1/support-scheduler.yaml] [2021-04-07T01:56:07.822Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:07.822Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:08.770Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 16858 --:--:-- --:--:-- --:--:-- 16842 100 14249 0 0 100 14249 0 16851 --:--:-- --:--:-- --:--:-- 16842 [2021-04-07T01:56:08.770Z] [2021-04-07T01:56:08.770Z] [2021-04-07T01:56:08.770Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/431/openapi/v1/system-agent.yaml] [2021-04-07T01:56:08.770Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:08.770Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:09.719Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4837 --:--:-- --:--:-- --:--:-- 4840 [2021-04-07T01:56:09.719Z] [2021-04-07T01:56:09.719Z] [2021-04-07T01:56:09.719Z] === Publish openapi/v2 API === [2021-04-07T01:56:09.719Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-07T01:56:09.719Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/431/openapi/v2/core-command.yaml] [2021-04-07T01:56:09.719Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:09.719Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:10.670Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 30780 --:--:-- --:--:-- --:--:-- 30762 [2021-04-07T01:56:10.670Z] [2021-04-07T01:56:10.670Z] [2021-04-07T01:56:10.670Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/431/openapi/v2/core-data.yaml] [2021-04-07T01:56:10.670Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:10.670Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:11.615Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 64486 --:--:-- --:--:-- --:--:-- 64512 [2021-04-07T01:56:11.615Z] [2021-04-07T01:56:11.615Z] [2021-04-07T01:56:11.615Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/431/openapi/v2/core-metadata.yaml] [2021-04-07T01:56:11.615Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:11.615Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:12.562Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 114k 0:00:01 0:00:01 --:--:-- 114k [2021-04-07T01:56:12.562Z] [2021-04-07T01:56:12.562Z] [2021-04-07T01:56:12.562Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/431/openapi/v2/support-notifications.yaml] [2021-04-07T01:56:12.562Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:12.562Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:13.509Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75621 0 0 100 75621 0 76156 --:--:-- --:--:-- --:--:-- 76154 [2021-04-07T01:56:13.509Z] [2021-04-07T01:56:13.509Z] [2021-04-07T01:56:13.509Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/431/openapi/v2/support-scheduler.yaml] [2021-04-07T01:56:13.509Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:13.509Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:14.718Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37428 0 0 100 37428 0 35349 0:00:01 0:00:01 --:--:-- 35376 [2021-04-07T01:56:14.718Z] [2021-04-07T01:56:14.718Z] [2021-04-07T01:56:14.718Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/431/openapi/v2/system-agent.yaml] [2021-04-07T01:56:14.718Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T01:56:14.718Z] Dload Upload Total Spent Left Speed [2021-04-07T01:56:15.664Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 25081 --:--:-- --:--:-- --:--:-- 25069 [2021-04-07T01:56:15.665Z] [2021-04-07T01:56:15.665Z] [Pipeline] } [2021-04-07T01:56:15.676Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:56:16.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:56:16.570Z] . [Pipeline] withDockerContainer [2021-04-07T01:56:16.685Z] prd-centos7-docker-4c-2g-33092 does not seem to be running inside a container [2021-04-07T01:56:16.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T01:56:17.846Z] $ docker top 4ed4dca56539799d1bd260d11f9414780397d66b3c58ba3333685e85cced2ce2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T01:56:18.153Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:56:18.153Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:56:18.440Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:56:18.445Z] $ docker exec 4ed4dca56539799d1bd260d11f9414780397d66b3c58ba3333685e85cced2ce2 ssh-agent [2021-04-07T01:56:18.659Z] SSH_AUTH_SOCK=/tmp/ssh-OsXuI4GKvmSO/agent.11 [2021-04-07T01:56:18.659Z] SSH_AGENT_PID=16 [2021-04-07T01:56:18.671Z] Running ssh-add (command line suppressed) [2021-04-07T01:56:18.832Z] Identity added: /w/workspace/edgex-go/431@tmp/private_key_6673404081902851097.key (/w/workspace/edgex-go/431@tmp/private_key_6673404081902851097.key) [2021-04-07T01:56:18.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:56:19.242Z] + git semver tag [2021-04-07T01:56:19.815Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T01:56:19.815Z] # $GIT_DIR = /w/workspace/edgex-go/431/.git [2021-04-07T01:56:19.815Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/431 [2021-04-07T01:56:19.815Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T01:56:19.815Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T01:56:19.815Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T01:56:19.815Z] # $SEMVER_BRANCH = master [2021-04-07T01:56:19.815Z] # $SEMVER_DIR = /w/workspace/edgex-go/431/.semver [2021-04-07T01:56:19.815Z] # 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 HEAD [2021-04-07T01:56:20.078Z] # -> Force: false [2021-04-07T01:56:20.078Z] # c4db654dc9a9300e85dfb7975383939711113f41 refs/tags/v2.0.0-dev.163 [Pipeline] } [2021-04-07T01:56:20.092Z] $ docker exec --env ******** --env ******** 4ed4dca56539799d1bd260d11f9414780397d66b3c58ba3333685e85cced2ce2 ssh-agent -k [2021-04-07T01:56:20.229Z] unset SSH_AUTH_SOCK; [2021-04-07T01:56:20.229Z] unset SSH_AGENT_PID; [2021-04-07T01:56:20.229Z] echo Agent pid 16 killed; [2021-04-07T01:56:20.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T01:56:20.758Z] + git semver [Pipeline] } [2021-04-07T01:56:20.776Z] $ docker stop --time=1 4ed4dca56539799d1bd260d11f9414780397d66b3c58ba3333685e85cced2ce2 [2021-04-07T01:56:22.183Z] $ docker rm -f 4ed4dca56539799d1bd260d11f9414780397d66b3c58ba3333685e85cced2ce2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:56:23.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T01:56:23.295Z] [2021-04-07T01:56:23.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:56:23.641Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T01:56:23.642Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-07T01:56:23.642Z] ab5ef0e58194: Pulling fs layer [2021-04-07T01:56:23.642Z] 9712f1f96733: Pulling fs layer [2021-04-07T01:56:23.642Z] 63f879dbbcfc: Pulling fs layer [2021-04-07T01:56:23.642Z] 0d9ebad4ef96: Pulling fs layer [2021-04-07T01:56:23.642Z] e9a5061849ea: Pulling fs layer [2021-04-07T01:56:23.642Z] d747dcd14b5f: Pulling fs layer [2021-04-07T01:56:23.642Z] 2de7ff778b66: Pulling fs layer [2021-04-07T01:56:23.642Z] e9a5061849ea: Waiting [2021-04-07T01:56:23.642Z] d747dcd14b5f: Waiting [2021-04-07T01:56:23.642Z] 2de7ff778b66: Waiting [2021-04-07T01:56:23.642Z] 0d9ebad4ef96: Waiting [2021-04-07T01:56:23.642Z] 9712f1f96733: Verifying Checksum [2021-04-07T01:56:23.642Z] 9712f1f96733: Download complete [2021-04-07T01:56:25.567Z] 63f879dbbcfc: Verifying Checksum [2021-04-07T01:56:25.567Z] 63f879dbbcfc: Download complete [2021-04-07T01:56:25.567Z] e9a5061849ea: Verifying Checksum [2021-04-07T01:56:25.567Z] e9a5061849ea: Download complete [2021-04-07T01:56:25.567Z] d747dcd14b5f: Verifying Checksum [2021-04-07T01:56:25.567Z] d747dcd14b5f: Download complete [2021-04-07T01:56:25.837Z] 0d9ebad4ef96: Verifying Checksum [2021-04-07T01:56:25.837Z] 0d9ebad4ef96: Download complete [2021-04-07T01:56:26.100Z] 2de7ff778b66: Verifying Checksum [2021-04-07T01:56:26.100Z] 2de7ff778b66: Download complete [2021-04-07T01:56:26.363Z] ab5ef0e58194: Verifying Checksum [2021-04-07T01:56:26.363Z] ab5ef0e58194: Download complete [2021-04-07T01:56:31.704Z] ab5ef0e58194: Pull complete [2021-04-07T01:56:31.704Z] 9712f1f96733: Pull complete [2021-04-07T01:56:33.638Z] 63f879dbbcfc: Pull complete [2021-04-07T01:56:41.813Z] 0d9ebad4ef96: Pull complete [2021-04-07T01:56:43.747Z] e9a5061849ea: Pull complete [2021-04-07T01:56:43.747Z] d747dcd14b5f: Pull complete [2021-04-07T01:56:47.230Z] 2de7ff778b66: Pull complete [2021-04-07T01:56:47.230Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-07T01:56:47.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T01:56:47.230Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-07T01:56:47.457Z] prd-centos7-docker-4c-2g-33092 does not seem to be running inside a container [2021-04-07T01:56:47.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-07T01:56:50.325Z] $ docker top f6f81d4eb32ed1e00aa89cde93f0c9a806853d9898c070f32a8769697a37164f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-07T01:56:50.678Z] provisioning config files... [2021-04-07T01:56:50.689Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/431@tmp/config8998224883955899031tmp [2021-04-07T01:56:50.705Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/431@tmp/config1817889866973778375tmp [2021-04-07T01:56:50.721Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/431@tmp/config7137932738309545647tmp [Pipeline] { [Pipeline] echo [2021-04-07T01:56:50.830Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:56:51.129Z] ---> sigul-configuration.sh [2021-04-07T01:56:51.129Z] gpg: directory `/root/.gnupg' created [2021-04-07T01:56:51.129Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-07T01:56:51.129Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-07T01:56:51.129Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-07T01:56:51.129Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-07T01:56:51.129Z] gpg: CAST5 encrypted data [2021-04-07T01:56:51.391Z] gpg: encrypted with 1 passphrase [2021-04-07T01:56:51.391Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-07T01:56:51.690Z] + mkdir /home/jenkins [2021-04-07T01:56:51.690Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-07T01:56:51.989Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-07T01:56:52.000Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:56:52.296Z] ---> sigul-install.sh [2021-04-07T01:57:00.450Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-07T01:57:00.752Z] + git tag --list [2021-04-07T01:57:00.752Z] 0.6.0 [2021-04-07T01:57:00.752Z] 0.6.1 [2021-04-07T01:57:00.752Z] 0.7.0 [2021-04-07T01:57:00.752Z] 0.7.1 [2021-04-07T01:57:00.752Z] v0.0.0 [2021-04-07T01:57:00.752Z] v0.0.1-dev.1 [2021-04-07T01:57:00.752Z] v1.0.0 [2021-04-07T01:57:00.752Z] v1.0.1 [2021-04-07T01:57:00.752Z] v1.1.0 [2021-04-07T01:57:00.752Z] v1.2.0 [2021-04-07T01:57:00.752Z] v1.2.1 [2021-04-07T01:57:00.752Z] v1.2.2-dev.1 [2021-04-07T01:57:00.752Z] v1.2.2-dev.10 [2021-04-07T01:57:00.752Z] v1.2.2-dev.100 [2021-04-07T01:57:00.752Z] v1.2.2-dev.101 [2021-04-07T01:57:00.752Z] v1.2.2-dev.102 [2021-04-07T01:57:00.752Z] v1.2.2-dev.103 [2021-04-07T01:57:00.752Z] v1.2.2-dev.104 [2021-04-07T01:57:00.752Z] v1.2.2-dev.105 [2021-04-07T01:57:00.752Z] v1.2.2-dev.106 [2021-04-07T01:57:00.752Z] v1.2.2-dev.107 [2021-04-07T01:57:00.752Z] v1.2.2-dev.11 [2021-04-07T01:57:00.752Z] v1.2.2-dev.12 [2021-04-07T01:57:00.752Z] v1.2.2-dev.13 [2021-04-07T01:57:00.752Z] v1.2.2-dev.14 [2021-04-07T01:57:00.752Z] v1.2.2-dev.15 [2021-04-07T01:57:00.752Z] v1.2.2-dev.16 [2021-04-07T01:57:00.752Z] v1.2.2-dev.17 [2021-04-07T01:57:00.752Z] v1.2.2-dev.18 [2021-04-07T01:57:00.752Z] v1.2.2-dev.19 [2021-04-07T01:57:00.752Z] v1.2.2-dev.2 [2021-04-07T01:57:00.752Z] v1.2.2-dev.20 [2021-04-07T01:57:00.752Z] v1.2.2-dev.21 [2021-04-07T01:57:00.752Z] v1.2.2-dev.22 [2021-04-07T01:57:00.752Z] v1.2.2-dev.23 [2021-04-07T01:57:00.752Z] v1.2.2-dev.24 [2021-04-07T01:57:00.752Z] v1.2.2-dev.25 [2021-04-07T01:57:00.752Z] v1.2.2-dev.26 [2021-04-07T01:57:00.752Z] v1.2.2-dev.27 [2021-04-07T01:57:00.752Z] v1.2.2-dev.28 [2021-04-07T01:57:00.752Z] v1.2.2-dev.29 [2021-04-07T01:57:00.752Z] v1.2.2-dev.3 [2021-04-07T01:57:00.752Z] v1.2.2-dev.30 [2021-04-07T01:57:00.752Z] v1.2.2-dev.31 [2021-04-07T01:57:00.752Z] v1.2.2-dev.32 [2021-04-07T01:57:00.752Z] v1.2.2-dev.33 [2021-04-07T01:57:00.752Z] v1.2.2-dev.34 [2021-04-07T01:57:00.752Z] v1.2.2-dev.35 [2021-04-07T01:57:00.752Z] v1.2.2-dev.36 [2021-04-07T01:57:00.752Z] v1.2.2-dev.37 [2021-04-07T01:57:00.752Z] v1.2.2-dev.38 [2021-04-07T01:57:00.752Z] v1.2.2-dev.39 [2021-04-07T01:57:00.752Z] v1.2.2-dev.4 [2021-04-07T01:57:00.752Z] v1.2.2-dev.40 [2021-04-07T01:57:00.752Z] v1.2.2-dev.41 [2021-04-07T01:57:00.752Z] v1.2.2-dev.42 [2021-04-07T01:57:00.752Z] v1.2.2-dev.43 [2021-04-07T01:57:00.752Z] v1.2.2-dev.44 [2021-04-07T01:57:00.752Z] v1.2.2-dev.45 [2021-04-07T01:57:00.752Z] v1.2.2-dev.46 [2021-04-07T01:57:00.752Z] v1.2.2-dev.47 [2021-04-07T01:57:00.752Z] v1.2.2-dev.48 [2021-04-07T01:57:00.752Z] v1.2.2-dev.49 [2021-04-07T01:57:00.752Z] v1.2.2-dev.5 [2021-04-07T01:57:00.752Z] v1.2.2-dev.50 [2021-04-07T01:57:00.752Z] v1.2.2-dev.51 [2021-04-07T01:57:00.752Z] v1.2.2-dev.52 [2021-04-07T01:57:00.752Z] v1.2.2-dev.53 [2021-04-07T01:57:00.752Z] v1.2.2-dev.54 [2021-04-07T01:57:00.752Z] v1.2.2-dev.55 [2021-04-07T01:57:00.752Z] v1.2.2-dev.56 [2021-04-07T01:57:00.752Z] v1.2.2-dev.57 [2021-04-07T01:57:00.752Z] v1.2.2-dev.58 [2021-04-07T01:57:00.752Z] v1.2.2-dev.59 [2021-04-07T01:57:00.752Z] v1.2.2-dev.6 [2021-04-07T01:57:00.752Z] v1.2.2-dev.60 [2021-04-07T01:57:00.752Z] v1.2.2-dev.61 [2021-04-07T01:57:00.752Z] v1.2.2-dev.62 [2021-04-07T01:57:00.752Z] v1.2.2-dev.63 [2021-04-07T01:57:00.752Z] v1.2.2-dev.64 [2021-04-07T01:57:00.752Z] v1.2.2-dev.65 [2021-04-07T01:57:00.752Z] v1.2.2-dev.66 [2021-04-07T01:57:00.752Z] v1.2.2-dev.67 [2021-04-07T01:57:00.752Z] v1.2.2-dev.68 [2021-04-07T01:57:00.752Z] v1.2.2-dev.69 [2021-04-07T01:57:00.752Z] v1.2.2-dev.7 [2021-04-07T01:57:00.752Z] v1.2.2-dev.70 [2021-04-07T01:57:00.752Z] v1.2.2-dev.71 [2021-04-07T01:57:00.752Z] v1.2.2-dev.72 [2021-04-07T01:57:00.752Z] v1.2.2-dev.73 [2021-04-07T01:57:00.752Z] v1.2.2-dev.74 [2021-04-07T01:57:00.752Z] v1.2.2-dev.75 [2021-04-07T01:57:00.752Z] v1.2.2-dev.76 [2021-04-07T01:57:00.752Z] v1.2.2-dev.77 [2021-04-07T01:57:00.752Z] v1.2.2-dev.78 [2021-04-07T01:57:00.752Z] v1.2.2-dev.79 [2021-04-07T01:57:00.752Z] v1.2.2-dev.8 [2021-04-07T01:57:00.752Z] v1.2.2-dev.80 [2021-04-07T01:57:00.752Z] v1.2.2-dev.81 [2021-04-07T01:57:00.752Z] v1.2.2-dev.82 [2021-04-07T01:57:00.752Z] v1.2.2-dev.83 [2021-04-07T01:57:00.752Z] v1.2.2-dev.84 [2021-04-07T01:57:00.752Z] v1.2.2-dev.85 [2021-04-07T01:57:00.752Z] v1.2.2-dev.86 [2021-04-07T01:57:00.752Z] v1.2.2-dev.87 [2021-04-07T01:57:00.752Z] v1.2.2-dev.88 [2021-04-07T01:57:00.752Z] v1.2.2-dev.89 [2021-04-07T01:57:00.752Z] v1.2.2-dev.9 [2021-04-07T01:57:00.752Z] v1.2.2-dev.90 [2021-04-07T01:57:00.752Z] v1.2.2-dev.91 [2021-04-07T01:57:00.752Z] v1.2.2-dev.92 [2021-04-07T01:57:00.752Z] v1.2.2-dev.93 [2021-04-07T01:57:00.752Z] v1.2.2-dev.94 [2021-04-07T01:57:00.752Z] v1.2.2-dev.95 [2021-04-07T01:57:00.752Z] v1.2.2-dev.96 [2021-04-07T01:57:00.752Z] v1.2.2-dev.97 [2021-04-07T01:57:00.752Z] v1.2.2-dev.98 [2021-04-07T01:57:00.752Z] v1.2.2-dev.99 [2021-04-07T01:57:00.752Z] v1.3.0 [2021-04-07T01:57:00.752Z] v1.3.1 [2021-04-07T01:57:00.752Z] v1.3.1-dev.1 [2021-04-07T01:57:00.752Z] v1.3.1-dev.10 [2021-04-07T01:57:00.752Z] v1.3.1-dev.11 [2021-04-07T01:57:00.752Z] v1.3.1-dev.12 [2021-04-07T01:57:00.752Z] v1.3.1-dev.13 [2021-04-07T01:57:00.752Z] v1.3.1-dev.14 [2021-04-07T01:57:00.752Z] v1.3.1-dev.15 [2021-04-07T01:57:00.752Z] v1.3.1-dev.16 [2021-04-07T01:57:00.752Z] v1.3.1-dev.17 [2021-04-07T01:57:00.752Z] v1.3.1-dev.18 [2021-04-07T01:57:00.752Z] v1.3.1-dev.2 [2021-04-07T01:57:00.752Z] v1.3.1-dev.3 [2021-04-07T01:57:00.752Z] v1.3.1-dev.4 [2021-04-07T01:57:00.752Z] v1.3.1-dev.5 [2021-04-07T01:57:00.752Z] v1.3.1-dev.6 [2021-04-07T01:57:00.752Z] v1.3.1-dev.7 [2021-04-07T01:57:00.752Z] v1.3.1-dev.8 [2021-04-07T01:57:00.752Z] v1.3.1-dev.9 [2021-04-07T01:57:00.752Z] v2.0.0-dev.1 [2021-04-07T01:57:00.752Z] v2.0.0-dev.10 [2021-04-07T01:57:00.752Z] v2.0.0-dev.100 [2021-04-07T01:57:00.752Z] v2.0.0-dev.101 [2021-04-07T01:57:00.752Z] v2.0.0-dev.102 [2021-04-07T01:57:00.752Z] v2.0.0-dev.103 [2021-04-07T01:57:00.752Z] v2.0.0-dev.104 [2021-04-07T01:57:00.752Z] v2.0.0-dev.105 [2021-04-07T01:57:00.752Z] v2.0.0-dev.106 [2021-04-07T01:57:00.752Z] v2.0.0-dev.107 [2021-04-07T01:57:00.752Z] v2.0.0-dev.108 [2021-04-07T01:57:00.752Z] v2.0.0-dev.109 [2021-04-07T01:57:00.752Z] v2.0.0-dev.11 [2021-04-07T01:57:00.752Z] v2.0.0-dev.110 [2021-04-07T01:57:00.752Z] v2.0.0-dev.111 [2021-04-07T01:57:00.752Z] v2.0.0-dev.112 [2021-04-07T01:57:00.752Z] v2.0.0-dev.113 [2021-04-07T01:57:00.752Z] v2.0.0-dev.114 [2021-04-07T01:57:00.752Z] v2.0.0-dev.115 [2021-04-07T01:57:00.752Z] v2.0.0-dev.116 [2021-04-07T01:57:00.752Z] v2.0.0-dev.117 [2021-04-07T01:57:00.752Z] v2.0.0-dev.118 [2021-04-07T01:57:00.752Z] v2.0.0-dev.119 [2021-04-07T01:57:00.752Z] v2.0.0-dev.12 [2021-04-07T01:57:00.752Z] v2.0.0-dev.120 [2021-04-07T01:57:00.752Z] v2.0.0-dev.121 [2021-04-07T01:57:00.752Z] v2.0.0-dev.122 [2021-04-07T01:57:00.752Z] v2.0.0-dev.123 [2021-04-07T01:57:00.752Z] v2.0.0-dev.124 [2021-04-07T01:57:00.752Z] v2.0.0-dev.125 [2021-04-07T01:57:00.752Z] v2.0.0-dev.126 [2021-04-07T01:57:00.752Z] v2.0.0-dev.127 [2021-04-07T01:57:00.752Z] v2.0.0-dev.128 [2021-04-07T01:57:00.752Z] v2.0.0-dev.129 [2021-04-07T01:57:00.752Z] v2.0.0-dev.13 [2021-04-07T01:57:00.752Z] v2.0.0-dev.130 [2021-04-07T01:57:00.752Z] v2.0.0-dev.131 [2021-04-07T01:57:00.752Z] v2.0.0-dev.132 [2021-04-07T01:57:00.752Z] v2.0.0-dev.133 [2021-04-07T01:57:00.752Z] v2.0.0-dev.134 [2021-04-07T01:57:00.752Z] v2.0.0-dev.135 [2021-04-07T01:57:00.752Z] v2.0.0-dev.136 [2021-04-07T01:57:00.752Z] v2.0.0-dev.137 [2021-04-07T01:57:00.752Z] v2.0.0-dev.138 [2021-04-07T01:57:00.752Z] v2.0.0-dev.139 [2021-04-07T01:57:00.752Z] v2.0.0-dev.14 [2021-04-07T01:57:00.752Z] v2.0.0-dev.140 [2021-04-07T01:57:00.752Z] v2.0.0-dev.141 [2021-04-07T01:57:00.752Z] v2.0.0-dev.142 [2021-04-07T01:57:00.752Z] v2.0.0-dev.143 [2021-04-07T01:57:00.752Z] v2.0.0-dev.144 [2021-04-07T01:57:00.752Z] v2.0.0-dev.145 [2021-04-07T01:57:00.752Z] v2.0.0-dev.146 [2021-04-07T01:57:00.752Z] v2.0.0-dev.147 [2021-04-07T01:57:00.752Z] v2.0.0-dev.148 [2021-04-07T01:57:00.752Z] v2.0.0-dev.149 [2021-04-07T01:57:00.752Z] v2.0.0-dev.15 [2021-04-07T01:57:00.752Z] v2.0.0-dev.150 [2021-04-07T01:57:00.752Z] v2.0.0-dev.151 [2021-04-07T01:57:00.752Z] v2.0.0-dev.152 [2021-04-07T01:57:00.752Z] v2.0.0-dev.153 [2021-04-07T01:57:00.752Z] v2.0.0-dev.154 [2021-04-07T01:57:00.752Z] v2.0.0-dev.155 [2021-04-07T01:57:00.752Z] v2.0.0-dev.156 [2021-04-07T01:57:00.752Z] v2.0.0-dev.157 [2021-04-07T01:57:00.752Z] v2.0.0-dev.158 [2021-04-07T01:57:00.752Z] v2.0.0-dev.159 [2021-04-07T01:57:00.752Z] v2.0.0-dev.16 [2021-04-07T01:57:00.752Z] v2.0.0-dev.160 [2021-04-07T01:57:00.752Z] v2.0.0-dev.161 [2021-04-07T01:57:00.752Z] v2.0.0-dev.162 [2021-04-07T01:57:00.752Z] v2.0.0-dev.163 [2021-04-07T01:57:00.752Z] v2.0.0-dev.17 [2021-04-07T01:57:00.752Z] v2.0.0-dev.18 [2021-04-07T01:57:00.752Z] v2.0.0-dev.19 [2021-04-07T01:57:00.752Z] v2.0.0-dev.2 [2021-04-07T01:57:00.752Z] v2.0.0-dev.20 [2021-04-07T01:57:00.752Z] v2.0.0-dev.21 [2021-04-07T01:57:00.752Z] v2.0.0-dev.22 [2021-04-07T01:57:00.752Z] v2.0.0-dev.23 [2021-04-07T01:57:00.752Z] v2.0.0-dev.24 [2021-04-07T01:57:00.752Z] v2.0.0-dev.25 [2021-04-07T01:57:00.752Z] v2.0.0-dev.26 [2021-04-07T01:57:00.752Z] v2.0.0-dev.27 [2021-04-07T01:57:00.752Z] v2.0.0-dev.28 [2021-04-07T01:57:00.752Z] v2.0.0-dev.29 [2021-04-07T01:57:00.752Z] v2.0.0-dev.3 [2021-04-07T01:57:00.752Z] v2.0.0-dev.30 [2021-04-07T01:57:00.752Z] v2.0.0-dev.31 [2021-04-07T01:57:00.752Z] v2.0.0-dev.32 [2021-04-07T01:57:00.752Z] v2.0.0-dev.33 [2021-04-07T01:57:00.752Z] v2.0.0-dev.34 [2021-04-07T01:57:00.752Z] v2.0.0-dev.35 [2021-04-07T01:57:00.752Z] v2.0.0-dev.36 [2021-04-07T01:57:00.752Z] v2.0.0-dev.37 [2021-04-07T01:57:00.752Z] v2.0.0-dev.38 [2021-04-07T01:57:00.752Z] v2.0.0-dev.39 [2021-04-07T01:57:00.752Z] v2.0.0-dev.4 [2021-04-07T01:57:00.752Z] v2.0.0-dev.40 [2021-04-07T01:57:00.752Z] v2.0.0-dev.41 [2021-04-07T01:57:00.752Z] v2.0.0-dev.42 [2021-04-07T01:57:00.752Z] v2.0.0-dev.43 [2021-04-07T01:57:00.752Z] v2.0.0-dev.44 [2021-04-07T01:57:00.752Z] v2.0.0-dev.45 [2021-04-07T01:57:00.752Z] v2.0.0-dev.46 [2021-04-07T01:57:00.752Z] v2.0.0-dev.47 [2021-04-07T01:57:00.752Z] v2.0.0-dev.48 [2021-04-07T01:57:00.752Z] v2.0.0-dev.49 [2021-04-07T01:57:00.752Z] v2.0.0-dev.5 [2021-04-07T01:57:00.752Z] v2.0.0-dev.50 [2021-04-07T01:57:00.752Z] v2.0.0-dev.51 [2021-04-07T01:57:00.752Z] v2.0.0-dev.52 [2021-04-07T01:57:00.752Z] v2.0.0-dev.53 [2021-04-07T01:57:00.752Z] v2.0.0-dev.54 [2021-04-07T01:57:00.752Z] v2.0.0-dev.55 [2021-04-07T01:57:00.752Z] v2.0.0-dev.56 [2021-04-07T01:57:00.752Z] v2.0.0-dev.57 [2021-04-07T01:57:00.752Z] v2.0.0-dev.58 [2021-04-07T01:57:00.752Z] v2.0.0-dev.59 [2021-04-07T01:57:00.752Z] v2.0.0-dev.6 [2021-04-07T01:57:00.752Z] v2.0.0-dev.60 [2021-04-07T01:57:00.752Z] v2.0.0-dev.61 [2021-04-07T01:57:00.752Z] v2.0.0-dev.62 [2021-04-07T01:57:00.752Z] v2.0.0-dev.63 [2021-04-07T01:57:00.752Z] v2.0.0-dev.64 [2021-04-07T01:57:00.752Z] v2.0.0-dev.65 [2021-04-07T01:57:00.752Z] v2.0.0-dev.66 [2021-04-07T01:57:00.752Z] v2.0.0-dev.67 [2021-04-07T01:57:00.752Z] v2.0.0-dev.68 [2021-04-07T01:57:00.752Z] v2.0.0-dev.69 [2021-04-07T01:57:00.752Z] v2.0.0-dev.7 [2021-04-07T01:57:00.752Z] v2.0.0-dev.70 [2021-04-07T01:57:00.752Z] v2.0.0-dev.71 [2021-04-07T01:57:00.752Z] v2.0.0-dev.72 [2021-04-07T01:57:00.752Z] v2.0.0-dev.73 [2021-04-07T01:57:00.752Z] v2.0.0-dev.74 [2021-04-07T01:57:00.752Z] v2.0.0-dev.75 [2021-04-07T01:57:00.752Z] v2.0.0-dev.76 [2021-04-07T01:57:00.752Z] v2.0.0-dev.77 [2021-04-07T01:57:00.752Z] v2.0.0-dev.78 [2021-04-07T01:57:00.753Z] v2.0.0-dev.79 [2021-04-07T01:57:00.753Z] v2.0.0-dev.8 [2021-04-07T01:57:00.753Z] v2.0.0-dev.80 [2021-04-07T01:57:00.753Z] v2.0.0-dev.81 [2021-04-07T01:57:00.753Z] v2.0.0-dev.82 [2021-04-07T01:57:00.753Z] v2.0.0-dev.83 [2021-04-07T01:57:00.753Z] v2.0.0-dev.84 [2021-04-07T01:57:00.753Z] v2.0.0-dev.85 [2021-04-07T01:57:00.753Z] v2.0.0-dev.86 [2021-04-07T01:57:00.753Z] v2.0.0-dev.87 [2021-04-07T01:57:00.753Z] v2.0.0-dev.88 [2021-04-07T01:57:00.753Z] v2.0.0-dev.89 [2021-04-07T01:57:00.753Z] v2.0.0-dev.9 [2021-04-07T01:57:00.753Z] v2.0.0-dev.90 [2021-04-07T01:57:00.753Z] v2.0.0-dev.91 [2021-04-07T01:57:00.753Z] v2.0.0-dev.92 [2021-04-07T01:57:00.753Z] v2.0.0-dev.93 [2021-04-07T01:57:00.753Z] v2.0.0-dev.94 [2021-04-07T01:57:00.753Z] v2.0.0-dev.95 [2021-04-07T01:57:00.753Z] v2.0.0-dev.96 [2021-04-07T01:57:00.753Z] v2.0.0-dev.97 [2021-04-07T01:57:00.753Z] v2.0.0-dev.98 [2021-04-07T01:57:00.753Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-07T01:57:01.053Z] + lftools sign git-tag v2.0.0-dev.163 [2021-04-07T01:57:02.447Z] Signing Git tag with Sigul... [2021-04-07T01:57:02.447Z] Signing v2.0.0-dev.163 [Pipeline] echo [2021-04-07T01:57:03.849Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:57:04.154Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-07T01:57:04.163Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-07T01:57:04.261Z] $ docker stop --time=1 f6f81d4eb32ed1e00aa89cde93f0c9a806853d9898c070f32a8769697a37164f [2021-04-07T01:57:06.427Z] $ docker rm -f f6f81d4eb32ed1e00aa89cde93f0c9a806853d9898c070f32a8769697a37164f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:57:07.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:57:07.338Z] . [Pipeline] withDockerContainer [2021-04-07T01:57:07.457Z] prd-centos7-docker-4c-2g-33092 does not seem to be running inside a container [2021-04-07T01:57:07.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T01:57:08.468Z] $ docker top ae94931a55f5bf1fb387a1b2c00fccdf5e74d67565512629bbeb5022a7badba2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T01:57:08.863Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:57:08.864Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:57:09.149Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:57:09.154Z] $ docker exec ae94931a55f5bf1fb387a1b2c00fccdf5e74d67565512629bbeb5022a7badba2 ssh-agent [2021-04-07T01:57:09.361Z] SSH_AUTH_SOCK=/tmp/ssh-LfeScuKtS22h/agent.11 [2021-04-07T01:57:09.361Z] SSH_AGENT_PID=17 [2021-04-07T01:57:09.370Z] Running ssh-add (command line suppressed) [2021-04-07T01:57:09.512Z] Identity added: /w/workspace/edgex-go/431@tmp/private_key_8192953718503226319.key (/w/workspace/edgex-go/431@tmp/private_key_8192953718503226319.key) [2021-04-07T01:57:09.591Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:57:09.932Z] + git semver bump pre [2021-04-07T01:57:09.932Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T01:57:09.932Z] # $GIT_DIR = /w/workspace/edgex-go/431/.git [2021-04-07T01:57:09.932Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/431 [2021-04-07T01:57:09.932Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T01:57:09.932Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T01:57:09.932Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T01:57:09.932Z] # $SEMVER_BRANCH = master [2021-04-07T01:57:09.932Z] # $SEMVER_DIR = /w/workspace/edgex-go/431/.semver [2021-04-07T01:57:09.932Z] 2.0.0-dev.164 [Pipeline] } [2021-04-07T01:57:09.946Z] $ docker exec --env ******** --env ******** ae94931a55f5bf1fb387a1b2c00fccdf5e74d67565512629bbeb5022a7badba2 ssh-agent -k [2021-04-07T01:57:10.102Z] unset SSH_AUTH_SOCK; [2021-04-07T01:57:10.102Z] unset SSH_AGENT_PID; [2021-04-07T01:57:10.102Z] echo Agent pid 17 killed; [2021-04-07T01:57:10.172Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T01:57:10.641Z] + git semver [Pipeline] } [2021-04-07T01:57:10.659Z] $ docker stop --time=1 ae94931a55f5bf1fb387a1b2c00fccdf5e74d67565512629bbeb5022a7badba2 [2021-04-07T01:57:12.032Z] $ docker rm -f ae94931a55f5bf1fb387a1b2c00fccdf5e74d67565512629bbeb5022a7badba2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:57:12.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T01:57:12.574Z] . [Pipeline] withDockerContainer [2021-04-07T01:57:12.695Z] prd-centos7-docker-4c-2g-33092 does not seem to be running inside a container [2021-04-07T01:57:12.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T01:57:13.483Z] $ docker top 3cdcd02e46cf7920c69f19e382bc0c5f5cb774dceedf2a61cc20e78cc7e4e756 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T01:57:13.789Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T01:57:13.790Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T01:57:13.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T01:57:13.998Z] $ docker exec 3cdcd02e46cf7920c69f19e382bc0c5f5cb774dceedf2a61cc20e78cc7e4e756 ssh-agent [2021-04-07T01:57:14.195Z] SSH_AUTH_SOCK=/tmp/ssh-RE6uJXF5MK5J/agent.12 [2021-04-07T01:57:14.195Z] SSH_AGENT_PID=18 [2021-04-07T01:57:14.203Z] Running ssh-add (command line suppressed) [2021-04-07T01:57:14.356Z] Identity added: /w/workspace/edgex-go/431@tmp/private_key_981289760778849297.key (/w/workspace/edgex-go/431@tmp/private_key_981289760778849297.key) [2021-04-07T01:57:14.429Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T01:57:14.811Z] + git semver push [2021-04-07T01:57:14.811Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T01:57:14.811Z] # $GIT_DIR = /w/workspace/edgex-go/431/.git [2021-04-07T01:57:14.811Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/431 [2021-04-07T01:57:14.811Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T01:57:14.811Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T01:57:14.811Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T01:57:14.811Z] # $SEMVER_BRANCH = master [2021-04-07T01:57:14.811Z] # $SEMVER_DIR = /w/workspace/edgex-go/431/.semver [Pipeline] } [2021-04-07T01:57:22.982Z] $ docker exec --env ******** --env ******** 3cdcd02e46cf7920c69f19e382bc0c5f5cb774dceedf2a61cc20e78cc7e4e756 ssh-agent -k [2021-04-07T01:57:23.166Z] unset SSH_AUTH_SOCK; [2021-04-07T01:57:23.166Z] unset SSH_AGENT_PID; [2021-04-07T01:57:23.166Z] echo Agent pid 18 killed; [2021-04-07T01:57:23.252Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T01:57:23.781Z] + git semver [Pipeline] } [2021-04-07T01:57:23.798Z] $ docker stop --time=1 3cdcd02e46cf7920c69f19e382bc0c5f5cb774dceedf2a61cc20e78cc7e4e756 [2021-04-07T01:57:25.180Z] $ docker rm -f 3cdcd02e46cf7920c69f19e382bc0c5f5cb774dceedf2a61cc20e78cc7e4e756 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:57:26.231Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:57:27.110Z] ---> package-listing.sh [2021-04-07T01:57:27.110Z] ++ facter osfamily [2021-04-07T01:57:27.110Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-07T01:57:27.110Z] + OS_FAMILY=redhat [2021-04-07T01:57:27.110Z] + workspace=/w/workspace/edgex-go/431 [2021-04-07T01:57:27.110Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-07T01:57:27.110Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-07T01:57:27.110Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-07T01:57:27.110Z] + PACKAGES=/tmp/packages_start.txt [2021-04-07T01:57:27.110Z] + '[' /w/workspace/edgex-go/431 ']' [2021-04-07T01:57:27.110Z] + PACKAGES=/tmp/packages_end.txt [2021-04-07T01:57:27.110Z] + case "${OS_FAMILY}" in [2021-04-07T01:57:27.110Z] + rpm -qa [2021-04-07T01:57:27.110Z] + sort [2021-04-07T01:57:32.501Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-07T01:57:32.501Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-07T01:57:32.501Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-07T01:57:32.501Z] + '[' /w/workspace/edgex-go/431 ']' [2021-04-07T01:57:32.502Z] + mkdir -p /w/workspace/edgex-go/431/archives/ [2021-04-07T01:57:32.502Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/431/archives/ [Pipeline] echo [2021-04-07T01:57:32.519Z] 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/431/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-07T01:57:32.814Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:57:33.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T01:57:33.121Z] [2021-04-07T01:57:33.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-07T01:57:33.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T01:57:33.479Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-07T01:57:33.479Z] df20fa9351a1: Pulling fs layer [2021-04-07T01:57:33.479Z] 36b3adc4ff6f: Pulling fs layer [2021-04-07T01:57:33.479Z] 8ad3a11d3b57: Pulling fs layer [2021-04-07T01:57:33.479Z] 46f8f816bc3b: Pulling fs layer [2021-04-07T01:57:33.479Z] 93b61091891f: Pulling fs layer [2021-04-07T01:57:33.479Z] 93b9cdb0e59b: Pulling fs layer [2021-04-07T01:57:33.479Z] 5e14af77c1be: Pulling fs layer [2021-04-07T01:57:33.479Z] 01666e4c0597: Pulling fs layer [2021-04-07T01:57:33.479Z] aa168da1d23b: Pulling fs layer [2021-04-07T01:57:33.479Z] 93b9cdb0e59b: Waiting [2021-04-07T01:57:33.479Z] 5e14af77c1be: Waiting [2021-04-07T01:57:33.479Z] 01666e4c0597: Waiting [2021-04-07T01:57:33.479Z] aa168da1d23b: Waiting [2021-04-07T01:57:33.479Z] 46f8f816bc3b: Waiting [2021-04-07T01:57:33.479Z] 93b61091891f: Waiting [2021-04-07T01:57:33.479Z] 36b3adc4ff6f: Verifying Checksum [2021-04-07T01:57:33.479Z] 36b3adc4ff6f: Download complete [2021-04-07T01:57:33.479Z] 46f8f816bc3b: Verifying Checksum [2021-04-07T01:57:33.479Z] 46f8f816bc3b: Download complete [2021-04-07T01:57:33.479Z] df20fa9351a1: Verifying Checksum [2021-04-07T01:57:33.479Z] df20fa9351a1: Download complete [2021-04-07T01:57:33.742Z] 93b9cdb0e59b: Verifying Checksum [2021-04-07T01:57:33.742Z] 93b9cdb0e59b: Download complete [2021-04-07T01:57:33.742Z] 93b61091891f: Verifying Checksum [2021-04-07T01:57:33.742Z] 93b61091891f: Download complete [2021-04-07T01:57:33.742Z] 01666e4c0597: Download complete [2021-04-07T01:57:33.742Z] 5e14af77c1be: Verifying Checksum [2021-04-07T01:57:33.742Z] 5e14af77c1be: Download complete [2021-04-07T01:57:33.742Z] 8ad3a11d3b57: Verifying Checksum [2021-04-07T01:57:33.742Z] 8ad3a11d3b57: Download complete [2021-04-07T01:57:34.007Z] df20fa9351a1: Pull complete [2021-04-07T01:57:34.272Z] 36b3adc4ff6f: Pull complete [2021-04-07T01:57:35.677Z] 8ad3a11d3b57: Pull complete [2021-04-07T01:57:35.941Z] aa168da1d23b: Verifying Checksum [2021-04-07T01:57:35.941Z] aa168da1d23b: Download complete [2021-04-07T01:57:36.203Z] 46f8f816bc3b: Pull complete [2021-04-07T01:57:36.779Z] 93b61091891f: Pull complete [2021-04-07T01:57:36.780Z] 93b9cdb0e59b: Pull complete [2021-04-07T01:57:36.780Z] 5e14af77c1be: Pull complete [2021-04-07T01:57:37.042Z] 01666e4c0597: Pull complete [2021-04-07T01:57:45.232Z] aa168da1d23b: Pull complete [2021-04-07T01:57:45.232Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-07T01:57:45.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T01:57:45.232Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-07T01:57:45.440Z] prd-centos7-docker-4c-2g-33092 does not seem to be running inside a container [2021-04-07T01:57:45.488Z] $ 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/431/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/431 -v /w/workspace/edgex-go/431:/w/workspace/edgex-go/431:rw,z -v /w/workspace/edgex-go/431@tmp:/w/workspace/edgex-go/431@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-07T01:57:49.060Z] $ docker top 94018e5d21a4ff2bc7bc2aff4bfb228f75f25b3d9e552f0b841635d2c745845b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T01:57:49.665Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-07T01:57:49.977Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-07T01:57:50.279Z] + ls /var/log/sa-host [2021-04-07T01:57:50.279Z] + sadf -c /var/log/sa-host/sa07 [2021-04-07T01:57:50.279Z] file_magic: OK [2021-04-07T01:57:50.279Z] HZ: Using current value: 100 [2021-04-07T01:57:50.279Z] file_header: OK [2021-04-07T01:57:50.279Z] 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-04-07T01:57:50.279Z] Statistics: [2021-04-07T01:57:50.279Z] 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-04-07T01:57:50.279Z] File successfully converted to sysstat format version 12.2.1 [2021-04-07T01:57:50.279Z] + sadf -c /var/log/sa-host/sa23 [2021-04-07T01:57:50.279Z] file_magic: OK [2021-04-07T01:57:50.279Z] HZ: Using current value: 100 [2021-04-07T01:57:50.279Z] file_header: OK [2021-04-07T01:57:50.279Z] 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-04-07T01:57:50.279Z] Statistics: [2021-04-07T01:57:50.279Z] Hnuu...uuuununununu... [2021-04-07T01:57:50.279Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T01:57:50.498Z] provisioning config files... [2021-04-07T01:57:50.517Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/431@tmp/config4499244745666535626tmp [Pipeline] { [Pipeline] echo [2021-04-07T01:57:50.594Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:57:50.903Z] ---> create-netrc.sh [Pipeline] } [2021-04-07T01:57:50.916Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-07T01:57:51.036Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:57:51.336Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-07T01:57:51.350Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:57:51.656Z] ---> sudo-logs.sh [2021-04-07T01:57:51.656Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-07T01:57:51.787Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:57:52.085Z] ---> job-cost.sh [2021-04-07T01:57:52.085Z] lf-activate-venv: SKIPPING [2021-04-07T01:57:52.085Z] DEBUG: total: 0.20999999344348907 [2021-04-07T01:57:52.085Z] INFO: Retrieving Stack Cost... [2021-04-07T01:57:53.031Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T01:57:53.651Z] INFO: Archiving Costs [Pipeline] echo [2021-04-07T01:57:53.688Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T01:57:54.018Z] ---> logs-deploy.sh [2021-04-07T01:57:54.018Z] lf-activate-venv: SKIPPING [2021-04-07T01:57:54.018Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/431 [2021-04-07T01:57:54.018Z] INFO: archiving workspace using pattern(s): [2021-04-07T01:57:55.410Z] Archives upload complete. [2021-04-07T01:57:55.674Z] INFO: archiving logs to Nexus