Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bcbd0cedf9f2274dcd27c77a427114b9dc8b852a 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-31773 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/415 [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/415 # 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 bcbd0cedf9f2274dcd27c77a427114b9dc8b852a (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 bcbd0cedf9f2274dcd27c77a427114b9dc8b852a # timeout=10 Commit message: "feat(scheduler): Implement GET /intervalaction/name/{name} V2 API (#3305)" > git rev-list --no-walk d1fc5940ebbd16a0d16dcf35275d84fb959027d1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T17:40:45.162Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T17:40:45.464Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T17:40:45.573Z] ========================================================= [2021-03-29T17:40:45.573Z] EdgeX Global Pipelines Version Info [2021-03-29T17:40:45.573Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:40:47.052Z] ------------------- [2021-03-29T17:40:47.052Z] stable info: [2021-03-29T17:40:47.052Z] ------------------- [2021-03-29T17:40:47.052Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T17:40:47.052Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T17:40:47.052Z] Message: update stable to v1.0.186 [2021-03-29T17:40:47.998Z] ------------------- [2021-03-29T17:40:47.998Z] experimental info: [2021-03-29T17:40:47.998Z] ------------------- [2021-03-29T17:40:47.998Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T17:40:47.999Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T17:40:47.999Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T17:40:48.301Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T17:40:48.557Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T17:40:48.652Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T17:40:48.768Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T17:40:48.861Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T17:40:48.993Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T17:40:49.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T17:40:49.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T17:40:49.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T17:40:49.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T17:40:49.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T17:40:49.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T17:40:49.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T17:40:49.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T17:40:49.847Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T17:40:50.006Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T17:40:50.178Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T17:40:50.339Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T17:40:50.448Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T17:40:50.611Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T17:40:50.717Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T17:40:50.932Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T17:40:51.023Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-29T17:40:51.114Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-29T17:40:51.204Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-29T17:40:51.324Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] echo [2021-03-29T17:40:51.427Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bcbd0ce [Pipeline] echo [2021-03-29T17:40:51.524Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T17:40:51.723Z] provisioning config files... [2021-03-29T17:40:51.756Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/415@tmp/config3267332079207168349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:40:52.128Z] ---> docker-login.sh [2021-03-29T17:40:52.128Z] nexus3.edgexfoundry.org:10001 [2021-03-29T17:40:52.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:40:52.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:40:52.652Z] Configure a credential helper to remove this warning. See [2021-03-29T17:40:52.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:40:52.652Z] [2021-03-29T17:40:52.652Z] Login Succeeded [2021-03-29T17:40:52.652Z] nexus3.edgexfoundry.org:10002 [2021-03-29T17:40:52.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:40:52.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:40:52.917Z] Configure a credential helper to remove this warning. See [2021-03-29T17:40:52.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:40:52.917Z] [2021-03-29T17:40:52.917Z] Login Succeeded [2021-03-29T17:40:52.917Z] nexus3.edgexfoundry.org:10003 [2021-03-29T17:40:52.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:40:52.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:40:52.917Z] Configure a credential helper to remove this warning. See [2021-03-29T17:40:52.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:40:52.917Z] [2021-03-29T17:40:52.917Z] Login Succeeded [2021-03-29T17:40:52.917Z] nexus3.edgexfoundry.org:10004 [2021-03-29T17:40:53.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:40:53.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:40:53.183Z] Configure a credential helper to remove this warning. See [2021-03-29T17:40:53.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:40:53.183Z] [2021-03-29T17:40:53.183Z] Login Succeeded [2021-03-29T17:40:53.183Z] docker.io [2021-03-29T17:40:53.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:40:53.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:40:53.446Z] Configure a credential helper to remove this warning. See [2021-03-29T17:40:53.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:40:53.446Z] [2021-03-29T17:40:53.446Z] Login Succeeded [2021-03-29T17:40:53.446Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T17:40:53.457Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T17:40:53.965Z] ++ 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-03-29T17:40:53.965Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T17:40:53.965Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T17:40:53.965Z] ++ cut -d/ -f2 [2021-03-29T17:40:53.965Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T17:40:53.965Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T17:40:53.965Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T17:40:53.965Z] ++ cut -d/ -f2 [2021-03-29T17:40:53.965Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T17:40:53.965Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T17:40:53.965Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T17:40:53.965Z] ++ cut -d/ -f2 [2021-03-29T17:40:53.965Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T17:40:53.965Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T17:40:53.965Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T17:40:53.965Z] ++ cut -d/ -f2 [2021-03-29T17:40:53.965Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T17:40:53.965Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T17:40:53.965Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T17:40:53.965Z] ++ cut -d/ -f2 [2021-03-29T17:40:53.965Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T17:40:53.965Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T17:40:53.965Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T17:40:53.965Z] ++ cut -d/ -f2 [2021-03-29T17:40:53.965Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T17:40:53.965Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T17:40:53.965Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T17:40:53.965Z] ++ cut -d/ -f2 [2021-03-29T17:40:53.966Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T17:40:53.966Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T17:40:53.966Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T17:40:53.966Z] ++ cut -d/ -f2 [2021-03-29T17:40:53.966Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T17:40:53.966Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T17:40:53.966Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T17:40:53.966Z] ++ cut -d/ -f2 [2021-03-29T17:40:53.966Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T17:40:54.038Z] 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-03-29T17:40:57.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T17:40:57.143Z] [2021-03-29T17:40:57.143Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:40:57.485Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T17:40:57.485Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T17:40:57.485Z] 31603596830f: Pulling fs layer [2021-03-29T17:40:57.485Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T17:40:57.485Z] 6ca5941a6612: Pulling fs layer [2021-03-29T17:40:57.485Z] ecc8261a40a4: Pulling fs layer [2021-03-29T17:40:57.485Z] ecc8261a40a4: Waiting [2021-03-29T17:40:57.485Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T17:40:57.485Z] 2a8b12db71e7: Download complete [2021-03-29T17:40:57.750Z] 31603596830f: Verifying Checksum [2021-03-29T17:40:57.750Z] 31603596830f: Download complete [2021-03-29T17:40:57.750Z] ecc8261a40a4: Verifying Checksum [2021-03-29T17:40:57.750Z] ecc8261a40a4: Download complete [2021-03-29T17:40:57.750Z] 6ca5941a6612: Verifying Checksum [2021-03-29T17:40:57.750Z] 6ca5941a6612: Download complete [2021-03-29T17:40:58.014Z] 31603596830f: Pull complete [2021-03-29T17:40:58.284Z] 2a8b12db71e7: Pull complete [2021-03-29T17:40:59.233Z] 6ca5941a6612: Pull complete [2021-03-29T17:40:59.233Z] ecc8261a40a4: Pull complete [2021-03-29T17:40:59.233Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T17:40:59.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T17:40:59.496Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T17:40:59.614Z] prd-centos7-docker-4c-2g-31773 does not seem to be running inside a container [2021-03-29T17:40:59.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T17:41:02.338Z] $ docker top 657ae4bb9fec57873e9167b9b98519c912a4955d436ad145fc3ab99bd1efddcf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T17:41:02.685Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T17:41:02.685Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T17:41:02.932Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T17:41:02.936Z] $ docker exec 657ae4bb9fec57873e9167b9b98519c912a4955d436ad145fc3ab99bd1efddcf ssh-agent [2021-03-29T17:41:03.107Z] SSH_AUTH_SOCK=/tmp/ssh-CjTW8oaWisGY/agent.12 [2021-03-29T17:41:03.107Z] SSH_AGENT_PID=17 [2021-03-29T17:41:03.121Z] Running ssh-add (command line suppressed) [2021-03-29T17:41:03.250Z] Identity added: /w/workspace/edgex-go/415@tmp/private_key_3789907595851746673.key (/w/workspace/edgex-go/415@tmp/private_key_3789907595851746673.key) [2021-03-29T17:41:03.308Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T17:41:03.646Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T17:41:03.671Z] $ docker exec --env ******** --env ******** 657ae4bb9fec57873e9167b9b98519c912a4955d436ad145fc3ab99bd1efddcf ssh-agent -k [2021-03-29T17:41:03.791Z] unset SSH_AUTH_SOCK; [2021-03-29T17:41:03.791Z] unset SSH_AGENT_PID; [2021-03-29T17:41:03.791Z] echo Agent pid 17 killed; [2021-03-29T17:41:03.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T17:41:04.029Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T17:41:04.029Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T17:41:04.211Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T17:41:04.215Z] $ docker exec 657ae4bb9fec57873e9167b9b98519c912a4955d436ad145fc3ab99bd1efddcf ssh-agent [2021-03-29T17:41:04.381Z] SSH_AUTH_SOCK=/tmp/ssh-btc2EclJ0dxR/agent.47 [2021-03-29T17:41:04.381Z] SSH_AGENT_PID=52 [2021-03-29T17:41:04.388Z] Running ssh-add (command line suppressed) [2021-03-29T17:41:04.509Z] Identity added: /w/workspace/edgex-go/415@tmp/private_key_2732176071321614039.key (/w/workspace/edgex-go/415@tmp/private_key_2732176071321614039.key) [2021-03-29T17:41:04.567Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T17:41:04.906Z] + git semver init [2021-03-29T17:41:04.906Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T17:41:04.906Z] # $GIT_DIR = /w/workspace/edgex-go/415/.git [2021-03-29T17:41:04.906Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/415 [2021-03-29T17:41:04.906Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T17:41:04.906Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T17:41:04.906Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T17:41:04.906Z] # $SEMVER_BRANCH = master [2021-03-29T17:41:04.906Z] # $SEMVER_TEMP = /tmp/semver-286293330 [2021-03-29T17:41:04.906Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T17:41:26.934Z] # '/tmp/semver-286293330' -> '/w/workspace/edgex-go/415/.semver' [2021-03-29T17:41:27.894Z] # -> Force: false [2021-03-29T17:41:27.894Z] # $SEMVER_DIR = /w/workspace/edgex-go/415/.semver [Pipeline] } [2021-03-29T17:41:27.913Z] $ docker exec --env ******** --env ******** 657ae4bb9fec57873e9167b9b98519c912a4955d436ad145fc3ab99bd1efddcf ssh-agent -k [2021-03-29T17:41:28.227Z] unset SSH_AUTH_SOCK; [2021-03-29T17:41:28.227Z] unset SSH_AGENT_PID; [2021-03-29T17:41:28.227Z] echo Agent pid 52 killed; [2021-03-29T17:41:28.341Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T17:41:28.849Z] + git semver [Pipeline] } [2021-03-29T17:41:28.868Z] $ docker stop --time=1 657ae4bb9fec57873e9167b9b98519c912a4955d436ad145fc3ab99bd1efddcf [2021-03-29T17:41:30.478Z] $ docker rm -f 657ae4bb9fec57873e9167b9b98519c912a4955d436ad145fc3ab99bd1efddcf [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T17:41:31.131Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T17:41:31.665Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T17:41:31.668Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.147 [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-03-29T17:41:32.654Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T17:41:32.952Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T17:41:33.255Z] + sudo service docker restart [2021-03-29T17:41:33.255Z] + true [2021-03-29T17:41:33.255Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T17:41:33.850Z] ========================================================= [2021-03-29T17:41:33.850Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T17:41:33.850Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:41:34.231Z] + 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-03-29T17:41:39.552Z] Sending build context to Docker daemon 328.9MB [2021-03-29T17:41:39.552Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T17:41:39.552Z] Step 2/6 : FROM ${BASE} [2021-03-29T17:41:39.552Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T17:41:39.552Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T17:41:39.552Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T17:41:39.552Z] de9db76c5a1d: Pulling fs layer [2021-03-29T17:41:39.552Z] bca2f99d35d6: Pulling fs layer [2021-03-29T17:41:39.552Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T17:41:39.552Z] 7c6f9722023f: Pulling fs layer [2021-03-29T17:41:39.552Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T17:41:39.552Z] 93359f2a8cfa: Waiting [2021-03-29T17:41:39.552Z] 7c6f9722023f: Waiting [2021-03-29T17:41:39.552Z] a35cf1a2eb13: Waiting [2021-03-29T17:41:39.552Z] bca2f99d35d6: Waiting [2021-03-29T17:41:39.552Z] de9db76c5a1d: Download complete [2021-03-29T17:41:39.552Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T17:41:39.552Z] 0ef7d3d256c8: Download complete [2021-03-29T17:41:39.552Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T17:41:39.552Z] 93359f2a8cfa: Download complete [2021-03-29T17:41:39.552Z] 7c6f9722023f: Verifying Checksum [2021-03-29T17:41:39.552Z] 7c6f9722023f: Download complete [2021-03-29T17:41:39.552Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T17:41:39.552Z] 188c0c94c7c5: Download complete [2021-03-29T17:41:39.552Z] 188c0c94c7c5: Pull complete [2021-03-29T17:41:39.822Z] 0ef7d3d256c8: Pull complete [2021-03-29T17:41:39.822Z] de9db76c5a1d: Pull complete [2021-03-29T17:41:41.761Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T17:41:41.762Z] a35cf1a2eb13: Download complete [2021-03-29T17:41:42.346Z] bca2f99d35d6: Verifying Checksum [2021-03-29T17:41:42.346Z] bca2f99d35d6: Download complete [2021-03-29T17:41:47.122Z] Still waiting to schedule task [2021-03-29T17:41:47.123Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-29T17:41:47.677Z] bca2f99d35d6: Pull complete [2021-03-29T17:41:47.947Z] 93359f2a8cfa: Pull complete [2021-03-29T17:41:47.947Z] 7c6f9722023f: Pull complete [2021-03-29T17:41:52.176Z] a35cf1a2eb13: Pull complete [2021-03-29T17:41:52.176Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T17:41:52.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T17:41:52.176Z] ---> a62c8e92a672 [2021-03-29T17:41:52.176Z] 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-03-29T17:41:52.176Z] ---> Running in fbecf2d939d2 [2021-03-29T17:41:52.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:41:53.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:41:54.274Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T17:41:54.274Z] (2/12) Installing file (5.38-r0) [2021-03-29T17:41:54.537Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T17:41:54.537Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T17:41:57.850Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T17:41:57.850Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T17:41:57.850Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T17:41:58.112Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T17:41:58.112Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T17:41:58.112Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T17:41:58.375Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T17:41:58.375Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T17:41:58.375Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:41:58.375Z] OK: 233 MiB in 51 packages [2021-03-29T17:42:02.611Z] Removing intermediate container fbecf2d939d2 [2021-03-29T17:42:02.611Z] ---> b794c3887115 [2021-03-29T17:42:02.611Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T17:42:02.611Z] ---> Running in e9471b5977ef [2021-03-29T17:42:02.611Z] Removing intermediate container e9471b5977ef [2021-03-29T17:42:02.611Z] ---> 75a7ad3ce9a0 [2021-03-29T17:42:02.611Z] Step 5/6 : COPY go.mod . [2021-03-29T17:42:02.876Z] ---> 32a6280ecc8e [2021-03-29T17:42:02.876Z] Step 6/6 : RUN go mod download [2021-03-29T17:42:02.876Z] ---> Running in def076114a87 [2021-03-29T17:42:24.898Z] Removing intermediate container def076114a87 [2021-03-29T17:42:24.898Z] ---> 266263f0c018 [2021-03-29T17:42:24.898Z] Successfully built 266263f0c018 [2021-03-29T17:42:24.898Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:42:25.218Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T17:42:25.218Z] . [Pipeline] withDockerContainer [2021-03-29T17:42:25.329Z] prd-centos7-docker-4c-2g-31773 does not seem to be running inside a container [2021-03-29T17:42:25.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T17:42:26.148Z] $ docker top 6124fbc7a68779040b42ea6ef6460a4b53aab866c60c2b2ebb2dfa8273d95faf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T17:42:26.657Z] + go version [2021-03-29T17:42:26.657Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T17:42:26.672Z] $ docker stop --time=1 6124fbc7a68779040b42ea6ef6460a4b53aab866c60c2b2ebb2dfa8273d95faf [2021-03-29T17:42:28.036Z] $ docker rm -f 6124fbc7a68779040b42ea6ef6460a4b53aab866c60c2b2ebb2dfa8273d95faf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:42:28.821Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T17:42:28.821Z] . [Pipeline] withDockerContainer [2021-03-29T17:42:28.922Z] prd-centos7-docker-4c-2g-31773 does not seem to be running inside a container [2021-03-29T17:42:28.973Z] $ 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/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T17:42:29.654Z] $ docker top e7a705dfefb9a5ad40226f9b1d3628bc38e0d3a24e564e5e74a2fb54470c9e54 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T17:42:29.858Z] ========================================================= [2021-03-29T17:42:29.858Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T17:42:29.858Z] ========================================================= [Pipeline] sh [2021-03-29T17:42:30.150Z] + make test [2021-03-29T17:42:30.151Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T17:42:40.236Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T17:42:55.636Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T17:43:03.882Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T17:43:03.882Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T17:43:03.882Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T17:43:04.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T17:43:04.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T17:43:04.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T17:43:05.147Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T17:43:06.121Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T17:43:06.400Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T17:43:09.784Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T17:43:09.784Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T17:43:09.784Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T17:43:12.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.9% of statements [2021-03-29T17:43:12.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T17:43:12.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T17:43:12.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T17:43:12.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T17:43:12.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T17:43:12.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T17:43:12.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.077s coverage: 19.8% of statements [2021-03-29T17:43:12.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements [2021-03-29T17:43:15.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.453s coverage: 27.1% of statements [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T17:43:15.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T17:43:15.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T17:43:15.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 71.3% of statements [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T17:43:15.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.158s coverage: 82.9% of statements [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T17:43:15.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.059s coverage: 78.9% of statements [2021-03-29T17:43:15.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T17:43:19.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T17:43:19.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T17:43:19.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T17:43:19.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T17:43:19.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T17:43:19.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T17:43:19.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T17:43:21.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.379s coverage: 92.8% of statements [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T17:43:21.707Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T17:43:21.707Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 1.0% of statements [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T17:43:21.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T17:43:21.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 47.1% of statements [2021-03-29T17:43:21.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-03-29T17:43:21.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements [2021-03-29T17:43:21.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-03-29T17:43:21.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [2021-03-29T17:43:28.333Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31774 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-29T17:43:28.383Z] Running in /w/workspace/edgex-go/415 [Pipeline] { [Pipeline] checkout [2021-03-29T17:43:32.978Z] using credential edgex-jenkins-ssh [2021-03-29T17:43:33.068Z] Cloning the remote Git repository [2021-03-29T17:43:33.140Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T17:43:33.262Z] > git init /w/workspace/edgex-go/415 # timeout=10 [2021-03-29T17:43:33.348Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T17:43:33.349Z] > git --version # timeout=10 [2021-03-29T17:43:33.370Z] > git --version # 'git version 2.17.1' [2021-03-29T17:43:33.372Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T17:43:33.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements [2021-03-29T17:43:33.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-03-29T17:43:33.439Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T17:43:37.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.218s coverage: 82.6% of statements [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.6% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 64.4% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.054s coverage: 91.3% of statements [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.335s coverage: 69.0% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T17:43:45.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-03-29T17:43:45.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T17:43:45.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T17:43:45.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.146s coverage: 87.1% of statements [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T17:43:45.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.735s coverage: 29.1% of statements [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T17:43:45.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T17:43:45.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T17:43:45.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.092s coverage: 94.6% of statements [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T17:43:45.531Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T17:43:45.531Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.072s coverage: 100.0% of statements [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T17:43:45.531Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T17:43:45.531Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T17:43:45.806Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-03-29T17:43:46.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-29T17:43:46.335Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2021-03-29T17:43:46.912Z] GO111MODULE=on go vet ./... [2021-03-29T17:43:55.565Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T17:43:55.589Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T17:43:55.612Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T17:43:55.639Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T17:43:55.639Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T17:43:55.649Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T17:43:57.274Z] Checking out Revision bcbd0cedf9f2274dcd27c77a427114b9dc8b852a (master) [2021-03-29T17:43:57.292Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T17:43:57.303Z] > git checkout -f bcbd0cedf9f2274dcd27c77a427114b9dc8b852a # timeout=10 [2021-03-29T17:44:01.771Z] Commit message: "feat(scheduler): Implement GET /intervalaction/name/{name} V2 API (#3305)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T17:44:03.533Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T17:44:03.937Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T17:44:04.280Z] + sudo service docker restart [2021-03-29T17:44:04.280Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T17:44:06.334Z] provisioning config files... [2021-03-29T17:44:06.488Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/415@tmp/config4766418271996937221tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:44:07.123Z] ---> docker-login.sh [2021-03-29T17:44:07.124Z] nexus3.edgexfoundry.org:10001 [2021-03-29T17:44:08.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:44:08.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:44:08.392Z] Configure a credential helper to remove this warning. See [2021-03-29T17:44:08.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:44:08.392Z] [2021-03-29T17:44:08.392Z] Login Succeeded [2021-03-29T17:44:08.392Z] nexus3.edgexfoundry.org:10002 [2021-03-29T17:44:08.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:44:08.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:44:08.994Z] Configure a credential helper to remove this warning. See [2021-03-29T17:44:08.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:44:08.994Z] [2021-03-29T17:44:08.994Z] Login Succeeded [2021-03-29T17:44:08.994Z] nexus3.edgexfoundry.org:10003 [2021-03-29T17:44:09.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:44:10.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:44:10.244Z] Configure a credential helper to remove this warning. See [2021-03-29T17:44:10.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:44:10.244Z] [2021-03-29T17:44:10.244Z] Login Succeeded [2021-03-29T17:44:10.244Z] nexus3.edgexfoundry.org:10004 [2021-03-29T17:44:10.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:44:10.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:44:10.793Z] Configure a credential helper to remove this warning. See [2021-03-29T17:44:10.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:44:10.793Z] [2021-03-29T17:44:10.793Z] Login Succeeded [2021-03-29T17:44:10.793Z] docker.io [2021-03-29T17:44:11.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:44:11.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:44:11.339Z] Configure a credential helper to remove this warning. See [2021-03-29T17:44:11.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:44:11.339Z] [2021-03-29T17:44:11.339Z] Login Succeeded [2021-03-29T17:44:11.339Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T17:44:11.359Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T17:44:11.776Z] ========================================================= [2021-03-29T17:44:11.776Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T17:44:11.776Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:44:12.172Z] + 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-03-29T17:44:13.677Z] gofmt -l . [2021-03-29T17:44:13.942Z] [ "`gofmt -l .`" = "" ] [2021-03-29T17:44:14.517Z] ./bin/test-go-mod-tidy.sh [2021-03-29T17:44:14.822Z] Sending build context to Docker daemon 166.9MB [2021-03-29T17:44:14.823Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T17:44:14.823Z] Step 2/6 : FROM ${BASE} [2021-03-29T17:44:14.823Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T17:44:14.823Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T17:44:14.823Z] a4357932f1b6: Pulling fs layer [2021-03-29T17:44:14.823Z] 18c013af1878: Pulling fs layer [2021-03-29T17:44:14.823Z] 00ac8860ef70: Pulling fs layer [2021-03-29T17:44:14.823Z] 63d7cb157983: Pulling fs layer [2021-03-29T17:44:14.823Z] b116817d02f9: Pulling fs layer [2021-03-29T17:44:14.823Z] 745a02a5169b: Pulling fs layer [2021-03-29T17:44:14.823Z] 00ac8860ef70: Waiting [2021-03-29T17:44:14.823Z] 63d7cb157983: Waiting [2021-03-29T17:44:14.823Z] b116817d02f9: Waiting [2021-03-29T17:44:14.823Z] 745a02a5169b: Waiting [2021-03-29T17:44:14.823Z] 18c013af1878: Verifying Checksum [2021-03-29T17:44:14.823Z] 18c013af1878: Download complete [2021-03-29T17:44:14.823Z] a4357932f1b6: Download complete [2021-03-29T17:44:14.823Z] 63d7cb157983: Verifying Checksum [2021-03-29T17:44:14.823Z] 63d7cb157983: Download complete [2021-03-29T17:44:15.422Z] b116817d02f9: Verifying Checksum [2021-03-29T17:44:15.422Z] b116817d02f9: Download complete [2021-03-29T17:44:15.422Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T17:44:15.422Z] 5f621e34cdf4: Download complete [2021-03-29T17:44:15.465Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T17:44:16.027Z] 5f621e34cdf4: Pull complete [2021-03-29T17:44:16.035Z] + ls -al . [2021-03-29T17:44:16.035Z] total 780 [2021-03-29T17:44:16.035Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 17:44 . [2021-03-29T17:44:16.035Z] drwxr-xr-x 4 root root 32 Mar 29 17:42 .. [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 17:40 .dockerignore [2021-03-29T17:44:16.035Z] drwxrwxr-x 8 1001 1001 162 Mar 29 17:40 .git [2021-03-29T17:44:16.035Z] drwxrwxr-x 3 1001 1001 125 Mar 29 17:40 .github [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 17:40 .gitignore [2021-03-29T17:44:16.035Z] drwx------ 3 1001 1001 45 Mar 29 17:41 .semver [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 17:40 .sonarcloud.properties [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 17:40 Attribution.txt [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 17:40 CONTRIBUTING.md [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 17:40 Dockerfile.build [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 17:40 Jenkinsfile [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 17:40 LICENSE [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 17:40 Makefile [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 17:40 README.md [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 17:40 SECURITY.md [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 13 Mar 29 17:41 VERSION [2021-03-29T17:44:16.035Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 17:40 ZMQWindows.md [2021-03-29T17:44:16.035Z] drwxrwxr-x 2 1001 1001 117 Mar 29 17:40 bin [2021-03-29T17:44:16.035Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 17:40 cmd [2021-03-29T17:44:16.035Z] -rw-r--r-- 1 root root 668090 Mar 29 17:43 coverage.out [2021-03-29T17:44:16.036Z] -rw-r--r-- 1 root root 1056 Mar 29 17:44 go.mod [2021-03-29T17:44:16.036Z] -rw-r--r-- 1 root root 22530 Mar 29 17:44 go.sum [2021-03-29T17:44:16.036Z] drwxrwxr-x 8 1001 1001 127 Mar 29 17:40 internal [2021-03-29T17:44:16.036Z] drwxrwxr-x 4 1001 1001 26 Mar 29 17:40 openapi [2021-03-29T17:44:16.036Z] drwxrwxr-x 4 1001 1001 71 Mar 29 17:40 snap [2021-03-29T17:44:16.036Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 17:40 version.go [Pipeline] sh [2021-03-29T17:44:16.340Z] + '[' -e coverage.out ] [2021-03-29T17:44:16.340Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T17:44:16.548Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T17:44:16.634Z] a4357932f1b6: Pull complete [2021-03-29T17:44:16.847Z] + make build [2021-03-29T17:44:16.847Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T17:44:16.909Z] 18c013af1878: Pull complete [2021-03-29T17:44:17.512Z] 745a02a5169b: Verifying Checksum [2021-03-29T17:44:17.512Z] 745a02a5169b: Download complete [2021-03-29T17:44:18.943Z] 00ac8860ef70: Verifying Checksum [2021-03-29T17:44:18.943Z] 00ac8860ef70: Download complete [2021-03-29T17:44:22.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T17:44:29.100Z] 00ac8860ef70: Pull complete [2021-03-29T17:44:29.374Z] 63d7cb157983: Pull complete [2021-03-29T17:44:29.650Z] b116817d02f9: Pull complete [2021-03-29T17:44:30.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T17:44:31.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T17:44:33.043Z] 745a02a5169b: Pull complete [2021-03-29T17:44:33.043Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T17:44:33.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T17:44:33.317Z] ---> b7e6874047d6 [2021-03-29T17:44:33.317Z] 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-03-29T17:44:33.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T17:44:33.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T17:44:35.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T17:44:36.709Z] ---> Running in 932d48f3504a [2021-03-29T17:44:37.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T17:44:37.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:44:38.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T17:44:38.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:44:39.259Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T17:44:39.259Z] (2/12) Installing file (5.38-r0) [2021-03-29T17:44:39.532Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T17:44:39.532Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T17:44:39.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T17:44:40.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T17:44:42.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T17:44:43.833Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T17:44:43.833Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T17:44:43.833Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T17:44:43.833Z] (8/12) Installing libsodium (1.0.18-r0) [Pipeline] } [2021-03-29T17:44:44.050Z] $ docker stop --time=1 e7a705dfefb9a5ad40226f9b1d3628bc38e0d3a24e564e5e74a2fb54470c9e54 [2021-03-29T17:44:44.104Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T17:44:44.104Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T17:44:44.104Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T17:44:44.376Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T17:44:44.376Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:44:44.376Z] OK: 217 MiB in 51 packages [2021-03-29T17:44:45.750Z] $ docker rm -f e7a705dfefb9a5ad40226f9b1d3628bc38e0d3a24e564e5e74a2fb54470c9e54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-29T17:44:48.678Z] Removing intermediate container 932d48f3504a [2021-03-29T17:44:48.678Z] ---> 576dd18a1335 [2021-03-29T17:44:48.678Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T17:44:48.952Z] ---> Running in 796871ed3426 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:44:49.227Z] Removing intermediate container 796871ed3426 [2021-03-29T17:44:49.227Z] ---> 7c23fcce2aab [2021-03-29T17:44:49.227Z] Step 5/6 : COPY go.mod . [2021-03-29T17:44:49.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T17:44:49.305Z] [2021-03-29T17:44:49.305Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:44:49.654Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T17:44:49.654Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T17:44:49.654Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T17:44:49.654Z] ca9280d653b3: Pulling fs layer [2021-03-29T17:44:49.654Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T17:44:49.821Z] ---> a8d21272cd7d [2021-03-29T17:44:49.821Z] Step 6/6 : RUN go mod download [2021-03-29T17:44:49.915Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-29T17:44:49.915Z] cbdbe7a5bc2a: Download complete [2021-03-29T17:44:50.093Z] ---> Running in 348159cd5494 [2021-03-29T17:44:50.180Z] cbdbe7a5bc2a: Pull complete [2021-03-29T17:44:50.180Z] ca9280d653b3: Verifying Checksum [2021-03-29T17:44:50.180Z] ca9280d653b3: Download complete [2021-03-29T17:44:51.142Z] 7e9c9ca2126c: Download complete [2021-03-29T17:44:51.406Z] ca9280d653b3: Pull complete [2021-03-29T17:44:58.032Z] 7e9c9ca2126c: Pull complete [2021-03-29T17:44:58.032Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T17:44:58.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T17:44:58.032Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T17:44:58.243Z] prd-centos7-docker-4c-2g-31773 does not seem to be running inside a container [2021-03-29T17:44:58.293Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@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-03-29T17:45:01.046Z] $ docker top 4833b5de48b5ab8520c51a6cd05b451d1d92ba886b13f92378deabe6dfe809ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T17:45:01.656Z] + docker-compose build --help [2021-03-29T17:45:01.656Z] + grep parallel [2021-03-29T17:45:02.753Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T17:45:02.791Z] $ docker stop --time=1 4833b5de48b5ab8520c51a6cd05b451d1d92ba886b13f92378deabe6dfe809ed [2021-03-29T17:45:04.152Z] $ docker rm -f 4833b5de48b5ab8520c51a6cd05b451d1d92ba886b13f92378deabe6dfe809ed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:45:04.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T17:45:04.753Z] . [Pipeline] withDockerContainer [2021-03-29T17:45:04.857Z] prd-centos7-docker-4c-2g-31773 does not seem to be running inside a container [2021-03-29T17:45:04.908Z] $ 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/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T17:45:05.549Z] $ docker top 0f0c64462ea6aab810c50d2eb312dafb2c5b2fd4cd2b2a9beeb18259f757704d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T17:45:06.055Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T17:45:07.006Z] Building docker-core-command-go ... [2021-03-29T17:45:07.006Z] Building docker-core-data-go ... [2021-03-29T17:45:07.006Z] Building docker-core-metadata-go ... [2021-03-29T17:45:07.006Z] Building docker-security-bootstrapper-go ... [2021-03-29T17:45:07.006Z] Building docker-security-proxy-setup-go ... [2021-03-29T17:45:07.006Z] Building docker-security-secretstore-setup-go ... [2021-03-29T17:45:07.006Z] Building docker-support-notifications-go ... [2021-03-29T17:45:07.006Z] Building docker-support-scheduler-go ... [2021-03-29T17:45:07.006Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T17:45:07.006Z] Building docker-support-notifications-go [2021-03-29T17:45:07.006Z] Building docker-security-proxy-setup-go [2021-03-29T17:45:07.006Z] Building docker-security-bootstrapper-go [2021-03-29T17:45:07.006Z] Building docker-core-metadata-go [2021-03-29T17:45:07.006Z] Building docker-core-command-go [2021-03-29T17:45:16.908Z] Removing intermediate container 348159cd5494 [2021-03-29T17:45:16.909Z] ---> f064f901e110 [2021-03-29T17:45:16.909Z] Successfully built f064f901e110 [2021-03-29T17:45:16.909Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:45:17.248Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T17:45:17.248Z] . [Pipeline] withDockerContainer [2021-03-29T17:45:17.523Z] prd-ubuntu18.04-docker-arm64-4c-16g-31774 does not seem to be running inside a container [2021-03-29T17:45:17.605Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@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-03-29T17:45:19.153Z] $ docker top 7e2b481d16f67655e431a366482b1dda446bb5fdde88b1b3795e49552484ef7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T17:45:20.203Z] + go version [2021-03-29T17:45:20.203Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T17:45:20.221Z] $ docker stop --time=1 7e2b481d16f67655e431a366482b1dda446bb5fdde88b1b3795e49552484ef7a [2021-03-29T17:45:22.234Z] $ docker rm -f 7e2b481d16f67655e431a366482b1dda446bb5fdde88b1b3795e49552484ef7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:45:23.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T17:45:23.496Z] [2021-03-29T17:45:23.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:45:23.883Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T17:45:23.883Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-29T17:45:23.883Z] 29e5d40040c1: Pulling fs layer [2021-03-29T17:45:23.883Z] 1ce36da41761: Pulling fs layer [2021-03-29T17:45:23.883Z] 25b303627fd3: Pulling fs layer [2021-03-29T17:45:24.479Z] 29e5d40040c1: Verifying Checksum [2021-03-29T17:45:24.479Z] 29e5d40040c1: Download complete [2021-03-29T17:45:25.079Z] 1ce36da41761: Verifying Checksum [2021-03-29T17:45:25.079Z] 1ce36da41761: Download complete [2021-03-29T17:45:25.079Z] 29e5d40040c1: Pull complete [2021-03-29T17:45:26.517Z] 1ce36da41761: Pull complete [2021-03-29T17:45:26.517Z] 25b303627fd3: Verifying Checksum [2021-03-29T17:45:26.517Z] 25b303627fd3: Download complete [2021-03-29T17:45:36.658Z] 25b303627fd3: Pull complete [2021-03-29T17:45:36.658Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-29T17:45:36.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T17:45:36.658Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-29T17:45:36.893Z] prd-ubuntu18.04-docker-arm64-4c-16g-31774 does not seem to be running inside a container [2021-03-29T17:45:36.975Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@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-03-29T17:45:39.384Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:45:39.384Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:45:39.384Z] ---> 266263f0c018 [2021-03-29T17:45:39.384Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T17:45:40.074Z] $ docker top 54cb45c15d146551045f5c9bf20adcf0041b9814cb18259eeadb1df26ff01c4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T17:45:41.150Z] + grep parallel [2021-03-29T17:45:41.150Z] + docker-compose build --help [2021-03-29T17:45:41.338Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:45:41.338Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:45:41.338Z] ---> 266263f0c018 [2021-03-29T17:45:41.338Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T17:45:41.919Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:45:41.919Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:45:41.919Z] ---> 266263f0c018 [2021-03-29T17:45:41.919Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T17:45:41.919Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:45:41.919Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:45:41.919Z] ---> 266263f0c018 [2021-03-29T17:45:41.919Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T17:45:42.183Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:45:42.183Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:45:42.183Z] ---> 266263f0c018 [2021-03-29T17:45:42.183Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T17:45:43.151Z] ---> Running in 9a3e17855049 [2021-03-29T17:45:43.151Z] ---> Running in ff65516aea15 [2021-03-29T17:45:43.151Z] ---> Running in 011d519d17a9 [2021-03-29T17:45:43.151Z] ---> Running in 539fae460084 [2021-03-29T17:45:43.151Z] ---> Running in a5af544a37d0 [2021-03-29T17:45:43.424Z] Removing intermediate container a5af544a37d0 [2021-03-29T17:45:43.700Z] ---> e5010351ea2a [2021-03-29T17:45:43.700Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:45:43.700Z] Removing intermediate container 9a3e17855049 [2021-03-29T17:45:43.700Z] ---> 40fa5c4897dc [2021-03-29T17:45:43.700Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:45:43.700Z] Removing intermediate container ff65516aea15 [2021-03-29T17:45:43.700Z] ---> be47f40b6a9b [2021-03-29T17:45:43.700Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:45:43.700Z] Removing intermediate container 539fae460084 [2021-03-29T17:45:43.700Z] ---> a51259bbbb77 [2021-03-29T17:45:43.700Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:45:43.700Z] Removing intermediate container 011d519d17a9 [2021-03-29T17:45:43.700Z] ---> 4caab9c19784 [2021-03-29T17:45:43.700Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:45:43.700Z] ---> Running in 87ff41b97a9a [2021-03-29T17:45:43.700Z] ---> Running in 3d542d2be27e [2021-03-29T17:45:43.700Z] ---> Running in 10cbaf2e81ea [2021-03-29T17:45:43.700Z] ---> Running in 209967c82a0c [2021-03-29T17:45:43.700Z] ---> Running in eeac92462690 [2021-03-29T17:45:44.513Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T17:45:44.803Z] $ docker stop --time=1 54cb45c15d146551045f5c9bf20adcf0041b9814cb18259eeadb1df26ff01c4e [2021-03-29T17:45:46.321Z] Removing intermediate container 87ff41b97a9a [2021-03-29T17:45:46.321Z] ---> dfc5f7f1c764 [2021-03-29T17:45:46.321Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T17:45:46.321Z] Removing intermediate container 3d542d2be27e [2021-03-29T17:45:46.321Z] ---> 24ce1bd8ecd7 [2021-03-29T17:45:46.321Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T17:45:46.321Z] ---> Running in 1304b874876d [2021-03-29T17:45:46.321Z] Removing intermediate container 10cbaf2e81ea [2021-03-29T17:45:46.321Z] ---> 7106a5f75d1d [2021-03-29T17:45:46.321Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T17:45:46.321Z] Removing intermediate container 209967c82a0c [2021-03-29T17:45:46.321Z] ---> 218163f199ae [2021-03-29T17:45:46.321Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T17:45:46.321Z] Removing intermediate container eeac92462690 [2021-03-29T17:45:46.321Z] ---> fcd0a9d24440 [2021-03-29T17:45:46.321Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T17:45:46.321Z] ---> Running in 660e961926b3 [2021-03-29T17:45:46.321Z] ---> Running in e5ffba6d058c [2021-03-29T17:45:46.583Z] ---> Running in 585231dc1648 [2021-03-29T17:45:46.583Z] ---> Running in c7239a036d26 [2021-03-29T17:45:46.799Z] $ docker rm -f 54cb45c15d146551045f5c9bf20adcf0041b9814cb18259eeadb1df26ff01c4e [Pipeline] // withDockerContainer [2021-03-29T17:45:47.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:45:47.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:45:47.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:45:47.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T17:45:47.624Z] . [Pipeline] withDockerContainer [2021-03-29T17:45:47.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:45:47.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:45:47.854Z] prd-ubuntu18.04-docker-arm64-4c-16g-31774 does not seem to be running inside a container [2021-03-29T17:45:47.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:45:47.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:45:47.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:45:47.994Z] $ 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/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@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-03-29T17:45:48.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:45:48.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:45:48.241Z] OK: 233 MiB in 51 packages [2021-03-29T17:45:48.505Z] OK: 233 MiB in 51 packages [2021-03-29T17:45:48.505Z] OK: 233 MiB in 51 packages [2021-03-29T17:45:48.774Z] OK: 233 MiB in 51 packages [2021-03-29T17:45:48.774Z] OK: 233 MiB in 51 packages [2021-03-29T17:45:49.039Z] Removing intermediate container 1304b874876d [2021-03-29T17:45:49.039Z] ---> 9dc7dfbc368b [2021-03-29T17:45:49.039Z] Step 6/31 : COPY go.mod . [2021-03-29T17:45:49.303Z] ---> a2f97a7e9d37 [2021-03-29T17:45:49.303Z] Step 7/31 : RUN go mod download [2021-03-29T17:45:49.401Z] $ docker top a0f77c1f4f2058ffd122ac01b380ae2e137cf4371361ff3326366a6531d1a11f -eo pid,comm [2021-03-29T17:45:49.568Z] Removing intermediate container 660e961926b3 [2021-03-29T17:45:49.568Z] ---> ec57c67e626d [2021-03-29T17:45:49.568Z] Step 6/21 : COPY go.mod . [2021-03-29T17:45:49.568Z] Removing intermediate container e5ffba6d058c [2021-03-29T17:45:49.568Z] ---> 0fad185b4649 [2021-03-29T17:45:49.568Z] Step 6/23 : COPY go.mod . [2021-03-29T17:45:49.568Z] ---> Running in 66e2bfb58539 [Pipeline] { [Pipeline] sh [2021-03-29T17:45:49.836Z] Removing intermediate container c7239a036d26 [2021-03-29T17:45:49.836Z] ---> 5fc16801a255 [2021-03-29T17:45:49.836Z] Step 6/23 : COPY go.mod . [2021-03-29T17:45:49.836Z] Removing intermediate container 585231dc1648 [2021-03-29T17:45:49.836Z] ---> 736adffa48b0 [2021-03-29T17:45:49.836Z] Step 6/22 : COPY go.mod . [2021-03-29T17:45:50.114Z] ---> fdb732d9b3ca [2021-03-29T17:45:50.114Z] Step 7/21 : RUN go mod download [2021-03-29T17:45:50.114Z] ---> 28775e8cc030 [2021-03-29T17:45:50.114Z] Step 7/23 : RUN go mod download [2021-03-29T17:45:50.114Z] ---> Running in 5cf8b8a7442a [2021-03-29T17:45:50.114Z] ---> Running in b2ccfb0ebd0b [2021-03-29T17:45:50.114Z] ---> a0371ffc12e4 [2021-03-29T17:45:50.114Z] Step 7/23 : RUN go mod download [2021-03-29T17:45:50.380Z] ---> b200148b506d [2021-03-29T17:45:50.380Z] Step 7/22 : RUN go mod download [2021-03-29T17:45:50.380Z] ---> Running in 6b10969e69d6 [2021-03-29T17:45:50.380Z] ---> Running in a8e76f342f54 [2021-03-29T17:45:50.496Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T17:45:52.385Z] Removing intermediate container 66e2bfb58539 [2021-03-29T17:45:52.385Z] ---> 59ad32e51595 [2021-03-29T17:45:52.385Z] Step 8/31 : COPY . . [2021-03-29T17:45:52.385Z] Removing intermediate container 5cf8b8a7442a [2021-03-29T17:45:52.385Z] ---> fa89494c43f1 [2021-03-29T17:45:52.385Z] Step 8/21 : COPY . . [2021-03-29T17:45:53.875Z] Building docker-core-command-go ... [2021-03-29T17:45:53.875Z] Building docker-core-data-go ... [2021-03-29T17:45:53.875Z] Building docker-core-metadata-go ... [2021-03-29T17:45:53.875Z] Building docker-security-bootstrapper-go ... [2021-03-29T17:45:53.875Z] Building docker-security-proxy-setup-go ... [2021-03-29T17:45:53.875Z] Building docker-security-secretstore-setup-go ... [2021-03-29T17:45:53.875Z] Building docker-support-notifications-go ... [2021-03-29T17:45:53.875Z] Building docker-support-scheduler-go ... [2021-03-29T17:45:53.875Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T17:45:53.875Z] Building docker-security-secretstore-setup-go [2021-03-29T17:45:53.875Z] Building docker-core-metadata-go [2021-03-29T17:45:53.875Z] Building docker-support-scheduler-go [2021-03-29T17:45:53.875Z] Building docker-security-proxy-setup-go [2021-03-29T17:45:53.875Z] Building docker-security-bootstrapper-go [2021-03-29T17:45:54.323Z] Removing intermediate container b2ccfb0ebd0b [2021-03-29T17:45:54.323Z] ---> 1197b9a28edc [2021-03-29T17:45:54.323Z] Step 8/23 : COPY . . [2021-03-29T17:45:57.683Z] Removing intermediate container a8e76f342f54 [2021-03-29T17:45:57.683Z] ---> 0a526f4cd9c8 [2021-03-29T17:45:57.683Z] Step 8/22 : COPY . . [2021-03-29T17:45:57.683Z] Removing intermediate container 6b10969e69d6 [2021-03-29T17:45:57.683Z] ---> 1d86544ccc02 [2021-03-29T17:45:57.683Z] Step 8/23 : COPY . . [2021-03-29T17:46:36.677Z] ---> 3e321bf0fcf3 [2021-03-29T17:46:36.677Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T17:46:36.677Z] ---> 8a2be95135ec [2021-03-29T17:46:36.677Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T17:46:36.677Z] ---> Running in a8cc89cd3b32 [2021-03-29T17:46:36.677Z] ---> Running in bc060571e4d1 [2021-03-29T17:46:36.677Z] ---> 01004db9f2f6 [2021-03-29T17:46:36.677Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T17:46:36.677Z] ---> d990b45c4d07 [2021-03-29T17:46:36.677Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T17:46:36.677Z] ---> 41a044b14958 [2021-03-29T17:46:36.677Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T17:46:36.677Z] ---> Running in aaee1f950798 [2021-03-29T17:46:36.677Z] ---> Running in 3bc02307ddec [2021-03-29T17:46:36.677Z] ---> Running in 204bf0a575f1 [2021-03-29T17:46:36.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T17:46:36.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T17:46:36.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T17:46:36.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T17:46:36.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T17:46:40.843Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:46:40.844Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:46:40.844Z] ---> f064f901e110 [2021-03-29T17:46:40.844Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T17:46:41.118Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:46:41.118Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:46:41.118Z] ---> f064f901e110 [2021-03-29T17:46:41.118Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T17:46:41.118Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:46:41.118Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:46:41.118Z] ---> f064f901e110 [2021-03-29T17:46:41.118Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T17:46:41.118Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:46:41.118Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:46:41.118Z] ---> f064f901e110 [2021-03-29T17:46:41.118Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T17:46:41.118Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:46:41.118Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:46:41.118Z] ---> f064f901e110 [2021-03-29T17:46:41.118Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T17:46:44.496Z] ---> Running in 27f10b9d6cb1 [2021-03-29T17:46:44.496Z] ---> Running in a09add97a3fd [2021-03-29T17:46:44.496Z] ---> Running in 4ad42b148cb9 [2021-03-29T17:46:44.496Z] ---> Running in 17240a95d291 [2021-03-29T17:46:44.496Z] ---> Running in cf23c1c13272 [2021-03-29T17:46:45.096Z] Removing intermediate container cf23c1c13272 [2021-03-29T17:46:45.096Z] ---> 7b488a8e22fd [2021-03-29T17:46:45.096Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:46:45.368Z] Removing intermediate container a09add97a3fd [2021-03-29T17:46:45.368Z] ---> a027c5ecbfa3 [2021-03-29T17:46:45.368Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:46:45.368Z] Removing intermediate container 17240a95d291 [2021-03-29T17:46:45.368Z] ---> af41a9fb7195 [2021-03-29T17:46:45.368Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:46:45.368Z] Removing intermediate container 4ad42b148cb9 [2021-03-29T17:46:45.368Z] ---> 1c88097440b6 [2021-03-29T17:46:45.368Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:46:45.368Z] Removing intermediate container 27f10b9d6cb1 [2021-03-29T17:46:45.368Z] ---> de74411972ed [2021-03-29T17:46:45.368Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:46:45.368Z] ---> Running in 7dccc230153f [2021-03-29T17:46:45.368Z] ---> Running in 48d5068cb8e5 [2021-03-29T17:46:45.640Z] ---> Running in b72cf72ce75f [2021-03-29T17:46:45.640Z] ---> Running in 19c241b03f66 [2021-03-29T17:46:45.640Z] ---> Running in 82321229201b [2021-03-29T17:46:49.041Z] Removing intermediate container 7dccc230153f [2021-03-29T17:46:49.041Z] ---> fc9fe26d0ddb [2021-03-29T17:46:49.041Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T17:46:49.041Z] ---> Running in 5acbf57885d7 [2021-03-29T17:46:49.313Z] Removing intermediate container b72cf72ce75f [2021-03-29T17:46:49.313Z] ---> ee3fb876d450 [2021-03-29T17:46:49.313Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T17:46:49.598Z] Removing intermediate container 48d5068cb8e5 [2021-03-29T17:46:49.598Z] ---> 1b900ac81675 [2021-03-29T17:46:49.598Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T17:46:49.598Z] ---> Running in 26851ecb4fd4 [2021-03-29T17:46:49.598Z] Removing intermediate container 82321229201b [2021-03-29T17:46:49.598Z] ---> cc8dfee85e5b [2021-03-29T17:46:49.598Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T17:46:49.598Z] ---> Running in 08e1b00a67ef [2021-03-29T17:46:49.870Z] Removing intermediate container 19c241b03f66 [2021-03-29T17:46:49.870Z] ---> a5254e336ac1 [2021-03-29T17:46:49.870Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T17:46:50.147Z] ---> Running in 26376633841a [2021-03-29T17:46:50.148Z] ---> Running in b815d109b5eb [2021-03-29T17:46:51.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:46:51.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:46:52.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:46:52.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:46:52.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:46:52.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:46:52.303Z] OK: 217 MiB in 51 packages [2021-03-29T17:46:52.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:46:52.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:46:52.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:46:52.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:46:53.463Z] OK: 217 MiB in 51 packages [2021-03-29T17:46:53.463Z] OK: 217 MiB in 51 packages [2021-03-29T17:46:53.463Z] OK: 217 MiB in 51 packages [2021-03-29T17:46:53.743Z] OK: 217 MiB in 51 packages [2021-03-29T17:46:54.018Z] Removing intermediate container 5acbf57885d7 [2021-03-29T17:46:54.018Z] ---> 66ca738652fa [2021-03-29T17:46:54.018Z] Step 6/21 : COPY go.mod . [2021-03-29T17:46:55.464Z] ---> 075521d2a5c0 [2021-03-29T17:46:55.465Z] Step 7/21 : RUN go mod download [2021-03-29T17:46:55.465Z] Removing intermediate container 26851ecb4fd4 [2021-03-29T17:46:55.465Z] ---> 4c0436e81904 [2021-03-29T17:46:55.465Z] Step 6/31 : COPY go.mod . [2021-03-29T17:46:55.465Z] Removing intermediate container b815d109b5eb [2021-03-29T17:46:55.465Z] ---> 2c267d3d8d0b [2021-03-29T17:46:55.465Z] Step 6/22 : COPY go.mod . [2021-03-29T17:46:55.465Z] ---> Running in 54fac19f8336 [2021-03-29T17:46:55.745Z] Removing intermediate container 26376633841a [2021-03-29T17:46:55.745Z] ---> cd913a00eb86 [2021-03-29T17:46:55.745Z] Step 6/23 : COPY go.mod . [2021-03-29T17:46:55.745Z] Removing intermediate container 08e1b00a67ef [2021-03-29T17:46:55.745Z] ---> 47055d68a09b [2021-03-29T17:46:55.745Z] Step 6/24 : COPY go.mod . [2021-03-29T17:46:56.339Z] ---> 995f049fe0cf [2021-03-29T17:46:56.339Z] Step 7/31 : RUN go mod download [2021-03-29T17:46:56.612Z] ---> 6e7b0319c596 [2021-03-29T17:46:56.612Z] Step 7/22 : RUN go mod download [2021-03-29T17:46:56.612Z] ---> Running in 46c843494cde [2021-03-29T17:46:56.894Z] ---> Running in 368fee9512b2 [2021-03-29T17:46:56.894Z] ---> 5ea3561d3a1a [2021-03-29T17:46:56.894Z] Step 7/23 : RUN go mod download [2021-03-29T17:46:57.174Z] ---> 046c89b1eeb9 [2021-03-29T17:46:57.174Z] Step 7/24 : RUN go mod download [2021-03-29T17:46:57.174Z] ---> Running in 23b019d86971 [2021-03-29T17:46:57.453Z] ---> Running in 50a81775bf82 [2021-03-29T17:46:59.449Z] Removing intermediate container 54fac19f8336 [2021-03-29T17:46:59.449Z] ---> ebd7fbd2b165 [2021-03-29T17:46:59.449Z] Step 8/21 : COPY . . [2021-03-29T17:47:01.482Z] Removing intermediate container 46c843494cde [2021-03-29T17:47:01.482Z] ---> d855edd6ff8c [2021-03-29T17:47:01.482Z] Step 8/31 : COPY . . [2021-03-29T17:47:02.091Z] Removing intermediate container 368fee9512b2 [2021-03-29T17:47:02.091Z] ---> dd7bfa72aba4 [2021-03-29T17:47:02.091Z] Step 8/22 : COPY . . [2021-03-29T17:47:03.107Z] Removing intermediate container 23b019d86971 [2021-03-29T17:47:03.107Z] ---> af9f6ee67316 [2021-03-29T17:47:03.107Z] Step 8/23 : COPY . . [2021-03-29T17:47:03.382Z] Removing intermediate container 50a81775bf82 [2021-03-29T17:47:03.382Z] ---> 0c263d1c884b [2021-03-29T17:47:03.382Z] Step 8/24 : COPY . . [2021-03-29T17:47:08.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T17:47:15.584Z] Removing intermediate container bc060571e4d1 [2021-03-29T17:47:15.584Z] ---> 32e1ecc458ad [2021-03-29T17:47:15.584Z] [2021-03-29T17:47:15.584Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T17:47:15.584Z] Removing intermediate container a8cc89cd3b32 [2021-03-29T17:47:15.584Z] ---> ecabc87eefe6 [2021-03-29T17:47:15.584Z] [2021-03-29T17:47:15.584Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T17:47:15.584Z] 3.12: Pulling from library/alpine [2021-03-29T17:47:15.584Z] 3.12: Pulling from library/alpine [2021-03-29T17:47:15.857Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T17:47:15.857Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T17:47:15.857Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T17:47:15.857Z] ---> 42cb162f0360 [2021-03-29T17:47:15.857Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T17:47:15.857Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T17:47:15.857Z] ---> 42cb162f0360 [2021-03-29T17:47:15.857Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T17:47:18.539Z] ---> e865c7aed72f [2021-03-29T17:47:18.539Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T17:47:18.539Z] ---> 9aff923692d1 [2021-03-29T17:47:18.539Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T17:47:18.539Z] ---> Running in e252f128e488 [2021-03-29T17:47:18.539Z] ---> 0d193a108cb1 [2021-03-29T17:47:18.539Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T17:47:18.813Z] ---> Running in 6588e58c345c [2021-03-29T17:47:18.813Z] ---> 5906c4394970 [2021-03-29T17:47:18.813Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T17:47:18.813Z] ---> 97f8cc7540f4 [2021-03-29T17:47:18.813Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T17:47:18.813Z] ---> Running in f39c8ac5020c [2021-03-29T17:47:19.091Z] ---> Running in f6e8c655efc1 [2021-03-29T17:47:19.091Z] ---> Running in 7d3953aa455f [2021-03-29T17:47:20.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T17:47:20.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T17:47:21.180Z] ---> Running in e853866d3643 [2021-03-29T17:47:21.180Z] ---> Running in e290fde08c27 [2021-03-29T17:47:21.180Z] Removing intermediate container aaee1f950798 [2021-03-29T17:47:21.180Z] ---> bbabc1b0259f [2021-03-29T17:47:21.180Z] [2021-03-29T17:47:21.180Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T17:47:21.180Z] ---> 42cb162f0360 [2021-03-29T17:47:21.181Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T17:47:21.181Z] Removing intermediate container 204bf0a575f1 [2021-03-29T17:47:21.181Z] ---> 96c0a51e4887 [2021-03-29T17:47:21.181Z] [2021-03-29T17:47:21.181Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T17:47:21.181Z] ---> 42cb162f0360 [2021-03-29T17:47:21.181Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T17:47:21.181Z] Removing intermediate container 3bc02307ddec [2021-03-29T17:47:21.181Z] ---> 21cd8ca353f7 [2021-03-29T17:47:21.181Z] [2021-03-29T17:47:21.181Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T17:47:21.181Z] ---> 42cb162f0360 [2021-03-29T17:47:21.181Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T17:47:21.181Z] ---> Running in 2bb54cc4707b [2021-03-29T17:47:21.181Z] ---> Running in 88a263143111 [2021-03-29T17:47:21.181Z] ---> Running in 1c3313f92077 [2021-03-29T17:47:21.181Z] Removing intermediate container e290fde08c27 [2021-03-29T17:47:21.181Z] ---> 94da5af27e4e [2021-03-29T17:47:21.181Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T17:47:21.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T17:47:21.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T17:47:21.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T17:47:21.461Z] ---> Running in d9e108fcc3d7 [2021-03-29T17:47:21.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:47:21.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:47:21.997Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T17:47:21.997Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T17:47:21.997Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T17:47:21.997Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T17:47:21.997Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:47:21.997Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T17:47:21.997Z] OK: 7 MiB in 18 packages [2021-03-29T17:47:21.997Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:47:22.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:47:22.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:47:22.303Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T17:47:22.303Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:47:22.303Z] OK: 6 MiB in 15 packages [2021-03-29T17:47:22.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:47:22.567Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T17:47:22.567Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T17:47:22.567Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:47:22.567Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T17:47:22.832Z] OK: 6 MiB in 16 packages [2021-03-29T17:47:23.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:47:23.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:47:23.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:47:23.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:47:23.383Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T17:47:23.383Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T17:47:23.383Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T17:47:23.383Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:47:23.383Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:47:23.383Z] OK: 6 MiB in 15 packages [2021-03-29T17:47:23.383Z] OK: 6 MiB in 16 packages [2021-03-29T17:47:25.943Z] Removing intermediate container e853866d3643 [2021-03-29T17:47:25.943Z] ---> b8e11cdc354b [2021-03-29T17:47:25.943Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T17:47:26.519Z] ---> Running in 1bf831325df2 [2021-03-29T17:47:26.519Z] Removing intermediate container 2bb54cc4707b [2021-03-29T17:47:26.519Z] ---> d16619726d1e [2021-03-29T17:47:26.519Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T17:47:26.519Z] Removing intermediate container 88a263143111 [2021-03-29T17:47:26.519Z] ---> 691d56552914 [2021-03-29T17:47:26.519Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T17:47:26.519Z] ---> Running in ee7fbbaf10a9 [2021-03-29T17:47:26.519Z] Removing intermediate container 1c3313f92077 [2021-03-29T17:47:26.519Z] ---> 283e3c0d7d45 [2021-03-29T17:47:26.519Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T17:47:26.781Z] ---> Running in 0fecc667a687 [2021-03-29T17:47:26.781Z] Removing intermediate container 1bf831325df2 [2021-03-29T17:47:26.781Z] ---> 70e3ae26ec35 [2021-03-29T17:47:26.781Z] Step 13/21 : WORKDIR /edgex [2021-03-29T17:47:26.781Z] ---> Running in 4f5c93df034f [2021-03-29T17:47:26.781Z] Removing intermediate container d9e108fcc3d7 [2021-03-29T17:47:26.781Z] ---> 9ef06a82aa85 [2021-03-29T17:47:26.781Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T17:47:27.044Z] ---> Running in aa17d51e609b [2021-03-29T17:47:27.044Z] Removing intermediate container ee7fbbaf10a9 [2021-03-29T17:47:27.044Z] ---> 6135158e536d [2021-03-29T17:47:27.044Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T17:47:27.044Z] ---> Running in 9c126e3409fc [2021-03-29T17:47:27.044Z] ---> Running in dd0d4cdf8c12 [2021-03-29T17:47:27.044Z] Removing intermediate container 4f5c93df034f [2021-03-29T17:47:27.044Z] ---> c95c0c6a062a [2021-03-29T17:47:27.044Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T17:47:27.044Z] Removing intermediate container 0fecc667a687 [2021-03-29T17:47:27.044Z] ---> 8d061061d530 [2021-03-29T17:47:27.044Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T17:47:27.310Z] ---> Running in 1eac1721d444 [2021-03-29T17:47:27.310Z] ---> Running in 99eb0c359432 [2021-03-29T17:47:27.310Z] Removing intermediate container aa17d51e609b [2021-03-29T17:47:27.310Z] ---> 4b92349ddd18 [2021-03-29T17:47:27.310Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T17:47:27.583Z] Removing intermediate container 9c126e3409fc [2021-03-29T17:47:27.583Z] ---> 01e6f7bcd3ac [2021-03-29T17:47:27.583Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T17:47:27.583Z] Removing intermediate container dd0d4cdf8c12 [2021-03-29T17:47:27.583Z] ---> 218a6a1df6c1 [2021-03-29T17:47:27.583Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T17:47:27.583Z] ---> Running in fa6e5a92309d [2021-03-29T17:47:27.846Z] ---> Running in a74916830750 [2021-03-29T17:47:27.846Z] Removing intermediate container 99eb0c359432 [2021-03-29T17:47:27.846Z] ---> 2b58508e6b64 [2021-03-29T17:47:27.846Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T17:47:27.846Z] ---> 5131a505d053 [2021-03-29T17:47:27.846Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T17:47:27.846Z] Removing intermediate container 1eac1721d444 [2021-03-29T17:47:27.846Z] ---> 4f9987d01b54 [2021-03-29T17:47:27.846Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T17:47:27.846Z] ---> Running in aca04a665553 [2021-03-29T17:47:28.109Z] Removing intermediate container fa6e5a92309d [2021-03-29T17:47:28.109Z] ---> ae45a4815f7f [2021-03-29T17:47:28.109Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T17:47:28.109Z] ---> Running in 25768c3caa03 [2021-03-29T17:47:28.109Z] Removing intermediate container a74916830750 [2021-03-29T17:47:28.109Z] ---> 20dc0d98d6eb [2021-03-29T17:47:28.109Z] Step 15/23 : WORKDIR / [2021-03-29T17:47:28.378Z] ---> Running in ca51edb6abdb [2021-03-29T17:47:28.378Z] ---> Running in 206708f57f74 [2021-03-29T17:47:28.378Z] Removing intermediate container aca04a665553 [2021-03-29T17:47:28.378Z] ---> 17c5b7a9cee8 [2021-03-29T17:47:28.378Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:47:28.646Z] Removing intermediate container 25768c3caa03 [2021-03-29T17:47:28.646Z] ---> de9d3077f5e8 [2021-03-29T17:47:28.646Z] Step 15/23 : WORKDIR / [2021-03-29T17:47:28.646Z] ---> e960a8f8c5ed [2021-03-29T17:47:28.646Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T17:47:28.646Z] ---> Running in 3707e6e3504c [2021-03-29T17:47:28.913Z] Removing intermediate container 206708f57f74 [2021-03-29T17:47:28.913Z] ---> 89e298e7992e [2021-03-29T17:47:28.913Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:47:28.913Z] ---> 2175343c6723 [2021-03-29T17:47:28.913Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T17:47:29.176Z] Removing intermediate container 3707e6e3504c [2021-03-29T17:47:29.176Z] ---> 154cb8ae9459 [2021-03-29T17:47:29.177Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:47:29.442Z] ---> 36f4b2238fb4 [2021-03-29T17:47:29.442Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T17:47:29.709Z] ---> 26a17705e816 [2021-03-29T17:47:29.709Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T17:47:29.709Z] ---> Running in 848289ab1d23 [2021-03-29T17:47:29.709Z] ---> 02b446f9265f [2021-03-29T17:47:29.709Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T17:47:29.973Z] ---> 85a2552c8d0a [2021-03-29T17:47:29.973Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T17:47:29.973Z] Removing intermediate container ca51edb6abdb [2021-03-29T17:47:29.973Z] ---> f252acae44c9 [2021-03-29T17:47:29.973Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T17:47:30.236Z] ---> 3053ad4cc8a6 [2021-03-29T17:47:30.236Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T17:47:30.236Z] Removing intermediate container 848289ab1d23 [2021-03-29T17:47:30.236Z] ---> 6763f842ba78 [2021-03-29T17:47:30.236Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T17:47:30.236Z] ---> Running in 9786e921c9e6 [2021-03-29T17:47:30.501Z] ---> 6cebf4f4f29f [2021-03-29T17:47:30.501Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T17:47:30.778Z] ---> Running in 620f35413f5d [2021-03-29T17:47:30.778Z] ---> f0db201cb66e [2021-03-29T17:47:30.778Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T17:47:30.778Z] ---> Running in b09b7bb32e36 [2021-03-29T17:47:30.778Z] ---> 1a62c210c6d7 [2021-03-29T17:47:30.778Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T17:47:30.778Z] Removing intermediate container 9786e921c9e6 [2021-03-29T17:47:30.778Z] ---> 4225067c1c2a [2021-03-29T17:47:30.778Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T17:47:31.041Z] ---> Running in 54caba69b455 [2021-03-29T17:47:31.309Z] Removing intermediate container b09b7bb32e36 [2021-03-29T17:47:31.309Z] ---> 70ff775b6e86 [2021-03-29T17:47:31.309Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:47:31.309Z] Removing intermediate container 620f35413f5d [2021-03-29T17:47:31.309Z] ---> 98c3f083748b [2021-03-29T17:47:31.309Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T17:47:31.309Z] ---> f6f26c56ccc7 [2021-03-29T17:47:31.309Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T17:47:31.309Z] ---> Running in 6583206f198a [2021-03-29T17:47:31.309Z] ---> Running in 7487d7079233 [2021-03-29T17:47:31.309Z] ---> Running in 8242886089ed [2021-03-29T17:47:31.574Z] ---> e102b6f544dd [2021-03-29T17:47:31.574Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T17:47:31.574Z] Removing intermediate container 54caba69b455 [2021-03-29T17:47:31.574Z] ---> a1123f3ef5a2 [2021-03-29T17:47:31.574Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:47:31.574Z] ---> Running in c3a2193d75b3 [2021-03-29T17:47:31.838Z] ---> Running in 1845e19ad8b0 [2021-03-29T17:47:31.838Z] Removing intermediate container 8242886089ed [2021-03-29T17:47:31.838Z] ---> 2e0ec1735e6a [2021-03-29T17:47:31.838Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T17:47:31.838Z] Removing intermediate container 6583206f198a [2021-03-29T17:47:31.838Z] ---> b8f1df8b8e7b [2021-03-29T17:47:31.838Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:47:32.108Z] Removing intermediate container 7487d7079233 [2021-03-29T17:47:32.108Z] ---> df2e89e2990b [2021-03-29T17:47:32.108Z] Step 20/21 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:47:32.108Z] ---> Running in 1b2ef0a674cd [2021-03-29T17:47:32.108Z] ---> Running in a215f416ef44 [2021-03-29T17:47:32.108Z] ---> Running in 0076be123268 [2021-03-29T17:47:32.108Z] Removing intermediate container 1845e19ad8b0 [2021-03-29T17:47:32.108Z] ---> 8b1795f7c06f [2021-03-29T17:47:32.108Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T17:47:32.371Z] ---> Running in 89f95aaf7a47 [2021-03-29T17:47:32.371Z] Removing intermediate container 1b2ef0a674cd [2021-03-29T17:47:32.371Z] ---> 2fe2330da0fc [2021-03-29T17:47:32.371Z] Step 21/22 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:47:32.634Z] Removing intermediate container a215f416ef44 [2021-03-29T17:47:32.634Z] ---> 766590c4d12d [2021-03-29T17:47:32.634Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T17:47:32.634Z] Removing intermediate container 0076be123268 [2021-03-29T17:47:32.634Z] ---> a6eaefde7994 [2021-03-29T17:47:32.634Z] Step 21/21 : LABEL version=2.0.0-dev.147 [2021-03-29T17:47:32.898Z] ---> Running in 29816b798c8e [2021-03-29T17:47:32.898Z] ---> Running in 93b8d57c039c [2021-03-29T17:47:32.898Z] Removing intermediate container 89f95aaf7a47 [2021-03-29T17:47:32.898Z] ---> 7d8b112a2528 [2021-03-29T17:47:32.898Z] Step 22/23 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:47:32.898Z] ---> Running in 1f1c10482bef [2021-03-29T17:47:33.161Z] ---> Running in 4ded97c32ab6 [2021-03-29T17:47:33.161Z] Removing intermediate container 29816b798c8e [2021-03-29T17:47:33.161Z] ---> fbfd8d79f9cf [2021-03-29T17:47:33.161Z] Step 22/22 : LABEL version=2.0.0-dev.147 [2021-03-29T17:47:33.424Z] Removing intermediate container 93b8d57c039c [2021-03-29T17:47:33.424Z] ---> 4f29ad056609 [2021-03-29T17:47:33.424Z] Step 22/23 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:47:33.424Z] Removing intermediate container 1f1c10482bef [2021-03-29T17:47:33.424Z] ---> 5a3464db2aa9 [2021-03-29T17:47:33.424Z] [2021-03-29T17:47:33.424Z] ---> Running in 9236aebf81f4 [2021-03-29T17:47:33.692Z] ---> Running in d9cf446e17bb [2021-03-29T17:47:33.692Z] Removing intermediate container 4ded97c32ab6 [2021-03-29T17:47:33.692Z] ---> 2d3200b4c857 [2021-03-29T17:47:33.692Z] Step 23/23 : LABEL version=2.0.0-dev.147 [2021-03-29T17:47:33.692Z] Removing intermediate container c3a2193d75b3 [2021-03-29T17:47:33.692Z] ---> 768acad9a6c3 [2021-03-29T17:47:33.692Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:47:33.692Z] Successfully built 5a3464db2aa9 [2021-03-29T17:47:33.956Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T17:47:33.956Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-29T17:47:33.956Z] ---> Running in cf5ff29aa78f [2021-03-29T17:47:33.956Z] Removing intermediate container 9236aebf81f4 [2021-03-29T17:47:33.956Z] ---> 9c5e2ac9164c [2021-03-29T17:47:33.956Z] [2021-03-29T17:47:33.956Z] Removing intermediate container d9cf446e17bb [2021-03-29T17:47:33.956Z] ---> 1a128393576f [2021-03-29T17:47:33.956Z] Step 23/23 : LABEL version=2.0.0-dev.147 [2021-03-29T17:47:34.226Z] ---> 2454cf3b5978 [2021-03-29T17:47:34.226Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T17:47:34.226Z] Successfully built 9c5e2ac9164c [2021-03-29T17:47:34.226Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T17:47:34.226Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-29T17:47:34.226Z] ---> Running in be27d0e84252 [2021-03-29T17:47:34.226Z] Removing intermediate container cf5ff29aa78f [2021-03-29T17:47:34.226Z] ---> 6dad3347915a [2021-03-29T17:47:34.226Z] [2021-03-29T17:47:34.493Z] Removing intermediate container be27d0e84252 [2021-03-29T17:47:34.493Z] ---> 3cfa3d86f1a8 [2021-03-29T17:47:34.493Z] [2021-03-29T17:47:34.493Z] Successfully built 6dad3347915a [2021-03-29T17:47:34.763Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T17:47:34.763Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-29T17:47:34.763Z] Successfully built 3cfa3d86f1a8 [2021-03-29T17:47:34.763Z] Successfully tagged docker-core-command-go:latest [2021-03-29T17:47:34.763Z] Building docker-support-scheduler-go [2021-03-29T17:47:35.028Z]  Building docker-core-command-go ... done  ---> c3cee4b0a04e [2021-03-29T17:47:35.028Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T17:47:35.291Z] ---> 0d9355e6b364 [2021-03-29T17:47:35.291Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T17:47:35.871Z] ---> fc4b85a19407 [2021-03-29T17:47:35.872Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T17:47:39.645Z] ---> 27694c0e9091 [2021-03-29T17:47:39.645Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T17:47:39.645Z] ---> Running in cf8d4233f298 [2021-03-29T17:47:43.050Z] Removing intermediate container cf8d4233f298 [2021-03-29T17:47:43.050Z] ---> 4e40ff871c10 [2021-03-29T17:47:43.050Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T17:47:45.471Z] ---> 1aa8e9284823 [2021-03-29T17:47:45.471Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T17:47:46.936Z] ---> Running in fa3d0371c048 [2021-03-29T17:47:48.359Z] Removing intermediate container fa3d0371c048 [2021-03-29T17:47:48.359Z] ---> ccae19407c87 [2021-03-29T17:47:48.359Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T17:47:48.359Z] ---> Running in 912d5b4c987b [2021-03-29T17:47:49.335Z] Removing intermediate container 912d5b4c987b [2021-03-29T17:47:49.335Z] ---> f67601615dab [2021-03-29T17:47:49.335Z] Step 28/31 : CMD ["gate"] [2021-03-29T17:48:00.021Z] ---> Running in b24808c0cfe8 [2021-03-29T17:48:01.116Z] Removing intermediate container b24808c0cfe8 [2021-03-29T17:48:01.116Z] ---> 7733f57ec481 [2021-03-29T17:48:01.116Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T17:48:02.165Z] ---> Running in ac15b1dfe91f [2021-03-29T17:48:03.519Z] Removing intermediate container ac15b1dfe91f [2021-03-29T17:48:03.519Z] ---> 0eb4bcfcb652 [2021-03-29T17:48:03.519Z] Step 30/31 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:48:03.519Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:48:03.519Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:48:03.519Z] ---> 266263f0c018 [2021-03-29T17:48:03.519Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T17:48:03.519Z] ---> Using cache [2021-03-29T17:48:03.519Z] ---> 4caab9c19784 [2021-03-29T17:48:03.519Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:48:03.519Z] ---> Using cache [2021-03-29T17:48:03.519Z] ---> fcd0a9d24440 [2021-03-29T17:48:03.519Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T17:48:03.519Z] ---> Using cache [2021-03-29T17:48:03.519Z] ---> 5fc16801a255 [2021-03-29T17:48:03.519Z] Step 6/24 : COPY go.mod . [2021-03-29T17:48:03.915Z] ---> Using cache [2021-03-29T17:48:03.915Z] ---> a0371ffc12e4 [2021-03-29T17:48:03.915Z] Step 7/24 : RUN go mod download [2021-03-29T17:48:03.915Z] ---> Using cache [2021-03-29T17:48:03.915Z] ---> 1d86544ccc02 [2021-03-29T17:48:03.915Z] Step 8/24 : COPY . . [2021-03-29T17:48:03.915Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:48:03.915Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:48:03.915Z] ---> 266263f0c018 [2021-03-29T17:48:03.915Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T17:48:03.915Z] ---> Using cache [2021-03-29T17:48:03.915Z] ---> 4caab9c19784 [2021-03-29T17:48:03.915Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:48:03.915Z] ---> Using cache [2021-03-29T17:48:03.915Z] ---> fcd0a9d24440 [2021-03-29T17:48:03.915Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T17:48:03.915Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:48:03.915Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:48:03.915Z] ---> 266263f0c018 [2021-03-29T17:48:03.915Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T17:48:03.915Z] ---> Using cache [2021-03-29T17:48:03.915Z] ---> 4caab9c19784 [2021-03-29T17:48:03.915Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:48:03.915Z] ---> Using cache [2021-03-29T17:48:03.915Z] ---> fcd0a9d24440 [2021-03-29T17:48:03.915Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T17:48:03.915Z] ---> Using cache [2021-03-29T17:48:03.915Z] ---> 5fc16801a255 [2021-03-29T17:48:03.915Z] Step 6/22 : COPY go.mod . [2021-03-29T17:48:03.915Z] ---> Using cache [2021-03-29T17:48:03.915Z] ---> a0371ffc12e4 [2021-03-29T17:48:03.915Z] Step 7/22 : RUN go mod download [2021-03-29T17:48:03.915Z] ---> Using cache [2021-03-29T17:48:03.915Z] ---> 1d86544ccc02 [2021-03-29T17:48:03.915Z] Step 8/22 : COPY . . [2021-03-29T17:48:03.915Z] ---> Using cache [2021-03-29T17:48:03.915Z] ---> d990b45c4d07 [2021-03-29T17:48:03.915Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T17:48:03.915Z] ---> Using cache [2021-03-29T17:48:03.915Z] ---> d990b45c4d07 [2021-03-29T17:48:03.915Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T17:48:04.862Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:48:04.862Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:48:04.862Z] ---> 266263f0c018 [2021-03-29T17:48:04.862Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T17:48:04.862Z] ---> Using cache [2021-03-29T17:48:04.862Z] ---> 4caab9c19784 [2021-03-29T17:48:04.862Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:48:04.862Z] ---> Using cache [2021-03-29T17:48:04.862Z] ---> fcd0a9d24440 [2021-03-29T17:48:04.862Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T17:48:05.808Z] ---> Running in 1aa219f61c76 [2021-03-29T17:48:05.808Z] ---> Running in ba52887ef64d [2021-03-29T17:48:05.808Z] ---> Running in be465e2a34aa [2021-03-29T17:48:05.808Z] ---> Running in e2effe812fb2 [2021-03-29T17:48:05.808Z] ---> Running in aedd7ad23611 [2021-03-29T17:48:06.385Z] Removing intermediate container e2effe812fb2 [2021-03-29T17:48:06.385Z] ---> b09e866a06b6 [2021-03-29T17:48:06.385Z] Step 31/31 : LABEL version=2.0.0-dev.147 [2021-03-29T17:48:06.688Z] ---> Running in 52a071cd6bef [2021-03-29T17:48:06.688Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T17:48:07.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:48:07.003Z] Removing intermediate container 52a071cd6bef [2021-03-29T17:48:07.003Z] ---> 9333804329e1 [2021-03-29T17:48:07.003Z] [2021-03-29T17:48:07.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:48:07.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T17:48:07.304Z] Successfully built 9333804329e1 [2021-03-29T17:48:07.304Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T17:48:07.614Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:48:07.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:48:07.938Z] OK: 233 MiB in 51 packages [2021-03-29T17:48:08.253Z] OK: 233 MiB in 51 packages [2021-03-29T17:48:08.935Z] Removing intermediate container ba52887ef64d [2021-03-29T17:48:08.935Z] ---> f5272006874a [2021-03-29T17:48:08.935Z] Step 6/23 : COPY go.mod . [2021-03-29T17:48:09.656Z] Removing intermediate container be465e2a34aa [2021-03-29T17:48:09.656Z] ---> 1fba60fe7da3 [2021-03-29T17:48:09.656Z] Step 6/26 : COPY go.mod . [2021-03-29T17:48:09.656Z] ---> 2551cb792bcb [2021-03-29T17:48:09.656Z] Step 7/23 : RUN go mod download [2021-03-29T17:48:09.656Z] ---> Running in a66ee60ab9fe [2021-03-29T17:48:10.327Z] ---> 6292a0d7b692 [2021-03-29T17:48:10.327Z] Step 7/26 : RUN go mod download [2021-03-29T17:48:10.327Z] ---> Running in a52c121c9fe3 [2021-03-29T17:48:12.825Z] Removing intermediate container a66ee60ab9fe [2021-03-29T17:48:12.825Z] ---> 28598c2a4238 [2021-03-29T17:48:12.825Z] Step 8/23 : COPY . . [2021-03-29T17:48:13.501Z] Removing intermediate container a52c121c9fe3 [2021-03-29T17:48:13.501Z] ---> 5f86c3154d3d [2021-03-29T17:48:13.501Z] Step 8/26 : COPY . . [2021-03-29T17:48:29.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T17:48:43.690Z] Removing intermediate container 1aa219f61c76 [2021-03-29T17:48:43.690Z] ---> 3b419e6b7dab [2021-03-29T17:48:43.691Z] [2021-03-29T17:48:43.691Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T17:48:43.691Z] ---> 42cb162f0360 [2021-03-29T17:48:43.691Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T17:48:43.691Z] ---> Using cache [2021-03-29T17:48:43.691Z] ---> 283e3c0d7d45 [2021-03-29T17:48:43.691Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T17:48:43.691Z] ---> Using cache [2021-03-29T17:48:43.691Z] ---> c95c0c6a062a [2021-03-29T17:48:43.691Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T17:48:43.691Z] Removing intermediate container aedd7ad23611 [2021-03-29T17:48:43.691Z] ---> fe6f5b611e78 [2021-03-29T17:48:43.691Z] [2021-03-29T17:48:43.691Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T17:48:43.691Z] ---> 42cb162f0360 [2021-03-29T17:48:43.691Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T17:48:43.691Z] ---> Running in 68771ca0588d [2021-03-29T17:48:43.691Z] ---> Running in 50c7f3039e2b [2021-03-29T17:48:43.691Z] ---> d5a53587309b [2021-03-29T17:48:43.691Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T17:48:43.691Z] ---> 2194f1fed895 [2021-03-29T17:48:43.691Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T17:48:43.691Z] ---> Running in 9bb3fa3e4082 [2021-03-29T17:48:43.691Z] ---> Running in 045a49e13007 [2021-03-29T17:48:43.691Z] Removing intermediate container 68771ca0588d [2021-03-29T17:48:43.691Z] ---> cbc60132d25b [2021-03-29T17:48:43.691Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T17:48:43.691Z] ---> Running in e39e704d8d0b [2021-03-29T17:48:43.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:48:43.691Z] Removing intermediate container e39e704d8d0b [2021-03-29T17:48:43.691Z] ---> 494f5c9cce2b [2021-03-29T17:48:43.691Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:48:43.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:48:43.691Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T17:48:43.691Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T17:48:43.691Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T17:48:43.691Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T17:48:43.691Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T17:48:43.691Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T17:48:43.691Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:48:43.691Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T17:48:43.987Z] OK: 7 MiB in 20 packages [2021-03-29T17:48:43.987Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T17:48:44.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T17:48:44.279Z] ---> e5ced22a4e19 [2021-03-29T17:48:44.280Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T17:48:44.925Z] Removing intermediate container 50c7f3039e2b [2021-03-29T17:48:44.925Z] ---> aef35e2a2727 [2021-03-29T17:48:44.925Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T17:48:45.251Z] ---> Running in 754789103eb4 [2021-03-29T17:48:45.251Z] ---> 1da0a4dd64a9 [2021-03-29T17:48:45.251Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T17:48:45.553Z] Removing intermediate container 754789103eb4 [2021-03-29T17:48:45.553Z] ---> 2f2d40dbdb34 [2021-03-29T17:48:45.553Z] Step 13/24 : WORKDIR / [2021-03-29T17:48:45.850Z] ---> Running in 6b4a39980190 [2021-03-29T17:48:45.850Z] ---> 4b0522493087 [2021-03-29T17:48:45.850Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T17:48:46.150Z] ---> Running in 8ed77f5389d4 [2021-03-29T17:48:46.150Z] Removing intermediate container 6b4a39980190 [2021-03-29T17:48:46.150Z] ---> 81013db2568e [2021-03-29T17:48:46.150Z] 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-03-29T17:48:46.468Z] Removing intermediate container 8ed77f5389d4 [2021-03-29T17:48:46.468Z] ---> 4f09b16b3307 [2021-03-29T17:48:46.468Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:48:46.468Z] ---> Running in 1682e3d492e6 [2021-03-29T17:48:46.808Z] ---> 9c0380c78036 [2021-03-29T17:48:46.808Z] 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-03-29T17:48:46.808Z] Removing intermediate container 1682e3d492e6 [2021-03-29T17:48:46.808Z] ---> aeca6a7fb298 [2021-03-29T17:48:46.808Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T17:48:46.808Z] ---> Running in a5ccc12bf9b7 [2021-03-29T17:48:47.104Z] Removing intermediate container a5ccc12bf9b7 [2021-03-29T17:48:47.104Z] ---> d61d14caaa87 [2021-03-29T17:48:47.104Z] Step 21/22 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:48:47.405Z] ---> Running in a5682813ca6d [2021-03-29T17:48:47.405Z] ---> 1602b626c224 [2021-03-29T17:48:47.406Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T17:48:47.678Z] Removing intermediate container a5682813ca6d [2021-03-29T17:48:47.678Z] ---> 42d12a57e8a2 [2021-03-29T17:48:47.678Z] Step 22/22 : LABEL version=2.0.0-dev.147 [2021-03-29T17:48:47.678Z] ---> Running in dc2ac3bb963e [2021-03-29T17:48:47.678Z] ---> 3600b7288369 [2021-03-29T17:48:47.678Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T17:48:48.663Z] Removing intermediate container dc2ac3bb963e [2021-03-29T17:48:48.663Z] ---> 2a9452e80b0b [2021-03-29T17:48:48.663Z] [2021-03-29T17:48:48.949Z] Successfully built 2a9452e80b0b [2021-03-29T17:48:48.949Z] ---> a35a353b7718 [2021-03-29T17:48:48.949Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T17:48:48.949Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T17:48:50.492Z]  Building docker-support-scheduler-go ... done  ---> a87e629a83b6 [2021-03-29T17:48:50.492Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T17:48:50.799Z] ---> 5c86762247d2 [2021-03-29T17:48:50.799Z] 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-03-29T17:48:51.081Z] ---> Running in 405f9962cd80 [2021-03-29T17:48:53.224Z] Removing intermediate container 405f9962cd80 [2021-03-29T17:48:53.224Z] ---> 0ae63cf9ed3e [2021-03-29T17:48:53.224Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T17:48:53.224Z] ---> Running in 999ffc9708ed [2021-03-29T17:48:53.519Z] Removing intermediate container 999ffc9708ed [2021-03-29T17:48:53.519Z] ---> d7364e55a705 [2021-03-29T17:48:53.519Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T17:48:53.519Z] ---> Running in 5ddf8405d346 [2021-03-29T17:48:53.815Z] Removing intermediate container 5ddf8405d346 [2021-03-29T17:48:53.815Z] ---> ee03b99596ac [2021-03-29T17:48:53.815Z] Step 23/24 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:48:53.815Z] ---> Running in 28137606b5ed [2021-03-29T17:48:54.085Z] Removing intermediate container 28137606b5ed [2021-03-29T17:48:54.085Z] ---> 4820a0b2732d [2021-03-29T17:48:54.085Z] Step 24/24 : LABEL version=2.0.0-dev.147 [2021-03-29T17:48:54.463Z] ---> Running in 8b5512034bc0 [2021-03-29T17:48:55.122Z] Removing intermediate container 8b5512034bc0 [2021-03-29T17:48:55.122Z] ---> 78eb57e0ee6c [2021-03-29T17:48:55.122Z] [2021-03-29T17:48:55.426Z] Successfully built 78eb57e0ee6c [2021-03-29T17:48:55.426Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T17:48:58.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T17:48:58.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T17:49:04.012Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9bb3fa3e4082 [2021-03-29T17:49:04.012Z] ---> a876aaea7691 [2021-03-29T17:49:04.012Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T17:49:04.012Z] ---> Running in cb8f4ad63565 [2021-03-29T17:49:05.113Z] Removing intermediate container e252f128e488 [2021-03-29T17:49:05.113Z] ---> 395ac742a280 [2021-03-29T17:49:05.113Z] [2021-03-29T17:49:05.113Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T17:49:05.113Z] 3.12: Pulling from library/alpine [2021-03-29T17:49:05.113Z] Removing intermediate container 7d3953aa455f [2021-03-29T17:49:05.113Z] ---> f0b555cae6e6 [2021-03-29T17:49:05.113Z] [2021-03-29T17:49:05.113Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T17:49:05.113Z] 3.12: Pulling from library/alpine [2021-03-29T17:49:05.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T17:49:06.103Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T17:49:06.103Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T17:49:06.103Z] Status: Image is up to date for alpine:3.12 [2021-03-29T17:49:06.103Z] ---> e47305ac9786 [2021-03-29T17:49:06.103Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T17:49:06.103Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T17:49:06.103Z] ---> e47305ac9786 [2021-03-29T17:49:06.103Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T17:49:07.112Z] ---> Running in 086b065bfafc [2021-03-29T17:49:07.112Z] ---> Running in 05187babf157 [2021-03-29T17:49:08.145Z] Removing intermediate container cb8f4ad63565 [2021-03-29T17:49:08.145Z] ---> eaf2385042b2 [2021-03-29T17:49:08.145Z] [2021-03-29T17:49:08.145Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T17:49:08.145Z] 20.10.0: Pulling from library/docker [2021-03-29T17:49:08.564Z] Removing intermediate container 6588e58c345c [2021-03-29T17:49:08.564Z] ---> d3de4c9fddd5 [2021-03-29T17:49:08.564Z] [2021-03-29T17:49:08.564Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T17:49:08.564Z] ---> e47305ac9786 [2021-03-29T17:49:08.564Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T17:49:08.724Z] Removing intermediate container 045a49e13007 [2021-03-29T17:49:08.724Z] ---> 422bce1e5312 [2021-03-29T17:49:08.724Z] [2021-03-29T17:49:08.724Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T17:49:08.724Z] ---> 42cb162f0360 [2021-03-29T17:49:08.724Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T17:49:08.724Z] ---> Running in af695a960c0d [2021-03-29T17:49:08.848Z] ---> Running in bb2b24cbc61c [2021-03-29T17:49:09.301Z] Removing intermediate container af695a960c0d [2021-03-29T17:49:09.301Z] ---> 7e7dc4bc2b7d [2021-03-29T17:49:09.301Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T17:49:09.301Z] ---> Running in d7a3c3d63956 [2021-03-29T17:49:09.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:49:09.849Z] Removing intermediate container bb2b24cbc61c [2021-03-29T17:49:09.849Z] ---> 76948dd9a1c4 [2021-03-29T17:49:09.849Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T17:49:09.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:49:09.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:49:09.879Z] Removing intermediate container d7a3c3d63956 [2021-03-29T17:49:09.879Z] ---> 8dd711d57aaf [2021-03-29T17:49:09.879Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T17:49:09.879Z] ---> Running in ef08e5c77d0a [2021-03-29T17:49:10.130Z] ---> Running in d09f5c753d92 [2021-03-29T17:49:10.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:49:10.145Z] Removing intermediate container ef08e5c77d0a [2021-03-29T17:49:10.145Z] ---> a819f51d339e [2021-03-29T17:49:10.145Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:49:10.145Z] ---> Running in 832dd251ee3c [2021-03-29T17:49:10.737Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T17:49:10.737Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T17:49:10.737Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T17:49:10.737Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T17:49:10.737Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T17:49:10.737Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T17:49:10.737Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T17:49:10.737Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:49:10.737Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T17:49:11.034Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T17:49:11.034Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T17:49:11.034Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T17:49:11.034Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:49:11.034Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T17:49:11.034Z] OK: 7 MiB in 20 packages [2021-03-29T17:49:11.320Z] OK: 7 MiB in 18 packages [2021-03-29T17:49:11.558Z] Removing intermediate container 832dd251ee3c [2021-03-29T17:49:11.558Z] ---> b0350bb75127 [2021-03-29T17:49:11.559Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T17:49:11.559Z] ---> Running in d5e69632fc84 [2021-03-29T17:49:11.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:49:11.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:49:12.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:49:12.512Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T17:49:12.512Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T17:49:12.512Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:49:12.512Z] OK: 5 MiB in 16 packages [2021-03-29T17:49:12.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:49:13.295Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T17:49:13.295Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T17:49:13.567Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T17:49:13.567Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T17:49:13.567Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T17:49:13.567Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T17:49:13.567Z] ---> aefe523efa57 [2021-03-29T17:49:13.567Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T17:49:13.833Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T17:49:13.833Z] ---> Running in 108e498980ee [2021-03-29T17:49:13.833Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T17:49:13.833Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:49:13.833Z] OK: 8 MiB in 20 packages [2021-03-29T17:49:14.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:49:14.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:49:14.678Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T17:49:14.678Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T17:49:14.678Z] Removing intermediate container d5e69632fc84 [2021-03-29T17:49:14.678Z] ---> 3511c2a52700 [2021-03-29T17:49:14.678Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:49:14.678Z] Executing bash-5.0.17-r0.post-install [2021-03-29T17:49:14.678Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:49:14.678Z] OK: 12 MiB in 22 packages [2021-03-29T17:49:14.943Z] ---> 4b5205fdf0fb [2021-03-29T17:49:14.943Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T17:49:15.207Z] Removing intermediate container 108e498980ee [2021-03-29T17:49:15.207Z] ---> 16f187ae0b46 [2021-03-29T17:49:15.207Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T17:49:15.325Z] Removing intermediate container 05187babf157 [2021-03-29T17:49:15.325Z] ---> 67722972cb41 [2021-03-29T17:49:15.325Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T17:49:15.473Z] ---> Running in 326fe08504b1 [2021-03-29T17:49:15.473Z] ---> ca25487bf5ef [2021-03-29T17:49:15.473Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T17:49:15.617Z] Removing intermediate container d09f5c753d92 [2021-03-29T17:49:15.617Z] ---> 6117ea01ff07 [2021-03-29T17:49:15.617Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T17:49:15.737Z] Removing intermediate container 326fe08504b1 [2021-03-29T17:49:15.737Z] ---> 5bdcc36617fc [2021-03-29T17:49:15.737Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T17:49:15.737Z] ---> Running in 853b2415a243 [2021-03-29T17:49:15.737Z] ---> 0be8f869ab8a [2021-03-29T17:49:15.737Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T17:49:15.919Z] Removing intermediate container 086b065bfafc [2021-03-29T17:49:15.919Z] ---> 8e5882d0b883 [2021-03-29T17:49:15.919Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T17:49:15.919Z] ---> Running in 4711fa5dcfc5 [2021-03-29T17:49:16.000Z] ---> Running in b0311e7477c7 [2021-03-29T17:49:16.000Z] Removing intermediate container 853b2415a243 [2021-03-29T17:49:16.000Z] ---> 3443d2078ead [2021-03-29T17:49:16.000Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T17:49:16.000Z] ---> Running in 86f8a2a4c3ca [2021-03-29T17:49:16.000Z] Removing intermediate container b0311e7477c7 [2021-03-29T17:49:16.000Z] ---> 1a5d6335b4ce [2021-03-29T17:49:16.000Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:49:16.205Z] ---> Running in 115765c355e9 [2021-03-29T17:49:16.205Z] ---> Running in 59ae39e0e8d1 [2021-03-29T17:49:16.263Z] ---> Running in b4868c5bde71 [2021-03-29T17:49:16.263Z] Removing intermediate container 86f8a2a4c3ca [2021-03-29T17:49:16.263Z] ---> dd1e78c0bcde [2021-03-29T17:49:16.263Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T17:49:16.263Z] Removing intermediate container b4868c5bde71 [2021-03-29T17:49:16.263Z] ---> b9e0f0b250ac [2021-03-29T17:49:16.263Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T17:49:16.526Z] ---> Running in a9270b07793e [2021-03-29T17:49:16.527Z] Removing intermediate container a9270b07793e [2021-03-29T17:49:16.527Z] ---> 9d97204b287c [2021-03-29T17:49:16.527Z] Step 22/23 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:16.789Z] ---> Running in 37c691c6e96c [2021-03-29T17:49:16.789Z] ---> 5ff92886d418 [2021-03-29T17:49:16.789Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T17:49:16.804Z] Removing intermediate container 4711fa5dcfc5 [2021-03-29T17:49:16.804Z] ---> c646ec3585d2 [2021-03-29T17:49:16.804Z] Step 13/24 : WORKDIR / [2021-03-29T17:49:17.053Z] Removing intermediate container 37c691c6e96c [2021-03-29T17:49:17.053Z] ---> 9df427601145 [2021-03-29T17:49:17.054Z] Step 23/23 : LABEL version=2.0.0-dev.147 [2021-03-29T17:49:17.054Z] ---> Running in 8698177f1213 [2021-03-29T17:49:17.054Z] ---> e3535211e33d [2021-03-29T17:49:17.054Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T17:49:17.316Z] Removing intermediate container 8698177f1213 [2021-03-29T17:49:17.316Z] ---> a600d7301170 [2021-03-29T17:49:17.316Z] [2021-03-29T17:49:17.316Z] Successfully built a600d7301170 [2021-03-29T17:49:17.316Z] Successfully tagged docker-core-data-go:latest [2021-03-29T17:49:17.411Z] ---> Running in 603d9eb0f1f0 [2021-03-29T17:49:17.411Z] Removing intermediate container 59ae39e0e8d1 [2021-03-29T17:49:17.411Z] ---> 54510c27a51b [2021-03-29T17:49:17.411Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T17:49:17.411Z] Removing intermediate container 115765c355e9 [2021-03-29T17:49:17.411Z] ---> 18d18f0f67a0 [2021-03-29T17:49:17.411Z] Step 13/21 : WORKDIR /edgex [2021-03-29T17:49:17.694Z] ---> Running in fe81e3da0465 [2021-03-29T17:49:17.694Z] ---> Running in 0a46d78a249c [2021-03-29T17:49:17.972Z] Removing intermediate container f39c8ac5020c [2021-03-29T17:49:17.972Z] ---> 76f57a5646e1 [2021-03-29T17:49:17.972Z] [2021-03-29T17:49:17.972Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T17:49:17.972Z] ---> e47305ac9786 [2021-03-29T17:49:17.972Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T17:49:18.261Z] Removing intermediate container 603d9eb0f1f0 [2021-03-29T17:49:18.262Z] ---> aa3acede22bd [2021-03-29T17:49:18.262Z] 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-03-29T17:49:18.265Z]  Building docker-core-data-go ... done  ---> af36c8e7171b [2021-03-29T17:49:18.265Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T17:49:18.265Z] ---> Running in 58f6f56584ef [2021-03-29T17:49:18.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:49:18.541Z] ---> Running in aa7f4d776556 [2021-03-29T17:49:18.790Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:49:18.790Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T17:49:18.790Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T17:49:18.790Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T17:49:18.790Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T17:49:18.790Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T17:49:18.790Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T17:49:18.790Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T17:49:18.819Z] Removing intermediate container 0a46d78a249c [2021-03-29T17:49:18.819Z] ---> 9d176d882d8b [2021-03-29T17:49:18.819Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T17:49:19.096Z] Removing intermediate container fe81e3da0465 [2021-03-29T17:49:19.096Z] ---> 0dea0638458c [2021-03-29T17:49:19.096Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T17:49:19.385Z] ---> Running in ea473852734e [2021-03-29T17:49:19.385Z] ---> c732fb5a87e3 [2021-03-29T17:49:19.385Z] 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-03-29T17:49:19.740Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T17:49:19.740Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T17:49:19.740Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T17:49:19.740Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T17:49:19.989Z] ---> c5ad2d93b4ed [2021-03-29T17:49:19.989Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T17:49:20.002Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T17:49:20.002Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T17:49:20.002Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T17:49:20.002Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T17:49:20.002Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T17:49:20.002Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T17:49:20.002Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T17:49:20.002Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T17:49:20.002Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T17:49:20.002Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T17:49:20.002Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T17:49:20.264Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T17:49:20.264Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T17:49:20.264Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T17:49:20.264Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T17:49:20.264Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T17:49:20.264Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T17:49:20.264Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T17:49:20.264Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T17:49:20.264Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T17:49:20.264Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T17:49:20.264Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T17:49:20.531Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:49:20.531Z] OK: 71 MiB in 55 packages [2021-03-29T17:49:20.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:49:20.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:49:20.875Z] ---> a6402815924e [2021-03-29T17:49:20.875Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T17:49:21.482Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T17:49:21.482Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:49:21.482Z] OK: 5 MiB in 15 packages [2021-03-29T17:49:22.923Z] ---> 42ca14df83cb [2021-03-29T17:49:22.923Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T17:49:23.199Z] ---> 7168a6ed641b [2021-03-29T17:49:23.199Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T17:49:23.474Z] Removing intermediate container ea473852734e [2021-03-29T17:49:23.474Z] ---> a56fc774d882 [2021-03-29T17:49:23.474Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T17:49:23.755Z] Removing intermediate container f6e8c655efc1 [2021-03-29T17:49:23.755Z] ---> 25b0fb4d6a39 [2021-03-29T17:49:23.755Z] [2021-03-29T17:49:23.755Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T17:49:23.755Z] ---> e47305ac9786 [2021-03-29T17:49:23.755Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T17:49:24.358Z] ---> Running in cb5f8c476422 [2021-03-29T17:49:24.358Z] ---> Running in c8bfe5e567e6 [2021-03-29T17:49:24.639Z] Removing intermediate container aa7f4d776556 [2021-03-29T17:49:24.639Z] ---> aff354b05906 [2021-03-29T17:49:24.640Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T17:49:24.640Z] ---> 231ae9753c70 [2021-03-29T17:49:24.640Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T17:49:24.640Z] ---> 4a9c0c93856e [2021-03-29T17:49:24.640Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T17:49:24.917Z] ---> Running in 6b3faad9cccc [2021-03-29T17:49:24.917Z] ---> Running in 6489d294fb69 [2021-03-29T17:49:25.198Z] Removing intermediate container cb5f8c476422 [2021-03-29T17:49:25.198Z] ---> a736d39e9ec4 [2021-03-29T17:49:25.198Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T17:49:25.798Z] Removing intermediate container 6489d294fb69 [2021-03-29T17:49:25.798Z] ---> 8a976ec1bbc4 [2021-03-29T17:49:25.798Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T17:49:25.798Z] Removing intermediate container 6b3faad9cccc [2021-03-29T17:49:25.798Z] ---> 9495d49c7e76 [2021-03-29T17:49:25.798Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T17:49:25.798Z] ---> Running in 63a04b0eb643 [2021-03-29T17:49:26.075Z] ---> Running in 1328825bbca5 [2021-03-29T17:49:26.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:49:26.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:49:26.359Z] ---> f925fa1eb1be [2021-03-29T17:49:26.359Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T17:49:26.632Z] ---> 754c1f56fbaf [2021-03-29T17:49:26.632Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T17:49:26.632Z] ---> Running in 640341c40ebb [2021-03-29T17:49:26.632Z] Removing intermediate container 1328825bbca5 [2021-03-29T17:49:26.632Z] ---> 986850f23e2a [2021-03-29T17:49:26.632Z] Step 19/21 : LABEL arch=arm64 [2021-03-29T17:49:26.632Z] Removing intermediate container 63a04b0eb643 [2021-03-29T17:49:26.632Z] ---> b581bd289393 [2021-03-29T17:49:26.632Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T17:49:26.908Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T17:49:26.908Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:49:26.908Z] OK: 5 MiB in 15 packages [2021-03-29T17:49:26.908Z] ---> Running in 664ed1829649 [2021-03-29T17:49:26.908Z] ---> Running in aff53c5c4240 [2021-03-29T17:49:27.917Z] Removing intermediate container 664ed1829649 [2021-03-29T17:49:27.917Z] ---> c191aee122b0 [2021-03-29T17:49:27.917Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:49:27.917Z] ---> 9c4d05075512 [2021-03-29T17:49:27.917Z] 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-03-29T17:49:27.917Z] Removing intermediate container aff53c5c4240 [2021-03-29T17:49:27.917Z] ---> cd5e35ed3544 [2021-03-29T17:49:27.917Z] Step 20/21 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:28.193Z] ---> Running in f0f03fb4d08f [2021-03-29T17:49:28.193Z] ---> Running in db87c2cb9c3a [2021-03-29T17:49:28.694Z] Removing intermediate container 58f6f56584ef [2021-03-29T17:49:28.695Z] ---> 9e6ed95d7eef [2021-03-29T17:49:28.695Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T17:49:28.798Z] Removing intermediate container c8bfe5e567e6 [2021-03-29T17:49:28.798Z] ---> 3a7141a8f167 [2021-03-29T17:49:28.798Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T17:49:28.957Z] ---> Running in 02339adc4785 [2021-03-29T17:49:29.075Z] Removing intermediate container db87c2cb9c3a [2021-03-29T17:49:29.075Z] ---> 1ffd4fac6b29 [2021-03-29T17:49:29.075Z] Step 21/21 : LABEL version=2.0.0-dev.147 [2021-03-29T17:49:29.075Z] ---> ff129099b5c5 [2021-03-29T17:49:29.075Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T17:49:29.075Z] ---> Running in 5ed661bfc786 [2021-03-29T17:49:29.366Z] ---> Running in 3b4fcd59dd92 [2021-03-29T17:49:29.975Z] Removing intermediate container 5ed661bfc786 [2021-03-29T17:49:29.975Z] ---> 75bc0d631e6a [2021-03-29T17:49:29.975Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T17:49:29.975Z] Removing intermediate container 3b4fcd59dd92 [2021-03-29T17:49:29.975Z] ---> 30dabe9de330 [2021-03-29T17:49:29.975Z] [2021-03-29T17:49:29.975Z] Removing intermediate container 640341c40ebb [2021-03-29T17:49:29.975Z] ---> 83e5401d86fe [2021-03-29T17:49:29.975Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:49:30.255Z] ---> Running in dc3bb824cd1f [2021-03-29T17:49:30.353Z] Collecting docker-compose==1.23.2 [2021-03-29T17:49:30.354Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T17:49:30.542Z] Successfully built 30dabe9de330 [2021-03-29T17:49:30.542Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-29T17:49:30.542Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-03-29T17:49:30.618Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T17:49:30.618Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T17:49:30.618Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T17:49:30.618Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T17:49:30.815Z] Removing intermediate container dc3bb824cd1f [2021-03-29T17:49:30.815Z] ---> 729a93ab7e7d [2021-03-29T17:49:30.815Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T17:49:30.815Z] ---> d22dab14f731 [2021-03-29T17:49:30.815Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T17:49:31.092Z] ---> Running in daf4678347cc [2021-03-29T17:49:31.092Z] Removing intermediate container f0f03fb4d08f [2021-03-29T17:49:31.092Z] ---> 29c19f6ac974 [2021-03-29T17:49:31.092Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T17:49:31.092Z] ---> 42119283a8fa [2021-03-29T17:49:31.092Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T17:49:31.199Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T17:49:31.199Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T17:49:31.369Z] ---> Running in 3c048d3c1816 [2021-03-29T17:49:31.462Z] Collecting PyYAML<4,>=3.10 [2021-03-29T17:49:31.462Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T17:49:31.641Z] Removing intermediate container daf4678347cc [2021-03-29T17:49:31.641Z] ---> c3c5acedc668 [2021-03-29T17:49:31.641Z] Step 15/23 : WORKDIR / [2021-03-29T17:49:32.257Z] ---> Running in 8a0d8a7b60ea [2021-03-29T17:49:32.411Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T17:49:32.411Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T17:49:32.984Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T17:49:32.984Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T17:49:33.247Z] ---> ec6d4e267587 [2021-03-29T17:49:33.247Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T17:49:33.247Z] Removing intermediate container 3c048d3c1816 [2021-03-29T17:49:33.247Z] ---> 939392bf1c6a [2021-03-29T17:49:33.247Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T17:49:33.558Z] 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-03-29T17:49:33.558Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T17:49:33.558Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T17:49:33.819Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T17:49:33.819Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T17:49:33.819Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T17:49:33.819Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T17:49:33.846Z] Removing intermediate container 8a0d8a7b60ea [2021-03-29T17:49:33.847Z] ---> 9513668adb0e [2021-03-29T17:49:33.847Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:49:33.847Z] ---> 88418ab52d31 [2021-03-29T17:49:33.847Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T17:49:33.847Z] ---> Running in 48f66ee6ee57 [2021-03-29T17:49:33.847Z] ---> Running in 12845eb6895f [2021-03-29T17:49:34.082Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T17:49:34.082Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T17:49:34.082Z] Collecting idna<2.8,>=2.5 [2021-03-29T17:49:34.082Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T17:49:34.082Z] 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-03-29T17:49:34.344Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T17:49:34.344Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T17:49:34.344Z] 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-03-29T17:49:34.344Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T17:49:34.344Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T17:49:34.344Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T17:49:34.344Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T17:49:34.456Z] Removing intermediate container 48f66ee6ee57 [2021-03-29T17:49:34.456Z] ---> 0081bbc34c70 [2021-03-29T17:49:34.456Z] Step 23/24 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:34.607Z] Installing collected packages: cached-property, texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, docopt, dockerpty, jsonschema, docker-compose [2021-03-29T17:49:34.607Z] Running setup.py install for texttable: started [2021-03-29T17:49:34.730Z] Removing intermediate container 12845eb6895f [2021-03-29T17:49:34.730Z] ---> aab99f608602 [2021-03-29T17:49:34.730Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:49:34.730Z] ---> be272aecd8c4 [2021-03-29T17:49:34.730Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T17:49:34.869Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T17:49:35.004Z] ---> Running in bb8acd9c4b20 [2021-03-29T17:49:35.004Z] ---> Running in 968a669305c2 [2021-03-29T17:49:35.004Z] ---> 3f6908458484 [2021-03-29T17:49:35.004Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T17:49:35.131Z] Attempting uninstall: idna [2021-03-29T17:49:35.131Z] Found existing installation: idna 2.9 [2021-03-29T17:49:35.131Z] Uninstalling idna-2.9: [2021-03-29T17:49:35.131Z] Successfully uninstalled idna-2.9 [2021-03-29T17:49:35.394Z] Attempting uninstall: urllib3 [2021-03-29T17:49:35.394Z] Found existing installation: urllib3 1.25.9 [2021-03-29T17:49:35.394Z] Uninstalling urllib3-1.25.9: [2021-03-29T17:49:35.394Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T17:49:35.602Z] ---> b873f0ac7bd9 [2021-03-29T17:49:35.602Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T17:49:35.656Z] Attempting uninstall: requests [2021-03-29T17:49:35.656Z] Found existing installation: requests 2.23.0 [2021-03-29T17:49:35.656Z] Uninstalling requests-2.23.0: [2021-03-29T17:49:35.656Z] Successfully uninstalled requests-2.23.0 [2021-03-29T17:49:35.876Z] Removing intermediate container 968a669305c2 [2021-03-29T17:49:35.876Z] ---> 43b084623949 [2021-03-29T17:49:35.876Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T17:49:35.876Z] Removing intermediate container bb8acd9c4b20 [2021-03-29T17:49:35.876Z] ---> 5ad880c5d458 [2021-03-29T17:49:35.876Z] Step 24/24 : LABEL version=2.0.0-dev.147 [2021-03-29T17:49:35.876Z] ---> Running in 01aae94308c6 [2021-03-29T17:49:35.918Z] Running setup.py install for PyYAML: started [2021-03-29T17:49:36.151Z] ---> Running in 27a3f2254657 [2021-03-29T17:49:36.629Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T17:49:36.629Z] Running setup.py install for docopt: started [2021-03-29T17:49:36.766Z] ---> 5e977f59b408 [2021-03-29T17:49:36.766Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T17:49:36.766Z] Removing intermediate container 01aae94308c6 [2021-03-29T17:49:36.766Z] ---> 9e1a0f1dc861 [2021-03-29T17:49:36.766Z] Step 21/22 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:37.335Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T17:49:37.335Z] Running setup.py install for dockerpty: started [2021-03-29T17:49:37.370Z] ---> 4e0ec49a8698 [2021-03-29T17:49:37.370Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T17:49:37.370Z] Removing intermediate container 27a3f2254657 [2021-03-29T17:49:37.370Z] ---> cab097854269 [2021-03-29T17:49:37.370Z] [2021-03-29T17:49:37.620Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T17:49:37.646Z] ---> Running in 56555c0959eb [2021-03-29T17:49:37.919Z] Successfully built cab097854269 [2021-03-29T17:49:37.939Z] 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-03-29T17:49:38.196Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-29T17:49:38.196Z] Building docker-support-notifications-go [2021-03-29T17:49:38.196Z]  Building docker-security-secretstore-setup-go ... done  ---> ed8af2e78a08 [2021-03-29T17:49:38.196Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T17:49:38.196Z] ---> Running in f6d1df04b9d8 [2021-03-29T17:49:38.471Z] Removing intermediate container 56555c0959eb [2021-03-29T17:49:38.471Z] ---> 6709b38d2410 [2021-03-29T17:49:38.471Z] Step 22/22 : LABEL version=2.0.0-dev.147 [2021-03-29T17:49:38.471Z] ---> Running in 0c5aa7ed574f [2021-03-29T17:49:38.743Z] ---> Running in 152dcf921c37 [2021-03-29T17:49:38.743Z] Removing intermediate container f6d1df04b9d8 [2021-03-29T17:49:38.743Z] ---> 51705dd4bd69 [2021-03-29T17:49:38.743Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T17:49:39.343Z] Removing intermediate container 0c5aa7ed574f [2021-03-29T17:49:39.343Z] ---> e7acb117f1c4 [2021-03-29T17:49:39.343Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:49:39.343Z] Removing intermediate container 152dcf921c37 [2021-03-29T17:49:39.343Z] ---> 2adc8074534e [2021-03-29T17:49:39.343Z] [2021-03-29T17:49:39.619Z] ---> Running in f24156b608c4 [2021-03-29T17:49:39.894Z] Successfully built 2adc8074534e [2021-03-29T17:49:40.173Z] ---> bec9041c48a4 [2021-03-29T17:49:40.173Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T17:49:40.173Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-29T17:49:40.173Z] Building docker-core-data-go [2021-03-29T17:49:40.455Z]  Building docker-support-scheduler-go ... done Removing intermediate container f24156b608c4 [2021-03-29T17:49:40.455Z] ---> 788f516e972e [2021-03-29T17:49:40.455Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T17:49:40.732Z] ---> Running in 2d25f4f5dd15 [2021-03-29T17:49:41.011Z] ---> Running in 9b28544e78ee [2021-03-29T17:49:41.274Z] Removing intermediate container 02339adc4785 [2021-03-29T17:49:41.274Z] ---> a9543c1465e6 [2021-03-29T17:49:41.274Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T17:49:41.536Z] ---> Running in 033e1ed76e72 [2021-03-29T17:49:41.612Z] Removing intermediate container 9b28544e78ee [2021-03-29T17:49:41.612Z] ---> 93f3d189e65f [2021-03-29T17:49:41.612Z] Step 22/23 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:42.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T17:49:42.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T17:49:42.209Z] ---> Running in 517932f1f3cc [2021-03-29T17:49:42.376Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T17:49:42.376Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T17:49:42.376Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T17:49:42.376Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:49:42.376Z] OK: 72 MiB in 58 packages [2021-03-29T17:49:42.951Z] Removing intermediate container 033e1ed76e72 [2021-03-29T17:49:42.951Z] ---> c74f007760cd [2021-03-29T17:49:42.951Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T17:49:42.951Z] ---> Running in 9c1881f40fc3 [2021-03-29T17:49:43.213Z] Removing intermediate container 9c1881f40fc3 [2021-03-29T17:49:43.213Z] ---> f3fff1db3c42 [2021-03-29T17:49:43.213Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:49:43.213Z] ---> Running in 71a8f4e5e586 [2021-03-29T17:49:43.216Z] Removing intermediate container 517932f1f3cc [2021-03-29T17:49:43.216Z] ---> 9b48320a5131 [2021-03-29T17:49:43.216Z] Step 23/23 : LABEL version=2.0.0-dev.147 [2021-03-29T17:49:43.476Z] Removing intermediate container 71a8f4e5e586 [2021-03-29T17:49:43.476Z] ---> fdeab9f6535b [2021-03-29T17:49:43.476Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T17:49:43.476Z] ---> Running in ecd5a1031827 [2021-03-29T17:49:43.737Z] Removing intermediate container ecd5a1031827 [2021-03-29T17:49:43.737Z] ---> 402aea8fc008 [2021-03-29T17:49:43.737Z] Step 25/26 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:43.737Z] ---> Running in 1fd03f244812 [2021-03-29T17:49:43.737Z] Removing intermediate container 1fd03f244812 [2021-03-29T17:49:43.737Z] ---> ef3db3c57215 [2021-03-29T17:49:43.737Z] Step 26/26 : LABEL version=2.0.0-dev.147 [2021-03-29T17:49:44.001Z] ---> Running in 6a8242a5a71b [2021-03-29T17:49:44.001Z] Removing intermediate container 6a8242a5a71b [2021-03-29T17:49:44.001Z] ---> c42a8827b2e2 [2021-03-29T17:49:44.001Z] [2021-03-29T17:49:44.190Z] ---> Running in 843b415e57f0 [2021-03-29T17:49:44.265Z] Successfully built c42a8827b2e2 [2021-03-29T17:49:44.265Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T17:49:44.463Z] Removing intermediate container 2d25f4f5dd15 [2021-03-29T17:49:44.463Z] ---> c3fd3d4aac20 [2021-03-29T17:49:44.463Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T17:49:44.874Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T17:49:45.062Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:49:45.062Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:49:45.062Z] ---> f064f901e110 [2021-03-29T17:49:45.062Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T17:49:45.062Z] ---> Using cache [2021-03-29T17:49:45.062Z] ---> af41a9fb7195 [2021-03-29T17:49:45.062Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:49:45.062Z] ---> Using cache [2021-03-29T17:49:45.062Z] ---> a5254e336ac1 [2021-03-29T17:49:45.062Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T17:49:45.062Z] ---> Using cache [2021-03-29T17:49:45.062Z] ---> 2c267d3d8d0b [2021-03-29T17:49:45.062Z] Step 6/23 : COPY go.mod . [2021-03-29T17:49:45.062Z] ---> Using cache [2021-03-29T17:49:45.062Z] ---> 6e7b0319c596 [2021-03-29T17:49:45.062Z] Step 7/23 : RUN go mod download [2021-03-29T17:49:45.062Z] ---> Using cache [2021-03-29T17:49:45.062Z] ---> dd7bfa72aba4 [2021-03-29T17:49:45.062Z] Step 8/23 : COPY . . [2021-03-29T17:49:44.957Z] $ docker stop --time=1 0f0c64462ea6aab810c50d2eb312dafb2c5b2fd4cd2b2a9beeb18259f757704d [2021-03-29T17:49:45.336Z] ---> Using cache [2021-03-29T17:49:45.336Z] ---> 0d193a108cb1 [2021-03-29T17:49:45.336Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T17:49:45.622Z] Removing intermediate container 843b415e57f0 [2021-03-29T17:49:45.622Z] ---> 2a362bd8217d [2021-03-29T17:49:45.622Z] [2021-03-29T17:49:45.918Z] Successfully built 2a362bd8217d [2021-03-29T17:49:45.918Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-29T17:49:45.918Z] Building docker-sys-mgmt-agent-go [2021-03-29T17:49:45.918Z]  Building docker-core-metadata-go ... done  ---> Running in ae834467d160 [2021-03-29T17:49:45.918Z] ---> Running in 5d04c1786447 [2021-03-29T17:49:46.730Z] $ docker rm -f 0f0c64462ea6aab810c50d2eb312dafb2c5b2fd4cd2b2a9beeb18259f757704d [2021-03-29T17:49:46.900Z] Removing intermediate container 5d04c1786447 [2021-03-29T17:49:46.900Z] ---> f4191c33689f [2021-03-29T17:49:46.900Z] Step 28/31 : CMD ["gate"] [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T17:49:47.174Z] ---> Running in c732492b5718 [2021-03-29T17:49:47.398Z] + docker images [2021-03-29T17:49:47.398Z] + grep docker [2021-03-29T17:49:47.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T17:49:47.661Z] docker-sys-mgmt-agent-go latest c42a8827b2e2 4 seconds ago 313MB [2021-03-29T17:49:47.661Z] docker-core-data-go latest a600d7301170 30 seconds ago 22.7MB [2021-03-29T17:49:47.661Z] docker-security-secretstore-setup-go latest 78eb57e0ee6c 53 seconds ago 25MB [2021-03-29T17:49:47.661Z] docker-support-scheduler-go latest 2a9452e80b0b 59 seconds ago 17.4MB [2021-03-29T17:49:47.661Z] docker-security-bootstrapper-go latest 9333804329e1 About a minute ago 18.9MB [2021-03-29T17:49:47.661Z] docker-core-command-go latest 3cfa3d86f1a8 2 minutes ago 17.3MB [2021-03-29T17:49:47.661Z] docker-core-metadata-go latest 6dad3347915a 2 minutes ago 19MB [2021-03-29T17:49:47.661Z] docker-security-proxy-setup-go latest 5a3464db2aa9 2 minutes ago 24.7MB [2021-03-29T17:49:47.661Z] docker-support-notifications-go latest 9c5e2ac9164c 2 minutes ago 17.9MB [2021-03-29T17:49:47.661Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [2021-03-29T17:49:47.724Z] Removing intermediate container c732492b5718 [2021-03-29T17:49:47.724Z] ---> c34df886a13d [2021-03-29T17:49:47.724Z] Step 29/31 : LABEL arch=arm64 [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T17:49:48.310Z] provisioning config files... [2021-03-29T17:49:48.331Z] ---> Running in 96aec9d0251f [2021-03-29T17:49:48.356Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/415@tmp/config7968461158154829962tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:49:48.757Z] ---> docker-login.sh [2021-03-29T17:49:48.757Z] nexus3.edgexfoundry.org:10001 [2021-03-29T17:49:48.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:49:48.934Z] Removing intermediate container 96aec9d0251f [2021-03-29T17:49:48.934Z] ---> 477042384a8e [2021-03-29T17:49:48.934Z] Step 30/31 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:49.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:49:49.020Z] Configure a credential helper to remove this warning. See [2021-03-29T17:49:49.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:49:49.020Z] [2021-03-29T17:49:49.020Z] Login Succeeded [2021-03-29T17:49:49.020Z] nexus3.edgexfoundry.org:10002 [2021-03-29T17:49:49.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:49:49.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:49:49.020Z] Configure a credential helper to remove this warning. See [2021-03-29T17:49:49.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:49:49.020Z] [2021-03-29T17:49:49.020Z] Login Succeeded [2021-03-29T17:49:49.020Z] nexus3.edgexfoundry.org:10003 [2021-03-29T17:49:49.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:49:49.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:49:49.284Z] Configure a credential helper to remove this warning. See [2021-03-29T17:49:49.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:49:49.284Z] [2021-03-29T17:49:49.284Z] Login Succeeded [2021-03-29T17:49:49.284Z] nexus3.edgexfoundry.org:10004 [2021-03-29T17:49:49.535Z] ---> Running in 7b052fc79f7c [2021-03-29T17:49:49.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:49:49.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:49:49.549Z] Configure a credential helper to remove this warning. See [2021-03-29T17:49:49.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:49:49.549Z] [2021-03-29T17:49:49.549Z] Login Succeeded [2021-03-29T17:49:49.549Z] docker.io [2021-03-29T17:49:49.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:49:50.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:49:50.123Z] Configure a credential helper to remove this warning. See [2021-03-29T17:49:50.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:49:50.123Z] [2021-03-29T17:49:50.123Z] Login Succeeded [2021-03-29T17:49:50.123Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T17:49:50.133Z] Deleting 1 temporary files [2021-03-29T17:49:50.145Z] Removing intermediate container 7b052fc79f7c [2021-03-29T17:49:50.145Z] ---> 1642930864ee [2021-03-29T17:49:50.145Z] Step 31/31 : LABEL version=2.0.0-dev.147 [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:49:50.451Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-29T17:49:50.451Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:50.451Z] 2.0.0-dev.147 [2021-03-29T17:49:50.451Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:49:50.451Z] master [2021-03-29T17:49:50.451Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:50.746Z] ---> Running in 785dede0965c [2021-03-29T17:49:50.960Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:51.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:51.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-29T17:49:51.268Z] 960f6b806726: Preparing [2021-03-29T17:49:51.268Z] 8efda4339ad4: Preparing [2021-03-29T17:49:51.268Z] 5450059db7d1: Preparing [2021-03-29T17:49:51.268Z] 9ee27994d9ed: Preparing [2021-03-29T17:49:51.268Z] fa29914ad24c: Preparing [2021-03-29T17:49:51.268Z] fa29914ad24c: Layer already exists [2021-03-29T17:49:51.530Z] 9ee27994d9ed: Pushed [2021-03-29T17:49:51.530Z] 5450059db7d1: Pushed [2021-03-29T17:49:51.530Z] 960f6b806726: Pushed [2021-03-29T17:49:51.736Z] Removing intermediate container 785dede0965c [2021-03-29T17:49:51.737Z] ---> 279aa5e0d477 [2021-03-29T17:49:51.737Z] [2021-03-29T17:49:52.345Z] Successfully built 279aa5e0d477 [2021-03-29T17:49:52.345Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-29T17:49:52.478Z] 8efda4339ad4: Pushed [2021-03-29T17:49:52.741Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:de052407fd551422368e4f7c11b63305ec250b11e5e1dbdf630a7e861eee2b93 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:53.059Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:53.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.147 [2021-03-29T17:49:53.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-29T17:49:53.363Z] 960f6b806726: Preparing [2021-03-29T17:49:53.363Z] 8efda4339ad4: Preparing [2021-03-29T17:49:53.363Z] 5450059db7d1: Preparing [2021-03-29T17:49:53.363Z] 9ee27994d9ed: Preparing [2021-03-29T17:49:53.363Z] fa29914ad24c: Preparing [2021-03-29T17:49:53.363Z] fa29914ad24c: Layer already exists [2021-03-29T17:49:53.363Z] 960f6b806726: Layer already exists [2021-03-29T17:49:53.363Z] 9ee27994d9ed: Layer already exists [2021-03-29T17:49:53.363Z] 8efda4339ad4: Layer already exists [2021-03-29T17:49:53.363Z] 5450059db7d1: Layer already exists [2021-03-29T17:49:53.363Z] 2.0.0-dev.147: digest: sha256:de052407fd551422368e4f7c11b63305ec250b11e5e1dbdf630a7e861eee2b93 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:53.678Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:53.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:49:53.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-29T17:49:53.991Z] 960f6b806726: Preparing [2021-03-29T17:49:53.991Z] 8efda4339ad4: Preparing [2021-03-29T17:49:53.991Z] 5450059db7d1: Preparing [2021-03-29T17:49:53.991Z] 9ee27994d9ed: Preparing [2021-03-29T17:49:53.991Z] fa29914ad24c: Preparing [2021-03-29T17:49:53.991Z] fa29914ad24c: Layer already exists [2021-03-29T17:49:53.991Z] 9ee27994d9ed: Layer already exists [2021-03-29T17:49:53.991Z] 8efda4339ad4: Layer already exists [2021-03-29T17:49:53.991Z] 960f6b806726: Layer already exists [2021-03-29T17:49:53.991Z] 5450059db7d1: Layer already exists [2021-03-29T17:49:53.991Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:de052407fd551422368e4f7c11b63305ec250b11e5e1dbdf630a7e861eee2b93 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:54.310Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:54.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-29T17:49:54.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-29T17:49:54.621Z] 960f6b806726: Preparing [2021-03-29T17:49:54.621Z] 8efda4339ad4: Preparing [2021-03-29T17:49:54.621Z] 5450059db7d1: Preparing [2021-03-29T17:49:54.621Z] 9ee27994d9ed: Preparing [2021-03-29T17:49:54.621Z] fa29914ad24c: Preparing [2021-03-29T17:49:54.621Z] 5450059db7d1: Layer already exists [2021-03-29T17:49:54.621Z] 960f6b806726: Layer already exists [2021-03-29T17:49:54.621Z] 9ee27994d9ed: Layer already exists [2021-03-29T17:49:54.621Z] 8efda4339ad4: Layer already exists [2021-03-29T17:49:54.621Z] fa29914ad24c: Layer already exists [2021-03-29T17:49:54.621Z] master: digest: sha256:de052407fd551422368e4f7c11b63305ec250b11e5e1dbdf630a7e861eee2b93 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:49:54.835Z] ===================================================== [Pipeline] echo [2021-03-29T17:49:54.900Z] taggedImages: [2021-03-29T17:49:54.900Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:54.900Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.147 [2021-03-29T17:49:54.900Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:49:54.900Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-29T17:49:54.976Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-29T17:49:54.976Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:54.976Z] 2.0.0-dev.147 [2021-03-29T17:49:54.976Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:49:54.976Z] master [2021-03-29T17:49:54.976Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:55.598Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:55.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:55.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-29T17:49:55.917Z] 931899ab1906: Preparing [2021-03-29T17:49:55.917Z] 0f1e058703a7: Preparing [2021-03-29T17:49:55.917Z] 5450059db7d1: Preparing [2021-03-29T17:49:55.917Z] 337d5b2df30e: Preparing [2021-03-29T17:49:55.917Z] 0b1e9fa250ce: Preparing [2021-03-29T17:49:55.917Z] fa29914ad24c: Preparing [2021-03-29T17:49:55.917Z] fa29914ad24c: Waiting [2021-03-29T17:49:55.917Z] 5450059db7d1: Layer already exists [2021-03-29T17:49:55.917Z] fa29914ad24c: Layer already exists [2021-03-29T17:49:56.181Z] 931899ab1906: Pushed [2021-03-29T17:49:56.181Z] 0b1e9fa250ce: Pushed [2021-03-29T17:49:56.181Z] 337d5b2df30e: Pushed [2021-03-29T17:49:57.127Z] 0f1e058703a7: Pushed [2021-03-29T17:49:57.389Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:d10f391f7854721e0fdd0fc36f7a04ce323ac437f1f2c8ce0036806817063bae size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:57.702Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:58.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.147 [2021-03-29T17:49:58.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-29T17:49:58.009Z] 931899ab1906: Preparing [2021-03-29T17:49:58.009Z] 0f1e058703a7: Preparing [2021-03-29T17:49:58.009Z] 5450059db7d1: Preparing [2021-03-29T17:49:58.009Z] 337d5b2df30e: Preparing [2021-03-29T17:49:58.009Z] 0b1e9fa250ce: Preparing [2021-03-29T17:49:58.009Z] fa29914ad24c: Preparing [2021-03-29T17:49:58.009Z] fa29914ad24c: Waiting [2021-03-29T17:49:58.009Z] 5450059db7d1: Layer already exists [2021-03-29T17:49:58.009Z] 931899ab1906: Layer already exists [2021-03-29T17:49:58.009Z] 337d5b2df30e: Layer already exists [2021-03-29T17:49:58.009Z] 0f1e058703a7: Layer already exists [2021-03-29T17:49:58.009Z] 0b1e9fa250ce: Layer already exists [2021-03-29T17:49:58.009Z] fa29914ad24c: Layer already exists [2021-03-29T17:49:58.009Z] 2.0.0-dev.147: digest: sha256:d10f391f7854721e0fdd0fc36f7a04ce323ac437f1f2c8ce0036806817063bae size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:58.323Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:58.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:49:58.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-29T17:49:58.630Z] 931899ab1906: Preparing [2021-03-29T17:49:58.630Z] 0f1e058703a7: Preparing [2021-03-29T17:49:58.630Z] 5450059db7d1: Preparing [2021-03-29T17:49:58.630Z] 337d5b2df30e: Preparing [2021-03-29T17:49:58.630Z] 0b1e9fa250ce: Preparing [2021-03-29T17:49:58.630Z] fa29914ad24c: Preparing [2021-03-29T17:49:58.630Z] fa29914ad24c: Waiting [2021-03-29T17:49:58.630Z] 931899ab1906: Layer already exists [2021-03-29T17:49:58.630Z] 5450059db7d1: Layer already exists [2021-03-29T17:49:58.630Z] 0f1e058703a7: Layer already exists [2021-03-29T17:49:58.630Z] 337d5b2df30e: Layer already exists [2021-03-29T17:49:58.630Z] 0b1e9fa250ce: Layer already exists [2021-03-29T17:49:58.630Z] fa29914ad24c: Layer already exists [2021-03-29T17:49:58.630Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:d10f391f7854721e0fdd0fc36f7a04ce323ac437f1f2c8ce0036806817063bae size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:58.941Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:49:59.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-29T17:49:59.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-29T17:49:59.253Z] 931899ab1906: Preparing [2021-03-29T17:49:59.253Z] 0f1e058703a7: Preparing [2021-03-29T17:49:59.253Z] 5450059db7d1: Preparing [2021-03-29T17:49:59.253Z] 337d5b2df30e: Preparing [2021-03-29T17:49:59.253Z] 0b1e9fa250ce: Preparing [2021-03-29T17:49:59.253Z] fa29914ad24c: Preparing [2021-03-29T17:49:59.253Z] fa29914ad24c: Waiting [2021-03-29T17:49:59.253Z] 5450059db7d1: Layer already exists [2021-03-29T17:49:59.253Z] 0f1e058703a7: Layer already exists [2021-03-29T17:49:59.253Z] 931899ab1906: Layer already exists [2021-03-29T17:49:59.253Z] 337d5b2df30e: Layer already exists [2021-03-29T17:49:59.253Z] 0b1e9fa250ce: Layer already exists [2021-03-29T17:49:59.253Z] fa29914ad24c: Layer already exists [2021-03-29T17:49:59.253Z] master: digest: sha256:d10f391f7854721e0fdd0fc36f7a04ce323ac437f1f2c8ce0036806817063bae size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:49:59.726Z] ===================================================== [Pipeline] echo [2021-03-29T17:49:59.783Z] taggedImages: [2021-03-29T17:49:59.783Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:59.783Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.147 [2021-03-29T17:49:59.783Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:49:59.783Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-29T17:49:59.864Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-29T17:49:59.864Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:49:59.864Z] 2.0.0-dev.147 [2021-03-29T17:49:59.864Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:49:59.864Z] master [2021-03-29T17:49:59.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:00.355Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:00.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:00.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-29T17:50:00.658Z] 71160e412db7: Preparing [2021-03-29T17:50:00.658Z] f2cdf1897193: Preparing [2021-03-29T17:50:00.658Z] 5450059db7d1: Preparing [2021-03-29T17:50:00.658Z] 95a57dc0529a: Preparing [2021-03-29T17:50:00.658Z] fa29914ad24c: Preparing [2021-03-29T17:50:00.658Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:00.658Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:00.922Z] 71160e412db7: Pushed [2021-03-29T17:50:00.922Z] 95a57dc0529a: Pushed [2021-03-29T17:50:02.326Z] f2cdf1897193: Pushed [2021-03-29T17:50:02.326Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:42d6c6bf52ab4d4ef904d9dba59ab26c78e6c76881cac5577840f95a9ab1d5c9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:02.647Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:02.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.147 [2021-03-29T17:50:02.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-29T17:50:02.978Z] 71160e412db7: Preparing [2021-03-29T17:50:02.978Z] f2cdf1897193: Preparing [2021-03-29T17:50:02.978Z] 5450059db7d1: Preparing [2021-03-29T17:50:02.978Z] 95a57dc0529a: Preparing [2021-03-29T17:50:02.978Z] fa29914ad24c: Preparing [2021-03-29T17:50:02.978Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:02.978Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:02.978Z] f2cdf1897193: Layer already exists [2021-03-29T17:50:02.978Z] 71160e412db7: Layer already exists [2021-03-29T17:50:02.978Z] 95a57dc0529a: Layer already exists [2021-03-29T17:50:02.978Z] 2.0.0-dev.147: digest: sha256:42d6c6bf52ab4d4ef904d9dba59ab26c78e6c76881cac5577840f95a9ab1d5c9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:03.302Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:03.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:03.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-29T17:50:03.619Z] 71160e412db7: Preparing [2021-03-29T17:50:03.619Z] f2cdf1897193: Preparing [2021-03-29T17:50:03.619Z] 5450059db7d1: Preparing [2021-03-29T17:50:03.619Z] 95a57dc0529a: Preparing [2021-03-29T17:50:03.619Z] fa29914ad24c: Preparing [2021-03-29T17:50:03.619Z] f2cdf1897193: Layer already exists [2021-03-29T17:50:03.619Z] 71160e412db7: Layer already exists [2021-03-29T17:50:03.619Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:03.619Z] 95a57dc0529a: Layer already exists [2021-03-29T17:50:03.619Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:03.619Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:42d6c6bf52ab4d4ef904d9dba59ab26c78e6c76881cac5577840f95a9ab1d5c9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:03.928Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:04.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-29T17:50:04.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-29T17:50:04.233Z] 71160e412db7: Preparing [2021-03-29T17:50:04.233Z] f2cdf1897193: Preparing [2021-03-29T17:50:04.233Z] 5450059db7d1: Preparing [2021-03-29T17:50:04.233Z] 95a57dc0529a: Preparing [2021-03-29T17:50:04.233Z] fa29914ad24c: Preparing [2021-03-29T17:50:04.233Z] 71160e412db7: Layer already exists [2021-03-29T17:50:04.233Z] f2cdf1897193: Layer already exists [2021-03-29T17:50:04.233Z] 95a57dc0529a: Layer already exists [2021-03-29T17:50:04.233Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:04.233Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:04.233Z] master: digest: sha256:42d6c6bf52ab4d4ef904d9dba59ab26c78e6c76881cac5577840f95a9ab1d5c9 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:50:04.451Z] ===================================================== [Pipeline] echo [2021-03-29T17:50:04.511Z] taggedImages: [2021-03-29T17:50:04.511Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:04.511Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.147 [2021-03-29T17:50:04.511Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:04.511Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-29T17:50:04.584Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-29T17:50:04.584Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:04.584Z] 2.0.0-dev.147 [2021-03-29T17:50:04.584Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:04.584Z] master [2021-03-29T17:50:04.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:05.123Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:05.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:05.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-29T17:50:05.495Z] acbed83bd9cb: Preparing [2021-03-29T17:50:05.495Z] acbed83bd9cb: Preparing [2021-03-29T17:50:05.495Z] c38fa24c5966: Preparing [2021-03-29T17:50:05.495Z] 30e1df73f894: Preparing [2021-03-29T17:50:05.495Z] dcecb8e2b0f5: Preparing [2021-03-29T17:50:05.495Z] 1011dd7e8c0c: Preparing [2021-03-29T17:50:05.495Z] 5450059db7d1: Preparing [2021-03-29T17:50:05.495Z] 823ad5ad0e99: Preparing [2021-03-29T17:50:05.495Z] 823ad5ad0e99: Preparing [2021-03-29T17:50:05.495Z] 56e742529930: Preparing [2021-03-29T17:50:05.495Z] c713a8381245: Preparing [2021-03-29T17:50:05.495Z] fa29914ad24c: Preparing [2021-03-29T17:50:05.495Z] 5450059db7d1: Waiting [2021-03-29T17:50:05.495Z] 823ad5ad0e99: Waiting [2021-03-29T17:50:05.495Z] 56e742529930: Waiting [2021-03-29T17:50:05.495Z] c713a8381245: Waiting [2021-03-29T17:50:05.495Z] fa29914ad24c: Waiting [2021-03-29T17:50:05.793Z] 30e1df73f894: Pushed [2021-03-29T17:50:05.793Z] dcecb8e2b0f5: Pushed [2021-03-29T17:50:05.793Z] acbed83bd9cb: Pushed [2021-03-29T17:50:05.793Z] c38fa24c5966: Pushed [2021-03-29T17:50:05.793Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:05.793Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:05.793Z] 823ad5ad0e99: Pushed [2021-03-29T17:50:05.793Z] 56e742529930: Pushed [2021-03-29T17:50:05.793Z] c713a8381245: Pushed [2021-03-29T17:50:06.810Z] 1011dd7e8c0c: Pushed [2021-03-29T17:50:07.073Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:180e631ec01c1307e471f2c0dca22e1f46e0fe80464ecc473a69b34475400bd0 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:07.422Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:07.475Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:50:07.475Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:50:07.475Z] ---> f064f901e110 [2021-03-29T17:50:07.475Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T17:50:07.475Z] ---> Using cache [2021-03-29T17:50:07.475Z] ---> af41a9fb7195 [2021-03-29T17:50:07.475Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:50:07.475Z] ---> Using cache [2021-03-29T17:50:07.475Z] ---> a5254e336ac1 [2021-03-29T17:50:07.475Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T17:50:07.475Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:50:07.475Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:50:07.475Z] ---> f064f901e110 [2021-03-29T17:50:07.475Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T17:50:07.475Z] ---> Using cache [2021-03-29T17:50:07.475Z] ---> af41a9fb7195 [2021-03-29T17:50:07.475Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:50:07.475Z] ---> Using cache [2021-03-29T17:50:07.475Z] ---> a5254e336ac1 [2021-03-29T17:50:07.475Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T17:50:07.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.147 [2021-03-29T17:50:07.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-29T17:50:07.724Z] acbed83bd9cb: Preparing [2021-03-29T17:50:07.724Z] acbed83bd9cb: Preparing [2021-03-29T17:50:07.724Z] c38fa24c5966: Preparing [2021-03-29T17:50:07.724Z] 30e1df73f894: Preparing [2021-03-29T17:50:07.724Z] dcecb8e2b0f5: Preparing [2021-03-29T17:50:07.724Z] 1011dd7e8c0c: Preparing [2021-03-29T17:50:07.724Z] 5450059db7d1: Preparing [2021-03-29T17:50:07.724Z] 823ad5ad0e99: Preparing [2021-03-29T17:50:07.724Z] 823ad5ad0e99: Preparing [2021-03-29T17:50:07.724Z] 56e742529930: Preparing [2021-03-29T17:50:07.724Z] c713a8381245: Preparing [2021-03-29T17:50:07.724Z] fa29914ad24c: Preparing [2021-03-29T17:50:07.724Z] 5450059db7d1: Waiting [2021-03-29T17:50:07.724Z] 823ad5ad0e99: Waiting [2021-03-29T17:50:07.724Z] 56e742529930: Waiting [2021-03-29T17:50:07.724Z] c713a8381245: Waiting [2021-03-29T17:50:07.724Z] fa29914ad24c: Waiting [2021-03-29T17:50:07.724Z] dcecb8e2b0f5: Layer already exists [2021-03-29T17:50:07.724Z] acbed83bd9cb: Layer already exists [2021-03-29T17:50:07.724Z] 30e1df73f894: Layer already exists [2021-03-29T17:50:07.724Z] c38fa24c5966: Layer already exists [2021-03-29T17:50:07.724Z] 1011dd7e8c0c: Layer already exists [2021-03-29T17:50:07.724Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:07.724Z] 56e742529930: Layer already exists [2021-03-29T17:50:07.724Z] 823ad5ad0e99: Layer already exists [2021-03-29T17:50:07.724Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:07.724Z] c713a8381245: Layer already exists [2021-03-29T17:50:07.724Z] 2.0.0-dev.147: digest: sha256:180e631ec01c1307e471f2c0dca22e1f46e0fe80464ecc473a69b34475400bd0 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:08.030Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:08.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:08.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-29T17:50:08.332Z] acbed83bd9cb: Preparing [2021-03-29T17:50:08.332Z] acbed83bd9cb: Preparing [2021-03-29T17:50:08.332Z] c38fa24c5966: Preparing [2021-03-29T17:50:08.332Z] 30e1df73f894: Preparing [2021-03-29T17:50:08.332Z] dcecb8e2b0f5: Preparing [2021-03-29T17:50:08.332Z] 1011dd7e8c0c: Preparing [2021-03-29T17:50:08.332Z] 5450059db7d1: Preparing [2021-03-29T17:50:08.332Z] 823ad5ad0e99: Preparing [2021-03-29T17:50:08.332Z] 823ad5ad0e99: Preparing [2021-03-29T17:50:08.332Z] 56e742529930: Preparing [2021-03-29T17:50:08.332Z] c713a8381245: Preparing [2021-03-29T17:50:08.332Z] fa29914ad24c: Preparing [2021-03-29T17:50:08.332Z] 5450059db7d1: Waiting [2021-03-29T17:50:08.332Z] 823ad5ad0e99: Waiting [2021-03-29T17:50:08.332Z] 56e742529930: Waiting [2021-03-29T17:50:08.332Z] c713a8381245: Waiting [2021-03-29T17:50:08.332Z] fa29914ad24c: Waiting [2021-03-29T17:50:08.332Z] acbed83bd9cb: Layer already exists [2021-03-29T17:50:08.332Z] 30e1df73f894: Layer already exists [2021-03-29T17:50:08.332Z] dcecb8e2b0f5: Layer already exists [2021-03-29T17:50:08.332Z] c38fa24c5966: Layer already exists [2021-03-29T17:50:08.332Z] 1011dd7e8c0c: Layer already exists [2021-03-29T17:50:08.332Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:08.332Z] 56e742529930: Layer already exists [2021-03-29T17:50:08.332Z] 823ad5ad0e99: Layer already exists [2021-03-29T17:50:08.332Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:08.332Z] c713a8381245: Layer already exists [2021-03-29T17:50:08.332Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:180e631ec01c1307e471f2c0dca22e1f46e0fe80464ecc473a69b34475400bd0 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:08.641Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:08.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-29T17:50:08.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-29T17:50:08.944Z] acbed83bd9cb: Preparing [2021-03-29T17:50:08.944Z] acbed83bd9cb: Preparing [2021-03-29T17:50:08.944Z] c38fa24c5966: Preparing [2021-03-29T17:50:08.944Z] 30e1df73f894: Preparing [2021-03-29T17:50:08.944Z] dcecb8e2b0f5: Preparing [2021-03-29T17:50:08.944Z] 1011dd7e8c0c: Preparing [2021-03-29T17:50:08.944Z] 5450059db7d1: Preparing [2021-03-29T17:50:08.944Z] 823ad5ad0e99: Preparing [2021-03-29T17:50:08.944Z] 823ad5ad0e99: Preparing [2021-03-29T17:50:08.944Z] 56e742529930: Preparing [2021-03-29T17:50:08.944Z] c713a8381245: Preparing [2021-03-29T17:50:08.944Z] fa29914ad24c: Preparing [2021-03-29T17:50:08.944Z] 5450059db7d1: Waiting [2021-03-29T17:50:08.944Z] fa29914ad24c: Waiting [2021-03-29T17:50:08.944Z] 823ad5ad0e99: Waiting [2021-03-29T17:50:08.944Z] 56e742529930: Waiting [2021-03-29T17:50:08.944Z] c713a8381245: Waiting [2021-03-29T17:50:08.944Z] c38fa24c5966: Layer already exists [2021-03-29T17:50:08.944Z] 30e1df73f894: Layer already exists [2021-03-29T17:50:08.944Z] 1011dd7e8c0c: Layer already exists [2021-03-29T17:50:08.944Z] acbed83bd9cb: Layer already exists [2021-03-29T17:50:08.944Z] dcecb8e2b0f5: Layer already exists [2021-03-29T17:50:08.944Z] 823ad5ad0e99: Layer already exists [2021-03-29T17:50:08.944Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:08.944Z] c713a8381245: Layer already exists [2021-03-29T17:50:08.944Z] 56e742529930: Layer already exists [2021-03-29T17:50:08.944Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:08.944Z] master: digest: sha256:180e631ec01c1307e471f2c0dca22e1f46e0fe80464ecc473a69b34475400bd0 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:50:09.149Z] ===================================================== [Pipeline] echo [2021-03-29T17:50:09.199Z] taggedImages: [2021-03-29T17:50:09.199Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:09.199Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.147 [2021-03-29T17:50:09.199Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:09.199Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-29T17:50:09.315Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-29T17:50:09.315Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:09.315Z] 2.0.0-dev.147 [2021-03-29T17:50:09.315Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:09.315Z] master [2021-03-29T17:50:09.315Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:09.802Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:10.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:10.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-29T17:50:10.112Z] 8e94eb536450: Preparing [2021-03-29T17:50:10.112Z] 622256ab3030: Preparing [2021-03-29T17:50:10.112Z] 716549bd73f7: Preparing [2021-03-29T17:50:10.112Z] 888b84016de7: Preparing [2021-03-29T17:50:10.113Z] 6e7f39a3448d: Preparing [2021-03-29T17:50:10.113Z] fa29914ad24c: Preparing [2021-03-29T17:50:10.113Z] fa29914ad24c: Waiting [2021-03-29T17:50:10.127Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:50:10.127Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:50:10.127Z] ---> f064f901e110 [2021-03-29T17:50:10.127Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T17:50:10.127Z] ---> Using cache [2021-03-29T17:50:10.127Z] ---> af41a9fb7195 [2021-03-29T17:50:10.127Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:50:10.127Z] ---> Using cache [2021-03-29T17:50:10.127Z] ---> a5254e336ac1 [2021-03-29T17:50:10.127Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T17:50:10.127Z] ---> Running in d5cab9cb906d [2021-03-29T17:50:10.127Z] ---> Running in 2cc43c573a9a [2021-03-29T17:50:10.127Z] ---> Running in c004389b884a [2021-03-29T17:50:10.376Z] 888b84016de7: Pushed [2021-03-29T17:50:10.376Z] 716549bd73f7: Pushed [2021-03-29T17:50:10.376Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:10.637Z] 6e7f39a3448d: Pushed [2021-03-29T17:50:11.212Z] 622256ab3030: Pushed [2021-03-29T17:50:11.212Z] 8e94eb536450: Pushed [2021-03-29T17:50:11.212Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:dc95f93facf88c4719d49acd03d9555a92f766bd2ebfae20a58de9fa8f2df4b1 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:11.524Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:11.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.147 [2021-03-29T17:50:11.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-29T17:50:11.844Z] 8e94eb536450: Preparing [2021-03-29T17:50:11.844Z] 622256ab3030: Preparing [2021-03-29T17:50:11.844Z] 716549bd73f7: Preparing [2021-03-29T17:50:11.844Z] 888b84016de7: Preparing [2021-03-29T17:50:11.844Z] 6e7f39a3448d: Preparing [2021-03-29T17:50:11.844Z] fa29914ad24c: Preparing [2021-03-29T17:50:11.844Z] fa29914ad24c: Waiting [2021-03-29T17:50:11.844Z] 6e7f39a3448d: Layer already exists [2021-03-29T17:50:11.844Z] 8e94eb536450: Layer already exists [2021-03-29T17:50:11.844Z] 622256ab3030: Layer already exists [2021-03-29T17:50:11.844Z] 888b84016de7: Layer already exists [2021-03-29T17:50:11.844Z] 716549bd73f7: Layer already exists [2021-03-29T17:50:11.844Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:11.844Z] 2.0.0-dev.147: digest: sha256:dc95f93facf88c4719d49acd03d9555a92f766bd2ebfae20a58de9fa8f2df4b1 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:12.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:50:12.152Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:12.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:12.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-29T17:50:12.454Z] 8e94eb536450: Preparing [2021-03-29T17:50:12.454Z] 622256ab3030: Preparing [2021-03-29T17:50:12.454Z] 716549bd73f7: Preparing [2021-03-29T17:50:12.454Z] 888b84016de7: Preparing [2021-03-29T17:50:12.454Z] 6e7f39a3448d: Preparing [2021-03-29T17:50:12.454Z] fa29914ad24c: Preparing [2021-03-29T17:50:12.454Z] fa29914ad24c: Waiting [2021-03-29T17:50:12.454Z] 6e7f39a3448d: Layer already exists [2021-03-29T17:50:12.454Z] 8e94eb536450: Layer already exists [2021-03-29T17:50:12.454Z] 622256ab3030: Layer already exists [2021-03-29T17:50:12.454Z] 716549bd73f7: Layer already exists [2021-03-29T17:50:12.454Z] 888b84016de7: Layer already exists [2021-03-29T17:50:12.454Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:12.454Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:dc95f93facf88c4719d49acd03d9555a92f766bd2ebfae20a58de9fa8f2df4b1 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:12.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:50:12.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:50:12.766Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:13.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:50:13.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-29T17:50:13.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-29T17:50:13.080Z] 8e94eb536450: Preparing [2021-03-29T17:50:13.080Z] 622256ab3030: Preparing [2021-03-29T17:50:13.080Z] 716549bd73f7: Preparing [2021-03-29T17:50:13.080Z] 888b84016de7: Preparing [2021-03-29T17:50:13.080Z] 6e7f39a3448d: Preparing [2021-03-29T17:50:13.080Z] fa29914ad24c: Preparing [2021-03-29T17:50:13.080Z] 622256ab3030: Layer already exists [2021-03-29T17:50:13.080Z] 6e7f39a3448d: Layer already exists [2021-03-29T17:50:13.080Z] 8e94eb536450: Layer already exists [2021-03-29T17:50:13.080Z] 888b84016de7: Layer already exists [2021-03-29T17:50:13.080Z] 716549bd73f7: Layer already exists [2021-03-29T17:50:13.080Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:13.080Z] master: digest: sha256:dc95f93facf88c4719d49acd03d9555a92f766bd2ebfae20a58de9fa8f2df4b1 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:50:13.277Z] ===================================================== [2021-03-29T17:50:13.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-03-29T17:50:13.356Z] taggedImages: [2021-03-29T17:50:13.357Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:13.357Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.147 [2021-03-29T17:50:13.357Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:13.357Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-29T17:50:13.429Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-29T17:50:13.429Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:13.429Z] 2.0.0-dev.147 [2021-03-29T17:50:13.429Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:13.429Z] master [2021-03-29T17:50:13.429Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-03-29T17:50:13.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:50:13.553Z] OK: 217 MiB in 51 packages [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:13.910Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:14.165Z] OK: 217 MiB in 51 packages [2021-03-29T17:50:14.165Z] OK: 217 MiB in 51 packages [2021-03-29T17:50:14.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:14.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-29T17:50:14.220Z] 7822ca81a99c: Preparing [2021-03-29T17:50:14.220Z] 143275c186cd: Preparing [2021-03-29T17:50:14.220Z] a2b2854d98b7: Preparing [2021-03-29T17:50:14.220Z] 20dc7dca0f92: Preparing [2021-03-29T17:50:14.220Z] 992cd55948eb: Preparing [2021-03-29T17:50:14.220Z] 9eb6ffae7f88: Preparing [2021-03-29T17:50:14.220Z] 7e33812697f2: Preparing [2021-03-29T17:50:14.220Z] 5e256afaaac8: Preparing [2021-03-29T17:50:14.220Z] fa29914ad24c: Preparing [2021-03-29T17:50:14.220Z] 7e33812697f2: Waiting [2021-03-29T17:50:14.220Z] 9eb6ffae7f88: Waiting [2021-03-29T17:50:14.220Z] 5e256afaaac8: Waiting [2021-03-29T17:50:14.220Z] fa29914ad24c: Waiting [2021-03-29T17:50:14.220Z] 7822ca81a99c: Pushed [2021-03-29T17:50:14.220Z] 992cd55948eb: Pushed [2021-03-29T17:50:14.481Z] 143275c186cd: Pushed [2021-03-29T17:50:14.481Z] 9eb6ffae7f88: Pushed [2021-03-29T17:50:14.481Z] 7e33812697f2: Pushed [2021-03-29T17:50:14.481Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:14.743Z] 5e256afaaac8: Pushed [2021-03-29T17:50:15.316Z] 20dc7dca0f92: Pushed [2021-03-29T17:50:15.316Z] a2b2854d98b7: Pushed [2021-03-29T17:50:15.316Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:156492a6d6fc761fc46bfaf27ec86201f4200efd2fb4a22e447e2676ced72cba size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:15.624Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.147 [2021-03-29T17:50:15.631Z] Removing intermediate container d5cab9cb906d [2021-03-29T17:50:15.631Z] ---> bf064a2b409c [2021-03-29T17:50:15.631Z] Step 6/22 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:15.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.147 [2021-03-29T17:50:15.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-29T17:50:15.926Z] 7822ca81a99c: Preparing [2021-03-29T17:50:15.926Z] 143275c186cd: Preparing [2021-03-29T17:50:15.926Z] a2b2854d98b7: Preparing [2021-03-29T17:50:15.926Z] 20dc7dca0f92: Preparing [2021-03-29T17:50:15.926Z] 992cd55948eb: Preparing [2021-03-29T17:50:15.926Z] 9eb6ffae7f88: Preparing [2021-03-29T17:50:15.926Z] 7e33812697f2: Preparing [2021-03-29T17:50:15.926Z] 5e256afaaac8: Preparing [2021-03-29T17:50:15.926Z] fa29914ad24c: Preparing [2021-03-29T17:50:15.926Z] 9eb6ffae7f88: Waiting [2021-03-29T17:50:15.926Z] 7e33812697f2: Waiting [2021-03-29T17:50:15.926Z] 5e256afaaac8: Waiting [2021-03-29T17:50:15.926Z] fa29914ad24c: Waiting [2021-03-29T17:50:15.926Z] 20dc7dca0f92: Layer already exists [2021-03-29T17:50:15.926Z] 7822ca81a99c: Layer already exists [2021-03-29T17:50:15.926Z] 992cd55948eb: Layer already exists [2021-03-29T17:50:15.926Z] a2b2854d98b7: Layer already exists [2021-03-29T17:50:15.926Z] 143275c186cd: Layer already exists [2021-03-29T17:50:15.926Z] 9eb6ffae7f88: Layer already exists [2021-03-29T17:50:15.926Z] 5e256afaaac8: Layer already exists [2021-03-29T17:50:15.926Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:15.926Z] 7e33812697f2: Layer already exists [2021-03-29T17:50:15.926Z] 2.0.0-dev.147: digest: sha256:156492a6d6fc761fc46bfaf27ec86201f4200efd2fb4a22e447e2676ced72cba size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:16.237Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:16.239Z] Removing intermediate container 2cc43c573a9a [2021-03-29T17:50:16.239Z] ---> 7741f927e4be [2021-03-29T17:50:16.239Z] Step 6/23 : COPY go.mod . [2021-03-29T17:50:16.239Z] Removing intermediate container c004389b884a [2021-03-29T17:50:16.239Z] ---> dd12e7fa0755 [2021-03-29T17:50:16.239Z] Step 6/26 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:16.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:16.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-29T17:50:16.540Z] 7822ca81a99c: Preparing [2021-03-29T17:50:16.540Z] 143275c186cd: Preparing [2021-03-29T17:50:16.540Z] a2b2854d98b7: Preparing [2021-03-29T17:50:16.540Z] 20dc7dca0f92: Preparing [2021-03-29T17:50:16.540Z] 992cd55948eb: Preparing [2021-03-29T17:50:16.540Z] 9eb6ffae7f88: Preparing [2021-03-29T17:50:16.540Z] 7e33812697f2: Preparing [2021-03-29T17:50:16.540Z] 5e256afaaac8: Preparing [2021-03-29T17:50:16.540Z] fa29914ad24c: Preparing [2021-03-29T17:50:16.540Z] 9eb6ffae7f88: Waiting [2021-03-29T17:50:16.540Z] 7e33812697f2: Waiting [2021-03-29T17:50:16.540Z] 5e256afaaac8: Waiting [2021-03-29T17:50:16.540Z] fa29914ad24c: Waiting [2021-03-29T17:50:16.540Z] a2b2854d98b7: Layer already exists [2021-03-29T17:50:16.540Z] 992cd55948eb: Layer already exists [2021-03-29T17:50:16.540Z] 20dc7dca0f92: Layer already exists [2021-03-29T17:50:16.540Z] 143275c186cd: Layer already exists [2021-03-29T17:50:16.540Z] 7822ca81a99c: Layer already exists [2021-03-29T17:50:16.540Z] 9eb6ffae7f88: Layer already exists [2021-03-29T17:50:16.540Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:16.540Z] 7e33812697f2: Layer already exists [2021-03-29T17:50:16.540Z] 5e256afaaac8: Layer already exists [2021-03-29T17:50:16.540Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:156492a6d6fc761fc46bfaf27ec86201f4200efd2fb4a22e447e2676ced72cba size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:16.845Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:17.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-29T17:50:17.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-29T17:50:17.146Z] 7822ca81a99c: Preparing [2021-03-29T17:50:17.146Z] 143275c186cd: Preparing [2021-03-29T17:50:17.146Z] a2b2854d98b7: Preparing [2021-03-29T17:50:17.146Z] 20dc7dca0f92: Preparing [2021-03-29T17:50:17.146Z] 992cd55948eb: Preparing [2021-03-29T17:50:17.146Z] 9eb6ffae7f88: Preparing [2021-03-29T17:50:17.146Z] 7e33812697f2: Preparing [2021-03-29T17:50:17.146Z] 5e256afaaac8: Preparing [2021-03-29T17:50:17.146Z] fa29914ad24c: Preparing [2021-03-29T17:50:17.146Z] 7e33812697f2: Waiting [2021-03-29T17:50:17.146Z] 5e256afaaac8: Waiting [2021-03-29T17:50:17.146Z] fa29914ad24c: Waiting [2021-03-29T17:50:17.146Z] 9eb6ffae7f88: Waiting [2021-03-29T17:50:17.146Z] 7822ca81a99c: Layer already exists [2021-03-29T17:50:17.146Z] 20dc7dca0f92: Layer already exists [2021-03-29T17:50:17.146Z] a2b2854d98b7: Layer already exists [2021-03-29T17:50:17.146Z] 143275c186cd: Layer already exists [2021-03-29T17:50:17.146Z] 992cd55948eb: Layer already exists [2021-03-29T17:50:17.146Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:17.146Z] 9eb6ffae7f88: Layer already exists [2021-03-29T17:50:17.146Z] 5e256afaaac8: Layer already exists [2021-03-29T17:50:17.146Z] 7e33812697f2: Layer already exists [2021-03-29T17:50:17.146Z] master: digest: sha256:156492a6d6fc761fc46bfaf27ec86201f4200efd2fb4a22e447e2676ced72cba size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-03-29T17:50:17.245Z] ---> 260039197f78 [2021-03-29T17:50:17.245Z] Step 7/22 : RUN go mod download [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:50:17.387Z] ===================================================== [Pipeline] echo [2021-03-29T17:50:17.440Z] taggedImages: [2021-03-29T17:50:17.440Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:17.440Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.147 [2021-03-29T17:50:17.440Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:17.440Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-29T17:50:17.505Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-29T17:50:17.505Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:17.505Z] 2.0.0-dev.147 [2021-03-29T17:50:17.505Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:17.505Z] master [2021-03-29T17:50:17.505Z] ===================================================== [2021-03-29T17:50:17.547Z] ---> Running in f29a9ac3a943 [2021-03-29T17:50:17.547Z] ---> 5b4130ea7194 [2021-03-29T17:50:17.547Z] Step 7/23 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:17.839Z] ---> 0fcfac3ba16e [2021-03-29T17:50:17.839Z] Step 7/26 : RUN go mod download [2021-03-29T17:50:17.983Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:18.127Z] ---> Running in 88ff0d53d84a [2021-03-29T17:50:18.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:18.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-29T17:50:18.285Z] e25b2cece4a7: Preparing [2021-03-29T17:50:18.285Z] 48e831a7b774: Preparing [2021-03-29T17:50:18.285Z] 5450059db7d1: Preparing [2021-03-29T17:50:18.285Z] e15dd8d4bb2a: Preparing [2021-03-29T17:50:18.285Z] fa29914ad24c: Preparing [2021-03-29T17:50:18.285Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:18.285Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:18.285Z] e25b2cece4a7: Pushed [2021-03-29T17:50:18.406Z] ---> Running in 5c5dc598cfae [2021-03-29T17:50:18.547Z] e15dd8d4bb2a: Pushed [2021-03-29T17:50:19.490Z] 48e831a7b774: Pushed [2021-03-29T17:50:19.490Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:35371757325055aee7f990cc1fa5f371af418e0bafcf670f301f0e34865c26c8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:20.059Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:20.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.147 [2021-03-29T17:50:20.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-29T17:50:20.362Z] e25b2cece4a7: Preparing [2021-03-29T17:50:20.362Z] 48e831a7b774: Preparing [2021-03-29T17:50:20.362Z] 5450059db7d1: Preparing [2021-03-29T17:50:20.362Z] e15dd8d4bb2a: Preparing [2021-03-29T17:50:20.362Z] fa29914ad24c: Preparing [2021-03-29T17:50:20.362Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:20.362Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:20.362Z] 48e831a7b774: Layer already exists [2021-03-29T17:50:20.362Z] e25b2cece4a7: Layer already exists [2021-03-29T17:50:20.362Z] e15dd8d4bb2a: Layer already exists [2021-03-29T17:50:20.362Z] 2.0.0-dev.147: digest: sha256:35371757325055aee7f990cc1fa5f371af418e0bafcf670f301f0e34865c26c8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:20.669Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:20.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:20.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-29T17:50:20.969Z] e25b2cece4a7: Preparing [2021-03-29T17:50:20.969Z] 48e831a7b774: Preparing [2021-03-29T17:50:20.969Z] 5450059db7d1: Preparing [2021-03-29T17:50:20.969Z] e15dd8d4bb2a: Preparing [2021-03-29T17:50:20.969Z] fa29914ad24c: Preparing [2021-03-29T17:50:20.969Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:20.969Z] 48e831a7b774: Layer already exists [2021-03-29T17:50:20.969Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:20.969Z] e15dd8d4bb2a: Layer already exists [2021-03-29T17:50:20.969Z] e25b2cece4a7: Layer already exists [2021-03-29T17:50:20.969Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:35371757325055aee7f990cc1fa5f371af418e0bafcf670f301f0e34865c26c8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:21.277Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:21.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-29T17:50:21.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-29T17:50:21.577Z] e25b2cece4a7: Preparing [2021-03-29T17:50:21.577Z] 48e831a7b774: Preparing [2021-03-29T17:50:21.577Z] 5450059db7d1: Preparing [2021-03-29T17:50:21.577Z] e15dd8d4bb2a: Preparing [2021-03-29T17:50:21.577Z] fa29914ad24c: Preparing [2021-03-29T17:50:21.577Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:21.577Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:21.577Z] e15dd8d4bb2a: Layer already exists [2021-03-29T17:50:21.577Z] e25b2cece4a7: Layer already exists [2021-03-29T17:50:21.577Z] 48e831a7b774: Layer already exists [2021-03-29T17:50:21.577Z] master: digest: sha256:35371757325055aee7f990cc1fa5f371af418e0bafcf670f301f0e34865c26c8 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:50:21.769Z] ===================================================== [Pipeline] echo [2021-03-29T17:50:21.815Z] taggedImages: [2021-03-29T17:50:21.815Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:21.815Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.147 [2021-03-29T17:50:21.815Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:21.815Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-29T17:50:21.881Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-29T17:50:21.881Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:21.881Z] 2.0.0-dev.147 [2021-03-29T17:50:21.881Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:21.881Z] master [2021-03-29T17:50:21.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:22.364Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:22.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:22.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-29T17:50:22.665Z] 6682e9cf727d: Preparing [2021-03-29T17:50:22.665Z] f3a0065aa089: Preparing [2021-03-29T17:50:22.665Z] 5450059db7d1: Preparing [2021-03-29T17:50:22.665Z] 9ee27994d9ed: Preparing [2021-03-29T17:50:22.665Z] fa29914ad24c: Preparing [2021-03-29T17:50:22.665Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:22.665Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:22.665Z] 9ee27994d9ed: Layer already exists [2021-03-29T17:50:22.665Z] 6682e9cf727d: Pushed [2021-03-29T17:50:22.792Z] Removing intermediate container f29a9ac3a943 [2021-03-29T17:50:22.792Z] ---> e926f658f955 [2021-03-29T17:50:22.792Z] Step 8/22 : COPY . . [2021-03-29T17:50:23.401Z] Removing intermediate container 5c5dc598cfae [2021-03-29T17:50:23.401Z] ---> 553f50f4bacc [2021-03-29T17:50:23.401Z] Step 8/26 : COPY . . [2021-03-29T17:50:23.684Z] Removing intermediate container 88ff0d53d84a [2021-03-29T17:50:23.684Z] ---> 52c430abca98 [2021-03-29T17:50:23.684Z] Step 8/23 : COPY . . [2021-03-29T17:50:24.054Z] f3a0065aa089: Pushed [2021-03-29T17:50:24.054Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:41fd8afe511ce8cff7679f276c2e6db22695f79eca66165a9fd5e60aabc509c1 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:24.367Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:24.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.147 [2021-03-29T17:50:24.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-29T17:50:24.666Z] 6682e9cf727d: Preparing [2021-03-29T17:50:24.666Z] f3a0065aa089: Preparing [2021-03-29T17:50:24.666Z] 5450059db7d1: Preparing [2021-03-29T17:50:24.666Z] 9ee27994d9ed: Preparing [2021-03-29T17:50:24.666Z] fa29914ad24c: Preparing [2021-03-29T17:50:24.666Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:24.666Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:24.666Z] 6682e9cf727d: Layer already exists [2021-03-29T17:50:24.666Z] f3a0065aa089: Layer already exists [2021-03-29T17:50:24.666Z] 9ee27994d9ed: Layer already exists [2021-03-29T17:50:24.666Z] 2.0.0-dev.147: digest: sha256:41fd8afe511ce8cff7679f276c2e6db22695f79eca66165a9fd5e60aabc509c1 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:24.971Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:25.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:25.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-29T17:50:25.534Z] 6682e9cf727d: Preparing [2021-03-29T17:50:25.534Z] f3a0065aa089: Preparing [2021-03-29T17:50:25.534Z] 5450059db7d1: Preparing [2021-03-29T17:50:25.534Z] 9ee27994d9ed: Preparing [2021-03-29T17:50:25.534Z] fa29914ad24c: Preparing [2021-03-29T17:50:25.534Z] 6682e9cf727d: Layer already exists [2021-03-29T17:50:25.534Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:25.534Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:25.534Z] f3a0065aa089: Layer already exists [2021-03-29T17:50:25.534Z] 9ee27994d9ed: Layer already exists [2021-03-29T17:50:25.534Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:41fd8afe511ce8cff7679f276c2e6db22695f79eca66165a9fd5e60aabc509c1 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:25.908Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:26.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-29T17:50:26.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-29T17:50:26.241Z] 6682e9cf727d: Preparing [2021-03-29T17:50:26.241Z] f3a0065aa089: Preparing [2021-03-29T17:50:26.241Z] 5450059db7d1: Preparing [2021-03-29T17:50:26.241Z] 9ee27994d9ed: Preparing [2021-03-29T17:50:26.241Z] fa29914ad24c: Preparing [2021-03-29T17:50:26.241Z] 9ee27994d9ed: Layer already exists [2021-03-29T17:50:26.241Z] 5450059db7d1: Layer already exists [2021-03-29T17:50:26.241Z] f3a0065aa089: Layer already exists [2021-03-29T17:50:26.241Z] 6682e9cf727d: Layer already exists [2021-03-29T17:50:26.241Z] fa29914ad24c: Layer already exists [2021-03-29T17:50:26.241Z] master: digest: sha256:41fd8afe511ce8cff7679f276c2e6db22695f79eca66165a9fd5e60aabc509c1 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:50:26.447Z] ===================================================== [Pipeline] echo [2021-03-29T17:50:26.491Z] taggedImages: [2021-03-29T17:50:26.491Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:26.491Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.147 [2021-03-29T17:50:26.491Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:26.491Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-29T17:50:26.557Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-29T17:50:26.557Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:26.557Z] 2.0.0-dev.147 [2021-03-29T17:50:26.557Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:26.557Z] master [2021-03-29T17:50:26.557Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:27.051Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:27.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:27.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-29T17:50:27.360Z] 1deb803aef49: Preparing [2021-03-29T17:50:27.360Z] af1666e9a866: Preparing [2021-03-29T17:50:27.360Z] 9a551bdec637: Preparing [2021-03-29T17:50:27.360Z] c0513a9d1968: Preparing [2021-03-29T17:50:27.360Z] 87268fea6393: Preparing [2021-03-29T17:50:27.360Z] 12bde88dcd40: Preparing [2021-03-29T17:50:27.360Z] b1860ab62f56: Preparing [2021-03-29T17:50:27.360Z] 0754057c0ad3: Preparing [2021-03-29T17:50:27.360Z] 998cdf262ab1: Preparing [2021-03-29T17:50:27.360Z] 02e56110abd2: Preparing [2021-03-29T17:50:27.360Z] abc36efb885a: Preparing [2021-03-29T17:50:27.360Z] b0b09059f4e1: Preparing [2021-03-29T17:50:27.360Z] bb961f40224b: Preparing [2021-03-29T17:50:27.360Z] f4666769fca7: Preparing [2021-03-29T17:50:27.360Z] 12bde88dcd40: Waiting [2021-03-29T17:50:27.360Z] b1860ab62f56: Waiting [2021-03-29T17:50:27.360Z] 0754057c0ad3: Waiting [2021-03-29T17:50:27.360Z] 998cdf262ab1: Waiting [2021-03-29T17:50:27.360Z] 02e56110abd2: Waiting [2021-03-29T17:50:27.360Z] abc36efb885a: Waiting [2021-03-29T17:50:27.360Z] b0b09059f4e1: Waiting [2021-03-29T17:50:27.360Z] bb961f40224b: Waiting [2021-03-29T17:50:27.360Z] f4666769fca7: Waiting [2021-03-29T17:50:27.627Z] 87268fea6393: Pushed [2021-03-29T17:50:27.627Z] 1deb803aef49: Pushed [2021-03-29T17:50:27.892Z] c0513a9d1968: Pushed [2021-03-29T17:50:27.892Z] 0754057c0ad3: Layer already exists [2021-03-29T17:50:27.892Z] 998cdf262ab1: Layer already exists [2021-03-29T17:50:27.892Z] 02e56110abd2: Layer already exists [2021-03-29T17:50:27.892Z] b1860ab62f56: Pushed [2021-03-29T17:50:27.892Z] abc36efb885a: Layer already exists [2021-03-29T17:50:27.892Z] b0b09059f4e1: Layer already exists [2021-03-29T17:50:27.892Z] bb961f40224b: Layer already exists [2021-03-29T17:50:27.892Z] f4666769fca7: Layer already exists [2021-03-29T17:50:28.156Z] af1666e9a866: Pushed [2021-03-29T17:50:28.730Z] 12bde88dcd40: Pushed [2021-03-29T17:50:32.035Z] 9a551bdec637: Pushed [2021-03-29T17:50:32.035Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:37f6d0cec136e300b0b757648a0946aa7b1da043932fe51416331387759e59a4 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:32.340Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:32.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.147 [2021-03-29T17:50:32.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-29T17:50:32.637Z] 1deb803aef49: Preparing [2021-03-29T17:50:32.637Z] af1666e9a866: Preparing [2021-03-29T17:50:32.637Z] 9a551bdec637: Preparing [2021-03-29T17:50:32.637Z] c0513a9d1968: Preparing [2021-03-29T17:50:32.637Z] 87268fea6393: Preparing [2021-03-29T17:50:32.637Z] 12bde88dcd40: Preparing [2021-03-29T17:50:32.637Z] b1860ab62f56: Preparing [2021-03-29T17:50:32.637Z] 0754057c0ad3: Preparing [2021-03-29T17:50:32.637Z] 998cdf262ab1: Preparing [2021-03-29T17:50:32.637Z] 02e56110abd2: Preparing [2021-03-29T17:50:32.637Z] abc36efb885a: Preparing [2021-03-29T17:50:32.637Z] b0b09059f4e1: Preparing [2021-03-29T17:50:32.637Z] bb961f40224b: Preparing [2021-03-29T17:50:32.637Z] f4666769fca7: Preparing [2021-03-29T17:50:32.637Z] b1860ab62f56: Waiting [2021-03-29T17:50:32.637Z] b0b09059f4e1: Waiting [2021-03-29T17:50:32.637Z] bb961f40224b: Waiting [2021-03-29T17:50:32.637Z] f4666769fca7: Waiting [2021-03-29T17:50:32.637Z] abc36efb885a: Waiting [2021-03-29T17:50:32.637Z] 0754057c0ad3: Waiting [2021-03-29T17:50:32.637Z] 998cdf262ab1: Waiting [2021-03-29T17:50:32.637Z] 02e56110abd2: Waiting [2021-03-29T17:50:32.637Z] 12bde88dcd40: Waiting [2021-03-29T17:50:32.637Z] af1666e9a866: Layer already exists [2021-03-29T17:50:32.637Z] 1deb803aef49: Layer already exists [2021-03-29T17:50:32.637Z] 87268fea6393: Layer already exists [2021-03-29T17:50:32.637Z] 9a551bdec637: Layer already exists [2021-03-29T17:50:32.637Z] c0513a9d1968: Layer already exists [2021-03-29T17:50:32.637Z] 12bde88dcd40: Layer already exists [2021-03-29T17:50:32.637Z] 02e56110abd2: Layer already exists [2021-03-29T17:50:32.637Z] 0754057c0ad3: Layer already exists [2021-03-29T17:50:32.637Z] b1860ab62f56: Layer already exists [2021-03-29T17:50:32.637Z] 998cdf262ab1: Layer already exists [2021-03-29T17:50:32.637Z] abc36efb885a: Layer already exists [2021-03-29T17:50:32.637Z] b0b09059f4e1: Layer already exists [2021-03-29T17:50:32.637Z] bb961f40224b: Layer already exists [2021-03-29T17:50:32.637Z] f4666769fca7: Layer already exists [2021-03-29T17:50:32.637Z] 2.0.0-dev.147: digest: sha256:37f6d0cec136e300b0b757648a0946aa7b1da043932fe51416331387759e59a4 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:32.938Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:33.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:33.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-29T17:50:33.235Z] 1deb803aef49: Preparing [2021-03-29T17:50:33.235Z] af1666e9a866: Preparing [2021-03-29T17:50:33.235Z] 9a551bdec637: Preparing [2021-03-29T17:50:33.235Z] c0513a9d1968: Preparing [2021-03-29T17:50:33.235Z] 87268fea6393: Preparing [2021-03-29T17:50:33.235Z] 12bde88dcd40: Preparing [2021-03-29T17:50:33.235Z] b1860ab62f56: Preparing [2021-03-29T17:50:33.235Z] 0754057c0ad3: Preparing [2021-03-29T17:50:33.235Z] 998cdf262ab1: Preparing [2021-03-29T17:50:33.235Z] 02e56110abd2: Preparing [2021-03-29T17:50:33.235Z] abc36efb885a: Preparing [2021-03-29T17:50:33.235Z] b0b09059f4e1: Preparing [2021-03-29T17:50:33.235Z] bb961f40224b: Preparing [2021-03-29T17:50:33.235Z] f4666769fca7: Preparing [2021-03-29T17:50:33.235Z] 12bde88dcd40: Waiting [2021-03-29T17:50:33.235Z] abc36efb885a: Waiting [2021-03-29T17:50:33.235Z] b0b09059f4e1: Waiting [2021-03-29T17:50:33.235Z] bb961f40224b: Waiting [2021-03-29T17:50:33.235Z] f4666769fca7: Waiting [2021-03-29T17:50:33.235Z] b1860ab62f56: Waiting [2021-03-29T17:50:33.235Z] 0754057c0ad3: Waiting [2021-03-29T17:50:33.235Z] 998cdf262ab1: Waiting [2021-03-29T17:50:33.235Z] 02e56110abd2: Waiting [2021-03-29T17:50:33.235Z] 9a551bdec637: Layer already exists [2021-03-29T17:50:33.235Z] c0513a9d1968: Layer already exists [2021-03-29T17:50:33.235Z] 1deb803aef49: Layer already exists [2021-03-29T17:50:33.235Z] 87268fea6393: Layer already exists [2021-03-29T17:50:33.235Z] af1666e9a866: Layer already exists [2021-03-29T17:50:33.235Z] b1860ab62f56: Layer already exists [2021-03-29T17:50:33.235Z] 998cdf262ab1: Layer already exists [2021-03-29T17:50:33.235Z] 12bde88dcd40: Layer already exists [2021-03-29T17:50:33.235Z] 0754057c0ad3: Layer already exists [2021-03-29T17:50:33.235Z] 02e56110abd2: Layer already exists [2021-03-29T17:50:33.235Z] abc36efb885a: Layer already exists [2021-03-29T17:50:33.235Z] f4666769fca7: Layer already exists [2021-03-29T17:50:33.235Z] b0b09059f4e1: Layer already exists [2021-03-29T17:50:33.235Z] bb961f40224b: Layer already exists [2021-03-29T17:50:33.235Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:37f6d0cec136e300b0b757648a0946aa7b1da043932fe51416331387759e59a4 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:33.536Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:50:33.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-29T17:50:33.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-29T17:50:33.835Z] 1deb803aef49: Preparing [2021-03-29T17:50:33.835Z] af1666e9a866: Preparing [2021-03-29T17:50:33.835Z] 9a551bdec637: Preparing [2021-03-29T17:50:33.835Z] c0513a9d1968: Preparing [2021-03-29T17:50:33.835Z] 87268fea6393: Preparing [2021-03-29T17:50:33.835Z] 12bde88dcd40: Preparing [2021-03-29T17:50:33.835Z] b1860ab62f56: Preparing [2021-03-29T17:50:33.835Z] 0754057c0ad3: Preparing [2021-03-29T17:50:33.835Z] 998cdf262ab1: Preparing [2021-03-29T17:50:33.835Z] 02e56110abd2: Preparing [2021-03-29T17:50:33.835Z] abc36efb885a: Preparing [2021-03-29T17:50:33.835Z] b0b09059f4e1: Preparing [2021-03-29T17:50:33.835Z] bb961f40224b: Preparing [2021-03-29T17:50:33.835Z] f4666769fca7: Preparing [2021-03-29T17:50:33.835Z] 0754057c0ad3: Waiting [2021-03-29T17:50:33.835Z] 998cdf262ab1: Waiting [2021-03-29T17:50:33.835Z] 02e56110abd2: Waiting [2021-03-29T17:50:33.835Z] abc36efb885a: Waiting [2021-03-29T17:50:33.835Z] b0b09059f4e1: Waiting [2021-03-29T17:50:33.835Z] bb961f40224b: Waiting [2021-03-29T17:50:33.835Z] f4666769fca7: Waiting [2021-03-29T17:50:33.835Z] 12bde88dcd40: Waiting [2021-03-29T17:50:33.835Z] b1860ab62f56: Waiting [2021-03-29T17:50:33.835Z] 9a551bdec637: Layer already exists [2021-03-29T17:50:33.835Z] c0513a9d1968: Layer already exists [2021-03-29T17:50:33.835Z] 1deb803aef49: Layer already exists [2021-03-29T17:50:33.835Z] af1666e9a866: Layer already exists [2021-03-29T17:50:33.835Z] 87268fea6393: Layer already exists [2021-03-29T17:50:33.835Z] 12bde88dcd40: Layer already exists [2021-03-29T17:50:33.835Z] b1860ab62f56: Layer already exists [2021-03-29T17:50:33.835Z] 0754057c0ad3: Layer already exists [2021-03-29T17:50:33.835Z] 02e56110abd2: Layer already exists [2021-03-29T17:50:33.835Z] 998cdf262ab1: Layer already exists [2021-03-29T17:50:33.835Z] abc36efb885a: Layer already exists [2021-03-29T17:50:33.835Z] b0b09059f4e1: Layer already exists [2021-03-29T17:50:33.835Z] f4666769fca7: Layer already exists [2021-03-29T17:50:33.835Z] bb961f40224b: Layer already exists [2021-03-29T17:50:33.835Z] master: digest: sha256:37f6d0cec136e300b0b757648a0946aa7b1da043932fe51416331387759e59a4 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:50:34.060Z] ===================================================== [Pipeline] echo [2021-03-29T17:50:34.107Z] taggedImages: [2021-03-29T17:50:34.107Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:34.107Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.147 [2021-03-29T17:50:34.107Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:50:34.107Z] - 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-03-29T17:50:39.016Z] ---> 43a0e10d362b [2021-03-29T17:50:39.016Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T17:50:39.017Z] ---> 77d2e47ab401 [2021-03-29T17:50:39.017Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T17:50:39.017Z] ---> 62543e51b275 [2021-03-29T17:50:39.017Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T17:50:39.293Z] ---> Running in 8b63407a8d62 [2021-03-29T17:50:39.293Z] ---> Running in f07938d3c148 [2021-03-29T17:50:39.293Z] ---> Running in e4929e91fcbc [2021-03-29T17:50:39.567Z] Removing intermediate container ae834467d160 [2021-03-29T17:50:39.567Z] ---> fee1cc6be6c8 [2021-03-29T17:50:39.567Z] [2021-03-29T17:50:39.567Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T17:50:39.567Z] ---> e47305ac9786 [2021-03-29T17:50:39.567Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T17:50:39.567Z] ---> Using cache [2021-03-29T17:50:39.567Z] ---> 3a7141a8f167 [2021-03-29T17:50:39.567Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T17:50:39.567Z] ---> Using cache [2021-03-29T17:50:39.567Z] ---> 75bc0d631e6a [2021-03-29T17:50:39.567Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T17:50:39.845Z] ---> Running in 9996b9fe953a [2021-03-29T17:50:40.850Z] Removing intermediate container 9996b9fe953a [2021-03-29T17:50:40.850Z] ---> 9aac61dac99a [2021-03-29T17:50:40.850Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T17:50:40.850Z] ---> Running in 9c5b3fdacf44 [2021-03-29T17:50:41.131Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T17:50:41.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T17:50:41.408Z] Removing intermediate container 9c5b3fdacf44 [2021-03-29T17:50:41.408Z] ---> 097ec2d479bb [2021-03-29T17:50:41.408Z] Step 15/23 : WORKDIR / [2021-03-29T17:50:41.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T17:50:41.687Z] ---> Running in 9bd2a5092645 [2021-03-29T17:50:42.288Z] Removing intermediate container 9bd2a5092645 [2021-03-29T17:50:42.288Z] ---> 3fc9efddd024 [2021-03-29T17:50:42.288Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:50:43.747Z] ---> e804eda78416 [2021-03-29T17:50:43.747Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T17:50:45.230Z] ---> 9f5bc2033350 [2021-03-29T17:50:45.230Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T17:50:46.699Z] ---> ce28bfabddf1 [2021-03-29T17:50:46.699Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T17:50:46.699Z] ---> Running in 47029f6b7422 [2021-03-29T17:50:47.304Z] Removing intermediate container 47029f6b7422 [2021-03-29T17:50:47.304Z] ---> cd692b5eaf87 [2021-03-29T17:50:47.304Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:50:47.579Z] ---> Running in 81e6de5b457f [2021-03-29T17:50:48.197Z] Removing intermediate container 81e6de5b457f [2021-03-29T17:50:48.197Z] ---> bf351f3ec045 [2021-03-29T17:50:48.197Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T17:50:48.197Z] ---> Running in 9f4d2f5af3f9 [2021-03-29T17:50:49.188Z] Removing intermediate container 9f4d2f5af3f9 [2021-03-29T17:50:49.188Z] ---> 8635063b07d3 [2021-03-29T17:50:49.188Z] Step 22/23 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:50:49.188Z] ---> Running in 64913d440273 [2021-03-29T17:50:49.788Z] Removing intermediate container 64913d440273 [2021-03-29T17:50:49.788Z] ---> 47726d04fa93 [2021-03-29T17:50:49.788Z] Step 23/23 : LABEL version=2.0.0-dev.147 [2021-03-29T17:50:50.068Z] ---> Running in 311ac1782c7c [2021-03-29T17:50:50.679Z] Removing intermediate container 311ac1782c7c [2021-03-29T17:50:50.679Z] ---> 412f689bb250 [2021-03-29T17:50:50.679Z] [2021-03-29T17:50:51.285Z] Successfully built 412f689bb250 [2021-03-29T17:50:51.285Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-29T17:51:59.371Z]  Building docker-core-command-go ... done Removing intermediate container 8b63407a8d62 [2021-03-29T17:51:59.371Z] ---> a4b0ee021430 [2021-03-29T17:51:59.371Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T17:51:59.371Z] ---> Running in bf0026831f69 [2021-03-29T17:51:59.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.147" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T17:51:59.371Z] Removing intermediate container bf0026831f69 [2021-03-29T17:51:59.371Z] ---> 4b0407ab68d1 [2021-03-29T17:51:59.371Z] [2021-03-29T17:51:59.371Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T17:51:59.371Z] 20.10.0: Pulling from library/docker [2021-03-29T17:51:59.371Z] Removing intermediate container e4929e91fcbc [2021-03-29T17:51:59.371Z] ---> 2ca018222624 [2021-03-29T17:51:59.371Z] [2021-03-29T17:51:59.371Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T17:51:59.371Z] ---> e47305ac9786 [2021-03-29T17:51:59.371Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T17:51:59.371Z] ---> Running in 844af08df10f [2021-03-29T17:51:59.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:51:59.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:51:59.371Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T17:51:59.371Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T17:51:59.371Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:51:59.371Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T17:51:59.371Z] OK: 6 MiB in 16 packages [2021-03-29T17:52:02.782Z] Removing intermediate container 844af08df10f [2021-03-29T17:52:02.782Z] ---> 752d9dc1b00a [2021-03-29T17:52:02.782Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T17:52:02.782Z] ---> Running in 7c4eec169251 [2021-03-29T17:52:03.054Z] Removing intermediate container 7c4eec169251 [2021-03-29T17:52:03.054Z] ---> dafd50adc124 [2021-03-29T17:52:03.054Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T17:52:03.331Z] ---> Running in f8971693f22e [2021-03-29T17:52:04.320Z] Removing intermediate container f8971693f22e [2021-03-29T17:52:04.320Z] ---> 2dde71fca0ad [2021-03-29T17:52:04.320Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T17:52:04.320Z] ---> Running in 966c1685fe86 [2021-03-29T17:52:05.308Z] Removing intermediate container 966c1685fe86 [2021-03-29T17:52:05.308Z] ---> c68ba026cb85 [2021-03-29T17:52:05.308Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:52:05.911Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T17:52:05.911Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T17:52:05.911Z] ---> eeaf43b92773 [2021-03-29T17:52:05.911Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T17:52:06.196Z] ---> Running in e6c27610f97b [2021-03-29T17:52:06.474Z] ---> bb5875557e49 [2021-03-29T17:52:06.474Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T17:52:06.751Z] Removing intermediate container f07938d3c148 [2021-03-29T17:52:06.751Z] ---> 72976328c34c [2021-03-29T17:52:06.751Z] [2021-03-29T17:52:06.751Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T17:52:06.751Z] ---> e47305ac9786 [2021-03-29T17:52:06.751Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T17:52:07.357Z] ---> Running in 9cdb5863b5e6 [2021-03-29T17:52:07.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:52:07.911Z] Removing intermediate container 9cdb5863b5e6 [2021-03-29T17:52:07.911Z] ---> 0ae5b6a9e102 [2021-03-29T17:52:07.911Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T17:52:07.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:52:07.911Z] ---> 65b8b76afe7c [2021-03-29T17:52:07.911Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T17:52:07.911Z] ---> Running in e0a478890e8b [2021-03-29T17:52:08.515Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T17:52:08.515Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T17:52:08.515Z] Executing bash-5.0.17-r0.post-install [2021-03-29T17:52:08.515Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:52:08.515Z] OK: 12 MiB in 22 packages [2021-03-29T17:52:08.515Z] Removing intermediate container e0a478890e8b [2021-03-29T17:52:08.515Z] ---> 3718b282eaec [2021-03-29T17:52:08.515Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T17:52:08.795Z] ---> Running in c99ebf5e25a5 [2021-03-29T17:52:08.795Z] ---> dc65feb8212a [2021-03-29T17:52:08.795Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T17:52:09.074Z] ---> Running in bd214abc4e52 [2021-03-29T17:52:09.349Z] Removing intermediate container c99ebf5e25a5 [2021-03-29T17:52:09.349Z] ---> 421ca61092d1 [2021-03-29T17:52:09.349Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:52:09.638Z] ---> Running in bf02183668fa [2021-03-29T17:52:09.638Z] Removing intermediate container bd214abc4e52 [2021-03-29T17:52:09.638Z] ---> f04e0439163c [2021-03-29T17:52:09.638Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:52:09.916Z] ---> Running in 115986ed23d4 [2021-03-29T17:52:09.916Z] Removing intermediate container e6c27610f97b [2021-03-29T17:52:09.916Z] ---> 61b35b6359fd [2021-03-29T17:52:09.916Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T17:52:10.192Z] ---> Running in 7fd441963905 [2021-03-29T17:52:10.472Z] Removing intermediate container 115986ed23d4 [2021-03-29T17:52:10.472Z] ---> ad1cd0ca486e [2021-03-29T17:52:10.472Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T17:52:10.750Z] ---> Running in 68b5f31439d3 [2021-03-29T17:52:10.750Z] Removing intermediate container 7fd441963905 [2021-03-29T17:52:10.750Z] ---> bf9c0c5b100b [2021-03-29T17:52:10.750Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T17:52:11.050Z] ---> Running in 3b56018ce603 [2021-03-29T17:52:11.050Z] Removing intermediate container 68b5f31439d3 [2021-03-29T17:52:11.050Z] ---> 4f4628655dd3 [2021-03-29T17:52:11.050Z] Step 21/22 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:52:11.330Z] ---> Running in 98ba8d6541d4 [2021-03-29T17:52:11.605Z] Removing intermediate container 3b56018ce603 [2021-03-29T17:52:11.605Z] ---> 98e30e263f98 [2021-03-29T17:52:11.605Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T17:52:12.587Z] ---> Running in a5a9e9d0cadd [2021-03-29T17:52:12.587Z] Removing intermediate container 98ba8d6541d4 [2021-03-29T17:52:12.587Z] ---> 14c197d98aad [2021-03-29T17:52:12.587Z] Step 22/22 : LABEL version=2.0.0-dev.147 [2021-03-29T17:52:12.872Z] ---> Running in a1e515cef767 [2021-03-29T17:52:13.149Z] Removing intermediate container a5a9e9d0cadd [2021-03-29T17:52:13.149Z] ---> ac83569ee23a [2021-03-29T17:52:13.149Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T17:52:13.149Z] Removing intermediate container bf02183668fa [2021-03-29T17:52:13.149Z] ---> d8aa8961286e [2021-03-29T17:52:13.149Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T17:52:13.425Z] ---> Running in 786c9bf5762d [2021-03-29T17:52:13.425Z] Removing intermediate container a1e515cef767 [2021-03-29T17:52:13.425Z] ---> bb25eb57d9d6 [2021-03-29T17:52:13.425Z] [2021-03-29T17:52:14.031Z] Successfully built bb25eb57d9d6 [2021-03-29T17:52:14.031Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-29T17:52:14.633Z]  Building docker-support-notifications-go ... done  ---> 3dceedd0ef82 [2021-03-29T17:52:14.633Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T17:52:14.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:52:15.232Z] ---> 537b3302dd0f [2021-03-29T17:52:15.232Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T17:52:15.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:52:15.833Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T17:52:16.108Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T17:52:16.108Z] ---> 10154fd738af [2021-03-29T17:52:16.108Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T17:52:16.108Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T17:52:16.108Z] ---> Running in 19c3ebd522c9 [2021-03-29T17:52:16.108Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T17:52:16.383Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T17:52:16.383Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T17:52:16.667Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:52:16.667Z] OK: 8 MiB in 20 packages [2021-03-29T17:52:17.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:52:17.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:52:17.929Z] Removing intermediate container 786c9bf5762d [2021-03-29T17:52:17.929Z] ---> c9ab5efba3e1 [2021-03-29T17:52:17.929Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:52:18.206Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T17:52:18.206Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T17:52:18.206Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T17:52:18.206Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T17:52:18.206Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T17:52:18.206Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T17:52:18.206Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T17:52:18.800Z] ---> 04fec7d2839f [2021-03-29T17:52:18.800Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T17:52:20.233Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T17:52:20.233Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T17:52:20.233Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T17:52:20.233Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T17:52:20.233Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T17:52:20.233Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T17:52:20.233Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T17:52:20.233Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T17:52:20.233Z] ---> 13bb64bd8c4e [2021-03-29T17:52:20.233Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T17:52:20.233Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T17:52:20.233Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T17:52:20.233Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T17:52:20.507Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T17:52:20.507Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T17:52:20.507Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T17:52:20.507Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T17:52:20.507Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T17:52:20.507Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T17:52:20.507Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T17:52:20.507Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T17:52:20.507Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T17:52:20.507Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T17:52:20.507Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T17:52:20.507Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T17:52:20.507Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T17:52:20.507Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T17:52:20.507Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T17:52:20.779Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:52:20.779Z] OK: 71 MiB in 55 packages [2021-03-29T17:52:21.057Z] ---> f81ad95c1f45 [2021-03-29T17:52:21.058Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T17:52:21.335Z] ---> Running in 267e74d18802 [2021-03-29T17:52:21.934Z] Removing intermediate container 267e74d18802 [2021-03-29T17:52:21.934Z] ---> c6dccac12462 [2021-03-29T17:52:21.934Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:52:22.206Z] ---> Running in 6c6b9a1668e1 [2021-03-29T17:52:22.800Z] Removing intermediate container 6c6b9a1668e1 [2021-03-29T17:52:22.800Z] ---> 4743f9dc4b19 [2021-03-29T17:52:22.800Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T17:52:22.800Z] ---> Running in c4dfc5aab196 [2021-03-29T17:52:23.409Z] Removing intermediate container c4dfc5aab196 [2021-03-29T17:52:23.409Z] ---> 597182443be8 [2021-03-29T17:52:23.409Z] Step 22/23 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:52:23.681Z] ---> Running in 625a381fbba5 [2021-03-29T17:52:24.276Z] Removing intermediate container 625a381fbba5 [2021-03-29T17:52:24.276Z] ---> a24475454c68 [2021-03-29T17:52:24.276Z] Step 23/23 : LABEL version=2.0.0-dev.147 [2021-03-29T17:52:24.276Z] ---> Running in 7da77c548b50 [2021-03-29T17:52:24.877Z] Removing intermediate container 7da77c548b50 [2021-03-29T17:52:24.877Z] ---> d7e4cc8b21fc [2021-03-29T17:52:24.877Z] [2021-03-29T17:52:25.153Z] Successfully built d7e4cc8b21fc [2021-03-29T17:52:25.153Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-29T17:52:26.134Z]  Building docker-core-data-go ... done Removing intermediate container 19c3ebd522c9 [2021-03-29T17:52:26.134Z] ---> ad86f9f5d37a [2021-03-29T17:52:26.134Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T17:52:26.409Z] ---> Running in 463e68cb5342 [2021-03-29T17:52:31.813Z] Collecting docker-compose==1.23.2 [2021-03-29T17:52:31.814Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T17:52:31.814Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T17:52:31.814Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T17:52:32.086Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T17:52:32.086Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T17:52:34.057Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T17:52:34.057Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T17:52:36.670Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T17:52:36.670Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T17:52:37.264Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T17:52:37.264Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T17:52:37.536Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T17:52:37.536Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T17:52:40.142Z] Collecting PyYAML<4,>=3.10 [2021-03-29T17:52:40.142Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T17:52:42.823Z] 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-03-29T17:52:43.108Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T17:52:43.108Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T17:52:44.092Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T17:52:44.092Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T17:52:44.092Z] 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-03-29T17:52:44.364Z] Collecting idna<2.8,>=2.5 [2021-03-29T17:52:44.364Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T17:52:44.364Z] 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-03-29T17:52:44.959Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T17:52:44.959Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T17:52:45.230Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T17:52:45.230Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T17:52:45.501Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T17:52:45.501Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T17:52:45.501Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T17:52:45.501Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T17:52:46.097Z] Installing collected packages: jsonschema, texttable, dockerpty, idna, urllib3, requests, websocket-client, docopt, PyYAML, cached-property, docker-pycreds, docker, docker-compose [2021-03-29T17:52:46.372Z] Running setup.py install for texttable: started [2021-03-29T17:52:48.351Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T17:52:48.351Z] Running setup.py install for dockerpty: started [2021-03-29T17:52:50.317Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T17:52:50.317Z] Attempting uninstall: idna [2021-03-29T17:52:50.317Z] Found existing installation: idna 2.9 [2021-03-29T17:52:50.318Z] Uninstalling idna-2.9: [2021-03-29T17:52:50.318Z] Successfully uninstalled idna-2.9 [2021-03-29T17:52:50.590Z] Attempting uninstall: urllib3 [2021-03-29T17:52:50.590Z] Found existing installation: urllib3 1.25.9 [2021-03-29T17:52:50.590Z] Uninstalling urllib3-1.25.9: [2021-03-29T17:52:50.861Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T17:52:51.458Z] Attempting uninstall: requests [2021-03-29T17:52:51.458Z] Found existing installation: requests 2.23.0 [2021-03-29T17:52:51.458Z] Uninstalling requests-2.23.0: [2021-03-29T17:52:51.458Z] Successfully uninstalled requests-2.23.0 [2021-03-29T17:52:52.059Z] Running setup.py install for docopt: started [2021-03-29T17:52:54.037Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T17:52:54.037Z] Running setup.py install for PyYAML: started [2021-03-29T17:52:56.022Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T17:52:57.453Z] 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-03-29T17:53:00.842Z] Removing intermediate container 463e68cb5342 [2021-03-29T17:53:00.842Z] ---> eba58ab0af20 [2021-03-29T17:53:00.842Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T17:53:01.125Z] ---> Running in 230638219c54 [2021-03-29T17:53:02.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:53:02.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:53:02.662Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T17:53:02.662Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T17:53:02.936Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T17:53:02.936Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:53:02.936Z] OK: 72 MiB in 58 packages [2021-03-29T17:53:03.917Z] Removing intermediate container 230638219c54 [2021-03-29T17:53:03.917Z] ---> 8dd491265146 [2021-03-29T17:53:03.917Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T17:53:04.198Z] ---> Running in 1b6ba85473ab [2021-03-29T17:53:04.796Z] Removing intermediate container 1b6ba85473ab [2021-03-29T17:53:04.796Z] ---> ebd0141e2596 [2021-03-29T17:53:04.796Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:53:04.796Z] ---> Running in a081a984a553 [2021-03-29T17:53:05.393Z] Removing intermediate container a081a984a553 [2021-03-29T17:53:05.393Z] ---> e85fab9db64f [2021-03-29T17:53:05.393Z] Step 24/26 : LABEL arch=arm64 [2021-03-29T17:53:05.393Z] ---> Running in a094928bfe0c [2021-03-29T17:53:05.991Z] Removing intermediate container a094928bfe0c [2021-03-29T17:53:05.991Z] ---> dfd7b7657c18 [2021-03-29T17:53:05.991Z] Step 25/26 : LABEL git_sha=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:05.991Z] ---> Running in d324c8b2d8f5 [2021-03-29T17:53:06.591Z] Removing intermediate container d324c8b2d8f5 [2021-03-29T17:53:06.591Z] ---> 452be67d8007 [2021-03-29T17:53:06.591Z] Step 26/26 : LABEL version=2.0.0-dev.147 [2021-03-29T17:53:06.591Z] ---> Running in a1f5de37ae8f [2021-03-29T17:53:07.188Z] Removing intermediate container a1f5de37ae8f [2021-03-29T17:53:07.188Z] ---> c74abda6576a [2021-03-29T17:53:07.188Z] [2021-03-29T17:53:07.460Z] Successfully built c74abda6576a [2021-03-29T17:53:07.460Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-29T17:53:07.748Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T17:53:07.744Z] $ docker stop --time=1 a0f77c1f4f2058ffd122ac01b380ae2e137cf4371361ff3326366a6531d1a11f [2021-03-29T17:53:09.715Z] $ docker rm -f a0f77c1f4f2058ffd122ac01b380ae2e137cf4371361ff3326366a6531d1a11f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T17:53:10.508Z] + + docker imagesgrep [2021-03-29T17:53:10.508Z] docker [2021-03-29T17:53:10.779Z] docker-sys-mgmt-agent-go-arm64 latest c74abda6576a 4 seconds ago 300MB [2021-03-29T17:53:10.779Z] docker-core-data-go-arm64 latest d7e4cc8b21fc 46 seconds ago 21.4MB [2021-03-29T17:53:10.779Z] docker-support-notifications-go-arm64 latest bb25eb57d9d6 57 seconds ago 16.9MB [2021-03-29T17:53:10.779Z] docker-core-command-go-arm64 latest 412f689bb250 2 minutes ago 16.3MB [2021-03-29T17:53:10.779Z] docker-security-bootstrapper-go-arm64 latest 279aa5e0d477 3 minutes ago 17.9MB [2021-03-29T17:53:10.779Z] docker-core-metadata-go-arm64 latest 2a362bd8217d 3 minutes ago 17.9MB [2021-03-29T17:53:10.779Z] docker-support-scheduler-go-arm64 latest 2adc8074534e 3 minutes ago 16.4MB [2021-03-29T17:53:10.779Z] docker-security-secretstore-setup-go-arm64 latest cab097854269 3 minutes ago 23.7MB [2021-03-29T17:53:10.779Z] docker-security-proxy-setup-go-arm64 latest 30dabe9de330 3 minutes ago 23.4MB [2021-03-29T17:53:10.779Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T17:53:11.431Z] provisioning config files... [2021-03-29T17:53:11.485Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/415@tmp/config3815462214929583991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:53:11.877Z] ---> docker-login.sh [2021-03-29T17:53:11.877Z] nexus3.edgexfoundry.org:10001 [2021-03-29T17:53:12.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:53:12.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:53:12.419Z] Configure a credential helper to remove this warning. See [2021-03-29T17:53:12.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:53:12.419Z] [2021-03-29T17:53:12.419Z] Login Succeeded [2021-03-29T17:53:12.419Z] nexus3.edgexfoundry.org:10002 [2021-03-29T17:53:12.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:53:12.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:53:12.970Z] Configure a credential helper to remove this warning. See [2021-03-29T17:53:12.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:53:12.970Z] [2021-03-29T17:53:12.970Z] Login Succeeded [2021-03-29T17:53:12.970Z] nexus3.edgexfoundry.org:10003 [2021-03-29T17:53:13.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:53:13.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:53:13.513Z] Configure a credential helper to remove this warning. See [2021-03-29T17:53:13.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:53:13.513Z] [2021-03-29T17:53:13.513Z] Login Succeeded [2021-03-29T17:53:13.513Z] nexus3.edgexfoundry.org:10004 [2021-03-29T17:53:13.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:53:14.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:53:14.057Z] Configure a credential helper to remove this warning. See [2021-03-29T17:53:14.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:53:14.057Z] [2021-03-29T17:53:14.057Z] Login Succeeded [2021-03-29T17:53:14.057Z] docker.io [2021-03-29T17:53:14.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T17:53:14.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T17:53:14.922Z] Configure a credential helper to remove this warning. See [2021-03-29T17:53:14.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T17:53:14.922Z] [2021-03-29T17:53:14.922Z] Login Succeeded [2021-03-29T17:53:14.922Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T17:53:14.938Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:53:15.162Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-29T17:53:15.162Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:15.162Z] 2.0.0-dev.147 [2021-03-29T17:53:15.162Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:15.162Z] master [2021-03-29T17:53:15.162Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:15.709Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:16.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:16.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-29T17:53:16.057Z] 5735facc428b: Preparing [2021-03-29T17:53:16.057Z] 6a7b608d738f: Preparing [2021-03-29T17:53:16.057Z] b3c859bc787f: Preparing [2021-03-29T17:53:16.057Z] e8822aa0d7a0: Preparing [2021-03-29T17:53:16.057Z] b0d13f50be31: Preparing [2021-03-29T17:53:16.335Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:16.335Z] b3c859bc787f: Pushed [2021-03-29T17:53:16.335Z] e8822aa0d7a0: Pushed [2021-03-29T17:53:16.335Z] 5735facc428b: Pushed [2021-03-29T17:53:18.937Z] 6a7b608d738f: Pushed [2021-03-29T17:53:18.937Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:1a9fd6d9bdaa0995fccef50c832bdcec70103a56cf80b54416b7e0fa7edbc4f6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:19.278Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:19.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:19.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-29T17:53:19.618Z] 5735facc428b: Preparing [2021-03-29T17:53:19.618Z] 6a7b608d738f: Preparing [2021-03-29T17:53:19.618Z] b3c859bc787f: Preparing [2021-03-29T17:53:19.618Z] e8822aa0d7a0: Preparing [2021-03-29T17:53:19.618Z] b0d13f50be31: Preparing [2021-03-29T17:53:19.618Z] e8822aa0d7a0: Layer already exists [2021-03-29T17:53:19.618Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:19.618Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:19.618Z] 5735facc428b: Layer already exists [2021-03-29T17:53:19.618Z] 6a7b608d738f: Layer already exists [2021-03-29T17:53:19.889Z] 2.0.0-dev.147: digest: sha256:1a9fd6d9bdaa0995fccef50c832bdcec70103a56cf80b54416b7e0fa7edbc4f6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:20.234Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:20.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:20.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-29T17:53:20.572Z] 5735facc428b: Preparing [2021-03-29T17:53:20.572Z] 6a7b608d738f: Preparing [2021-03-29T17:53:20.572Z] b3c859bc787f: Preparing [2021-03-29T17:53:20.572Z] e8822aa0d7a0: Preparing [2021-03-29T17:53:20.572Z] b0d13f50be31: Preparing [2021-03-29T17:53:20.572Z] 5735facc428b: Layer already exists [2021-03-29T17:53:20.572Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:20.572Z] e8822aa0d7a0: Layer already exists [2021-03-29T17:53:20.572Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:20.572Z] 6a7b608d738f: Layer already exists [2021-03-29T17:53:20.842Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:1a9fd6d9bdaa0995fccef50c832bdcec70103a56cf80b54416b7e0fa7edbc4f6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:21.187Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:21.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-29T17:53:21.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-29T17:53:21.527Z] 5735facc428b: Preparing [2021-03-29T17:53:21.527Z] 6a7b608d738f: Preparing [2021-03-29T17:53:21.527Z] b3c859bc787f: Preparing [2021-03-29T17:53:21.527Z] e8822aa0d7a0: Preparing [2021-03-29T17:53:21.527Z] b0d13f50be31: Preparing [2021-03-29T17:53:21.527Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:21.527Z] e8822aa0d7a0: Layer already exists [2021-03-29T17:53:21.527Z] 6a7b608d738f: Layer already exists [2021-03-29T17:53:21.527Z] 5735facc428b: Layer already exists [2021-03-29T17:53:21.527Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:21.797Z] master: digest: sha256:1a9fd6d9bdaa0995fccef50c832bdcec70103a56cf80b54416b7e0fa7edbc4f6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:53:22.015Z] ===================================================== [Pipeline] echo [2021-03-29T17:53:22.111Z] taggedImages: [2021-03-29T17:53:22.111Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:22.111Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:22.111Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:22.111Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-29T17:53:22.194Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-29T17:53:22.194Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:22.194Z] 2.0.0-dev.147 [2021-03-29T17:53:22.194Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:22.194Z] master [2021-03-29T17:53:22.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:22.701Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:23.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:23.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-29T17:53:23.032Z] ac2c7cf7b1f1: Preparing [2021-03-29T17:53:23.032Z] 463c239cc3d3: Preparing [2021-03-29T17:53:23.032Z] b3c859bc787f: Preparing [2021-03-29T17:53:23.032Z] 88c98ae28505: Preparing [2021-03-29T17:53:23.032Z] b8d9a995e683: Preparing [2021-03-29T17:53:23.032Z] b0d13f50be31: Preparing [2021-03-29T17:53:23.032Z] b0d13f50be31: Waiting [2021-03-29T17:53:23.304Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:23.304Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:23.304Z] ac2c7cf7b1f1: Pushed [2021-03-29T17:53:23.304Z] b8d9a995e683: Pushed [2021-03-29T17:53:24.279Z] 88c98ae28505: Pushed [2021-03-29T17:53:26.308Z] 463c239cc3d3: Pushed [2021-03-29T17:53:26.660Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:269d285f6a7ac64c0df54280de0d30ccfd510841ff4c2d16795380a2a6925880 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:27.029Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:27.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:27.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-29T17:53:27.365Z] ac2c7cf7b1f1: Preparing [2021-03-29T17:53:27.365Z] 463c239cc3d3: Preparing [2021-03-29T17:53:27.365Z] b3c859bc787f: Preparing [2021-03-29T17:53:27.365Z] 88c98ae28505: Preparing [2021-03-29T17:53:27.365Z] b8d9a995e683: Preparing [2021-03-29T17:53:27.365Z] b0d13f50be31: Preparing [2021-03-29T17:53:27.365Z] b0d13f50be31: Waiting [2021-03-29T17:53:27.365Z] 463c239cc3d3: Layer already exists [2021-03-29T17:53:27.365Z] b8d9a995e683: Layer already exists [2021-03-29T17:53:27.365Z] ac2c7cf7b1f1: Layer already exists [2021-03-29T17:53:27.365Z] 88c98ae28505: Layer already exists [2021-03-29T17:53:27.365Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:27.637Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:27.638Z] 2.0.0-dev.147: digest: sha256:269d285f6a7ac64c0df54280de0d30ccfd510841ff4c2d16795380a2a6925880 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:27.986Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:28.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:28.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-29T17:53:28.322Z] ac2c7cf7b1f1: Preparing [2021-03-29T17:53:28.322Z] 463c239cc3d3: Preparing [2021-03-29T17:53:28.322Z] b3c859bc787f: Preparing [2021-03-29T17:53:28.322Z] 88c98ae28505: Preparing [2021-03-29T17:53:28.322Z] b8d9a995e683: Preparing [2021-03-29T17:53:28.322Z] b0d13f50be31: Preparing [2021-03-29T17:53:28.322Z] b0d13f50be31: Waiting [2021-03-29T17:53:28.322Z] b8d9a995e683: Layer already exists [2021-03-29T17:53:28.595Z] 88c98ae28505: Layer already exists [2021-03-29T17:53:28.595Z] 463c239cc3d3: Layer already exists [2021-03-29T17:53:28.595Z] ac2c7cf7b1f1: Layer already exists [2021-03-29T17:53:28.595Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:28.595Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:28.595Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:269d285f6a7ac64c0df54280de0d30ccfd510841ff4c2d16795380a2a6925880 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:28.937Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:29.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-29T17:53:29.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-29T17:53:29.280Z] ac2c7cf7b1f1: Preparing [2021-03-29T17:53:29.280Z] 463c239cc3d3: Preparing [2021-03-29T17:53:29.280Z] b3c859bc787f: Preparing [2021-03-29T17:53:29.280Z] 88c98ae28505: Preparing [2021-03-29T17:53:29.280Z] b8d9a995e683: Preparing [2021-03-29T17:53:29.280Z] b0d13f50be31: Preparing [2021-03-29T17:53:29.280Z] b0d13f50be31: Waiting [2021-03-29T17:53:29.280Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:29.280Z] ac2c7cf7b1f1: Layer already exists [2021-03-29T17:53:29.280Z] b8d9a995e683: Layer already exists [2021-03-29T17:53:29.551Z] 463c239cc3d3: Layer already exists [2021-03-29T17:53:29.551Z] 88c98ae28505: Layer already exists [2021-03-29T17:53:29.551Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:29.551Z] master: digest: sha256:269d285f6a7ac64c0df54280de0d30ccfd510841ff4c2d16795380a2a6925880 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:53:29.755Z] ===================================================== [Pipeline] echo [2021-03-29T17:53:29.804Z] taggedImages: [2021-03-29T17:53:29.804Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:29.804Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:29.804Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:29.804Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-29T17:53:29.871Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-29T17:53:29.872Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:29.872Z] 2.0.0-dev.147 [2021-03-29T17:53:29.872Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:29.872Z] master [2021-03-29T17:53:29.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:30.373Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:30.705Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:30.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-29T17:53:30.705Z] 1742e5aad091: Preparing [2021-03-29T17:53:30.705Z] 32814f76da54: Preparing [2021-03-29T17:53:30.705Z] b3c859bc787f: Preparing [2021-03-29T17:53:30.705Z] e8822aa0d7a0: Preparing [2021-03-29T17:53:30.705Z] b0d13f50be31: Preparing [2021-03-29T17:53:30.975Z] e8822aa0d7a0: Layer already exists [2021-03-29T17:53:30.975Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:30.975Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:30.975Z] 1742e5aad091: Pushed [2021-03-29T17:53:33.582Z] 32814f76da54: Pushed [2021-03-29T17:53:33.852Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:6cee1f84e4c9c42bc1070d032188030844a8dfb64d1c0fd3f9f4a95959db7b93 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:34.191Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:34.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:34.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-29T17:53:34.523Z] 1742e5aad091: Preparing [2021-03-29T17:53:34.523Z] 32814f76da54: Preparing [2021-03-29T17:53:34.523Z] b3c859bc787f: Preparing [2021-03-29T17:53:34.523Z] e8822aa0d7a0: Preparing [2021-03-29T17:53:34.523Z] b0d13f50be31: Preparing [2021-03-29T17:53:34.523Z] 32814f76da54: Layer already exists [2021-03-29T17:53:34.523Z] e8822aa0d7a0: Layer already exists [2021-03-29T17:53:34.523Z] 1742e5aad091: Layer already exists [2021-03-29T17:53:34.523Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:34.523Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:34.792Z] 2.0.0-dev.147: digest: sha256:6cee1f84e4c9c42bc1070d032188030844a8dfb64d1c0fd3f9f4a95959db7b93 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:35.133Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:35.464Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:35.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-29T17:53:35.464Z] 1742e5aad091: Preparing [2021-03-29T17:53:35.464Z] 32814f76da54: Preparing [2021-03-29T17:53:35.464Z] b3c859bc787f: Preparing [2021-03-29T17:53:35.464Z] e8822aa0d7a0: Preparing [2021-03-29T17:53:35.464Z] b0d13f50be31: Preparing [2021-03-29T17:53:35.464Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:35.464Z] e8822aa0d7a0: Layer already exists [2021-03-29T17:53:35.464Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:35.464Z] 32814f76da54: Layer already exists [2021-03-29T17:53:35.464Z] 1742e5aad091: Layer already exists [2021-03-29T17:53:35.734Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:6cee1f84e4c9c42bc1070d032188030844a8dfb64d1c0fd3f9f4a95959db7b93 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:36.073Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:36.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-29T17:53:36.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-29T17:53:36.407Z] 1742e5aad091: Preparing [2021-03-29T17:53:36.407Z] 32814f76da54: Preparing [2021-03-29T17:53:36.407Z] b3c859bc787f: Preparing [2021-03-29T17:53:36.407Z] e8822aa0d7a0: Preparing [2021-03-29T17:53:36.407Z] b0d13f50be31: Preparing [2021-03-29T17:53:36.407Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:36.407Z] 32814f76da54: Layer already exists [2021-03-29T17:53:36.407Z] 1742e5aad091: Layer already exists [2021-03-29T17:53:36.407Z] e8822aa0d7a0: Layer already exists [2021-03-29T17:53:36.407Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:36.676Z] master: digest: sha256:6cee1f84e4c9c42bc1070d032188030844a8dfb64d1c0fd3f9f4a95959db7b93 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:53:36.903Z] ===================================================== [Pipeline] echo [2021-03-29T17:53:36.949Z] taggedImages: [2021-03-29T17:53:36.949Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:36.949Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:36.949Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:36.949Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-29T17:53:37.017Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-29T17:53:37.017Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:37.017Z] 2.0.0-dev.147 [2021-03-29T17:53:37.017Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:37.017Z] master [2021-03-29T17:53:37.017Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:37.522Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:37.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:37.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-29T17:53:37.865Z] 6dd5a13ea311: Preparing [2021-03-29T17:53:37.865Z] 6dd5a13ea311: Preparing [2021-03-29T17:53:37.865Z] 4a057498cba1: Preparing [2021-03-29T17:53:37.865Z] 5790fb0a759c: Preparing [2021-03-29T17:53:37.865Z] 8a4539861c07: Preparing [2021-03-29T17:53:37.865Z] a4e8e3044f99: Preparing [2021-03-29T17:53:37.865Z] b3c859bc787f: Preparing [2021-03-29T17:53:37.865Z] f3eec4c09040: Preparing [2021-03-29T17:53:37.865Z] f3eec4c09040: Preparing [2021-03-29T17:53:37.865Z] 06f3e21465f8: Preparing [2021-03-29T17:53:37.865Z] 3ced92df3f17: Preparing [2021-03-29T17:53:37.865Z] b0d13f50be31: Preparing [2021-03-29T17:53:37.865Z] f3eec4c09040: Waiting [2021-03-29T17:53:37.865Z] 06f3e21465f8: Waiting [2021-03-29T17:53:37.865Z] 3ced92df3f17: Waiting [2021-03-29T17:53:37.865Z] b0d13f50be31: Waiting [2021-03-29T17:53:37.865Z] b3c859bc787f: Waiting [2021-03-29T17:53:38.139Z] 4a057498cba1: Pushed [2021-03-29T17:53:38.139Z] 8a4539861c07: Pushed [2021-03-29T17:53:38.411Z] 6dd5a13ea311: Pushed [2021-03-29T17:53:38.411Z] 5790fb0a759c: Pushed [2021-03-29T17:53:38.411Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:38.411Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:38.411Z] 3ced92df3f17: Pushed [2021-03-29T17:53:38.411Z] f3eec4c09040: Pushed [2021-03-29T17:53:38.681Z] 06f3e21465f8: Pushed [2021-03-29T17:53:40.643Z] a4e8e3044f99: Pushed [2021-03-29T17:53:40.913Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:fb638b4c1c35b6d53b6fa0bddbdb1ab429b71dbf85c2ff3fa6aaefb8760df945 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:41.252Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:41.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:41.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-29T17:53:41.588Z] 6dd5a13ea311: Preparing [2021-03-29T17:53:41.588Z] 6dd5a13ea311: Preparing [2021-03-29T17:53:41.588Z] 4a057498cba1: Preparing [2021-03-29T17:53:41.588Z] 5790fb0a759c: Preparing [2021-03-29T17:53:41.588Z] 8a4539861c07: Preparing [2021-03-29T17:53:41.588Z] a4e8e3044f99: Preparing [2021-03-29T17:53:41.588Z] b3c859bc787f: Preparing [2021-03-29T17:53:41.588Z] f3eec4c09040: Preparing [2021-03-29T17:53:41.588Z] f3eec4c09040: Preparing [2021-03-29T17:53:41.588Z] 06f3e21465f8: Preparing [2021-03-29T17:53:41.588Z] 3ced92df3f17: Preparing [2021-03-29T17:53:41.588Z] b0d13f50be31: Preparing [2021-03-29T17:53:41.588Z] f3eec4c09040: Waiting [2021-03-29T17:53:41.588Z] 06f3e21465f8: Waiting [2021-03-29T17:53:41.588Z] b3c859bc787f: Waiting [2021-03-29T17:53:41.588Z] 3ced92df3f17: Waiting [2021-03-29T17:53:41.588Z] b0d13f50be31: Waiting [2021-03-29T17:53:41.588Z] 4a057498cba1: Layer already exists [2021-03-29T17:53:41.588Z] 5790fb0a759c: Layer already exists [2021-03-29T17:53:41.588Z] a4e8e3044f99: Layer already exists [2021-03-29T17:53:41.858Z] 6dd5a13ea311: Layer already exists [2021-03-29T17:53:41.858Z] 8a4539861c07: Layer already exists [2021-03-29T17:53:41.858Z] 06f3e21465f8: Layer already exists [2021-03-29T17:53:41.858Z] f3eec4c09040: Layer already exists [2021-03-29T17:53:41.858Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:41.858Z] 3ced92df3f17: Layer already exists [2021-03-29T17:53:41.858Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:41.858Z] 2.0.0-dev.147: digest: sha256:fb638b4c1c35b6d53b6fa0bddbdb1ab429b71dbf85c2ff3fa6aaefb8760df945 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:42.198Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:42.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:42.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-29T17:53:42.530Z] 6dd5a13ea311: Preparing [2021-03-29T17:53:42.530Z] 6dd5a13ea311: Preparing [2021-03-29T17:53:42.530Z] 4a057498cba1: Preparing [2021-03-29T17:53:42.530Z] 5790fb0a759c: Preparing [2021-03-29T17:53:42.530Z] 8a4539861c07: Preparing [2021-03-29T17:53:42.530Z] a4e8e3044f99: Preparing [2021-03-29T17:53:42.530Z] b3c859bc787f: Preparing [2021-03-29T17:53:42.530Z] f3eec4c09040: Preparing [2021-03-29T17:53:42.530Z] f3eec4c09040: Preparing [2021-03-29T17:53:42.530Z] 06f3e21465f8: Preparing [2021-03-29T17:53:42.530Z] 3ced92df3f17: Preparing [2021-03-29T17:53:42.530Z] b0d13f50be31: Preparing [2021-03-29T17:53:42.530Z] b3c859bc787f: Waiting [2021-03-29T17:53:42.530Z] f3eec4c09040: Waiting [2021-03-29T17:53:42.530Z] 06f3e21465f8: Waiting [2021-03-29T17:53:42.530Z] 3ced92df3f17: Waiting [2021-03-29T17:53:42.530Z] b0d13f50be31: Waiting [2021-03-29T17:53:42.530Z] 8a4539861c07: Layer already exists [2021-03-29T17:53:42.801Z] 6dd5a13ea311: Layer already exists [2021-03-29T17:53:42.801Z] 5790fb0a759c: Layer already exists [2021-03-29T17:53:42.801Z] 4a057498cba1: Layer already exists [2021-03-29T17:53:42.801Z] a4e8e3044f99: Layer already exists [2021-03-29T17:53:42.801Z] 06f3e21465f8: Layer already exists [2021-03-29T17:53:42.801Z] f3eec4c09040: Layer already exists [2021-03-29T17:53:42.801Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:42.801Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:42.801Z] 3ced92df3f17: Layer already exists [2021-03-29T17:53:42.801Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:fb638b4c1c35b6d53b6fa0bddbdb1ab429b71dbf85c2ff3fa6aaefb8760df945 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:43.140Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:43.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-29T17:53:43.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-29T17:53:43.479Z] 6dd5a13ea311: Preparing [2021-03-29T17:53:43.479Z] 6dd5a13ea311: Preparing [2021-03-29T17:53:43.479Z] 4a057498cba1: Preparing [2021-03-29T17:53:43.479Z] 5790fb0a759c: Preparing [2021-03-29T17:53:43.479Z] 8a4539861c07: Preparing [2021-03-29T17:53:43.479Z] a4e8e3044f99: Preparing [2021-03-29T17:53:43.479Z] b3c859bc787f: Preparing [2021-03-29T17:53:43.479Z] f3eec4c09040: Preparing [2021-03-29T17:53:43.479Z] f3eec4c09040: Preparing [2021-03-29T17:53:43.479Z] 06f3e21465f8: Preparing [2021-03-29T17:53:43.479Z] 3ced92df3f17: Preparing [2021-03-29T17:53:43.479Z] b0d13f50be31: Preparing [2021-03-29T17:53:43.479Z] b3c859bc787f: Waiting [2021-03-29T17:53:43.479Z] f3eec4c09040: Waiting [2021-03-29T17:53:43.479Z] 3ced92df3f17: Waiting [2021-03-29T17:53:43.479Z] b0d13f50be31: Waiting [2021-03-29T17:53:43.479Z] 06f3e21465f8: Waiting [2021-03-29T17:53:43.479Z] 8a4539861c07: Layer already exists [2021-03-29T17:53:43.479Z] 6dd5a13ea311: Layer already exists [2021-03-29T17:53:43.479Z] a4e8e3044f99: Layer already exists [2021-03-29T17:53:43.479Z] 5790fb0a759c: Layer already exists [2021-03-29T17:53:43.750Z] 4a057498cba1: Layer already exists [2021-03-29T17:53:43.750Z] f3eec4c09040: Layer already exists [2021-03-29T17:53:43.750Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:43.750Z] 3ced92df3f17: Layer already exists [2021-03-29T17:53:43.750Z] 06f3e21465f8: Layer already exists [2021-03-29T17:53:43.750Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:43.750Z] master: digest: sha256:fb638b4c1c35b6d53b6fa0bddbdb1ab429b71dbf85c2ff3fa6aaefb8760df945 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:53:43.957Z] ===================================================== [Pipeline] echo [2021-03-29T17:53:44.003Z] taggedImages: [2021-03-29T17:53:44.003Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:44.003Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:44.003Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:44.003Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-29T17:53:44.067Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-29T17:53:44.067Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:44.067Z] 2.0.0-dev.147 [2021-03-29T17:53:44.067Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:44.067Z] master [2021-03-29T17:53:44.067Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:44.652Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:44.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:44.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-29T17:53:44.996Z] 946656e878b9: Preparing [2021-03-29T17:53:44.996Z] 9857f761f6bd: Preparing [2021-03-29T17:53:44.996Z] e81587c03021: Preparing [2021-03-29T17:53:44.996Z] 414c99125de6: Preparing [2021-03-29T17:53:44.996Z] 5b06a6520551: Preparing [2021-03-29T17:53:44.996Z] b0d13f50be31: Preparing [2021-03-29T17:53:44.996Z] b0d13f50be31: Waiting [2021-03-29T17:53:45.270Z] e81587c03021: Pushed [2021-03-29T17:53:45.270Z] 414c99125de6: Pushed [2021-03-29T17:53:45.270Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:45.542Z] 5b06a6520551: Pushed [2021-03-29T17:53:47.507Z] 946656e878b9: Pushed [2021-03-29T17:53:47.507Z] 9857f761f6bd: Pushed [2021-03-29T17:53:47.507Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:356396baddbd24c6ec74bd13b0e21ff5af084c5b28730c0d5d6e04f8ca40080a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:47.843Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:48.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:48.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-29T17:53:48.184Z] 946656e878b9: Preparing [2021-03-29T17:53:48.184Z] 9857f761f6bd: Preparing [2021-03-29T17:53:48.184Z] e81587c03021: Preparing [2021-03-29T17:53:48.184Z] 414c99125de6: Preparing [2021-03-29T17:53:48.184Z] 5b06a6520551: Preparing [2021-03-29T17:53:48.184Z] b0d13f50be31: Preparing [2021-03-29T17:53:48.184Z] b0d13f50be31: Waiting [2021-03-29T17:53:48.184Z] 9857f761f6bd: Layer already exists [2021-03-29T17:53:48.184Z] e81587c03021: Layer already exists [2021-03-29T17:53:48.184Z] 946656e878b9: Layer already exists [2021-03-29T17:53:48.184Z] 5b06a6520551: Layer already exists [2021-03-29T17:53:48.184Z] 414c99125de6: Layer already exists [2021-03-29T17:53:48.184Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:48.453Z] 2.0.0-dev.147: digest: sha256:356396baddbd24c6ec74bd13b0e21ff5af084c5b28730c0d5d6e04f8ca40080a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:48.811Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:49.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:49.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-29T17:53:49.182Z] 946656e878b9: Preparing [2021-03-29T17:53:49.182Z] 9857f761f6bd: Preparing [2021-03-29T17:53:49.182Z] e81587c03021: Preparing [2021-03-29T17:53:49.182Z] 414c99125de6: Preparing [2021-03-29T17:53:49.182Z] 5b06a6520551: Preparing [2021-03-29T17:53:49.182Z] b0d13f50be31: Preparing [2021-03-29T17:53:49.182Z] b0d13f50be31: Waiting [2021-03-29T17:53:49.182Z] 9857f761f6bd: Layer already exists [2021-03-29T17:53:49.182Z] 414c99125de6: Layer already exists [2021-03-29T17:53:49.182Z] 5b06a6520551: Layer already exists [2021-03-29T17:53:49.182Z] 946656e878b9: Layer already exists [2021-03-29T17:53:49.182Z] e81587c03021: Layer already exists [2021-03-29T17:53:49.455Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:49.456Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:356396baddbd24c6ec74bd13b0e21ff5af084c5b28730c0d5d6e04f8ca40080a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:49.824Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:50.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-29T17:53:50.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-29T17:53:50.169Z] 946656e878b9: Preparing [2021-03-29T17:53:50.169Z] 9857f761f6bd: Preparing [2021-03-29T17:53:50.169Z] e81587c03021: Preparing [2021-03-29T17:53:50.169Z] 414c99125de6: Preparing [2021-03-29T17:53:50.169Z] 5b06a6520551: Preparing [2021-03-29T17:53:50.169Z] b0d13f50be31: Preparing [2021-03-29T17:53:50.169Z] b0d13f50be31: Waiting [2021-03-29T17:53:50.169Z] 946656e878b9: Layer already exists [2021-03-29T17:53:50.169Z] e81587c03021: Layer already exists [2021-03-29T17:53:50.169Z] 414c99125de6: Layer already exists [2021-03-29T17:53:50.169Z] 9857f761f6bd: Layer already exists [2021-03-29T17:53:50.169Z] 5b06a6520551: Layer already exists [2021-03-29T17:53:50.458Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:50.458Z] master: digest: sha256:356396baddbd24c6ec74bd13b0e21ff5af084c5b28730c0d5d6e04f8ca40080a size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:53:50.692Z] ===================================================== [Pipeline] echo [2021-03-29T17:53:50.738Z] taggedImages: [2021-03-29T17:53:50.738Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:50.738Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:50.738Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:50.738Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-29T17:53:50.799Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-29T17:53:50.799Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:50.799Z] 2.0.0-dev.147 [2021-03-29T17:53:50.799Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:50.799Z] master [2021-03-29T17:53:50.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:51.306Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:51.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:51.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-29T17:53:51.636Z] a05067f60084: Preparing [2021-03-29T17:53:51.636Z] a1b679758eda: Preparing [2021-03-29T17:53:51.636Z] 2e088e26248d: Preparing [2021-03-29T17:53:51.636Z] 7bd650b42116: Preparing [2021-03-29T17:53:51.636Z] 56a15d6988da: Preparing [2021-03-29T17:53:51.636Z] 672912fb8fc3: Preparing [2021-03-29T17:53:51.636Z] 4964c71d2e1f: Preparing [2021-03-29T17:53:51.636Z] f32d7a7b558f: Preparing [2021-03-29T17:53:51.636Z] b0d13f50be31: Preparing [2021-03-29T17:53:51.636Z] 4964c71d2e1f: Waiting [2021-03-29T17:53:51.636Z] f32d7a7b558f: Waiting [2021-03-29T17:53:51.636Z] b0d13f50be31: Waiting [2021-03-29T17:53:51.636Z] 672912fb8fc3: Waiting [2021-03-29T17:53:51.914Z] 56a15d6988da: Pushed [2021-03-29T17:53:51.914Z] a1b679758eda: Pushed [2021-03-29T17:53:51.914Z] a05067f60084: Pushed [2021-03-29T17:53:52.187Z] 672912fb8fc3: Pushed [2021-03-29T17:53:52.187Z] 4964c71d2e1f: Pushed [2021-03-29T17:53:52.187Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:52.458Z] f32d7a7b558f: Pushed [2021-03-29T17:53:53.889Z] 7bd650b42116: Pushed [2021-03-29T17:53:53.889Z] 2e088e26248d: Pushed [2021-03-29T17:53:54.160Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:f042c02ecb176e07c33331bd15ce94ca88a1fdf668ab85b965c38a8ac298597a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:54.494Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:54.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:54.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-29T17:53:54.825Z] a05067f60084: Preparing [2021-03-29T17:53:54.825Z] a1b679758eda: Preparing [2021-03-29T17:53:54.825Z] 2e088e26248d: Preparing [2021-03-29T17:53:54.825Z] 7bd650b42116: Preparing [2021-03-29T17:53:54.825Z] 56a15d6988da: Preparing [2021-03-29T17:53:54.825Z] 672912fb8fc3: Preparing [2021-03-29T17:53:54.825Z] 4964c71d2e1f: Preparing [2021-03-29T17:53:54.825Z] f32d7a7b558f: Preparing [2021-03-29T17:53:54.825Z] b0d13f50be31: Preparing [2021-03-29T17:53:54.825Z] 4964c71d2e1f: Waiting [2021-03-29T17:53:54.825Z] b0d13f50be31: Waiting [2021-03-29T17:53:54.825Z] f32d7a7b558f: Waiting [2021-03-29T17:53:54.825Z] 672912fb8fc3: Waiting [2021-03-29T17:53:54.825Z] 56a15d6988da: Layer already exists [2021-03-29T17:53:54.825Z] 2e088e26248d: Layer already exists [2021-03-29T17:53:54.825Z] a1b679758eda: Layer already exists [2021-03-29T17:53:54.825Z] a05067f60084: Layer already exists [2021-03-29T17:53:54.825Z] 7bd650b42116: Layer already exists [2021-03-29T17:53:54.825Z] f32d7a7b558f: Layer already exists [2021-03-29T17:53:54.825Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:55.095Z] 4964c71d2e1f: Layer already exists [2021-03-29T17:53:55.095Z] 672912fb8fc3: Layer already exists [2021-03-29T17:53:55.095Z] 2.0.0-dev.147: digest: sha256:f042c02ecb176e07c33331bd15ce94ca88a1fdf668ab85b965c38a8ac298597a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:55.431Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:55.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:55.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-29T17:53:55.764Z] a05067f60084: Preparing [2021-03-29T17:53:55.764Z] a1b679758eda: Preparing [2021-03-29T17:53:55.765Z] 2e088e26248d: Preparing [2021-03-29T17:53:55.765Z] 7bd650b42116: Preparing [2021-03-29T17:53:55.765Z] 56a15d6988da: Preparing [2021-03-29T17:53:55.765Z] 672912fb8fc3: Preparing [2021-03-29T17:53:55.765Z] 4964c71d2e1f: Preparing [2021-03-29T17:53:55.765Z] f32d7a7b558f: Preparing [2021-03-29T17:53:55.765Z] b0d13f50be31: Preparing [2021-03-29T17:53:55.765Z] 4964c71d2e1f: Waiting [2021-03-29T17:53:55.765Z] f32d7a7b558f: Waiting [2021-03-29T17:53:55.765Z] b0d13f50be31: Waiting [2021-03-29T17:53:55.765Z] 672912fb8fc3: Waiting [2021-03-29T17:53:55.765Z] a05067f60084: Layer already exists [2021-03-29T17:53:55.765Z] a1b679758eda: Layer already exists [2021-03-29T17:53:55.765Z] 56a15d6988da: Layer already exists [2021-03-29T17:53:55.765Z] 7bd650b42116: Layer already exists [2021-03-29T17:53:55.765Z] 2e088e26248d: Layer already exists [2021-03-29T17:53:55.765Z] 672912fb8fc3: Layer already exists [2021-03-29T17:53:55.765Z] 4964c71d2e1f: Layer already exists [2021-03-29T17:53:55.765Z] f32d7a7b558f: Layer already exists [2021-03-29T17:53:55.765Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:56.034Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:f042c02ecb176e07c33331bd15ce94ca88a1fdf668ab85b965c38a8ac298597a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:56.369Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:56.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-29T17:53:56.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-29T17:53:56.700Z] a05067f60084: Preparing [2021-03-29T17:53:56.700Z] a1b679758eda: Preparing [2021-03-29T17:53:56.700Z] 2e088e26248d: Preparing [2021-03-29T17:53:56.700Z] 7bd650b42116: Preparing [2021-03-29T17:53:56.700Z] 56a15d6988da: Preparing [2021-03-29T17:53:56.700Z] 672912fb8fc3: Preparing [2021-03-29T17:53:56.700Z] 4964c71d2e1f: Preparing [2021-03-29T17:53:56.700Z] f32d7a7b558f: Preparing [2021-03-29T17:53:56.700Z] b0d13f50be31: Preparing [2021-03-29T17:53:56.700Z] 672912fb8fc3: Waiting [2021-03-29T17:53:56.700Z] f32d7a7b558f: Waiting [2021-03-29T17:53:56.700Z] 4964c71d2e1f: Waiting [2021-03-29T17:53:56.700Z] b0d13f50be31: Waiting [2021-03-29T17:53:56.700Z] 2e088e26248d: Layer already exists [2021-03-29T17:53:56.700Z] a1b679758eda: Layer already exists [2021-03-29T17:53:56.700Z] a05067f60084: Layer already exists [2021-03-29T17:53:56.700Z] 7bd650b42116: Layer already exists [2021-03-29T17:53:56.700Z] 56a15d6988da: Layer already exists [2021-03-29T17:53:56.972Z] 4964c71d2e1f: Layer already exists [2021-03-29T17:53:56.972Z] 672912fb8fc3: Layer already exists [2021-03-29T17:53:56.972Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:56.972Z] f32d7a7b558f: Layer already exists [2021-03-29T17:53:56.972Z] master: digest: sha256:f042c02ecb176e07c33331bd15ce94ca88a1fdf668ab85b965c38a8ac298597a size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:53:57.230Z] ===================================================== [Pipeline] echo [2021-03-29T17:53:57.275Z] taggedImages: [2021-03-29T17:53:57.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:57.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.147 [2021-03-29T17:53:57.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:57.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-29T17:53:57.338Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-29T17:53:57.338Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:57.338Z] 2.0.0-dev.147 [2021-03-29T17:53:57.338Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:53:57.338Z] master [2021-03-29T17:53:57.338Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:57.834Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:53:58.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:53:58.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-29T17:53:58.176Z] 19b9ed7e5cf1: Preparing [2021-03-29T17:53:58.176Z] 4631bf23c993: Preparing [2021-03-29T17:53:58.176Z] b3c859bc787f: Preparing [2021-03-29T17:53:58.176Z] 918b7bf773fb: Preparing [2021-03-29T17:53:58.176Z] b0d13f50be31: Preparing [2021-03-29T17:53:58.447Z] b3c859bc787f: Layer already exists [2021-03-29T17:53:58.447Z] b0d13f50be31: Layer already exists [2021-03-29T17:53:58.447Z] 19b9ed7e5cf1: Pushed [2021-03-29T17:53:58.717Z] 918b7bf773fb: Pushed [2021-03-29T17:54:01.323Z] 4631bf23c993: Pushed [2021-03-29T17:54:01.323Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:ee9dcce95c742822dccb606350b4e2df99390ea5c260db423e02e1834a982467 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:01.662Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:01.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.147 [2021-03-29T17:54:01.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-29T17:54:01.991Z] 19b9ed7e5cf1: Preparing [2021-03-29T17:54:01.991Z] 4631bf23c993: Preparing [2021-03-29T17:54:01.991Z] b3c859bc787f: Preparing [2021-03-29T17:54:01.991Z] 918b7bf773fb: Preparing [2021-03-29T17:54:01.991Z] b0d13f50be31: Preparing [2021-03-29T17:54:01.991Z] 4631bf23c993: Layer already exists [2021-03-29T17:54:01.991Z] 19b9ed7e5cf1: Layer already exists [2021-03-29T17:54:01.991Z] b0d13f50be31: Layer already exists [2021-03-29T17:54:01.991Z] b3c859bc787f: Layer already exists [2021-03-29T17:54:01.991Z] 918b7bf773fb: Layer already exists [2021-03-29T17:54:02.262Z] 2.0.0-dev.147: digest: sha256:ee9dcce95c742822dccb606350b4e2df99390ea5c260db423e02e1834a982467 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:02.598Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:02.927Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:54:02.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-29T17:54:02.927Z] 19b9ed7e5cf1: Preparing [2021-03-29T17:54:02.927Z] 4631bf23c993: Preparing [2021-03-29T17:54:02.927Z] b3c859bc787f: Preparing [2021-03-29T17:54:02.927Z] 918b7bf773fb: Preparing [2021-03-29T17:54:02.927Z] b0d13f50be31: Preparing [2021-03-29T17:54:02.927Z] 4631bf23c993: Layer already exists [2021-03-29T17:54:02.927Z] b3c859bc787f: Layer already exists [2021-03-29T17:54:02.927Z] b0d13f50be31: Layer already exists [2021-03-29T17:54:02.927Z] 19b9ed7e5cf1: Layer already exists [2021-03-29T17:54:02.927Z] 918b7bf773fb: Layer already exists [2021-03-29T17:54:03.196Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:ee9dcce95c742822dccb606350b4e2df99390ea5c260db423e02e1834a982467 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:03.530Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:03.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-29T17:54:03.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-29T17:54:03.859Z] 19b9ed7e5cf1: Preparing [2021-03-29T17:54:03.859Z] 4631bf23c993: Preparing [2021-03-29T17:54:03.859Z] b3c859bc787f: Preparing [2021-03-29T17:54:03.859Z] 918b7bf773fb: Preparing [2021-03-29T17:54:03.859Z] b0d13f50be31: Preparing [2021-03-29T17:54:03.859Z] 918b7bf773fb: Layer already exists [2021-03-29T17:54:03.859Z] b3c859bc787f: Layer already exists [2021-03-29T17:54:03.859Z] 19b9ed7e5cf1: Layer already exists [2021-03-29T17:54:03.859Z] b0d13f50be31: Layer already exists [2021-03-29T17:54:03.859Z] 4631bf23c993: Layer already exists [2021-03-29T17:54:04.130Z] master: digest: sha256:ee9dcce95c742822dccb606350b4e2df99390ea5c260db423e02e1834a982467 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:54:04.314Z] ===================================================== [Pipeline] echo [2021-03-29T17:54:04.358Z] taggedImages: [2021-03-29T17:54:04.358Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:54:04.358Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.147 [2021-03-29T17:54:04.358Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:54:04.358Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-29T17:54:04.417Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-29T17:54:04.417Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:54:04.417Z] 2.0.0-dev.147 [2021-03-29T17:54:04.417Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:54:04.417Z] master [2021-03-29T17:54:04.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:04.964Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:05.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:54:05.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-29T17:54:05.290Z] ce9415b360f1: Preparing [2021-03-29T17:54:05.290Z] 1408d6141fea: Preparing [2021-03-29T17:54:05.290Z] b3c859bc787f: Preparing [2021-03-29T17:54:05.290Z] 38c0900c7b88: Preparing [2021-03-29T17:54:05.290Z] b0d13f50be31: Preparing [2021-03-29T17:54:05.290Z] b0d13f50be31: Layer already exists [2021-03-29T17:54:05.557Z] b3c859bc787f: Layer already exists [2021-03-29T17:54:05.557Z] ce9415b360f1: Pushed [2021-03-29T17:54:05.557Z] 38c0900c7b88: Pushed [2021-03-29T17:54:08.158Z] 1408d6141fea: Pushed [2021-03-29T17:54:08.158Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:86bd3bbb1c3fc3787973f569614781920f290334dbeb49a09646377350292964 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:08.495Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:08.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.147 [2021-03-29T17:54:08.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-29T17:54:08.828Z] ce9415b360f1: Preparing [2021-03-29T17:54:08.828Z] 1408d6141fea: Preparing [2021-03-29T17:54:08.828Z] b3c859bc787f: Preparing [2021-03-29T17:54:08.828Z] 38c0900c7b88: Preparing [2021-03-29T17:54:08.828Z] b0d13f50be31: Preparing [2021-03-29T17:54:08.828Z] 38c0900c7b88: Layer already exists [2021-03-29T17:54:08.828Z] b0d13f50be31: Layer already exists [2021-03-29T17:54:08.828Z] 1408d6141fea: Layer already exists [2021-03-29T17:54:08.828Z] ce9415b360f1: Layer already exists [2021-03-29T17:54:08.828Z] b3c859bc787f: Layer already exists [2021-03-29T17:54:09.100Z] 2.0.0-dev.147: digest: sha256:86bd3bbb1c3fc3787973f569614781920f290334dbeb49a09646377350292964 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:09.435Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:09.762Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:54:09.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-29T17:54:09.762Z] ce9415b360f1: Preparing [2021-03-29T17:54:09.762Z] 1408d6141fea: Preparing [2021-03-29T17:54:09.762Z] b3c859bc787f: Preparing [2021-03-29T17:54:09.762Z] 38c0900c7b88: Preparing [2021-03-29T17:54:09.762Z] b0d13f50be31: Preparing [2021-03-29T17:54:09.762Z] 38c0900c7b88: Layer already exists [2021-03-29T17:54:09.762Z] b3c859bc787f: Layer already exists [2021-03-29T17:54:10.032Z] ce9415b360f1: Layer already exists [2021-03-29T17:54:10.032Z] b0d13f50be31: Layer already exists [2021-03-29T17:54:10.032Z] 1408d6141fea: Layer already exists [2021-03-29T17:54:10.032Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:86bd3bbb1c3fc3787973f569614781920f290334dbeb49a09646377350292964 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:10.372Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:10.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-29T17:54:10.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-29T17:54:10.706Z] ce9415b360f1: Preparing [2021-03-29T17:54:10.706Z] 1408d6141fea: Preparing [2021-03-29T17:54:10.706Z] b3c859bc787f: Preparing [2021-03-29T17:54:10.706Z] 38c0900c7b88: Preparing [2021-03-29T17:54:10.706Z] b0d13f50be31: Preparing [2021-03-29T17:54:10.706Z] b0d13f50be31: Layer already exists [2021-03-29T17:54:10.706Z] 38c0900c7b88: Layer already exists [2021-03-29T17:54:10.706Z] b3c859bc787f: Layer already exists [2021-03-29T17:54:10.706Z] 1408d6141fea: Layer already exists [2021-03-29T17:54:10.706Z] ce9415b360f1: Layer already exists [2021-03-29T17:54:10.975Z] master: digest: sha256:86bd3bbb1c3fc3787973f569614781920f290334dbeb49a09646377350292964 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:54:11.187Z] ===================================================== [Pipeline] echo [2021-03-29T17:54:11.233Z] taggedImages: [2021-03-29T17:54:11.233Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:54:11.233Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.147 [2021-03-29T17:54:11.233Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:54:11.233Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-29T17:54:11.295Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-29T17:54:11.295Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:54:11.295Z] 2.0.0-dev.147 [2021-03-29T17:54:11.295Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:54:11.295Z] master [2021-03-29T17:54:11.295Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:11.831Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:12.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:54:12.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-29T17:54:12.212Z] faba65445a0f: Preparing [2021-03-29T17:54:12.212Z] 0565e1938fc0: Preparing [2021-03-29T17:54:12.212Z] 1d1d34312cf0: Preparing [2021-03-29T17:54:12.212Z] 2693002c7b5b: Preparing [2021-03-29T17:54:12.212Z] 0b3cc5b16548: Preparing [2021-03-29T17:54:12.212Z] e0300ad1a75b: Preparing [2021-03-29T17:54:12.212Z] 42bec159c956: Preparing [2021-03-29T17:54:12.212Z] 9ded3b6bb9b5: Preparing [2021-03-29T17:54:12.212Z] fa1afe8e6ed9: Preparing [2021-03-29T17:54:12.212Z] 87a09b4c083e: Preparing [2021-03-29T17:54:12.212Z] 0f74e9ff2a61: Preparing [2021-03-29T17:54:12.212Z] b122376c33c6: Preparing [2021-03-29T17:54:12.212Z] f8381ed47b22: Preparing [2021-03-29T17:54:12.212Z] e934a737d657: Preparing [2021-03-29T17:54:12.212Z] 87a09b4c083e: Waiting [2021-03-29T17:54:12.212Z] 0f74e9ff2a61: Waiting [2021-03-29T17:54:12.212Z] b122376c33c6: Waiting [2021-03-29T17:54:12.212Z] e0300ad1a75b: Waiting [2021-03-29T17:54:12.212Z] 42bec159c956: Waiting [2021-03-29T17:54:12.212Z] 9ded3b6bb9b5: Waiting [2021-03-29T17:54:12.212Z] fa1afe8e6ed9: Waiting [2021-03-29T17:54:12.212Z] f8381ed47b22: Waiting [2021-03-29T17:54:12.212Z] e934a737d657: Waiting [2021-03-29T17:54:12.808Z] 0b3cc5b16548: Pushed [2021-03-29T17:54:13.081Z] faba65445a0f: Pushed [2021-03-29T17:54:13.674Z] 2693002c7b5b: Pushed [2021-03-29T17:54:13.674Z] 9ded3b6bb9b5: Layer already exists [2021-03-29T17:54:13.674Z] fa1afe8e6ed9: Layer already exists [2021-03-29T17:54:13.674Z] 42bec159c956: Pushed [2021-03-29T17:54:13.674Z] 87a09b4c083e: Layer already exists [2021-03-29T17:54:13.674Z] 0f74e9ff2a61: Layer already exists [2021-03-29T17:54:13.674Z] b122376c33c6: Layer already exists [2021-03-29T17:54:13.674Z] f8381ed47b22: Layer already exists [2021-03-29T17:54:13.674Z] e934a737d657: Layer already exists [2021-03-29T17:54:14.267Z] 0565e1938fc0: Pushed [2021-03-29T17:54:15.239Z] e0300ad1a75b: Pushed [2021-03-29T17:54:25.352Z] 1d1d34312cf0: Pushed [2021-03-29T17:54:25.352Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a: digest: sha256:d881ef2a958b323877da7262fb0ae6ab2b7951b889488f22396f09e3e11a4593 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:25.689Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:26.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.147 [2021-03-29T17:54:26.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-29T17:54:26.020Z] faba65445a0f: Preparing [2021-03-29T17:54:26.020Z] 0565e1938fc0: Preparing [2021-03-29T17:54:26.020Z] 1d1d34312cf0: Preparing [2021-03-29T17:54:26.020Z] 2693002c7b5b: Preparing [2021-03-29T17:54:26.020Z] 0b3cc5b16548: Preparing [2021-03-29T17:54:26.020Z] e0300ad1a75b: Preparing [2021-03-29T17:54:26.020Z] 42bec159c956: Preparing [2021-03-29T17:54:26.020Z] 9ded3b6bb9b5: Preparing [2021-03-29T17:54:26.020Z] fa1afe8e6ed9: Preparing [2021-03-29T17:54:26.020Z] e0300ad1a75b: Waiting [2021-03-29T17:54:26.020Z] 87a09b4c083e: Preparing [2021-03-29T17:54:26.020Z] 0f74e9ff2a61: Preparing [2021-03-29T17:54:26.020Z] 42bec159c956: Waiting [2021-03-29T17:54:26.020Z] 9ded3b6bb9b5: Waiting [2021-03-29T17:54:26.020Z] fa1afe8e6ed9: Waiting [2021-03-29T17:54:26.020Z] 87a09b4c083e: Waiting [2021-03-29T17:54:26.020Z] b122376c33c6: Preparing [2021-03-29T17:54:26.020Z] f8381ed47b22: Preparing [2021-03-29T17:54:26.020Z] 0f74e9ff2a61: Waiting [2021-03-29T17:54:26.020Z] e934a737d657: Preparing [2021-03-29T17:54:26.020Z] b122376c33c6: Waiting [2021-03-29T17:54:26.020Z] e934a737d657: Waiting [2021-03-29T17:54:26.020Z] f8381ed47b22: Waiting [2021-03-29T17:54:26.020Z] 0b3cc5b16548: Layer already exists [2021-03-29T17:54:26.020Z] 1d1d34312cf0: Layer already exists [2021-03-29T17:54:26.020Z] faba65445a0f: Layer already exists [2021-03-29T17:54:26.020Z] 0565e1938fc0: Layer already exists [2021-03-29T17:54:26.290Z] 2693002c7b5b: Layer already exists [2021-03-29T17:54:26.290Z] 42bec159c956: Layer already exists [2021-03-29T17:54:26.290Z] e0300ad1a75b: Layer already exists [2021-03-29T17:54:26.290Z] 9ded3b6bb9b5: Layer already exists [2021-03-29T17:54:26.290Z] 87a09b4c083e: Layer already exists [2021-03-29T17:54:26.290Z] fa1afe8e6ed9: Layer already exists [2021-03-29T17:54:26.290Z] b122376c33c6: Layer already exists [2021-03-29T17:54:26.290Z] 0f74e9ff2a61: Layer already exists [2021-03-29T17:54:26.290Z] f8381ed47b22: Layer already exists [2021-03-29T17:54:26.290Z] e934a737d657: Layer already exists [2021-03-29T17:54:26.290Z] 2.0.0-dev.147: digest: sha256:d881ef2a958b323877da7262fb0ae6ab2b7951b889488f22396f09e3e11a4593 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:26.626Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:26.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:54:26.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-29T17:54:26.955Z] faba65445a0f: Preparing [2021-03-29T17:54:26.955Z] 0565e1938fc0: Preparing [2021-03-29T17:54:26.955Z] 1d1d34312cf0: Preparing [2021-03-29T17:54:26.955Z] 2693002c7b5b: Preparing [2021-03-29T17:54:26.955Z] 0b3cc5b16548: Preparing [2021-03-29T17:54:26.955Z] e0300ad1a75b: Preparing [2021-03-29T17:54:26.955Z] 42bec159c956: Preparing [2021-03-29T17:54:26.955Z] 9ded3b6bb9b5: Preparing [2021-03-29T17:54:26.955Z] fa1afe8e6ed9: Preparing [2021-03-29T17:54:26.955Z] 87a09b4c083e: Preparing [2021-03-29T17:54:26.955Z] 0f74e9ff2a61: Preparing [2021-03-29T17:54:26.955Z] b122376c33c6: Preparing [2021-03-29T17:54:26.955Z] f8381ed47b22: Preparing [2021-03-29T17:54:26.955Z] e934a737d657: Preparing [2021-03-29T17:54:26.955Z] 9ded3b6bb9b5: Waiting [2021-03-29T17:54:26.955Z] fa1afe8e6ed9: Waiting [2021-03-29T17:54:26.955Z] e0300ad1a75b: Waiting [2021-03-29T17:54:26.955Z] 87a09b4c083e: Waiting [2021-03-29T17:54:26.955Z] 0f74e9ff2a61: Waiting [2021-03-29T17:54:26.955Z] b122376c33c6: Waiting [2021-03-29T17:54:26.955Z] f8381ed47b22: Waiting [2021-03-29T17:54:26.955Z] 42bec159c956: Waiting [2021-03-29T17:54:26.955Z] e934a737d657: Waiting [2021-03-29T17:54:27.226Z] 0b3cc5b16548: Layer already exists [2021-03-29T17:54:27.226Z] 1d1d34312cf0: Layer already exists [2021-03-29T17:54:27.226Z] 2693002c7b5b: Layer already exists [2021-03-29T17:54:27.226Z] 0565e1938fc0: Layer already exists [2021-03-29T17:54:27.226Z] faba65445a0f: Layer already exists [2021-03-29T17:54:27.226Z] 87a09b4c083e: Layer already exists [2021-03-29T17:54:27.226Z] 9ded3b6bb9b5: Layer already exists [2021-03-29T17:54:27.226Z] e0300ad1a75b: Layer already exists [2021-03-29T17:54:27.226Z] fa1afe8e6ed9: Layer already exists [2021-03-29T17:54:27.226Z] 42bec159c956: Layer already exists [2021-03-29T17:54:27.226Z] b122376c33c6: Layer already exists [2021-03-29T17:54:27.226Z] f8381ed47b22: Layer already exists [2021-03-29T17:54:27.226Z] 0f74e9ff2a61: Layer already exists [2021-03-29T17:54:27.226Z] e934a737d657: Layer already exists [2021-03-29T17:54:27.226Z] bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147: digest: sha256:d881ef2a958b323877da7262fb0ae6ab2b7951b889488f22396f09e3e11a4593 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:27.559Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:54:27.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-29T17:54:27.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-29T17:54:27.888Z] faba65445a0f: Preparing [2021-03-29T17:54:27.888Z] 0565e1938fc0: Preparing [2021-03-29T17:54:27.888Z] 1d1d34312cf0: Preparing [2021-03-29T17:54:27.888Z] 2693002c7b5b: Preparing [2021-03-29T17:54:27.888Z] 0b3cc5b16548: Preparing [2021-03-29T17:54:27.888Z] e0300ad1a75b: Preparing [2021-03-29T17:54:27.888Z] 42bec159c956: Preparing [2021-03-29T17:54:27.888Z] 9ded3b6bb9b5: Preparing [2021-03-29T17:54:27.888Z] fa1afe8e6ed9: Preparing [2021-03-29T17:54:27.888Z] 87a09b4c083e: Preparing [2021-03-29T17:54:27.888Z] 0f74e9ff2a61: Preparing [2021-03-29T17:54:27.888Z] b122376c33c6: Preparing [2021-03-29T17:54:27.888Z] f8381ed47b22: Preparing [2021-03-29T17:54:27.888Z] e934a737d657: Preparing [2021-03-29T17:54:27.888Z] e0300ad1a75b: Waiting [2021-03-29T17:54:27.888Z] 42bec159c956: Waiting [2021-03-29T17:54:27.888Z] 9ded3b6bb9b5: Waiting [2021-03-29T17:54:27.888Z] fa1afe8e6ed9: Waiting [2021-03-29T17:54:27.888Z] 87a09b4c083e: Waiting [2021-03-29T17:54:27.888Z] 0f74e9ff2a61: Waiting [2021-03-29T17:54:27.888Z] b122376c33c6: Waiting [2021-03-29T17:54:27.888Z] f8381ed47b22: Waiting [2021-03-29T17:54:27.888Z] e934a737d657: Waiting [2021-03-29T17:54:27.888Z] 0b3cc5b16548: Layer already exists [2021-03-29T17:54:27.888Z] faba65445a0f: Layer already exists [2021-03-29T17:54:27.888Z] 2693002c7b5b: Layer already exists [2021-03-29T17:54:28.157Z] 1d1d34312cf0: Layer already exists [2021-03-29T17:54:28.157Z] 0565e1938fc0: Layer already exists [2021-03-29T17:54:28.157Z] 9ded3b6bb9b5: Layer already exists [2021-03-29T17:54:28.157Z] 42bec159c956: Layer already exists [2021-03-29T17:54:28.157Z] e0300ad1a75b: Layer already exists [2021-03-29T17:54:28.157Z] fa1afe8e6ed9: Layer already exists [2021-03-29T17:54:28.157Z] 87a09b4c083e: Layer already exists [2021-03-29T17:54:28.157Z] 0f74e9ff2a61: Layer already exists [2021-03-29T17:54:28.157Z] b122376c33c6: Layer already exists [2021-03-29T17:54:28.157Z] f8381ed47b22: Layer already exists [2021-03-29T17:54:28.157Z] e934a737d657: Layer already exists [2021-03-29T17:54:28.157Z] master: digest: sha256:d881ef2a958b323877da7262fb0ae6ab2b7951b889488f22396f09e3e11a4593 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T17:54:28.349Z] ===================================================== [Pipeline] echo [2021-03-29T17:54:28.392Z] taggedImages: [2021-03-29T17:54:28.392Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [2021-03-29T17:54:28.392Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.147 [2021-03-29T17:54:28.392Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bcbd0cedf9f2274dcd27c77a427114b9dc8b852a-2.0.0-dev.147 [2021-03-29T17:54:28.392Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:54:29.229Z] ---> job-cost.sh [2021-03-29T17:54:29.229Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-B4fT [2021-03-29T17:55:08.162Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T17:56:44.875Z] lf-activate-venv(): INFO: Adding /tmp/venv-B4fT/bin to PATH [2021-03-29T17:56:44.875Z] INFO: No Stack... [2021-03-29T17:56:44.875Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T17:56:44.875Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T17:56:45.208Z] + cut -d, -f6 [2021-03-29T17:56:45.208Z] + cat /w/workspace/edgex-go/415/archives/cost.csv [Pipeline] lock [2021-03-29T17:56:45.317Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-415-stack-cost] [2021-03-29T17:56:45.327Z] Resource [jenkins-edgexfoundry-edgex-go-master-415-stack-cost] did not exist. Created. [2021-03-29T17:56:45.327Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-415-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T17:56:45.750Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T17:56:46.850Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T17:56:46.861Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-415-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-03-29T17:56:48.513Z] provisioning config files... [2021-03-29T17:56:48.524Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/415@tmp/config2940153180299536764tmp [Pipeline] { [Pipeline] sh [2021-03-29T17:56:48.902Z] + set +x [2021-03-29T17:56:48.902Z] + curl -s https://codecov.io/bash [2021-03-29T17:56:48.902Z] + bash -s -- [2021-03-29T17:56:49.477Z] [2021-03-29T17:56:49.477Z] _____ _ [2021-03-29T17:56:49.477Z] / ____| | | [2021-03-29T17:56:49.477Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T17:56:49.477Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T17:56:49.477Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T17:56:49.477Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T17:56:49.477Z] Bash-20210309-2b87ace [2021-03-29T17:56:49.477Z] [2021-03-29T17:56:49.477Z] [2021-03-29T17:56:49.477Z] ==> git version 2.24.3 found [2021-03-29T17:56:49.477Z] ==> 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-03-29T17:56:49.477Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T17:56:49.477Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T17:56:49.477Z] ==> Jenkins CI detected. [2021-03-29T17:56:49.477Z] project root: . [2021-03-29T17:56:49.477Z] --> token set from env [2021-03-29T17:56:49.477Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T17:56:49.477Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T17:56:49.477Z] ==> Python coveragepy not found [2021-03-29T17:56:49.477Z] ==> Searching for coverage reports in: [2021-03-29T17:56:49.477Z] + . [2021-03-29T17:56:49.477Z] -> Found 1 reports [2021-03-29T17:56:49.477Z] ==> Detecting git/mercurial file structure [2021-03-29T17:56:49.477Z] ==> Reading reports [2021-03-29T17:56:49.477Z] + ./coverage.out bytes=668090 [2021-03-29T17:56:49.477Z] ==> Appending adjustments [2021-03-29T17:56:49.477Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T17:56:53.701Z] + Found adjustments [2021-03-29T17:56:53.701Z] ==> Gzipping contents [2021-03-29T17:56:53.701Z] 96K /tmp/codecov.EykIyg.gz [2021-03-29T17:56:53.701Z] ==> Uploading reports [2021-03-29T17:56:53.701Z] url: https://codecov.io [2021-03-29T17:56:53.701Z] query: branch=master&commit=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a&build=415&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F415%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-29T17:56:53.701Z] -> Pinging Codecov [2021-03-29T17:56:53.701Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=bcbd0cedf9f2274dcd27c77a427114b9dc8b852a&build=415&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F415%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-29T17:56:53.701Z] -> Uploading to [2021-03-29T17:56:53.701Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/bcbd0cedf9f2274dcd27c77a427114b9dc8b852a/75784aa7-9ec9-4151-9b93-4945adc73602.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T175653Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6fb90813988aea5bdd62650fcf737563c90ac51e855cde36678d3dd38ace1612 [2021-03-29T17:56:53.701Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:56:53.701Z] Dload Upload Total Spent Left Speed [2021-03-29T17:56:54.276Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96930 0 0 100 96930 0 183k --:--:-- --:--:-- --:--:-- 184k [2021-03-29T17:56:54.276Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/bcbd0cedf9f2274dcd27c77a427114b9dc8b852a [Pipeline] } [2021-03-29T17:56:54.286Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-29T17:56:55.214Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-29T17:56:55.305Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:56:55.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T17:56:55.664Z] [2021-03-29T17:56:55.664Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:56:56.019Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T17:56:56.019Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-29T17:56:56.019Z] 188c0c94c7c5: Already exists [2021-03-29T17:56:56.019Z] 0ef7d3d256c8: Already exists [2021-03-29T17:56:56.019Z] de9db76c5a1d: Already exists [2021-03-29T17:56:56.019Z] 0eba1c9be4d2: Pulling fs layer [2021-03-29T17:56:56.019Z] 0d57e429df01: Pulling fs layer [2021-03-29T17:56:56.019Z] 4e4be7b47b0d: Pulling fs layer [2021-03-29T17:56:56.019Z] e1f770b5df2f: Pulling fs layer [2021-03-29T17:56:56.019Z] 85a0685a4137: Pulling fs layer [2021-03-29T17:56:56.019Z] e1f770b5df2f: Waiting [2021-03-29T17:56:56.019Z] 85a0685a4137: Waiting [2021-03-29T17:56:56.019Z] 4e4be7b47b0d: Verifying Checksum [2021-03-29T17:56:56.019Z] 4e4be7b47b0d: Download complete [2021-03-29T17:56:56.019Z] 0d57e429df01: Download complete [2021-03-29T17:56:57.951Z] e1f770b5df2f: Verifying Checksum [2021-03-29T17:56:57.951Z] e1f770b5df2f: Download complete [2021-03-29T17:56:59.354Z] 0eba1c9be4d2: Verifying Checksum [2021-03-29T17:56:59.354Z] 0eba1c9be4d2: Download complete [2021-03-29T17:56:59.933Z] 85a0685a4137: Verifying Checksum [2021-03-29T17:56:59.933Z] 85a0685a4137: Download complete [2021-03-29T17:57:05.264Z] 0eba1c9be4d2: Pull complete [2021-03-29T17:57:05.264Z] 0d57e429df01: Pull complete [2021-03-29T17:57:05.264Z] 4e4be7b47b0d: Pull complete [2021-03-29T17:57:08.576Z] e1f770b5df2f: Pull complete [2021-03-29T17:57:18.635Z] 85a0685a4137: Pull complete [2021-03-29T17:57:18.635Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-29T17:57:18.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T17:57:18.635Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-29T17:57:18.859Z] prd-centos7-docker-4c-2g-31773 does not seem to be running inside a container [2021-03-29T17:57:18.918Z] $ 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/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-29T17:57:20.078Z] $ docker top 31473988137acbed034b57adc67e75dd19ed40d97a4a6833fc9d354b64c15a6a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T17:57:20.417Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-29T17:57:20.714Z] + set -o pipefail [2021-03-29T17:57:20.714Z] + snyk monitor '--org=edgex-jenkins' [2021-03-29T17:57:30.750Z] [2021-03-29T17:57:30.750Z] Monitoring /w/workspace/edgex-go/415 (github.com/edgexfoundry/edgex-go)... [2021-03-29T17:57:30.750Z] [2021-03-29T17:57:30.750Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/56b3f1a1-d652-4fbc-8a02-e3c7dbccd028 [2021-03-29T17:57:30.750Z] [2021-03-29T17:57:30.750Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-29T17:57:30.750Z] [2021-03-29T17:57:30.750Z] [2021-03-29T17:57:30.750Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-29T17:57:30.750Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-29T17:57:30.768Z] $ docker stop --time=1 31473988137acbed034b57adc67e75dd19ed40d97a4a6833fc9d354b64c15a6a [2021-03-29T17:57:34.026Z] $ docker rm -f 31473988137acbed034b57adc67e75dd19ed40d97a4a6833fc9d354b64c15a6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-29T17:57:35.332Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T17:57:35.393Z] provisioning config files... [2021-03-29T17:57:35.404Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/415@tmp/config4947290322634391146tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:57:35.793Z] --> edgex-publish-swagger.sh [2021-03-29T17:57:35.793Z] === Publish openapi/v1 API === [2021-03-29T17:57:35.793Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-29T17:57:35.793Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/415/openapi/v1/core-command.yaml] [2021-03-29T17:57:35.793Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:35.793Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:36.751Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9125 0:00:01 0:00:01 --:--:-- 9133 100 10522 0 0 100 10522 0 9124 0:00:01 0:00:01 --:--:-- 9133 [2021-03-29T17:57:36.751Z] [2021-03-29T17:57:36.751Z] [2021-03-29T17:57:37.012Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/415/openapi/v1/core-data.yaml] [2021-03-29T17:57:37.012Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:37.012Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:38.400Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26874 0:00:01 0:00:01 --:--:-- 26884 100 32557 0 0 100 32557 0 26435 0:00:01 0:00:01 --:--:-- 26447 [2021-03-29T17:57:38.401Z] [2021-03-29T17:57:38.401Z] [2021-03-29T17:57:38.401Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/415/openapi/v1/core-metadata.yaml] [2021-03-29T17:57:38.401Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:38.401Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:39.344Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65301 0:00:01 0:00:01 --:--:-- 65355 100 73721 0 0 100 73721 0 65291 0:00:01 0:00:01 --:--:-- 65355 [2021-03-29T17:57:39.344Z] [2021-03-29T17:57:39.344Z] [2021-03-29T17:57:39.344Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/415/openapi/v1/support-logging.yaml] [2021-03-29T17:57:39.344Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:39.344Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:40.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12238 0:00:01 0:00:01 --:--:-- 12246 100 13581 0 0 100 13581 0 12236 0:00:01 0:00:01 --:--:-- 12246 [2021-03-29T17:57:40.289Z] [2021-03-29T17:57:40.289Z] [2021-03-29T17:57:40.289Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/415/openapi/v1/support-notifications.yaml] [2021-03-29T17:57:40.289Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:40.289Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:41.556Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36780 0:00:01 0:00:01 --:--:-- 36792 [2021-03-29T17:57:41.556Z] [2021-03-29T17:57:41.556Z] [2021-03-29T17:57:41.556Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/415/openapi/v1/support-scheduler.yaml] [2021-03-29T17:57:41.556Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:41.556Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:42.547Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12322 0:00:01 0:00:01 --:--:-- 12315 100 14249 0 0 100 14249 0 12320 0:00:01 0:00:01 --:--:-- 12315 [2021-03-29T17:57:42.547Z] [2021-03-29T17:57:42.547Z] [2021-03-29T17:57:42.547Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/415/openapi/v1/system-agent.yaml] [2021-03-29T17:57:42.547Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:42.547Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:43.934Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3808 0:00:01 0:00:01 --:--:-- 3809 100 4110 0 0 100 4110 0 3807 0:00:01 0:00:01 --:--:-- 3809 [2021-03-29T17:57:43.934Z] [2021-03-29T17:57:43.934Z] [2021-03-29T17:57:43.934Z] === Publish openapi/v2 API === [2021-03-29T17:57:43.934Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-29T17:57:43.934Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/415/openapi/v2/core-command.yaml] [2021-03-29T17:57:43.934Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:43.934Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:44.879Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 25293 0:00:01 0:00:01 --:--:-- 25314 100 29744 0 0 100 29744 0 25289 0:00:01 0:00:01 --:--:-- 25314 [2021-03-29T17:57:44.879Z] [2021-03-29T17:57:44.879Z] [2021-03-29T17:57:44.879Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/415/openapi/v2/core-data.yaml] [2021-03-29T17:57:44.879Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:44.879Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:46.270Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56610 0 0 100 56610 0 46836 0:00:01 0:00:01 --:--:-- 46862 100 56610 0 0 100 56610 0 44085 0:00:01 0:00:01 --:--:-- 44123 [2021-03-29T17:57:46.270Z] [2021-03-29T17:57:46.270Z] [2021-03-29T17:57:46.270Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/415/openapi/v2/core-metadata.yaml] [2021-03-29T17:57:46.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:46.270Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:47.660Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 101k 0:00:01 0:00:01 --:--:-- 101k 100 116k 0 0 100 116k 0 101k 0:00:01 0:00:01 --:--:-- 101k [2021-03-29T17:57:47.660Z] [2021-03-29T17:57:47.660Z] [2021-03-29T17:57:47.660Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/415/openapi/v2/support-notifications.yaml] [2021-03-29T17:57:47.660Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:47.660Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:48.612Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 76131 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76131 0 0 100 76131 0 60025 0:00:01 0:00:01 --:--:-- 59992 100 76131 0 0 100 76131 0 60014 0:00:01 0:00:01 --:--:-- 59992 [2021-03-29T17:57:48.612Z] [2021-03-29T17:57:48.612Z] [2021-03-29T17:57:48.612Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/415/openapi/v2/support-scheduler.yaml] [2021-03-29T17:57:48.612Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:48.612Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:49.999Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37472 0 0 100 37472 0 33336 0:00:01 0:00:01 --:--:-- 33367 100 37472 0 0 100 37472 0 33331 0:00:01 0:00:01 --:--:-- 33338 [2021-03-29T17:57:49.999Z] [2021-03-29T17:57:49.999Z] [2021-03-29T17:57:49.999Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/415/openapi/v2/system-agent.yaml] [2021-03-29T17:57:49.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:57:49.999Z] Dload Upload Total Spent Left Speed [2021-03-29T17:57:50.943Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 20094 0:00:01 0:00:01 --:--:-- 20101 100 24182 0 0 100 24182 0 20090 0:00:01 0:00:01 --:--:-- 20101 [2021-03-29T17:57:50.943Z] [2021-03-29T17:57:50.943Z] [Pipeline] } [2021-03-29T17:57:50.954Z] 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-03-29T17:57:51.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T17:57:51.950Z] . [Pipeline] withDockerContainer [2021-03-29T17:57:52.093Z] prd-centos7-docker-4c-2g-31773 does not seem to be running inside a container [2021-03-29T17:57:52.157Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T17:57:53.146Z] $ docker top 0556fbbb78a79c447bb0e251a48760f4838baeb78d7628e99a01816572bc4566 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T17:57:53.473Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T17:57:53.474Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T17:57:53.738Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T17:57:53.743Z] $ docker exec 0556fbbb78a79c447bb0e251a48760f4838baeb78d7628e99a01816572bc4566 ssh-agent [2021-03-29T17:57:53.931Z] SSH_AUTH_SOCK=/tmp/ssh-zGGf7MkWU0BN/agent.13 [2021-03-29T17:57:53.931Z] SSH_AGENT_PID=18 [2021-03-29T17:57:53.940Z] Running ssh-add (command line suppressed) [2021-03-29T17:57:54.081Z] Identity added: /w/workspace/edgex-go/415@tmp/private_key_6474114547391688864.key (/w/workspace/edgex-go/415@tmp/private_key_6474114547391688864.key) [2021-03-29T17:57:54.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T17:57:54.487Z] + git semver tag [2021-03-29T17:57:55.063Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T17:57:55.063Z] # $GIT_DIR = /w/workspace/edgex-go/415/.git [2021-03-29T17:57:55.063Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/415 [2021-03-29T17:57:55.063Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T17:57:55.063Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T17:57:55.063Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T17:57:55.063Z] # $SEMVER_BRANCH = master [2021-03-29T17:57:55.063Z] # $SEMVER_DIR = /w/workspace/edgex-go/415/.semver [2021-03-29T17:57:55.063Z] # bcbd0cedf9f2274dcd27c77a427114b9dc8b852a HEAD [2021-03-29T17:57:55.326Z] # -> Force: false [2021-03-29T17:57:55.326Z] # f9870091ae6911efb48d169380d326ad4d29758a refs/tags/v2.0.0-dev.147 [Pipeline] } [2021-03-29T17:57:55.344Z] $ docker exec --env ******** --env ******** 0556fbbb78a79c447bb0e251a48760f4838baeb78d7628e99a01816572bc4566 ssh-agent -k [2021-03-29T17:57:55.479Z] unset SSH_AUTH_SOCK; [2021-03-29T17:57:55.479Z] unset SSH_AGENT_PID; [2021-03-29T17:57:55.480Z] echo Agent pid 18 killed; [2021-03-29T17:57:55.536Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T17:57:56.010Z] + git semver [Pipeline] } [2021-03-29T17:57:56.039Z] $ docker stop --time=1 0556fbbb78a79c447bb0e251a48760f4838baeb78d7628e99a01816572bc4566 [2021-03-29T17:57:57.604Z] $ docker rm -f 0556fbbb78a79c447bb0e251a48760f4838baeb78d7628e99a01816572bc4566 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:57:58.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T17:57:58.261Z] [2021-03-29T17:57:58.261Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:57:58.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T17:57:58.611Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-29T17:57:58.611Z] ab5ef0e58194: Pulling fs layer [2021-03-29T17:57:58.611Z] 9712f1f96733: Pulling fs layer [2021-03-29T17:57:58.611Z] 63f879dbbcfc: Pulling fs layer [2021-03-29T17:57:58.611Z] 0d9ebad4ef96: Pulling fs layer [2021-03-29T17:57:58.611Z] e9a5061849ea: Pulling fs layer [2021-03-29T17:57:58.611Z] d747dcd14b5f: Pulling fs layer [2021-03-29T17:57:58.611Z] 2de7ff778b66: Pulling fs layer [2021-03-29T17:57:58.611Z] 0d9ebad4ef96: Waiting [2021-03-29T17:57:58.611Z] d747dcd14b5f: Waiting [2021-03-29T17:57:58.611Z] e9a5061849ea: Waiting [2021-03-29T17:57:58.611Z] 2de7ff778b66: Waiting [2021-03-29T17:57:58.611Z] 9712f1f96733: Verifying Checksum [2021-03-29T17:57:58.611Z] 9712f1f96733: Download complete [2021-03-29T17:58:00.537Z] 63f879dbbcfc: Verifying Checksum [2021-03-29T17:58:00.537Z] 63f879dbbcfc: Download complete [2021-03-29T17:58:00.800Z] e9a5061849ea: Verifying Checksum [2021-03-29T17:58:00.800Z] e9a5061849ea: Download complete [2021-03-29T17:58:00.800Z] d747dcd14b5f: Verifying Checksum [2021-03-29T17:58:00.800Z] d747dcd14b5f: Download complete [2021-03-29T17:58:01.063Z] 0d9ebad4ef96: Verifying Checksum [2021-03-29T17:58:01.063Z] 0d9ebad4ef96: Download complete [2021-03-29T17:58:01.329Z] ab5ef0e58194: Verifying Checksum [2021-03-29T17:58:01.329Z] ab5ef0e58194: Download complete [2021-03-29T17:58:01.329Z] 2de7ff778b66: Download complete [2021-03-29T17:58:06.679Z] ab5ef0e58194: Pull complete [2021-03-29T17:58:06.679Z] 9712f1f96733: Pull complete [2021-03-29T17:58:09.235Z] 63f879dbbcfc: Pull complete [2021-03-29T17:58:15.857Z] 0d9ebad4ef96: Pull complete [2021-03-29T17:58:17.781Z] e9a5061849ea: Pull complete [2021-03-29T17:58:17.781Z] d747dcd14b5f: Pull complete [2021-03-29T17:58:20.349Z] 2de7ff778b66: Pull complete [2021-03-29T17:58:20.349Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-29T17:58:20.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T17:58:20.349Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-29T17:58:20.832Z] prd-centos7-docker-4c-2g-31773 does not seem to be running inside a container [2021-03-29T17:58:20.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-29T17:58:23.878Z] $ docker top 5e1112b0ddeadb35c67a11bc835b3b7332115e01b1f87e62f442758c362fb6bf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-29T17:58:24.174Z] provisioning config files... [2021-03-29T17:58:24.184Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/415@tmp/config6358949356724731364tmp [2021-03-29T17:58:24.200Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/415@tmp/config652001655860289791tmp [2021-03-29T17:58:24.220Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/415@tmp/config2685257447379739034tmp [Pipeline] { [Pipeline] echo [2021-03-29T17:58:24.277Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:58:24.576Z] ---> sigul-configuration.sh [2021-03-29T17:58:24.577Z] gpg: directory `/root/.gnupg' created [2021-03-29T17:58:24.577Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-29T17:58:24.577Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-29T17:58:24.577Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-29T17:58:24.577Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-29T17:58:24.577Z] gpg: CAST5 encrypted data [2021-03-29T17:58:24.838Z] gpg: encrypted with 1 passphrase [2021-03-29T17:58:24.838Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-29T17:58:25.136Z] + mkdir /home/jenkins [2021-03-29T17:58:25.136Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-29T17:58:25.435Z] + 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-03-29T17:58:25.449Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:58:25.751Z] ---> sigul-install.sh [2021-03-29T17:58:32.421Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-29T17:58:32.736Z] + git tag --list [2021-03-29T17:58:32.736Z] 0.6.0 [2021-03-29T17:58:32.736Z] 0.6.1 [2021-03-29T17:58:32.736Z] 0.7.0 [2021-03-29T17:58:32.736Z] 0.7.1 [2021-03-29T17:58:32.736Z] v0.0.0 [2021-03-29T17:58:32.736Z] v0.0.1-dev.1 [2021-03-29T17:58:32.736Z] v1.0.0 [2021-03-29T17:58:32.736Z] v1.0.1 [2021-03-29T17:58:32.736Z] v1.1.0 [2021-03-29T17:58:32.736Z] v1.2.0 [2021-03-29T17:58:32.736Z] v1.2.1 [2021-03-29T17:58:32.736Z] v1.2.2-dev.1 [2021-03-29T17:58:32.736Z] v1.2.2-dev.10 [2021-03-29T17:58:32.736Z] v1.2.2-dev.100 [2021-03-29T17:58:32.736Z] v1.2.2-dev.101 [2021-03-29T17:58:32.736Z] v1.2.2-dev.102 [2021-03-29T17:58:32.736Z] v1.2.2-dev.103 [2021-03-29T17:58:32.736Z] v1.2.2-dev.104 [2021-03-29T17:58:32.736Z] v1.2.2-dev.105 [2021-03-29T17:58:32.736Z] v1.2.2-dev.106 [2021-03-29T17:58:32.736Z] v1.2.2-dev.107 [2021-03-29T17:58:32.736Z] v1.2.2-dev.11 [2021-03-29T17:58:32.736Z] v1.2.2-dev.12 [2021-03-29T17:58:32.736Z] v1.2.2-dev.13 [2021-03-29T17:58:32.736Z] v1.2.2-dev.14 [2021-03-29T17:58:32.736Z] v1.2.2-dev.15 [2021-03-29T17:58:32.736Z] v1.2.2-dev.16 [2021-03-29T17:58:32.736Z] v1.2.2-dev.17 [2021-03-29T17:58:32.736Z] v1.2.2-dev.18 [2021-03-29T17:58:32.736Z] v1.2.2-dev.19 [2021-03-29T17:58:32.736Z] v1.2.2-dev.2 [2021-03-29T17:58:32.736Z] v1.2.2-dev.20 [2021-03-29T17:58:32.736Z] v1.2.2-dev.21 [2021-03-29T17:58:32.736Z] v1.2.2-dev.22 [2021-03-29T17:58:32.736Z] v1.2.2-dev.23 [2021-03-29T17:58:32.736Z] v1.2.2-dev.24 [2021-03-29T17:58:32.736Z] v1.2.2-dev.25 [2021-03-29T17:58:32.736Z] v1.2.2-dev.26 [2021-03-29T17:58:32.736Z] v1.2.2-dev.27 [2021-03-29T17:58:32.736Z] v1.2.2-dev.28 [2021-03-29T17:58:32.736Z] v1.2.2-dev.29 [2021-03-29T17:58:32.736Z] v1.2.2-dev.3 [2021-03-29T17:58:32.736Z] v1.2.2-dev.30 [2021-03-29T17:58:32.736Z] v1.2.2-dev.31 [2021-03-29T17:58:32.736Z] v1.2.2-dev.32 [2021-03-29T17:58:32.736Z] v1.2.2-dev.33 [2021-03-29T17:58:32.736Z] v1.2.2-dev.34 [2021-03-29T17:58:32.736Z] v1.2.2-dev.35 [2021-03-29T17:58:32.736Z] v1.2.2-dev.36 [2021-03-29T17:58:32.736Z] v1.2.2-dev.37 [2021-03-29T17:58:32.736Z] v1.2.2-dev.38 [2021-03-29T17:58:32.736Z] v1.2.2-dev.39 [2021-03-29T17:58:32.736Z] v1.2.2-dev.4 [2021-03-29T17:58:32.736Z] v1.2.2-dev.40 [2021-03-29T17:58:32.736Z] v1.2.2-dev.41 [2021-03-29T17:58:32.736Z] v1.2.2-dev.42 [2021-03-29T17:58:32.736Z] v1.2.2-dev.43 [2021-03-29T17:58:32.736Z] v1.2.2-dev.44 [2021-03-29T17:58:32.736Z] v1.2.2-dev.45 [2021-03-29T17:58:32.736Z] v1.2.2-dev.46 [2021-03-29T17:58:32.736Z] v1.2.2-dev.47 [2021-03-29T17:58:32.736Z] v1.2.2-dev.48 [2021-03-29T17:58:32.736Z] v1.2.2-dev.49 [2021-03-29T17:58:32.736Z] v1.2.2-dev.5 [2021-03-29T17:58:32.736Z] v1.2.2-dev.50 [2021-03-29T17:58:32.736Z] v1.2.2-dev.51 [2021-03-29T17:58:32.736Z] v1.2.2-dev.52 [2021-03-29T17:58:32.736Z] v1.2.2-dev.53 [2021-03-29T17:58:32.736Z] v1.2.2-dev.54 [2021-03-29T17:58:32.736Z] v1.2.2-dev.55 [2021-03-29T17:58:32.736Z] v1.2.2-dev.56 [2021-03-29T17:58:32.736Z] v1.2.2-dev.57 [2021-03-29T17:58:32.736Z] v1.2.2-dev.58 [2021-03-29T17:58:32.736Z] v1.2.2-dev.59 [2021-03-29T17:58:32.736Z] v1.2.2-dev.6 [2021-03-29T17:58:32.736Z] v1.2.2-dev.60 [2021-03-29T17:58:32.736Z] v1.2.2-dev.61 [2021-03-29T17:58:32.736Z] v1.2.2-dev.62 [2021-03-29T17:58:32.736Z] v1.2.2-dev.63 [2021-03-29T17:58:32.736Z] v1.2.2-dev.64 [2021-03-29T17:58:32.736Z] v1.2.2-dev.65 [2021-03-29T17:58:32.736Z] v1.2.2-dev.66 [2021-03-29T17:58:32.736Z] v1.2.2-dev.67 [2021-03-29T17:58:32.736Z] v1.2.2-dev.68 [2021-03-29T17:58:32.736Z] v1.2.2-dev.69 [2021-03-29T17:58:32.736Z] v1.2.2-dev.7 [2021-03-29T17:58:32.736Z] v1.2.2-dev.70 [2021-03-29T17:58:32.736Z] v1.2.2-dev.71 [2021-03-29T17:58:32.736Z] v1.2.2-dev.72 [2021-03-29T17:58:32.736Z] v1.2.2-dev.73 [2021-03-29T17:58:32.736Z] v1.2.2-dev.74 [2021-03-29T17:58:32.736Z] v1.2.2-dev.75 [2021-03-29T17:58:32.736Z] v1.2.2-dev.76 [2021-03-29T17:58:32.736Z] v1.2.2-dev.77 [2021-03-29T17:58:32.736Z] v1.2.2-dev.78 [2021-03-29T17:58:32.736Z] v1.2.2-dev.79 [2021-03-29T17:58:32.736Z] v1.2.2-dev.8 [2021-03-29T17:58:32.736Z] v1.2.2-dev.80 [2021-03-29T17:58:32.736Z] v1.2.2-dev.81 [2021-03-29T17:58:32.736Z] v1.2.2-dev.82 [2021-03-29T17:58:32.736Z] v1.2.2-dev.83 [2021-03-29T17:58:32.736Z] v1.2.2-dev.84 [2021-03-29T17:58:32.736Z] v1.2.2-dev.85 [2021-03-29T17:58:32.736Z] v1.2.2-dev.86 [2021-03-29T17:58:32.736Z] v1.2.2-dev.87 [2021-03-29T17:58:32.736Z] v1.2.2-dev.88 [2021-03-29T17:58:32.736Z] v1.2.2-dev.89 [2021-03-29T17:58:32.736Z] v1.2.2-dev.9 [2021-03-29T17:58:32.736Z] v1.2.2-dev.90 [2021-03-29T17:58:32.736Z] v1.2.2-dev.91 [2021-03-29T17:58:32.736Z] v1.2.2-dev.92 [2021-03-29T17:58:32.736Z] v1.2.2-dev.93 [2021-03-29T17:58:32.736Z] v1.2.2-dev.94 [2021-03-29T17:58:32.736Z] v1.2.2-dev.95 [2021-03-29T17:58:32.736Z] v1.2.2-dev.96 [2021-03-29T17:58:32.736Z] v1.2.2-dev.97 [2021-03-29T17:58:32.736Z] v1.2.2-dev.98 [2021-03-29T17:58:32.736Z] v1.2.2-dev.99 [2021-03-29T17:58:32.736Z] v1.3.0 [2021-03-29T17:58:32.736Z] v1.3.1 [2021-03-29T17:58:32.736Z] v1.3.1-dev.1 [2021-03-29T17:58:32.736Z] v1.3.1-dev.10 [2021-03-29T17:58:32.736Z] v1.3.1-dev.11 [2021-03-29T17:58:32.736Z] v1.3.1-dev.12 [2021-03-29T17:58:32.736Z] v1.3.1-dev.13 [2021-03-29T17:58:32.736Z] v1.3.1-dev.14 [2021-03-29T17:58:32.736Z] v1.3.1-dev.15 [2021-03-29T17:58:32.736Z] v1.3.1-dev.16 [2021-03-29T17:58:32.736Z] v1.3.1-dev.17 [2021-03-29T17:58:32.736Z] v1.3.1-dev.18 [2021-03-29T17:58:32.736Z] v1.3.1-dev.2 [2021-03-29T17:58:32.736Z] v1.3.1-dev.3 [2021-03-29T17:58:32.736Z] v1.3.1-dev.4 [2021-03-29T17:58:32.736Z] v1.3.1-dev.5 [2021-03-29T17:58:32.736Z] v1.3.1-dev.6 [2021-03-29T17:58:32.736Z] v1.3.1-dev.7 [2021-03-29T17:58:32.736Z] v1.3.1-dev.8 [2021-03-29T17:58:32.736Z] v1.3.1-dev.9 [2021-03-29T17:58:32.736Z] v2.0.0-dev.1 [2021-03-29T17:58:32.736Z] v2.0.0-dev.10 [2021-03-29T17:58:32.736Z] v2.0.0-dev.100 [2021-03-29T17:58:32.736Z] v2.0.0-dev.101 [2021-03-29T17:58:32.736Z] v2.0.0-dev.102 [2021-03-29T17:58:32.736Z] v2.0.0-dev.103 [2021-03-29T17:58:32.736Z] v2.0.0-dev.104 [2021-03-29T17:58:32.736Z] v2.0.0-dev.105 [2021-03-29T17:58:32.736Z] v2.0.0-dev.106 [2021-03-29T17:58:32.736Z] v2.0.0-dev.107 [2021-03-29T17:58:32.736Z] v2.0.0-dev.108 [2021-03-29T17:58:32.736Z] v2.0.0-dev.109 [2021-03-29T17:58:32.736Z] v2.0.0-dev.11 [2021-03-29T17:58:32.736Z] v2.0.0-dev.110 [2021-03-29T17:58:32.736Z] v2.0.0-dev.111 [2021-03-29T17:58:32.736Z] v2.0.0-dev.112 [2021-03-29T17:58:32.736Z] v2.0.0-dev.113 [2021-03-29T17:58:32.736Z] v2.0.0-dev.114 [2021-03-29T17:58:32.736Z] v2.0.0-dev.115 [2021-03-29T17:58:32.736Z] v2.0.0-dev.116 [2021-03-29T17:58:32.736Z] v2.0.0-dev.117 [2021-03-29T17:58:32.736Z] v2.0.0-dev.118 [2021-03-29T17:58:32.736Z] v2.0.0-dev.119 [2021-03-29T17:58:32.736Z] v2.0.0-dev.12 [2021-03-29T17:58:32.736Z] v2.0.0-dev.120 [2021-03-29T17:58:32.736Z] v2.0.0-dev.121 [2021-03-29T17:58:32.736Z] v2.0.0-dev.122 [2021-03-29T17:58:32.736Z] v2.0.0-dev.123 [2021-03-29T17:58:32.736Z] v2.0.0-dev.124 [2021-03-29T17:58:32.736Z] v2.0.0-dev.125 [2021-03-29T17:58:32.736Z] v2.0.0-dev.126 [2021-03-29T17:58:32.736Z] v2.0.0-dev.127 [2021-03-29T17:58:32.736Z] v2.0.0-dev.128 [2021-03-29T17:58:32.736Z] v2.0.0-dev.129 [2021-03-29T17:58:32.736Z] v2.0.0-dev.13 [2021-03-29T17:58:32.736Z] v2.0.0-dev.130 [2021-03-29T17:58:32.736Z] v2.0.0-dev.131 [2021-03-29T17:58:32.736Z] v2.0.0-dev.132 [2021-03-29T17:58:32.736Z] v2.0.0-dev.133 [2021-03-29T17:58:32.736Z] v2.0.0-dev.134 [2021-03-29T17:58:32.736Z] v2.0.0-dev.135 [2021-03-29T17:58:32.736Z] v2.0.0-dev.136 [2021-03-29T17:58:32.736Z] v2.0.0-dev.137 [2021-03-29T17:58:32.736Z] v2.0.0-dev.138 [2021-03-29T17:58:32.736Z] v2.0.0-dev.139 [2021-03-29T17:58:32.736Z] v2.0.0-dev.14 [2021-03-29T17:58:32.736Z] v2.0.0-dev.140 [2021-03-29T17:58:32.736Z] v2.0.0-dev.141 [2021-03-29T17:58:32.736Z] v2.0.0-dev.142 [2021-03-29T17:58:32.736Z] v2.0.0-dev.143 [2021-03-29T17:58:32.736Z] v2.0.0-dev.144 [2021-03-29T17:58:32.736Z] v2.0.0-dev.145 [2021-03-29T17:58:32.736Z] v2.0.0-dev.146 [2021-03-29T17:58:32.736Z] v2.0.0-dev.147 [2021-03-29T17:58:32.736Z] v2.0.0-dev.15 [2021-03-29T17:58:32.736Z] v2.0.0-dev.16 [2021-03-29T17:58:32.736Z] v2.0.0-dev.17 [2021-03-29T17:58:32.736Z] v2.0.0-dev.18 [2021-03-29T17:58:32.736Z] v2.0.0-dev.19 [2021-03-29T17:58:32.736Z] v2.0.0-dev.2 [2021-03-29T17:58:32.736Z] v2.0.0-dev.20 [2021-03-29T17:58:32.736Z] v2.0.0-dev.21 [2021-03-29T17:58:32.736Z] v2.0.0-dev.22 [2021-03-29T17:58:32.736Z] v2.0.0-dev.23 [2021-03-29T17:58:32.736Z] v2.0.0-dev.24 [2021-03-29T17:58:32.736Z] v2.0.0-dev.25 [2021-03-29T17:58:32.736Z] v2.0.0-dev.26 [2021-03-29T17:58:32.736Z] v2.0.0-dev.27 [2021-03-29T17:58:32.736Z] v2.0.0-dev.28 [2021-03-29T17:58:32.736Z] v2.0.0-dev.29 [2021-03-29T17:58:32.736Z] v2.0.0-dev.3 [2021-03-29T17:58:32.736Z] v2.0.0-dev.30 [2021-03-29T17:58:32.736Z] v2.0.0-dev.31 [2021-03-29T17:58:32.736Z] v2.0.0-dev.32 [2021-03-29T17:58:32.736Z] v2.0.0-dev.33 [2021-03-29T17:58:32.736Z] v2.0.0-dev.34 [2021-03-29T17:58:32.736Z] v2.0.0-dev.35 [2021-03-29T17:58:32.736Z] v2.0.0-dev.36 [2021-03-29T17:58:32.736Z] v2.0.0-dev.37 [2021-03-29T17:58:32.736Z] v2.0.0-dev.38 [2021-03-29T17:58:32.736Z] v2.0.0-dev.39 [2021-03-29T17:58:32.736Z] v2.0.0-dev.4 [2021-03-29T17:58:32.736Z] v2.0.0-dev.40 [2021-03-29T17:58:32.736Z] v2.0.0-dev.41 [2021-03-29T17:58:32.736Z] v2.0.0-dev.42 [2021-03-29T17:58:32.736Z] v2.0.0-dev.43 [2021-03-29T17:58:32.736Z] v2.0.0-dev.44 [2021-03-29T17:58:32.736Z] v2.0.0-dev.45 [2021-03-29T17:58:32.736Z] v2.0.0-dev.46 [2021-03-29T17:58:32.736Z] v2.0.0-dev.47 [2021-03-29T17:58:32.736Z] v2.0.0-dev.48 [2021-03-29T17:58:32.736Z] v2.0.0-dev.49 [2021-03-29T17:58:32.736Z] v2.0.0-dev.5 [2021-03-29T17:58:32.736Z] v2.0.0-dev.50 [2021-03-29T17:58:32.736Z] v2.0.0-dev.51 [2021-03-29T17:58:32.736Z] v2.0.0-dev.52 [2021-03-29T17:58:32.736Z] v2.0.0-dev.53 [2021-03-29T17:58:32.736Z] v2.0.0-dev.54 [2021-03-29T17:58:32.736Z] v2.0.0-dev.55 [2021-03-29T17:58:32.736Z] v2.0.0-dev.56 [2021-03-29T17:58:32.736Z] v2.0.0-dev.57 [2021-03-29T17:58:32.736Z] v2.0.0-dev.58 [2021-03-29T17:58:32.736Z] v2.0.0-dev.59 [2021-03-29T17:58:32.736Z] v2.0.0-dev.6 [2021-03-29T17:58:32.736Z] v2.0.0-dev.60 [2021-03-29T17:58:32.736Z] v2.0.0-dev.61 [2021-03-29T17:58:32.736Z] v2.0.0-dev.62 [2021-03-29T17:58:32.736Z] v2.0.0-dev.63 [2021-03-29T17:58:32.736Z] v2.0.0-dev.64 [2021-03-29T17:58:32.736Z] v2.0.0-dev.65 [2021-03-29T17:58:32.736Z] v2.0.0-dev.66 [2021-03-29T17:58:32.736Z] v2.0.0-dev.67 [2021-03-29T17:58:32.736Z] v2.0.0-dev.68 [2021-03-29T17:58:32.736Z] v2.0.0-dev.69 [2021-03-29T17:58:32.736Z] v2.0.0-dev.7 [2021-03-29T17:58:32.736Z] v2.0.0-dev.70 [2021-03-29T17:58:32.736Z] v2.0.0-dev.71 [2021-03-29T17:58:32.736Z] v2.0.0-dev.72 [2021-03-29T17:58:32.736Z] v2.0.0-dev.73 [2021-03-29T17:58:32.736Z] v2.0.0-dev.74 [2021-03-29T17:58:32.736Z] v2.0.0-dev.75 [2021-03-29T17:58:32.736Z] v2.0.0-dev.76 [2021-03-29T17:58:32.736Z] v2.0.0-dev.77 [2021-03-29T17:58:32.736Z] v2.0.0-dev.78 [2021-03-29T17:58:32.736Z] v2.0.0-dev.79 [2021-03-29T17:58:32.736Z] v2.0.0-dev.8 [2021-03-29T17:58:32.736Z] v2.0.0-dev.80 [2021-03-29T17:58:32.736Z] v2.0.0-dev.81 [2021-03-29T17:58:32.736Z] v2.0.0-dev.82 [2021-03-29T17:58:32.736Z] v2.0.0-dev.83 [2021-03-29T17:58:32.736Z] v2.0.0-dev.84 [2021-03-29T17:58:32.736Z] v2.0.0-dev.85 [2021-03-29T17:58:32.736Z] v2.0.0-dev.86 [2021-03-29T17:58:32.736Z] v2.0.0-dev.87 [2021-03-29T17:58:32.736Z] v2.0.0-dev.88 [2021-03-29T17:58:32.736Z] v2.0.0-dev.89 [2021-03-29T17:58:32.736Z] v2.0.0-dev.9 [2021-03-29T17:58:32.736Z] v2.0.0-dev.90 [2021-03-29T17:58:32.736Z] v2.0.0-dev.91 [2021-03-29T17:58:32.736Z] v2.0.0-dev.92 [2021-03-29T17:58:32.736Z] v2.0.0-dev.93 [2021-03-29T17:58:32.736Z] v2.0.0-dev.94 [2021-03-29T17:58:32.736Z] v2.0.0-dev.95 [2021-03-29T17:58:32.736Z] v2.0.0-dev.96 [2021-03-29T17:58:32.736Z] v2.0.0-dev.97 [2021-03-29T17:58:32.736Z] v2.0.0-dev.98 [2021-03-29T17:58:32.736Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-29T17:58:33.042Z] + lftools sign git-tag v2.0.0-dev.147 [2021-03-29T17:58:34.432Z] Signing Git tag with Sigul... [2021-03-29T17:58:34.432Z] Signing v2.0.0-dev.147 [Pipeline] echo [2021-03-29T17:58:35.387Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:58:35.686Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-29T17:58:35.696Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-29T17:58:35.797Z] $ docker stop --time=1 5e1112b0ddeadb35c67a11bc835b3b7332115e01b1f87e62f442758c362fb6bf [2021-03-29T17:58:37.856Z] $ docker rm -f 5e1112b0ddeadb35c67a11bc835b3b7332115e01b1f87e62f442758c362fb6bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:58:38.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T17:58:38.695Z] . [Pipeline] withDockerContainer [2021-03-29T17:58:38.801Z] prd-centos7-docker-4c-2g-31773 does not seem to be running inside a container [2021-03-29T17:58:38.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T17:58:39.650Z] $ docker top f4504c64a664850b0d30bee0431fac5cd765aa9cece1a7677bd07b7e89e723e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T17:58:39.968Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T17:58:39.969Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T17:58:40.183Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T17:58:40.188Z] $ docker exec f4504c64a664850b0d30bee0431fac5cd765aa9cece1a7677bd07b7e89e723e4 ssh-agent [2021-03-29T17:58:40.384Z] SSH_AUTH_SOCK=/tmp/ssh-3ZIOLL4geS8i/agent.11 [2021-03-29T17:58:40.384Z] SSH_AGENT_PID=16 [2021-03-29T17:58:40.392Z] Running ssh-add (command line suppressed) [2021-03-29T17:58:40.526Z] Identity added: /w/workspace/edgex-go/415@tmp/private_key_2387604113737433882.key (/w/workspace/edgex-go/415@tmp/private_key_2387604113737433882.key) [2021-03-29T17:58:40.587Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T17:58:40.940Z] + git semver bump pre [2021-03-29T17:58:40.940Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T17:58:40.940Z] # $GIT_DIR = /w/workspace/edgex-go/415/.git [2021-03-29T17:58:40.940Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/415 [2021-03-29T17:58:40.940Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T17:58:40.940Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T17:58:40.940Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T17:58:40.940Z] # $SEMVER_BRANCH = master [2021-03-29T17:58:40.940Z] # $SEMVER_DIR = /w/workspace/edgex-go/415/.semver [2021-03-29T17:58:40.940Z] 2.0.0-dev.148 [Pipeline] } [2021-03-29T17:58:40.954Z] $ docker exec --env ******** --env ******** f4504c64a664850b0d30bee0431fac5cd765aa9cece1a7677bd07b7e89e723e4 ssh-agent -k [2021-03-29T17:58:41.082Z] unset SSH_AUTH_SOCK; [2021-03-29T17:58:41.082Z] unset SSH_AGENT_PID; [2021-03-29T17:58:41.082Z] echo Agent pid 16 killed; [2021-03-29T17:58:41.132Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T17:58:41.625Z] + git semver [Pipeline] } [2021-03-29T17:58:41.645Z] $ docker stop --time=1 f4504c64a664850b0d30bee0431fac5cd765aa9cece1a7677bd07b7e89e723e4 [2021-03-29T17:58:43.036Z] $ docker rm -f f4504c64a664850b0d30bee0431fac5cd765aa9cece1a7677bd07b7e89e723e4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:58:43.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T17:58:43.589Z] . [Pipeline] withDockerContainer [2021-03-29T17:58:43.693Z] prd-centos7-docker-4c-2g-31773 does not seem to be running inside a container [2021-03-29T17:58:43.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T17:58:44.434Z] $ docker top 56d9da629b732589005a5c0460be2db307349fea28cea4eb8a381230504cb97c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T17:58:44.748Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T17:58:44.748Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T17:58:44.951Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T17:58:44.955Z] $ docker exec 56d9da629b732589005a5c0460be2db307349fea28cea4eb8a381230504cb97c ssh-agent [2021-03-29T17:58:45.132Z] SSH_AUTH_SOCK=/tmp/ssh-cLYAs6VoBsjh/agent.13 [2021-03-29T17:58:45.132Z] SSH_AGENT_PID=18 [2021-03-29T17:58:45.140Z] Running ssh-add (command line suppressed) [2021-03-29T17:58:45.268Z] Identity added: /w/workspace/edgex-go/415@tmp/private_key_2175139766930928852.key (/w/workspace/edgex-go/415@tmp/private_key_2175139766930928852.key) [2021-03-29T17:58:45.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T17:58:45.679Z] + git semver push [2021-03-29T17:58:45.679Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T17:58:45.679Z] # $GIT_DIR = /w/workspace/edgex-go/415/.git [2021-03-29T17:58:45.679Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/415 [2021-03-29T17:58:45.679Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T17:58:45.679Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T17:58:45.679Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T17:58:45.679Z] # $SEMVER_BRANCH = master [2021-03-29T17:58:45.679Z] # $SEMVER_DIR = /w/workspace/edgex-go/415/.semver [Pipeline] } [2021-03-29T17:58:53.855Z] $ docker exec --env ******** --env ******** 56d9da629b732589005a5c0460be2db307349fea28cea4eb8a381230504cb97c ssh-agent -k [2021-03-29T17:58:53.983Z] unset SSH_AUTH_SOCK; [2021-03-29T17:58:53.983Z] unset SSH_AGENT_PID; [2021-03-29T17:58:53.983Z] echo Agent pid 18 killed; [2021-03-29T17:58:54.044Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T17:58:54.541Z] + git semver [Pipeline] } [2021-03-29T17:58:54.560Z] $ docker stop --time=1 56d9da629b732589005a5c0460be2db307349fea28cea4eb8a381230504cb97c [2021-03-29T17:58:55.922Z] $ docker rm -f 56d9da629b732589005a5c0460be2db307349fea28cea4eb8a381230504cb97c [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-03-29T17:58:57.808Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:58:58.685Z] ---> package-listing.sh [2021-03-29T17:58:58.685Z] ++ facter osfamily [2021-03-29T17:58:58.685Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T17:58:58.685Z] + OS_FAMILY=redhat [2021-03-29T17:58:58.685Z] + workspace=/w/workspace/edgex-go/415 [2021-03-29T17:58:58.685Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T17:58:58.685Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T17:58:58.685Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T17:58:58.685Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T17:58:58.685Z] + '[' /w/workspace/edgex-go/415 ']' [2021-03-29T17:58:58.685Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T17:58:58.685Z] + case "${OS_FAMILY}" in [2021-03-29T17:58:58.685Z] + rpm -qa [2021-03-29T17:58:58.685Z] + sort [2021-03-29T17:59:04.021Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T17:59:04.021Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T17:59:04.021Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T17:59:04.021Z] + '[' /w/workspace/edgex-go/415 ']' [2021-03-29T17:59:04.021Z] + mkdir -p /w/workspace/edgex-go/415/archives/ [2021-03-29T17:59:04.021Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/415/archives/ [Pipeline] echo [2021-03-29T17:59:04.044Z] 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/415/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T17:59:04.388Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:59:04.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T17:59:04.697Z] [2021-03-29T17:59:04.697Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:59:05.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T17:59:05.047Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T17:59:05.047Z] df20fa9351a1: Pulling fs layer [2021-03-29T17:59:05.047Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T17:59:05.047Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T17:59:05.047Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T17:59:05.047Z] 93b61091891f: Pulling fs layer [2021-03-29T17:59:05.047Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T17:59:05.047Z] 5e14af77c1be: Pulling fs layer [2021-03-29T17:59:05.048Z] 01666e4c0597: Pulling fs layer [2021-03-29T17:59:05.048Z] aa168da1d23b: Pulling fs layer [2021-03-29T17:59:05.048Z] 46f8f816bc3b: Waiting [2021-03-29T17:59:05.048Z] 93b61091891f: Waiting [2021-03-29T17:59:05.048Z] 93b9cdb0e59b: Waiting [2021-03-29T17:59:05.048Z] 5e14af77c1be: Waiting [2021-03-29T17:59:05.048Z] 01666e4c0597: Waiting [2021-03-29T17:59:05.048Z] aa168da1d23b: Waiting [2021-03-29T17:59:05.048Z] 36b3adc4ff6f: Download complete [2021-03-29T17:59:05.048Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T17:59:05.048Z] 46f8f816bc3b: Download complete [2021-03-29T17:59:05.310Z] df20fa9351a1: Verifying Checksum [2021-03-29T17:59:05.310Z] df20fa9351a1: Download complete [2021-03-29T17:59:05.310Z] 93b61091891f: Verifying Checksum [2021-03-29T17:59:05.310Z] 93b61091891f: Download complete [2021-03-29T17:59:05.310Z] 5e14af77c1be: Verifying Checksum [2021-03-29T17:59:05.310Z] 5e14af77c1be: Download complete [2021-03-29T17:59:05.310Z] 01666e4c0597: Verifying Checksum [2021-03-29T17:59:05.310Z] 01666e4c0597: Download complete [2021-03-29T17:59:05.310Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T17:59:05.310Z] 8ad3a11d3b57: Download complete [2021-03-29T17:59:05.574Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T17:59:05.574Z] 93b9cdb0e59b: Download complete [2021-03-29T17:59:05.574Z] df20fa9351a1: Pull complete [2021-03-29T17:59:05.838Z] 36b3adc4ff6f: Pull complete [2021-03-29T17:59:07.251Z] 8ad3a11d3b57: Pull complete [2021-03-29T17:59:07.251Z] aa168da1d23b: Verifying Checksum [2021-03-29T17:59:07.251Z] aa168da1d23b: Download complete [2021-03-29T17:59:07.826Z] 46f8f816bc3b: Pull complete [2021-03-29T17:59:08.088Z] 93b61091891f: Pull complete [2021-03-29T17:59:08.350Z] 93b9cdb0e59b: Pull complete [2021-03-29T17:59:08.350Z] 5e14af77c1be: Pull complete [2021-03-29T17:59:08.616Z] 01666e4c0597: Pull complete [2021-03-29T17:59:16.797Z] aa168da1d23b: Pull complete [2021-03-29T17:59:16.797Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T17:59:16.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T17:59:16.797Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T17:59:17.015Z] prd-centos7-docker-4c-2g-31773 does not seem to be running inside a container [2021-03-29T17:59:17.062Z] $ 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/415/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/415 -v /w/workspace/edgex-go/415:/w/workspace/edgex-go/415:rw,z -v /w/workspace/edgex-go/415@tmp:/w/workspace/edgex-go/415@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T17:59:20.089Z] $ docker top 5d279f84aef2c7b183433844fb48ed79b4ba149bc43f82de699f7e66610e73f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T17:59:20.730Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T17:59:21.030Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T17:59:21.331Z] + ls /var/log/sa-host [2021-03-29T17:59:21.331Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T17:59:21.331Z] file_magic: OK [2021-03-29T17:59:21.331Z] HZ: Using current value: 100 [2021-03-29T17:59:21.331Z] file_header: OK [2021-03-29T17:59:21.331Z] 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-03-29T17:59:21.331Z] Statistics: [2021-03-29T17:59:21.331Z] Hnuu...uuuununununu... [2021-03-29T17:59:21.331Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T17:59:21.331Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T17:59:21.331Z] file_magic: OK [2021-03-29T17:59:21.331Z] HZ: Using current value: 100 [2021-03-29T17:59:21.331Z] file_header: OK [2021-03-29T17:59:21.331Z] 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-03-29T17:59:21.331Z] Statistics: [2021-03-29T17:59:21.331Z] 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... [2021-03-29T17:59:21.331Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T17:59:21.987Z] provisioning config files... [2021-03-29T17:59:22.003Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/415@tmp/config4190317152147438628tmp [Pipeline] { [Pipeline] echo [2021-03-29T17:59:22.077Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:59:22.375Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T17:59:22.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T17:59:22.480Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:59:22.778Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T17:59:22.789Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:59:23.088Z] ---> sudo-logs.sh [2021-03-29T17:59:23.088Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T17:59:23.152Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:59:23.449Z] ---> job-cost.sh [2021-03-29T17:59:23.449Z] lf-activate-venv: SKIPPING [2021-03-29T17:59:23.449Z] DEBUG: total: 0.20999999344348907 [2021-03-29T17:59:23.449Z] INFO: Retrieving Stack Cost... [2021-03-29T17:59:24.394Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T17:59:24.967Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T17:59:24.983Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:59:25.282Z] ---> logs-deploy.sh [2021-03-29T17:59:25.282Z] lf-activate-venv: SKIPPING [2021-03-29T17:59:25.282Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/415 [2021-03-29T17:59:25.282Z] INFO: archiving workspace using pattern(s): [2021-03-29T17:59:27.200Z] Archives upload complete. [2021-03-29T17:59:27.200Z] INFO: archiving logs to Nexus