Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-791 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/444 [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/444 # 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 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 (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 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 # timeout=10 Commit message: "feat(notifications): Implement query by subscriptionName (#3379)" > git rev-list --no-walk b1882bac436620be465db7044db985b75d91785f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T14:38:21.133Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T14:38:21.222Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T14:38:21.245Z] ========================================================= [2021-04-19T14:38:21.246Z] EdgeX Global Pipelines Version Info [2021-04-19T14:38:21.246Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:38:22.779Z] ------------------- [2021-04-19T14:38:22.779Z] stable info: [2021-04-19T14:38:22.779Z] ------------------- [2021-04-19T14:38:22.779Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T14:38:22.779Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T14:38:22.779Z] Message: update stable to v1.0.186 [2021-04-19T14:38:23.741Z] ------------------- [2021-04-19T14:38:23.741Z] experimental info: [2021-04-19T14:38:23.741Z] ------------------- [2021-04-19T14:38:23.741Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T14:38:23.741Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T14:38:23.741Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T14:38:23.863Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-19T14:38:23.893Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-19T14:38:23.912Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T14:38:23.933Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T14:38:23.953Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T14:38:23.973Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T14:38:23.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T14:38:24.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-19T14:38:24.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-19T14:38:24.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-19T14:38:24.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T14:38:24.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T14:38:24.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T14:38:24.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T14:38:24.161Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T14:38:24.181Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T14:38:24.200Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T14:38:24.238Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T14:38:24.259Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T14:38:24.279Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T14:38:24.300Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T14:38:24.320Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T14:38:24.341Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T14:38:24.366Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T14:38:24.387Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T14:38:24.408Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] echo [2021-04-19T14:38:24.428Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d24ed0 [Pipeline] echo [2021-04-19T14:38:24.456Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T14:38:24.580Z] provisioning config files... [2021-04-19T14:38:24.613Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/444@tmp/config4876729352229857916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:38:24.936Z] ---> docker-login.sh [2021-04-19T14:38:24.936Z] nexus3.edgexfoundry.org:10001 [2021-04-19T14:38:25.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:38:25.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:38:25.467Z] Configure a credential helper to remove this warning. See [2021-04-19T14:38:25.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:38:25.467Z] [2021-04-19T14:38:25.467Z] Login Succeeded [2021-04-19T14:38:25.467Z] nexus3.edgexfoundry.org:10002 [2021-04-19T14:38:25.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:38:25.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:38:25.732Z] Configure a credential helper to remove this warning. See [2021-04-19T14:38:25.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:38:25.732Z] [2021-04-19T14:38:25.732Z] Login Succeeded [2021-04-19T14:38:25.732Z] nexus3.edgexfoundry.org:10003 [2021-04-19T14:38:25.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:38:25.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:38:25.998Z] Configure a credential helper to remove this warning. See [2021-04-19T14:38:25.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:38:25.998Z] [2021-04-19T14:38:25.998Z] Login Succeeded [2021-04-19T14:38:25.998Z] nexus3.edgexfoundry.org:10004 [2021-04-19T14:38:25.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:38:25.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:38:25.998Z] Configure a credential helper to remove this warning. See [2021-04-19T14:38:25.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:38:25.998Z] [2021-04-19T14:38:25.998Z] Login Succeeded [2021-04-19T14:38:25.998Z] docker.io [2021-04-19T14:38:26.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:38:26.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:38:26.524Z] Configure a credential helper to remove this warning. See [2021-04-19T14:38:26.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:38:26.524Z] [2021-04-19T14:38:26.524Z] Login Succeeded [2021-04-19T14:38:26.524Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T14:38:26.536Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T14:38:26.873Z] ++ 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-19T14:38:26.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T14:38:26.873Z] ++ dirname cmd/core-command/Dockerfile [2021-04-19T14:38:26.873Z] ++ cut -d/ -f2 [2021-04-19T14:38:26.873Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-19T14:38:26.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T14:38:26.873Z] ++ dirname cmd/core-data/Dockerfile [2021-04-19T14:38:26.873Z] ++ cut -d/ -f2 [2021-04-19T14:38:26.873Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-19T14:38:26.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T14:38:26.873Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-19T14:38:26.873Z] ++ cut -d/ -f2 [2021-04-19T14:38:26.873Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-19T14:38:26.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T14:38:26.873Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-19T14:38:26.873Z] ++ cut -d/ -f2 [2021-04-19T14:38:26.873Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-19T14:38:26.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T14:38:26.873Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-19T14:38:26.873Z] ++ cut -d/ -f2 [2021-04-19T14:38:26.873Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-19T14:38:26.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T14:38:26.873Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-19T14:38:26.873Z] ++ cut -d/ -f2 [2021-04-19T14:38:26.873Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-19T14:38:26.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T14:38:26.873Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-19T14:38:26.873Z] ++ cut -d/ -f2 [2021-04-19T14:38:26.873Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-19T14:38:26.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T14:38:26.873Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-19T14:38:26.873Z] ++ cut -d/ -f2 [2021-04-19T14:38:26.873Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-19T14:38:26.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T14:38:26.873Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-19T14:38:26.873Z] ++ cut -d/ -f2 [2021-04-19T14:38:26.873Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-19T14:38:26.948Z] 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-19T14:38:28.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:38:28.235Z] [2021-04-19T14:38:28.235Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:38:28.561Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:38:28.561Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T14:38:28.561Z] 31603596830f: Pulling fs layer [2021-04-19T14:38:28.561Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T14:38:28.561Z] 6ca5941a6612: Pulling fs layer [2021-04-19T14:38:28.561Z] ecc8261a40a4: Pulling fs layer [2021-04-19T14:38:28.561Z] ecc8261a40a4: Waiting [2021-04-19T14:38:28.561Z] 2a8b12db71e7: Download complete [2021-04-19T14:38:28.561Z] 31603596830f: Download complete [2021-04-19T14:38:28.833Z] ecc8261a40a4: Verifying Checksum [2021-04-19T14:38:28.833Z] ecc8261a40a4: Download complete [2021-04-19T14:38:28.833Z] 6ca5941a6612: Verifying Checksum [2021-04-19T14:38:28.833Z] 6ca5941a6612: Download complete [2021-04-19T14:38:29.096Z] 31603596830f: Pull complete [2021-04-19T14:38:29.363Z] 2a8b12db71e7: Pull complete [2021-04-19T14:38:30.323Z] 6ca5941a6612: Pull complete [2021-04-19T14:38:30.586Z] ecc8261a40a4: Pull complete [2021-04-19T14:38:30.586Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T14:38:30.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:38:30.586Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T14:38:30.727Z] prd-centos7-docker-4c-2g-791 does not seem to be running inside a container [2021-04-19T14:38:30.781Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:38:33.695Z] $ docker top 908dcd22779eef143a8108c857aa78d2a2822c91a55755e0050fdf22881f056d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T14:38:33.870Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T14:38:33.870Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T14:38:34.115Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T14:38:34.121Z] $ docker exec 908dcd22779eef143a8108c857aa78d2a2822c91a55755e0050fdf22881f056d ssh-agent [2021-04-19T14:38:34.318Z] SSH_AUTH_SOCK=/tmp/ssh-qz8lDJBbPtsr/agent.12 [2021-04-19T14:38:34.318Z] SSH_AGENT_PID=17 [2021-04-19T14:38:34.332Z] Running ssh-add (command line suppressed) [2021-04-19T14:38:34.473Z] Identity added: /w/workspace/edgex-go/444@tmp/private_key_1014200066494293138.key (/w/workspace/edgex-go/444@tmp/private_key_1014200066494293138.key) [2021-04-19T14:38:34.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T14:38:34.844Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T14:38:34.867Z] $ docker exec --env ******** --env ******** 908dcd22779eef143a8108c857aa78d2a2822c91a55755e0050fdf22881f056d ssh-agent -k [2021-04-19T14:38:34.995Z] unset SSH_AUTH_SOCK; [2021-04-19T14:38:34.995Z] unset SSH_AGENT_PID; [2021-04-19T14:38:34.995Z] echo Agent pid 17 killed; [2021-04-19T14:38:35.046Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T14:38:35.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T14:38:35.082Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T14:38:35.267Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T14:38:35.272Z] $ docker exec 908dcd22779eef143a8108c857aa78d2a2822c91a55755e0050fdf22881f056d ssh-agent [2021-04-19T14:38:35.453Z] SSH_AUTH_SOCK=/tmp/ssh-Yrbk2522Sg4v/agent.46 [2021-04-19T14:38:35.453Z] SSH_AGENT_PID=51 [2021-04-19T14:38:35.461Z] Running ssh-add (command line suppressed) [2021-04-19T14:38:35.597Z] Identity added: /w/workspace/edgex-go/444@tmp/private_key_5871243131842829287.key (/w/workspace/edgex-go/444@tmp/private_key_5871243131842829287.key) [2021-04-19T14:38:35.661Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T14:38:35.975Z] + git semver init [2021-04-19T14:38:35.975Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T14:38:35.975Z] # $GIT_DIR = /w/workspace/edgex-go/444/.git [2021-04-19T14:38:35.975Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/444 [2021-04-19T14:38:35.975Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T14:38:35.975Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T14:38:35.975Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T14:38:35.975Z] # $SEMVER_BRANCH = master [2021-04-19T14:38:35.975Z] # $SEMVER_TEMP = /tmp/semver-205790741 [2021-04-19T14:38:35.975Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-19T14:38:54.207Z] # '/tmp/semver-205790741' -> '/w/workspace/edgex-go/444/.semver' [2021-04-19T14:38:54.784Z] # -> Force: false [2021-04-19T14:38:54.784Z] # $SEMVER_DIR = /w/workspace/edgex-go/444/.semver [Pipeline] } [2021-04-19T14:38:55.063Z] $ docker exec --env ******** --env ******** 908dcd22779eef143a8108c857aa78d2a2822c91a55755e0050fdf22881f056d ssh-agent -k [2021-04-19T14:38:55.315Z] unset SSH_AUTH_SOCK; [2021-04-19T14:38:55.315Z] unset SSH_AGENT_PID; [2021-04-19T14:38:55.315Z] echo Agent pid 51 killed; [2021-04-19T14:38:55.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T14:38:55.734Z] + git semver [Pipeline] } [2021-04-19T14:38:55.755Z] $ docker stop --time=1 908dcd22779eef143a8108c857aa78d2a2822c91a55755e0050fdf22881f056d [2021-04-19T14:38:57.420Z] $ docker rm -f 908dcd22779eef143a8108c857aa78d2a2822c91a55755e0050fdf22881f056d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T14:38:57.890Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T14:38:58.331Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T14:38:58.334Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.176 [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-19T14:38:58.813Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T14:38:59.117Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T14:38:59.420Z] + sudo service docker restart [2021-04-19T14:38:59.421Z] + true [2021-04-19T14:38:59.421Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-19T14:39:00.009Z] ========================================================= [2021-04-19T14:39:00.009Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T14:39:00.009Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:39:00.317Z] + 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-19T14:39:05.705Z] Sending build context to Docker daemon 329.4MB [2021-04-19T14:39:05.705Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T14:39:05.705Z] Step 2/6 : FROM ${BASE} [2021-04-19T14:39:05.705Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T14:39:05.705Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T14:39:05.705Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T14:39:05.705Z] de9db76c5a1d: Pulling fs layer [2021-04-19T14:39:05.705Z] bca2f99d35d6: Pulling fs layer [2021-04-19T14:39:05.705Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T14:39:05.705Z] 7c6f9722023f: Pulling fs layer [2021-04-19T14:39:05.705Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T14:39:05.705Z] bca2f99d35d6: Waiting [2021-04-19T14:39:05.706Z] 93359f2a8cfa: Waiting [2021-04-19T14:39:05.706Z] 7c6f9722023f: Waiting [2021-04-19T14:39:05.706Z] a35cf1a2eb13: Waiting [2021-04-19T14:39:05.706Z] de9db76c5a1d: Download complete [2021-04-19T14:39:05.706Z] 0ef7d3d256c8: Download complete [2021-04-19T14:39:05.706Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T14:39:05.706Z] 93359f2a8cfa: Download complete [2021-04-19T14:39:05.706Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T14:39:05.706Z] 188c0c94c7c5: Download complete [2021-04-19T14:39:05.706Z] 7c6f9722023f: Verifying Checksum [2021-04-19T14:39:05.706Z] 7c6f9722023f: Download complete [2021-04-19T14:39:05.706Z] 188c0c94c7c5: Pull complete [2021-04-19T14:39:05.706Z] 0ef7d3d256c8: Pull complete [2021-04-19T14:39:05.706Z] de9db76c5a1d: Pull complete [2021-04-19T14:39:07.231Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T14:39:07.231Z] a35cf1a2eb13: Download complete [2021-04-19T14:39:07.809Z] bca2f99d35d6: Verifying Checksum [2021-04-19T14:39:07.809Z] bca2f99d35d6: Download complete [2021-04-19T14:39:13.161Z] bca2f99d35d6: Pull complete [2021-04-19T14:39:13.161Z] 93359f2a8cfa: Pull complete [2021-04-19T14:39:13.430Z] 7c6f9722023f: Pull complete [2021-04-19T14:39:13.458Z] Still waiting to schedule task [2021-04-19T14:39:13.458Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-19T14:39:17.679Z] a35cf1a2eb13: Pull complete [2021-04-19T14:39:17.679Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T14:39:17.679Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T14:39:17.679Z] ---> a62c8e92a672 [2021-04-19T14:39:17.679Z] 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-19T14:39:18.628Z] ---> Running in 16546ae603d5 [2021-04-19T14:39:19.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:39:19.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:39:20.728Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T14:39:20.728Z] (2/12) Installing file (5.38-r0) [2021-04-19T14:39:20.990Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T14:39:20.990Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T14:39:29.147Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T14:39:29.409Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T14:39:29.409Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T14:39:29.409Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T14:39:29.673Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T14:39:29.673Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T14:39:29.673Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T14:39:29.937Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T14:39:29.937Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T14:39:29.937Z] OK: 233 MiB in 51 packages [2021-04-19T14:39:34.165Z] Removing intermediate container 16546ae603d5 [2021-04-19T14:39:34.165Z] ---> 065566c95341 [2021-04-19T14:39:34.165Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T14:39:34.165Z] ---> Running in 602aaf2e74de [2021-04-19T14:39:34.165Z] Removing intermediate container 602aaf2e74de [2021-04-19T14:39:34.165Z] ---> 89b081e797b0 [2021-04-19T14:39:34.165Z] Step 5/6 : COPY go.mod . [2021-04-19T14:39:34.165Z] ---> bd90026ce176 [2021-04-19T14:39:34.165Z] Step 6/6 : RUN go mod download [2021-04-19T14:39:34.165Z] ---> Running in e58ef5eefc8e [2021-04-19T14:40:00.806Z] Removing intermediate container e58ef5eefc8e [2021-04-19T14:40:00.806Z] ---> 6012988f8f0b [2021-04-19T14:40:00.806Z] Successfully built 6012988f8f0b [2021-04-19T14:40:00.806Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:40:01.142Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T14:40:01.142Z] . [Pipeline] withDockerContainer [2021-04-19T14:40:01.267Z] prd-centos7-docker-4c-2g-791 does not seem to be running inside a container [2021-04-19T14:40:01.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:40:02.235Z] $ docker top a0c0761353c60c840c68e1c20c2932a9fde87b901bd2f8bae15432d9c11484ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T14:40:02.704Z] + go version [2021-04-19T14:40:02.705Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T14:40:02.722Z] $ docker stop --time=1 a0c0761353c60c840c68e1c20c2932a9fde87b901bd2f8bae15432d9c11484ab [2021-04-19T14:40:04.102Z] $ docker rm -f a0c0761353c60c840c68e1c20c2932a9fde87b901bd2f8bae15432d9c11484ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:40:04.641Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T14:40:04.641Z] . [Pipeline] withDockerContainer [2021-04-19T14:40:04.743Z] prd-centos7-docker-4c-2g-791 does not seem to be running inside a container [2021-04-19T14:40:04.797Z] $ 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/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:40:05.961Z] $ docker top 151ba30c5310061e0bd162c4ba309abf6a902d55544f65bc62702709900323eb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T14:40:06.177Z] ========================================================= [2021-04-19T14:40:06.177Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T14:40:06.177Z] ========================================================= [Pipeline] sh [2021-04-19T14:40:06.476Z] + make test [2021-04-19T14:40:06.476Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T14:40:16.566Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T14:40:38.766Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T14:40:38.766Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T14:40:40.753Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T14:40:40.753Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T14:40:42.194Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T14:40:42.194Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T14:40:42.194Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T14:40:42.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T14:40:43.434Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T14:40:43.709Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T14:40:47.080Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T14:40:47.080Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T14:40:47.080Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T14:40:49.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.131s coverage: 45.9% of statements [2021-04-19T14:40:49.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T14:40:49.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T14:40:49.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T14:40:49.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T14:40:49.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T14:40:49.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T14:40:49.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.061s coverage: 19.8% of statements [2021-04-19T14:40:49.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.078s coverage: 100.0% of statements [2021-04-19T14:40:52.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.222s coverage: 27.1% of statements [2021-04-19T14:40:52.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T14:40:52.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T14:40:52.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T14:40:52.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T14:40:52.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T14:40:52.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T14:40:52.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-04-19T14:40:52.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T14:40:52.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2021-04-19T14:40:52.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T14:40:52.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T14:40:52.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 71.3% of statements [2021-04-19T14:40:52.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T14:40:52.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T14:40:53.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.203s coverage: 82.9% of statements [2021-04-19T14:40:53.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T14:40:53.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T14:40:53.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-04-19T14:40:53.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T14:40:56.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.426s coverage: 28.6% of statements [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T14:40:56.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T14:40:56.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T14:40:56.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.212s coverage: 86.7% of statements [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T14:40:56.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.173s coverage: 97.5% of statements [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T14:40:56.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 78.3% of statements [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T14:40:56.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T14:40:59.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.446s coverage: 93.0% of statements [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T14:40:59.851Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T14:40:59.851Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.9% of statements [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T14:40:59.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T14:40:59.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements [2021-04-19T14:40:59.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements [2021-04-19T14:40:59.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-04-19T14:40:59.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2021-04-19T14:40:59.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-04-19T14:41:02.952Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-792 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-19T14:41:02.974Z] Running in /w/workspace/edgex-go/444 [Pipeline] { [Pipeline] checkout [2021-04-19T14:41:08.448Z] using credential edgex-jenkins-ssh [2021-04-19T14:41:08.472Z] Cloning the remote Git repository [2021-04-19T14:41:08.520Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T14:41:08.685Z] > git init /w/workspace/edgex-go/444 # timeout=10 [2021-04-19T14:41:08.785Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T14:41:08.786Z] > git --version # timeout=10 [2021-04-19T14:41:08.818Z] > git --version # 'git version 2.17.1' [2021-04-19T14:41:08.821Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T14:41:08.889Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T14:41:12.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2021-04-19T14:41:12.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.071s coverage: 44.8% of statements [2021-04-19T14:41:14.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.278s coverage: 81.9% of statements [2021-04-19T14:41:14.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T14:41:24.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.106s coverage: 92.9% of statements [2021-04-19T14:41:24.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T14:41:24.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T14:41:24.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T14:41:24.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-19T14:41:24.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T14:41:24.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T14:41:24.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T14:41:24.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T14:41:24.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 75.5% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.100s coverage: 87.2% of statements [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.103s coverage: 91.6% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.204s coverage: 64.4% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.365s coverage: 69.0% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 38.4% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.059s coverage: 9.6% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 88.6% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.795s coverage: 29.1% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.106s coverage: 95.6% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T14:41:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T14:41:24.820Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T14:41:24.945Z] Checking out Revision 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 (master) [2021-04-19T14:41:24.223Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T14:41:24.253Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T14:41:24.274Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T14:41:24.300Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T14:41:24.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T14:41:24.311Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T14:41:24.960Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T14:41:24.980Z] > git checkout -f 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 # timeout=10 [2021-04-19T14:41:25.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-04-19T14:41:25.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T14:41:25.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T14:41:25.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-04-19T14:41:25.684Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements [2021-04-19T14:41:25.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2021-04-19T14:41:26.212Z] GO111MODULE=on go vet ./... [2021-04-19T14:41:29.396Z] Commit message: "feat(notifications): Implement query by subscriptionName (#3379)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T14:41:30.950Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T14:41:31.364Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T14:41:31.709Z] + true [2021-04-19T14:41:31.709Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T14:41:33.721Z] provisioning config files... [2021-04-19T14:41:33.811Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/444@tmp/config7479081089000870329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:41:34.247Z] ---> docker-login.sh [2021-04-19T14:41:34.247Z] nexus3.edgexfoundry.org:10001 [2021-04-19T14:41:35.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:41:35.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:41:35.506Z] Configure a credential helper to remove this warning. See [2021-04-19T14:41:35.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:41:35.506Z] [2021-04-19T14:41:35.506Z] Login Succeeded [2021-04-19T14:41:35.506Z] nexus3.edgexfoundry.org:10002 [2021-04-19T14:41:35.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:41:36.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:41:36.054Z] Configure a credential helper to remove this warning. See [2021-04-19T14:41:36.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:41:36.054Z] [2021-04-19T14:41:36.054Z] Login Succeeded [2021-04-19T14:41:36.054Z] nexus3.edgexfoundry.org:10003 [2021-04-19T14:41:36.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:41:36.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:41:36.601Z] Configure a credential helper to remove this warning. See [2021-04-19T14:41:36.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:41:36.601Z] [2021-04-19T14:41:36.601Z] Login Succeeded [2021-04-19T14:41:36.601Z] nexus3.edgexfoundry.org:10004 [2021-04-19T14:41:36.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:41:37.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:41:37.147Z] Configure a credential helper to remove this warning. See [2021-04-19T14:41:37.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:41:37.147Z] [2021-04-19T14:41:37.147Z] Login Succeeded [2021-04-19T14:41:37.147Z] docker.io [2021-04-19T14:41:37.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:41:37.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:41:37.690Z] Configure a credential helper to remove this warning. See [2021-04-19T14:41:37.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:41:37.690Z] [2021-04-19T14:41:37.690Z] Login Succeeded [2021-04-19T14:41:37.690Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T14:41:37.707Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T14:41:37.984Z] ========================================================= [2021-04-19T14:41:37.984Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T14:41:37.984Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:41:38.327Z] + 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-19T14:41:40.968Z] Sending build context to Docker daemon 167.3MB [2021-04-19T14:41:40.968Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T14:41:40.968Z] Step 2/6 : FROM ${BASE} [2021-04-19T14:41:40.968Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T14:41:40.968Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T14:41:40.968Z] a4357932f1b6: Pulling fs layer [2021-04-19T14:41:40.968Z] 18c013af1878: Pulling fs layer [2021-04-19T14:41:40.968Z] 00ac8860ef70: Pulling fs layer [2021-04-19T14:41:40.968Z] 63d7cb157983: Pulling fs layer [2021-04-19T14:41:40.968Z] b116817d02f9: Pulling fs layer [2021-04-19T14:41:40.968Z] 745a02a5169b: Pulling fs layer [2021-04-19T14:41:40.968Z] b116817d02f9: Waiting [2021-04-19T14:41:40.968Z] 745a02a5169b: Waiting [2021-04-19T14:41:40.968Z] 63d7cb157983: Waiting [2021-04-19T14:41:40.968Z] 00ac8860ef70: Waiting [2021-04-19T14:41:40.968Z] 18c013af1878: Verifying Checksum [2021-04-19T14:41:40.968Z] 18c013af1878: Download complete [2021-04-19T14:41:40.968Z] a4357932f1b6: Verifying Checksum [2021-04-19T14:41:40.968Z] a4357932f1b6: Download complete [2021-04-19T14:41:40.968Z] 63d7cb157983: Verifying Checksum [2021-04-19T14:41:40.968Z] 63d7cb157983: Download complete [2021-04-19T14:41:40.968Z] b116817d02f9: Verifying Checksum [2021-04-19T14:41:40.968Z] b116817d02f9: Download complete [2021-04-19T14:41:40.968Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T14:41:40.968Z] 5f621e34cdf4: Download complete [2021-04-19T14:41:41.582Z] 5f621e34cdf4: Pull complete [2021-04-19T14:41:42.190Z] a4357932f1b6: Pull complete [2021-04-19T14:41:42.467Z] 18c013af1878: Pull complete [2021-04-19T14:41:43.453Z] 745a02a5169b: Verifying Checksum [2021-04-19T14:41:43.453Z] 745a02a5169b: Download complete [2021-04-19T14:41:44.439Z] 00ac8860ef70: Verifying Checksum [2021-04-19T14:41:44.439Z] 00ac8860ef70: Download complete [2021-04-19T14:41:54.618Z] 00ac8860ef70: Pull complete [2021-04-19T14:41:54.618Z] 63d7cb157983: Pull complete [2021-04-19T14:41:54.891Z] b116817d02f9: Pull complete [2021-04-19T14:41:58.525Z] gofmt -l . [2021-04-19T14:41:58.526Z] [ "`gofmt -l .`" = "" ] [2021-04-19T14:41:58.526Z] ./bin/test-go-mod-tidy.sh [2021-04-19T14:41:58.526Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T14:41:59.169Z] + ls -al . [2021-04-19T14:41:59.169Z] total 800 [2021-04-19T14:41:59.169Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 14:41 . [2021-04-19T14:41:59.169Z] drwxr-xr-x 4 root root 32 Apr 19 14:40 .. [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 14:38 .dockerignore [2021-04-19T14:41:59.169Z] drwxrwxr-x 8 1001 1001 162 Apr 19 14:38 .git [2021-04-19T14:41:59.169Z] drwxrwxr-x 3 1001 1001 125 Apr 19 14:38 .github [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 14:38 .gitignore [2021-04-19T14:41:59.169Z] drwx------ 3 1001 1001 45 Apr 19 14:38 .semver [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 14:38 .sonarcloud.properties [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 14:38 Attribution.txt [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 14:38 CONTRIBUTING.md [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 14:38 Dockerfile.build [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 14:38 Jenkinsfile [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 14:38 LICENSE [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 14:38 Makefile [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 14:38 README.md [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 14:38 SECURITY.md [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 13 Apr 19 14:38 VERSION [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 14:38 ZMQWindows.md [2021-04-19T14:41:59.169Z] drwxrwxr-x 2 1001 1001 117 Apr 19 14:38 bin [2021-04-19T14:41:59.169Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 14:38 cmd [2021-04-19T14:41:59.169Z] -rw-r--r-- 1 root root 691910 Apr 19 14:41 coverage.out [2021-04-19T14:41:59.169Z] -rw-r--r-- 1 root root 1058 Apr 19 14:41 go.mod [2021-04-19T14:41:59.169Z] -rw-r--r-- 1 root root 22256 Apr 19 14:41 go.sum [2021-04-19T14:41:59.169Z] drwxrwxr-x 8 1001 1001 127 Apr 19 14:38 internal [2021-04-19T14:41:59.169Z] drwxrwxr-x 4 1001 1001 26 Apr 19 14:38 openapi [2021-04-19T14:41:59.169Z] drwxrwxr-x 4 1001 1001 71 Apr 19 14:38 snap [2021-04-19T14:41:59.169Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 14:38 version.go [Pipeline] sh [2021-04-19T14:41:59.212Z] 745a02a5169b: Pull complete [2021-04-19T14:41:59.212Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T14:41:59.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T14:41:59.212Z] ---> b7e6874047d6 [2021-04-19T14:41:59.212Z] 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-19T14:41:59.569Z] + '[' -e coverage.out ] [2021-04-19T14:41:59.569Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T14:41:59.835Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T14:42:00.282Z] + make build [2021-04-19T14:42:00.283Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T14:42:02.612Z] ---> Running in d188838b763f [2021-04-19T14:42:03.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:42:04.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:42:04.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T14:42:04.788Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T14:42:05.060Z] (2/12) Installing file (5.38-r0) [2021-04-19T14:42:05.332Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T14:42:05.332Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T14:42:09.624Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T14:42:09.624Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T14:42:09.624Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T14:42:09.624Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T14:42:09.624Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T14:42:09.624Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T14:42:09.624Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T14:42:09.897Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T14:42:09.897Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T14:42:09.897Z] OK: 217 MiB in 51 packages [2021-04-19T14:42:12.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T14:42:14.214Z] Removing intermediate container d188838b763f [2021-04-19T14:42:14.214Z] ---> cae295881279 [2021-04-19T14:42:14.214Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T14:42:14.487Z] ---> Running in fe150c8f066b [2021-04-19T14:42:14.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T14:42:15.081Z] Removing intermediate container fe150c8f066b [2021-04-19T14:42:15.081Z] ---> 6dcd2af730f3 [2021-04-19T14:42:15.081Z] Step 5/6 : COPY go.mod . [2021-04-19T14:42:15.678Z] ---> 5c7f46770650 [2021-04-19T14:42:15.678Z] Step 6/6 : RUN go mod download [2021-04-19T14:42:15.678Z] ---> Running in 57704ba65470 [2021-04-19T14:42:16.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T14:42:16.770Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T14:42:18.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T14:42:20.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T14:42:21.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T14:42:22.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T14:42:24.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T14:42:25.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-19T14:42:27.674Z] $ docker stop --time=1 151ba30c5310061e0bd162c4ba309abf6a902d55544f65bc62702709900323eb [2021-04-19T14:42:29.522Z] $ docker rm -f 151ba30c5310061e0bd162c4ba309abf6a902d55544f65bc62702709900323eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:42:32.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T14:42:32.764Z] [2021-04-19T14:42:32.764Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:42:33.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T14:42:33.084Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-19T14:42:33.084Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-19T14:42:33.084Z] ca9280d653b3: Pulling fs layer [2021-04-19T14:42:33.084Z] 7e9c9ca2126c: Pulling fs layer [2021-04-19T14:42:33.348Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-19T14:42:33.348Z] cbdbe7a5bc2a: Download complete [2021-04-19T14:42:33.932Z] cbdbe7a5bc2a: Pull complete [2021-04-19T14:42:33.932Z] ca9280d653b3: Verifying Checksum [2021-04-19T14:42:33.932Z] ca9280d653b3: Download complete [2021-04-19T14:42:35.345Z] 7e9c9ca2126c: Verifying Checksum [2021-04-19T14:42:35.345Z] 7e9c9ca2126c: Download complete [2021-04-19T14:42:35.345Z] ca9280d653b3: Pull complete [2021-04-19T14:42:42.511Z] Removing intermediate container 57704ba65470 [2021-04-19T14:42:42.511Z] ---> b14d51c1a7b2 [2021-04-19T14:42:42.511Z] Successfully built b14d51c1a7b2 [2021-04-19T14:42:42.511Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:42:42.856Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T14:42:42.856Z] . [Pipeline] withDockerContainer [2021-04-19T14:42:43.108Z] prd-ubuntu18.04-docker-arm64-4c-16g-792 does not seem to be running inside a container [2021-04-19T14:42:43.198Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T14:42:43.538Z] 7e9c9ca2126c: Pull complete [2021-04-19T14:42:43.538Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-19T14:42:43.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T14:42:43.538Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T14:42:44.733Z] $ docker top 720b930d390dfb1b1bc53f35edcf3f142a457c3b05dfe4b1e5331bf46b925e52 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-04-19T14:42:45.131Z] prd-centos7-docker-4c-2g-791 does not seem to be running inside a container [2021-04-19T14:42:45.182Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:42:46.954Z] $ docker top 8a3e1371f2c04df020a17479a79effe5bb11ada99ddc9cb93c3a33a7d2c52e65 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-19T14:42:47.525Z] + grep parallel [2021-04-19T14:42:47.525Z] + docker-compose build --help [2021-04-19T14:42:47.814Z] + go version [2021-04-19T14:42:47.814Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T14:42:47.838Z] $ docker stop --time=1 720b930d390dfb1b1bc53f35edcf3f142a457c3b05dfe4b1e5331bf46b925e52 [2021-04-19T14:42:48.476Z] --parallel Build images in parallel. [2021-04-19T14:42:49.797Z] $ docker rm -f 720b930d390dfb1b1bc53f35edcf3f142a457c3b05dfe4b1e5331bf46b925e52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-04-19T14:42:50.068Z] $ docker stop --time=1 8a3e1371f2c04df020a17479a79effe5bb11ada99ddc9cb93c3a33a7d2c52e65 [2021-04-19T14:42:51.513Z] $ docker rm -f 8a3e1371f2c04df020a17479a79effe5bb11ada99ddc9cb93c3a33a7d2c52e65 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] writeFile Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:42:52.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T14:42:52.090Z] . [Pipeline] withDockerContainer [2021-04-19T14:42:52.190Z] prd-centos7-docker-4c-2g-791 does not seem to be running inside a container [2021-04-19T14:42:52.200Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T14:42:52.200Z] [2021-04-19T14:42:52.200Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T14:42:52.243Z] $ 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/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:42:53.137Z] $ docker top 65b69f6a323ea75e1b204720d478fecb2ed1d78419e0602bfd45d7e8b910d718 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:42:53.551Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T14:42:53.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T14:42:53.635Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-19T14:42:53.635Z] 29e5d40040c1: Pulling fs layer [2021-04-19T14:42:53.635Z] 1ce36da41761: Pulling fs layer [2021-04-19T14:42:53.635Z] 25b303627fd3: Pulling fs layer [2021-04-19T14:42:53.911Z] 29e5d40040c1: Verifying Checksum [2021-04-19T14:42:53.911Z] 29e5d40040c1: Download complete [2021-04-19T14:42:54.500Z] Building docker-core-command-go ... [2021-04-19T14:42:54.500Z] Building docker-core-data-go ... [2021-04-19T14:42:54.500Z] Building docker-core-metadata-go ... [2021-04-19T14:42:54.500Z] Building docker-security-bootstrapper-go ... [2021-04-19T14:42:54.500Z] Building docker-security-proxy-setup-go ... [2021-04-19T14:42:54.500Z] Building docker-security-secretstore-setup-go ... [2021-04-19T14:42:54.500Z] Building docker-support-notifications-go ... [2021-04-19T14:42:54.500Z] Building docker-support-scheduler-go ... [2021-04-19T14:42:54.500Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T14:42:54.500Z] Building docker-sys-mgmt-agent-go [2021-04-19T14:42:54.500Z] Building docker-support-scheduler-go [2021-04-19T14:42:54.500Z] Building docker-security-bootstrapper-go [2021-04-19T14:42:54.500Z] Building docker-core-data-go [2021-04-19T14:42:54.500Z] Building docker-support-notifications-go [2021-04-19T14:42:54.510Z] 1ce36da41761: Verifying Checksum [2021-04-19T14:42:54.510Z] 1ce36da41761: Download complete [2021-04-19T14:42:54.510Z] 29e5d40040c1: Pull complete [2021-04-19T14:42:55.949Z] 1ce36da41761: Pull complete [2021-04-19T14:42:56.222Z] 25b303627fd3: Download complete [2021-04-19T14:43:06.376Z] 25b303627fd3: Pull complete [2021-04-19T14:43:06.376Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-19T14:43:06.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T14:43:06.376Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-19T14:43:06.640Z] prd-ubuntu18.04-docker-arm64-4c-16g-792 does not seem to be running inside a container [2021-04-19T14:43:06.725Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T14:43:09.903Z] $ docker top 5398aa5be2dfd1b07b36a92c5af078886cdd452510d5cb6dee34c06688143e59 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T14:43:10.816Z] + docker-compose build --help [2021-04-19T14:43:10.816Z] + grep parallel [2021-04-19T14:43:14.185Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T14:43:14.256Z] $ docker stop --time=1 5398aa5be2dfd1b07b36a92c5af078886cdd452510d5cb6dee34c06688143e59 [2021-04-19T14:43:16.257Z] $ docker rm -f 5398aa5be2dfd1b07b36a92c5af078886cdd452510d5cb6dee34c06688143e59 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:43:16.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T14:43:16.945Z] . [Pipeline] withDockerContainer [2021-04-19T14:43:17.232Z] prd-ubuntu18.04-docker-arm64-4c-16g-792 does not seem to be running inside a container [2021-04-19T14:43:17.333Z] $ 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/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:43:18.758Z] $ docker top 8933764f387e38bc7fe79564e09fb4b4a1efb44aa6ab5df1873ca93139289de7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T14:43:19.734Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T14:43:23.114Z] Building docker-core-command-go ... [2021-04-19T14:43:23.114Z] Building docker-core-data-go ... [2021-04-19T14:43:23.114Z] Building docker-core-metadata-go ... [2021-04-19T14:43:23.114Z] Building docker-security-bootstrapper-go ... [2021-04-19T14:43:23.114Z] Building docker-security-proxy-setup-go ... [2021-04-19T14:43:23.114Z] Building docker-security-secretstore-setup-go ... [2021-04-19T14:43:23.114Z] Building docker-support-notifications-go ... [2021-04-19T14:43:23.114Z] Building docker-support-scheduler-go ... [2021-04-19T14:43:23.114Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T14:43:23.114Z] Building docker-security-secretstore-setup-go [2021-04-19T14:43:23.114Z] Building docker-support-scheduler-go [2021-04-19T14:43:23.114Z] Building docker-security-proxy-setup-go [2021-04-19T14:43:23.114Z] Building docker-security-bootstrapper-go [2021-04-19T14:43:23.114Z] Building docker-core-command-go [2021-04-19T14:43:33.509Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:43:33.509Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:43:33.509Z] ---> 6012988f8f0b [2021-04-19T14:43:33.509Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T14:43:33.509Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:43:33.509Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:43:33.509Z] ---> 6012988f8f0b [2021-04-19T14:43:33.509Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T14:43:33.509Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:43:33.509Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:43:33.509Z] ---> 6012988f8f0b [2021-04-19T14:43:33.509Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T14:43:33.509Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:43:33.509Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:43:33.509Z] ---> 6012988f8f0b [2021-04-19T14:43:33.509Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T14:43:33.509Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:43:33.509Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:43:33.509Z] ---> 6012988f8f0b [2021-04-19T14:43:33.509Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T14:43:33.509Z] ---> Running in 9b960930a9c1 [2021-04-19T14:43:33.509Z] ---> Running in 24f3f7fc46dc [2021-04-19T14:43:33.509Z] ---> Running in f72d1675fdfe [2021-04-19T14:43:33.509Z] ---> Running in b06a57b2ab58 [2021-04-19T14:43:33.509Z] ---> Running in 5512196a1439 [2021-04-19T14:43:33.509Z] Removing intermediate container 5512196a1439 [2021-04-19T14:43:33.509Z] ---> 1571db7e7ebf [2021-04-19T14:43:33.509Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:43:33.509Z] Removing intermediate container f72d1675fdfe [2021-04-19T14:43:33.509Z] ---> 30c1a994e0a1 [2021-04-19T14:43:33.509Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:43:33.509Z] Removing intermediate container 24f3f7fc46dc [2021-04-19T14:43:33.510Z] ---> 371560a997ea [2021-04-19T14:43:33.510Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:43:33.510Z] Removing intermediate container 9b960930a9c1 [2021-04-19T14:43:33.510Z] ---> 764b3c44ff1e [2021-04-19T14:43:33.510Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:43:33.510Z] Removing intermediate container b06a57b2ab58 [2021-04-19T14:43:33.510Z] ---> 6a4c73306bb9 [2021-04-19T14:43:33.510Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:43:33.510Z] ---> Running in 65761204f0fd [2021-04-19T14:43:33.510Z] ---> Running in baebfcea1cd2 [2021-04-19T14:43:33.510Z] ---> Running in f03a53659bf1 [2021-04-19T14:43:33.510Z] ---> Running in a709b7d72a70 [2021-04-19T14:43:33.510Z] ---> Running in bdd740468dab [2021-04-19T14:43:35.499Z] Removing intermediate container f03a53659bf1 [2021-04-19T14:43:35.499Z] ---> 8a618f9040e6 [2021-04-19T14:43:35.499Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T14:43:35.499Z] ---> Running in 8f9310c8c37d [2021-04-19T14:43:35.499Z] Removing intermediate container 65761204f0fd [2021-04-19T14:43:35.499Z] ---> 70f6e22610db [2021-04-19T14:43:35.499Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T14:43:35.499Z] Removing intermediate container baebfcea1cd2 [2021-04-19T14:43:35.499Z] ---> 4e9df741b3c0 [2021-04-19T14:43:35.499Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T14:43:35.763Z] Removing intermediate container bdd740468dab [2021-04-19T14:43:35.763Z] ---> 189b4e3dca8e [2021-04-19T14:43:35.763Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T14:43:35.763Z] ---> Running in 5d0875830602 [2021-04-19T14:43:35.763Z] ---> Running in 6da0d895fa71 [2021-04-19T14:43:36.026Z] ---> Running in 860953c8dd5b [2021-04-19T14:43:36.026Z] Removing intermediate container a709b7d72a70 [2021-04-19T14:43:36.026Z] ---> bedd453af6a2 [2021-04-19T14:43:36.026Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T14:43:36.293Z] ---> Running in 5eb581bd976d [2021-04-19T14:43:36.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:43:36.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:43:37.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:43:37.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:43:37.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:43:37.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:43:37.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:43:37.490Z] OK: 233 MiB in 51 packages [2021-04-19T14:43:37.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:43:38.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:43:38.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:43:38.113Z] OK: 233 MiB in 51 packages [2021-04-19T14:43:38.516Z] OK: 233 MiB in 51 packages [2021-04-19T14:43:38.516Z] Removing intermediate container 8f9310c8c37d [2021-04-19T14:43:38.516Z] ---> 92cc90718d3c [2021-04-19T14:43:38.516Z] Step 6/31 : COPY go.mod . [2021-04-19T14:43:38.516Z] OK: 233 MiB in 51 packages [2021-04-19T14:43:38.789Z] OK: 233 MiB in 51 packages [2021-04-19T14:43:39.053Z] ---> c75682cc2a1b [2021-04-19T14:43:39.053Z] Step 7/31 : RUN go mod download [2021-04-19T14:43:39.053Z] Removing intermediate container 5d0875830602 [2021-04-19T14:43:39.053Z] ---> bdb45f9ca687 [2021-04-19T14:43:39.053Z] Step 6/22 : COPY go.mod . [2021-04-19T14:43:39.319Z] ---> Running in 78ac490d2904 [2021-04-19T14:43:39.319Z] Removing intermediate container 6da0d895fa71 [2021-04-19T14:43:39.319Z] ---> 5d20f7e9aab2 [2021-04-19T14:43:39.319Z] Step 6/23 : COPY go.mod . [2021-04-19T14:43:39.585Z] Removing intermediate container 860953c8dd5b [2021-04-19T14:43:39.585Z] ---> 883390ff0cac [2021-04-19T14:43:39.585Z] Step 6/22 : COPY go.mod . [2021-04-19T14:43:39.585Z] ---> 93a8f9460238 [2021-04-19T14:43:39.585Z] Step 7/22 : RUN go mod download [2021-04-19T14:43:39.852Z] ---> Running in c340c3f005d2 [2021-04-19T14:43:39.852Z] Removing intermediate container 5eb581bd976d [2021-04-19T14:43:39.852Z] ---> 7d221e78c1be [2021-04-19T14:43:39.852Z] Step 6/23 : COPY go.mod . [2021-04-19T14:43:39.852Z] ---> ea9af8c6d5ae [2021-04-19T14:43:39.852Z] Step 7/23 : RUN go mod download [2021-04-19T14:43:40.118Z] ---> 453ff080f794 [2021-04-19T14:43:40.118Z] Step 7/22 : RUN go mod download [2021-04-19T14:43:40.118Z] ---> Running in 3f6bc9a0f974 [2021-04-19T14:43:40.384Z] ---> Running in 4b1fa6f354bf [2021-04-19T14:43:40.384Z] ---> 4ed97904f478 [2021-04-19T14:43:40.384Z] Step 7/23 : RUN go mod download [2021-04-19T14:43:40.653Z] ---> Running in 007fac58f6b0 [2021-04-19T14:43:42.090Z] Removing intermediate container 78ac490d2904 [2021-04-19T14:43:42.090Z] ---> d4485dce5dae [2021-04-19T14:43:42.090Z] Step 8/31 : COPY . . [2021-04-19T14:43:42.090Z] Removing intermediate container c340c3f005d2 [2021-04-19T14:43:42.090Z] ---> 16357e67af0c [2021-04-19T14:43:42.090Z] Step 8/22 : COPY . . [2021-04-19T14:43:46.357Z] Removing intermediate container 3f6bc9a0f974 [2021-04-19T14:43:46.357Z] ---> 32c720bc949e [2021-04-19T14:43:46.357Z] Step 8/23 : COPY . . [2021-04-19T14:43:46.357Z] Removing intermediate container 007fac58f6b0 [2021-04-19T14:43:46.357Z] ---> 9577bd147dae [2021-04-19T14:43:46.357Z] Step 8/23 : COPY . . [2021-04-19T14:43:46.357Z] Removing intermediate container 4b1fa6f354bf [2021-04-19T14:43:46.357Z] ---> 291e96c9647f [2021-04-19T14:43:46.357Z] Step 8/22 : COPY . . [2021-04-19T14:44:19.641Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:44:19.641Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:44:19.641Z] ---> b14d51c1a7b2 [2021-04-19T14:44:19.641Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T14:44:19.641Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:44:19.641Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:44:19.641Z] ---> b14d51c1a7b2 [2021-04-19T14:44:19.641Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T14:44:19.641Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:44:19.641Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:44:19.641Z] ---> b14d51c1a7b2 [2021-04-19T14:44:19.641Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T14:44:19.641Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:44:19.641Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:44:19.641Z] ---> b14d51c1a7b2 [2021-04-19T14:44:19.641Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T14:44:19.641Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:44:19.641Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:44:19.641Z] ---> b14d51c1a7b2 [2021-04-19T14:44:19.641Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T14:44:19.641Z] ---> Running in 08d43da616f5 [2021-04-19T14:44:19.641Z] ---> Running in 279dcfc184d3 [2021-04-19T14:44:19.641Z] ---> Running in 02b63cb466d6 [2021-04-19T14:44:19.641Z] ---> Running in 74a280085179 [2021-04-19T14:44:19.641Z] ---> Running in 906fbdf87c5c [2021-04-19T14:44:19.641Z] Removing intermediate container 74a280085179 [2021-04-19T14:44:19.641Z] ---> 4c6f90665f7f [2021-04-19T14:44:19.641Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:44:19.641Z] Removing intermediate container 279dcfc184d3 [2021-04-19T14:44:19.641Z] ---> 750ea04b83c4 [2021-04-19T14:44:19.642Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:44:19.642Z] Removing intermediate container 02b63cb466d6 [2021-04-19T14:44:19.642Z] ---> 80aa305a8681 [2021-04-19T14:44:19.642Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:44:19.642Z] ---> Running in f9dbc187c158 [2021-04-19T14:44:19.642Z] Removing intermediate container 08d43da616f5 [2021-04-19T14:44:19.642Z] ---> 33d7d501f123 [2021-04-19T14:44:19.642Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:44:19.642Z] Removing intermediate container 906fbdf87c5c [2021-04-19T14:44:19.642Z] ---> 963cacd5b437 [2021-04-19T14:44:19.642Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:44:19.642Z] ---> Running in c8169ad1b4e7 [2021-04-19T14:44:19.642Z] ---> Running in 944541fb679c [2021-04-19T14:44:19.642Z] ---> Running in 2d10d70dc117 [2021-04-19T14:44:19.642Z] ---> Running in 7b0adca4abcd [2021-04-19T14:44:19.642Z] Removing intermediate container f9dbc187c158 [2021-04-19T14:44:19.642Z] ---> a536ef661912 [2021-04-19T14:44:19.642Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T14:44:19.915Z] ---> Running in 6fb65d2cb91c [2021-04-19T14:44:19.915Z] Removing intermediate container 944541fb679c [2021-04-19T14:44:19.915Z] ---> b8049d46f108 [2021-04-19T14:44:19.915Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T14:44:20.196Z] Removing intermediate container c8169ad1b4e7 [2021-04-19T14:44:20.196Z] ---> 4ac61abe2386 [2021-04-19T14:44:20.196Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T14:44:20.196Z] ---> Running in 1ebeea20283b [2021-04-19T14:44:20.471Z] ---> Running in a5d47287f405 [2021-04-19T14:44:20.471Z] Removing intermediate container 2d10d70dc117 [2021-04-19T14:44:20.471Z] ---> 3462a523a67a [2021-04-19T14:44:20.471Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T14:44:20.471Z] Removing intermediate container 7b0adca4abcd [2021-04-19T14:44:20.471Z] ---> 3c195cdf9e5c [2021-04-19T14:44:20.471Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T14:44:20.746Z] ---> Running in 2423af537e48 [2021-04-19T14:44:20.746Z] ---> Running in d9844eaa6a5f [2021-04-19T14:44:22.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:44:22.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:44:22.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:44:22.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:44:22.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:44:22.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:44:23.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:44:23.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:44:23.351Z] OK: 217 MiB in 51 packages [2021-04-19T14:44:23.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:44:23.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:44:24.244Z] OK: 217 MiB in 51 packages [2021-04-19T14:44:24.244Z] OK: 217 MiB in 51 packages [2021-04-19T14:44:24.244Z] OK: 217 MiB in 51 packages [2021-04-19T14:44:24.523Z] OK: 217 MiB in 51 packages [2021-04-19T14:44:25.135Z] Removing intermediate container 6fb65d2cb91c [2021-04-19T14:44:25.135Z] ---> 018a67fcc45b [2021-04-19T14:44:25.135Z] Step 6/24 : COPY go.mod . [2021-04-19T14:44:26.138Z] Removing intermediate container 1ebeea20283b [2021-04-19T14:44:26.138Z] ---> 797b666caf47 [2021-04-19T14:44:26.138Z] Removing intermediate container a5d47287f405 [2021-04-19T14:44:26.138Z] ---> ec09c534b77e [2021-04-19T14:44:26.138Z] Step 6/22 : COPY go.mod . [2021-04-19T14:44:26.138Z] Step 6/31 : COPY go.mod . [2021-04-19T14:44:26.138Z] ---> 9fb6cb86eafc [2021-04-19T14:44:26.138Z] Step 7/24 : RUN go mod download [2021-04-19T14:44:26.419Z] ---> Running in c0e3c03919e5 [2021-04-19T14:44:26.419Z] Removing intermediate container d9844eaa6a5f [2021-04-19T14:44:26.419Z] ---> 9395c4fdcc81 [2021-04-19T14:44:26.419Z] Step 6/23 : COPY go.mod . [2021-04-19T14:44:26.419Z] Removing intermediate container 2423af537e48 [2021-04-19T14:44:26.419Z] ---> 56bba63ffb65 [2021-04-19T14:44:26.419Z] Step 6/21 : COPY go.mod . [2021-04-19T14:44:27.020Z] ---> 7a3b67dd91e7 [2021-04-19T14:44:27.020Z] Step 7/22 : RUN go mod download [2021-04-19T14:44:27.296Z] ---> a1378f09d9da [2021-04-19T14:44:27.296Z] Step 7/31 : RUN go mod download [2021-04-19T14:44:27.296Z] ---> Running in 5083aee976d5 [2021-04-19T14:44:27.568Z] ---> Running in 271681ee5f96 [2021-04-19T14:44:27.568Z] ---> 73293f8d70dc [2021-04-19T14:44:27.568Z] Step 7/23 : RUN go mod download [2021-04-19T14:44:27.850Z] ---> 0f08409c821f [2021-04-19T14:44:27.850Z] Step 7/21 : RUN go mod download [2021-04-19T14:44:27.850Z] ---> Running in 5fb101327bd0 [2021-04-19T14:44:28.130Z] ---> Running in 064383d23397 [2021-04-19T14:44:30.794Z] Removing intermediate container c0e3c03919e5 [2021-04-19T14:44:30.794Z] ---> b58bcb867972 [2021-04-19T14:44:30.794Z] Step 8/24 : COPY . . [2021-04-19T14:44:31.790Z] Removing intermediate container 5083aee976d5 [2021-04-19T14:44:31.790Z] ---> 0df361b98389 [2021-04-19T14:44:31.790Z] Step 8/22 : COPY . . [2021-04-19T14:44:32.787Z] Removing intermediate container 271681ee5f96 [2021-04-19T14:44:32.787Z] ---> 6f69c522f182 [2021-04-19T14:44:32.787Z] Step 8/31 : COPY . . [2021-04-19T14:44:33.385Z] Removing intermediate container 064383d23397 [2021-04-19T14:44:33.385Z] ---> 0c67973166ff [2021-04-19T14:44:33.385Z] Step 8/21 : COPY . . [2021-04-19T14:44:33.457Z] ---> 1261ff58fa46 [2021-04-19T14:44:33.457Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T14:44:33.457Z] ---> 40ab71a4b0bf [2021-04-19T14:44:33.457Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T14:44:33.457Z] ---> Running in cab172a72f4d [2021-04-19T14:44:33.457Z] ---> Running in 03c01ebf1ee3 [2021-04-19T14:44:33.457Z] ---> 9f6330694fb2 [2021-04-19T14:44:33.457Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T14:44:33.457Z] ---> 0d9e3a235a56 [2021-04-19T14:44:33.457Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T14:44:33.457Z] ---> f9c973227ee2 [2021-04-19T14:44:33.457Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T14:44:33.457Z] ---> Running in 859c2327cb6e [2021-04-19T14:44:33.457Z] ---> Running in 23cf516dae39 [2021-04-19T14:44:33.457Z] ---> Running in 4eac8efd09ef [2021-04-19T14:44:33.457Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T14:44:33.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T14:44:33.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T14:44:33.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T14:44:33.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T14:44:33.981Z] Removing intermediate container 5fb101327bd0 [2021-04-19T14:44:33.981Z] ---> a55474558926 [2021-04-19T14:44:33.981Z] Step 8/23 : COPY . . [2021-04-19T14:44:52.315Z] ---> 77a6c13c8e16 [2021-04-19T14:44:52.315Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T14:44:52.315Z] ---> 40a7e47e72ae [2021-04-19T14:44:52.315Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T14:44:52.315Z] ---> adaa4eb1ef00 [2021-04-19T14:44:52.315Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T14:44:52.315Z] ---> 40f56b5f207e [2021-04-19T14:44:52.315Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T14:44:52.315Z] ---> 3e02cd616d23 [2021-04-19T14:44:52.315Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T14:44:52.315Z] ---> Running in d52435e41bc0 [2021-04-19T14:44:52.315Z] ---> Running in 13e5d0375722 [2021-04-19T14:44:52.315Z] ---> Running in a0f99cb97976 [2021-04-19T14:44:52.590Z] ---> Running in 7a4fa13424ce [2021-04-19T14:44:52.590Z] ---> Running in f7d0c79a8ac0 [2021-04-19T14:44:54.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T14:44:54.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T14:44:54.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T14:44:54.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T14:44:54.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T14:45:20.348Z] Removing intermediate container 4eac8efd09ef [2021-04-19T14:45:20.349Z] ---> f0ff7295e7b5 [2021-04-19T14:45:20.349Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T14:45:20.349Z] Removing intermediate container cab172a72f4d [2021-04-19T14:45:20.349Z] ---> 9f8491cf54f3 [2021-04-19T14:45:20.349Z] [2021-04-19T14:45:20.349Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T14:45:20.349Z] 3.12: Pulling from library/alpine [2021-04-19T14:45:20.349Z] ---> Running in 852f1ff55bcf [2021-04-19T14:45:20.349Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T14:45:20.349Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T14:45:20.349Z] ---> 13621d1b12d4 [2021-04-19T14:45:20.349Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T14:45:20.349Z] Removing intermediate container 23cf516dae39 [2021-04-19T14:45:20.349Z] ---> e79faf9ddd28 [2021-04-19T14:45:20.349Z] [2021-04-19T14:45:20.349Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T14:45:20.349Z] ---> 13621d1b12d4 [2021-04-19T14:45:20.349Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T14:45:20.349Z] Removing intermediate container 03c01ebf1ee3 [2021-04-19T14:45:20.349Z] ---> d2447ead0e0f [2021-04-19T14:45:20.349Z] [2021-04-19T14:45:20.349Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T14:45:20.349Z] ---> 13621d1b12d4 [2021-04-19T14:45:20.349Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T14:45:20.349Z] ---> Running in 421f008edca7 [2021-04-19T14:45:20.349Z] ---> Running in 97dfbd48f4a5 [2021-04-19T14:45:20.349Z] ---> Running in 943cb97ba182 [2021-04-19T14:45:20.349Z] Removing intermediate container 421f008edca7 [2021-04-19T14:45:20.349Z] ---> ca4f2a1ce9aa [2021-04-19T14:45:20.349Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T14:45:20.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T14:45:20.349Z] ---> Running in 7a875762e965 [2021-04-19T14:45:20.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:45:20.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:45:20.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:45:20.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:45:20.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:45:20.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:45:20.349Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T14:45:20.349Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:45:20.349Z] OK: 6 MiB in 15 packages [2021-04-19T14:45:20.349Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T14:45:20.349Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T14:45:20.349Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:45:20.349Z] OK: 6 MiB in 16 packages [2021-04-19T14:45:20.349Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T14:45:20.349Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T14:45:20.349Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:45:20.349Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T14:45:20.349Z] OK: 6 MiB in 16 packages [2021-04-19T14:45:22.276Z] Removing intermediate container 859c2327cb6e [2021-04-19T14:45:22.276Z] ---> e6880cc134ec [2021-04-19T14:45:22.276Z] [2021-04-19T14:45:22.276Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T14:45:22.276Z] ---> 13621d1b12d4 [2021-04-19T14:45:22.276Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T14:45:22.276Z] ---> Running in 6b89b3931305 [2021-04-19T14:45:22.851Z] Removing intermediate container 97dfbd48f4a5 [2021-04-19T14:45:22.851Z] ---> 7ba3e6d908e5 [2021-04-19T14:45:22.851Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T14:45:22.851Z] Removing intermediate container 6b89b3931305 [2021-04-19T14:45:22.851Z] ---> cdbd247df326 [2021-04-19T14:45:22.851Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T14:45:23.445Z] ---> Running in 1a6f90c1f901 [2021-04-19T14:45:23.445Z] Removing intermediate container 7a875762e965 [2021-04-19T14:45:23.445Z] ---> 8136bd510182 [2021-04-19T14:45:23.445Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T14:45:23.445Z] Removing intermediate container 852f1ff55bcf [2021-04-19T14:45:23.445Z] ---> f88302c8fe0a [2021-04-19T14:45:23.445Z] [2021-04-19T14:45:23.445Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T14:45:23.445Z] ---> Running in 11184b1d6ac0 [2021-04-19T14:45:23.445Z] 20.10.0: Pulling from library/docker [2021-04-19T14:45:23.445Z] Removing intermediate container 943cb97ba182 [2021-04-19T14:45:23.445Z] ---> 835fc9e80aa5 [2021-04-19T14:45:23.445Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T14:45:23.445Z] ---> Running in f9c9d3b6aa5c [2021-04-19T14:45:23.717Z] ---> Running in d56a461f338d [2021-04-19T14:45:23.985Z] Removing intermediate container 1a6f90c1f901 [2021-04-19T14:45:23.985Z] ---> d2770347de43 [2021-04-19T14:45:23.985Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T14:45:23.985Z] Removing intermediate container 11184b1d6ac0 [2021-04-19T14:45:23.985Z] ---> b894b2793320 [2021-04-19T14:45:23.985Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T14:45:23.985Z] Removing intermediate container f9c9d3b6aa5c [2021-04-19T14:45:23.985Z] ---> 0166c81dc1c9 [2021-04-19T14:45:23.985Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T14:45:24.252Z] ---> Running in fac12190fa8b [2021-04-19T14:45:24.252Z] ---> Running in 9b867d67beae [2021-04-19T14:45:24.252Z] Removing intermediate container d56a461f338d [2021-04-19T14:45:24.252Z] ---> 6975d39de5f1 [2021-04-19T14:45:24.252Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T14:45:24.520Z] ---> Running in 19db5ab9afdd [2021-04-19T14:45:24.783Z] ---> Running in a2cc0be59b77 [2021-04-19T14:45:25.045Z] Removing intermediate container 9b867d67beae [2021-04-19T14:45:25.045Z] ---> ebb833ba4289 [2021-04-19T14:45:25.045Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T14:45:25.045Z] Removing intermediate container fac12190fa8b [2021-04-19T14:45:25.045Z] ---> d768c20ee3a2 [2021-04-19T14:45:25.045Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:45:25.318Z] Removing intermediate container 19db5ab9afdd [2021-04-19T14:45:25.318Z] ---> 15cf548abfe0 [2021-04-19T14:45:25.318Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T14:45:25.318Z] ---> Running in 30547f962645 [2021-04-19T14:45:25.318Z] ---> Running in 19492bd6cdbd [2021-04-19T14:45:25.585Z] ---> Running in f8eb30c52e12 [2021-04-19T14:45:25.585Z] Removing intermediate container a2cc0be59b77 [2021-04-19T14:45:25.586Z] ---> 903358137349 [2021-04-19T14:45:25.586Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T14:45:25.861Z] ---> Running in f07f36d9fd66 [2021-04-19T14:45:25.861Z] Removing intermediate container 19492bd6cdbd [2021-04-19T14:45:25.861Z] ---> 8e2512940b7d [2021-04-19T14:45:25.861Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:45:26.130Z] Removing intermediate container f07f36d9fd66 [2021-04-19T14:45:26.130Z] ---> 2a2134cd8cb7 [2021-04-19T14:45:26.130Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:45:26.739Z] ---> 0e4c41d2bcda [2021-04-19T14:45:26.739Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T14:45:26.739Z] ---> 9d5726ffa90c [2021-04-19T14:45:26.739Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T14:45:27.339Z] Removing intermediate container 30547f962645 [2021-04-19T14:45:27.339Z] ---> fec49cc48625 [2021-04-19T14:45:27.339Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T14:45:27.602Z] ---> Running in 68c3a5b1cde7 [2021-04-19T14:45:27.865Z] ---> b80779665c53 [2021-04-19T14:45:27.865Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T14:45:27.865Z] Removing intermediate container f8eb30c52e12 [2021-04-19T14:45:27.865Z] ---> c7e9457ec718 [2021-04-19T14:45:27.865Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T14:45:28.851Z] ---> 83c76547150b [2021-04-19T14:45:28.851Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T14:45:29.118Z] ---> Running in 9151694e02ae [2021-04-19T14:45:29.118Z] ---> 2a627a6da238 [2021-04-19T14:45:29.118Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T14:45:29.383Z] ---> Running in aa1867586912 [2021-04-19T14:45:29.960Z] ---> 650832328d54 [2021-04-19T14:45:29.960Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T14:45:30.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:45:30.226Z] ---> Running in 63a768638317 [2021-04-19T14:45:30.226Z] Removing intermediate container 9151694e02ae [2021-04-19T14:45:30.226Z] ---> 7d807f324d2f [2021-04-19T14:45:30.226Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T14:45:30.226Z] Removing intermediate container aa1867586912 [2021-04-19T14:45:30.226Z] ---> 3e20fb47e633 [2021-04-19T14:45:30.226Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:45:30.226Z] ---> Running in 0a2a044f87dc [2021-04-19T14:45:30.490Z] Removing intermediate container 63a768638317 [2021-04-19T14:45:30.490Z] ---> b08dc5902f68 [2021-04-19T14:45:30.490Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:45:30.752Z] ---> Running in 6a9100ada50d [2021-04-19T14:45:30.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:45:30.752Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T14:45:30.752Z] Removing intermediate container 0a2a044f87dc [2021-04-19T14:45:30.752Z] ---> f92a87b903af [2021-04-19T14:45:30.752Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T14:45:30.752Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T14:45:30.752Z] ---> aefe523efa57 [2021-04-19T14:45:30.752Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T14:45:30.752Z] ---> fabbeed098a9 [2021-04-19T14:45:30.752Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T14:45:31.017Z] ---> Running in fe1499758faf [2021-04-19T14:45:31.017Z] ---> Running in 1b272bd65e2e [2021-04-19T14:45:31.017Z] ---> Running in f37ef93edd5e [2021-04-19T14:45:31.017Z] Removing intermediate container 6a9100ada50d [2021-04-19T14:45:31.017Z] ---> bc1d2d83cc73 [2021-04-19T14:45:31.017Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T14:45:31.281Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T14:45:31.281Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T14:45:31.281Z] ---> Running in 231b953f3527 [2021-04-19T14:45:31.281Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T14:45:31.281Z] Removing intermediate container 1b272bd65e2e [2021-04-19T14:45:31.281Z] ---> 32224d02d2f9 [2021-04-19T14:45:31.281Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T14:45:31.281Z] Removing intermediate container f37ef93edd5e [2021-04-19T14:45:31.281Z] ---> e68a92629026 [2021-04-19T14:45:31.281Z] Step 21/22 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:45:31.553Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T14:45:31.553Z] ---> Running in 91681b28576a [2021-04-19T14:45:31.553Z] ---> Running in c275474c91ec [2021-04-19T14:45:31.553Z] Removing intermediate container 231b953f3527 [2021-04-19T14:45:31.553Z] ---> b73ac770702c [2021-04-19T14:45:31.553Z] Step 21/22 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:45:31.818Z] ---> Running in 796179411c7c [2021-04-19T14:45:32.088Z] Removing intermediate container c275474c91ec [2021-04-19T14:45:32.088Z] ---> c9680d2a2c31 [2021-04-19T14:45:32.088Z] Step 22/22 : LABEL version=2.0.0-dev.176 [2021-04-19T14:45:32.088Z] ---> Running in d598b06381f0 [2021-04-19T14:45:32.088Z] Removing intermediate container 796179411c7c [2021-04-19T14:45:32.088Z] ---> d8853fd53580 [2021-04-19T14:45:32.088Z] Step 22/22 : LABEL version=2.0.0-dev.176 [2021-04-19T14:45:32.088Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T14:45:32.377Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T14:45:32.377Z] ---> Running in 57bd35e4647d [2021-04-19T14:45:32.377Z] Removing intermediate container d598b06381f0 [2021-04-19T14:45:32.377Z] ---> 04c0bd3931d2 [2021-04-19T14:45:32.377Z] [2021-04-19T14:45:32.377Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:45:32.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:45:32.377Z] OK: 8 MiB in 20 packages [2021-04-19T14:45:32.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:45:32.650Z] Removing intermediate container 57bd35e4647d [2021-04-19T14:45:32.650Z] ---> 4d3f2603c35d [2021-04-19T14:45:32.650Z] [2021-04-19T14:45:32.650Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T14:45:32.650Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T14:45:32.912Z] Executing bash-5.0.17-r0.post-install [2021-04-19T14:45:32.912Z] Successfully built 04c0bd3931d2 [2021-04-19T14:45:32.912Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T14:45:32.912Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T14:45:32.912Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T14:45:32.912Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T14:45:32.912Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T14:45:32.912Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T14:45:32.912Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-19T14:45:32.912Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-04-19T14:45:32.912Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T14:45:32.912Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T14:45:32.912Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T14:45:32.912Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T14:45:32.912Z] Removing intermediate container fe1499758faf [2021-04-19T14:45:32.912Z] ---> 4395d3d0bbf0 [2021-04-19T14:45:32.912Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:45:32.912Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T14:45:33.183Z] Successfully built 4d3f2603c35d [2021-04-19T14:45:33.183Z] Successfully tagged docker-support-notifications-go:latest [2021-04-19T14:45:33.183Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-04-19T14:45:39.803Z] ---> de081277196a [2021-04-19T14:45:39.803Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T14:45:39.803Z] Removing intermediate container 68c3a5b1cde7 [2021-04-19T14:45:39.803Z] ---> 256e32a8b94b [2021-04-19T14:45:39.803Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:45:39.803Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T14:45:39.803Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T14:45:39.803Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T14:45:39.803Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T14:45:40.069Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T14:45:40.651Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T14:45:41.227Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T14:45:41.491Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T14:45:41.757Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T14:45:42.021Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T14:45:42.968Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T14:45:42.968Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T14:45:43.920Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T14:45:44.900Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T14:45:45.477Z] ---> 7ef6574e4ed4 [2021-04-19T14:45:45.477Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T14:45:45.477Z] ---> 50e7863f0000 [2021-04-19T14:45:45.477Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T14:45:45.477Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T14:45:45.477Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T14:45:45.741Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T14:45:45.741Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T14:45:45.741Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T14:45:46.319Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T14:45:46.903Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T14:45:46.903Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T14:45:46.903Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T14:45:47.486Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T14:45:48.061Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T14:45:48.638Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T14:45:50.626Z] ---> b1fa54df33b0 [2021-04-19T14:45:50.626Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T14:45:50.892Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T14:45:50.892Z] OK: 72 MiB in 59 packages [2021-04-19T14:45:52.855Z] ---> c3edae7aa086 [2021-04-19T14:45:52.855Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T14:45:53.838Z] ---> b24cd3868df0 [2021-04-19T14:45:53.838Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T14:45:55.302Z] ---> d08fc6fa0cd5 [2021-04-19T14:45:55.302Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T14:45:57.252Z] ---> 87b7c53e78be [2021-04-19T14:45:57.252Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T14:45:57.252Z] ---> Running in 769d8d29e508 [2021-04-19T14:45:58.724Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:45:58.725Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:45:58.725Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:45:58.725Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:45:58.725Z] ---> 6012988f8f0b [2021-04-19T14:45:58.725Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T14:45:58.725Z] ---> 6012988f8f0b [2021-04-19T14:45:58.725Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T14:45:58.991Z] ---> Using cache [2021-04-19T14:45:58.991Z] ---> 6a4c73306bb9 [2021-04-19T14:45:58.991Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:45:58.991Z] ---> Using cache [2021-04-19T14:45:58.991Z] ---> 6a4c73306bb9 [2021-04-19T14:45:58.991Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:45:58.991Z] ---> Using cache [2021-04-19T14:45:58.991Z] ---> bedd453af6a2 [2021-04-19T14:45:58.991Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T14:45:58.991Z] ---> Using cache [2021-04-19T14:45:58.991Z] ---> bedd453af6a2 [2021-04-19T14:45:58.991Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T14:45:59.569Z] ---> Running in a47298fbea05 [2021-04-19T14:45:59.569Z] Removing intermediate container 769d8d29e508 [2021-04-19T14:45:59.569Z] ---> b07694520fe8 [2021-04-19T14:45:59.569Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:45:59.842Z] ---> Running in 83bb3039949c [2021-04-19T14:45:59.843Z] ---> Running in 8137c697940a [2021-04-19T14:45:59.843Z] ---> Running in 94467e30886b [2021-04-19T14:45:59.843Z] Collecting docker-compose==1.23.2 [2021-04-19T14:46:00.105Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T14:46:00.375Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T14:46:00.375Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T14:46:00.375Z] Removing intermediate container a47298fbea05 [2021-04-19T14:46:00.375Z] ---> 1bb8baa736db [2021-04-19T14:46:00.375Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T14:46:00.650Z] Removing intermediate container 94467e30886b [2021-04-19T14:46:00.650Z] ---> 741b744252b3 [2021-04-19T14:46:00.650Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T14:46:00.650Z] ---> Running in 34090e52f8d6 [2021-04-19T14:46:00.932Z] ---> aa4fa489c755 [2021-04-19T14:46:00.932Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T14:46:00.932Z] ---> Running in 26e2e5d8c8b4 [2021-04-19T14:46:01.219Z] Removing intermediate container 34090e52f8d6 [2021-04-19T14:46:01.219Z] ---> 690ca83f59fc [2021-04-19T14:46:01.219Z] Step 22/23 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:46:01.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:46:01.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:46:01.219Z] ---> Running in 96f1d85a9f6b [2021-04-19T14:46:01.841Z] Removing intermediate container 96f1d85a9f6b [2021-04-19T14:46:01.841Z] ---> 485cd801727a [2021-04-19T14:46:01.841Z] Step 23/23 : LABEL version=2.0.0-dev.176 [2021-04-19T14:46:01.841Z] 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-19T14:46:01.841Z] ---> Running in 685f29408bf6 [2021-04-19T14:46:01.841Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T14:46:01.841Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T14:46:01.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:46:02.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:46:02.122Z] Removing intermediate container 685f29408bf6 [2021-04-19T14:46:02.122Z] ---> b6404a492ae7 [2021-04-19T14:46:02.122Z] [2021-04-19T14:46:02.389Z] Successfully built b6404a492ae7 [2021-04-19T14:46:02.389Z] Successfully tagged docker-core-data-go:latest [2021-04-19T14:46:02.389Z] Building docker-security-proxy-setup-go [2021-04-19T14:46:02.389Z]  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 [2021-04-19T14:46:02.389Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T14:46:02.389Z] OK: 233 MiB in 51 packages [2021-04-19T14:46:02.668Z] Removing intermediate container 26e2e5d8c8b4 [2021-04-19T14:46:02.668Z] ---> bbb005511503 [2021-04-19T14:46:02.669Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T14:46:02.956Z] Collecting PyYAML<4,>=3.10 [2021-04-19T14:46:02.956Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T14:46:02.956Z] OK: 233 MiB in 51 packages [2021-04-19T14:46:02.956Z] ---> Running in 592127af62d3 [2021-04-19T14:46:03.565Z] Removing intermediate container 592127af62d3 [2021-04-19T14:46:03.565Z] ---> a96fa943cbfe [2021-04-19T14:46:03.565Z] Step 28/31 : CMD ["gate"] [2021-04-19T14:46:04.158Z] ---> Running in fe2fc11ea823 [2021-04-19T14:46:04.158Z] Removing intermediate container 83bb3039949c [2021-04-19T14:46:04.158Z] ---> eceebec4285b [2021-04-19T14:46:04.158Z] Step 6/24 : COPY go.mod . [2021-04-19T14:46:04.158Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T14:46:04.158Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T14:46:05.109Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T14:46:05.376Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T14:46:06.333Z] Removing intermediate container 8137c697940a [2021-04-19T14:46:06.333Z] ---> 93a659a24515 [2021-04-19T14:46:06.333Z] Step 6/23 : COPY go.mod . [2021-04-19T14:46:06.333Z] ---> 7265a0bf5421 [2021-04-19T14:46:06.333Z] Step 7/24 : RUN go mod download [2021-04-19T14:46:06.333Z] Removing intermediate container fe2fc11ea823 [2021-04-19T14:46:06.333Z] ---> 5d73a02dd508 [2021-04-19T14:46:06.333Z] Step 29/31 : LABEL arch=x86_64 [2021-04-19T14:46:06.600Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T14:46:06.600Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T14:46:07.997Z] ---> Running in fd46bfd8da07 [2021-04-19T14:46:07.997Z] ---> Running in adc10ecc31e8 [2021-04-19T14:46:07.997Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T14:46:07.997Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T14:46:08.273Z] ---> dda107f0952f [2021-04-19T14:46:08.273Z] Step 7/23 : RUN go mod download [2021-04-19T14:46:08.273Z] ---> Running in 58da0ce7dca9 [2021-04-19T14:46:08.273Z] Removing intermediate container adc10ecc31e8 [2021-04-19T14:46:08.274Z] ---> 9c70d2cc0ab4 [2021-04-19T14:46:08.274Z] Step 30/31 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:46:08.560Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T14:46:08.824Z] ---> Running in 87bd087c772d [2021-04-19T14:46:08.824Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T14:46:09.406Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T14:46:09.406Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T14:46:09.406Z] 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-19T14:46:09.406Z] 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-19T14:46:09.673Z] Collecting idna<2.8,>=2.5 [2021-04-19T14:46:09.673Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T14:46:09.673Z] Removing intermediate container 87bd087c772d [2021-04-19T14:46:09.673Z] ---> 017b94413d1a [2021-04-19T14:46:09.673Z] Step 31/31 : LABEL version=2.0.0-dev.176 [2021-04-19T14:46:09.952Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T14:46:09.952Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T14:46:09.952Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T14:46:09.952Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T14:46:09.952Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T14:46:09.952Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T14:46:10.235Z] ---> Running in 9a4d1d667de0 [2021-04-19T14:46:10.235Z] Installing collected packages: docopt, texttable, cached-property, PyYAML, jsonschema, websocket-client, urllib3, idna, requests, dockerpty, docker-pycreds, docker, docker-compose [2021-04-19T14:46:10.235Z] Running setup.py install for docopt: started [2021-04-19T14:46:11.289Z] Removing intermediate container 9a4d1d667de0 [2021-04-19T14:46:11.289Z] ---> f5939766bfbc [2021-04-19T14:46:11.289Z] [2021-04-19T14:46:11.557Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T14:46:11.557Z] Running setup.py install for texttable: started [2021-04-19T14:46:11.557Z] Successfully built f5939766bfbc [2021-04-19T14:46:11.829Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-19T14:46:12.095Z] Building docker-core-command-go [2021-04-19T14:46:12.690Z]  Building docker-security-bootstrapper-go ... done  Running setup.py install for texttable: finished with status 'done' [2021-04-19T14:46:13.269Z] Running setup.py install for PyYAML: started [2021-04-19T14:46:13.269Z] Removing intermediate container fd46bfd8da07 [2021-04-19T14:46:13.269Z] ---> 20a37fa54883 [2021-04-19T14:46:13.269Z] Step 8/24 : COPY . . [2021-04-19T14:46:14.695Z] Removing intermediate container 58da0ce7dca9 [2021-04-19T14:46:14.695Z] ---> e6f212e2299f [2021-04-19T14:46:14.695Z] Step 8/23 : COPY . . [2021-04-19T14:46:14.695Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T14:46:20.063Z] Attempting uninstall: urllib3 [2021-04-19T14:46:20.063Z] Found existing installation: urllib3 1.25.9 [2021-04-19T14:46:20.063Z] Uninstalling urllib3-1.25.9: [2021-04-19T14:46:20.063Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T14:46:23.431Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:46:23.431Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:46:23.431Z] ---> 6012988f8f0b [2021-04-19T14:46:23.431Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T14:46:23.431Z] ---> Using cache [2021-04-19T14:46:23.431Z] ---> 6a4c73306bb9 [2021-04-19T14:46:23.431Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:46:23.431Z] ---> Using cache [2021-04-19T14:46:23.431Z] ---> bedd453af6a2 [2021-04-19T14:46:23.431Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T14:46:23.431Z] ---> Using cache [2021-04-19T14:46:23.431Z] ---> 93a659a24515 [2021-04-19T14:46:23.431Z] Step 6/21 : COPY go.mod . [2021-04-19T14:46:23.431Z] ---> Using cache [2021-04-19T14:46:23.431Z] ---> dda107f0952f [2021-04-19T14:46:23.431Z] Step 7/21 : RUN go mod download [2021-04-19T14:46:23.431Z] ---> Using cache [2021-04-19T14:46:23.431Z] ---> e6f212e2299f [2021-04-19T14:46:23.431Z] Step 8/21 : COPY . . [2021-04-19T14:46:24.396Z] Attempting uninstall: idna [2021-04-19T14:46:24.396Z] Found existing installation: idna 2.9 [2021-04-19T14:46:24.396Z] Uninstalling idna-2.9: [2021-04-19T14:46:24.396Z] Successfully uninstalled idna-2.9 [2021-04-19T14:46:25.741Z] Attempting uninstall: requests [2021-04-19T14:46:25.741Z] Found existing installation: requests 2.23.0 [2021-04-19T14:46:25.741Z] Uninstalling requests-2.23.0: [2021-04-19T14:46:25.741Z] Successfully uninstalled requests-2.23.0 [2021-04-19T14:46:27.621Z] Running setup.py install for dockerpty: started [2021-04-19T14:46:31.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T14:46:31.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T14:46:34.387Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T14:46:38.735Z] 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-19T14:46:42.090Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:46:42.090Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:46:42.090Z] ---> 6012988f8f0b [2021-04-19T14:46:42.090Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T14:46:42.090Z] ---> Using cache [2021-04-19T14:46:42.090Z] ---> 6a4c73306bb9 [2021-04-19T14:46:42.090Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:46:42.090Z] ---> Using cache [2021-04-19T14:46:42.090Z] ---> bedd453af6a2 [2021-04-19T14:46:42.090Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T14:46:42.090Z] ---> Using cache [2021-04-19T14:46:42.090Z] ---> 93a659a24515 [2021-04-19T14:46:42.090Z] Step 6/23 : COPY go.mod . [2021-04-19T14:46:42.090Z] ---> Using cache [2021-04-19T14:46:42.090Z] ---> dda107f0952f [2021-04-19T14:46:42.090Z] Step 7/23 : RUN go mod download [2021-04-19T14:46:42.367Z] ---> Using cache [2021-04-19T14:46:42.367Z] ---> e6f212e2299f [2021-04-19T14:46:42.367Z] Step 8/23 : COPY . . [2021-04-19T14:46:46.928Z] Removing intermediate container a0f99cb97976 [2021-04-19T14:46:46.928Z] ---> 45e347e5e63c [2021-04-19T14:46:46.928Z] [2021-04-19T14:46:46.928Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T14:46:46.928Z] 3.12: Pulling from library/alpine [2021-04-19T14:46:46.928Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T14:46:46.928Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T14:46:46.928Z] ---> 9852663dfa18 [2021-04-19T14:46:46.928Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T14:46:47.936Z] ---> Running in ec6c906aa866 [2021-04-19T14:46:48.929Z] Removing intermediate container ec6c906aa866 [2021-04-19T14:46:48.929Z] ---> a1fc2acfb931 [2021-04-19T14:46:48.929Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T14:46:49.911Z] ---> Running in 0de6a01d550d [2021-04-19T14:46:50.188Z] Removing intermediate container d52435e41bc0 [2021-04-19T14:46:50.188Z] ---> 421a82dc55fb [2021-04-19T14:46:50.188Z] [2021-04-19T14:46:50.188Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T14:46:50.464Z] ---> 9852663dfa18 [2021-04-19T14:46:50.464Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T14:46:50.464Z] Removing intermediate container 7a4fa13424ce [2021-04-19T14:46:50.464Z] ---> cafaa376ae24 [2021-04-19T14:46:50.464Z] [2021-04-19T14:46:50.464Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T14:46:50.464Z] ---> 9852663dfa18 [2021-04-19T14:46:50.464Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T14:46:51.091Z] ---> Running in 1e2940478c3e [2021-04-19T14:46:51.091Z] ---> Running in 8c25ba2eac00 [2021-04-19T14:46:51.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:46:51.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:46:52.621Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T14:46:52.621Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T14:46:52.621Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:46:52.621Z] OK: 5 MiB in 16 packages [2021-04-19T14:46:53.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:46:53.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:46:53.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:46:53.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:46:53.791Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T14:46:54.074Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T14:46:54.074Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T14:46:54.074Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T14:46:54.074Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T14:46:54.074Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T14:46:54.074Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T14:46:54.074Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T14:46:54.074Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T14:46:54.074Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T14:46:54.074Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:46:54.074Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:46:54.074Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T14:46:54.074Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T14:46:54.353Z] OK: 7 MiB in 18 packages [2021-04-19T14:46:54.353Z] OK: 7 MiB in 20 packages [2021-04-19T14:46:54.957Z] Removing intermediate container 13e5d0375722 [2021-04-19T14:46:54.957Z] ---> 509141c70961 [2021-04-19T14:46:54.957Z] [2021-04-19T14:46:54.957Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T14:46:54.957Z] ---> 9852663dfa18 [2021-04-19T14:46:54.957Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T14:46:55.239Z] Removing intermediate container f7d0c79a8ac0 [2021-04-19T14:46:55.240Z] ---> 0335b2a2f17b [2021-04-19T14:46:55.240Z] [2021-04-19T14:46:55.240Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T14:46:55.240Z] ---> 9852663dfa18 [2021-04-19T14:46:55.240Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T14:46:55.524Z] ---> Running in ff5ce9864ddf [2021-04-19T14:46:55.524Z] ---> Running in 99d49d69568e [2021-04-19T14:46:55.806Z] Removing intermediate container 0de6a01d550d [2021-04-19T14:46:55.806Z] ---> c5e2f7a5b67c [2021-04-19T14:46:55.806Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T14:46:56.124Z] ---> Running in e2984eb59f92 [2021-04-19T14:46:57.227Z] Removing intermediate container e2984eb59f92 [2021-04-19T14:46:57.227Z] ---> e6fdceeee1b4 [2021-04-19T14:46:57.227Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T14:46:57.505Z] Removing intermediate container 1e2940478c3e [2021-04-19T14:46:57.505Z] ---> 166c9c434514 [2021-04-19T14:46:57.505Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T14:46:57.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:46:57.788Z] Removing intermediate container 8c25ba2eac00 [2021-04-19T14:46:57.788Z] ---> 1a138c113c0f [2021-04-19T14:46:57.788Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T14:46:57.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:46:57.788Z] ---> Running in f2f1b6ca3f75 [2021-04-19T14:46:57.788Z] ---> Running in 518cf8558160 [2021-04-19T14:46:58.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:46:58.096Z] ---> Running in 30daa0a89f27 [2021-04-19T14:46:58.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:46:58.375Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T14:46:58.375Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:46:58.375Z] OK: 5 MiB in 15 packages [2021-04-19T14:46:58.375Z] Removing intermediate container 518cf8558160 [2021-04-19T14:46:58.375Z] ---> 9a4cd245a732 [2021-04-19T14:46:58.375Z] Step 13/21 : WORKDIR /edgex [2021-04-19T14:46:58.659Z] Removing intermediate container f2f1b6ca3f75 [2021-04-19T14:46:58.659Z] ---> ae1dc0d8f107 [2021-04-19T14:46:58.659Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T14:46:58.659Z] ---> Running in 9313f998ae7f [2021-04-19T14:46:58.659Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T14:46:58.659Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:46:58.659Z] OK: 5 MiB in 15 packages [2021-04-19T14:46:58.934Z] Removing intermediate container 30daa0a89f27 [2021-04-19T14:46:58.934Z] ---> 9eefe14bc844 [2021-04-19T14:46:58.934Z] Step 13/24 : WORKDIR / [2021-04-19T14:46:59.207Z] ---> Running in bccde09c26e9 [2021-04-19T14:46:59.207Z] ---> Running in c7c8144ce72b [2021-04-19T14:46:59.482Z] Removing intermediate container 9313f998ae7f [2021-04-19T14:46:59.482Z] ---> 80ea18a1f744 [2021-04-19T14:46:59.482Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T14:47:00.081Z] Removing intermediate container 99d49d69568e [2021-04-19T14:47:00.081Z] ---> 6da4e2327256 [2021-04-19T14:47:00.081Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T14:47:00.081Z] Removing intermediate container c7c8144ce72b [2021-04-19T14:47:00.081Z] ---> 4bb51d8b13c2 [2021-04-19T14:47:00.081Z] 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-19T14:47:00.355Z] ---> Running in ac4f0889d785 [2021-04-19T14:47:00.355Z] Removing intermediate container ff5ce9864ddf [2021-04-19T14:47:00.355Z] ---> 99f38faa23bb [2021-04-19T14:47:00.355Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T14:47:00.625Z] ---> 3a29a16efda8 [2021-04-19T14:47:00.625Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T14:47:00.625Z] ---> 6f5695a602c5 [2021-04-19T14:47:00.625Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T14:47:00.630Z] ---> Running in 3419934533dd [2021-04-19T14:47:00.902Z] ---> d028f63fa367 [2021-04-19T14:47:00.902Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T14:47:00.902Z] ---> 8ec264be91ca [2021-04-19T14:47:00.902Z] 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-19T14:47:00.902Z] Removing intermediate container ac4f0889d785 [2021-04-19T14:47:00.902Z] ---> 251b3f8f18f0 [2021-04-19T14:47:01.185Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T14:47:01.459Z] ---> Running in 10ea62291b74 [2021-04-19T14:47:01.459Z] Removing intermediate container 3419934533dd [2021-04-19T14:47:01.459Z] ---> 2acddcca21c9 [2021-04-19T14:47:01.460Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T14:47:01.735Z] ---> Running in 7516cb8265da [2021-04-19T14:47:02.012Z] Removing intermediate container 10ea62291b74 [2021-04-19T14:47:02.012Z] ---> 67d7ee7ee3b8 [2021-04-19T14:47:02.012Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T14:47:02.012Z] ---> a36d2446c349 [2021-04-19T14:47:02.012Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T14:47:02.606Z] ---> Running in f69378c3324a [2021-04-19T14:47:02.606Z] ---> 9bcd2944e364 [2021-04-19T14:47:02.606Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T14:47:02.606Z] Removing intermediate container bccde09c26e9 [2021-04-19T14:47:02.606Z] ---> 367dfae8bf63 [2021-04-19T14:47:02.606Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T14:47:02.606Z] Removing intermediate container 7516cb8265da [2021-04-19T14:47:02.606Z] ---> 2bb36a82beb8 [2021-04-19T14:47:02.606Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T14:47:02.883Z] ---> Running in 02167e690392 [2021-04-19T14:47:02.883Z] ---> Running in ac51c2a32a2e [2021-04-19T14:47:02.883Z] ---> 1d66cf87d9d1 [2021-04-19T14:47:02.883Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T14:47:03.155Z] Removing intermediate container f69378c3324a [2021-04-19T14:47:03.155Z] ---> c1f47f53906b [2021-04-19T14:47:03.155Z] Step 15/23 : WORKDIR / [2021-04-19T14:47:03.430Z] ---> Running in 4630b32ee801 [2021-04-19T14:47:03.430Z] Removing intermediate container 02167e690392 [2021-04-19T14:47:03.430Z] ---> 947142794561 [2021-04-19T14:47:03.430Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:47:03.430Z] Removing intermediate container ac51c2a32a2e [2021-04-19T14:47:03.430Z] ---> d475a1b61bf3 [2021-04-19T14:47:03.430Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T14:47:04.413Z] ---> b8ee1393e1d0 [2021-04-19T14:47:04.413Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T14:47:04.413Z] Removing intermediate container 4630b32ee801 [2021-04-19T14:47:04.413Z] ---> 9d23e8eb703a [2021-04-19T14:47:04.413Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:47:04.413Z] ---> Running in 0b328b4c760f [2021-04-19T14:47:04.690Z] ---> 8ee5d9b381c0 [2021-04-19T14:47:04.690Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T14:47:04.690Z] ---> 2a749d9a17d7 [2021-04-19T14:47:04.690Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T14:47:04.690Z] ---> 7bf9e677bbc9 [2021-04-19T14:47:04.690Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T14:47:04.971Z] ---> Running in d2ccc49c66b4 [2021-04-19T14:47:05.254Z] Removing intermediate container 0b328b4c760f [2021-04-19T14:47:05.254Z] ---> 39a78c2a0cea [2021-04-19T14:47:05.254Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T14:47:05.531Z] ---> 7b31489a615f [2021-04-19T14:47:05.531Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T14:47:05.802Z] ---> Running in a21775e8c051 [2021-04-19T14:47:05.979Z] ---> Running in 016865d0969e [2021-04-19T14:47:05.979Z] ---> Running in 8e5a057bb720 [2021-04-19T14:47:06.779Z] Removing intermediate container a21775e8c051 [2021-04-19T14:47:06.779Z] ---> 131e0e2041b2 [2021-04-19T14:47:06.779Z] Step 19/21 : LABEL arch=arm64 [2021-04-19T14:47:07.051Z] ---> 852bb10119f5 [2021-04-19T14:47:07.051Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T14:47:07.051Z] ---> 49d3752baa11 [2021-04-19T14:47:07.051Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T14:47:07.323Z] ---> Running in 274734aae976 [2021-04-19T14:47:07.323Z] ---> c966a3b1ac37 [2021-04-19T14:47:07.323Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T14:47:08.764Z] Removing intermediate container 274734aae976 [2021-04-19T14:47:08.765Z] ---> 4df288acc409 [2021-04-19T14:47:08.765Z] Step 20/21 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:47:08.765Z] ---> Running in c7e85b748191 [2021-04-19T14:47:08.765Z] ---> fa6bd7d503d0 [2021-04-19T14:47:08.765Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T14:47:08.765Z] ---> 9e11692b557b [2021-04-19T14:47:08.765Z] 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-19T14:47:08.765Z] ---> Running in 776d6cc72ba9 [2021-04-19T14:47:08.765Z] ---> 2bca65764b5f [2021-04-19T14:47:08.765Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T14:47:08.765Z] ---> Running in 6f07a7774d06 [2021-04-19T14:47:08.765Z] ---> Running in 115548a35e85 [2021-04-19T14:47:08.765Z] Removing intermediate container c7e85b748191 [2021-04-19T14:47:08.765Z] Removing intermediate container d2ccc49c66b4 [2021-04-19T14:47:08.765Z] ---> e1e286c698d8 [2021-04-19T14:47:08.765Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:47:08.765Z] ---> 7de4f1b66434 [2021-04-19T14:47:08.765Z] Step 21/21 : LABEL version=2.0.0-dev.176 [2021-04-19T14:47:09.035Z] Removing intermediate container 776d6cc72ba9 [2021-04-19T14:47:09.035Z] ---> fc5f3fc3022b [2021-04-19T14:47:09.035Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:47:09.035Z] ---> Running in 384fd97ab2e4 [2021-04-19T14:47:09.311Z] ---> Running in b2e9ba300517 [2021-04-19T14:47:09.311Z] Removing intermediate container 115548a35e85 [2021-04-19T14:47:09.311Z] ---> eb1971177036 [2021-04-19T14:47:09.311Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:47:09.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T14:47:09.583Z] ---> Running in 7c2526738d9b [2021-04-19T14:47:09.862Z] Removing intermediate container 384fd97ab2e4 [2021-04-19T14:47:09.862Z] ---> 7be5fb429693 [2021-04-19T14:47:09.862Z] [2021-04-19T14:47:09.862Z] Removing intermediate container b2e9ba300517 [2021-04-19T14:47:09.862Z] ---> b91b62fdd92e [2021-04-19T14:47:09.862Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T14:47:09.862Z] ---> e66433123d97 [2021-04-19T14:47:09.862Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T14:47:10.138Z] Successfully built 7be5fb429693 [2021-04-19T14:47:10.138Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-19T14:47:10.138Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-04-19T14:47:10.138Z] ---> Running in 77d74b794f3e [2021-04-19T14:47:10.400Z] ---> 799e2034b419 [2021-04-19T14:47:10.400Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T14:47:10.409Z] Removing intermediate container 7c2526738d9b [2021-04-19T14:47:10.409Z] ---> fa93b4895b5d [2021-04-19T14:47:10.409Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T14:47:10.409Z] ---> Running in 5f90e4fe9715 [2021-04-19T14:47:11.390Z] Removing intermediate container 77d74b794f3e [2021-04-19T14:47:11.391Z] ---> 1cd5de279169 [2021-04-19T14:47:11.391Z] Step 21/22 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:47:11.391Z] Removing intermediate container 5f90e4fe9715 [2021-04-19T14:47:11.391Z] ---> 43e13ef2e2dd [2021-04-19T14:47:11.391Z] Step 22/23 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:47:11.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T14:47:11.661Z] ---> Running in d473aef49862 [2021-04-19T14:47:11.937Z] ---> Running in aef7dccce4b4 [2021-04-19T14:47:12.950Z] Removing intermediate container 6f07a7774d06 [2021-04-19T14:47:12.950Z] ---> 1ceecead36e7 [2021-04-19T14:47:12.950Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T14:47:13.234Z] ---> f82d722a13f3 [2021-04-19T14:47:13.234Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T14:47:13.234Z] Removing intermediate container d473aef49862 [2021-04-19T14:47:13.234Z] ---> 2eb1fc916328 [2021-04-19T14:47:13.234Z] Step 22/22 : LABEL version=2.0.0-dev.176 [2021-04-19T14:47:13.521Z] ---> Running in 37e94b4d6d86 [2021-04-19T14:47:13.521Z] Removing intermediate container aef7dccce4b4 [2021-04-19T14:47:13.521Z] ---> 81635a41f0a0 [2021-04-19T14:47:13.521Z] Step 23/23 : LABEL version=2.0.0-dev.176 [2021-04-19T14:47:13.799Z] ---> Running in 2ce45947aadd [2021-04-19T14:47:13.799Z] ---> Running in 52134d96c3e1 [2021-04-19T14:47:14.013Z] ---> Running in 09d096f0fb40 [2021-04-19T14:47:14.082Z] ---> f2ce19cebb67 [2021-04-19T14:47:14.082Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T14:47:14.362Z] Removing intermediate container 37e94b4d6d86 [2021-04-19T14:47:14.362Z] ---> 56eb6abe0067 [2021-04-19T14:47:14.362Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T14:47:14.638Z] Removing intermediate container 2ce45947aadd [2021-04-19T14:47:14.638Z] ---> 1c12032b4199 [2021-04-19T14:47:14.638Z] [2021-04-19T14:47:14.638Z] ---> Running in 62fb4d7929b4 [2021-04-19T14:47:14.638Z] Removing intermediate container 52134d96c3e1 [2021-04-19T14:47:14.638Z] ---> fbf92e0469a8 [2021-04-19T14:47:14.638Z] [2021-04-19T14:47:14.912Z] Successfully built 1c12032b4199 [2021-04-19T14:47:15.019Z] ---> f4cb23e33fa6 [2021-04-19T14:47:15.019Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T14:47:15.019Z] ---> Running in 4202ed4da33a [2021-04-19T14:47:15.203Z] Successfully built fbf92e0469a8 [2021-04-19T14:47:15.203Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-19T14:47:15.203Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-04-19T14:47:15.203Z] ---> ae1573248197 [2021-04-19T14:47:15.203Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T14:47:15.203Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-19T14:47:15.203Z] Building docker-sys-mgmt-agent-go [2021-04-19T14:47:15.474Z]  Building docker-core-command-go ... done Removing intermediate container 62fb4d7929b4 [2021-04-19T14:47:15.474Z] ---> 129715ae2744 [2021-04-19T14:47:15.474Z] Step 23/24 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:47:15.474Z] ---> Running in 07e16d2bf53f [2021-04-19T14:47:15.642Z] Removing intermediate container 91681b28576a [2021-04-19T14:47:15.642Z] ---> 080dbcb7eaaa [2021-04-19T14:47:15.642Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T14:47:15.642Z] ---> Running in cd1828a902d7 [2021-04-19T14:47:15.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T14:47:16.075Z] ---> 0dead92ae529 [2021-04-19T14:47:16.075Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T14:47:16.075Z] Removing intermediate container 07e16d2bf53f [2021-04-19T14:47:16.075Z] ---> b9b682b1dfa7 [2021-04-19T14:47:16.075Z] Step 24/24 : LABEL version=2.0.0-dev.176 [2021-04-19T14:47:16.183Z] Removing intermediate container cd1828a902d7 [2021-04-19T14:47:16.183Z] ---> 39d33351e82a [2021-04-19T14:47:16.183Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T14:47:16.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T14:47:16.183Z] ---> Running in e87542890029 [2021-04-19T14:47:16.362Z] ---> Running in 0780e364198a [2021-04-19T14:47:16.363Z] ---> Running in 9a151eded50c [2021-04-19T14:47:16.452Z] Removing intermediate container e87542890029 [2021-04-19T14:47:16.452Z] ---> fe14168465db [2021-04-19T14:47:16.452Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T14:47:16.955Z] Removing intermediate container 0780e364198a [2021-04-19T14:47:16.955Z] ---> 0249253cb5ff [2021-04-19T14:47:16.955Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T14:47:16.955Z] Removing intermediate container 9a151eded50c [2021-04-19T14:47:16.955Z] ---> 2452d5fb431d [2021-04-19T14:47:16.955Z] [2021-04-19T14:47:17.229Z] Successfully built 2452d5fb431d [2021-04-19T14:47:17.434Z] ---> b42b2cbc92ea [2021-04-19T14:47:17.434Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T14:47:17.501Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-19T14:47:17.501Z] Building docker-core-metadata-go [2021-04-19T14:47:17.780Z]  Building docker-security-secretstore-setup-go ... done  ---> 87882a669377 [2021-04-19T14:47:17.780Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T14:47:18.041Z] ---> cb0ab2f17042 [2021-04-19T14:47:18.041Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T14:47:18.053Z] ---> Running in 77e01713654b [2021-04-19T14:47:19.034Z] ---> d1e022a340aa [2021-04-19T14:47:19.034Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T14:47:19.034Z] ---> Running in 0c551ce05ea8 [2021-04-19T14:47:21.648Z] Removing intermediate container 0c551ce05ea8 [2021-04-19T14:47:21.648Z] ---> 1d916682f65d [2021-04-19T14:47:21.648Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:47:22.244Z] ---> Running in db3c06b9516f [2021-04-19T14:47:22.386Z] Removing intermediate container 77e01713654b [2021-04-19T14:47:22.386Z] ---> ae6c4c55a4f7 [2021-04-19T14:47:22.386Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T14:47:22.840Z] Removing intermediate container db3c06b9516f [2021-04-19T14:47:22.840Z] ---> 74cd00212727 [2021-04-19T14:47:22.840Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T14:47:22.840Z] ---> Running in 9a7d0d9f899e [2021-04-19T14:47:22.989Z] ---> Running in 8e7dba64f014 [2021-04-19T14:47:23.436Z] Removing intermediate container 9a7d0d9f899e [2021-04-19T14:47:23.436Z] ---> 15d7057306e1 [2021-04-19T14:47:23.436Z] Step 22/23 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:47:23.715Z] ---> Running in 4795b2b74ff0 [2021-04-19T14:47:24.310Z] Removing intermediate container 4795b2b74ff0 [2021-04-19T14:47:24.310Z] ---> 1100d106201f [2021-04-19T14:47:24.310Z] Step 23/23 : LABEL version=2.0.0-dev.176 [2021-04-19T14:47:24.310Z] ---> Running in 71883be68734 [2021-04-19T14:47:24.421Z] Removing intermediate container 8e7dba64f014 [2021-04-19T14:47:24.421Z] ---> 9c5ec7eb0fb0 [2021-04-19T14:47:24.421Z] Step 28/31 : CMD ["gate"] [2021-04-19T14:47:25.292Z] Removing intermediate container 71883be68734 [2021-04-19T14:47:25.292Z] ---> 293cc647f679 [2021-04-19T14:47:25.292Z] [2021-04-19T14:47:25.292Z] Successfully built 293cc647f679 [2021-04-19T14:47:25.292Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-19T14:47:25.425Z] ---> Running in 247a94b998a6 [2021-04-19T14:47:26.065Z] Removing intermediate container 247a94b998a6 [2021-04-19T14:47:26.065Z] ---> 08a4a4424cd6 [2021-04-19T14:47:26.065Z] Step 29/31 : LABEL arch=arm64 [2021-04-19T14:47:27.041Z] ---> Running in b7eed271c67a [2021-04-19T14:47:27.644Z] Removing intermediate container b7eed271c67a [2021-04-19T14:47:27.644Z] ---> ceed5fdf316c [2021-04-19T14:47:27.644Z] Step 30/31 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:47:28.243Z] ---> Running in f8985dac8aab [2021-04-19T14:47:28.838Z] Removing intermediate container f8985dac8aab [2021-04-19T14:47:28.838Z] ---> 9a80b33bf11d [2021-04-19T14:47:28.838Z] Step 31/31 : LABEL version=2.0.0-dev.176 [2021-04-19T14:47:29.110Z] ---> Running in dbe5535ddd73 [2021-04-19T14:47:29.708Z] Removing intermediate container dbe5535ddd73 [2021-04-19T14:47:29.708Z] ---> f813252f8837 [2021-04-19T14:47:29.708Z] [2021-04-19T14:47:29.983Z] Successfully built f813252f8837 [2021-04-19T14:47:29.983Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-19T14:47:37.650Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T14:47:42.364Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:47:42.364Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:47:42.364Z] ---> b14d51c1a7b2 [2021-04-19T14:47:42.364Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T14:47:42.364Z] ---> Using cache [2021-04-19T14:47:42.364Z] ---> 963cacd5b437 [2021-04-19T14:47:42.364Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:47:42.364Z] ---> Using cache [2021-04-19T14:47:42.364Z] ---> 3462a523a67a [2021-04-19T14:47:42.364Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T14:47:43.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T14:47:44.383Z] ---> Running in 7a6acdadd619 [2021-04-19T14:47:45.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:47:46.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:47:47.015Z] OK: 217 MiB in 51 packages [2021-04-19T14:47:47.285Z] Removing intermediate container 8e5a057bb720 [2021-04-19T14:47:47.285Z] ---> 2b4d331ff509 [2021-04-19T14:47:47.285Z] [2021-04-19T14:47:47.285Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T14:47:47.285Z] ---> 13621d1b12d4 [2021-04-19T14:47:47.285Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T14:47:47.285Z] ---> Running in 23fc279bbd70 [2021-04-19T14:47:48.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:47:48.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:47:48.552Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T14:47:48.552Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T14:47:48.552Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T14:47:48.552Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T14:47:48.552Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T14:47:48.552Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T14:47:48.552Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:47:48.552Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T14:47:48.817Z] OK: 7 MiB in 20 packages [2021-04-19T14:47:49.040Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:47:49.040Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:47:49.040Z] ---> b14d51c1a7b2 [2021-04-19T14:47:49.040Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T14:47:49.040Z] ---> Using cache [2021-04-19T14:47:49.040Z] ---> 963cacd5b437 [2021-04-19T14:47:49.040Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:47:49.040Z] ---> Using cache [2021-04-19T14:47:49.040Z] ---> 3462a523a67a [2021-04-19T14:47:49.040Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T14:47:49.040Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:47:49.040Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:47:49.040Z] ---> b14d51c1a7b2 [2021-04-19T14:47:49.040Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T14:47:49.040Z] ---> Using cache [2021-04-19T14:47:49.040Z] ---> 963cacd5b437 [2021-04-19T14:47:49.040Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:47:49.040Z] ---> Using cache [2021-04-19T14:47:49.040Z] ---> 3462a523a67a [2021-04-19T14:47:49.040Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T14:47:49.317Z] ---> Running in 5ed1b347757a [2021-04-19T14:47:49.317Z] ---> Running in 0cac25876d32 [2021-04-19T14:47:49.595Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T14:47:49.595Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T14:47:49.595Z] ---> b14d51c1a7b2 [2021-04-19T14:47:49.595Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T14:47:49.595Z] ---> Using cache [2021-04-19T14:47:49.595Z] ---> 963cacd5b437 [2021-04-19T14:47:49.595Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:47:49.595Z] ---> Using cache [2021-04-19T14:47:49.595Z] ---> 3462a523a67a [2021-04-19T14:47:49.595Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T14:47:49.595Z] ---> Using cache [2021-04-19T14:47:49.595Z] ---> 9395c4fdcc81 [2021-04-19T14:47:49.595Z] Step 6/23 : COPY go.mod . [2021-04-19T14:47:49.595Z] ---> Using cache [2021-04-19T14:47:49.595Z] ---> 73293f8d70dc [2021-04-19T14:47:49.595Z] Step 7/23 : RUN go mod download [2021-04-19T14:47:49.595Z] ---> Using cache [2021-04-19T14:47:49.595Z] ---> a55474558926 [2021-04-19T14:47:49.595Z] Step 8/23 : COPY . . [2021-04-19T14:47:49.878Z] ---> Using cache [2021-04-19T14:47:49.878Z] ---> 3e02cd616d23 [2021-04-19T14:47:49.878Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T14:47:49.878Z] Removing intermediate container 7a6acdadd619 [2021-04-19T14:47:49.878Z] ---> d4b58cb84d30 [2021-04-19T14:47:49.878Z] Step 6/22 : COPY go.mod . [2021-04-19T14:47:50.157Z] ---> Running in 69be320b3ad8 [2021-04-19T14:47:51.145Z] ---> 9a537accc79c [2021-04-19T14:47:51.145Z] Step 7/22 : RUN go mod download [2021-04-19T14:47:51.145Z] ---> Running in 20155879d827 [2021-04-19T14:47:51.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:47:51.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:47:51.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T14:47:52.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:47:52.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:47:53.387Z] OK: 217 MiB in 51 packages [2021-04-19T14:47:53.388Z] OK: 217 MiB in 51 packages [2021-04-19T14:47:54.221Z] Removing intermediate container 09d096f0fb40 [2021-04-19T14:47:54.221Z] ---> 21486d3161e6 [2021-04-19T14:47:54.221Z] [2021-04-19T14:47:54.221Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T14:47:54.221Z] ---> 13621d1b12d4 [2021-04-19T14:47:54.221Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T14:47:54.221Z] ---> Running in fb831f28b4c2 [2021-04-19T14:47:54.221Z] Removing intermediate container 016865d0969e [2021-04-19T14:47:54.221Z] ---> 0fa9f72292dd [2021-04-19T14:47:54.221Z] [2021-04-19T14:47:54.221Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T14:47:54.221Z] ---> 13621d1b12d4 [2021-04-19T14:47:54.221Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T14:47:54.222Z] ---> Using cache [2021-04-19T14:47:54.222Z] ---> 7ba3e6d908e5 [2021-04-19T14:47:54.222Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T14:47:54.222Z] ---> Using cache [2021-04-19T14:47:54.222Z] ---> d2770347de43 [2021-04-19T14:47:54.222Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T14:47:54.665Z] ---> Running in ae1c800771d8 [2021-04-19T14:47:54.931Z] Removing intermediate container 23fc279bbd70 [2021-04-19T14:47:54.931Z] ---> 9bc1fab54caf [2021-04-19T14:47:54.931Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T14:47:55.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T14:47:55.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T14:47:55.193Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T14:47:55.408Z] Removing intermediate container 5ed1b347757a [2021-04-19T14:47:55.408Z] ---> 6ed9d8aae8fc [2021-04-19T14:47:55.408Z] Step 6/23 : COPY go.mod . [2021-04-19T14:47:55.458Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T14:47:55.459Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T14:47:55.459Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T14:47:55.459Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:47:55.459Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T14:47:55.459Z] OK: 7 MiB in 18 packages [2021-04-19T14:47:55.682Z] Removing intermediate container 0cac25876d32 [2021-04-19T14:47:55.682Z] ---> c2ddc081c122 [2021-04-19T14:47:55.682Z] Step 6/23 : COPY go.mod . [2021-04-19T14:47:55.957Z] Removing intermediate container 20155879d827 [2021-04-19T14:47:55.957Z] ---> c281158c6956 [2021-04-19T14:47:55.957Z] Step 8/22 : COPY . . [2021-04-19T14:47:56.234Z] ---> aa62b90c355f [2021-04-19T14:47:56.234Z] Step 7/23 : RUN go mod download [2021-04-19T14:47:56.510Z] ---> Running in e4998c5160ed [2021-04-19T14:47:56.860Z] Removing intermediate container ae1c800771d8 [2021-04-19T14:47:56.860Z] ---> c403b9dfaae3 [2021-04-19T14:47:56.860Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T14:47:56.860Z] ---> Running in 21f183723920 [2021-04-19T14:47:56.860Z] ---> Running in 342adbb67cee [2021-04-19T14:47:56.860Z] Removing intermediate container 4202ed4da33a [2021-04-19T14:47:56.860Z] ---> ebdce37cf552 [2021-04-19T14:47:56.860Z] [2021-04-19T14:47:56.860Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T14:47:56.860Z] ---> 13621d1b12d4 [2021-04-19T14:47:56.860Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T14:47:56.860Z] ---> Using cache [2021-04-19T14:47:56.860Z] ---> 7ba3e6d908e5 [2021-04-19T14:47:56.860Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T14:47:56.860Z] ---> Using cache [2021-04-19T14:47:56.860Z] ---> d2770347de43 [2021-04-19T14:47:56.860Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T14:47:57.123Z] ---> Running in e7ed7638f3f7 [2021-04-19T14:47:57.390Z] Removing intermediate container 21f183723920 [2021-04-19T14:47:57.390Z] ---> c5df8d8637cc [2021-04-19T14:47:57.390Z] Step 13/24 : WORKDIR / [2021-04-19T14:47:57.390Z] Removing intermediate container 342adbb67cee [2021-04-19T14:47:57.390Z] ---> da99f892ee5e [2021-04-19T14:47:57.390Z] Step 15/23 : WORKDIR / [2021-04-19T14:47:57.502Z] ---> fc018468588e [2021-04-19T14:47:57.502Z] Step 7/23 : RUN go mod download [2021-04-19T14:47:57.654Z] ---> Running in c6572d15062f [2021-04-19T14:47:57.654Z] Removing intermediate container e7ed7638f3f7 [2021-04-19T14:47:57.654Z] ---> 3b51fd7f421d [2021-04-19T14:47:57.654Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T14:47:57.654Z] ---> Running in 42d7a4217de6 [2021-04-19T14:47:57.654Z] Removing intermediate container fb831f28b4c2 [2021-04-19T14:47:57.654Z] ---> 3e5f0f1c82a3 [2021-04-19T14:47:57.654Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T14:47:57.654Z] ---> Running in d645aedbe1b4 [2021-04-19T14:47:57.780Z] ---> Running in a6e820d37272 [2021-04-19T14:47:57.925Z] ---> Running in 0a2aae19942d [2021-04-19T14:47:57.925Z] Removing intermediate container c6572d15062f [2021-04-19T14:47:57.925Z] ---> c7b84af36194 [2021-04-19T14:47:57.925Z] 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-19T14:47:57.925Z] Removing intermediate container 42d7a4217de6 [2021-04-19T14:47:57.925Z] ---> 48d24d789515 [2021-04-19T14:47:57.925Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:47:58.873Z] Removing intermediate container d645aedbe1b4 [2021-04-19T14:47:58.873Z] ---> 4195a024aa4e [2021-04-19T14:47:58.873Z] Step 15/23 : WORKDIR / [2021-04-19T14:47:58.873Z] Removing intermediate container 0a2aae19942d [2021-04-19T14:47:58.873Z] ---> 055af10b6971 [2021-04-19T14:47:58.873Z] Step 13/21 : WORKDIR /edgex [2021-04-19T14:47:59.146Z] ---> Running in 16eeede253bb [2021-04-19T14:47:59.146Z] ---> Running in 91bc4a94f46e [2021-04-19T14:47:59.146Z] ---> fa7061457c0b [2021-04-19T14:47:59.146Z] 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-19T14:47:59.146Z] ---> 6de14add7f65 [2021-04-19T14:47:59.146Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T14:47:59.412Z] Removing intermediate container 91bc4a94f46e [2021-04-19T14:47:59.412Z] ---> 27554b56742c [2021-04-19T14:47:59.412Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:47:59.412Z] Removing intermediate container 16eeede253bb [2021-04-19T14:47:59.412Z] ---> 92e5ba7dce6c [2021-04-19T14:47:59.412Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T14:47:59.681Z] ---> 4d379f44c4d0 [2021-04-19T14:47:59.681Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T14:47:59.946Z] ---> 40d4ebd1127e [2021-04-19T14:47:59.946Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T14:47:59.946Z] ---> 9cf045d6c462 [2021-04-19T14:47:59.946Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T14:47:59.946Z] ---> 5fedca01b164 [2021-04-19T14:47:59.946Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T14:47:59.946Z] ---> 843ccd7ee1fc [2021-04-19T14:47:59.946Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T14:48:00.535Z] ---> c3d22923a268 [2021-04-19T14:48:00.535Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T14:48:00.803Z] ---> Running in f6e6c5e57fef [2021-04-19T14:48:00.803Z] ---> 9f59c52f2896 [2021-04-19T14:48:00.803Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T14:48:00.803Z] ---> fbc737ed13e2 [2021-04-19T14:48:00.803Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T14:48:00.803Z] ---> 58f9d927e8b2 [2021-04-19T14:48:00.803Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T14:48:01.069Z] Removing intermediate container f6e6c5e57fef [2021-04-19T14:48:01.069Z] ---> d15fedb1ed90 [2021-04-19T14:48:01.069Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:48:01.069Z] ---> Running in f85334921c48 [2021-04-19T14:48:01.343Z] ---> 3147a0aa2ec2 [2021-04-19T14:48:01.343Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T14:48:01.343Z] ---> Running in 2f33f3319f48 [2021-04-19T14:48:01.343Z] ---> 6d6a86acd71c [2021-04-19T14:48:01.343Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T14:48:01.924Z] ---> bae3742e0fe7 [2021-04-19T14:48:01.924Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T14:48:01.924Z] Removing intermediate container f85334921c48 [2021-04-19T14:48:01.924Z] ---> fdbad3eda39d [2021-04-19T14:48:01.924Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T14:48:01.924Z] ---> Running in 14ae04fb0caf [2021-04-19T14:48:02.188Z] ---> Running in 9dcb00b03051 [2021-04-19T14:48:02.189Z] Removing intermediate container 2f33f3319f48 [2021-04-19T14:48:02.189Z] ---> 62a44d760100 [2021-04-19T14:48:02.189Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:48:02.189Z] ---> Running in c2c6421e45d1 [2021-04-19T14:48:02.189Z] ---> 2122c5699535 [2021-04-19T14:48:02.189Z] 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-19T14:48:02.459Z] Removing intermediate container 14ae04fb0caf [2021-04-19T14:48:02.459Z] ---> 466981faadf7 [2021-04-19T14:48:02.459Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T14:48:02.459Z] Removing intermediate container 9dcb00b03051 [2021-04-19T14:48:02.459Z] ---> 903d1464b0e8 [2021-04-19T14:48:02.459Z] Step 22/23 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:02.459Z] ---> Running in 15e847201b8a [2021-04-19T14:48:02.460Z] ---> Running in 769dafc63243 [2021-04-19T14:48:02.723Z] ---> Running in a6a54cf33495 [2021-04-19T14:48:02.723Z] Removing intermediate container c2c6421e45d1 [2021-04-19T14:48:02.723Z] ---> 2296e3a1fe5c [2021-04-19T14:48:02.723Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T14:48:02.987Z] ---> Running in fda065f1836a [2021-04-19T14:48:02.987Z] Removing intermediate container 769dafc63243 [2021-04-19T14:48:02.987Z] ---> 7a185ceba701 [2021-04-19T14:48:02.987Z] Step 19/21 : LABEL arch=x86_64 [2021-04-19T14:48:02.987Z] Removing intermediate container a6a54cf33495 [2021-04-19T14:48:02.987Z] ---> c0b0185ee6f2 [2021-04-19T14:48:02.987Z] Step 23/23 : LABEL version=2.0.0-dev.176 [2021-04-19T14:48:03.207Z] Removing intermediate container e4998c5160ed [2021-04-19T14:48:03.207Z] ---> 78a4a09d3f6f [2021-04-19T14:48:03.207Z] Step 8/23 : COPY . . [2021-04-19T14:48:03.207Z] Removing intermediate container a6e820d37272 [2021-04-19T14:48:03.207Z] ---> fa911c10c47f [2021-04-19T14:48:03.207Z] Step 8/23 : COPY . . [2021-04-19T14:48:03.261Z] ---> Running in 6e0da5bc5d40 [2021-04-19T14:48:03.261Z] ---> Running in e23bc2361b69 [2021-04-19T14:48:03.261Z] Removing intermediate container fda065f1836a [2021-04-19T14:48:03.261Z] ---> 50294ff71ec3 [2021-04-19T14:48:03.261Z] Step 22/23 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:03.261Z] ---> Running in e1fbdd2595e6 [2021-04-19T14:48:03.531Z] Removing intermediate container 6e0da5bc5d40 [2021-04-19T14:48:03.531Z] ---> ffc803508448 [2021-04-19T14:48:03.531Z] Step 20/21 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:03.531Z] Removing intermediate container e23bc2361b69 [2021-04-19T14:48:03.531Z] ---> 8fa2f1a3f356 [2021-04-19T14:48:03.531Z] [2021-04-19T14:48:03.531Z] ---> Running in bce5313af1f9 [2021-04-19T14:48:04.117Z] Successfully built 8fa2f1a3f356 [2021-04-19T14:48:04.117Z] Removing intermediate container e1fbdd2595e6 [2021-04-19T14:48:04.117Z] ---> 8f053e14ce5a [2021-04-19T14:48:04.117Z] Step 23/23 : LABEL version=2.0.0-dev.176 [2021-04-19T14:48:04.117Z] Successfully tagged docker-core-metadata-go:latest [2021-04-19T14:48:04.117Z]  Building docker-core-metadata-go ... done Removing intermediate container bce5313af1f9 [2021-04-19T14:48:04.117Z] ---> d347cdd65988 [2021-04-19T14:48:04.117Z] Step 21/21 : LABEL version=2.0.0-dev.176 [2021-04-19T14:48:04.117Z] ---> Running in f41ca606f08f [2021-04-19T14:48:04.381Z] ---> Running in adc7bf47b34f [2021-04-19T14:48:04.381Z] Removing intermediate container 15e847201b8a [2021-04-19T14:48:04.381Z] ---> d17dae8f57b6 [2021-04-19T14:48:04.381Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T14:48:04.381Z] Removing intermediate container f41ca606f08f [2021-04-19T14:48:04.381Z] ---> 4b1bf1d3026d [2021-04-19T14:48:04.381Z] [2021-04-19T14:48:04.381Z] Removing intermediate container adc7bf47b34f [2021-04-19T14:48:04.381Z] ---> 606ea0da7ab7 [2021-04-19T14:48:04.381Z] [2021-04-19T14:48:04.649Z] Successfully built 4b1bf1d3026d [2021-04-19T14:48:04.649Z] ---> Running in 1439d0a020b3 [2021-04-19T14:48:04.649Z] Successfully tagged docker-core-command-go:latest [2021-04-19T14:48:04.649Z]  Building docker-core-command-go ... done Successfully built 606ea0da7ab7 [2021-04-19T14:48:04.916Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-19T14:48:04.916Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1439d0a020b3 [2021-04-19T14:48:04.916Z] ---> ec31dfe19bd3 [2021-04-19T14:48:04.916Z] Step 22/24 : LABEL arch=x86_64 [2021-04-19T14:48:04.916Z] ---> Running in 3094e4c20d54 [2021-04-19T14:48:05.179Z] Removing intermediate container 3094e4c20d54 [2021-04-19T14:48:05.179Z] ---> 4e939fba8135 [2021-04-19T14:48:05.179Z] Step 23/24 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:05.179Z] ---> Running in efbd5ae2db43 [2021-04-19T14:48:05.445Z] Removing intermediate container efbd5ae2db43 [2021-04-19T14:48:05.445Z] ---> 31803fe711cd [2021-04-19T14:48:05.445Z] Step 24/24 : LABEL version=2.0.0-dev.176 [2021-04-19T14:48:05.445Z] ---> Running in 4bd89fcb6e75 [2021-04-19T14:48:05.771Z] Removing intermediate container 4bd89fcb6e75 [2021-04-19T14:48:05.771Z] ---> 03d62ca339b2 [2021-04-19T14:48:05.771Z] [2021-04-19T14:48:05.771Z] Successfully built 03d62ca339b2 [2021-04-19T14:48:06.098Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-19T14:48:06.413Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-04-19T14:48:06.516Z] $ docker stop --time=1 65b69f6a323ea75e1b204720d478fecb2ed1d78419e0602bfd45d7e8b910d718 [2021-04-19T14:48:08.442Z] $ docker rm -f 65b69f6a323ea75e1b204720d478fecb2ed1d78419e0602bfd45d7e8b910d718 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T14:48:08.972Z] + docker images [2021-04-19T14:48:08.972Z] + grep docker [2021-04-19T14:48:09.236Z] docker-security-secretstore-setup-go latest 03d62ca339b2 4 seconds ago 26.3MB [2021-04-19T14:48:09.236Z] docker-core-command-go latest 4b1bf1d3026d 5 seconds ago 17.5MB [2021-04-19T14:48:09.236Z] docker-security-proxy-setup-go latest 606ea0da7ab7 5 seconds ago 26MB [2021-04-19T14:48:09.236Z] docker-core-metadata-go latest 8fa2f1a3f356 6 seconds ago 19.2MB [2021-04-19T14:48:09.236Z] docker-sys-mgmt-agent-go latest 293cc647f679 45 seconds ago 312MB [2021-04-19T14:48:09.236Z] docker-security-bootstrapper-go latest f5939766bfbc About a minute ago 19.3MB [2021-04-19T14:48:09.236Z] docker-core-data-go latest b6404a492ae7 2 minutes ago 22.9MB [2021-04-19T14:48:09.236Z] docker-support-scheduler-go latest 04c0bd3931d2 2 minutes ago 17.6MB [2021-04-19T14:48:09.236Z] docker-support-notifications-go latest 4d3f2603c35d 2 minutes ago 18.2MB [2021-04-19T14:48:09.236Z] docker 20.10.0 aefe523efa57 4 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-19T14:48:09.400Z] provisioning config files... [2021-04-19T14:48:09.467Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/444@tmp/config7370126433988546987tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:48:09.835Z] ---> docker-login.sh [2021-04-19T14:48:09.835Z] nexus3.edgexfoundry.org:10001 [2021-04-19T14:48:09.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:48:10.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:48:10.100Z] Configure a credential helper to remove this warning. See [2021-04-19T14:48:10.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:48:10.100Z] [2021-04-19T14:48:10.100Z] Login Succeeded [2021-04-19T14:48:10.100Z] nexus3.edgexfoundry.org:10002 [2021-04-19T14:48:10.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:48:10.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:48:10.363Z] Configure a credential helper to remove this warning. See [2021-04-19T14:48:10.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:48:10.363Z] [2021-04-19T14:48:10.363Z] Login Succeeded [2021-04-19T14:48:10.363Z] nexus3.edgexfoundry.org:10003 [2021-04-19T14:48:10.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:48:10.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:48:10.363Z] Configure a credential helper to remove this warning. See [2021-04-19T14:48:10.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:48:10.363Z] [2021-04-19T14:48:10.363Z] Login Succeeded [2021-04-19T14:48:10.363Z] nexus3.edgexfoundry.org:10004 [2021-04-19T14:48:10.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:48:10.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:48:10.626Z] Configure a credential helper to remove this warning. See [2021-04-19T14:48:10.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:48:10.626Z] [2021-04-19T14:48:10.626Z] Login Succeeded [2021-04-19T14:48:10.626Z] docker.io [2021-04-19T14:48:10.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:48:11.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:48:11.152Z] Configure a credential helper to remove this warning. See [2021-04-19T14:48:11.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:48:11.152Z] [2021-04-19T14:48:11.152Z] Login Succeeded [2021-04-19T14:48:11.152Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T14:48:11.162Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:48:11.225Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-19T14:48:11.225Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:11.225Z] 2.0.0-dev.176 [2021-04-19T14:48:11.225Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:11.225Z] master [2021-04-19T14:48:11.225Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:11.573Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:11.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:11.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T14:48:11.879Z] 8c485f64a134: Preparing [2021-04-19T14:48:11.879Z] bdc581abe6fb: Preparing [2021-04-19T14:48:11.879Z] d798df5dd9e6: Preparing [2021-04-19T14:48:11.879Z] 4487f4dd524e: Preparing [2021-04-19T14:48:11.879Z] 32f366d666a5: Preparing [2021-04-19T14:48:11.879Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:12.144Z] 8c485f64a134: Pushed [2021-04-19T14:48:12.144Z] 4487f4dd524e: Pushed [2021-04-19T14:48:12.144Z] d798df5dd9e6: Pushed [2021-04-19T14:48:13.093Z] bdc581abe6fb: Pushed [2021-04-19T14:48:13.357Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:980ae7167b5252e39f2ea4ef5e75e992f4e0dae4b17e33341537333c05266ceb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:13.680Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:13.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.176 [2021-04-19T14:48:13.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T14:48:13.993Z] 8c485f64a134: Preparing [2021-04-19T14:48:13.993Z] bdc581abe6fb: Preparing [2021-04-19T14:48:13.993Z] d798df5dd9e6: Preparing [2021-04-19T14:48:13.993Z] 4487f4dd524e: Preparing [2021-04-19T14:48:13.993Z] 32f366d666a5: Preparing [2021-04-19T14:48:13.993Z] bdc581abe6fb: Layer already exists [2021-04-19T14:48:13.993Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:13.993Z] 8c485f64a134: Layer already exists [2021-04-19T14:48:13.993Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:13.993Z] 4487f4dd524e: Layer already exists [2021-04-19T14:48:14.258Z] 2.0.0-dev.176: digest: sha256:980ae7167b5252e39f2ea4ef5e75e992f4e0dae4b17e33341537333c05266ceb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:14.582Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:14.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:14.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T14:48:14.888Z] 8c485f64a134: Preparing [2021-04-19T14:48:14.888Z] bdc581abe6fb: Preparing [2021-04-19T14:48:14.888Z] d798df5dd9e6: Preparing [2021-04-19T14:48:14.888Z] 4487f4dd524e: Preparing [2021-04-19T14:48:14.888Z] 32f366d666a5: Preparing [2021-04-19T14:48:15.837Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:15.837Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:15.837Z] 8c485f64a134: Layer already exists [2021-04-19T14:48:15.837Z] bdc581abe6fb: Layer already exists [2021-04-19T14:48:15.837Z] 4487f4dd524e: Layer already exists [2021-04-19T14:48:16.099Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:980ae7167b5252e39f2ea4ef5e75e992f4e0dae4b17e33341537333c05266ceb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:16.406Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:16.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-19T14:48:16.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T14:48:16.728Z] 8c485f64a134: Preparing [2021-04-19T14:48:16.728Z] bdc581abe6fb: Preparing [2021-04-19T14:48:16.728Z] d798df5dd9e6: Preparing [2021-04-19T14:48:16.728Z] 4487f4dd524e: Preparing [2021-04-19T14:48:16.728Z] 32f366d666a5: Preparing [2021-04-19T14:48:16.728Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:16.728Z] 4487f4dd524e: Layer already exists [2021-04-19T14:48:16.728Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:16.728Z] bdc581abe6fb: Layer already exists [2021-04-19T14:48:16.728Z] 8c485f64a134: Layer already exists [2021-04-19T14:48:16.728Z] master: digest: sha256:980ae7167b5252e39f2ea4ef5e75e992f4e0dae4b17e33341537333c05266ceb size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:48:16.781Z] ===================================================== [Pipeline] echo [2021-04-19T14:48:16.795Z] taggedImages: [2021-04-19T14:48:16.795Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:16.795Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.176 [2021-04-19T14:48:16.795Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:16.795Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-19T14:48:16.825Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-19T14:48:16.825Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:16.825Z] 2.0.0-dev.176 [2021-04-19T14:48:16.825Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:16.825Z] master [2021-04-19T14:48:16.825Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:17.178Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:17.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:17.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T14:48:17.490Z] 4b339e2328d6: Preparing [2021-04-19T14:48:17.490Z] 8f4d7ca9e473: Preparing [2021-04-19T14:48:17.490Z] d798df5dd9e6: Preparing [2021-04-19T14:48:17.490Z] 8590ef287bdc: Preparing [2021-04-19T14:48:17.490Z] 3b45d0cd6704: Preparing [2021-04-19T14:48:17.490Z] 32f366d666a5: Preparing [2021-04-19T14:48:17.490Z] 32f366d666a5: Waiting [2021-04-19T14:48:17.490Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:17.490Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:17.754Z] 4b339e2328d6: Pushed [2021-04-19T14:48:17.754Z] 3b45d0cd6704: Pushed [2021-04-19T14:48:18.017Z] 8590ef287bdc: Pushed [2021-04-19T14:48:18.963Z] 8f4d7ca9e473: Pushed [2021-04-19T14:48:19.225Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:b2cc3c540e6a421e7121d52f885a996d07e6c6aff42a84ccf5d6921192b1d737 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:19.542Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:19.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.176 [2021-04-19T14:48:19.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T14:48:19.850Z] 4b339e2328d6: Preparing [2021-04-19T14:48:19.850Z] 8f4d7ca9e473: Preparing [2021-04-19T14:48:19.850Z] d798df5dd9e6: Preparing [2021-04-19T14:48:19.850Z] 8590ef287bdc: Preparing [2021-04-19T14:48:19.850Z] 3b45d0cd6704: Preparing [2021-04-19T14:48:19.850Z] 32f366d666a5: Preparing [2021-04-19T14:48:19.850Z] 32f366d666a5: Waiting [2021-04-19T14:48:19.850Z] 4b339e2328d6: Layer already exists [2021-04-19T14:48:19.850Z] 8f4d7ca9e473: Layer already exists [2021-04-19T14:48:19.850Z] 8590ef287bdc: Layer already exists [2021-04-19T14:48:19.850Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:19.850Z] 3b45d0cd6704: Layer already exists [2021-04-19T14:48:19.850Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:19.850Z] 2.0.0-dev.176: digest: sha256:b2cc3c540e6a421e7121d52f885a996d07e6c6aff42a84ccf5d6921192b1d737 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:20.162Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:21.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:21.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T14:48:21.108Z] 4b339e2328d6: Preparing [2021-04-19T14:48:21.108Z] 8f4d7ca9e473: Preparing [2021-04-19T14:48:21.108Z] d798df5dd9e6: Preparing [2021-04-19T14:48:21.108Z] 8590ef287bdc: Preparing [2021-04-19T14:48:21.108Z] 3b45d0cd6704: Preparing [2021-04-19T14:48:21.108Z] 32f366d666a5: Preparing [2021-04-19T14:48:21.108Z] 32f366d666a5: Waiting [2021-04-19T14:48:21.108Z] 4b339e2328d6: Layer already exists [2021-04-19T14:48:21.108Z] 8590ef287bdc: Layer already exists [2021-04-19T14:48:21.108Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:21.108Z] 8f4d7ca9e473: Layer already exists [2021-04-19T14:48:21.108Z] 3b45d0cd6704: Layer already exists [2021-04-19T14:48:21.108Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:21.108Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:b2cc3c540e6a421e7121d52f885a996d07e6c6aff42a84ccf5d6921192b1d737 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:21.420Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:21.574Z] ---> 5bbd193a019e [2021-04-19T14:48:21.574Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T14:48:21.574Z] ---> Running in fe295b5436a5 [2021-04-19T14:48:21.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-19T14:48:21.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T14:48:21.728Z] 4b339e2328d6: Preparing [2021-04-19T14:48:21.728Z] 8f4d7ca9e473: Preparing [2021-04-19T14:48:21.728Z] d798df5dd9e6: Preparing [2021-04-19T14:48:21.728Z] 8590ef287bdc: Preparing [2021-04-19T14:48:21.728Z] 3b45d0cd6704: Preparing [2021-04-19T14:48:21.728Z] 32f366d666a5: Preparing [2021-04-19T14:48:21.728Z] 32f366d666a5: Waiting [2021-04-19T14:48:21.728Z] 8f4d7ca9e473: Layer already exists [2021-04-19T14:48:21.728Z] 8590ef287bdc: Layer already exists [2021-04-19T14:48:21.728Z] 4b339e2328d6: Layer already exists [2021-04-19T14:48:21.728Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:21.728Z] 3b45d0cd6704: Layer already exists [2021-04-19T14:48:21.728Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:21.993Z] master: digest: sha256:b2cc3c540e6a421e7121d52f885a996d07e6c6aff42a84ccf5d6921192b1d737 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:48:22.044Z] ===================================================== [Pipeline] echo [2021-04-19T14:48:22.059Z] taggedImages: [2021-04-19T14:48:22.059Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:22.059Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.176 [2021-04-19T14:48:22.059Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:22.059Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-19T14:48:22.089Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-19T14:48:22.089Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:22.089Z] 2.0.0-dev.176 [2021-04-19T14:48:22.089Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:22.089Z] master [2021-04-19T14:48:22.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:22.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T14:48:22.442Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:22.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:22.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T14:48:22.747Z] 12ad2d135ff5: Preparing [2021-04-19T14:48:22.747Z] eeadfac569d5: Preparing [2021-04-19T14:48:22.747Z] d798df5dd9e6: Preparing [2021-04-19T14:48:22.747Z] 4487f4dd524e: Preparing [2021-04-19T14:48:22.747Z] 32f366d666a5: Preparing [2021-04-19T14:48:22.747Z] 4487f4dd524e: Layer already exists [2021-04-19T14:48:22.747Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:22.747Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:23.011Z] 12ad2d135ff5: Pushed [2021-04-19T14:48:24.402Z] eeadfac569d5: Pushed [2021-04-19T14:48:24.402Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:b137de90e94f2ef86901806c74245b9d3f70e6985b253168895610bb93e44e79 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:24.712Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:24.840Z] ---> 1fc31e89d565 [2021-04-19T14:48:24.840Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T14:48:24.840Z] ---> 42b2e439e521 [2021-04-19T14:48:24.840Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T14:48:24.840Z] ---> Running in 649d11f562c3 [2021-04-19T14:48:24.840Z] ---> Running in 9326116680e3 [2021-04-19T14:48:25.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.176 [2021-04-19T14:48:25.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T14:48:25.018Z] 12ad2d135ff5: Preparing [2021-04-19T14:48:25.018Z] eeadfac569d5: Preparing [2021-04-19T14:48:25.018Z] d798df5dd9e6: Preparing [2021-04-19T14:48:25.018Z] 4487f4dd524e: Preparing [2021-04-19T14:48:25.018Z] 32f366d666a5: Preparing [2021-04-19T14:48:25.018Z] 4487f4dd524e: Layer already exists [2021-04-19T14:48:25.018Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:25.018Z] eeadfac569d5: Layer already exists [2021-04-19T14:48:25.018Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:25.018Z] 12ad2d135ff5: Layer already exists [2021-04-19T14:48:25.018Z] 2.0.0-dev.176: digest: sha256:b137de90e94f2ef86901806c74245b9d3f70e6985b253168895610bb93e44e79 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:25.343Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:25.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:25.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T14:48:25.652Z] 12ad2d135ff5: Preparing [2021-04-19T14:48:25.652Z] eeadfac569d5: Preparing [2021-04-19T14:48:25.652Z] d798df5dd9e6: Preparing [2021-04-19T14:48:25.652Z] 4487f4dd524e: Preparing [2021-04-19T14:48:25.652Z] 32f366d666a5: Preparing [2021-04-19T14:48:25.652Z] eeadfac569d5: Layer already exists [2021-04-19T14:48:25.652Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:25.652Z] 4487f4dd524e: Layer already exists [2021-04-19T14:48:25.652Z] 12ad2d135ff5: Layer already exists [2021-04-19T14:48:25.652Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:25.652Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:b137de90e94f2ef86901806c74245b9d3f70e6985b253168895610bb93e44e79 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:25.968Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:26.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-19T14:48:26.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T14:48:26.270Z] 12ad2d135ff5: Preparing [2021-04-19T14:48:26.270Z] eeadfac569d5: Preparing [2021-04-19T14:48:26.270Z] d798df5dd9e6: Preparing [2021-04-19T14:48:26.270Z] 4487f4dd524e: Preparing [2021-04-19T14:48:26.270Z] 32f366d666a5: Preparing [2021-04-19T14:48:26.270Z] 4487f4dd524e: Layer already exists [2021-04-19T14:48:26.270Z] 12ad2d135ff5: Layer already exists [2021-04-19T14:48:26.270Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:26.270Z] eeadfac569d5: Layer already exists [2021-04-19T14:48:26.270Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:26.270Z] master: digest: sha256:b137de90e94f2ef86901806c74245b9d3f70e6985b253168895610bb93e44e79 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:48:26.325Z] ===================================================== [Pipeline] echo [2021-04-19T14:48:26.338Z] taggedImages: [2021-04-19T14:48:26.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:26.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.176 [2021-04-19T14:48:26.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:26.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-19T14:48:26.369Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-19T14:48:26.369Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:26.369Z] 2.0.0-dev.176 [2021-04-19T14:48:26.369Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:26.369Z] master [2021-04-19T14:48:26.369Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:26.716Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:26.832Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T14:48:27.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:27.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T14:48:27.017Z] 81235e1eb43d: Preparing [2021-04-19T14:48:27.017Z] 81235e1eb43d: Preparing [2021-04-19T14:48:27.017Z] 3ec86644cef0: Preparing [2021-04-19T14:48:27.017Z] 5301e2d7d2f3: Preparing [2021-04-19T14:48:27.017Z] fabb56d24c06: Preparing [2021-04-19T14:48:27.017Z] 9fef8dca5ae6: Preparing [2021-04-19T14:48:27.017Z] d798df5dd9e6: Preparing [2021-04-19T14:48:27.017Z] 072b5086dc64: Preparing [2021-04-19T14:48:27.017Z] 072b5086dc64: Preparing [2021-04-19T14:48:27.017Z] 17df311ea967: Preparing [2021-04-19T14:48:27.017Z] e2de11e9c411: Preparing [2021-04-19T14:48:27.017Z] 32f366d666a5: Preparing [2021-04-19T14:48:27.017Z] d798df5dd9e6: Waiting [2021-04-19T14:48:27.017Z] 072b5086dc64: Waiting [2021-04-19T14:48:27.017Z] 17df311ea967: Waiting [2021-04-19T14:48:27.017Z] e2de11e9c411: Waiting [2021-04-19T14:48:27.017Z] 32f366d666a5: Waiting [2021-04-19T14:48:27.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T14:48:27.282Z] 81235e1eb43d: Pushed [2021-04-19T14:48:27.282Z] 3ec86644cef0: Pushed [2021-04-19T14:48:27.282Z] fabb56d24c06: Pushed [2021-04-19T14:48:27.282Z] 5301e2d7d2f3: Pushed [2021-04-19T14:48:27.282Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:27.282Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:27.545Z] e2de11e9c411: Pushed [2021-04-19T14:48:27.545Z] 072b5086dc64: Pushed [2021-04-19T14:48:27.545Z] 17df311ea967: Pushed [2021-04-19T14:48:28.585Z] 9fef8dca5ae6: Pushed [2021-04-19T14:48:28.887Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:6f35af6a35a5abf3572295d6ad1f5de657cae39d102aafef96f69d7499d733fe size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:29.262Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:29.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.176 [2021-04-19T14:48:29.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T14:48:29.559Z] 81235e1eb43d: Preparing [2021-04-19T14:48:29.559Z] 81235e1eb43d: Preparing [2021-04-19T14:48:29.559Z] 3ec86644cef0: Preparing [2021-04-19T14:48:29.559Z] 5301e2d7d2f3: Preparing [2021-04-19T14:48:29.559Z] fabb56d24c06: Preparing [2021-04-19T14:48:29.559Z] 9fef8dca5ae6: Preparing [2021-04-19T14:48:29.559Z] d798df5dd9e6: Preparing [2021-04-19T14:48:29.559Z] 072b5086dc64: Preparing [2021-04-19T14:48:29.559Z] 072b5086dc64: Preparing [2021-04-19T14:48:29.559Z] 17df311ea967: Preparing [2021-04-19T14:48:29.559Z] e2de11e9c411: Preparing [2021-04-19T14:48:29.559Z] 32f366d666a5: Preparing [2021-04-19T14:48:29.559Z] 17df311ea967: Waiting [2021-04-19T14:48:29.559Z] e2de11e9c411: Waiting [2021-04-19T14:48:29.559Z] d798df5dd9e6: Waiting [2021-04-19T14:48:29.559Z] 072b5086dc64: Waiting [2021-04-19T14:48:29.559Z] 32f366d666a5: Waiting [2021-04-19T14:48:29.559Z] 5301e2d7d2f3: Layer already exists [2021-04-19T14:48:29.559Z] 3ec86644cef0: Layer already exists [2021-04-19T14:48:29.559Z] 9fef8dca5ae6: Layer already exists [2021-04-19T14:48:29.559Z] fabb56d24c06: Layer already exists [2021-04-19T14:48:29.559Z] 81235e1eb43d: Layer already exists [2021-04-19T14:48:29.559Z] 072b5086dc64: Layer already exists [2021-04-19T14:48:29.559Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:29.559Z] 17df311ea967: Layer already exists [2021-04-19T14:48:29.559Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:29.559Z] e2de11e9c411: Layer already exists [2021-04-19T14:48:29.822Z] 2.0.0-dev.176: digest: sha256:6f35af6a35a5abf3572295d6ad1f5de657cae39d102aafef96f69d7499d733fe size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:30.131Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:30.434Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:30.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T14:48:30.434Z] 81235e1eb43d: Preparing [2021-04-19T14:48:30.434Z] 81235e1eb43d: Preparing [2021-04-19T14:48:30.434Z] 3ec86644cef0: Preparing [2021-04-19T14:48:30.434Z] 5301e2d7d2f3: Preparing [2021-04-19T14:48:30.434Z] fabb56d24c06: Preparing [2021-04-19T14:48:30.434Z] 9fef8dca5ae6: Preparing [2021-04-19T14:48:30.434Z] d798df5dd9e6: Preparing [2021-04-19T14:48:30.434Z] 072b5086dc64: Preparing [2021-04-19T14:48:30.434Z] 072b5086dc64: Preparing [2021-04-19T14:48:30.434Z] 17df311ea967: Preparing [2021-04-19T14:48:30.434Z] e2de11e9c411: Preparing [2021-04-19T14:48:30.434Z] 32f366d666a5: Preparing [2021-04-19T14:48:30.434Z] d798df5dd9e6: Waiting [2021-04-19T14:48:30.434Z] 072b5086dc64: Waiting [2021-04-19T14:48:30.434Z] 17df311ea967: Waiting [2021-04-19T14:48:30.434Z] e2de11e9c411: Waiting [2021-04-19T14:48:30.434Z] 32f366d666a5: Waiting [2021-04-19T14:48:30.434Z] 81235e1eb43d: Layer already exists [2021-04-19T14:48:30.434Z] 3ec86644cef0: Layer already exists [2021-04-19T14:48:30.434Z] 5301e2d7d2f3: Layer already exists [2021-04-19T14:48:30.434Z] 9fef8dca5ae6: Layer already exists [2021-04-19T14:48:30.434Z] fabb56d24c06: Layer already exists [2021-04-19T14:48:30.434Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:30.434Z] 072b5086dc64: Layer already exists [2021-04-19T14:48:30.434Z] 17df311ea967: Layer already exists [2021-04-19T14:48:30.434Z] e2de11e9c411: Layer already exists [2021-04-19T14:48:30.434Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:30.434Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:6f35af6a35a5abf3572295d6ad1f5de657cae39d102aafef96f69d7499d733fe size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:30.750Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:31.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-19T14:48:31.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T14:48:31.049Z] 81235e1eb43d: Preparing [2021-04-19T14:48:31.049Z] 81235e1eb43d: Preparing [2021-04-19T14:48:31.049Z] 3ec86644cef0: Preparing [2021-04-19T14:48:31.049Z] 5301e2d7d2f3: Preparing [2021-04-19T14:48:31.049Z] fabb56d24c06: Preparing [2021-04-19T14:48:31.049Z] 9fef8dca5ae6: Preparing [2021-04-19T14:48:31.049Z] d798df5dd9e6: Preparing [2021-04-19T14:48:31.049Z] 072b5086dc64: Preparing [2021-04-19T14:48:31.049Z] 072b5086dc64: Preparing [2021-04-19T14:48:31.049Z] 17df311ea967: Preparing [2021-04-19T14:48:31.049Z] e2de11e9c411: Preparing [2021-04-19T14:48:31.049Z] 32f366d666a5: Preparing [2021-04-19T14:48:31.049Z] e2de11e9c411: Waiting [2021-04-19T14:48:31.049Z] d798df5dd9e6: Waiting [2021-04-19T14:48:31.049Z] 072b5086dc64: Waiting [2021-04-19T14:48:31.049Z] 32f366d666a5: Waiting [2021-04-19T14:48:31.049Z] 17df311ea967: Waiting [2021-04-19T14:48:31.049Z] fabb56d24c06: Layer already exists [2021-04-19T14:48:31.049Z] 81235e1eb43d: Layer already exists [2021-04-19T14:48:31.049Z] 5301e2d7d2f3: Layer already exists [2021-04-19T14:48:31.049Z] 9fef8dca5ae6: Layer already exists [2021-04-19T14:48:31.049Z] 3ec86644cef0: Layer already exists [2021-04-19T14:48:31.049Z] 072b5086dc64: Layer already exists [2021-04-19T14:48:31.049Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:31.049Z] e2de11e9c411: Layer already exists [2021-04-19T14:48:31.049Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:31.049Z] 17df311ea967: Layer already exists [2021-04-19T14:48:31.049Z] master: digest: sha256:6f35af6a35a5abf3572295d6ad1f5de657cae39d102aafef96f69d7499d733fe size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:48:31.105Z] ===================================================== [Pipeline] echo [2021-04-19T14:48:31.118Z] taggedImages: [2021-04-19T14:48:31.118Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:31.118Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.176 [2021-04-19T14:48:31.118Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:31.118Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-19T14:48:31.147Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-19T14:48:31.147Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:31.147Z] 2.0.0-dev.176 [2021-04-19T14:48:31.147Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:31.147Z] master [2021-04-19T14:48:31.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:31.517Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:31.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:31.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T14:48:31.832Z] c849971b5c74: Preparing [2021-04-19T14:48:31.832Z] 907b4fed5a1f: Preparing [2021-04-19T14:48:31.832Z] 78c8267a468d: Preparing [2021-04-19T14:48:31.832Z] 9d883986289c: Preparing [2021-04-19T14:48:31.832Z] ea4e1868251f: Preparing [2021-04-19T14:48:31.832Z] 32f366d666a5: Preparing [2021-04-19T14:48:31.832Z] 32f366d666a5: Waiting [2021-04-19T14:48:32.097Z] 78c8267a468d: Pushed [2021-04-19T14:48:32.097Z] 9d883986289c: Pushed [2021-04-19T14:48:32.097Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:32.097Z] ea4e1868251f: Pushed [2021-04-19T14:48:33.046Z] 907b4fed5a1f: Pushed [2021-04-19T14:48:33.046Z] c849971b5c74: Pushed [2021-04-19T14:48:33.046Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:43c056c7cc1ef39733d0b7189a1dcd0fca9362df06501666fa8fc92e80dc2858 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:33.364Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:33.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.176 [2021-04-19T14:48:33.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T14:48:33.660Z] c849971b5c74: Preparing [2021-04-19T14:48:33.660Z] 907b4fed5a1f: Preparing [2021-04-19T14:48:33.660Z] 78c8267a468d: Preparing [2021-04-19T14:48:33.660Z] 9d883986289c: Preparing [2021-04-19T14:48:33.660Z] ea4e1868251f: Preparing [2021-04-19T14:48:33.660Z] 32f366d666a5: Preparing [2021-04-19T14:48:33.660Z] 32f366d666a5: Waiting [2021-04-19T14:48:33.660Z] 907b4fed5a1f: Layer already exists [2021-04-19T14:48:33.660Z] 78c8267a468d: Layer already exists [2021-04-19T14:48:33.660Z] ea4e1868251f: Layer already exists [2021-04-19T14:48:33.660Z] 9d883986289c: Layer already exists [2021-04-19T14:48:33.660Z] c849971b5c74: Layer already exists [2021-04-19T14:48:33.660Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:33.660Z] 2.0.0-dev.176: digest: sha256:43c056c7cc1ef39733d0b7189a1dcd0fca9362df06501666fa8fc92e80dc2858 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:33.963Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:34.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:34.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T14:48:34.260Z] c849971b5c74: Preparing [2021-04-19T14:48:34.260Z] 907b4fed5a1f: Preparing [2021-04-19T14:48:34.260Z] 78c8267a468d: Preparing [2021-04-19T14:48:34.260Z] 9d883986289c: Preparing [2021-04-19T14:48:34.260Z] ea4e1868251f: Preparing [2021-04-19T14:48:34.260Z] 32f366d666a5: Preparing [2021-04-19T14:48:34.260Z] 32f366d666a5: Waiting [2021-04-19T14:48:34.260Z] c849971b5c74: Layer already exists [2021-04-19T14:48:34.260Z] 78c8267a468d: Layer already exists [2021-04-19T14:48:34.260Z] ea4e1868251f: Layer already exists [2021-04-19T14:48:34.260Z] 907b4fed5a1f: Layer already exists [2021-04-19T14:48:34.260Z] 9d883986289c: Layer already exists [2021-04-19T14:48:34.260Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:34.260Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:43c056c7cc1ef39733d0b7189a1dcd0fca9362df06501666fa8fc92e80dc2858 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:34.563Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:34.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-19T14:48:34.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T14:48:34.857Z] c849971b5c74: Preparing [2021-04-19T14:48:34.857Z] 907b4fed5a1f: Preparing [2021-04-19T14:48:34.857Z] 78c8267a468d: Preparing [2021-04-19T14:48:34.857Z] 9d883986289c: Preparing [2021-04-19T14:48:34.857Z] ea4e1868251f: Preparing [2021-04-19T14:48:34.857Z] 32f366d666a5: Preparing [2021-04-19T14:48:34.857Z] 32f366d666a5: Waiting [2021-04-19T14:48:34.857Z] 78c8267a468d: Layer already exists [2021-04-19T14:48:34.857Z] 9d883986289c: Layer already exists [2021-04-19T14:48:34.857Z] 907b4fed5a1f: Layer already exists [2021-04-19T14:48:34.857Z] c849971b5c74: Layer already exists [2021-04-19T14:48:34.858Z] ea4e1868251f: Layer already exists [2021-04-19T14:48:34.858Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:35.119Z] master: digest: sha256:43c056c7cc1ef39733d0b7189a1dcd0fca9362df06501666fa8fc92e80dc2858 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:48:35.180Z] ===================================================== [Pipeline] echo [2021-04-19T14:48:35.195Z] taggedImages: [2021-04-19T14:48:35.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:35.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.176 [2021-04-19T14:48:35.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:35.195Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-19T14:48:35.226Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-19T14:48:35.226Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:35.226Z] 2.0.0-dev.176 [2021-04-19T14:48:35.226Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:35.226Z] master [2021-04-19T14:48:35.226Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:35.574Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:35.872Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:35.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T14:48:35.872Z] 7eca06d12bf7: Preparing [2021-04-19T14:48:35.872Z] d0fe80c8becb: Preparing [2021-04-19T14:48:35.872Z] da94dad5bb73: Preparing [2021-04-19T14:48:35.872Z] fdacc0f59778: Preparing [2021-04-19T14:48:35.872Z] 708f33832211: Preparing [2021-04-19T14:48:35.872Z] 790a4d477752: Preparing [2021-04-19T14:48:35.872Z] 5459839c471c: Preparing [2021-04-19T14:48:35.872Z] eca9bf2ef4ee: Preparing [2021-04-19T14:48:35.872Z] 32f366d666a5: Preparing [2021-04-19T14:48:35.872Z] 790a4d477752: Waiting [2021-04-19T14:48:35.872Z] 5459839c471c: Waiting [2021-04-19T14:48:35.872Z] eca9bf2ef4ee: Waiting [2021-04-19T14:48:35.872Z] 32f366d666a5: Waiting [2021-04-19T14:48:36.139Z] 708f33832211: Pushed [2021-04-19T14:48:36.139Z] d0fe80c8becb: Pushed [2021-04-19T14:48:36.139Z] 7eca06d12bf7: Pushed [2021-04-19T14:48:36.139Z] 790a4d477752: Pushed [2021-04-19T14:48:36.139Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:36.409Z] 5459839c471c: Pushed [2021-04-19T14:48:36.409Z] eca9bf2ef4ee: Pushed [2021-04-19T14:48:36.989Z] da94dad5bb73: Pushed [2021-04-19T14:48:36.989Z] fdacc0f59778: Pushed [2021-04-19T14:48:37.250Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:82337a8ec4eaf8faa740fb9ba7fa8c5f2232223c92b3e502aca53b3313de99a6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:37.549Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:37.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.176 [2021-04-19T14:48:37.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T14:48:37.848Z] 7eca06d12bf7: Preparing [2021-04-19T14:48:37.848Z] d0fe80c8becb: Preparing [2021-04-19T14:48:37.848Z] da94dad5bb73: Preparing [2021-04-19T14:48:37.848Z] fdacc0f59778: Preparing [2021-04-19T14:48:37.848Z] 708f33832211: Preparing [2021-04-19T14:48:37.848Z] 790a4d477752: Preparing [2021-04-19T14:48:37.848Z] 5459839c471c: Preparing [2021-04-19T14:48:37.848Z] eca9bf2ef4ee: Preparing [2021-04-19T14:48:37.848Z] 32f366d666a5: Preparing [2021-04-19T14:48:37.848Z] 790a4d477752: Waiting [2021-04-19T14:48:37.848Z] 5459839c471c: Waiting [2021-04-19T14:48:37.848Z] eca9bf2ef4ee: Waiting [2021-04-19T14:48:37.848Z] 32f366d666a5: Waiting [2021-04-19T14:48:37.848Z] fdacc0f59778: Layer already exists [2021-04-19T14:48:37.848Z] 7eca06d12bf7: Layer already exists [2021-04-19T14:48:37.848Z] d0fe80c8becb: Layer already exists [2021-04-19T14:48:37.848Z] 708f33832211: Layer already exists [2021-04-19T14:48:37.848Z] da94dad5bb73: Layer already exists [2021-04-19T14:48:37.848Z] 790a4d477752: Layer already exists [2021-04-19T14:48:37.848Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:37.848Z] eca9bf2ef4ee: Layer already exists [2021-04-19T14:48:37.848Z] 5459839c471c: Layer already exists [2021-04-19T14:48:37.849Z] 2.0.0-dev.176: digest: sha256:82337a8ec4eaf8faa740fb9ba7fa8c5f2232223c92b3e502aca53b3313de99a6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:38.150Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:38.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:38.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T14:48:38.448Z] 7eca06d12bf7: Preparing [2021-04-19T14:48:38.448Z] d0fe80c8becb: Preparing [2021-04-19T14:48:38.448Z] da94dad5bb73: Preparing [2021-04-19T14:48:38.448Z] fdacc0f59778: Preparing [2021-04-19T14:48:38.448Z] 708f33832211: Preparing [2021-04-19T14:48:38.448Z] 790a4d477752: Preparing [2021-04-19T14:48:38.448Z] 5459839c471c: Preparing [2021-04-19T14:48:38.448Z] eca9bf2ef4ee: Preparing [2021-04-19T14:48:38.448Z] 32f366d666a5: Preparing [2021-04-19T14:48:38.449Z] 790a4d477752: Waiting [2021-04-19T14:48:38.449Z] 5459839c471c: Waiting [2021-04-19T14:48:38.449Z] eca9bf2ef4ee: Waiting [2021-04-19T14:48:38.449Z] 32f366d666a5: Waiting [2021-04-19T14:48:38.449Z] 7eca06d12bf7: Layer already exists [2021-04-19T14:48:38.449Z] d0fe80c8becb: Layer already exists [2021-04-19T14:48:38.449Z] da94dad5bb73: Layer already exists [2021-04-19T14:48:38.449Z] fdacc0f59778: Layer already exists [2021-04-19T14:48:38.449Z] 708f33832211: Layer already exists [2021-04-19T14:48:38.449Z] eca9bf2ef4ee: Layer already exists [2021-04-19T14:48:38.449Z] 5459839c471c: Layer already exists [2021-04-19T14:48:38.449Z] 790a4d477752: Layer already exists [2021-04-19T14:48:38.449Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:38.449Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:82337a8ec4eaf8faa740fb9ba7fa8c5f2232223c92b3e502aca53b3313de99a6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:38.753Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:39.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-19T14:48:39.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T14:48:39.056Z] 7eca06d12bf7: Preparing [2021-04-19T14:48:39.056Z] d0fe80c8becb: Preparing [2021-04-19T14:48:39.056Z] da94dad5bb73: Preparing [2021-04-19T14:48:39.056Z] fdacc0f59778: Preparing [2021-04-19T14:48:39.056Z] 708f33832211: Preparing [2021-04-19T14:48:39.056Z] 790a4d477752: Preparing [2021-04-19T14:48:39.056Z] 5459839c471c: Preparing [2021-04-19T14:48:39.056Z] eca9bf2ef4ee: Preparing [2021-04-19T14:48:39.056Z] 32f366d666a5: Preparing [2021-04-19T14:48:39.056Z] 790a4d477752: Waiting [2021-04-19T14:48:39.056Z] 5459839c471c: Waiting [2021-04-19T14:48:39.056Z] eca9bf2ef4ee: Waiting [2021-04-19T14:48:39.056Z] 32f366d666a5: Waiting [2021-04-19T14:48:39.056Z] 708f33832211: Layer already exists [2021-04-19T14:48:39.056Z] d0fe80c8becb: Layer already exists [2021-04-19T14:48:39.056Z] da94dad5bb73: Layer already exists [2021-04-19T14:48:39.056Z] fdacc0f59778: Layer already exists [2021-04-19T14:48:39.056Z] 7eca06d12bf7: Layer already exists [2021-04-19T14:48:39.056Z] eca9bf2ef4ee: Layer already exists [2021-04-19T14:48:39.056Z] 5459839c471c: Layer already exists [2021-04-19T14:48:39.056Z] 790a4d477752: Layer already exists [2021-04-19T14:48:39.056Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:39.056Z] master: digest: sha256:82337a8ec4eaf8faa740fb9ba7fa8c5f2232223c92b3e502aca53b3313de99a6 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:48:39.122Z] ===================================================== [Pipeline] echo [2021-04-19T14:48:39.135Z] taggedImages: [2021-04-19T14:48:39.135Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:39.135Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.176 [2021-04-19T14:48:39.135Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:39.135Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-19T14:48:39.165Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-19T14:48:39.165Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:39.165Z] 2.0.0-dev.176 [2021-04-19T14:48:39.165Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:39.165Z] master [2021-04-19T14:48:39.165Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:39.505Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:39.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:39.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T14:48:39.809Z] ee0d08cbc139: Preparing [2021-04-19T14:48:39.809Z] b2bdf0a199a1: Preparing [2021-04-19T14:48:39.809Z] d798df5dd9e6: Preparing [2021-04-19T14:48:39.809Z] aef593d17805: Preparing [2021-04-19T14:48:39.809Z] 32f366d666a5: Preparing [2021-04-19T14:48:39.809Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:39.809Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:40.073Z] ee0d08cbc139: Pushed [2021-04-19T14:48:40.337Z] aef593d17805: Pushed [2021-04-19T14:48:41.287Z] b2bdf0a199a1: Pushed [2021-04-19T14:48:41.288Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:4c36790fe1f2bb180d66f9e7879111a28459c3bdf94f23317d80541f36d6a192 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:41.628Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:41.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.176 [2021-04-19T14:48:41.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T14:48:41.933Z] ee0d08cbc139: Preparing [2021-04-19T14:48:41.933Z] b2bdf0a199a1: Preparing [2021-04-19T14:48:41.933Z] d798df5dd9e6: Preparing [2021-04-19T14:48:41.933Z] aef593d17805: Preparing [2021-04-19T14:48:41.933Z] 32f366d666a5: Preparing [2021-04-19T14:48:41.933Z] ee0d08cbc139: Layer already exists [2021-04-19T14:48:41.933Z] aef593d17805: Layer already exists [2021-04-19T14:48:41.933Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:41.933Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:41.933Z] b2bdf0a199a1: Layer already exists [2021-04-19T14:48:41.933Z] 2.0.0-dev.176: digest: sha256:4c36790fe1f2bb180d66f9e7879111a28459c3bdf94f23317d80541f36d6a192 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:42.247Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:42.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:42.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T14:48:42.553Z] ee0d08cbc139: Preparing [2021-04-19T14:48:42.553Z] b2bdf0a199a1: Preparing [2021-04-19T14:48:42.553Z] d798df5dd9e6: Preparing [2021-04-19T14:48:42.553Z] aef593d17805: Preparing [2021-04-19T14:48:42.553Z] 32f366d666a5: Preparing [2021-04-19T14:48:42.553Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:42.553Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:42.553Z] b2bdf0a199a1: Layer already exists [2021-04-19T14:48:42.553Z] ee0d08cbc139: Layer already exists [2021-04-19T14:48:42.553Z] aef593d17805: Layer already exists [2021-04-19T14:48:42.553Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:4c36790fe1f2bb180d66f9e7879111a28459c3bdf94f23317d80541f36d6a192 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:42.859Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:43.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-19T14:48:43.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T14:48:43.161Z] ee0d08cbc139: Preparing [2021-04-19T14:48:43.161Z] b2bdf0a199a1: Preparing [2021-04-19T14:48:43.161Z] d798df5dd9e6: Preparing [2021-04-19T14:48:43.161Z] aef593d17805: Preparing [2021-04-19T14:48:43.161Z] 32f366d666a5: Preparing [2021-04-19T14:48:43.161Z] aef593d17805: Layer already exists [2021-04-19T14:48:43.161Z] b2bdf0a199a1: Layer already exists [2021-04-19T14:48:43.161Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:43.161Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:43.161Z] ee0d08cbc139: Layer already exists [2021-04-19T14:48:43.161Z] master: digest: sha256:4c36790fe1f2bb180d66f9e7879111a28459c3bdf94f23317d80541f36d6a192 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:48:43.211Z] ===================================================== [Pipeline] echo [2021-04-19T14:48:43.226Z] taggedImages: [2021-04-19T14:48:43.226Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:43.226Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.176 [2021-04-19T14:48:43.226Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:43.226Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-19T14:48:43.257Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-19T14:48:43.257Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:43.257Z] 2.0.0-dev.176 [2021-04-19T14:48:43.257Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:43.257Z] master [2021-04-19T14:48:43.257Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:43.597Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:43.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:43.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T14:48:43.909Z] 7e4249c17722: Preparing [2021-04-19T14:48:43.909Z] 869a65c882a8: Preparing [2021-04-19T14:48:43.909Z] d798df5dd9e6: Preparing [2021-04-19T14:48:43.909Z] 4487f4dd524e: Preparing [2021-04-19T14:48:43.909Z] 32f366d666a5: Preparing [2021-04-19T14:48:43.909Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:43.909Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:43.909Z] 4487f4dd524e: Layer already exists [2021-04-19T14:48:44.174Z] 7e4249c17722: Pushed [2021-04-19T14:48:45.568Z] 869a65c882a8: Pushed [2021-04-19T14:48:45.568Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:39684205c1d64d348822c7ba0bbf12fcb82e373cf1c6cd720810b55a040de01d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:45.878Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:46.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.176 [2021-04-19T14:48:46.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T14:48:46.185Z] 7e4249c17722: Preparing [2021-04-19T14:48:46.185Z] 869a65c882a8: Preparing [2021-04-19T14:48:46.185Z] d798df5dd9e6: Preparing [2021-04-19T14:48:46.185Z] 4487f4dd524e: Preparing [2021-04-19T14:48:46.185Z] 32f366d666a5: Preparing [2021-04-19T14:48:46.185Z] 4487f4dd524e: Layer already exists [2021-04-19T14:48:46.185Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:46.185Z] 869a65c882a8: Layer already exists [2021-04-19T14:48:46.185Z] 7e4249c17722: Layer already exists [2021-04-19T14:48:46.185Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:46.185Z] 2.0.0-dev.176: digest: sha256:39684205c1d64d348822c7ba0bbf12fcb82e373cf1c6cd720810b55a040de01d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:46.532Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:46.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:46.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T14:48:46.859Z] 7e4249c17722: Preparing [2021-04-19T14:48:46.859Z] 869a65c882a8: Preparing [2021-04-19T14:48:46.859Z] d798df5dd9e6: Preparing [2021-04-19T14:48:46.859Z] 4487f4dd524e: Preparing [2021-04-19T14:48:46.859Z] 32f366d666a5: Preparing [2021-04-19T14:48:46.859Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:46.859Z] 869a65c882a8: Layer already exists [2021-04-19T14:48:46.859Z] 4487f4dd524e: Layer already exists [2021-04-19T14:48:46.859Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:46.859Z] 7e4249c17722: Layer already exists [2021-04-19T14:48:46.859Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:39684205c1d64d348822c7ba0bbf12fcb82e373cf1c6cd720810b55a040de01d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:47.169Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:47.473Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-19T14:48:47.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T14:48:47.473Z] 7e4249c17722: Preparing [2021-04-19T14:48:47.473Z] 869a65c882a8: Preparing [2021-04-19T14:48:47.473Z] d798df5dd9e6: Preparing [2021-04-19T14:48:47.473Z] 4487f4dd524e: Preparing [2021-04-19T14:48:47.473Z] 32f366d666a5: Preparing [2021-04-19T14:48:47.473Z] 4487f4dd524e: Layer already exists [2021-04-19T14:48:47.473Z] 7e4249c17722: Layer already exists [2021-04-19T14:48:47.473Z] d798df5dd9e6: Layer already exists [2021-04-19T14:48:47.473Z] 869a65c882a8: Layer already exists [2021-04-19T14:48:47.473Z] 32f366d666a5: Layer already exists [2021-04-19T14:48:47.473Z] master: digest: sha256:39684205c1d64d348822c7ba0bbf12fcb82e373cf1c6cd720810b55a040de01d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:48:47.524Z] ===================================================== [Pipeline] echo [2021-04-19T14:48:47.538Z] taggedImages: [2021-04-19T14:48:47.538Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:47.538Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.176 [2021-04-19T14:48:47.538Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:47.538Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-19T14:48:47.582Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-19T14:48:47.582Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:47.582Z] 2.0.0-dev.176 [2021-04-19T14:48:47.582Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:47.582Z] master [2021-04-19T14:48:47.582Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:47.919Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:48.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:48.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T14:48:48.228Z] f875871be077: Preparing [2021-04-19T14:48:48.228Z] b8c67d271692: Preparing [2021-04-19T14:48:48.228Z] 33c43deeb34c: Preparing [2021-04-19T14:48:48.228Z] 67bfdd4e18f2: Preparing [2021-04-19T14:48:48.228Z] 0754057c0ad3: Preparing [2021-04-19T14:48:48.228Z] 998cdf262ab1: Preparing [2021-04-19T14:48:48.228Z] 02e56110abd2: Preparing [2021-04-19T14:48:48.228Z] abc36efb885a: Preparing [2021-04-19T14:48:48.228Z] b0b09059f4e1: Preparing [2021-04-19T14:48:48.228Z] bb961f40224b: Preparing [2021-04-19T14:48:48.228Z] f4666769fca7: Preparing [2021-04-19T14:48:48.228Z] 998cdf262ab1: Waiting [2021-04-19T14:48:48.228Z] 02e56110abd2: Waiting [2021-04-19T14:48:48.228Z] abc36efb885a: Waiting [2021-04-19T14:48:48.228Z] b0b09059f4e1: Waiting [2021-04-19T14:48:48.228Z] f4666769fca7: Waiting [2021-04-19T14:48:48.228Z] bb961f40224b: Waiting [2021-04-19T14:48:48.228Z] 0754057c0ad3: Layer already exists [2021-04-19T14:48:48.228Z] 998cdf262ab1: Layer already exists [2021-04-19T14:48:48.228Z] 02e56110abd2: Layer already exists [2021-04-19T14:48:48.494Z] abc36efb885a: Layer already exists [2021-04-19T14:48:48.494Z] b8c67d271692: Pushed [2021-04-19T14:48:48.494Z] b0b09059f4e1: Layer already exists [2021-04-19T14:48:48.494Z] bb961f40224b: Layer already exists [2021-04-19T14:48:48.494Z] f4666769fca7: Layer already exists [2021-04-19T14:48:48.758Z] f875871be077: Pushed [2021-04-19T14:48:49.334Z] 33c43deeb34c: Pushed [2021-04-19T14:48:57.496Z] 67bfdd4e18f2: Pushed [2021-04-19T14:48:57.496Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:d0ad915da3b57ed5a4a7b4fb33d1552d699f6be23bf95bd802325c1a7719c563 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:57.828Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:58.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.176 [2021-04-19T14:48:58.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T14:48:58.132Z] f875871be077: Preparing [2021-04-19T14:48:58.132Z] b8c67d271692: Preparing [2021-04-19T14:48:58.132Z] 33c43deeb34c: Preparing [2021-04-19T14:48:58.132Z] 67bfdd4e18f2: Preparing [2021-04-19T14:48:58.132Z] 0754057c0ad3: Preparing [2021-04-19T14:48:58.132Z] 998cdf262ab1: Preparing [2021-04-19T14:48:58.132Z] 02e56110abd2: Preparing [2021-04-19T14:48:58.132Z] abc36efb885a: Preparing [2021-04-19T14:48:58.132Z] b0b09059f4e1: Preparing [2021-04-19T14:48:58.132Z] bb961f40224b: Preparing [2021-04-19T14:48:58.132Z] f4666769fca7: Preparing [2021-04-19T14:48:58.132Z] abc36efb885a: Waiting [2021-04-19T14:48:58.132Z] bb961f40224b: Waiting [2021-04-19T14:48:58.132Z] f4666769fca7: Waiting [2021-04-19T14:48:58.132Z] 998cdf262ab1: Waiting [2021-04-19T14:48:58.132Z] 02e56110abd2: Waiting [2021-04-19T14:48:58.132Z] b8c67d271692: Layer already exists [2021-04-19T14:48:58.132Z] 67bfdd4e18f2: Layer already exists [2021-04-19T14:48:58.132Z] 0754057c0ad3: Layer already exists [2021-04-19T14:48:58.132Z] f875871be077: Layer already exists [2021-04-19T14:48:58.132Z] 33c43deeb34c: Layer already exists [2021-04-19T14:48:58.132Z] abc36efb885a: Layer already exists [2021-04-19T14:48:58.132Z] 998cdf262ab1: Layer already exists [2021-04-19T14:48:58.132Z] bb961f40224b: Layer already exists [2021-04-19T14:48:58.132Z] 02e56110abd2: Layer already exists [2021-04-19T14:48:58.132Z] b0b09059f4e1: Layer already exists [2021-04-19T14:48:58.132Z] f4666769fca7: Layer already exists [2021-04-19T14:48:58.132Z] 2.0.0-dev.176: digest: sha256:d0ad915da3b57ed5a4a7b4fb33d1552d699f6be23bf95bd802325c1a7719c563 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:58.442Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:58.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:58.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T14:48:58.753Z] f875871be077: Preparing [2021-04-19T14:48:58.753Z] b8c67d271692: Preparing [2021-04-19T14:48:58.753Z] 33c43deeb34c: Preparing [2021-04-19T14:48:58.753Z] 67bfdd4e18f2: Preparing [2021-04-19T14:48:58.753Z] 0754057c0ad3: Preparing [2021-04-19T14:48:58.753Z] 998cdf262ab1: Preparing [2021-04-19T14:48:58.753Z] 02e56110abd2: Preparing [2021-04-19T14:48:58.753Z] abc36efb885a: Preparing [2021-04-19T14:48:58.753Z] b0b09059f4e1: Preparing [2021-04-19T14:48:58.753Z] bb961f40224b: Preparing [2021-04-19T14:48:58.753Z] f4666769fca7: Preparing [2021-04-19T14:48:58.753Z] 998cdf262ab1: Waiting [2021-04-19T14:48:58.753Z] 02e56110abd2: Waiting [2021-04-19T14:48:58.753Z] bb961f40224b: Waiting [2021-04-19T14:48:58.753Z] f4666769fca7: Waiting [2021-04-19T14:48:58.753Z] abc36efb885a: Waiting [2021-04-19T14:48:58.753Z] b0b09059f4e1: Waiting [2021-04-19T14:48:58.753Z] f875871be077: Layer already exists [2021-04-19T14:48:58.753Z] b8c67d271692: Layer already exists [2021-04-19T14:48:58.753Z] 0754057c0ad3: Layer already exists [2021-04-19T14:48:58.753Z] 33c43deeb34c: Layer already exists [2021-04-19T14:48:58.753Z] 67bfdd4e18f2: Layer already exists [2021-04-19T14:48:58.753Z] abc36efb885a: Layer already exists [2021-04-19T14:48:58.753Z] 998cdf262ab1: Layer already exists [2021-04-19T14:48:58.753Z] b0b09059f4e1: Layer already exists [2021-04-19T14:48:58.753Z] 02e56110abd2: Layer already exists [2021-04-19T14:48:58.753Z] bb961f40224b: Layer already exists [2021-04-19T14:48:58.753Z] f4666769fca7: Layer already exists [2021-04-19T14:48:59.019Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:d0ad915da3b57ed5a4a7b4fb33d1552d699f6be23bf95bd802325c1a7719c563 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:59.328Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:48:59.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-19T14:48:59.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T14:48:59.629Z] f875871be077: Preparing [2021-04-19T14:48:59.629Z] b8c67d271692: Preparing [2021-04-19T14:48:59.629Z] 33c43deeb34c: Preparing [2021-04-19T14:48:59.629Z] 67bfdd4e18f2: Preparing [2021-04-19T14:48:59.629Z] 0754057c0ad3: Preparing [2021-04-19T14:48:59.629Z] 998cdf262ab1: Preparing [2021-04-19T14:48:59.629Z] 02e56110abd2: Preparing [2021-04-19T14:48:59.629Z] abc36efb885a: Preparing [2021-04-19T14:48:59.629Z] b0b09059f4e1: Preparing [2021-04-19T14:48:59.629Z] bb961f40224b: Preparing [2021-04-19T14:48:59.629Z] f4666769fca7: Preparing [2021-04-19T14:48:59.629Z] abc36efb885a: Waiting [2021-04-19T14:48:59.629Z] b0b09059f4e1: Waiting [2021-04-19T14:48:59.629Z] bb961f40224b: Waiting [2021-04-19T14:48:59.629Z] 998cdf262ab1: Waiting [2021-04-19T14:48:59.629Z] 02e56110abd2: Waiting [2021-04-19T14:48:59.629Z] f4666769fca7: Waiting [2021-04-19T14:48:59.629Z] 67bfdd4e18f2: Layer already exists [2021-04-19T14:48:59.629Z] f875871be077: Layer already exists [2021-04-19T14:48:59.629Z] b8c67d271692: Layer already exists [2021-04-19T14:48:59.629Z] 33c43deeb34c: Layer already exists [2021-04-19T14:48:59.629Z] 0754057c0ad3: Layer already exists [2021-04-19T14:48:59.629Z] 998cdf262ab1: Layer already exists [2021-04-19T14:48:59.629Z] bb961f40224b: Layer already exists [2021-04-19T14:48:59.629Z] abc36efb885a: Layer already exists [2021-04-19T14:48:59.629Z] b0b09059f4e1: Layer already exists [2021-04-19T14:48:59.629Z] 02e56110abd2: Layer already exists [2021-04-19T14:48:59.629Z] f4666769fca7: Layer already exists [2021-04-19T14:48:59.630Z] master: digest: sha256:d0ad915da3b57ed5a4a7b4fb33d1552d699f6be23bf95bd802325c1a7719c563 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:48:59.691Z] ===================================================== [Pipeline] echo [2021-04-19T14:48:59.706Z] taggedImages: [2021-04-19T14:48:59.706Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:48:59.706Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.176 [2021-04-19T14:48:59.706Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:48:59.706Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T14:49:14.378Z] Removing intermediate container 69be320b3ad8 [2021-04-19T14:49:14.378Z] ---> 14bee14bd397 [2021-04-19T14:49:14.379Z] [2021-04-19T14:49:14.379Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T14:49:14.379Z] ---> 9852663dfa18 [2021-04-19T14:49:14.379Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T14:49:14.379Z] ---> Using cache [2021-04-19T14:49:14.379Z] ---> 99f38faa23bb [2021-04-19T14:49:14.379Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T14:49:14.379Z] ---> Using cache [2021-04-19T14:49:14.379Z] ---> 2acddcca21c9 [2021-04-19T14:49:14.379Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T14:49:14.379Z] ---> Running in 7a1ae2a9901b [2021-04-19T14:49:14.379Z] Removing intermediate container 7a1ae2a9901b [2021-04-19T14:49:14.379Z] ---> e88c2cdba08f [2021-04-19T14:49:14.379Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T14:49:14.379Z] ---> Running in a4efb79d483b [2021-04-19T14:49:14.379Z] Removing intermediate container a4efb79d483b [2021-04-19T14:49:14.379Z] ---> 094893a3a3ee [2021-04-19T14:49:14.379Z] Step 15/23 : WORKDIR / [2021-04-19T14:49:14.379Z] ---> Running in bd16ac41040b [2021-04-19T14:49:14.379Z] Removing intermediate container bd16ac41040b [2021-04-19T14:49:14.379Z] ---> 9f8f25a1d1ff [2021-04-19T14:49:14.379Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:49:14.379Z] ---> 516081a68ada [2021-04-19T14:49:14.379Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T14:49:14.379Z] ---> c174cb92e53d [2021-04-19T14:49:14.379Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T14:49:14.987Z] ---> 1eb46e475c5a [2021-04-19T14:49:14.987Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T14:49:14.987Z] ---> Running in 28553d42b259 [2021-04-19T14:49:15.597Z] Removing intermediate container 28553d42b259 [2021-04-19T14:49:15.597Z] ---> eb0069665eb8 [2021-04-19T14:49:15.597Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:49:15.868Z] ---> Running in 8f678ce7e15a [2021-04-19T14:49:16.468Z] Removing intermediate container 8f678ce7e15a [2021-04-19T14:49:16.468Z] ---> 33ebc1a42dab [2021-04-19T14:49:16.468Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T14:49:16.740Z] ---> Running in a68bd1ee1048 [2021-04-19T14:49:17.339Z] Removing intermediate container a68bd1ee1048 [2021-04-19T14:49:17.339Z] ---> 4319c7fd6bcb [2021-04-19T14:49:17.339Z] Step 22/23 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:49:17.610Z] ---> Running in 1d131123b2b3 [2021-04-19T14:49:18.209Z] Removing intermediate container 1d131123b2b3 [2021-04-19T14:49:18.209Z] ---> e1988d4490ca [2021-04-19T14:49:18.209Z] Step 23/23 : LABEL version=2.0.0-dev.176 [2021-04-19T14:49:18.480Z] ---> Running in 563239b2f35e [2021-04-19T14:49:19.084Z] Removing intermediate container 563239b2f35e [2021-04-19T14:49:19.084Z] ---> 5fed45ddc94f [2021-04-19T14:49:19.084Z] [2021-04-19T14:49:19.359Z] Successfully built 5fed45ddc94f [2021-04-19T14:49:19.359Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-19T14:49:52.021Z]  Building docker-core-metadata-go ... done Removing intermediate container 9326116680e3 [2021-04-19T14:49:52.021Z] ---> dbec3aed0095 [2021-04-19T14:49:52.021Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T14:49:52.297Z] ---> Running in 4802769aec52 [2021-04-19T14:49:53.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.176" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T14:49:55.211Z] Removing intermediate container fe295b5436a5 [2021-04-19T14:49:55.211Z] ---> 102a99a521ab [2021-04-19T14:49:55.211Z] [2021-04-19T14:49:55.211Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T14:49:55.211Z] ---> 9852663dfa18 [2021-04-19T14:49:55.211Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T14:49:55.211Z] ---> Running in 09d9b62d516c [2021-04-19T14:49:56.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:49:56.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:49:57.540Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T14:49:57.540Z] Removing intermediate container 4802769aec52 [2021-04-19T14:49:57.540Z] ---> 9fd3e5360853 [2021-04-19T14:49:57.540Z] [2021-04-19T14:49:57.540Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T14:49:57.540Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T14:49:57.540Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:49:57.540Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T14:49:57.540Z] 20.10.0: Pulling from library/docker [2021-04-19T14:49:57.817Z] OK: 6 MiB in 16 packages [2021-04-19T14:50:01.218Z] Removing intermediate container 09d9b62d516c [2021-04-19T14:50:01.218Z] ---> 27eea6b5c5de [2021-04-19T14:50:01.218Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T14:50:01.218Z] ---> Running in 5c6fd4725c54 [2021-04-19T14:50:01.816Z] Removing intermediate container 5c6fd4725c54 [2021-04-19T14:50:01.816Z] ---> 242dfec6425e [2021-04-19T14:50:01.816Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T14:50:02.417Z] ---> Running in db001f7b8ada [2021-04-19T14:50:03.398Z] Removing intermediate container db001f7b8ada [2021-04-19T14:50:03.398Z] ---> 1b9809d25ae4 [2021-04-19T14:50:03.398Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T14:50:03.680Z] ---> Running in b43f1162ded1 [2021-04-19T14:50:04.670Z] Removing intermediate container b43f1162ded1 [2021-04-19T14:50:04.670Z] ---> 409d8bc92641 [2021-04-19T14:50:04.670Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:50:06.645Z] ---> f2e2b4cf330d [2021-04-19T14:50:06.645Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T14:50:08.623Z] Removing intermediate container 649d11f562c3 [2021-04-19T14:50:08.623Z] ---> 8ff5abeab115 [2021-04-19T14:50:08.623Z] [2021-04-19T14:50:08.623Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T14:50:08.623Z] ---> 9852663dfa18 [2021-04-19T14:50:08.623Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T14:50:08.623Z] ---> a459213f4db3 [2021-04-19T14:50:08.623Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T14:50:08.901Z] ---> Running in eceb27671a9b [2021-04-19T14:50:09.504Z] Removing intermediate container eceb27671a9b [2021-04-19T14:50:09.504Z] ---> cba748ac4446 [2021-04-19T14:50:09.504Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T14:50:09.504Z] ---> Running in 8faa4e01e23e [2021-04-19T14:50:09.504Z] ---> af213b81ab02 [2021-04-19T14:50:09.504Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T14:50:09.787Z] ---> Running in 52d71ee9bed6 [2021-04-19T14:50:10.059Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T14:50:10.060Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T14:50:10.060Z] ---> eeaf43b92773 [2021-04-19T14:50:10.060Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T14:50:10.060Z] ---> Running in 2ab4debf27c8 [2021-04-19T14:50:10.060Z] Removing intermediate container 8faa4e01e23e [2021-04-19T14:50:10.060Z] ---> 89605f0fb842 [2021-04-19T14:50:10.060Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T14:50:10.339Z] ---> Running in 44f707c5f2d3 [2021-04-19T14:50:10.339Z] Removing intermediate container 52d71ee9bed6 [2021-04-19T14:50:10.339Z] ---> 0885114ab598 [2021-04-19T14:50:10.339Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:50:10.613Z] ---> Running in 65edd1f657cc [2021-04-19T14:50:10.887Z] Removing intermediate container 2ab4debf27c8 [2021-04-19T14:50:10.887Z] ---> 76cf607fd291 [2021-04-19T14:50:10.887Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T14:50:10.887Z] ---> Running in 748a839ef97b [2021-04-19T14:50:10.887Z] Removing intermediate container 44f707c5f2d3 [2021-04-19T14:50:10.888Z] ---> a915f3e8f5ea [2021-04-19T14:50:10.888Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T14:50:11.173Z] ---> Running in 60f70e5c13b0 [2021-04-19T14:50:11.173Z] Removing intermediate container 65edd1f657cc [2021-04-19T14:50:11.173Z] ---> 3a6590436102 [2021-04-19T14:50:11.173Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T14:50:11.453Z] ---> Running in fca3fee60ab0 [2021-04-19T14:50:12.051Z] Removing intermediate container fca3fee60ab0 [2021-04-19T14:50:12.051Z] ---> 9d27a8f4bc15 [2021-04-19T14:50:12.051Z] Step 21/22 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:50:12.325Z] ---> Running in 6beda0889846 [2021-04-19T14:50:12.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:50:12.875Z] Removing intermediate container 6beda0889846 [2021-04-19T14:50:12.875Z] ---> bec65ae8bd91 [2021-04-19T14:50:12.875Z] Step 22/22 : LABEL version=2.0.0-dev.176 [2021-04-19T14:50:12.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:50:12.875Z] ---> Running in ce32cfb12d04 [2021-04-19T14:50:13.473Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T14:50:13.473Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T14:50:13.749Z] Executing bash-5.0.17-r0.post-install [2021-04-19T14:50:13.749Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T14:50:13.749Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T14:50:13.749Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T14:50:13.749Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T14:50:13.749Z] Removing intermediate container ce32cfb12d04 [2021-04-19T14:50:13.749Z] ---> a7d854cb4888 [2021-04-19T14:50:13.749Z] [2021-04-19T14:50:13.749Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T14:50:13.749Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T14:50:13.749Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T14:50:13.749Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T14:50:13.749Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T14:50:13.749Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T14:50:13.749Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T14:50:14.025Z] Successfully built a7d854cb4888 [2021-04-19T14:50:14.296Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-19T14:50:14.296Z]  Building docker-support-notifications-go ... done Removing intermediate container 60f70e5c13b0 [2021-04-19T14:50:14.296Z] ---> 22de41044670 [2021-04-19T14:50:14.296Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T14:50:14.901Z] ---> Running in 4d917ddbd3ce [2021-04-19T14:50:15.884Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T14:50:15.884Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T14:50:15.884Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T14:50:15.884Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T14:50:15.884Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T14:50:15.884Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T14:50:15.884Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T14:50:15.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T14:50:15.885Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T14:50:16.155Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T14:50:16.155Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T14:50:16.155Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T14:50:16.155Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T14:50:16.155Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T14:50:16.155Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T14:50:16.155Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T14:50:16.155Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T14:50:16.155Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T14:50:16.155Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T14:50:16.155Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T14:50:16.433Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T14:50:16.433Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T14:50:16.433Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T14:50:16.433Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T14:50:16.433Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T14:50:16.433Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T14:50:16.433Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T14:50:16.433Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T14:50:16.433Z] OK: 72 MiB in 59 packages [2021-04-19T14:50:17.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T14:50:17.622Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T14:50:17.622Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T14:50:17.894Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T14:50:17.894Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T14:50:18.166Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T14:50:18.166Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T14:50:18.440Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T14:50:18.440Z] OK: 8 MiB in 20 packages [2021-04-19T14:50:20.422Z] Removing intermediate container 4d917ddbd3ce [2021-04-19T14:50:20.423Z] ---> f9f22ab7a51f [2021-04-19T14:50:20.423Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T14:50:20.693Z] Collecting docker-compose==1.23.2 [2021-04-19T14:50:20.693Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T14:50:20.967Z] ---> fede33374c10 [2021-04-19T14:50:20.967Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T14:50:21.946Z] Collecting PyYAML<4,>=3.10 [2021-04-19T14:50:21.946Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T14:50:22.218Z] ---> 24802c9a56ae [2021-04-19T14:50:22.218Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T14:50:23.201Z] ---> 7eeaba5c45de [2021-04-19T14:50:23.201Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T14:50:23.201Z] ---> Running in 86d3a578594d [2021-04-19T14:50:23.801Z] Removing intermediate container 86d3a578594d [2021-04-19T14:50:23.801Z] ---> 51a778817833 [2021-04-19T14:50:23.801Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:50:23.801Z] ---> Running in 950f5a0a0d90 [2021-04-19T14:50:24.403Z] Removing intermediate container 950f5a0a0d90 [2021-04-19T14:50:24.403Z] ---> 727e1a08a3d3 [2021-04-19T14:50:24.403Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T14:50:24.403Z] ---> Running in 9c87f3bb4ad3 [2021-04-19T14:50:25.013Z] Removing intermediate container 9c87f3bb4ad3 [2021-04-19T14:50:25.013Z] ---> 97acc52a2316 [2021-04-19T14:50:25.013Z] Step 22/23 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:50:25.284Z] ---> Running in e07f80a68172 [2021-04-19T14:50:25.553Z] Removing intermediate container e07f80a68172 [2021-04-19T14:50:25.553Z] ---> a7b5febfe62b [2021-04-19T14:50:25.553Z] Step 23/23 : LABEL version=2.0.0-dev.176 [2021-04-19T14:50:25.825Z] ---> Running in 7d6f1583f67d [2021-04-19T14:50:26.099Z] Removing intermediate container 7d6f1583f67d [2021-04-19T14:50:26.099Z] ---> d330a020ce55 [2021-04-19T14:50:26.099Z] [2021-04-19T14:50:26.369Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T14:50:26.369Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T14:50:26.369Z] Successfully built d330a020ce55 [2021-04-19T14:50:26.640Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-19T14:50:26.911Z]  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 [2021-04-19T14:50:26.911Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T14:50:27.183Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T14:50:27.183Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T14:50:29.146Z] 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-19T14:50:29.417Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T14:50:29.417Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T14:50:30.006Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T14:50:30.006Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T14:50:31.967Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T14:50:31.968Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T14:50:33.932Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T14:50:33.932Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T14:50:34.521Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T14:50:34.521Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T14:50:34.521Z] 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-19T14:50:34.521Z] Collecting idna<2.8,>=2.5 [2021-04-19T14:50:34.809Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T14:50:34.809Z] 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-19T14:50:35.414Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T14:50:35.414Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T14:50:36.020Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T14:50:36.020Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T14:50:36.020Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T14:50:36.020Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T14:50:36.020Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T14:50:36.020Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T14:50:36.998Z] Installing collected packages: PyYAML, idna, urllib3, requests, jsonschema, dockerpty, docker-pycreds, websocket-client, docker, texttable, docopt, cached-property, docker-compose [2021-04-19T14:50:36.998Z] Running setup.py install for PyYAML: started [2021-04-19T14:50:38.968Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T14:50:38.968Z] Attempting uninstall: idna [2021-04-19T14:50:38.968Z] Found existing installation: idna 2.9 [2021-04-19T14:50:38.968Z] Uninstalling idna-2.9: [2021-04-19T14:50:38.968Z] Successfully uninstalled idna-2.9 [2021-04-19T14:50:39.565Z] Attempting uninstall: urllib3 [2021-04-19T14:50:39.565Z] Found existing installation: urllib3 1.25.9 [2021-04-19T14:50:39.565Z] Uninstalling urllib3-1.25.9: [2021-04-19T14:50:39.565Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T14:50:40.161Z] Attempting uninstall: requests [2021-04-19T14:50:40.161Z] Found existing installation: requests 2.23.0 [2021-04-19T14:50:40.161Z] Uninstalling requests-2.23.0: [2021-04-19T14:50:40.161Z] Successfully uninstalled requests-2.23.0 [2021-04-19T14:50:40.756Z] Running setup.py install for dockerpty: started [2021-04-19T14:50:42.722Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T14:50:43.707Z] Running setup.py install for texttable: started [2021-04-19T14:50:45.684Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T14:50:45.684Z] Running setup.py install for docopt: started [2021-04-19T14:50:47.117Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T14:50:48.093Z] 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-19T14:50:56.374Z] Removing intermediate container 748a839ef97b [2021-04-19T14:50:56.374Z] ---> 1b62f4c3b820 [2021-04-19T14:50:56.374Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T14:50:56.374Z] ---> Running in e3e735962f33 [2021-04-19T14:50:56.374Z] Removing intermediate container e3e735962f33 [2021-04-19T14:50:56.374Z] ---> 01528d9b29cb [2021-04-19T14:50:56.374Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T14:50:56.649Z] ---> Running in e9743db6c09a [2021-04-19T14:50:57.246Z] Removing intermediate container e9743db6c09a [2021-04-19T14:50:57.246Z] ---> 8486a24be236 [2021-04-19T14:50:57.246Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T14:50:58.228Z] ---> f0251e221c03 [2021-04-19T14:50:58.228Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T14:50:58.828Z] ---> 4c1691c91461 [2021-04-19T14:50:58.828Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T14:50:59.812Z] ---> 13db61973416 [2021-04-19T14:50:59.812Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T14:50:59.812Z] ---> Running in 45249acde178 [2021-04-19T14:51:00.410Z] Removing intermediate container 45249acde178 [2021-04-19T14:51:00.410Z] ---> 14879a127d34 [2021-04-19T14:51:00.410Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T14:51:00.410Z] ---> Running in ab6f01210748 [2021-04-19T14:51:01.011Z] Removing intermediate container ab6f01210748 [2021-04-19T14:51:01.011Z] ---> 037a47aae959 [2021-04-19T14:51:01.011Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T14:51:01.286Z] ---> Running in fbcfdf78de47 [2021-04-19T14:51:01.562Z] Removing intermediate container fbcfdf78de47 [2021-04-19T14:51:01.562Z] ---> 326b356103f0 [2021-04-19T14:51:01.562Z] Step 22/23 : LABEL git_sha=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:01.838Z] ---> Running in 76f8f561e7f9 [2021-04-19T14:51:02.434Z] Removing intermediate container 76f8f561e7f9 [2021-04-19T14:51:02.434Z] ---> 7e0c0eb5446b [2021-04-19T14:51:02.434Z] Step 23/23 : LABEL version=2.0.0-dev.176 [2021-04-19T14:51:02.434Z] ---> Running in 97a45278754b [2021-04-19T14:51:02.706Z] Removing intermediate container 97a45278754b [2021-04-19T14:51:02.706Z] ---> 8aa09652aca0 [2021-04-19T14:51:02.706Z] [2021-04-19T14:51:03.302Z] Successfully built 8aa09652aca0 [2021-04-19T14:51:03.302Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-19T14:51:03.590Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-19T14:51:03.605Z] $ docker stop --time=1 8933764f387e38bc7fe79564e09fb4b4a1efb44aa6ab5df1873ca93139289de7 [2021-04-19T14:51:05.489Z] $ docker rm -f 8933764f387e38bc7fe79564e09fb4b4a1efb44aa6ab5df1873ca93139289de7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T14:51:06.078Z] + docker images+ [2021-04-19T14:51:06.078Z] grep docker [2021-04-19T14:51:06.349Z] docker-sys-mgmt-agent-go-arm64 latest 8aa09652aca0 4 seconds ago 299MB [2021-04-19T14:51:06.349Z] docker-core-data-go-arm64 latest d330a020ce55 41 seconds ago 21.6MB [2021-04-19T14:51:06.349Z] docker-support-notifications-go-arm64 latest a7d854cb4888 53 seconds ago 17.2MB [2021-04-19T14:51:06.349Z] docker-core-metadata-go-arm64 latest 5fed45ddc94f About a minute ago 18.1MB [2021-04-19T14:51:06.349Z] docker-security-bootstrapper-go-arm64 latest f813252f8837 3 minutes ago 18.1MB [2021-04-19T14:51:06.349Z] docker-security-secretstore-setup-go-arm64 latest 2452d5fb431d 3 minutes ago 24.9MB [2021-04-19T14:51:06.349Z] docker-support-scheduler-go-arm64 latest 1c12032b4199 3 minutes ago 16.6MB [2021-04-19T14:51:06.349Z] docker-core-command-go-arm64 latest fbf92e0469a8 3 minutes ago 16.5MB [2021-04-19T14:51:06.349Z] docker-security-proxy-setup-go-arm64 latest 7be5fb429693 3 minutes ago 24.6MB [2021-04-19T14:51:06.349Z] docker 20.10.0 eeaf43b92773 4 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-19T14:51:06.488Z] provisioning config files... [2021-04-19T14:51:06.524Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/444@tmp/config4587958723511850752tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:51:06.877Z] ---> docker-login.sh [2021-04-19T14:51:06.877Z] nexus3.edgexfoundry.org:10001 [2021-04-19T14:51:07.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:51:07.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:51:07.421Z] Configure a credential helper to remove this warning. See [2021-04-19T14:51:07.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:51:07.421Z] [2021-04-19T14:51:07.421Z] Login Succeeded [2021-04-19T14:51:07.421Z] nexus3.edgexfoundry.org:10002 [2021-04-19T14:51:07.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:51:07.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:51:07.971Z] Configure a credential helper to remove this warning. See [2021-04-19T14:51:07.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:51:07.971Z] [2021-04-19T14:51:07.971Z] Login Succeeded [2021-04-19T14:51:07.971Z] nexus3.edgexfoundry.org:10003 [2021-04-19T14:51:08.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:51:08.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:51:08.514Z] Configure a credential helper to remove this warning. See [2021-04-19T14:51:08.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:51:08.514Z] [2021-04-19T14:51:08.514Z] Login Succeeded [2021-04-19T14:51:08.514Z] nexus3.edgexfoundry.org:10004 [2021-04-19T14:51:08.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:51:09.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:51:09.064Z] Configure a credential helper to remove this warning. See [2021-04-19T14:51:09.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:51:09.064Z] [2021-04-19T14:51:09.064Z] Login Succeeded [2021-04-19T14:51:09.064Z] docker.io [2021-04-19T14:51:09.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T14:51:09.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T14:51:09.931Z] Configure a credential helper to remove this warning. See [2021-04-19T14:51:09.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T14:51:09.931Z] [2021-04-19T14:51:09.931Z] Login Succeeded [2021-04-19T14:51:09.931Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T14:51:09.947Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:51:10.007Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-19T14:51:10.008Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:10.008Z] 2.0.0-dev.176 [2021-04-19T14:51:10.008Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:10.008Z] master [2021-04-19T14:51:10.008Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:10.379Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:10.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:10.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T14:51:10.714Z] 14b239d300a7: Preparing [2021-04-19T14:51:10.714Z] ff38f6a4d2d9: Preparing [2021-04-19T14:51:10.714Z] 7a293db22d7e: Preparing [2021-04-19T14:51:10.714Z] 6280bfaf287a: Preparing [2021-04-19T14:51:10.714Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:10.987Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:10.987Z] 6280bfaf287a: Pushed [2021-04-19T14:51:11.257Z] 14b239d300a7: Pushed [2021-04-19T14:51:11.257Z] 7a293db22d7e: Pushed [2021-04-19T14:51:13.860Z] ff38f6a4d2d9: Pushed [2021-04-19T14:51:13.860Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:47d5c7359239c4f2dad5cdab90de486abd9613afd75171dc32a6f4fa19496838 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:14.204Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:14.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:14.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T14:51:14.548Z] 14b239d300a7: Preparing [2021-04-19T14:51:14.548Z] ff38f6a4d2d9: Preparing [2021-04-19T14:51:14.548Z] 7a293db22d7e: Preparing [2021-04-19T14:51:14.548Z] 6280bfaf287a: Preparing [2021-04-19T14:51:14.548Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:14.548Z] ff38f6a4d2d9: Layer already exists [2021-04-19T14:51:14.548Z] 6280bfaf287a: Layer already exists [2021-04-19T14:51:14.548Z] 14b239d300a7: Layer already exists [2021-04-19T14:51:14.548Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:14.548Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:14.819Z] 2.0.0-dev.176: digest: sha256:47d5c7359239c4f2dad5cdab90de486abd9613afd75171dc32a6f4fa19496838 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:15.169Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:15.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:15.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T14:51:15.506Z] 14b239d300a7: Preparing [2021-04-19T14:51:15.506Z] ff38f6a4d2d9: Preparing [2021-04-19T14:51:15.506Z] 7a293db22d7e: Preparing [2021-04-19T14:51:15.506Z] 6280bfaf287a: Preparing [2021-04-19T14:51:15.506Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:15.778Z] ff38f6a4d2d9: Layer already exists [2021-04-19T14:51:15.778Z] 14b239d300a7: Layer already exists [2021-04-19T14:51:15.778Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:15.778Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:15.778Z] 6280bfaf287a: Layer already exists [2021-04-19T14:51:15.778Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:47d5c7359239c4f2dad5cdab90de486abd9613afd75171dc32a6f4fa19496838 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:16.115Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:16.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-19T14:51:16.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T14:51:16.448Z] 14b239d300a7: Preparing [2021-04-19T14:51:16.448Z] ff38f6a4d2d9: Preparing [2021-04-19T14:51:16.448Z] 7a293db22d7e: Preparing [2021-04-19T14:51:16.448Z] 6280bfaf287a: Preparing [2021-04-19T14:51:16.448Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:16.448Z] 6280bfaf287a: Layer already exists [2021-04-19T14:51:16.448Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:16.448Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:16.448Z] ff38f6a4d2d9: Layer already exists [2021-04-19T14:51:16.448Z] 14b239d300a7: Layer already exists [2021-04-19T14:51:16.720Z] master: digest: sha256:47d5c7359239c4f2dad5cdab90de486abd9613afd75171dc32a6f4fa19496838 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:51:16.775Z] ===================================================== [Pipeline] echo [2021-04-19T14:51:16.788Z] taggedImages: [2021-04-19T14:51:16.788Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:16.788Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:16.788Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:16.788Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-19T14:51:16.817Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-19T14:51:16.817Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:16.817Z] 2.0.0-dev.176 [2021-04-19T14:51:16.817Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:16.817Z] master [2021-04-19T14:51:16.817Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:17.192Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:17.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:17.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T14:51:17.541Z] d0f67ce07e79: Preparing [2021-04-19T14:51:17.541Z] 9ea903d3551e: Preparing [2021-04-19T14:51:17.541Z] 7a293db22d7e: Preparing [2021-04-19T14:51:17.541Z] 0310d11b7a94: Preparing [2021-04-19T14:51:17.541Z] 50e4b2f71506: Preparing [2021-04-19T14:51:17.541Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:17.541Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:17.813Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:17.813Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:17.813Z] 50e4b2f71506: Pushed [2021-04-19T14:51:17.813Z] d0f67ce07e79: Pushed [2021-04-19T14:51:18.405Z] 0310d11b7a94: Pushed [2021-04-19T14:51:21.777Z] 9ea903d3551e: Pushed [2021-04-19T14:51:21.777Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:711376925babf347b346d2356126d1cfad4a30c80c84cf98d2418514b411d6f3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:22.146Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:22.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:22.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T14:51:22.508Z] d0f67ce07e79: Preparing [2021-04-19T14:51:22.508Z] 9ea903d3551e: Preparing [2021-04-19T14:51:22.508Z] 7a293db22d7e: Preparing [2021-04-19T14:51:22.508Z] 0310d11b7a94: Preparing [2021-04-19T14:51:22.508Z] 50e4b2f71506: Preparing [2021-04-19T14:51:22.508Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:22.508Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:22.508Z] d0f67ce07e79: Layer already exists [2021-04-19T14:51:22.508Z] 50e4b2f71506: Layer already exists [2021-04-19T14:51:22.508Z] 9ea903d3551e: Layer already exists [2021-04-19T14:51:22.508Z] 0310d11b7a94: Layer already exists [2021-04-19T14:51:22.786Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:22.786Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:22.786Z] 2.0.0-dev.176: digest: sha256:711376925babf347b346d2356126d1cfad4a30c80c84cf98d2418514b411d6f3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:23.157Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:23.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:23.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T14:51:23.515Z] d0f67ce07e79: Preparing [2021-04-19T14:51:23.515Z] 9ea903d3551e: Preparing [2021-04-19T14:51:23.515Z] 7a293db22d7e: Preparing [2021-04-19T14:51:23.515Z] 0310d11b7a94: Preparing [2021-04-19T14:51:23.515Z] 50e4b2f71506: Preparing [2021-04-19T14:51:23.515Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:23.515Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:23.515Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:23.515Z] d0f67ce07e79: Layer already exists [2021-04-19T14:51:23.515Z] 50e4b2f71506: Layer already exists [2021-04-19T14:51:23.515Z] 9ea903d3551e: Layer already exists [2021-04-19T14:51:23.515Z] 0310d11b7a94: Layer already exists [2021-04-19T14:51:23.515Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:23.786Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:711376925babf347b346d2356126d1cfad4a30c80c84cf98d2418514b411d6f3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:24.127Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:24.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-19T14:51:24.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T14:51:24.465Z] d0f67ce07e79: Preparing [2021-04-19T14:51:24.465Z] 9ea903d3551e: Preparing [2021-04-19T14:51:24.465Z] 7a293db22d7e: Preparing [2021-04-19T14:51:24.465Z] 0310d11b7a94: Preparing [2021-04-19T14:51:24.465Z] 50e4b2f71506: Preparing [2021-04-19T14:51:24.465Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:24.465Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:24.465Z] 50e4b2f71506: Layer already exists [2021-04-19T14:51:24.465Z] d0f67ce07e79: Layer already exists [2021-04-19T14:51:24.465Z] 0310d11b7a94: Layer already exists [2021-04-19T14:51:24.465Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:24.736Z] 9ea903d3551e: Layer already exists [2021-04-19T14:51:24.736Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:24.736Z] master: digest: sha256:711376925babf347b346d2356126d1cfad4a30c80c84cf98d2418514b411d6f3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:51:24.795Z] ===================================================== [Pipeline] echo [2021-04-19T14:51:24.808Z] taggedImages: [2021-04-19T14:51:24.808Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:24.808Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:24.809Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:24.809Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-19T14:51:24.839Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-19T14:51:24.839Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:24.839Z] 2.0.0-dev.176 [2021-04-19T14:51:24.839Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:24.839Z] master [2021-04-19T14:51:24.839Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:25.209Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:25.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:25.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T14:51:25.550Z] ee178585898c: Preparing [2021-04-19T14:51:25.550Z] a11cf828a4e5: Preparing [2021-04-19T14:51:25.550Z] 7a293db22d7e: Preparing [2021-04-19T14:51:25.550Z] 1b3815b22b22: Preparing [2021-04-19T14:51:25.550Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:25.824Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:25.824Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:25.824Z] ee178585898c: Pushed [2021-04-19T14:51:25.824Z] 1b3815b22b22: Pushed [2021-04-19T14:51:29.204Z] a11cf828a4e5: Pushed [2021-04-19T14:51:29.204Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:096dbd33fd61b1fd1bbec89bd76b56b04019c10c80ec3b73668c1b0fc5f0382d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:29.545Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:29.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:29.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T14:51:29.881Z] ee178585898c: Preparing [2021-04-19T14:51:29.881Z] a11cf828a4e5: Preparing [2021-04-19T14:51:29.881Z] 7a293db22d7e: Preparing [2021-04-19T14:51:29.881Z] 1b3815b22b22: Preparing [2021-04-19T14:51:29.881Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:29.881Z] 1b3815b22b22: Layer already exists [2021-04-19T14:51:30.153Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:30.153Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:30.153Z] a11cf828a4e5: Layer already exists [2021-04-19T14:51:30.153Z] ee178585898c: Layer already exists [2021-04-19T14:51:30.153Z] 2.0.0-dev.176: digest: sha256:096dbd33fd61b1fd1bbec89bd76b56b04019c10c80ec3b73668c1b0fc5f0382d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:30.492Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:30.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:30.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T14:51:30.822Z] ee178585898c: Preparing [2021-04-19T14:51:30.822Z] a11cf828a4e5: Preparing [2021-04-19T14:51:30.822Z] 7a293db22d7e: Preparing [2021-04-19T14:51:30.822Z] 1b3815b22b22: Preparing [2021-04-19T14:51:30.822Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:30.822Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:30.822Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:31.096Z] ee178585898c: Layer already exists [2021-04-19T14:51:31.096Z] a11cf828a4e5: Layer already exists [2021-04-19T14:51:31.096Z] 1b3815b22b22: Layer already exists [2021-04-19T14:51:31.096Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:096dbd33fd61b1fd1bbec89bd76b56b04019c10c80ec3b73668c1b0fc5f0382d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:31.431Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:31.767Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-19T14:51:31.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T14:51:31.767Z] ee178585898c: Preparing [2021-04-19T14:51:31.767Z] a11cf828a4e5: Preparing [2021-04-19T14:51:31.767Z] 7a293db22d7e: Preparing [2021-04-19T14:51:31.767Z] 1b3815b22b22: Preparing [2021-04-19T14:51:31.767Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:31.767Z] 1b3815b22b22: Layer already exists [2021-04-19T14:51:31.767Z] ee178585898c: Layer already exists [2021-04-19T14:51:31.767Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:32.039Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:32.039Z] a11cf828a4e5: Layer already exists [2021-04-19T14:51:32.039Z] master: digest: sha256:096dbd33fd61b1fd1bbec89bd76b56b04019c10c80ec3b73668c1b0fc5f0382d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:51:32.124Z] ===================================================== [Pipeline] echo [2021-04-19T14:51:32.138Z] taggedImages: [2021-04-19T14:51:32.138Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:32.138Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:32.138Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:32.138Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-19T14:51:32.167Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-19T14:51:32.167Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:32.167Z] 2.0.0-dev.176 [2021-04-19T14:51:32.167Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:32.167Z] master [2021-04-19T14:51:32.167Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:32.533Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:32.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:32.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T14:51:32.864Z] 978a28686bba: Preparing [2021-04-19T14:51:32.864Z] 978a28686bba: Preparing [2021-04-19T14:51:32.864Z] e370db08664d: Preparing [2021-04-19T14:51:32.864Z] 511a9232c7fc: Preparing [2021-04-19T14:51:32.864Z] cb839bd3e55e: Preparing [2021-04-19T14:51:32.864Z] b13c64600a08: Preparing [2021-04-19T14:51:32.864Z] 7a293db22d7e: Preparing [2021-04-19T14:51:32.864Z] 86308eb48233: Preparing [2021-04-19T14:51:32.864Z] 7a293db22d7e: Waiting [2021-04-19T14:51:32.864Z] 86308eb48233: Preparing [2021-04-19T14:51:32.864Z] 8410f5356142: Preparing [2021-04-19T14:51:32.864Z] 8e1c55fb634d: Preparing [2021-04-19T14:51:32.864Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:32.864Z] 86308eb48233: Waiting [2021-04-19T14:51:32.864Z] 8410f5356142: Waiting [2021-04-19T14:51:32.864Z] 8e1c55fb634d: Waiting [2021-04-19T14:51:32.864Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:33.137Z] cb839bd3e55e: Pushed [2021-04-19T14:51:33.137Z] 511a9232c7fc: Pushed [2021-04-19T14:51:33.411Z] e370db08664d: Pushed [2021-04-19T14:51:33.411Z] 978a28686bba: Pushed [2021-04-19T14:51:33.411Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:33.411Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:33.411Z] 8410f5356142: Pushed [2021-04-19T14:51:33.411Z] 86308eb48233: Pushed [2021-04-19T14:51:33.411Z] 8e1c55fb634d: Pushed [2021-04-19T14:51:36.007Z] b13c64600a08: Pushed [2021-04-19T14:51:36.276Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:84ab948445c80921d3b749f584b60d01bad9d1493fcb48c5f1c463afba322176 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:36.616Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:36.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:36.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T14:51:36.951Z] 978a28686bba: Preparing [2021-04-19T14:51:36.951Z] 978a28686bba: Preparing [2021-04-19T14:51:36.951Z] e370db08664d: Preparing [2021-04-19T14:51:36.951Z] 511a9232c7fc: Preparing [2021-04-19T14:51:36.951Z] cb839bd3e55e: Preparing [2021-04-19T14:51:36.951Z] b13c64600a08: Preparing [2021-04-19T14:51:36.951Z] 7a293db22d7e: Preparing [2021-04-19T14:51:36.951Z] 86308eb48233: Preparing [2021-04-19T14:51:36.951Z] 86308eb48233: Preparing [2021-04-19T14:51:36.951Z] 8410f5356142: Preparing [2021-04-19T14:51:36.951Z] 8e1c55fb634d: Preparing [2021-04-19T14:51:36.951Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:36.951Z] 7a293db22d7e: Waiting [2021-04-19T14:51:36.951Z] 86308eb48233: Waiting [2021-04-19T14:51:36.951Z] 8410f5356142: Waiting [2021-04-19T14:51:36.951Z] 8e1c55fb634d: Waiting [2021-04-19T14:51:36.951Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:36.951Z] e370db08664d: Layer already exists [2021-04-19T14:51:36.951Z] cb839bd3e55e: Layer already exists [2021-04-19T14:51:36.951Z] b13c64600a08: Layer already exists [2021-04-19T14:51:36.951Z] 978a28686bba: Layer already exists [2021-04-19T14:51:37.220Z] 511a9232c7fc: Layer already exists [2021-04-19T14:51:37.220Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:37.220Z] 86308eb48233: Layer already exists [2021-04-19T14:51:37.220Z] 8e1c55fb634d: Layer already exists [2021-04-19T14:51:37.220Z] 8410f5356142: Layer already exists [2021-04-19T14:51:37.220Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:37.220Z] 2.0.0-dev.176: digest: sha256:84ab948445c80921d3b749f584b60d01bad9d1493fcb48c5f1c463afba322176 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:37.559Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:37.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:37.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T14:51:37.892Z] 978a28686bba: Preparing [2021-04-19T14:51:37.892Z] 978a28686bba: Preparing [2021-04-19T14:51:37.892Z] e370db08664d: Preparing [2021-04-19T14:51:37.892Z] 511a9232c7fc: Preparing [2021-04-19T14:51:37.892Z] cb839bd3e55e: Preparing [2021-04-19T14:51:37.892Z] b13c64600a08: Preparing [2021-04-19T14:51:37.892Z] 7a293db22d7e: Preparing [2021-04-19T14:51:37.892Z] 86308eb48233: Preparing [2021-04-19T14:51:37.892Z] 86308eb48233: Preparing [2021-04-19T14:51:37.892Z] 8410f5356142: Preparing [2021-04-19T14:51:37.892Z] 8e1c55fb634d: Preparing [2021-04-19T14:51:37.892Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:37.892Z] 7a293db22d7e: Waiting [2021-04-19T14:51:37.892Z] 86308eb48233: Waiting [2021-04-19T14:51:37.892Z] 8410f5356142: Waiting [2021-04-19T14:51:37.892Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:37.892Z] 8e1c55fb634d: Waiting [2021-04-19T14:51:38.161Z] 978a28686bba: Layer already exists [2021-04-19T14:51:38.161Z] e370db08664d: Layer already exists [2021-04-19T14:51:38.161Z] cb839bd3e55e: Layer already exists [2021-04-19T14:51:38.161Z] b13c64600a08: Layer already exists [2021-04-19T14:51:38.161Z] 511a9232c7fc: Layer already exists [2021-04-19T14:51:38.161Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:38.161Z] 86308eb48233: Layer already exists [2021-04-19T14:51:38.161Z] 8410f5356142: Layer already exists [2021-04-19T14:51:38.161Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:38.161Z] 8e1c55fb634d: Layer already exists [2021-04-19T14:51:38.161Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:84ab948445c80921d3b749f584b60d01bad9d1493fcb48c5f1c463afba322176 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:38.496Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:38.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-19T14:51:38.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T14:51:38.834Z] 978a28686bba: Preparing [2021-04-19T14:51:38.834Z] 978a28686bba: Preparing [2021-04-19T14:51:38.834Z] e370db08664d: Preparing [2021-04-19T14:51:38.834Z] 511a9232c7fc: Preparing [2021-04-19T14:51:38.834Z] cb839bd3e55e: Preparing [2021-04-19T14:51:38.834Z] b13c64600a08: Preparing [2021-04-19T14:51:38.834Z] 7a293db22d7e: Preparing [2021-04-19T14:51:38.834Z] 86308eb48233: Preparing [2021-04-19T14:51:38.834Z] 86308eb48233: Preparing [2021-04-19T14:51:38.834Z] 8410f5356142: Preparing [2021-04-19T14:51:38.834Z] 8e1c55fb634d: Preparing [2021-04-19T14:51:38.834Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:38.834Z] 7a293db22d7e: Waiting [2021-04-19T14:51:38.834Z] 8410f5356142: Waiting [2021-04-19T14:51:38.834Z] 86308eb48233: Waiting [2021-04-19T14:51:38.834Z] 8e1c55fb634d: Waiting [2021-04-19T14:51:38.834Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:39.107Z] e370db08664d: Layer already exists [2021-04-19T14:51:39.107Z] b13c64600a08: Layer already exists [2021-04-19T14:51:39.107Z] cb839bd3e55e: Layer already exists [2021-04-19T14:51:39.107Z] 978a28686bba: Layer already exists [2021-04-19T14:51:39.107Z] 511a9232c7fc: Layer already exists [2021-04-19T14:51:39.107Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:39.107Z] 8410f5356142: Layer already exists [2021-04-19T14:51:39.107Z] 86308eb48233: Layer already exists [2021-04-19T14:51:39.107Z] 8e1c55fb634d: Layer already exists [2021-04-19T14:51:39.107Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:39.107Z] master: digest: sha256:84ab948445c80921d3b749f584b60d01bad9d1493fcb48c5f1c463afba322176 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:51:39.167Z] ===================================================== [Pipeline] echo [2021-04-19T14:51:39.181Z] taggedImages: [2021-04-19T14:51:39.181Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:39.181Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:39.181Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:39.181Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-19T14:51:39.213Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-19T14:51:39.213Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:39.213Z] 2.0.0-dev.176 [2021-04-19T14:51:39.213Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:39.213Z] master [2021-04-19T14:51:39.213Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:39.585Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:39.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:39.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T14:51:39.936Z] c1ca5ed75256: Preparing [2021-04-19T14:51:39.936Z] 115e7318b7f6: Preparing [2021-04-19T14:51:39.936Z] 53a3edea4ec7: Preparing [2021-04-19T14:51:39.936Z] ba05935b874d: Preparing [2021-04-19T14:51:39.936Z] 520f3714b7e2: Preparing [2021-04-19T14:51:39.936Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:39.936Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:40.215Z] 53a3edea4ec7: Pushed [2021-04-19T14:51:40.488Z] ba05935b874d: Pushed [2021-04-19T14:51:40.488Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:40.761Z] 520f3714b7e2: Pushed [2021-04-19T14:51:42.189Z] 115e7318b7f6: Pushed [2021-04-19T14:51:42.460Z] c1ca5ed75256: Pushed [2021-04-19T14:51:42.731Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:d414eafcc313e856a8eb3a285a023a6c6f06fde2efebf6cb92bc42bcffc5c154 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:43.070Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:43.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:43.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T14:51:43.408Z] c1ca5ed75256: Preparing [2021-04-19T14:51:43.408Z] 115e7318b7f6: Preparing [2021-04-19T14:51:43.408Z] 53a3edea4ec7: Preparing [2021-04-19T14:51:43.408Z] ba05935b874d: Preparing [2021-04-19T14:51:43.408Z] 520f3714b7e2: Preparing [2021-04-19T14:51:43.408Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:43.408Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:43.681Z] c1ca5ed75256: Layer already exists [2021-04-19T14:51:43.681Z] 115e7318b7f6: Layer already exists [2021-04-19T14:51:43.681Z] 53a3edea4ec7: Layer already exists [2021-04-19T14:51:43.681Z] 520f3714b7e2: Layer already exists [2021-04-19T14:51:43.681Z] ba05935b874d: Layer already exists [2021-04-19T14:51:43.681Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:43.681Z] 2.0.0-dev.176: digest: sha256:d414eafcc313e856a8eb3a285a023a6c6f06fde2efebf6cb92bc42bcffc5c154 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:44.033Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:44.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:44.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T14:51:44.412Z] c1ca5ed75256: Preparing [2021-04-19T14:51:44.412Z] 115e7318b7f6: Preparing [2021-04-19T14:51:44.412Z] 53a3edea4ec7: Preparing [2021-04-19T14:51:44.412Z] ba05935b874d: Preparing [2021-04-19T14:51:44.412Z] 520f3714b7e2: Preparing [2021-04-19T14:51:44.412Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:44.412Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:44.693Z] c1ca5ed75256: Layer already exists [2021-04-19T14:51:44.693Z] 53a3edea4ec7: Layer already exists [2021-04-19T14:51:44.693Z] 520f3714b7e2: Layer already exists [2021-04-19T14:51:44.693Z] 115e7318b7f6: Layer already exists [2021-04-19T14:51:44.693Z] ba05935b874d: Layer already exists [2021-04-19T14:51:44.693Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:44.693Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:d414eafcc313e856a8eb3a285a023a6c6f06fde2efebf6cb92bc42bcffc5c154 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:45.049Z] + 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-19T14:51:45.393Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-19T14:51:45.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T14:51:45.393Z] c1ca5ed75256: Preparing [2021-04-19T14:51:45.393Z] 115e7318b7f6: Preparing [2021-04-19T14:51:45.393Z] 53a3edea4ec7: Preparing [2021-04-19T14:51:45.393Z] ba05935b874d: Preparing [2021-04-19T14:51:45.393Z] 520f3714b7e2: Preparing [2021-04-19T14:51:45.393Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:45.393Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:45.665Z] c1ca5ed75256: Layer already exists [2021-04-19T14:51:45.665Z] 115e7318b7f6: Layer already exists [2021-04-19T14:51:45.665Z] ba05935b874d: Layer already exists [2021-04-19T14:51:45.665Z] 53a3edea4ec7: Layer already exists [2021-04-19T14:51:45.665Z] 520f3714b7e2: Layer already exists [2021-04-19T14:51:45.665Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:45.665Z] master: digest: sha256:d414eafcc313e856a8eb3a285a023a6c6f06fde2efebf6cb92bc42bcffc5c154 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:51:45.721Z] ===================================================== [Pipeline] echo [2021-04-19T14:51:45.735Z] taggedImages: [2021-04-19T14:51:45.735Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:45.735Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:45.735Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:45.735Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-19T14:51:45.766Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-19T14:51:45.766Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:45.766Z] 2.0.0-dev.176 [2021-04-19T14:51:45.766Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:45.766Z] master [2021-04-19T14:51:45.766Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:46.132Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:46.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:46.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T14:51:46.697Z] e2a9ce85ef16: Preparing [2021-04-19T14:51:46.697Z] 3e1e2f3f1dd2: Preparing [2021-04-19T14:51:46.697Z] 3627453b1ddd: Preparing [2021-04-19T14:51:46.697Z] f9a2ed808c5d: Preparing [2021-04-19T14:51:46.697Z] 451e0ba02aa5: Preparing [2021-04-19T14:51:46.697Z] 22b5b669f0b5: Preparing [2021-04-19T14:51:46.697Z] 1c8e906c82be: Preparing [2021-04-19T14:51:46.697Z] d6d1db56ac16: Preparing [2021-04-19T14:51:46.697Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:46.697Z] 1c8e906c82be: Waiting [2021-04-19T14:51:46.697Z] d6d1db56ac16: Waiting [2021-04-19T14:51:46.697Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:46.697Z] 22b5b669f0b5: Waiting [2021-04-19T14:51:47.298Z] 451e0ba02aa5: Pushed [2021-04-19T14:51:47.298Z] 3e1e2f3f1dd2: Pushed [2021-04-19T14:51:47.298Z] e2a9ce85ef16: Pushed [2021-04-19T14:51:47.298Z] 22b5b669f0b5: Pushed [2021-04-19T14:51:47.570Z] 1c8e906c82be: Pushed [2021-04-19T14:51:47.570Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:47.844Z] d6d1db56ac16: Pushed [2021-04-19T14:51:49.270Z] 3627453b1ddd: Pushed [2021-04-19T14:51:49.270Z] f9a2ed808c5d: Pushed [2021-04-19T14:51:49.543Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:b3a3327e3a83fdc0a07eef9c1895b09d1261d57ed3f7025bbdeaa5554688998e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:49.883Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:50.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:50.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T14:51:50.215Z] e2a9ce85ef16: Preparing [2021-04-19T14:51:50.215Z] 3e1e2f3f1dd2: Preparing [2021-04-19T14:51:50.215Z] 3627453b1ddd: Preparing [2021-04-19T14:51:50.215Z] f9a2ed808c5d: Preparing [2021-04-19T14:51:50.215Z] 451e0ba02aa5: Preparing [2021-04-19T14:51:50.215Z] 22b5b669f0b5: Preparing [2021-04-19T14:51:50.215Z] 1c8e906c82be: Preparing [2021-04-19T14:51:50.215Z] d6d1db56ac16: Preparing [2021-04-19T14:51:50.215Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:50.215Z] 22b5b669f0b5: Waiting [2021-04-19T14:51:50.215Z] 1c8e906c82be: Waiting [2021-04-19T14:51:50.215Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:50.215Z] d6d1db56ac16: Waiting [2021-04-19T14:51:50.484Z] 3627453b1ddd: Layer already exists [2021-04-19T14:51:50.484Z] 451e0ba02aa5: Layer already exists [2021-04-19T14:51:50.484Z] f9a2ed808c5d: Layer already exists [2021-04-19T14:51:50.484Z] e2a9ce85ef16: Layer already exists [2021-04-19T14:51:50.484Z] 3e1e2f3f1dd2: Layer already exists [2021-04-19T14:51:50.484Z] d6d1db56ac16: Layer already exists [2021-04-19T14:51:50.484Z] 1c8e906c82be: Layer already exists [2021-04-19T14:51:50.484Z] 22b5b669f0b5: Layer already exists [2021-04-19T14:51:50.484Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:50.484Z] 2.0.0-dev.176: digest: sha256:b3a3327e3a83fdc0a07eef9c1895b09d1261d57ed3f7025bbdeaa5554688998e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:50.820Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:51.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:51.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T14:51:51.155Z] e2a9ce85ef16: Preparing [2021-04-19T14:51:51.155Z] 3e1e2f3f1dd2: Preparing [2021-04-19T14:51:51.155Z] 3627453b1ddd: Preparing [2021-04-19T14:51:51.155Z] f9a2ed808c5d: Preparing [2021-04-19T14:51:51.155Z] 451e0ba02aa5: Preparing [2021-04-19T14:51:51.155Z] 22b5b669f0b5: Preparing [2021-04-19T14:51:51.155Z] 1c8e906c82be: Preparing [2021-04-19T14:51:51.155Z] d6d1db56ac16: Preparing [2021-04-19T14:51:51.155Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:51.155Z] 22b5b669f0b5: Waiting [2021-04-19T14:51:51.155Z] 1c8e906c82be: Waiting [2021-04-19T14:51:51.155Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:51.155Z] d6d1db56ac16: Waiting [2021-04-19T14:51:51.155Z] f9a2ed808c5d: Layer already exists [2021-04-19T14:51:51.155Z] 3627453b1ddd: Layer already exists [2021-04-19T14:51:51.155Z] 3e1e2f3f1dd2: Layer already exists [2021-04-19T14:51:51.428Z] 451e0ba02aa5: Layer already exists [2021-04-19T14:51:51.428Z] e2a9ce85ef16: Layer already exists [2021-04-19T14:51:51.428Z] 1c8e906c82be: Layer already exists [2021-04-19T14:51:51.428Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:51.428Z] d6d1db56ac16: Layer already exists [2021-04-19T14:51:51.428Z] 22b5b669f0b5: Layer already exists [2021-04-19T14:51:51.428Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:b3a3327e3a83fdc0a07eef9c1895b09d1261d57ed3f7025bbdeaa5554688998e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:51.766Z] + 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-19T14:51:52.099Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-19T14:51:52.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T14:51:52.099Z] e2a9ce85ef16: Preparing [2021-04-19T14:51:52.099Z] 3e1e2f3f1dd2: Preparing [2021-04-19T14:51:52.099Z] 3627453b1ddd: Preparing [2021-04-19T14:51:52.099Z] f9a2ed808c5d: Preparing [2021-04-19T14:51:52.099Z] 451e0ba02aa5: Preparing [2021-04-19T14:51:52.099Z] 22b5b669f0b5: Preparing [2021-04-19T14:51:52.099Z] 1c8e906c82be: Preparing [2021-04-19T14:51:52.100Z] d6d1db56ac16: Preparing [2021-04-19T14:51:52.100Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:52.100Z] 22b5b669f0b5: Waiting [2021-04-19T14:51:52.100Z] 1c8e906c82be: Waiting [2021-04-19T14:51:52.100Z] d6d1db56ac16: Waiting [2021-04-19T14:51:52.100Z] 3fbe34a1663b: Waiting [2021-04-19T14:51:52.371Z] f9a2ed808c5d: Layer already exists [2021-04-19T14:51:52.371Z] 3627453b1ddd: Layer already exists [2021-04-19T14:51:52.371Z] 3e1e2f3f1dd2: Layer already exists [2021-04-19T14:51:52.371Z] e2a9ce85ef16: Layer already exists [2021-04-19T14:51:52.371Z] 451e0ba02aa5: Layer already exists [2021-04-19T14:51:52.371Z] d6d1db56ac16: Layer already exists [2021-04-19T14:51:52.371Z] 22b5b669f0b5: Layer already exists [2021-04-19T14:51:52.371Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:52.371Z] 1c8e906c82be: Layer already exists [2021-04-19T14:51:52.371Z] master: digest: sha256:b3a3327e3a83fdc0a07eef9c1895b09d1261d57ed3f7025bbdeaa5554688998e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:51:52.439Z] ===================================================== [Pipeline] echo [2021-04-19T14:51:52.454Z] taggedImages: [2021-04-19T14:51:52.454Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:52.454Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:52.454Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:52.454Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-19T14:51:52.499Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-19T14:51:52.499Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:52.499Z] 2.0.0-dev.176 [2021-04-19T14:51:52.499Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:52.499Z] master [2021-04-19T14:51:52.499Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:52.864Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:53.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:53.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T14:51:53.198Z] 435d29cbe39a: Preparing [2021-04-19T14:51:53.198Z] 47e907caedcb: Preparing [2021-04-19T14:51:53.198Z] 7a293db22d7e: Preparing [2021-04-19T14:51:53.198Z] dac042cfb857: Preparing [2021-04-19T14:51:53.198Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:53.475Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:53.475Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:53.475Z] 435d29cbe39a: Pushed [2021-04-19T14:51:53.747Z] dac042cfb857: Pushed [2021-04-19T14:51:56.347Z] 47e907caedcb: Pushed [2021-04-19T14:51:56.347Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:da2595a29a64e8527a795c805f51d6ffd6a9420423b4a2fb194060d81b322d29 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:56.680Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:57.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:57.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T14:51:57.011Z] 435d29cbe39a: Preparing [2021-04-19T14:51:57.011Z] 47e907caedcb: Preparing [2021-04-19T14:51:57.011Z] 7a293db22d7e: Preparing [2021-04-19T14:51:57.011Z] dac042cfb857: Preparing [2021-04-19T14:51:57.011Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:57.011Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:57.282Z] dac042cfb857: Layer already exists [2021-04-19T14:51:57.282Z] 47e907caedcb: Layer already exists [2021-04-19T14:51:57.282Z] 435d29cbe39a: Layer already exists [2021-04-19T14:51:57.282Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:57.282Z] 2.0.0-dev.176: digest: sha256:da2595a29a64e8527a795c805f51d6ffd6a9420423b4a2fb194060d81b322d29 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:57.618Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:57.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:57.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T14:51:57.952Z] 435d29cbe39a: Preparing [2021-04-19T14:51:57.952Z] 47e907caedcb: Preparing [2021-04-19T14:51:57.952Z] 7a293db22d7e: Preparing [2021-04-19T14:51:57.952Z] dac042cfb857: Preparing [2021-04-19T14:51:57.952Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:57.952Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:57.952Z] 47e907caedcb: Layer already exists [2021-04-19T14:51:57.952Z] dac042cfb857: Layer already exists [2021-04-19T14:51:57.952Z] 435d29cbe39a: Layer already exists [2021-04-19T14:51:57.952Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:58.224Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:da2595a29a64e8527a795c805f51d6ffd6a9420423b4a2fb194060d81b322d29 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:58.559Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:58.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-19T14:51:58.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T14:51:58.887Z] 435d29cbe39a: Preparing [2021-04-19T14:51:58.887Z] 47e907caedcb: Preparing [2021-04-19T14:51:58.887Z] 7a293db22d7e: Preparing [2021-04-19T14:51:58.887Z] dac042cfb857: Preparing [2021-04-19T14:51:58.887Z] 3fbe34a1663b: Preparing [2021-04-19T14:51:59.158Z] dac042cfb857: Layer already exists [2021-04-19T14:51:59.158Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:51:59.158Z] 47e907caedcb: Layer already exists [2021-04-19T14:51:59.158Z] 7a293db22d7e: Layer already exists [2021-04-19T14:51:59.158Z] 435d29cbe39a: Layer already exists [2021-04-19T14:51:59.158Z] master: digest: sha256:da2595a29a64e8527a795c805f51d6ffd6a9420423b4a2fb194060d81b322d29 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:51:59.223Z] ===================================================== [Pipeline] echo [2021-04-19T14:51:59.242Z] taggedImages: [2021-04-19T14:51:59.242Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:59.242Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.176 [2021-04-19T14:51:59.242Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:59.242Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-19T14:51:59.284Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-19T14:51:59.284Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:59.284Z] 2.0.0-dev.176 [2021-04-19T14:51:59.284Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:51:59.284Z] master [2021-04-19T14:51:59.284Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:59.651Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:51:59.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:51:59.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T14:51:59.983Z] 52690f600d88: Preparing [2021-04-19T14:51:59.983Z] f6885877aac3: Preparing [2021-04-19T14:51:59.983Z] 7a293db22d7e: Preparing [2021-04-19T14:51:59.983Z] 1b3815b22b22: Preparing [2021-04-19T14:51:59.983Z] 3fbe34a1663b: Preparing [2021-04-19T14:52:00.257Z] 1b3815b22b22: Layer already exists [2021-04-19T14:52:00.257Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:52:00.257Z] 7a293db22d7e: Layer already exists [2021-04-19T14:52:00.257Z] 52690f600d88: Pushed [2021-04-19T14:52:02.861Z] f6885877aac3: Pushed [2021-04-19T14:52:03.130Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:8990a2e82994dcb72618a9ac99f6af9060b244c6237453c6fffa1b9427c692bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:03.733Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:04.064Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.176 [2021-04-19T14:52:04.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T14:52:04.064Z] 52690f600d88: Preparing [2021-04-19T14:52:04.064Z] f6885877aac3: Preparing [2021-04-19T14:52:04.064Z] 7a293db22d7e: Preparing [2021-04-19T14:52:04.064Z] 1b3815b22b22: Preparing [2021-04-19T14:52:04.064Z] 3fbe34a1663b: Preparing [2021-04-19T14:52:04.064Z] 7a293db22d7e: Layer already exists [2021-04-19T14:52:04.339Z] 52690f600d88: Layer already exists [2021-04-19T14:52:04.339Z] 1b3815b22b22: Layer already exists [2021-04-19T14:52:04.339Z] f6885877aac3: Layer already exists [2021-04-19T14:52:04.339Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:52:04.339Z] 2.0.0-dev.176: digest: sha256:8990a2e82994dcb72618a9ac99f6af9060b244c6237453c6fffa1b9427c692bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:04.673Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:05.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:52:05.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T14:52:05.003Z] 52690f600d88: Preparing [2021-04-19T14:52:05.003Z] f6885877aac3: Preparing [2021-04-19T14:52:05.003Z] 7a293db22d7e: Preparing [2021-04-19T14:52:05.003Z] 1b3815b22b22: Preparing [2021-04-19T14:52:05.003Z] 3fbe34a1663b: Preparing [2021-04-19T14:52:05.003Z] 1b3815b22b22: Layer already exists [2021-04-19T14:52:05.003Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:52:05.003Z] f6885877aac3: Layer already exists [2021-04-19T14:52:05.003Z] 52690f600d88: Layer already exists [2021-04-19T14:52:05.003Z] 7a293db22d7e: Layer already exists [2021-04-19T14:52:05.272Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:8990a2e82994dcb72618a9ac99f6af9060b244c6237453c6fffa1b9427c692bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:05.599Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:05.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-19T14:52:05.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T14:52:05.923Z] 52690f600d88: Preparing [2021-04-19T14:52:05.923Z] f6885877aac3: Preparing [2021-04-19T14:52:05.923Z] 7a293db22d7e: Preparing [2021-04-19T14:52:05.923Z] 1b3815b22b22: Preparing [2021-04-19T14:52:05.923Z] 3fbe34a1663b: Preparing [2021-04-19T14:52:05.923Z] 1b3815b22b22: Layer already exists [2021-04-19T14:52:05.923Z] 52690f600d88: Layer already exists [2021-04-19T14:52:05.923Z] f6885877aac3: Layer already exists [2021-04-19T14:52:05.923Z] 3fbe34a1663b: Layer already exists [2021-04-19T14:52:05.923Z] 7a293db22d7e: Layer already exists [2021-04-19T14:52:06.194Z] master: digest: sha256:8990a2e82994dcb72618a9ac99f6af9060b244c6237453c6fffa1b9427c692bc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:52:06.250Z] ===================================================== [Pipeline] echo [2021-04-19T14:52:06.266Z] taggedImages: [2021-04-19T14:52:06.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:52:06.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.176 [2021-04-19T14:52:06.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:52:06.266Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-19T14:52:06.295Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-19T14:52:06.295Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:52:06.295Z] 2.0.0-dev.176 [2021-04-19T14:52:06.295Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:52:06.295Z] master [2021-04-19T14:52:06.295Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:06.665Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:06.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:52:06.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T14:52:06.997Z] d5262df972be: Preparing [2021-04-19T14:52:06.997Z] 748eb74347e5: Preparing [2021-04-19T14:52:06.997Z] 010747c4085d: Preparing [2021-04-19T14:52:06.997Z] fb616cf109a1: Preparing [2021-04-19T14:52:06.997Z] 9ded3b6bb9b5: Preparing [2021-04-19T14:52:06.997Z] fa1afe8e6ed9: Preparing [2021-04-19T14:52:06.997Z] 87a09b4c083e: Preparing [2021-04-19T14:52:06.997Z] 0f74e9ff2a61: Preparing [2021-04-19T14:52:06.997Z] b122376c33c6: Preparing [2021-04-19T14:52:06.997Z] f8381ed47b22: Preparing [2021-04-19T14:52:06.997Z] e934a737d657: Preparing [2021-04-19T14:52:06.997Z] fa1afe8e6ed9: Waiting [2021-04-19T14:52:06.997Z] 87a09b4c083e: Waiting [2021-04-19T14:52:06.997Z] 0f74e9ff2a61: Waiting [2021-04-19T14:52:06.997Z] b122376c33c6: Waiting [2021-04-19T14:52:06.997Z] f8381ed47b22: Waiting [2021-04-19T14:52:06.997Z] e934a737d657: Waiting [2021-04-19T14:52:07.273Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T14:52:07.273Z] fa1afe8e6ed9: Layer already exists [2021-04-19T14:52:07.273Z] 87a09b4c083e: Layer already exists [2021-04-19T14:52:07.273Z] 748eb74347e5: Pushed [2021-04-19T14:52:07.273Z] 0f74e9ff2a61: Layer already exists [2021-04-19T14:52:07.273Z] b122376c33c6: Layer already exists [2021-04-19T14:52:07.548Z] f8381ed47b22: Layer already exists [2021-04-19T14:52:07.548Z] e934a737d657: Layer already exists [2021-04-19T14:52:08.146Z] d5262df972be: Pushed [2021-04-19T14:52:09.578Z] 010747c4085d: Pushed [2021-04-19T14:52:21.930Z] fb616cf109a1: Pushed [2021-04-19T14:52:21.930Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6: digest: sha256:6a1d26b323458ecf391d63e2700faa4427cf91c5997e3ca66bb75301ecd49fb3 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:22.268Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:22.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.176 [2021-04-19T14:52:22.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T14:52:22.606Z] d5262df972be: Preparing [2021-04-19T14:52:22.606Z] 748eb74347e5: Preparing [2021-04-19T14:52:22.606Z] 010747c4085d: Preparing [2021-04-19T14:52:22.606Z] fb616cf109a1: Preparing [2021-04-19T14:52:22.606Z] 9ded3b6bb9b5: Preparing [2021-04-19T14:52:22.606Z] fa1afe8e6ed9: Preparing [2021-04-19T14:52:22.606Z] 87a09b4c083e: Preparing [2021-04-19T14:52:22.606Z] 0f74e9ff2a61: Preparing [2021-04-19T14:52:22.606Z] b122376c33c6: Preparing [2021-04-19T14:52:22.606Z] f8381ed47b22: Preparing [2021-04-19T14:52:22.606Z] e934a737d657: Preparing [2021-04-19T14:52:22.606Z] fa1afe8e6ed9: Waiting [2021-04-19T14:52:22.606Z] 87a09b4c083e: Waiting [2021-04-19T14:52:22.606Z] 0f74e9ff2a61: Waiting [2021-04-19T14:52:22.606Z] b122376c33c6: Waiting [2021-04-19T14:52:22.606Z] f8381ed47b22: Waiting [2021-04-19T14:52:22.606Z] e934a737d657: Waiting [2021-04-19T14:52:22.606Z] d5262df972be: Layer already exists [2021-04-19T14:52:22.606Z] 748eb74347e5: Layer already exists [2021-04-19T14:52:22.606Z] 010747c4085d: Layer already exists [2021-04-19T14:52:22.878Z] fb616cf109a1: Layer already exists [2021-04-19T14:52:22.878Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T14:52:22.878Z] 0f74e9ff2a61: Layer already exists [2021-04-19T14:52:22.878Z] fa1afe8e6ed9: Layer already exists [2021-04-19T14:52:22.878Z] 87a09b4c083e: Layer already exists [2021-04-19T14:52:22.878Z] b122376c33c6: Layer already exists [2021-04-19T14:52:22.878Z] f8381ed47b22: Layer already exists [2021-04-19T14:52:22.878Z] e934a737d657: Layer already exists [2021-04-19T14:52:22.878Z] 2.0.0-dev.176: digest: sha256:6a1d26b323458ecf391d63e2700faa4427cf91c5997e3ca66bb75301ecd49fb3 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:23.217Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:23.547Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:52:23.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T14:52:23.547Z] d5262df972be: Preparing [2021-04-19T14:52:23.547Z] 748eb74347e5: Preparing [2021-04-19T14:52:23.547Z] 010747c4085d: Preparing [2021-04-19T14:52:23.547Z] fb616cf109a1: Preparing [2021-04-19T14:52:23.547Z] 9ded3b6bb9b5: Preparing [2021-04-19T14:52:23.547Z] fa1afe8e6ed9: Preparing [2021-04-19T14:52:23.547Z] 87a09b4c083e: Preparing [2021-04-19T14:52:23.547Z] 0f74e9ff2a61: Preparing [2021-04-19T14:52:23.547Z] b122376c33c6: Preparing [2021-04-19T14:52:23.547Z] f8381ed47b22: Preparing [2021-04-19T14:52:23.547Z] e934a737d657: Preparing [2021-04-19T14:52:23.547Z] fa1afe8e6ed9: Waiting [2021-04-19T14:52:23.547Z] b122376c33c6: Waiting [2021-04-19T14:52:23.547Z] 87a09b4c083e: Waiting [2021-04-19T14:52:23.547Z] f8381ed47b22: Waiting [2021-04-19T14:52:23.547Z] 0f74e9ff2a61: Waiting [2021-04-19T14:52:23.547Z] e934a737d657: Waiting [2021-04-19T14:52:23.547Z] fb616cf109a1: Layer already exists [2021-04-19T14:52:23.547Z] 010747c4085d: Layer already exists [2021-04-19T14:52:23.819Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T14:52:23.819Z] d5262df972be: Layer already exists [2021-04-19T14:52:23.819Z] 748eb74347e5: Layer already exists [2021-04-19T14:52:23.819Z] 0f74e9ff2a61: Layer already exists [2021-04-19T14:52:23.819Z] fa1afe8e6ed9: Layer already exists [2021-04-19T14:52:23.819Z] f8381ed47b22: Layer already exists [2021-04-19T14:52:23.819Z] b122376c33c6: Layer already exists [2021-04-19T14:52:23.819Z] 87a09b4c083e: Layer already exists [2021-04-19T14:52:23.819Z] e934a737d657: Layer already exists [2021-04-19T14:52:23.819Z] 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176: digest: sha256:6a1d26b323458ecf391d63e2700faa4427cf91c5997e3ca66bb75301ecd49fb3 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:52:24.151Z] + 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-19T14:52:24.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-19T14:52:24.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T14:52:24.486Z] d5262df972be: Preparing [2021-04-19T14:52:24.486Z] 748eb74347e5: Preparing [2021-04-19T14:52:24.486Z] 010747c4085d: Preparing [2021-04-19T14:52:24.486Z] fb616cf109a1: Preparing [2021-04-19T14:52:24.486Z] 9ded3b6bb9b5: Preparing [2021-04-19T14:52:24.486Z] fa1afe8e6ed9: Preparing [2021-04-19T14:52:24.486Z] 87a09b4c083e: Preparing [2021-04-19T14:52:24.486Z] 0f74e9ff2a61: Preparing [2021-04-19T14:52:24.486Z] b122376c33c6: Preparing [2021-04-19T14:52:24.486Z] f8381ed47b22: Preparing [2021-04-19T14:52:24.486Z] e934a737d657: Preparing [2021-04-19T14:52:24.486Z] 87a09b4c083e: Waiting [2021-04-19T14:52:24.486Z] 0f74e9ff2a61: Waiting [2021-04-19T14:52:24.486Z] b122376c33c6: Waiting [2021-04-19T14:52:24.486Z] f8381ed47b22: Waiting [2021-04-19T14:52:24.486Z] e934a737d657: Waiting [2021-04-19T14:52:24.486Z] fa1afe8e6ed9: Waiting [2021-04-19T14:52:24.486Z] 748eb74347e5: Layer already exists [2021-04-19T14:52:24.486Z] fb616cf109a1: Layer already exists [2021-04-19T14:52:24.486Z] 010747c4085d: Layer already exists [2021-04-19T14:52:24.486Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T14:52:24.758Z] d5262df972be: Layer already exists [2021-04-19T14:52:24.758Z] 87a09b4c083e: Layer already exists [2021-04-19T14:52:24.758Z] fa1afe8e6ed9: Layer already exists [2021-04-19T14:52:24.758Z] b122376c33c6: Layer already exists [2021-04-19T14:52:24.758Z] 0f74e9ff2a61: Layer already exists [2021-04-19T14:52:24.758Z] f8381ed47b22: Layer already exists [2021-04-19T14:52:24.758Z] e934a737d657: Layer already exists [2021-04-19T14:52:24.758Z] master: digest: sha256:6a1d26b323458ecf391d63e2700faa4427cf91c5997e3ca66bb75301ecd49fb3 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T14:52:24.831Z] ===================================================== [Pipeline] echo [2021-04-19T14:52:24.846Z] taggedImages: [2021-04-19T14:52:24.846Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [2021-04-19T14:52:24.846Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.176 [2021-04-19T14:52:24.846Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4d24ed00e8bba0adae8474373bf5c29d98f6e3c6-2.0.0-dev.176 [2021-04-19T14:52:24.846Z] - 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-19T14:52:25.448Z] ---> job-cost.sh [2021-04-19T14:52:25.448Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-huZA [2021-04-19T14:53:04.432Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T14:54:41.137Z] lf-activate-venv(): INFO: Adding /tmp/venv-huZA/bin to PATH [2021-04-19T14:54:41.137Z] INFO: No Stack... [2021-04-19T14:54:41.137Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T14:54:41.137Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T14:54:41.471Z] + cat /w/workspace/edgex-go/444/archives/cost.csv [2021-04-19T14:54:41.471Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T14:54:41.580Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-444-stack-cost] [2021-04-19T14:54:41.589Z] Resource [jenkins-edgexfoundry-edgex-go-master-444-stack-cost] did not exist. Created. [2021-04-19T14:54:41.589Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-444-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T14:54:41.944Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T14:54:42.704Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T14:54:42.725Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-444-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-19T14:54:43.532Z] provisioning config files... [2021-04-19T14:54:43.548Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/444@tmp/config3945623618325208637tmp [Pipeline] { [Pipeline] sh [2021-04-19T14:54:43.880Z] + set +x [2021-04-19T14:54:43.880Z] + curl -s https://codecov.io/bash [2021-04-19T14:54:43.880Z] + bash -s -- [2021-04-19T14:54:44.457Z] [2021-04-19T14:54:44.457Z] _____ _ [2021-04-19T14:54:44.457Z] / ____| | | [2021-04-19T14:54:44.457Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T14:54:44.457Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T14:54:44.457Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T14:54:44.457Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T14:54:44.457Z] Bash-1.0.1 [2021-04-19T14:54:44.457Z] [2021-04-19T14:54:44.457Z] [2021-04-19T14:54:44.457Z] ==> git version 2.24.3 found [2021-04-19T14:54:44.457Z] ==> 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-19T14:54:44.457Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T14:54:44.457Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T14:54:44.457Z] ==> Jenkins CI detected. [2021-04-19T14:54:44.457Z] project root: . [2021-04-19T14:54:44.457Z] --> token set from env [2021-04-19T14:54:44.457Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T14:54:44.457Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T14:54:44.457Z] ==> Python coveragepy not found [2021-04-19T14:54:44.457Z] ==> Searching for coverage reports in: [2021-04-19T14:54:44.457Z] + . [2021-04-19T14:54:44.457Z] -> Found 1 reports [2021-04-19T14:54:44.457Z] ==> Detecting git/mercurial file structure [2021-04-19T14:54:44.457Z] ==> Reading reports [2021-04-19T14:54:44.457Z] + ./coverage.out bytes=691910 [2021-04-19T14:54:44.719Z] ==> Appending adjustments [2021-04-19T14:54:44.719Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T14:54:48.942Z] + Found adjustments [2021-04-19T14:54:48.942Z] ==> Gzipping contents [2021-04-19T14:54:48.942Z] 100K /tmp/codecov.p50hDC.gz [2021-04-19T14:54:48.942Z] ==> Uploading reports [2021-04-19T14:54:48.942Z] url: https://codecov.io [2021-04-19T14:54:48.942Z] query: branch=master&commit=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6&build=444&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F444%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T14:54:48.942Z] -> Pinging Codecov [2021-04-19T14:54:48.942Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=4d24ed00e8bba0adae8474373bf5c29d98f6e3c6&build=444&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F444%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T14:54:48.942Z] -> Uploading to [2021-04-19T14:54:48.942Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/4d24ed00e8bba0adae8474373bf5c29d98f6e3c6/6f2ca212-c651-4e6f-812c-4ee816f05323.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T145448Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a8e639d62e2733c871a0a0436dee9b432304aee63b161ecb238b38c3a38cc3ed [2021-04-19T14:54:48.942Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:54:48.942Z] Dload Upload Total Spent Left Speed [2021-04-19T14:54:49.204Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99178 0 0 100 99178 0 182k --:--:-- --:--:-- --:--:-- 183k [2021-04-19T14:54:49.204Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 [Pipeline] } [2021-04-19T14:54:49.214Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-19T14:54:49.856Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T14:54:49.893Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:54:50.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T14:54:50.238Z] [2021-04-19T14:54:50.238Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:54:50.834Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T14:54:50.834Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T14:54:50.834Z] 188c0c94c7c5: Already exists [2021-04-19T14:54:50.834Z] 0ef7d3d256c8: Already exists [2021-04-19T14:54:50.834Z] de9db76c5a1d: Already exists [2021-04-19T14:54:50.834Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T14:54:50.834Z] 0d57e429df01: Pulling fs layer [2021-04-19T14:54:50.834Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T14:54:50.834Z] e1f770b5df2f: Pulling fs layer [2021-04-19T14:54:50.834Z] 85a0685a4137: Pulling fs layer [2021-04-19T14:54:50.834Z] e1f770b5df2f: Waiting [2021-04-19T14:54:50.834Z] 85a0685a4137: Waiting [2021-04-19T14:54:50.834Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T14:54:50.834Z] 4e4be7b47b0d: Download complete [2021-04-19T14:54:50.834Z] 0d57e429df01: Verifying Checksum [2021-04-19T14:54:50.834Z] 0d57e429df01: Download complete [2021-04-19T14:54:52.241Z] e1f770b5df2f: Verifying Checksum [2021-04-19T14:54:52.241Z] e1f770b5df2f: Download complete [2021-04-19T14:54:54.206Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T14:54:54.206Z] 0eba1c9be4d2: Download complete [2021-04-19T14:54:55.170Z] 85a0685a4137: Verifying Checksum [2021-04-19T14:54:55.170Z] 85a0685a4137: Download complete [2021-04-19T14:55:01.847Z] 0eba1c9be4d2: Pull complete [2021-04-19T14:55:01.847Z] 0d57e429df01: Pull complete [2021-04-19T14:55:01.847Z] 4e4be7b47b0d: Pull complete [2021-04-19T14:55:05.168Z] e1f770b5df2f: Pull complete [2021-04-19T14:55:15.288Z] 85a0685a4137: Pull complete [2021-04-19T14:55:15.288Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T14:55:15.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T14:55:15.288Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T14:55:15.528Z] prd-centos7-docker-4c-2g-791 does not seem to be running inside a container [2021-04-19T14:55:15.598Z] $ 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/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:55:16.985Z] $ docker top 99b5b3bbe9cde3234e23c5a7aec7b53b2b71c664838431fc517573215f27058d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T14:55:17.228Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T14:55:17.527Z] + set -o pipefail [2021-04-19T14:55:17.527Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T14:55:32.519Z] [2021-04-19T14:55:32.519Z] Monitoring /w/workspace/edgex-go/444 (github.com/edgexfoundry/edgex-go)... [2021-04-19T14:55:32.519Z] [2021-04-19T14:55:32.519Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/b98534d6-d31d-4dfe-86b6-2c6d135021d9 [2021-04-19T14:55:32.519Z] [2021-04-19T14:55:32.519Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T14:55:32.519Z] [2021-04-19T14:55:32.519Z] [2021-04-19T14:55:32.519Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T14:55:32.519Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T14:55:32.537Z] $ docker stop --time=1 99b5b3bbe9cde3234e23c5a7aec7b53b2b71c664838431fc517573215f27058d [2021-04-19T14:55:34.282Z] $ docker rm -f 99b5b3bbe9cde3234e23c5a7aec7b53b2b71c664838431fc517573215f27058d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-19T14:55:35.095Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T14:55:35.116Z] provisioning config files... [2021-04-19T14:55:35.139Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/444@tmp/config6144207809304082087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:55:35.495Z] --> edgex-publish-swagger.sh [2021-04-19T14:55:35.495Z] === Publish openapi/v1 API === [2021-04-19T14:55:35.495Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-19T14:55:35.495Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/444/openapi/v1/core-command.yaml] [2021-04-19T14:55:35.495Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:35.495Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:36.889Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8694 0:00:01 0:00:01 --:--:-- 8695 100 10522 0 0 100 10522 0 8693 0:00:01 0:00:01 --:--:-- 8695 [2021-04-19T14:55:36.889Z] [2021-04-19T14:55:36.889Z] [2021-04-19T14:55:36.889Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/444/openapi/v1/core-data.yaml] [2021-04-19T14:55:36.889Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:36.889Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:37.839Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29067 0:00:01 0:00:01 --:--:-- 29094 100 32557 0 0 100 32557 0 29061 0:00:01 0:00:01 --:--:-- 29068 [2021-04-19T14:55:37.839Z] [2021-04-19T14:55:37.839Z] [2021-04-19T14:55:37.839Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/444/openapi/v1/core-metadata.yaml] [2021-04-19T14:55:37.839Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:37.839Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:39.232Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60632 0:00:01 0:00:01 --:--:-- 60675 100 73721 0 0 100 73721 0 53820 0:00:01 0:00:01 --:--:-- 53850 [2021-04-19T14:55:39.232Z] [2021-04-19T14:55:39.232Z] [2021-04-19T14:55:39.232Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/444/openapi/v1/support-logging.yaml] [2021-04-19T14:55:39.232Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:39.232Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:40.180Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13359 0:00:01 0:00:01 --:--:-- 13367 100 13581 0 0 100 13581 0 13357 0:00:01 0:00:01 --:--:-- 13367 [2021-04-19T14:55:40.180Z] [2021-04-19T14:55:40.180Z] [2021-04-19T14:55:40.180Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/444/openapi/v1/support-notifications.yaml] [2021-04-19T14:55:40.180Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:40.180Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:41.128Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 39883 --:--:-- --:--:-- --:--:-- 39887 100 38890 0 0 100 38890 0 39875 --:--:-- --:--:-- --:--:-- 39846 [2021-04-19T14:55:41.128Z] [2021-04-19T14:55:41.128Z] [2021-04-19T14:55:41.128Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/444/openapi/v1/support-scheduler.yaml] [2021-04-19T14:55:41.128Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:41.128Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:42.521Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 14025 0:00:01 0:00:01 --:--:-- 14038 100 14249 0 0 100 14249 0 14022 0:00:01 0:00:01 --:--:-- 14038 [2021-04-19T14:55:42.521Z] [2021-04-19T14:55:42.521Z] [2021-04-19T14:55:42.521Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/444/openapi/v1/system-agent.yaml] [2021-04-19T14:55:42.521Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:42.521Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:43.468Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3723 0:00:01 0:00:01 --:--:-- 3726 100 4110 0 0 100 4110 0 3723 0:00:01 0:00:01 --:--:-- 3726 [2021-04-19T14:55:43.468Z] [2021-04-19T14:55:43.468Z] [2021-04-19T14:55:43.468Z] === Publish openapi/v2 API === [2021-04-19T14:55:43.468Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-19T14:55:43.468Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/444/openapi/v2/core-command.yaml] [2021-04-19T14:55:43.468Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:43.468Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:44.414Z] 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 28324 0:00:01 0:00:01 --:--:-- 28346 [2021-04-19T14:55:44.414Z] [2021-04-19T14:55:44.414Z] [2021-04-19T14:55:44.414Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/444/openapi/v2/core-data.yaml] [2021-04-19T14:55:44.414Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:44.414Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:45.623Z] 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 56410 --:--:-- --:--:-- --:--:-- 56415 [2021-04-19T14:55:45.623Z] [2021-04-19T14:55:45.623Z] [2021-04-19T14:55:45.623Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/444/openapi/v2/core-metadata.yaml] [2021-04-19T14:55:45.623Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:45.623Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:46.569Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 102k 0:00:01 0:00:01 --:--:-- 102k 100 118k 0 0 100 118k 0 102k 0:00:01 0:00:01 --:--:-- 102k [2021-04-19T14:55:46.569Z] [2021-04-19T14:55:46.569Z] [2021-04-19T14:55:46.569Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/444/openapi/v2/support-notifications.yaml] [2021-04-19T14:55:46.569Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:46.569Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:47.961Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75615 0 0 100 75615 0 62929 0:00:01 0:00:01 --:--:-- 62960 100 75615 0 0 100 75615 0 62918 0:00:01 0:00:01 --:--:-- 62960 [2021-04-19T14:55:47.961Z] [2021-04-19T14:55:47.961Z] [2021-04-19T14:55:47.961Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/444/openapi/v2/support-scheduler.yaml] [2021-04-19T14:55:47.961Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:47.961Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:48.907Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37428 0 0 100 37428 0 32779 0:00:01 0:00:01 --:--:-- 32802 100 37428 0 0 100 37428 0 32774 0:00:01 0:00:01 --:--:-- 32802 [2021-04-19T14:55:48.907Z] [2021-04-19T14:55:48.907Z] [2021-04-19T14:55:48.907Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/444/openapi/v2/system-agent.yaml] [2021-04-19T14:55:48.907Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T14:55:48.907Z] Dload Upload Total Spent Left Speed [2021-04-19T14:55:50.300Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 21591 0:00:01 0:00:01 --:--:-- 21607 100 24092 0 0 100 24092 0 21587 0:00:01 0:00:01 --:--:-- 21607 [2021-04-19T14:55:50.300Z] [2021-04-19T14:55:50.300Z] [Pipeline] } [2021-04-19T14:55:50.310Z] 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-19T14:55:50.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:55:50.751Z] . [Pipeline] withDockerContainer [2021-04-19T14:55:50.865Z] prd-centos7-docker-4c-2g-791 does not seem to be running inside a container [2021-04-19T14:55:50.915Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:55:52.077Z] $ docker top 196d3ee960bb8b6bec94dcc2a84a50ea5800e74fbb484a716c511b263bfbb3eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T14:55:52.252Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T14:55:52.252Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T14:55:52.559Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T14:55:52.563Z] $ docker exec 196d3ee960bb8b6bec94dcc2a84a50ea5800e74fbb484a716c511b263bfbb3eb ssh-agent [2021-04-19T14:55:52.762Z] SSH_AUTH_SOCK=/tmp/ssh-W2Qd6W6q1CA0/agent.12 [2021-04-19T14:55:52.762Z] SSH_AGENT_PID=17 [2021-04-19T14:55:52.772Z] Running ssh-add (command line suppressed) [2021-04-19T14:55:52.915Z] Identity added: /w/workspace/edgex-go/444@tmp/private_key_262042443959109554.key (/w/workspace/edgex-go/444@tmp/private_key_262042443959109554.key) [2021-04-19T14:55:52.980Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T14:55:53.282Z] + git semver tag [2021-04-19T14:55:53.860Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T14:55:53.860Z] # $GIT_DIR = /w/workspace/edgex-go/444/.git [2021-04-19T14:55:53.860Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/444 [2021-04-19T14:55:53.860Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T14:55:53.860Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T14:55:53.860Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T14:55:53.860Z] # $SEMVER_BRANCH = master [2021-04-19T14:55:53.860Z] # $SEMVER_DIR = /w/workspace/edgex-go/444/.semver [2021-04-19T14:55:53.860Z] # 4d24ed00e8bba0adae8474373bf5c29d98f6e3c6 HEAD [2021-04-19T14:55:54.438Z] # -> Force: false [2021-04-19T14:55:54.438Z] # 13f5324a929857432430432297d8a92538cfab59 refs/tags/v2.0.0-dev.176 [Pipeline] } [2021-04-19T14:55:54.473Z] $ docker exec --env ******** --env ******** 196d3ee960bb8b6bec94dcc2a84a50ea5800e74fbb484a716c511b263bfbb3eb ssh-agent -k [2021-04-19T14:55:54.633Z] unset SSH_AUTH_SOCK; [2021-04-19T14:55:54.633Z] unset SSH_AGENT_PID; [2021-04-19T14:55:54.633Z] echo Agent pid 17 killed; [2021-04-19T14:55:54.715Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T14:55:55.049Z] + git semver [Pipeline] } [2021-04-19T14:55:55.077Z] $ docker stop --time=1 196d3ee960bb8b6bec94dcc2a84a50ea5800e74fbb484a716c511b263bfbb3eb [2021-04-19T14:55:56.460Z] $ docker rm -f 196d3ee960bb8b6bec94dcc2a84a50ea5800e74fbb484a716c511b263bfbb3eb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:55:56.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T14:55:56.977Z] [2021-04-19T14:55:56.977Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:55:57.310Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T14:55:57.310Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T14:55:57.310Z] ab5ef0e58194: Pulling fs layer [2021-04-19T14:55:57.310Z] 9712f1f96733: Pulling fs layer [2021-04-19T14:55:57.310Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T14:55:57.310Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T14:55:57.310Z] e9a5061849ea: Pulling fs layer [2021-04-19T14:55:57.310Z] d747dcd14b5f: Pulling fs layer [2021-04-19T14:55:57.310Z] 2de7ff778b66: Pulling fs layer [2021-04-19T14:55:57.310Z] 0d9ebad4ef96: Waiting [2021-04-19T14:55:57.310Z] e9a5061849ea: Waiting [2021-04-19T14:55:57.310Z] d747dcd14b5f: Waiting [2021-04-19T14:55:57.310Z] 2de7ff778b66: Waiting [2021-04-19T14:55:57.310Z] 9712f1f96733: Verifying Checksum [2021-04-19T14:55:57.310Z] 9712f1f96733: Download complete [2021-04-19T14:55:58.713Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T14:55:58.713Z] 63f879dbbcfc: Download complete [2021-04-19T14:55:58.713Z] e9a5061849ea: Verifying Checksum [2021-04-19T14:55:58.713Z] e9a5061849ea: Download complete [2021-04-19T14:55:58.984Z] d747dcd14b5f: Verifying Checksum [2021-04-19T14:55:58.984Z] d747dcd14b5f: Download complete [2021-04-19T14:55:59.250Z] 2de7ff778b66: Verifying Checksum [2021-04-19T14:55:59.250Z] 2de7ff778b66: Download complete [2021-04-19T14:55:59.518Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T14:55:59.518Z] 0d9ebad4ef96: Download complete [2021-04-19T14:55:59.780Z] ab5ef0e58194: Verifying Checksum [2021-04-19T14:55:59.780Z] ab5ef0e58194: Download complete [2021-04-19T14:56:06.412Z] ab5ef0e58194: Pull complete [2021-04-19T14:56:06.412Z] 9712f1f96733: Pull complete [2021-04-19T14:56:09.727Z] 63f879dbbcfc: Pull complete [2021-04-19T14:56:17.911Z] 0d9ebad4ef96: Pull complete [2021-04-19T14:56:18.173Z] e9a5061849ea: Pull complete [2021-04-19T14:56:18.436Z] d747dcd14b5f: Pull complete [2021-04-19T14:56:21.004Z] 2de7ff778b66: Pull complete [2021-04-19T14:56:21.004Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T14:56:21.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T14:56:21.004Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T14:56:21.221Z] prd-centos7-docker-4c-2g-791 does not seem to be running inside a container [2021-04-19T14:56:21.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:56:25.085Z] $ docker top 3650be50e3e855d930b2145c9951509aa336a6843881664a3efa5fe868766348 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T14:56:25.285Z] provisioning config files... [2021-04-19T14:56:25.308Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/444@tmp/config5862678471796677534tmp [2021-04-19T14:56:25.359Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/444@tmp/config7931217227359647942tmp [2021-04-19T14:56:25.384Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/444@tmp/config336492572139506022tmp [Pipeline] { [Pipeline] echo [2021-04-19T14:56:25.424Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:56:26.299Z] ---> sigul-configuration.sh [2021-04-19T14:56:26.299Z] gpg: directory `/root/.gnupg' created [2021-04-19T14:56:26.299Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T14:56:26.299Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T14:56:26.299Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T14:56:26.299Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T14:56:26.299Z] gpg: CAST5 encrypted data [2021-04-19T14:56:26.564Z] gpg: encrypted with 1 passphrase [2021-04-19T14:56:26.564Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T14:56:26.865Z] + mkdir /home/jenkins [2021-04-19T14:56:26.865Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T14:56:27.167Z] + 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-19T14:56:27.179Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:56:27.476Z] ---> sigul-install.sh [2021-04-19T14:56:35.631Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T14:56:35.930Z] + git tag --list [2021-04-19T14:56:35.930Z] 0.6.0 [2021-04-19T14:56:35.930Z] 0.6.1 [2021-04-19T14:56:35.930Z] 0.7.0 [2021-04-19T14:56:35.930Z] 0.7.1 [2021-04-19T14:56:35.930Z] v0.0.0 [2021-04-19T14:56:35.930Z] v0.0.1-dev.1 [2021-04-19T14:56:35.930Z] v1.0.0 [2021-04-19T14:56:35.930Z] v1.0.1 [2021-04-19T14:56:35.930Z] v1.1.0 [2021-04-19T14:56:35.930Z] v1.2.0 [2021-04-19T14:56:35.930Z] v1.2.1 [2021-04-19T14:56:35.930Z] v1.2.2-dev.1 [2021-04-19T14:56:35.930Z] v1.2.2-dev.10 [2021-04-19T14:56:35.930Z] v1.2.2-dev.100 [2021-04-19T14:56:35.930Z] v1.2.2-dev.101 [2021-04-19T14:56:35.930Z] v1.2.2-dev.102 [2021-04-19T14:56:35.930Z] v1.2.2-dev.103 [2021-04-19T14:56:35.930Z] v1.2.2-dev.104 [2021-04-19T14:56:35.930Z] v1.2.2-dev.105 [2021-04-19T14:56:35.930Z] v1.2.2-dev.106 [2021-04-19T14:56:35.930Z] v1.2.2-dev.107 [2021-04-19T14:56:35.930Z] v1.2.2-dev.11 [2021-04-19T14:56:35.930Z] v1.2.2-dev.12 [2021-04-19T14:56:35.930Z] v1.2.2-dev.13 [2021-04-19T14:56:35.930Z] v1.2.2-dev.14 [2021-04-19T14:56:35.930Z] v1.2.2-dev.15 [2021-04-19T14:56:35.930Z] v1.2.2-dev.16 [2021-04-19T14:56:35.930Z] v1.2.2-dev.17 [2021-04-19T14:56:35.930Z] v1.2.2-dev.18 [2021-04-19T14:56:35.930Z] v1.2.2-dev.19 [2021-04-19T14:56:35.930Z] v1.2.2-dev.2 [2021-04-19T14:56:35.930Z] v1.2.2-dev.20 [2021-04-19T14:56:35.930Z] v1.2.2-dev.21 [2021-04-19T14:56:35.930Z] v1.2.2-dev.22 [2021-04-19T14:56:35.930Z] v1.2.2-dev.23 [2021-04-19T14:56:35.930Z] v1.2.2-dev.24 [2021-04-19T14:56:35.930Z] v1.2.2-dev.25 [2021-04-19T14:56:35.930Z] v1.2.2-dev.26 [2021-04-19T14:56:35.930Z] v1.2.2-dev.27 [2021-04-19T14:56:35.930Z] v1.2.2-dev.28 [2021-04-19T14:56:35.930Z] v1.2.2-dev.29 [2021-04-19T14:56:35.930Z] v1.2.2-dev.3 [2021-04-19T14:56:35.930Z] v1.2.2-dev.30 [2021-04-19T14:56:35.930Z] v1.2.2-dev.31 [2021-04-19T14:56:35.930Z] v1.2.2-dev.32 [2021-04-19T14:56:35.930Z] v1.2.2-dev.33 [2021-04-19T14:56:35.930Z] v1.2.2-dev.34 [2021-04-19T14:56:35.930Z] v1.2.2-dev.35 [2021-04-19T14:56:35.930Z] v1.2.2-dev.36 [2021-04-19T14:56:35.930Z] v1.2.2-dev.37 [2021-04-19T14:56:35.930Z] v1.2.2-dev.38 [2021-04-19T14:56:35.930Z] v1.2.2-dev.39 [2021-04-19T14:56:35.930Z] v1.2.2-dev.4 [2021-04-19T14:56:35.930Z] v1.2.2-dev.40 [2021-04-19T14:56:35.930Z] v1.2.2-dev.41 [2021-04-19T14:56:35.930Z] v1.2.2-dev.42 [2021-04-19T14:56:35.930Z] v1.2.2-dev.43 [2021-04-19T14:56:35.930Z] v1.2.2-dev.44 [2021-04-19T14:56:35.930Z] v1.2.2-dev.45 [2021-04-19T14:56:35.930Z] v1.2.2-dev.46 [2021-04-19T14:56:35.930Z] v1.2.2-dev.47 [2021-04-19T14:56:35.930Z] v1.2.2-dev.48 [2021-04-19T14:56:35.930Z] v1.2.2-dev.49 [2021-04-19T14:56:35.930Z] v1.2.2-dev.5 [2021-04-19T14:56:35.930Z] v1.2.2-dev.50 [2021-04-19T14:56:35.930Z] v1.2.2-dev.51 [2021-04-19T14:56:35.930Z] v1.2.2-dev.52 [2021-04-19T14:56:35.930Z] v1.2.2-dev.53 [2021-04-19T14:56:35.930Z] v1.2.2-dev.54 [2021-04-19T14:56:35.930Z] v1.2.2-dev.55 [2021-04-19T14:56:35.930Z] v1.2.2-dev.56 [2021-04-19T14:56:35.930Z] v1.2.2-dev.57 [2021-04-19T14:56:35.930Z] v1.2.2-dev.58 [2021-04-19T14:56:35.930Z] v1.2.2-dev.59 [2021-04-19T14:56:35.930Z] v1.2.2-dev.6 [2021-04-19T14:56:35.930Z] v1.2.2-dev.60 [2021-04-19T14:56:35.930Z] v1.2.2-dev.61 [2021-04-19T14:56:35.930Z] v1.2.2-dev.62 [2021-04-19T14:56:35.930Z] v1.2.2-dev.63 [2021-04-19T14:56:35.930Z] v1.2.2-dev.64 [2021-04-19T14:56:35.930Z] v1.2.2-dev.65 [2021-04-19T14:56:35.930Z] v1.2.2-dev.66 [2021-04-19T14:56:35.930Z] v1.2.2-dev.67 [2021-04-19T14:56:35.930Z] v1.2.2-dev.68 [2021-04-19T14:56:35.930Z] v1.2.2-dev.69 [2021-04-19T14:56:35.930Z] v1.2.2-dev.7 [2021-04-19T14:56:35.930Z] v1.2.2-dev.70 [2021-04-19T14:56:35.930Z] v1.2.2-dev.71 [2021-04-19T14:56:35.930Z] v1.2.2-dev.72 [2021-04-19T14:56:35.930Z] v1.2.2-dev.73 [2021-04-19T14:56:35.930Z] v1.2.2-dev.74 [2021-04-19T14:56:35.930Z] v1.2.2-dev.75 [2021-04-19T14:56:35.930Z] v1.2.2-dev.76 [2021-04-19T14:56:35.930Z] v1.2.2-dev.77 [2021-04-19T14:56:35.930Z] v1.2.2-dev.78 [2021-04-19T14:56:35.930Z] v1.2.2-dev.79 [2021-04-19T14:56:35.930Z] v1.2.2-dev.8 [2021-04-19T14:56:35.930Z] v1.2.2-dev.80 [2021-04-19T14:56:35.930Z] v1.2.2-dev.81 [2021-04-19T14:56:35.930Z] v1.2.2-dev.82 [2021-04-19T14:56:35.930Z] v1.2.2-dev.83 [2021-04-19T14:56:35.930Z] v1.2.2-dev.84 [2021-04-19T14:56:35.930Z] v1.2.2-dev.85 [2021-04-19T14:56:35.930Z] v1.2.2-dev.86 [2021-04-19T14:56:35.930Z] v1.2.2-dev.87 [2021-04-19T14:56:35.930Z] v1.2.2-dev.88 [2021-04-19T14:56:35.930Z] v1.2.2-dev.89 [2021-04-19T14:56:35.930Z] v1.2.2-dev.9 [2021-04-19T14:56:35.930Z] v1.2.2-dev.90 [2021-04-19T14:56:35.930Z] v1.2.2-dev.91 [2021-04-19T14:56:35.930Z] v1.2.2-dev.92 [2021-04-19T14:56:35.930Z] v1.2.2-dev.93 [2021-04-19T14:56:35.930Z] v1.2.2-dev.94 [2021-04-19T14:56:35.930Z] v1.2.2-dev.95 [2021-04-19T14:56:35.930Z] v1.2.2-dev.96 [2021-04-19T14:56:35.930Z] v1.2.2-dev.97 [2021-04-19T14:56:35.930Z] v1.2.2-dev.98 [2021-04-19T14:56:35.930Z] v1.2.2-dev.99 [2021-04-19T14:56:35.930Z] v1.3.0 [2021-04-19T14:56:35.930Z] v1.3.1 [2021-04-19T14:56:35.930Z] v1.3.1-dev.1 [2021-04-19T14:56:35.930Z] v1.3.1-dev.10 [2021-04-19T14:56:35.930Z] v1.3.1-dev.11 [2021-04-19T14:56:35.930Z] v1.3.1-dev.12 [2021-04-19T14:56:35.930Z] v1.3.1-dev.13 [2021-04-19T14:56:35.930Z] v1.3.1-dev.14 [2021-04-19T14:56:35.930Z] v1.3.1-dev.15 [2021-04-19T14:56:35.930Z] v1.3.1-dev.16 [2021-04-19T14:56:35.930Z] v1.3.1-dev.17 [2021-04-19T14:56:35.930Z] v1.3.1-dev.18 [2021-04-19T14:56:35.930Z] v1.3.1-dev.2 [2021-04-19T14:56:35.930Z] v1.3.1-dev.3 [2021-04-19T14:56:35.930Z] v1.3.1-dev.4 [2021-04-19T14:56:35.930Z] v1.3.1-dev.5 [2021-04-19T14:56:35.930Z] v1.3.1-dev.6 [2021-04-19T14:56:35.930Z] v1.3.1-dev.7 [2021-04-19T14:56:35.930Z] v1.3.1-dev.8 [2021-04-19T14:56:35.930Z] v1.3.1-dev.9 [2021-04-19T14:56:35.930Z] v2.0.0-dev.1 [2021-04-19T14:56:35.930Z] v2.0.0-dev.10 [2021-04-19T14:56:35.930Z] v2.0.0-dev.100 [2021-04-19T14:56:35.930Z] v2.0.0-dev.101 [2021-04-19T14:56:35.930Z] v2.0.0-dev.102 [2021-04-19T14:56:35.930Z] v2.0.0-dev.103 [2021-04-19T14:56:35.930Z] v2.0.0-dev.104 [2021-04-19T14:56:35.930Z] v2.0.0-dev.105 [2021-04-19T14:56:35.930Z] v2.0.0-dev.106 [2021-04-19T14:56:35.930Z] v2.0.0-dev.107 [2021-04-19T14:56:35.930Z] v2.0.0-dev.108 [2021-04-19T14:56:35.930Z] v2.0.0-dev.109 [2021-04-19T14:56:35.930Z] v2.0.0-dev.11 [2021-04-19T14:56:35.930Z] v2.0.0-dev.110 [2021-04-19T14:56:35.930Z] v2.0.0-dev.111 [2021-04-19T14:56:35.930Z] v2.0.0-dev.112 [2021-04-19T14:56:35.930Z] v2.0.0-dev.113 [2021-04-19T14:56:35.930Z] v2.0.0-dev.114 [2021-04-19T14:56:35.930Z] v2.0.0-dev.115 [2021-04-19T14:56:35.930Z] v2.0.0-dev.116 [2021-04-19T14:56:35.930Z] v2.0.0-dev.117 [2021-04-19T14:56:35.930Z] v2.0.0-dev.118 [2021-04-19T14:56:35.930Z] v2.0.0-dev.119 [2021-04-19T14:56:35.930Z] v2.0.0-dev.12 [2021-04-19T14:56:35.930Z] v2.0.0-dev.120 [2021-04-19T14:56:35.930Z] v2.0.0-dev.121 [2021-04-19T14:56:35.930Z] v2.0.0-dev.122 [2021-04-19T14:56:35.930Z] v2.0.0-dev.123 [2021-04-19T14:56:35.930Z] v2.0.0-dev.124 [2021-04-19T14:56:35.930Z] v2.0.0-dev.125 [2021-04-19T14:56:35.930Z] v2.0.0-dev.126 [2021-04-19T14:56:35.930Z] v2.0.0-dev.127 [2021-04-19T14:56:35.930Z] v2.0.0-dev.128 [2021-04-19T14:56:35.930Z] v2.0.0-dev.129 [2021-04-19T14:56:35.930Z] v2.0.0-dev.13 [2021-04-19T14:56:35.930Z] v2.0.0-dev.130 [2021-04-19T14:56:35.930Z] v2.0.0-dev.131 [2021-04-19T14:56:35.930Z] v2.0.0-dev.132 [2021-04-19T14:56:35.930Z] v2.0.0-dev.133 [2021-04-19T14:56:35.930Z] v2.0.0-dev.134 [2021-04-19T14:56:35.930Z] v2.0.0-dev.135 [2021-04-19T14:56:35.930Z] v2.0.0-dev.136 [2021-04-19T14:56:35.930Z] v2.0.0-dev.137 [2021-04-19T14:56:35.930Z] v2.0.0-dev.138 [2021-04-19T14:56:35.930Z] v2.0.0-dev.139 [2021-04-19T14:56:35.930Z] v2.0.0-dev.14 [2021-04-19T14:56:35.930Z] v2.0.0-dev.140 [2021-04-19T14:56:35.930Z] v2.0.0-dev.141 [2021-04-19T14:56:35.930Z] v2.0.0-dev.142 [2021-04-19T14:56:35.930Z] v2.0.0-dev.143 [2021-04-19T14:56:35.930Z] v2.0.0-dev.144 [2021-04-19T14:56:35.930Z] v2.0.0-dev.145 [2021-04-19T14:56:35.930Z] v2.0.0-dev.146 [2021-04-19T14:56:35.930Z] v2.0.0-dev.147 [2021-04-19T14:56:35.930Z] v2.0.0-dev.148 [2021-04-19T14:56:35.930Z] v2.0.0-dev.149 [2021-04-19T14:56:35.930Z] v2.0.0-dev.15 [2021-04-19T14:56:35.930Z] v2.0.0-dev.150 [2021-04-19T14:56:35.930Z] v2.0.0-dev.151 [2021-04-19T14:56:35.930Z] v2.0.0-dev.152 [2021-04-19T14:56:35.930Z] v2.0.0-dev.153 [2021-04-19T14:56:35.930Z] v2.0.0-dev.154 [2021-04-19T14:56:35.930Z] v2.0.0-dev.155 [2021-04-19T14:56:35.930Z] v2.0.0-dev.156 [2021-04-19T14:56:35.931Z] v2.0.0-dev.157 [2021-04-19T14:56:35.931Z] v2.0.0-dev.158 [2021-04-19T14:56:35.931Z] v2.0.0-dev.159 [2021-04-19T14:56:35.931Z] v2.0.0-dev.16 [2021-04-19T14:56:35.931Z] v2.0.0-dev.160 [2021-04-19T14:56:35.931Z] v2.0.0-dev.161 [2021-04-19T14:56:35.931Z] v2.0.0-dev.162 [2021-04-19T14:56:35.931Z] v2.0.0-dev.163 [2021-04-19T14:56:35.931Z] v2.0.0-dev.164 [2021-04-19T14:56:35.931Z] v2.0.0-dev.165 [2021-04-19T14:56:35.931Z] v2.0.0-dev.166 [2021-04-19T14:56:35.931Z] v2.0.0-dev.167 [2021-04-19T14:56:35.931Z] v2.0.0-dev.168 [2021-04-19T14:56:35.931Z] v2.0.0-dev.169 [2021-04-19T14:56:35.931Z] v2.0.0-dev.17 [2021-04-19T14:56:35.931Z] v2.0.0-dev.170 [2021-04-19T14:56:35.931Z] v2.0.0-dev.171 [2021-04-19T14:56:35.931Z] v2.0.0-dev.172 [2021-04-19T14:56:35.931Z] v2.0.0-dev.173 [2021-04-19T14:56:35.931Z] v2.0.0-dev.174 [2021-04-19T14:56:35.931Z] v2.0.0-dev.175 [2021-04-19T14:56:35.931Z] v2.0.0-dev.176 [2021-04-19T14:56:35.931Z] v2.0.0-dev.18 [2021-04-19T14:56:35.931Z] v2.0.0-dev.19 [2021-04-19T14:56:35.931Z] v2.0.0-dev.2 [2021-04-19T14:56:35.931Z] v2.0.0-dev.20 [2021-04-19T14:56:35.931Z] v2.0.0-dev.21 [2021-04-19T14:56:35.931Z] v2.0.0-dev.22 [2021-04-19T14:56:35.931Z] v2.0.0-dev.23 [2021-04-19T14:56:35.931Z] v2.0.0-dev.24 [2021-04-19T14:56:35.931Z] v2.0.0-dev.25 [2021-04-19T14:56:35.931Z] v2.0.0-dev.26 [2021-04-19T14:56:35.931Z] v2.0.0-dev.27 [2021-04-19T14:56:35.931Z] v2.0.0-dev.28 [2021-04-19T14:56:35.931Z] v2.0.0-dev.29 [2021-04-19T14:56:35.931Z] v2.0.0-dev.3 [2021-04-19T14:56:35.931Z] v2.0.0-dev.30 [2021-04-19T14:56:35.931Z] v2.0.0-dev.31 [2021-04-19T14:56:35.931Z] v2.0.0-dev.32 [2021-04-19T14:56:35.931Z] v2.0.0-dev.33 [2021-04-19T14:56:35.931Z] v2.0.0-dev.34 [2021-04-19T14:56:35.931Z] v2.0.0-dev.35 [2021-04-19T14:56:35.931Z] v2.0.0-dev.36 [2021-04-19T14:56:35.931Z] v2.0.0-dev.37 [2021-04-19T14:56:35.931Z] v2.0.0-dev.38 [2021-04-19T14:56:35.931Z] v2.0.0-dev.39 [2021-04-19T14:56:35.931Z] v2.0.0-dev.4 [2021-04-19T14:56:35.931Z] v2.0.0-dev.40 [2021-04-19T14:56:35.931Z] v2.0.0-dev.41 [2021-04-19T14:56:35.931Z] v2.0.0-dev.42 [2021-04-19T14:56:35.931Z] v2.0.0-dev.43 [2021-04-19T14:56:35.931Z] v2.0.0-dev.44 [2021-04-19T14:56:35.931Z] v2.0.0-dev.45 [2021-04-19T14:56:35.931Z] v2.0.0-dev.46 [2021-04-19T14:56:35.931Z] v2.0.0-dev.47 [2021-04-19T14:56:35.931Z] v2.0.0-dev.48 [2021-04-19T14:56:35.931Z] v2.0.0-dev.49 [2021-04-19T14:56:35.931Z] v2.0.0-dev.5 [2021-04-19T14:56:35.931Z] v2.0.0-dev.50 [2021-04-19T14:56:35.931Z] v2.0.0-dev.51 [2021-04-19T14:56:35.931Z] v2.0.0-dev.52 [2021-04-19T14:56:35.931Z] v2.0.0-dev.53 [2021-04-19T14:56:35.931Z] v2.0.0-dev.54 [2021-04-19T14:56:35.931Z] v2.0.0-dev.55 [2021-04-19T14:56:35.931Z] v2.0.0-dev.56 [2021-04-19T14:56:35.931Z] v2.0.0-dev.57 [2021-04-19T14:56:35.931Z] v2.0.0-dev.58 [2021-04-19T14:56:35.931Z] v2.0.0-dev.59 [2021-04-19T14:56:35.931Z] v2.0.0-dev.6 [2021-04-19T14:56:35.931Z] v2.0.0-dev.60 [2021-04-19T14:56:35.931Z] v2.0.0-dev.61 [2021-04-19T14:56:35.931Z] v2.0.0-dev.62 [2021-04-19T14:56:35.931Z] v2.0.0-dev.63 [2021-04-19T14:56:35.931Z] v2.0.0-dev.64 [2021-04-19T14:56:35.931Z] v2.0.0-dev.65 [2021-04-19T14:56:35.931Z] v2.0.0-dev.66 [2021-04-19T14:56:35.931Z] v2.0.0-dev.67 [2021-04-19T14:56:35.931Z] v2.0.0-dev.68 [2021-04-19T14:56:35.931Z] v2.0.0-dev.69 [2021-04-19T14:56:35.931Z] v2.0.0-dev.7 [2021-04-19T14:56:35.931Z] v2.0.0-dev.70 [2021-04-19T14:56:35.931Z] v2.0.0-dev.71 [2021-04-19T14:56:35.931Z] v2.0.0-dev.72 [2021-04-19T14:56:35.931Z] v2.0.0-dev.73 [2021-04-19T14:56:35.931Z] v2.0.0-dev.74 [2021-04-19T14:56:35.931Z] v2.0.0-dev.75 [2021-04-19T14:56:35.931Z] v2.0.0-dev.76 [2021-04-19T14:56:35.931Z] v2.0.0-dev.77 [2021-04-19T14:56:35.931Z] v2.0.0-dev.78 [2021-04-19T14:56:35.931Z] v2.0.0-dev.79 [2021-04-19T14:56:35.931Z] v2.0.0-dev.8 [2021-04-19T14:56:35.931Z] v2.0.0-dev.80 [2021-04-19T14:56:35.931Z] v2.0.0-dev.81 [2021-04-19T14:56:35.931Z] v2.0.0-dev.82 [2021-04-19T14:56:35.931Z] v2.0.0-dev.83 [2021-04-19T14:56:35.931Z] v2.0.0-dev.84 [2021-04-19T14:56:35.931Z] v2.0.0-dev.85 [2021-04-19T14:56:35.931Z] v2.0.0-dev.86 [2021-04-19T14:56:35.931Z] v2.0.0-dev.87 [2021-04-19T14:56:35.931Z] v2.0.0-dev.88 [2021-04-19T14:56:35.931Z] v2.0.0-dev.89 [2021-04-19T14:56:35.931Z] v2.0.0-dev.9 [2021-04-19T14:56:35.931Z] v2.0.0-dev.90 [2021-04-19T14:56:35.931Z] v2.0.0-dev.91 [2021-04-19T14:56:35.931Z] v2.0.0-dev.92 [2021-04-19T14:56:35.931Z] v2.0.0-dev.93 [2021-04-19T14:56:35.931Z] v2.0.0-dev.94 [2021-04-19T14:56:35.931Z] v2.0.0-dev.95 [2021-04-19T14:56:35.931Z] v2.0.0-dev.96 [2021-04-19T14:56:35.931Z] v2.0.0-dev.97 [2021-04-19T14:56:35.931Z] v2.0.0-dev.98 [2021-04-19T14:56:35.931Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-19T14:56:36.233Z] + lftools sign git-tag v2.0.0-dev.176 [2021-04-19T14:56:37.625Z] Signing Git tag with Sigul... [2021-04-19T14:56:37.625Z] Signing v2.0.0-dev.176 [Pipeline] echo [2021-04-19T14:56:39.034Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:56:39.340Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T14:56:39.350Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T14:56:39.376Z] $ docker stop --time=1 3650be50e3e855d930b2145c9951509aa336a6843881664a3efa5fe868766348 [2021-04-19T14:56:41.221Z] $ docker rm -f 3650be50e3e855d930b2145c9951509aa336a6843881664a3efa5fe868766348 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:56:41.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:56:41.844Z] . [Pipeline] withDockerContainer [2021-04-19T14:56:41.957Z] prd-centos7-docker-4c-2g-791 does not seem to be running inside a container [2021-04-19T14:56:42.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:56:43.199Z] $ docker top e501be7debb6ac891d146c1a4b51365fb190fdd52033473508434912a05bdbc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T14:56:43.400Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T14:56:43.400Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T14:56:43.679Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T14:56:43.683Z] $ docker exec e501be7debb6ac891d146c1a4b51365fb190fdd52033473508434912a05bdbc8 ssh-agent [2021-04-19T14:56:43.888Z] SSH_AUTH_SOCK=/tmp/ssh-q5KLACCmmz62/agent.11 [2021-04-19T14:56:43.888Z] SSH_AGENT_PID=16 [2021-04-19T14:56:43.897Z] Running ssh-add (command line suppressed) [2021-04-19T14:56:44.057Z] Identity added: /w/workspace/edgex-go/444@tmp/private_key_3083272470706130070.key (/w/workspace/edgex-go/444@tmp/private_key_3083272470706130070.key) [2021-04-19T14:56:44.127Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T14:56:44.429Z] + git semver bump pre [2021-04-19T14:56:44.429Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T14:56:44.430Z] # $GIT_DIR = /w/workspace/edgex-go/444/.git [2021-04-19T14:56:44.430Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/444 [2021-04-19T14:56:44.430Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T14:56:44.430Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T14:56:44.430Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T14:56:44.430Z] # $SEMVER_BRANCH = master [2021-04-19T14:56:44.430Z] # $SEMVER_DIR = /w/workspace/edgex-go/444/.semver [2021-04-19T14:56:44.430Z] 2.0.0-dev.177 [Pipeline] } [2021-04-19T14:56:44.442Z] $ docker exec --env ******** --env ******** e501be7debb6ac891d146c1a4b51365fb190fdd52033473508434912a05bdbc8 ssh-agent -k [2021-04-19T14:56:44.598Z] unset SSH_AUTH_SOCK; [2021-04-19T14:56:44.598Z] unset SSH_AGENT_PID; [2021-04-19T14:56:44.598Z] echo Agent pid 16 killed; [2021-04-19T14:56:44.662Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T14:56:44.990Z] + git semver [Pipeline] } [2021-04-19T14:56:45.009Z] $ docker stop --time=1 e501be7debb6ac891d146c1a4b51365fb190fdd52033473508434912a05bdbc8 [2021-04-19T14:56:46.436Z] $ docker rm -f e501be7debb6ac891d146c1a4b51365fb190fdd52033473508434912a05bdbc8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:56:46.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T14:56:46.868Z] . [Pipeline] withDockerContainer [2021-04-19T14:56:46.990Z] prd-centos7-docker-4c-2g-791 does not seem to be running inside a container [2021-04-19T14:56:47.043Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:56:47.899Z] $ docker top 2dadb74b3287f5a341824d1989e041dd49e7f2df01999cb6b19b1d9f816d53b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T14:56:48.059Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T14:56:48.059Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T14:56:48.276Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T14:56:48.280Z] $ docker exec 2dadb74b3287f5a341824d1989e041dd49e7f2df01999cb6b19b1d9f816d53b3 ssh-agent [2021-04-19T14:56:48.491Z] SSH_AUTH_SOCK=/tmp/ssh-uUvFtEBL8FYz/agent.11 [2021-04-19T14:56:48.491Z] SSH_AGENT_PID=16 [2021-04-19T14:56:48.500Z] Running ssh-add (command line suppressed) [2021-04-19T14:56:48.647Z] Identity added: /w/workspace/edgex-go/444@tmp/private_key_9216013816210076385.key (/w/workspace/edgex-go/444@tmp/private_key_9216013816210076385.key) [2021-04-19T14:56:48.711Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T14:56:49.013Z] + git semver push [2021-04-19T14:56:49.014Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T14:56:49.014Z] # $GIT_DIR = /w/workspace/edgex-go/444/.git [2021-04-19T14:56:49.014Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/444 [2021-04-19T14:56:49.014Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T14:56:49.014Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T14:56:49.014Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T14:56:49.014Z] # $SEMVER_BRANCH = master [2021-04-19T14:56:49.014Z] # $SEMVER_DIR = /w/workspace/edgex-go/444/.semver [Pipeline] } [2021-04-19T14:56:59.081Z] $ docker exec --env ******** --env ******** 2dadb74b3287f5a341824d1989e041dd49e7f2df01999cb6b19b1d9f816d53b3 ssh-agent -k [2021-04-19T14:56:59.293Z] unset SSH_AUTH_SOCK; [2021-04-19T14:56:59.293Z] unset SSH_AGENT_PID; [2021-04-19T14:56:59.293Z] echo Agent pid 16 killed; [2021-04-19T14:56:59.383Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T14:56:59.717Z] + git semver [Pipeline] } [2021-04-19T14:56:59.734Z] $ docker stop --time=1 2dadb74b3287f5a341824d1989e041dd49e7f2df01999cb6b19b1d9f816d53b3 [2021-04-19T14:57:01.192Z] $ docker rm -f 2dadb74b3287f5a341824d1989e041dd49e7f2df01999cb6b19b1d9f816d53b3 [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-19T14:57:02.031Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:57:02.916Z] ---> package-listing.sh [2021-04-19T14:57:02.916Z] ++ facter osfamily [2021-04-19T14:57:02.916Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T14:57:02.916Z] + OS_FAMILY=redhat [2021-04-19T14:57:02.916Z] + workspace=/w/workspace/edgex-go/444 [2021-04-19T14:57:02.916Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T14:57:02.916Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T14:57:02.916Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T14:57:02.916Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T14:57:02.916Z] + '[' /w/workspace/edgex-go/444 ']' [2021-04-19T14:57:02.916Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T14:57:02.916Z] + case "${OS_FAMILY}" in [2021-04-19T14:57:02.916Z] + rpm -qa [2021-04-19T14:57:02.916Z] + sort [2021-04-19T14:57:08.225Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T14:57:08.225Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T14:57:08.225Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T14:57:08.225Z] + '[' /w/workspace/edgex-go/444 ']' [2021-04-19T14:57:08.225Z] + mkdir -p /w/workspace/edgex-go/444/archives/ [2021-04-19T14:57:08.225Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/444/archives/ [Pipeline] echo [2021-04-19T14:57:08.239Z] 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/444/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T14:57:08.532Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:57:08.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T14:57:08.840Z] [2021-04-19T14:57:08.840Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T14:57:09.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T14:57:09.158Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T14:57:09.158Z] df20fa9351a1: Pulling fs layer [2021-04-19T14:57:09.158Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T14:57:09.158Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T14:57:09.158Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T14:57:09.158Z] 93b61091891f: Pulling fs layer [2021-04-19T14:57:09.158Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T14:57:09.158Z] 5e14af77c1be: Pulling fs layer [2021-04-19T14:57:09.158Z] 01666e4c0597: Pulling fs layer [2021-04-19T14:57:09.158Z] aa168da1d23b: Pulling fs layer [2021-04-19T14:57:09.158Z] 46f8f816bc3b: Waiting [2021-04-19T14:57:09.158Z] 93b61091891f: Waiting [2021-04-19T14:57:09.158Z] 93b9cdb0e59b: Waiting [2021-04-19T14:57:09.158Z] 5e14af77c1be: Waiting [2021-04-19T14:57:09.158Z] 01666e4c0597: Waiting [2021-04-19T14:57:09.158Z] aa168da1d23b: Waiting [2021-04-19T14:57:09.158Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T14:57:09.158Z] 36b3adc4ff6f: Download complete [2021-04-19T14:57:09.158Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T14:57:09.158Z] 46f8f816bc3b: Download complete [2021-04-19T14:57:09.426Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T14:57:09.426Z] 8ad3a11d3b57: Download complete [2021-04-19T14:57:09.426Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T14:57:09.426Z] 93b9cdb0e59b: Download complete [2021-04-19T14:57:09.426Z] 5e14af77c1be: Verifying Checksum [2021-04-19T14:57:09.426Z] 5e14af77c1be: Download complete [2021-04-19T14:57:09.426Z] 01666e4c0597: Verifying Checksum [2021-04-19T14:57:09.692Z] df20fa9351a1: Verifying Checksum [2021-04-19T14:57:09.692Z] df20fa9351a1: Download complete [2021-04-19T14:57:09.692Z] 93b61091891f: Verifying Checksum [2021-04-19T14:57:09.692Z] 93b61091891f: Download complete [2021-04-19T14:57:09.958Z] df20fa9351a1: Pull complete [2021-04-19T14:57:10.536Z] 36b3adc4ff6f: Pull complete [2021-04-19T14:57:11.498Z] aa168da1d23b: Verifying Checksum [2021-04-19T14:57:11.498Z] aa168da1d23b: Download complete [2021-04-19T14:57:12.073Z] 8ad3a11d3b57: Pull complete [2021-04-19T14:57:12.336Z] 46f8f816bc3b: Pull complete [2021-04-19T14:57:12.599Z] 93b61091891f: Pull complete [2021-04-19T14:57:12.860Z] 93b9cdb0e59b: Pull complete [2021-04-19T14:57:12.860Z] 5e14af77c1be: Pull complete [2021-04-19T14:57:13.123Z] 01666e4c0597: Pull complete [2021-04-19T14:57:21.318Z] aa168da1d23b: Pull complete [2021-04-19T14:57:21.318Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T14:57:21.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T14:57:21.318Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T14:57:21.572Z] prd-centos7-docker-4c-2g-791 does not seem to be running inside a container [2021-04-19T14:57:21.632Z] $ 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/444/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/444 -v /w/workspace/edgex-go/444:/w/workspace/edgex-go/444:rw,z -v /w/workspace/edgex-go/444@tmp:/w/workspace/edgex-go/444@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-19T14:57:24.298Z] $ docker top a100de4c894973fc2a7f4a3a1805d53be4421b509bde528f4d0b5a2314bc3c3f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T14:57:24.716Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T14:57:25.021Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T14:57:25.325Z] + ls /var/log/sa-host [2021-04-19T14:57:25.325Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T14:57:25.325Z] file_magic: OK [2021-04-19T14:57:25.325Z] HZ: Using current value: 100 [2021-04-19T14:57:25.325Z] file_header: OK [2021-04-19T14:57:25.325Z] 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-19T14:57:25.325Z] Statistics: [2021-04-19T14:57:25.325Z] 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... [2021-04-19T14:57:25.325Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T14:57:25.325Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T14:57:25.325Z] file_magic: OK [2021-04-19T14:57:25.325Z] HZ: Using current value: 100 [2021-04-19T14:57:25.325Z] file_header: OK [2021-04-19T14:57:25.325Z] 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-19T14:57:25.325Z] Statistics: [2021-04-19T14:57:25.325Z] Hnuu...uuuununununu... [2021-04-19T14:57:25.325Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T14:57:25.867Z] provisioning config files... [2021-04-19T14:57:25.886Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/444@tmp/config7428798262756725145tmp [Pipeline] { [Pipeline] echo [2021-04-19T14:57:25.907Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:57:26.208Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T14:57:26.217Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T14:57:26.240Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:57:26.543Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T14:57:26.554Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:57:26.855Z] ---> sudo-logs.sh [2021-04-19T14:57:26.855Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T14:57:26.888Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:57:27.184Z] ---> job-cost.sh [2021-04-19T14:57:27.184Z] lf-activate-venv: SKIPPING [2021-04-19T14:57:27.184Z] DEBUG: total: 0.20999999344348907 [2021-04-19T14:57:27.184Z] INFO: Retrieving Stack Cost... [2021-04-19T14:57:28.133Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T14:57:28.709Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T14:57:28.728Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T14:57:29.028Z] ---> logs-deploy.sh [2021-04-19T14:57:29.028Z] lf-activate-venv: SKIPPING [2021-04-19T14:57:29.028Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/444 [2021-04-19T14:57:29.028Z] INFO: archiving workspace using pattern(s): [2021-04-19T14:57:30.955Z] Archives upload complete. [2021-04-19T14:57:30.955Z] INFO: archiving logs to Nexus