Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fb188d25fcab3d585a11d4385d590a36e735c372 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29329’ Running on prd-centos7-docker-4c-2g-29331 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/388 [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/388 # 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 fb188d25fcab3d585a11d4385d590a36e735c372 (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 fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 Commit message: "feat(scheduler): Implement POST /intervalaction V2 API (#3190)" > git rev-list --no-walk e1c877c26fd3ad456d53f84346cbbc11c0c9a37e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T15:26:44.509Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T15:26:44.773Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T15:26:44.869Z] ========================================================= [2021-03-10T15:26:44.870Z] EdgeX Global Pipelines Version Info [2021-03-10T15:26:44.870Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:26:46.925Z] ------------------- [2021-03-10T15:26:46.925Z] stable info: [2021-03-10T15:26:46.925Z] ------------------- [2021-03-10T15:26:46.925Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T15:26:46.925Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T15:26:46.925Z] Message: update stable to v1.0.184 [2021-03-10T15:26:47.500Z] ------------------- [2021-03-10T15:26:47.500Z] experimental info: [2021-03-10T15:26:47.500Z] ------------------- [2021-03-10T15:26:47.500Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T15:26:47.500Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T15:26:47.500Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T15:26:47.866Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-10T15:26:47.981Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-10T15:26:48.067Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T15:26:48.158Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T15:26:48.249Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T15:26:48.336Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T15:26:48.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T15:26:48.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-10T15:26:48.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-10T15:26:48.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-10T15:26:48.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T15:26:48.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T15:26:48.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T15:26:49.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T15:26:49.143Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T15:26:49.223Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T15:26:49.313Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T15:26:49.396Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T15:26:49.480Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-10T15:26:49.567Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-10T15:26:49.668Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-10T15:26:49.751Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T15:26:49.831Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-10T15:26:49.928Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-10T15:26:50.019Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-10T15:26:50.158Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] echo [2021-03-10T15:26:50.299Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb188d2 [Pipeline] echo [2021-03-10T15:26:50.401Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T15:26:50.734Z] provisioning config files... [2021-03-10T15:26:50.774Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/388@tmp/config6546588341170008726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:26:51.218Z] ---> docker-login.sh [2021-03-10T15:26:51.218Z] nexus3.edgexfoundry.org:10001 [2021-03-10T15:26:51.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:26:51.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:26:51.759Z] Configure a credential helper to remove this warning. See [2021-03-10T15:26:51.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:26:51.759Z] [2021-03-10T15:26:51.759Z] Login Succeeded [2021-03-10T15:26:51.759Z] nexus3.edgexfoundry.org:10002 [2021-03-10T15:26:51.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:26:52.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:26:52.027Z] Configure a credential helper to remove this warning. See [2021-03-10T15:26:52.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:26:52.027Z] [2021-03-10T15:26:52.027Z] Login Succeeded [2021-03-10T15:26:52.027Z] nexus3.edgexfoundry.org:10003 [2021-03-10T15:26:52.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:26:52.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:26:52.292Z] Configure a credential helper to remove this warning. See [2021-03-10T15:26:52.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:26:52.292Z] [2021-03-10T15:26:52.292Z] Login Succeeded [2021-03-10T15:26:52.292Z] nexus3.edgexfoundry.org:10004 [2021-03-10T15:26:52.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:26:52.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:26:52.555Z] Configure a credential helper to remove this warning. See [2021-03-10T15:26:52.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:26:52.555Z] [2021-03-10T15:26:52.555Z] Login Succeeded [2021-03-10T15:26:52.555Z] docker.io [2021-03-10T15:26:52.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:26:52.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:26:52.818Z] Configure a credential helper to remove this warning. See [2021-03-10T15:26:52.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:26:52.818Z] [2021-03-10T15:26:52.818Z] Login Succeeded [2021-03-10T15:26:52.818Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T15:26:52.828Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T15:26:53.292Z] ++ 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-10T15:26:53.292Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:26:53.292Z] ++ dirname cmd/core-command/Dockerfile [2021-03-10T15:26:53.292Z] ++ cut -d/ -f2 [2021-03-10T15:26:53.292Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-10T15:26:53.292Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:26:53.292Z] ++ dirname cmd/core-data/Dockerfile [2021-03-10T15:26:53.292Z] ++ cut -d/ -f2 [2021-03-10T15:26:53.292Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-10T15:26:53.292Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:26:53.292Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-10T15:26:53.292Z] ++ cut -d/ -f2 [2021-03-10T15:26:53.292Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-10T15:26:53.292Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:26:53.292Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-10T15:26:53.292Z] ++ cut -d/ -f2 [2021-03-10T15:26:53.292Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-10T15:26:53.292Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:26:53.292Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-10T15:26:53.292Z] ++ cut -d/ -f2 [2021-03-10T15:26:53.292Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-10T15:26:53.292Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:26:53.292Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-10T15:26:53.292Z] ++ cut -d/ -f2 [2021-03-10T15:26:53.292Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-10T15:26:53.292Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:26:53.292Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-10T15:26:53.292Z] ++ cut -d/ -f2 [2021-03-10T15:26:53.292Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-10T15:26:53.292Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:26:53.292Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-10T15:26:53.292Z] ++ cut -d/ -f2 [2021-03-10T15:26:53.292Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-10T15:26:53.292Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T15:26:53.292Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-10T15:26:53.292Z] ++ cut -d/ -f2 [2021-03-10T15:26:53.292Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-10T15:26:53.378Z] 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-10T15:26:54.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:26:54.937Z] [2021-03-10T15:26:54.937Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:26:55.354Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:26:55.354Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T15:26:55.354Z] 31603596830f: Pulling fs layer [2021-03-10T15:26:55.354Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T15:26:55.354Z] 6ca5941a6612: Pulling fs layer [2021-03-10T15:26:55.354Z] ecc8261a40a4: Pulling fs layer [2021-03-10T15:26:55.354Z] ecc8261a40a4: Waiting [2021-03-10T15:26:55.354Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T15:26:55.354Z] 2a8b12db71e7: Download complete [2021-03-10T15:26:55.635Z] 31603596830f: Verifying Checksum [2021-03-10T15:26:55.635Z] 31603596830f: Download complete [2021-03-10T15:26:55.635Z] 6ca5941a6612: Verifying Checksum [2021-03-10T15:26:55.635Z] 6ca5941a6612: Download complete [2021-03-10T15:26:55.901Z] ecc8261a40a4: Verifying Checksum [2021-03-10T15:26:55.901Z] ecc8261a40a4: Download complete [2021-03-10T15:26:56.178Z] 31603596830f: Pull complete [2021-03-10T15:26:56.178Z] 2a8b12db71e7: Pull complete [2021-03-10T15:26:57.154Z] 6ca5941a6612: Pull complete [2021-03-10T15:26:57.432Z] ecc8261a40a4: Pull complete [2021-03-10T15:26:57.695Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T15:26:57.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:26:57.696Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T15:26:57.872Z] prd-centos7-docker-4c-2g-29331 does not seem to be running inside a container [2021-03-10T15:26:57.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T15:27:00.609Z] $ docker top 24791d1d90968220d703307ccd9c05b1ec81f1816db96b1f2caa0ab8bc350d0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T15:27:00.930Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T15:27:00.930Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T15:27:01.188Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T15:27:01.193Z] $ docker exec 24791d1d90968220d703307ccd9c05b1ec81f1816db96b1f2caa0ab8bc350d0e ssh-agent [2021-03-10T15:27:01.398Z] SSH_AUTH_SOCK=/tmp/ssh-GifckUNNZKso/agent.11 [2021-03-10T15:27:01.398Z] SSH_AGENT_PID=16 [2021-03-10T15:27:01.418Z] Running ssh-add (command line suppressed) [2021-03-10T15:27:01.562Z] Identity added: /w/workspace/edgex-go/388@tmp/private_key_6850035430806809363.key (/w/workspace/edgex-go/388@tmp/private_key_6850035430806809363.key) [2021-03-10T15:27:01.645Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T15:27:02.033Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T15:27:02.064Z] $ docker exec --env ******** --env ******** 24791d1d90968220d703307ccd9c05b1ec81f1816db96b1f2caa0ab8bc350d0e ssh-agent -k [2021-03-10T15:27:02.218Z] unset SSH_AUTH_SOCK; [2021-03-10T15:27:02.218Z] unset SSH_AGENT_PID; [2021-03-10T15:27:02.219Z] echo Agent pid 16 killed; [2021-03-10T15:27:02.298Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T15:27:02.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T15:27:02.447Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T15:27:02.713Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T15:27:02.721Z] $ docker exec 24791d1d90968220d703307ccd9c05b1ec81f1816db96b1f2caa0ab8bc350d0e ssh-agent [2021-03-10T15:27:03.012Z] SSH_AUTH_SOCK=/tmp/ssh-JYub35zzKksV/agent.44 [2021-03-10T15:27:03.012Z] SSH_AGENT_PID=49 [2021-03-10T15:27:03.024Z] Running ssh-add (command line suppressed) [2021-03-10T15:27:03.219Z] Identity added: /w/workspace/edgex-go/388@tmp/private_key_6105615326099495470.key (/w/workspace/edgex-go/388@tmp/private_key_6105615326099495470.key) [2021-03-10T15:27:03.297Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T15:27:03.697Z] + git semver init [2021-03-10T15:27:03.697Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T15:27:03.697Z] # $GIT_DIR = /w/workspace/edgex-go/388/.git [2021-03-10T15:27:03.697Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/388 [2021-03-10T15:27:03.697Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T15:27:03.697Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T15:27:03.697Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T15:27:03.697Z] # $SEMVER_BRANCH = master [2021-03-10T15:27:03.697Z] # $SEMVER_TEMP = /tmp/semver-949025004 [2021-03-10T15:27:03.697Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-10T15:27:42.589Z] # '/tmp/semver-949025004' -> '/w/workspace/edgex-go/388/.semver' [2021-03-10T15:27:42.589Z] # -> Force: false [2021-03-10T15:27:42.589Z] # $SEMVER_DIR = /w/workspace/edgex-go/388/.semver [Pipeline] } [2021-03-10T15:27:42.610Z] $ docker exec --env ******** --env ******** 24791d1d90968220d703307ccd9c05b1ec81f1816db96b1f2caa0ab8bc350d0e ssh-agent -k [2021-03-10T15:27:42.947Z] unset SSH_AUTH_SOCK; [2021-03-10T15:27:42.948Z] unset SSH_AGENT_PID; [2021-03-10T15:27:42.948Z] echo Agent pid 49 killed; [2021-03-10T15:27:43.129Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T15:27:43.657Z] + git semver [Pipeline] } [2021-03-10T15:27:43.679Z] $ docker stop --time=1 24791d1d90968220d703307ccd9c05b1ec81f1816db96b1f2caa0ab8bc350d0e [2021-03-10T15:27:45.742Z] $ docker rm -f 24791d1d90968220d703307ccd9c05b1ec81f1816db96b1f2caa0ab8bc350d0e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T15:27:46.295Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T15:27:47.021Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T15:27:47.025Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.121 [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-10T15:27:48.131Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:27:48.465Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:27:48.821Z] + sudo service docker restart [2021-03-10T15:27:48.821Z] + true [2021-03-10T15:27:48.821Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-10T15:27:49.818Z] ========================================================= [2021-03-10T15:27:49.818Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T15:27:49.818Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:27:50.190Z] + 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-10T15:27:56.904Z] Sending build context to Docker daemon 328.4MB [2021-03-10T15:27:56.904Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T15:27:56.904Z] Step 2/6 : FROM ${BASE} [2021-03-10T15:27:56.904Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T15:27:56.904Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T15:27:56.904Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T15:27:56.904Z] de9db76c5a1d: Pulling fs layer [2021-03-10T15:27:56.904Z] bca2f99d35d6: Pulling fs layer [2021-03-10T15:27:56.904Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T15:27:56.904Z] 7c6f9722023f: Pulling fs layer [2021-03-10T15:27:56.904Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T15:27:56.904Z] 93359f2a8cfa: Waiting [2021-03-10T15:27:56.904Z] 7c6f9722023f: Waiting [2021-03-10T15:27:56.904Z] a35cf1a2eb13: Waiting [2021-03-10T15:27:56.904Z] bca2f99d35d6: Waiting [2021-03-10T15:27:56.904Z] de9db76c5a1d: Verifying Checksum [2021-03-10T15:27:56.904Z] de9db76c5a1d: Download complete [2021-03-10T15:27:56.904Z] 0ef7d3d256c8: Verifying Checksum [2021-03-10T15:27:56.904Z] 0ef7d3d256c8: Download complete [2021-03-10T15:27:56.904Z] 93359f2a8cfa: Verifying Checksum [2021-03-10T15:27:56.904Z] 93359f2a8cfa: Download complete [2021-03-10T15:27:56.904Z] 7c6f9722023f: Verifying Checksum [2021-03-10T15:27:56.904Z] 7c6f9722023f: Download complete [2021-03-10T15:27:57.516Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T15:27:57.516Z] 188c0c94c7c5: Download complete [2021-03-10T15:27:57.815Z] 188c0c94c7c5: Pull complete [2021-03-10T15:27:58.091Z] 0ef7d3d256c8: Pull complete [2021-03-10T15:27:58.379Z] de9db76c5a1d: Pull complete [2021-03-10T15:28:00.434Z] a35cf1a2eb13: Verifying Checksum [2021-03-10T15:28:00.434Z] a35cf1a2eb13: Download complete [2021-03-10T15:28:01.415Z] bca2f99d35d6: Verifying Checksum [2021-03-10T15:28:01.415Z] bca2f99d35d6: Download complete [2021-03-10T15:28:02.533Z] Still waiting to schedule task [2021-03-10T15:28:02.533Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-10T15:28:11.598Z] bca2f99d35d6: Pull complete [2021-03-10T15:28:11.598Z] 93359f2a8cfa: Pull complete [2021-03-10T15:28:11.598Z] 7c6f9722023f: Pull complete [2021-03-10T15:28:15.007Z] a35cf1a2eb13: Pull complete [2021-03-10T15:28:15.007Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T15:28:15.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T15:28:15.007Z] ---> a62c8e92a672 [2021-03-10T15:28:15.007Z] 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-10T15:28:15.007Z] ---> Running in 4c8f67279956 [2021-03-10T15:28:15.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:28:16.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:28:17.177Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T15:28:17.447Z] (2/12) Installing file (5.38-r0) [2021-03-10T15:28:17.447Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T15:28:17.710Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T15:28:39.750Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T15:28:39.750Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T15:28:39.750Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T15:28:39.750Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T15:28:39.750Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T15:28:39.750Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T15:28:39.750Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T15:28:39.750Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T15:28:39.750Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:28:39.750Z] OK: 233 MiB in 51 packages [2021-03-10T15:28:43.076Z] Removing intermediate container 4c8f67279956 [2021-03-10T15:28:43.076Z] ---> e913fc9e7e7e [2021-03-10T15:28:43.076Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T15:28:43.076Z] ---> Running in ab5c2225900b [2021-03-10T15:28:43.341Z] Removing intermediate container ab5c2225900b [2021-03-10T15:28:43.341Z] ---> 6b2f6769ffcf [2021-03-10T15:28:43.341Z] Step 5/6 : COPY go.mod . [2021-03-10T15:28:43.605Z] ---> 8715df829606 [2021-03-10T15:28:43.605Z] Step 6/6 : RUN go mod download [2021-03-10T15:28:43.605Z] ---> Running in 2a8d03900469 [2021-03-10T15:29:05.758Z] Removing intermediate container 2a8d03900469 [2021-03-10T15:29:05.758Z] ---> 18eb25b7093a [2021-03-10T15:29:06.025Z] Successfully built 18eb25b7093a [2021-03-10T15:29:06.025Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:29:06.360Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T15:29:06.360Z] . [Pipeline] withDockerContainer [2021-03-10T15:29:06.487Z] prd-centos7-docker-4c-2g-29331 does not seem to be running inside a container [2021-03-10T15:29:06.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T15:29:07.874Z] $ docker top 697210e5e2cf69e24950699bb3fe07754d3de6f36f864cc28a9ba594b96b612b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:29:08.448Z] + go version [2021-03-10T15:29:08.448Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T15:29:08.463Z] $ docker stop --time=1 697210e5e2cf69e24950699bb3fe07754d3de6f36f864cc28a9ba594b96b612b [2021-03-10T15:29:09.906Z] $ docker rm -f 697210e5e2cf69e24950699bb3fe07754d3de6f36f864cc28a9ba594b96b612b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:29:10.894Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T15:29:10.894Z] . [Pipeline] withDockerContainer [2021-03-10T15:29:11.044Z] prd-centos7-docker-4c-2g-29331 does not seem to be running inside a container [2021-03-10T15:29:11.103Z] $ 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/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T15:29:12.830Z] $ docker top c46381d1a203e35c967c5879cf0029070c8bdbdba4c729dab4cc957f0a65e5b6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T15:29:13.069Z] ========================================================= [2021-03-10T15:29:13.069Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T15:29:13.069Z] ========================================================= [Pipeline] sh [2021-03-10T15:29:13.395Z] + make test [2021-03-10T15:29:13.395Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T15:29:23.539Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T15:29:45.975Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T15:29:48.876Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T15:29:51.514Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T15:29:51.514Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T15:29:53.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T15:29:53.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T15:29:53.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T15:29:53.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T15:29:54.470Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T15:29:55.085Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T15:29:58.491Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T15:29:58.491Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T15:29:58.491Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T15:30:01.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.205s coverage: 45.9% of statements [2021-03-10T15:30:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T15:30:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T15:30:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T15:30:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T15:30:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T15:30:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T15:30:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T15:30:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.164s coverage: 100.0% of statements [2021-03-10T15:30:03.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.351s coverage: 27.1% of statements [2021-03-10T15:30:03.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T15:30:03.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T15:30:03.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T15:30:03.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T15:30:03.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T15:30:03.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T15:30:03.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-03-10T15:30:03.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T15:30:03.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-03-10T15:30:03.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T15:30:03.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T15:30:05.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.137s coverage: 71.3% of statements [2021-03-10T15:30:05.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T15:30:05.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T15:30:06.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.158s coverage: 82.9% of statements [2021-03-10T15:30:06.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T15:30:06.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:30:06.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.066s coverage: 78.9% of statements [2021-03-10T15:30:06.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T15:30:10.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.420s coverage: 28.6% of statements [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T15:30:10.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T15:30:10.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T15:30:10.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.170s coverage: 86.7% of statements [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T15:30:10.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T15:30:10.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T15:30:10.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T15:30:13.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.511s coverage: 92.8% of statements [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T15:30:13.050Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T15:30:13.050Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T15:30:13.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T15:30:13.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.107s coverage: 47.1% of statements [2021-03-10T15:30:13.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements [2021-03-10T15:30:13.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements [2021-03-10T15:30:13.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements [2021-03-10T15:30:13.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-03-10T15:30:25.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements [2021-03-10T15:30:25.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements [2021-03-10T15:30:25.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.062s coverage: 81.4% of statements [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.077s coverage: 92.9% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.6% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.231s coverage: 62.4% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.045s coverage: 100.0% of statements [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.451s coverage: 69.0% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 38.4% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.074s coverage: 89.5% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.043s coverage: 84.8% of statements [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.202s coverage: 87.1% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.960s coverage: 29.1% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.110s coverage: 96.5% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T15:30:37.838Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2021-03-10T15:30:37.838Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements [2021-03-10T15:30:38.103Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-10T15:30:38.367Z] GO111MODULE=on go vet ./... [2021-03-10T15:30:58.764Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29343 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-10T15:30:58.918Z] Running in /w/workspace/edgex-go/388 [Pipeline] { [Pipeline] checkout [2021-03-10T15:31:04.918Z] using credential edgex-jenkins-ssh [2021-03-10T15:31:04.977Z] Cloning the remote Git repository [2021-03-10T15:31:05.029Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:31:05.155Z] > git init /w/workspace/edgex-go/388 # timeout=10 [2021-03-10T15:31:05.242Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:31:05.243Z] > git --version # timeout=10 [2021-03-10T15:31:05.263Z] > git --version # 'git version 2.17.1' [2021-03-10T15:31:05.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:31:05.332Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T15:31:10.732Z] gofmt -l . [2021-03-10T15:31:10.732Z] [ "`gofmt -l .`" = "" ] [2021-03-10T15:31:10.732Z] ./bin/test-go-mod-tidy.sh [2021-03-10T15:31:10.732Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T15:31:11.959Z] + ls -al . [2021-03-10T15:31:11.959Z] total 740 [2021-03-10T15:31:11.959Z] drwxrwxr-x 10 1001 1001 4096 Mar 10 15:31 . [2021-03-10T15:31:11.959Z] drwxr-xr-x 4 root root 32 Mar 10 15:29 .. [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 15:26 .dockerignore [2021-03-10T15:31:11.959Z] drwxrwxr-x 8 1001 1001 162 Mar 10 15:26 .git [2021-03-10T15:31:11.959Z] drwxrwxr-x 3 1001 1001 125 Mar 10 15:26 .github [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 15:26 .gitignore [2021-03-10T15:31:11.959Z] drwx------ 3 1001 1001 45 Mar 10 15:27 .semver [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 15:26 .sonarcloud.properties [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 15:26 Attribution.txt [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 15:26 CONTRIBUTING.md [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 15:26 Dockerfile.build [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 15:26 Jenkinsfile [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 15:26 LICENSE [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 15:26 Makefile [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 15:26 README.md [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 15:26 SECURITY.md [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 13 Mar 10 15:27 VERSION [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 15:26 ZMQWindows.md [2021-03-10T15:31:11.959Z] drwxrwxr-x 2 1001 1001 117 Mar 10 15:26 bin [2021-03-10T15:31:11.959Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 15:26 cmd [2021-03-10T15:31:11.959Z] -rw-r--r-- 1 root root 628838 Mar 10 15:30 coverage.out [2021-03-10T15:31:11.959Z] -rw-r--r-- 1 root root 1055 Mar 10 15:31 go.mod [2021-03-10T15:31:11.959Z] -rw-r--r-- 1 root root 21981 Mar 10 15:31 go.sum [2021-03-10T15:31:11.959Z] drwxrwxr-x 8 1001 1001 127 Mar 10 15:26 internal [2021-03-10T15:31:11.959Z] drwxrwxr-x 4 1001 1001 26 Mar 10 15:26 openapi [2021-03-10T15:31:11.959Z] drwxrwxr-x 4 1001 1001 71 Mar 10 15:26 snap [2021-03-10T15:31:11.959Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 15:26 version.go [Pipeline] sh [2021-03-10T15:31:12.277Z] + '[' -e coverage.out ] [2021-03-10T15:31:12.277Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T15:31:12.695Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T15:31:13.003Z] + make build [2021-03-10T15:31:13.003Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T15:31:17.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T15:31:22.803Z] Checking out Revision fb188d25fcab3d585a11d4385d590a36e735c372 (master) [2021-03-10T15:31:21.970Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T15:31:21.991Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T15:31:22.023Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T15:31:22.072Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T15:31:22.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T15:31:22.096Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:31:22.819Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:31:22.835Z] > git checkout -f fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 [2021-03-10T15:31:27.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T15:31:27.691Z] Commit message: "feat(scheduler): Implement POST /intervalaction V2 API (#3190)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T15:31:29.158Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:31:29.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T15:31:29.583Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T15:31:29.968Z] + true [2021-03-10T15:31:29.968Z] + sudo service docker restart [2021-03-10T15:31:31.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T15:31:32.011Z] provisioning config files... [2021-03-10T15:31:32.063Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/388@tmp/config5339761611943970049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:31:32.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T15:31:32.601Z] ---> docker-login.sh [2021-03-10T15:31:32.601Z] nexus3.edgexfoundry.org:10001 [2021-03-10T15:31:33.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:31:33.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:31:33.867Z] Configure a credential helper to remove this warning. See [2021-03-10T15:31:33.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:31:33.867Z] [2021-03-10T15:31:33.867Z] Login Succeeded [2021-03-10T15:31:33.867Z] nexus3.edgexfoundry.org:10002 [2021-03-10T15:31:34.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T15:31:34.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:31:34.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:31:34.470Z] Configure a credential helper to remove this warning. See [2021-03-10T15:31:34.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:31:34.470Z] [2021-03-10T15:31:34.470Z] Login Succeeded [2021-03-10T15:31:34.470Z] nexus3.edgexfoundry.org:10003 [2021-03-10T15:31:35.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:31:35.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:31:35.072Z] Configure a credential helper to remove this warning. See [2021-03-10T15:31:35.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:31:35.072Z] [2021-03-10T15:31:35.072Z] Login Succeeded [2021-03-10T15:31:35.072Z] nexus3.edgexfoundry.org:10004 [2021-03-10T15:31:35.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:31:35.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:31:35.673Z] Configure a credential helper to remove this warning. See [2021-03-10T15:31:35.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:31:35.673Z] [2021-03-10T15:31:35.673Z] Login Succeeded [2021-03-10T15:31:35.673Z] docker.io [2021-03-10T15:31:36.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:31:36.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:31:36.545Z] Configure a credential helper to remove this warning. See [2021-03-10T15:31:36.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:31:36.545Z] [2021-03-10T15:31:36.545Z] Login Succeeded [2021-03-10T15:31:36.545Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T15:31:36.562Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-10T15:31:36.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] echo [2021-03-10T15:31:37.062Z] ========================================================= [2021-03-10T15:31:37.062Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T15:31:37.062Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:31:37.445Z] + 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-10T15:31:38.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T15:31:40.091Z] Sending build context to Docker daemon 166.7MB [2021-03-10T15:31:40.091Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T15:31:40.091Z] Step 2/6 : FROM ${BASE} [2021-03-10T15:31:40.091Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T15:31:40.091Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T15:31:40.091Z] a4357932f1b6: Pulling fs layer [2021-03-10T15:31:40.091Z] 18c013af1878: Pulling fs layer [2021-03-10T15:31:40.091Z] 00ac8860ef70: Pulling fs layer [2021-03-10T15:31:40.091Z] 63d7cb157983: Pulling fs layer [2021-03-10T15:31:40.091Z] b116817d02f9: Pulling fs layer [2021-03-10T15:31:40.091Z] 745a02a5169b: Pulling fs layer [2021-03-10T15:31:40.091Z] 00ac8860ef70: Waiting [2021-03-10T15:31:40.091Z] 63d7cb157983: Waiting [2021-03-10T15:31:40.091Z] b116817d02f9: Waiting [2021-03-10T15:31:40.091Z] 745a02a5169b: Waiting [2021-03-10T15:31:40.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T15:31:40.365Z] 18c013af1878: Verifying Checksum [2021-03-10T15:31:40.365Z] 18c013af1878: Download complete [2021-03-10T15:31:40.365Z] a4357932f1b6: Download complete [2021-03-10T15:31:40.365Z] 63d7cb157983: Verifying Checksum [2021-03-10T15:31:40.365Z] 63d7cb157983: Download complete [2021-03-10T15:31:40.365Z] b116817d02f9: Verifying Checksum [2021-03-10T15:31:40.365Z] b116817d02f9: Download complete [2021-03-10T15:31:40.642Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T15:31:40.642Z] 5f621e34cdf4: Download complete [2021-03-10T15:31:41.243Z] 5f621e34cdf4: Pull complete [2021-03-10T15:31:41.516Z] a4357932f1b6: Pull complete [2021-03-10T15:31:42.117Z] 18c013af1878: Pull complete [2021-03-10T15:31:42.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T15:31:43.129Z] 745a02a5169b: Verifying Checksum [2021-03-10T15:31:43.129Z] 745a02a5169b: Download complete [2021-03-10T15:31:43.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T15:31:44.593Z] 00ac8860ef70: Verifying Checksum [2021-03-10T15:31:44.593Z] 00ac8860ef70: Download complete [Pipeline] } [2021-03-10T15:31:47.249Z] $ docker stop --time=1 c46381d1a203e35c967c5879cf0029070c8bdbdba4c729dab4cc957f0a65e5b6 [2021-03-10T15:31:49.022Z] $ docker rm -f c46381d1a203e35c967c5879cf0029070c8bdbdba4c729dab4cc957f0a65e5b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:31:53.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:31:53.643Z] [2021-03-10T15:31:53.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:31:54.012Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:31:54.012Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-10T15:31:54.012Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-10T15:31:54.012Z] ca9280d653b3: Pulling fs layer [2021-03-10T15:31:54.012Z] 7e9c9ca2126c: Pulling fs layer [2021-03-10T15:31:54.282Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-10T15:31:54.777Z] 00ac8860ef70: Pull complete [2021-03-10T15:31:54.870Z] cbdbe7a5bc2a: Pull complete [2021-03-10T15:31:54.870Z] ca9280d653b3: Verifying Checksum [2021-03-10T15:31:54.870Z] ca9280d653b3: Download complete [2021-03-10T15:31:55.049Z] 63d7cb157983: Pull complete [2021-03-10T15:31:55.325Z] b116817d02f9: Pull complete [2021-03-10T15:31:56.334Z] ca9280d653b3: Pull complete [2021-03-10T15:31:56.602Z] 7e9c9ca2126c: Verifying Checksum [2021-03-10T15:31:56.602Z] 7e9c9ca2126c: Download complete [2021-03-10T15:31:58.727Z] 745a02a5169b: Pull complete [2021-03-10T15:31:58.727Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T15:31:58.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T15:31:58.727Z] ---> b7e6874047d6 [2021-03-10T15:31:58.727Z] 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-10T15:32:03.061Z] ---> Running in e0ac38e403fc [2021-03-10T15:32:04.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:32:05.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:32:06.449Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T15:32:06.732Z] (2/12) Installing file (5.38-r0) [2021-03-10T15:32:06.732Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T15:32:06.732Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T15:32:06.765Z] 7e9c9ca2126c: Pull complete [2021-03-10T15:32:06.765Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-10T15:32:06.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:32:06.765Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-10T15:32:07.061Z] prd-centos7-docker-4c-2g-29331 does not seem to be running inside a container [2021-03-10T15:32:07.151Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T15:32:10.177Z] $ docker top 90fed197f04f98a9d434e4370daba1cf8e1de392f2cd169f4d78faea24d94411 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:32:10.828Z] + docker-compose build --help [2021-03-10T15:32:10.828Z] + grep parallel [2021-03-10T15:32:11.039Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T15:32:11.040Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T15:32:11.040Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T15:32:11.040Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T15:32:11.347Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T15:32:11.347Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T15:32:11.347Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T15:32:11.622Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T15:32:11.622Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:32:11.622Z] OK: 217 MiB in 51 packages [2021-03-10T15:32:12.231Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T15:32:12.249Z] $ docker stop --time=1 90fed197f04f98a9d434e4370daba1cf8e1de392f2cd169f4d78faea24d94411 [2021-03-10T15:32:14.032Z] $ docker rm -f 90fed197f04f98a9d434e4370daba1cf8e1de392f2cd169f4d78faea24d94411 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:32:14.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T15:32:14.693Z] . [Pipeline] withDockerContainer [2021-03-10T15:32:14.822Z] prd-centos7-docker-4c-2g-29331 does not seem to be running inside a container [2021-03-10T15:32:14.877Z] $ 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/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@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-10T15:32:15.936Z] Removing intermediate container e0ac38e403fc [2021-03-10T15:32:15.936Z] ---> 01bca28d1916 [2021-03-10T15:32:15.936Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T15:32:15.936Z] ---> Running in 00b06586c23c [2021-03-10T15:32:15.946Z] $ docker top fce3d60b180c4c6da81a90c14be6115ddf84eee68ee82b3605a681428d55658f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:32:16.527Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T15:32:16.534Z] Removing intermediate container 00b06586c23c [2021-03-10T15:32:16.534Z] ---> 7b1848a6dc41 [2021-03-10T15:32:16.534Z] Step 5/6 : COPY go.mod . [2021-03-10T15:32:17.133Z] ---> 9eae53b52cde [2021-03-10T15:32:17.133Z] Step 6/6 : RUN go mod download [2021-03-10T15:32:17.133Z] ---> Running in 66cf3e12aed4 [2021-03-10T15:32:17.951Z] Building docker-core-command-go ... [2021-03-10T15:32:17.951Z] Building docker-core-data-go ... [2021-03-10T15:32:17.951Z] Building docker-core-metadata-go ... [2021-03-10T15:32:17.951Z] Building docker-security-bootstrapper-go ... [2021-03-10T15:32:17.951Z] Building docker-security-proxy-setup-go ... [2021-03-10T15:32:17.951Z] Building docker-security-secretstore-setup-go ... [2021-03-10T15:32:17.951Z] Building docker-support-notifications-go ... [2021-03-10T15:32:17.951Z] Building docker-support-scheduler-go ... [2021-03-10T15:32:17.951Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T15:32:17.951Z] Building docker-support-scheduler-go [2021-03-10T15:32:17.951Z] Building docker-core-command-go [2021-03-10T15:32:17.951Z] Building docker-core-metadata-go [2021-03-10T15:32:17.951Z] Building docker-security-bootstrapper-go [2021-03-10T15:32:17.951Z] Building docker-support-notifications-go [2021-03-10T15:32:49.495Z] Removing intermediate container 66cf3e12aed4 [2021-03-10T15:32:49.495Z] ---> ceee39c00f27 [2021-03-10T15:32:49.495Z] Successfully built ceee39c00f27 [2021-03-10T15:32:49.495Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:32:49.854Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T15:32:49.854Z] . [Pipeline] withDockerContainer [2021-03-10T15:32:50.111Z] prd-ubuntu18.04-docker-arm64-4c-16g-29343 does not seem to be running inside a container [2021-03-10T15:32:50.196Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T15:32:51.757Z] $ docker top a42c9b24e32a4a9822c0108886cfebc32607f2625ca60d1b2e7be947f478828a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:32:52.777Z] + go version [2021-03-10T15:32:52.777Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-10T15:32:52.800Z] $ docker stop --time=1 a42c9b24e32a4a9822c0108886cfebc32607f2625ca60d1b2e7be947f478828a [2021-03-10T15:32:54.878Z] $ docker rm -f a42c9b24e32a4a9822c0108886cfebc32607f2625ca60d1b2e7be947f478828a [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-10T15:32:56.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:32:56.395Z] [2021-03-10T15:32:56.395Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:32:56.800Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:32:57.078Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-10T15:32:57.078Z] 29e5d40040c1: Pulling fs layer [2021-03-10T15:32:57.078Z] 1ce36da41761: Pulling fs layer [2021-03-10T15:32:57.078Z] 25b303627fd3: Pulling fs layer [2021-03-10T15:32:57.355Z] 29e5d40040c1: Download complete [2021-03-10T15:32:57.959Z] 1ce36da41761: Verifying Checksum [2021-03-10T15:32:57.959Z] 1ce36da41761: Download complete [2021-03-10T15:32:58.233Z] 29e5d40040c1: Pull complete [2021-03-10T15:32:59.665Z] 1ce36da41761: Pull complete [2021-03-10T15:32:59.665Z] 25b303627fd3: Verifying Checksum [2021-03-10T15:32:59.665Z] 25b303627fd3: Download complete [2021-03-10T15:33:05.081Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:33:05.081Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:33:05.081Z] ---> 18eb25b7093a [2021-03-10T15:33:05.081Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:33:05.081Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:33:05.081Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:33:05.081Z] ---> 18eb25b7093a [2021-03-10T15:33:05.081Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:33:05.081Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:33:05.081Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:33:05.081Z] ---> 18eb25b7093a [2021-03-10T15:33:05.081Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:33:05.081Z] ---> Running in 98cadf19fffd [2021-03-10T15:33:05.081Z] ---> Running in bc383794a113 [2021-03-10T15:33:05.081Z] ---> Running in 13ed506ac6a6 [2021-03-10T15:33:05.081Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:33:05.081Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:33:05.081Z] ---> 18eb25b7093a [2021-03-10T15:33:05.081Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:33:05.081Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:33:05.081Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:33:05.081Z] ---> 18eb25b7093a [2021-03-10T15:33:05.081Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T15:33:05.081Z] ---> Running in 80f78d0daa9f [2021-03-10T15:33:05.081Z] ---> Running in e66f280cdabb [2021-03-10T15:33:05.081Z] Removing intermediate container 98cadf19fffd [2021-03-10T15:33:05.081Z] ---> 6440cd7dc0f2 [2021-03-10T15:33:05.081Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:33:05.081Z] Removing intermediate container e66f280cdabb [2021-03-10T15:33:05.081Z] ---> 4e8dd1034fa6 [2021-03-10T15:33:05.081Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:33:05.081Z] Removing intermediate container bc383794a113 [2021-03-10T15:33:05.081Z] ---> 34107a40c8d3 [2021-03-10T15:33:05.081Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:33:05.081Z] Removing intermediate container 13ed506ac6a6 [2021-03-10T15:33:05.081Z] ---> a9bee5b97138 [2021-03-10T15:33:05.081Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:33:05.081Z] Removing intermediate container 80f78d0daa9f [2021-03-10T15:33:05.081Z] ---> 2ae2264571b9 [2021-03-10T15:33:05.081Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:33:05.081Z] ---> Running in 7aa40a3d561a [2021-03-10T15:33:05.081Z] ---> Running in f7ca9496501b [2021-03-10T15:33:05.081Z] ---> Running in 80f44d945290 [2021-03-10T15:33:05.081Z] ---> Running in 26d24f6ef4bc [2021-03-10T15:33:05.081Z] ---> Running in fdfb10523eb8 [2021-03-10T15:33:05.081Z] Removing intermediate container f7ca9496501b [2021-03-10T15:33:05.081Z] ---> e12dc57fd41b [2021-03-10T15:33:05.081Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T15:33:05.081Z] Removing intermediate container 80f44d945290 [2021-03-10T15:33:05.081Z] ---> 0349cfa12eec [2021-03-10T15:33:05.081Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T15:33:05.081Z] ---> Running in 656f4662a639 [2021-03-10T15:33:05.081Z] Removing intermediate container 7aa40a3d561a [2021-03-10T15:33:05.081Z] ---> ae5fd849584d [2021-03-10T15:33:05.081Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T15:33:05.081Z] ---> Running in 2a20f8a95f64 [2021-03-10T15:33:05.081Z] ---> Running in e04f4f10e3e1 [2021-03-10T15:33:05.081Z] Removing intermediate container 26d24f6ef4bc [2021-03-10T15:33:05.081Z] ---> 264980893726 [2021-03-10T15:33:05.081Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:33:05.081Z] Removing intermediate container fdfb10523eb8 [2021-03-10T15:33:05.081Z] ---> 472f1d4e48e5 [2021-03-10T15:33:05.081Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:33:05.081Z] ---> Running in 3aa6c8c24252 [2021-03-10T15:33:05.081Z] ---> Running in 33cd5f4146fe [2021-03-10T15:33:05.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:33:05.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:33:05.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:33:05.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:33:05.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:33:05.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:33:05.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:33:05.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:33:05.352Z] OK: 233 MiB in 51 packages [2021-03-10T15:33:05.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:33:05.352Z] OK: 233 MiB in 51 packages [2021-03-10T15:33:05.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:33:05.977Z] OK: 233 MiB in 51 packages [2021-03-10T15:33:05.977Z] Removing intermediate container 656f4662a639 [2021-03-10T15:33:05.977Z] ---> 6837d1fc7f69 [2021-03-10T15:33:05.977Z] Step 6/22 : COPY go.mod . [2021-03-10T15:33:05.977Z] OK: 233 MiB in 51 packages [2021-03-10T15:33:05.977Z] OK: 233 MiB in 51 packages [2021-03-10T15:33:06.276Z] Removing intermediate container e04f4f10e3e1 [2021-03-10T15:33:06.276Z] ---> 45a96b224eea [2021-03-10T15:33:06.276Z] Step 6/22 : COPY go.mod . [2021-03-10T15:33:06.588Z] ---> c2dbadb65e2e [2021-03-10T15:33:06.588Z] Step 7/22 : RUN go mod download [2021-03-10T15:33:06.864Z] ---> Running in 32afb84132d7 [2021-03-10T15:33:06.864Z] Removing intermediate container 2a20f8a95f64 [2021-03-10T15:33:06.864Z] ---> 7b411e4e5cfb [2021-03-10T15:33:06.864Z] Step 6/31 : COPY go.mod . [2021-03-10T15:33:06.864Z] ---> 911ca57b200b [2021-03-10T15:33:06.864Z] Step 7/22 : RUN go mod download [2021-03-10T15:33:07.160Z] ---> Running in 783df1b49644 [2021-03-10T15:33:07.502Z] Removing intermediate container 3aa6c8c24252 [2021-03-10T15:33:07.502Z] ---> 90fd744f08b5 [2021-03-10T15:33:07.502Z] Step 6/23 : COPY go.mod . [2021-03-10T15:33:07.502Z] Removing intermediate container 33cd5f4146fe [2021-03-10T15:33:07.502Z] ---> 1a364334a29d [2021-03-10T15:33:07.502Z] Step 6/23 : COPY go.mod . [2021-03-10T15:33:07.781Z] ---> 496f6db5c615 [2021-03-10T15:33:07.781Z] Step 7/31 : RUN go mod download [2021-03-10T15:33:07.781Z] ---> Running in bbce83bd580d [2021-03-10T15:33:08.093Z] ---> f8d83e6f4689 [2021-03-10T15:33:08.093Z] Step 7/23 : RUN go mod download [2021-03-10T15:33:08.419Z] ---> 78a60ffda54c [2021-03-10T15:33:08.419Z] Step 7/23 : RUN go mod download [2021-03-10T15:33:08.419Z] ---> Running in 47e01aa46abf [2021-03-10T15:33:08.689Z] ---> Running in d31800d79ac1 [2021-03-10T15:33:09.807Z] 25b303627fd3: Pull complete [2021-03-10T15:33:09.807Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-10T15:33:09.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:33:09.807Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-10T15:33:10.080Z] prd-ubuntu18.04-docker-arm64-4c-16g-29343 does not seem to be running inside a container [2021-03-10T15:33:10.163Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@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-10T15:33:10.710Z] Removing intermediate container 32afb84132d7 [2021-03-10T15:33:10.710Z] ---> 82f8bd36c70c [2021-03-10T15:33:10.710Z] Step 8/22 : COPY . . [2021-03-10T15:33:10.975Z] Removing intermediate container bbce83bd580d [2021-03-10T15:33:10.975Z] ---> f6f91df5e534 [2021-03-10T15:33:10.975Z] Step 8/31 : COPY . . [2021-03-10T15:33:11.570Z] Removing intermediate container 783df1b49644 [2021-03-10T15:33:11.570Z] ---> 8729a58e5ebc [2021-03-10T15:33:11.570Z] Step 8/22 : COPY . . [2021-03-10T15:33:13.008Z] Removing intermediate container 47e01aa46abf [2021-03-10T15:33:13.008Z] ---> d2ba11d68035 [2021-03-10T15:33:13.008Z] Step 8/23 : COPY . . [2021-03-10T15:33:13.609Z] $ docker top dfe53e1782b839aa949b7ec6ba92c4701d7e155345292127485c3b9b299cf20f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:33:14.638Z] + docker-compose build --help [2021-03-10T15:33:14.638Z] + grep parallel [2021-03-10T15:33:15.025Z] Removing intermediate container d31800d79ac1 [2021-03-10T15:33:15.025Z] ---> 4f5381fead59 [2021-03-10T15:33:15.025Z] Step 8/23 : COPY . . [2021-03-10T15:33:20.049Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T15:33:20.071Z] $ docker stop --time=1 dfe53e1782b839aa949b7ec6ba92c4701d7e155345292127485c3b9b299cf20f [2021-03-10T15:33:22.143Z] $ docker rm -f dfe53e1782b839aa949b7ec6ba92c4701d7e155345292127485c3b9b299cf20f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:33:22.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T15:33:22.962Z] . [Pipeline] withDockerContainer [2021-03-10T15:33:23.251Z] prd-ubuntu18.04-docker-arm64-4c-16g-29343 does not seem to be running inside a container [2021-03-10T15:33:23.404Z] $ 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/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-10T15:33:24.969Z] $ docker top 54f129a4e70eb689416beb4c7c471b4d37671aea07018ebe3313006f3c646fa4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:33:26.101Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T15:33:32.852Z] Building docker-core-command-go ... [2021-03-10T15:33:32.852Z] Building docker-core-data-go ... [2021-03-10T15:33:32.852Z] Building docker-core-metadata-go ... [2021-03-10T15:33:32.852Z] Building docker-security-bootstrapper-go ... [2021-03-10T15:33:32.852Z] Building docker-security-proxy-setup-go ... [2021-03-10T15:33:32.852Z] Building docker-security-secretstore-setup-go ... [2021-03-10T15:33:32.852Z] Building docker-support-notifications-go ... [2021-03-10T15:33:32.852Z] Building docker-support-scheduler-go ... [2021-03-10T15:33:32.852Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T15:33:32.852Z] Building docker-core-metadata-go [2021-03-10T15:33:32.852Z] Building docker-security-proxy-setup-go [2021-03-10T15:33:32.852Z] Building docker-security-secretstore-setup-go [2021-03-10T15:33:32.852Z] Building docker-support-scheduler-go [2021-03-10T15:33:32.852Z] Building docker-core-command-go [2021-03-10T15:34:02.040Z] ---> c1d00d180d88 [2021-03-10T15:34:02.041Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T15:34:02.041Z] ---> Running in 6bd50133d00a [2021-03-10T15:34:02.041Z] ---> 458714709efc [2021-03-10T15:34:02.041Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T15:34:02.041Z] ---> b0b4785f89fb [2021-03-10T15:34:02.041Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T15:34:02.041Z] ---> 0ce1b4eb6209 [2021-03-10T15:34:02.041Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T15:34:02.041Z] ---> a8a85c59ef69 [2021-03-10T15:34:02.041Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T15:34:02.041Z] ---> Running in d89367d48887 [2021-03-10T15:34:02.041Z] ---> Running in 8fc7ddae2fe2 [2021-03-10T15:34:02.041Z] ---> Running in c60acc3ed0da [2021-03-10T15:34:02.041Z] ---> Running in 26d613be9945 [2021-03-10T15:34:02.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T15:34:02.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T15:34:02.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T15:34:02.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T15:34:02.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T15:34:20.410Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:34:20.411Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:34:20.411Z] ---> ceee39c00f27 [2021-03-10T15:34:20.411Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T15:34:21.022Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:34:21.022Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:34:21.022Z] ---> ceee39c00f27 [2021-03-10T15:34:21.022Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:34:21.022Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:34:21.302Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:34:21.302Z] ---> ceee39c00f27 [2021-03-10T15:34:21.302Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:34:21.302Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:34:21.302Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:34:21.302Z] ---> ceee39c00f27 [2021-03-10T15:34:21.302Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:34:21.583Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:34:21.583Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:34:21.583Z] ---> ceee39c00f27 [2021-03-10T15:34:21.583Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T15:34:21.583Z] ---> Running in 904958212ff6 [2021-03-10T15:34:21.583Z] ---> Running in e1317121a00c [2021-03-10T15:34:21.583Z] ---> Running in 3391f7107f66 [2021-03-10T15:34:21.583Z] ---> Running in 4afe5cb88764 [2021-03-10T15:34:21.583Z] ---> Running in 13acac7fd0a6 [2021-03-10T15:34:22.574Z] Removing intermediate container e1317121a00c [2021-03-10T15:34:22.574Z] ---> b00c5d93cc5f [2021-03-10T15:34:22.574Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:34:22.574Z] Removing intermediate container 13acac7fd0a6 [2021-03-10T15:34:22.574Z] ---> eb65c27b0f2f [2021-03-10T15:34:22.574Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:34:22.574Z] Removing intermediate container 4afe5cb88764 [2021-03-10T15:34:22.574Z] ---> 65a0c40583e0 [2021-03-10T15:34:22.574Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:34:22.574Z] Removing intermediate container 904958212ff6 [2021-03-10T15:34:22.574Z] ---> 3b83fb56f320 [2021-03-10T15:34:22.574Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:34:22.574Z] Removing intermediate container 3391f7107f66 [2021-03-10T15:34:22.574Z] ---> 3966ab901cc9 [2021-03-10T15:34:22.574Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:34:22.853Z] ---> Running in 4b3dd100a26f [2021-03-10T15:34:22.853Z] ---> Running in bef0dee40375 [2021-03-10T15:34:22.853Z] ---> Running in d39b9d6b4b72 [2021-03-10T15:34:22.853Z] ---> Running in 2d217e55cf8d [2021-03-10T15:34:22.853Z] ---> Running in 93b6901ae659 [2021-03-10T15:34:27.230Z] Removing intermediate container 4b3dd100a26f [2021-03-10T15:34:27.230Z] ---> 85abe6871435 [2021-03-10T15:34:27.230Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T15:34:27.230Z] ---> Running in f154c1ecff6e [2021-03-10T15:34:27.230Z] Removing intermediate container d39b9d6b4b72 [2021-03-10T15:34:27.230Z] ---> 76966a2d8998 [2021-03-10T15:34:27.230Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T15:34:27.230Z] Removing intermediate container bef0dee40375 [2021-03-10T15:34:27.230Z] ---> 8f8380deaae8 [2021-03-10T15:34:27.230Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:34:27.504Z] ---> Running in f9303f17317b [2021-03-10T15:34:27.789Z] ---> Running in c51ecaf2f3dd [2021-03-10T15:34:27.789Z] Removing intermediate container 93b6901ae659 [2021-03-10T15:34:27.789Z] ---> fd924c147e98 [2021-03-10T15:34:27.789Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T15:34:27.789Z] Removing intermediate container 2d217e55cf8d [2021-03-10T15:34:27.789Z] ---> 9e8e32bd3468 [2021-03-10T15:34:27.789Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T15:34:28.389Z] ---> Running in 4ff7dd4f20db [2021-03-10T15:34:28.389Z] ---> Running in 006657fddfb7 [2021-03-10T15:34:29.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:34:29.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:34:29.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:34:29.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:34:29.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:34:29.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:34:30.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:34:30.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:34:30.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:34:30.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:34:31.489Z] OK: 217 MiB in 51 packages [2021-03-10T15:34:31.776Z] OK: 217 MiB in 51 packages [2021-03-10T15:34:31.776Z] OK: 217 MiB in 51 packages [2021-03-10T15:34:32.084Z] OK: 217 MiB in 51 packages [2021-03-10T15:34:32.084Z] OK: 217 MiB in 51 packages [2021-03-10T15:34:33.072Z] Removing intermediate container f154c1ecff6e [2021-03-10T15:34:33.072Z] ---> 877febde7577 [2021-03-10T15:34:33.072Z] Step 6/21 : COPY go.mod . [2021-03-10T15:34:34.058Z] Removing intermediate container f9303f17317b [2021-03-10T15:34:34.058Z] ---> 32f29cc446b5 [2021-03-10T15:34:34.058Z] Step 6/24 : COPY go.mod . [2021-03-10T15:34:34.058Z] Removing intermediate container 006657fddfb7 [2021-03-10T15:34:34.058Z] ---> ee2d383818a8 [2021-03-10T15:34:34.058Z] Step 6/23 : COPY go.mod . [2021-03-10T15:34:34.058Z] Removing intermediate container 4ff7dd4f20db [2021-03-10T15:34:34.058Z] ---> 47d1c2a6b7f4 [2021-03-10T15:34:34.058Z] Step 6/22 : COPY go.mod . [2021-03-10T15:34:34.058Z] Removing intermediate container c51ecaf2f3dd [2021-03-10T15:34:34.058Z] ---> f6ed1849eaa7 [2021-03-10T15:34:34.058Z] Step 6/23 : COPY go.mod . [2021-03-10T15:34:34.338Z] ---> d789790cce38 [2021-03-10T15:34:34.338Z] Step 7/21 : RUN go mod download [2021-03-10T15:34:34.614Z] ---> Running in e4e13b221738 [2021-03-10T15:34:34.893Z] ---> a63fd39c0ca1 [2021-03-10T15:34:34.893Z] Step 7/24 : RUN go mod download [2021-03-10T15:34:35.168Z] ---> Running in 84a7b45cf118 [2021-03-10T15:34:35.446Z] ---> d26644879ac8 [2021-03-10T15:34:35.446Z] ---> bbb6f9b56f2b [2021-03-10T15:34:35.446Z] Step 7/22 : RUN go mod downloadStep 7/23 : RUN go mod download [2021-03-10T15:34:35.446Z] [2021-03-10T15:34:35.446Z] ---> 015a732f813c [2021-03-10T15:34:35.446Z] Step 7/23 : RUN go mod download [2021-03-10T15:34:35.724Z] ---> Running in 0aa6e74bc70e [2021-03-10T15:34:35.724Z] ---> Running in 14b24b792ca2 [2021-03-10T15:34:35.724Z] ---> Running in 3d427150bf59 [2021-03-10T15:34:39.165Z] Removing intermediate container e4e13b221738 [2021-03-10T15:34:39.165Z] ---> 435e0908e465 [2021-03-10T15:34:39.165Z] Step 8/21 : COPY . . [2021-03-10T15:34:40.173Z] Removing intermediate container 84a7b45cf118 [2021-03-10T15:34:40.173Z] ---> e324b4f592a8 [2021-03-10T15:34:40.173Z] Step 8/24 : COPY . . [2021-03-10T15:34:41.353Z] Removing intermediate container 0aa6e74bc70e [2021-03-10T15:34:41.353Z] ---> 8d11facb742d [2021-03-10T15:34:41.353Z] Step 8/22 : COPY . . [2021-03-10T15:34:41.963Z] Removing intermediate container 3d427150bf59 [2021-03-10T15:34:41.963Z] ---> 1c4338cbd2a7 [2021-03-10T15:34:41.963Z] Step 8/23 : COPY . . [2021-03-10T15:34:42.570Z] Removing intermediate container 14b24b792ca2 [2021-03-10T15:34:42.570Z] ---> 217dd03c841e [2021-03-10T15:34:42.570Z] Step 8/23 : COPY . . [2021-03-10T15:34:48.980Z] Removing intermediate container d89367d48887 [2021-03-10T15:34:48.980Z] ---> 2aa82be4184b [2021-03-10T15:34:48.980Z] [2021-03-10T15:34:48.980Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T15:34:48.980Z] 3.12: Pulling from library/alpine [2021-03-10T15:34:48.980Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T15:34:48.980Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T15:34:48.980Z] ---> 88dd2752d2ea [2021-03-10T15:34:48.980Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T15:34:48.980Z] ---> Running in 948ae81033e6 [2021-03-10T15:34:48.980Z] Removing intermediate container 948ae81033e6 [2021-03-10T15:34:48.980Z] ---> 458291837e07 [2021-03-10T15:34:48.980Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T15:34:48.980Z] ---> Running in 4bb56dded8c3 [2021-03-10T15:34:48.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:49.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:49.257Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:34:49.257Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T15:34:49.526Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:34:49.526Z] OK: 6 MiB in 16 packages [2021-03-10T15:34:54.897Z] Removing intermediate container 8fc7ddae2fe2 [2021-03-10T15:34:54.897Z] ---> 863c5d27effd [2021-03-10T15:34:54.897Z] [2021-03-10T15:34:54.897Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:34:54.897Z] Removing intermediate container 6bd50133d00a [2021-03-10T15:34:54.897Z] ---> 6e7dc30b4084 [2021-03-10T15:34:54.897Z] [2021-03-10T15:34:54.897Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:34:54.897Z] ---> 88dd2752d2ea [2021-03-10T15:34:54.897Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:34:54.897Z] ---> 88dd2752d2ea [2021-03-10T15:34:54.897Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T15:34:55.168Z] Removing intermediate container 26d613be9945 [2021-03-10T15:34:55.168Z] ---> 4e9d65b07bd9 [2021-03-10T15:34:55.168Z] [2021-03-10T15:34:55.168Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:34:55.168Z] ---> 88dd2752d2ea [2021-03-10T15:34:55.168Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:34:55.168Z] ---> Running in ae6258f7ea41 [2021-03-10T15:34:55.168Z] ---> Running in 6aa155a9f41a [2021-03-10T15:34:55.443Z] Removing intermediate container c60acc3ed0da [2021-03-10T15:34:55.444Z] ---> cc4ca62d7bde [2021-03-10T15:34:55.444Z] [2021-03-10T15:34:55.444Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:34:55.444Z] ---> 88dd2752d2ea [2021-03-10T15:34:55.444Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:34:55.444Z] ---> Running in 630b94d08e04 [2021-03-10T15:34:55.710Z] ---> Running in 73989009a693 [2021-03-10T15:34:55.710Z] Removing intermediate container 4bb56dded8c3 [2021-03-10T15:34:55.710Z] ---> e076cd55845e [2021-03-10T15:34:55.710Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T15:34:55.710Z] ---> Running in c9f1ac5ba53a [2021-03-10T15:34:56.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:56.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:56.610Z] Removing intermediate container c9f1ac5ba53a [2021-03-10T15:34:56.610Z] ---> 1db73b769f99 [2021-03-10T15:34:56.610Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T15:34:56.610Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T15:34:56.610Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:34:56.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:57.158Z] OK: 6 MiB in 15 packages [2021-03-10T15:34:57.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:57.158Z] ---> Running in 20a65b457770 [2021-03-10T15:34:57.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:57.158Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T15:34:57.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:57.158Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:34:57.158Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:34:57.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:57.461Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:34:57.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:34:57.462Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T15:34:57.462Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:34:57.462Z] OK: 6 MiB in 15 packages [2021-03-10T15:34:57.462Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T15:34:57.462Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:34:57.462Z] OK: 6 MiB in 15 packages [2021-03-10T15:34:57.727Z] OK: 6 MiB in 16 packages [2021-03-10T15:34:57.727Z] Removing intermediate container 20a65b457770 [2021-03-10T15:34:57.727Z] ---> ff977e3eeab3 [2021-03-10T15:34:57.727Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T15:34:58.005Z] ---> Running in 566fe36472da [2021-03-10T15:34:58.592Z] Removing intermediate container ae6258f7ea41 [2021-03-10T15:34:58.592Z] ---> 1fd13aae9b5f [2021-03-10T15:34:58.592Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:34:58.592Z] Removing intermediate container 630b94d08e04 [2021-03-10T15:34:58.592Z] ---> eadb5f9ec26a [2021-03-10T15:34:58.592Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:34:58.865Z] ---> Running in 9e8437866e9e [2021-03-10T15:34:58.865Z] ---> Running in 985da37bde34 [2021-03-10T15:34:58.865Z] Removing intermediate container 73989009a693 [2021-03-10T15:34:58.865Z] ---> 76a12a1e82bc [2021-03-10T15:34:58.865Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:34:59.455Z] Removing intermediate container 9e8437866e9e [2021-03-10T15:34:59.455Z] ---> e619bcf24ad3 [2021-03-10T15:34:59.455Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T15:34:59.719Z] ---> Running in 9a1c0c247c0d [2021-03-10T15:34:59.719Z] Removing intermediate container 985da37bde34 [2021-03-10T15:34:59.719Z] ---> d65450c6c08d [2021-03-10T15:34:59.719Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T15:34:59.719Z] ---> Running in 1485445f9e93 [2021-03-10T15:34:59.719Z] Removing intermediate container 6aa155a9f41a [2021-03-10T15:34:59.719Z] ---> 118635e5b42d [2021-03-10T15:34:59.719Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:35:00.021Z] ---> Running in 72301c91bc04 [2021-03-10T15:35:00.022Z] ---> Running in 21e209877efc [2021-03-10T15:35:00.022Z] Removing intermediate container 9a1c0c247c0d [2021-03-10T15:35:00.022Z] ---> 67101414166d [2021-03-10T15:35:00.022Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T15:35:00.994Z] Removing intermediate container 1485445f9e93 [2021-03-10T15:35:00.994Z] ---> 0d7f19cf3bcf [2021-03-10T15:35:00.994Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:35:00.994Z] ---> Running in 1d3f86b1affb [2021-03-10T15:35:01.260Z] ---> Running in ee1f0c211cd0 [2021-03-10T15:35:01.260Z] Removing intermediate container 72301c91bc04 [2021-03-10T15:35:01.260Z] ---> 82a7cfbc1921 [2021-03-10T15:35:01.260Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:35:01.260Z] Removing intermediate container 21e209877efc [2021-03-10T15:35:01.260Z] ---> 8da24db22e10 [2021-03-10T15:35:01.260Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T15:35:01.260Z] Removing intermediate container 566fe36472da [2021-03-10T15:35:01.260Z] ---> fcd386362167 [2021-03-10T15:35:01.260Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T15:35:01.260Z] ---> Running in d83ba1fba401 [2021-03-10T15:35:01.528Z] ---> Running in 0dce357d8bae [2021-03-10T15:35:01.528Z] ---> Running in 9570c4b2a329 [2021-03-10T15:35:01.528Z] Removing intermediate container 1d3f86b1affb [2021-03-10T15:35:01.528Z] ---> eac2e6de3541 [2021-03-10T15:35:01.528Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:35:01.528Z] Removing intermediate container ee1f0c211cd0 [2021-03-10T15:35:01.528Z] ---> 98b63a0ba921 [2021-03-10T15:35:01.528Z] Step 15/23 : WORKDIR / [2021-03-10T15:35:01.803Z] ---> Running in bcd4a5f09222 [2021-03-10T15:35:01.803Z] ---> Running in b9d6585be3e7 [2021-03-10T15:35:01.803Z] Removing intermediate container d83ba1fba401 [2021-03-10T15:35:01.803Z] ---> 250ae174d047 [2021-03-10T15:35:01.803Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:35:01.803Z] Removing intermediate container 9570c4b2a329 [2021-03-10T15:35:01.803Z] ---> 8f3a4a7d277c [2021-03-10T15:35:01.803Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:35:02.083Z] Removing intermediate container 0dce357d8bae [2021-03-10T15:35:02.083Z] ---> 6ee2f3147797 [2021-03-10T15:35:02.083Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T15:35:02.083Z] ---> Running in c3a6777fc64a [2021-03-10T15:35:02.083Z] Removing intermediate container bcd4a5f09222 [2021-03-10T15:35:02.083Z] ---> f91d2a0683b2 [2021-03-10T15:35:02.083Z] Step 15/23 : WORKDIR / [2021-03-10T15:35:02.083Z] Removing intermediate container b9d6585be3e7 [2021-03-10T15:35:02.083Z] ---> 826d2aa93e41 [2021-03-10T15:35:02.083Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:35:02.352Z] ---> Running in 48cc5299a19f [2021-03-10T15:35:02.625Z] ---> 5b7cc0c37a09 [2021-03-10T15:35:02.625Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T15:35:02.625Z] Removing intermediate container c3a6777fc64a [2021-03-10T15:35:02.625Z] ---> 7ccefa555245 [2021-03-10T15:35:02.625Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:35:02.625Z] ---> 02f3069a4eb5 [2021-03-10T15:35:02.625Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T15:35:02.898Z] ---> 52fafe89faeb [2021-03-10T15:35:02.898Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T15:35:02.898Z] ---> Running in 5c3cac488cbc [2021-03-10T15:35:02.898Z] Removing intermediate container 48cc5299a19f [2021-03-10T15:35:02.898Z] ---> 696683426b47 [2021-03-10T15:35:02.898Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:35:03.552Z] ---> 207c02e024d7 [2021-03-10T15:35:03.552Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T15:35:03.831Z] ---> 55175d7f93ba [2021-03-10T15:35:03.831Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T15:35:03.831Z] ---> af9e3af19049 [2021-03-10T15:35:03.831Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T15:35:03.831Z] ---> 709dd40eb98e [2021-03-10T15:35:03.831Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T15:35:04.105Z] ---> 94534dfc20c6 [2021-03-10T15:35:04.105Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T15:35:04.375Z] ---> Running in 73f134c50e82 [2021-03-10T15:35:04.650Z] ---> 976a3cddacf3 [2021-03-10T15:35:04.650Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T15:35:04.650Z] ---> 6323c1107f06 [2021-03-10T15:35:04.650Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T15:35:04.801Z] ---> f3b0f40fb9ee [2021-03-10T15:35:04.801Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T15:35:04.801Z] ---> 689478745701 [2021-03-10T15:35:04.801Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T15:35:04.801Z] ---> e8e3bb6e440c [2021-03-10T15:35:04.801Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T15:35:04.801Z] ---> 529631bc5d03 [2021-03-10T15:35:04.801Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T15:35:04.801Z] ---> 957cce06849c [2021-03-10T15:35:04.801Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T15:35:04.801Z] ---> Running in f68e7fa57304 [2021-03-10T15:35:04.801Z] ---> Running in ea112e970f7b [2021-03-10T15:35:04.801Z] ---> Running in e6f27dae2c72 [2021-03-10T15:35:04.801Z] ---> Running in 63343c3b535d [2021-03-10T15:35:04.801Z] ---> Running in f2d2048be763 [2021-03-10T15:35:04.931Z] ---> Running in b0cff99950d8 [2021-03-10T15:35:04.931Z] ---> 3c4b4676719d [2021-03-10T15:35:04.931Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T15:35:04.931Z] Removing intermediate container 73f134c50e82 [2021-03-10T15:35:04.931Z] ---> 9172dd568078 [2021-03-10T15:35:04.931Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:35:04.931Z] Removing intermediate container 5c3cac488cbc [2021-03-10T15:35:04.931Z] ---> 14d960e37c18 [2021-03-10T15:35:04.931Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:35:05.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T15:35:05.198Z] ---> Running in 3de5f9fc08ea [2021-03-10T15:35:05.198Z] ---> c489ef432223 [2021-03-10T15:35:05.199Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T15:35:05.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T15:35:05.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T15:35:05.478Z] Removing intermediate container b0cff99950d8 [2021-03-10T15:35:05.478Z] ---> 0ffbf003f3d8 [2021-03-10T15:35:05.478Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:35:05.478Z] ---> Running in 09c6a1707061 [2021-03-10T15:35:05.478Z] ---> Running in bd7dd77db82e [2021-03-10T15:35:05.631Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T15:35:05.631Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T15:35:05.760Z] Removing intermediate container 3de5f9fc08ea [2021-03-10T15:35:05.760Z] ---> c3fae8ff5fdb [2021-03-10T15:35:05.760Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T15:35:05.760Z] ---> 7bd25ecfddc2 [2021-03-10T15:35:05.760Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T15:35:05.760Z] ---> 682ddb532c24 [2021-03-10T15:35:05.760Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T15:35:05.760Z] ---> Running in 28724729e7b1 [2021-03-10T15:35:05.760Z] ---> Running in 5ac1fd25df42 [2021-03-10T15:35:06.032Z] Removing intermediate container bd7dd77db82e [2021-03-10T15:35:06.032Z] ---> 9e027e9fdc1b [2021-03-10T15:35:06.032Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T15:35:06.032Z] Removing intermediate container 09c6a1707061 [2021-03-10T15:35:06.032Z] ---> 245eae0e33bc [2021-03-10T15:35:06.032Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:35:06.316Z] ---> Running in 31200be714d7 [2021-03-10T15:35:06.316Z] ---> Running in b2e786b91b9f [2021-03-10T15:35:06.316Z] Removing intermediate container 28724729e7b1 [2021-03-10T15:35:06.316Z] ---> 48b949092ce3 [2021-03-10T15:35:06.316Z] Step 21/22 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:35:06.316Z] Removing intermediate container 5ac1fd25df42 [2021-03-10T15:35:06.316Z] ---> ed2310d5fe5c [2021-03-10T15:35:06.316Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:35:06.591Z] ---> Running in b5fbecdd291f [2021-03-10T15:35:06.591Z] ---> Running in bbf4dcf4df57 [2021-03-10T15:35:06.591Z] Removing intermediate container 31200be714d7 [2021-03-10T15:35:06.591Z] ---> e44ca5f8a3dd [2021-03-10T15:35:06.591Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T15:35:06.591Z] ---> aaa05149dcba [2021-03-10T15:35:06.591Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T15:35:06.591Z] Removing intermediate container b2e786b91b9f [2021-03-10T15:35:06.591Z] ---> 9b1bc6d87ca8 [2021-03-10T15:35:06.591Z] Step 22/23 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:35:06.875Z] ---> Running in 968abc83cc2a [2021-03-10T15:35:06.875Z] ---> Running in 7564adbbe481 [2021-03-10T15:35:06.875Z] Removing intermediate container b5fbecdd291f [2021-03-10T15:35:06.875Z] ---> 3163e8207db6 [2021-03-10T15:35:06.875Z] Step 22/22 : LABEL version=2.0.0-dev.121 [2021-03-10T15:35:06.875Z] Removing intermediate container bbf4dcf4df57 [2021-03-10T15:35:06.875Z] ---> 6cf4d9d6a1d7 [2021-03-10T15:35:06.875Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T15:35:07.142Z] ---> Running in 666dc7649e5a [2021-03-10T15:35:07.142Z] ---> Running in 50f675bafb60 [2021-03-10T15:35:07.414Z] Removing intermediate container 968abc83cc2a [2021-03-10T15:35:07.414Z] ---> b78482166fcb [2021-03-10T15:35:07.414Z] Step 21/22 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:35:07.414Z] Removing intermediate container 7564adbbe481 [2021-03-10T15:35:07.414Z] ---> 41ac9023e822 [2021-03-10T15:35:07.414Z] Step 23/23 : LABEL version=2.0.0-dev.121 [2021-03-10T15:35:07.414Z] ---> f7354e5557cf [2021-03-10T15:35:07.414Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T15:35:07.414Z] ---> Running in 4bd520a5e6f8 [2021-03-10T15:35:07.414Z] ---> Running in d0f6186ce4c0 [2021-03-10T15:35:07.694Z] Removing intermediate container 666dc7649e5a [2021-03-10T15:35:07.694Z] ---> 83b9c9cc0ea4 [2021-03-10T15:35:07.694Z] [2021-03-10T15:35:07.694Z] Removing intermediate container 50f675bafb60 [2021-03-10T15:35:07.694Z] ---> 968eaf8d880d [2021-03-10T15:35:07.694Z] Step 22/23 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:35:07.988Z] ---> Running in c844903b3611 [2021-03-10T15:35:07.988Z] Removing intermediate container d0f6186ce4c0 [2021-03-10T15:35:07.988Z] ---> 0ca84ede142d [2021-03-10T15:35:07.988Z] Step 22/22 : LABEL version=2.0.0-dev.121 [2021-03-10T15:35:07.988Z] Removing intermediate container 4bd520a5e6f8 [2021-03-10T15:35:07.988Z] ---> 23e09b85422b [2021-03-10T15:35:07.988Z] [2021-03-10T15:35:07.988Z] ---> 072a1fd6e8b0 [2021-03-10T15:35:07.988Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T15:35:08.257Z] ---> Running in aff0d72d6d5b [2021-03-10T15:35:08.257Z] Successfully built 83b9c9cc0ea4 [2021-03-10T15:35:08.257Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-10T15:35:08.257Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-03-10T15:35:08.257Z] Removing intermediate container c844903b3611 [2021-03-10T15:35:08.257Z] ---> b76cf5603214 [2021-03-10T15:35:08.257Z] Step 23/23 : LABEL version=2.0.0-dev.121 [2021-03-10T15:35:08.551Z] Successfully built 23e09b85422b [2021-03-10T15:35:08.551Z] ---> Running in 5846a5a400d2 [2021-03-10T15:35:08.551Z] Successfully tagged docker-core-command-go:latest [2021-03-10T15:35:08.551Z] Building docker-security-proxy-setup-go [2021-03-10T15:35:08.551Z]  Building docker-core-command-go ... done Removing intermediate container aff0d72d6d5b [2021-03-10T15:35:08.551Z] ---> 22221ddc5b9b [2021-03-10T15:35:08.551Z] [2021-03-10T15:35:08.838Z] ---> 51672fc29351 [2021-03-10T15:35:08.838Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T15:35:08.838Z] Successfully built 22221ddc5b9b [2021-03-10T15:35:09.118Z] ---> Running in 37636c7d1a34 [2021-03-10T15:35:09.118Z] Successfully tagged docker-support-notifications-go:latest [2021-03-10T15:35:09.118Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-10T15:35:09.118Z] Removing intermediate container 5846a5a400d2 [2021-03-10T15:35:09.118Z] ---> edadd22ff4dd [2021-03-10T15:35:09.118Z] [2021-03-10T15:35:09.385Z] Successfully built edadd22ff4dd [2021-03-10T15:35:09.658Z] Successfully tagged docker-core-metadata-go:latest [2021-03-10T15:35:09.658Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-10T15:35:09.658Z] Removing intermediate container 37636c7d1a34 [2021-03-10T15:35:09.658Z] ---> fdb45fcdc73e [2021-03-10T15:35:09.658Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T15:35:09.937Z] ---> fa7d089ffa5a [2021-03-10T15:35:09.937Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T15:35:10.215Z] ---> Running in 664a69baa04e [2021-03-10T15:35:14.999Z] Removing intermediate container 664a69baa04e [2021-03-10T15:35:14.999Z] ---> 87a092d45d56 [2021-03-10T15:35:14.999Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T15:35:14.999Z] ---> Running in 90458f041907 [2021-03-10T15:35:15.358Z] Removing intermediate container 90458f041907 [2021-03-10T15:35:15.358Z] ---> 03b29ff311ba [2021-03-10T15:35:15.358Z] Step 28/31 : CMD ["gate"] [2021-03-10T15:35:17.316Z] ---> Running in b75f8a8cd50c [2021-03-10T15:35:18.290Z] Removing intermediate container b75f8a8cd50c [2021-03-10T15:35:18.290Z] ---> 8b27e1a7a042 [2021-03-10T15:35:18.290Z] Step 29/31 : LABEL arch=x86_64 [2021-03-10T15:35:18.556Z] ---> Running in f6333f2c0c38 [2021-03-10T15:35:19.146Z] Removing intermediate container f6333f2c0c38 [2021-03-10T15:35:19.146Z] ---> fa729dbfbd7d [2021-03-10T15:35:19.146Z] Step 30/31 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:35:19.425Z] ---> Running in 740ff2f4cf38 [2021-03-10T15:35:20.447Z] Removing intermediate container 740ff2f4cf38 [2021-03-10T15:35:20.447Z] ---> 7d4a00aa8a3c [2021-03-10T15:35:20.447Z] Step 31/31 : LABEL version=2.0.0-dev.121 [2021-03-10T15:35:21.041Z] ---> Running in 3012b94cc74a [2021-03-10T15:35:21.642Z] Removing intermediate container 3012b94cc74a [2021-03-10T15:35:21.642Z] ---> d974cfd23b40 [2021-03-10T15:35:21.642Z] [2021-03-10T15:35:21.642Z] Successfully built d974cfd23b40 [2021-03-10T15:35:21.642Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-10T15:35:44.123Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:35:44.123Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:35:44.123Z] ---> 18eb25b7093a [2021-03-10T15:35:44.123Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 2ae2264571b9 [2021-03-10T15:35:44.123Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 472f1d4e48e5 [2021-03-10T15:35:44.123Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 1a364334a29d [2021-03-10T15:35:44.123Z] Step 6/24 : COPY go.mod . [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 78a60ffda54c [2021-03-10T15:35:44.123Z] Step 7/24 : RUN go mod download [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 4f5381fead59 [2021-03-10T15:35:44.123Z] Step 8/24 : COPY . . [2021-03-10T15:35:44.123Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:35:44.123Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:35:44.123Z] ---> 18eb25b7093a [2021-03-10T15:35:44.123Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 2ae2264571b9 [2021-03-10T15:35:44.123Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 472f1d4e48e5 [2021-03-10T15:35:44.123Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T15:35:44.123Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:35:44.123Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:35:44.123Z] ---> 18eb25b7093a [2021-03-10T15:35:44.123Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 2ae2264571b9 [2021-03-10T15:35:44.123Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 472f1d4e48e5 [2021-03-10T15:35:44.123Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 1a364334a29d [2021-03-10T15:35:44.123Z] Step 6/21 : COPY go.mod . [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 78a60ffda54c [2021-03-10T15:35:44.123Z] Step 7/21 : RUN go mod download [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 4f5381fead59 [2021-03-10T15:35:44.123Z] Step 8/21 : COPY . . [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> a8a85c59ef69 [2021-03-10T15:35:44.123Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> a8a85c59ef69 [2021-03-10T15:35:44.123Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T15:35:44.123Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:35:44.123Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:35:44.123Z] ---> 18eb25b7093a [2021-03-10T15:35:44.123Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 2ae2264571b9 [2021-03-10T15:35:44.123Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:35:44.123Z] ---> Using cache [2021-03-10T15:35:44.123Z] ---> 472f1d4e48e5 [2021-03-10T15:35:44.124Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T15:35:44.399Z] ---> Running in 6e4379de848a [2021-03-10T15:35:44.399Z] ---> Running in beb1e4d2f7bd [2021-03-10T15:35:44.399Z] ---> Running in fe0bad0357e5 [2021-03-10T15:35:44.399Z] ---> Running in fcc7ecce9c67 [2021-03-10T15:35:45.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T15:35:45.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T15:35:45.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:45.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:47.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:47.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:35:49.063Z] OK: 233 MiB in 51 packages [2021-03-10T15:35:49.063Z] OK: 233 MiB in 51 packages [2021-03-10T15:35:50.505Z] Removing intermediate container beb1e4d2f7bd [2021-03-10T15:35:50.505Z] ---> c90d17529fc6 [2021-03-10T15:35:50.505Z] Step 6/23 : COPY go.mod . [2021-03-10T15:35:50.505Z] Removing intermediate container fcc7ecce9c67 [2021-03-10T15:35:50.505Z] ---> 626813a00a9b [2021-03-10T15:35:50.505Z] Step 6/26 : COPY go.mod . [2021-03-10T15:35:51.108Z] ---> 06d1eddd74d1 [2021-03-10T15:35:51.108Z] Step 7/23 : RUN go mod download [2021-03-10T15:35:51.108Z] ---> Running in 2ff8854da111 [2021-03-10T15:35:51.397Z] ---> 9732b6336fce [2021-03-10T15:35:51.397Z] Step 7/26 : RUN go mod download [2021-03-10T15:35:51.397Z] ---> Running in 6d34166e0717 [2021-03-10T15:35:55.793Z] Removing intermediate container 6d34166e0717 [2021-03-10T15:35:55.793Z] ---> f33226dc3735 [2021-03-10T15:35:55.793Z] Step 8/26 : COPY . . [2021-03-10T15:35:55.793Z] Removing intermediate container 2ff8854da111 [2021-03-10T15:35:55.793Z] ---> 28c630578e5c [2021-03-10T15:35:55.793Z] Step 8/23 : COPY . . [2021-03-10T15:36:08.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T15:36:08.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T15:36:26.766Z] Removing intermediate container 6e4379de848a [2021-03-10T15:36:26.766Z] ---> 52d9a2ba2e5e [2021-03-10T15:36:26.766Z] [2021-03-10T15:36:26.766Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T15:36:26.766Z] ---> 88dd2752d2ea [2021-03-10T15:36:26.766Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T15:36:26.766Z] Removing intermediate container fe0bad0357e5 [2021-03-10T15:36:26.766Z] ---> 2be997e4dec2 [2021-03-10T15:36:26.766Z] [2021-03-10T15:36:26.766Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T15:36:26.766Z] ---> 88dd2752d2ea [2021-03-10T15:36:26.766Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T15:36:26.766Z] ---> Running in 8db67b396bf5 [2021-03-10T15:36:26.766Z] ---> Running in 888f5022a101 [2021-03-10T15:36:26.766Z] ---> 5cee63a9ec09 [2021-03-10T15:36:26.766Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T15:36:26.766Z] ---> a7133656fd30 [2021-03-10T15:36:26.766Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T15:36:26.766Z] ---> Running in 7e450e86a845 [2021-03-10T15:36:26.766Z] ---> Running in ad60bbd0342b [2021-03-10T15:36:26.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:26.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:26.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:26.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:36:26.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T15:36:26.766Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T15:36:27.038Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T15:36:27.038Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T15:36:27.038Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:36:27.038Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:36:27.038Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T15:36:27.038Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T15:36:27.038Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T15:36:27.038Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:36:27.038Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T15:36:27.038Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T15:36:27.038Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:36:27.038Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:36:27.038Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:36:27.325Z] OK: 7 MiB in 19 packages [2021-03-10T15:36:27.325Z] OK: 7 MiB in 18 packages [2021-03-10T15:36:29.967Z] Removing intermediate container 8db67b396bf5 [2021-03-10T15:36:29.967Z] ---> ebdc72afa6fd [2021-03-10T15:36:29.967Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:36:29.967Z] Removing intermediate container 888f5022a101 [2021-03-10T15:36:29.967Z] ---> a0e91b6ce358 [2021-03-10T15:36:29.967Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:36:30.245Z] ---> Running in 8bc0e33e6f27 [2021-03-10T15:36:30.245Z] ---> Running in a6805f076834 [2021-03-10T15:36:30.522Z] Removing intermediate container 8bc0e33e6f27 [2021-03-10T15:36:30.522Z] ---> 6b225f95437b [2021-03-10T15:36:30.522Z] Step 13/24 : WORKDIR / [2021-03-10T15:36:30.522Z] Removing intermediate container a6805f076834 [2021-03-10T15:36:30.522Z] ---> 95047a290670 [2021-03-10T15:36:30.522Z] Step 13/21 : WORKDIR /edgex [2021-03-10T15:36:30.798Z] ---> Running in 7d5d6d15084c [2021-03-10T15:36:30.798Z] ---> Running in 6c7bf0063cf6 [2021-03-10T15:36:31.397Z] Removing intermediate container 7d5d6d15084c [2021-03-10T15:36:31.397Z] ---> 90429d2b9068 [2021-03-10T15:36:31.397Z] 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-10T15:36:31.397Z] Removing intermediate container 6c7bf0063cf6 [2021-03-10T15:36:31.397Z] ---> 56a8df081296 [2021-03-10T15:36:31.397Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T15:36:31.993Z] ---> 54c70bcde9c7 [2021-03-10T15:36:31.993Z] 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-10T15:36:31.993Z] ---> 3b0b3651ee21 [2021-03-10T15:36:31.993Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T15:36:32.589Z] ---> bf6e0777bfe9 [2021-03-10T15:36:32.589Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T15:36:33.189Z] ---> 192c207b61b3 [2021-03-10T15:36:33.189Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T15:36:33.480Z] ---> 2025886f4182 [2021-03-10T15:36:33.480Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T15:36:34.951Z] ---> cebbaa10b2a7 [2021-03-10T15:36:34.951Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T15:36:34.951Z] ---> 14d88398c182 [2021-03-10T15:36:34.951Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T15:36:34.951Z] ---> Running in b00238b37ec6 [2021-03-10T15:36:36.410Z] Removing intermediate container b00238b37ec6 [2021-03-10T15:36:36.410Z] ---> 579ce99d6724 [2021-03-10T15:36:36.410Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T15:36:36.692Z] ---> 1802a5ba0edd [2021-03-10T15:36:36.692Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T15:36:36.692Z] ---> Running in 1f612a80425d [2021-03-10T15:36:36.985Z] Removing intermediate container 1f612a80425d [2021-03-10T15:36:36.985Z] ---> d877479fccd7 [2021-03-10T15:36:36.985Z] Step 19/21 : LABEL arch=x86_64 [2021-03-10T15:36:37.293Z] ---> Running in e078dc09f5bb [2021-03-10T15:36:37.293Z] ---> 15c7c53f84ba [2021-03-10T15:36:37.293Z] 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-10T15:36:37.599Z] ---> Running in 187ce8b18bcb [2021-03-10T15:36:37.599Z] Removing intermediate container e078dc09f5bb [2021-03-10T15:36:37.599Z] ---> 080c6658feac [2021-03-10T15:36:37.599Z] Step 20/21 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:36:37.873Z] ---> Running in f905ad90943d [2021-03-10T15:36:38.151Z] Removing intermediate container f905ad90943d [2021-03-10T15:36:38.151Z] ---> b273d612ff8a [2021-03-10T15:36:38.151Z] Step 21/21 : LABEL version=2.0.0-dev.121 [2021-03-10T15:36:38.803Z] ---> Running in 654cccd65186 [2021-03-10T15:36:39.439Z] Removing intermediate container 654cccd65186 [2021-03-10T15:36:39.439Z] ---> 3b69baf38a3f [2021-03-10T15:36:39.439Z] [2021-03-10T15:36:40.432Z] Successfully built 3b69baf38a3f [2021-03-10T15:36:40.432Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-10T15:36:41.035Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 187ce8b18bcb [2021-03-10T15:36:41.035Z] ---> 13b248488c67 [2021-03-10T15:36:41.035Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T15:36:41.035Z] ---> Running in 60f28b69ec80 [2021-03-10T15:36:41.635Z] Removing intermediate container 60f28b69ec80 [2021-03-10T15:36:41.635Z] ---> 7b1d730c8d7f [2021-03-10T15:36:41.635Z] Step 22/24 : LABEL arch=x86_64 [2021-03-10T15:36:41.915Z] ---> Running in 7e0f7f79be6a [2021-03-10T15:36:42.193Z] Removing intermediate container 7e0f7f79be6a [2021-03-10T15:36:42.193Z] ---> 616fa0e61b13 [2021-03-10T15:36:42.193Z] Step 23/24 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:36:42.468Z] ---> Running in cfcbd6a08213 [2021-03-10T15:36:42.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T15:36:43.476Z] Removing intermediate container cfcbd6a08213 [2021-03-10T15:36:43.476Z] ---> 954dc7b3e401 [2021-03-10T15:36:43.476Z] Step 24/24 : LABEL version=2.0.0-dev.121 [2021-03-10T15:36:43.476Z] ---> Running in e16c937d196e [2021-03-10T15:36:44.100Z] Removing intermediate container e16c937d196e [2021-03-10T15:36:44.100Z] ---> 1edf933a2237 [2021-03-10T15:36:44.100Z] [2021-03-10T15:36:44.379Z] Successfully built 1edf933a2237 [2021-03-10T15:36:44.379Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-10T15:36:45.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T15:36:52.651Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ad60bbd0342b [2021-03-10T15:36:52.651Z] ---> 986c7406ee4b [2021-03-10T15:36:52.651Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T15:36:52.651Z] ---> Running in ce0955b133d8 [2021-03-10T15:36:52.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T15:36:55.496Z] Removing intermediate container ce0955b133d8 [2021-03-10T15:36:55.496Z] ---> 2c6ca56e8dd8 [2021-03-10T15:36:55.496Z] [2021-03-10T15:36:55.496Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T15:36:55.496Z] 20.10.0: Pulling from library/docker [2021-03-10T15:36:58.107Z] Removing intermediate container 7e450e86a845 [2021-03-10T15:36:58.107Z] ---> 2a52c7fc86bc [2021-03-10T15:36:58.107Z] [2021-03-10T15:36:58.107Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:36:58.107Z] ---> 88dd2752d2ea [2021-03-10T15:36:58.107Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T15:36:58.373Z] ---> Running in beb82b5d4e87 [2021-03-10T15:36:58.638Z] Removing intermediate container beb82b5d4e87 [2021-03-10T15:36:58.638Z] ---> 608db7ccfba4 [2021-03-10T15:36:58.638Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T15:36:58.638Z] ---> Running in 88e7236b3c7f [2021-03-10T15:36:58.908Z] Removing intermediate container 88e7236b3c7f [2021-03-10T15:36:58.908Z] ---> 0889f7257a1c [2021-03-10T15:36:58.908Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T15:36:59.180Z] ---> Running in d527c9a9fcfe [2021-03-10T15:36:59.445Z] Removing intermediate container d527c9a9fcfe [2021-03-10T15:36:59.445Z] ---> 943ecfb82a16 [2021-03-10T15:36:59.445Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:36:59.445Z] ---> Running in 26446c1d777f [2021-03-10T15:37:00.880Z] Removing intermediate container 26446c1d777f [2021-03-10T15:37:00.880Z] ---> 92becc4b1eb4 [2021-03-10T15:37:00.880Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T15:37:01.152Z] ---> Running in 7f593e74abb6 [2021-03-10T15:37:02.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:03.527Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T15:37:03.527Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T15:37:03.527Z] ---> aefe523efa57 [2021-03-10T15:37:03.527Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T15:37:03.527Z] ---> Running in 1bdaddcf16bd [2021-03-10T15:37:03.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:04.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:04.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:04.381Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T15:37:04.381Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T15:37:04.381Z] Executing bash-5.0.17-r0.post-install [2021-03-10T15:37:04.381Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:04.381Z] OK: 12 MiB in 22 packages [2021-03-10T15:37:04.961Z] Removing intermediate container 1bdaddcf16bd [2021-03-10T15:37:04.961Z] ---> 4d0251e442cc [2021-03-10T15:37:04.961Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T15:37:05.226Z] ---> Running in 8a5b4491653f [2021-03-10T15:37:05.226Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T15:37:05.226Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T15:37:05.226Z] Removing intermediate container 8a5b4491653f [2021-03-10T15:37:05.226Z] ---> bbb29ba7d02a [2021-03-10T15:37:05.226Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T15:37:05.226Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T15:37:05.226Z] ---> Running in 9f5cb035f69c [2021-03-10T15:37:05.489Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T15:37:05.490Z] Removing intermediate container 9f5cb035f69c [2021-03-10T15:37:05.490Z] ---> b06725ffa2b1 [2021-03-10T15:37:05.490Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T15:37:05.490Z] ---> Running in f1ef94eb396a [2021-03-10T15:37:05.759Z] Removing intermediate container f1ef94eb396a [2021-03-10T15:37:05.759Z] ---> 177ee02b68d1 [2021-03-10T15:37:05.759Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T15:37:05.759Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T15:37:06.033Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T15:37:06.033Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:06.033Z] OK: 8 MiB in 20 packages [2021-03-10T15:37:06.299Z] ---> 8edd61eca306 [2021-03-10T15:37:06.299Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:06.891Z] Removing intermediate container 7f593e74abb6 [2021-03-10T15:37:06.891Z] ---> c1c117d68fa8 [2021-03-10T15:37:06.891Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:37:06.891Z] ---> 355a8fcaefff [2021-03-10T15:37:06.891Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T15:37:07.156Z] ---> 29ae21287fb4 [2021-03-10T15:37:07.156Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T15:37:07.424Z] ---> 9c4681e16027 [2021-03-10T15:37:07.424Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T15:37:07.424Z] ---> Running in 8d07f0ecd8a6 [2021-03-10T15:37:08.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:08.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:08.001Z] ---> a768de23275b [2021-03-10T15:37:08.001Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:08.267Z] Removing intermediate container ea112e970f7b [2021-03-10T15:37:08.267Z] ---> 7c5674e19cae [2021-03-10T15:37:08.267Z] [2021-03-10T15:37:08.267Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T15:37:08.267Z] 3.12: Pulling from library/alpine [2021-03-10T15:37:08.267Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T15:37:08.267Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T15:37:08.267Z] ---> d10569e2745f [2021-03-10T15:37:08.267Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T15:37:08.270Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T15:37:08.270Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T15:37:08.270Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T15:37:08.270Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T15:37:08.270Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T15:37:08.270Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T15:37:08.270Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T15:37:08.561Z] ---> Running in d7e6d1a36f26 [2021-03-10T15:37:09.188Z] Removing intermediate container f68e7fa57304 [2021-03-10T15:37:09.188Z] ---> 3782054f08ad [2021-03-10T15:37:09.188Z] [2021-03-10T15:37:09.188Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T15:37:09.188Z] ---> d10569e2745f [2021-03-10T15:37:09.188Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T15:37:09.475Z] ---> Running in 79d13685a60e [2021-03-10T15:37:11.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:37:11.601Z] ---> d3553844829b [2021-03-10T15:37:11.601Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T15:37:11.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:37:12.180Z] ---> Running in 199bf4a4af78 [2021-03-10T15:37:12.180Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T15:37:12.180Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T15:37:12.180Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T15:37:12.180Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T15:37:12.180Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T15:37:12.180Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T15:37:12.180Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T15:37:12.180Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T15:37:12.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:37:12.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:37:12.755Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T15:37:12.755Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T15:37:13.009Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T15:37:13.296Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:37:13.296Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T15:37:13.296Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T15:37:13.296Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T15:37:13.296Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:13.296Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:37:13.296Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T15:37:13.296Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:37:13.296Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T15:37:13.296Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T15:37:13.296Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:13.597Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:37:13.597Z] OK: 7 MiB in 19 packages [2021-03-10T15:37:14.057Z] OK: 7 MiB in 18 packages [2021-03-10T15:37:14.148Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T15:37:14.148Z] Removing intermediate container 199bf4a4af78 [2021-03-10T15:37:14.148Z] ---> 7a9eaaad5c7b [2021-03-10T15:37:14.148Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:37:14.148Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T15:37:14.411Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T15:37:14.411Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T15:37:14.411Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T15:37:14.674Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T15:37:14.674Z] ---> Running in 64b693fb11b5 [2021-03-10T15:37:14.674Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T15:37:14.674Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T15:37:14.674Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T15:37:14.674Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T15:37:14.674Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T15:37:14.674Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T15:37:14.938Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T15:37:15.205Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T15:37:15.474Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T15:37:15.474Z] Removing intermediate container 64b693fb11b5 [2021-03-10T15:37:15.474Z] ---> ce8439e8b794 [2021-03-10T15:37:15.474Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T15:37:15.474Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T15:37:16.052Z] ---> Running in bc89d3f07d57 [2021-03-10T15:37:16.052Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:16.052Z] OK: 71 MiB in 55 packages [2021-03-10T15:37:16.322Z] Removing intermediate container bc89d3f07d57 [2021-03-10T15:37:16.322Z] ---> 720ca296953f [2021-03-10T15:37:16.322Z] Step 22/23 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:16.594Z] ---> Running in 22b92fb25a17 [2021-03-10T15:37:16.594Z] Removing intermediate container 22b92fb25a17 [2021-03-10T15:37:16.594Z] ---> 37d3796c1ea0 [2021-03-10T15:37:16.594Z] Step 23/23 : LABEL version=2.0.0-dev.121 [2021-03-10T15:37:17.612Z] Removing intermediate container d7e6d1a36f26 [2021-03-10T15:37:17.612Z] ---> b12bd42789c1 [2021-03-10T15:37:17.612Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:37:17.843Z] ---> Running in a373e110aec0 [2021-03-10T15:37:17.894Z] Removing intermediate container 79d13685a60e [2021-03-10T15:37:17.894Z] ---> bc21243262a5 [2021-03-10T15:37:17.894Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T15:37:18.174Z] ---> Running in bdecdac6df02 [2021-03-10T15:37:18.451Z] ---> Running in e137b564a256 [2021-03-10T15:37:19.055Z] Removing intermediate container bdecdac6df02 [2021-03-10T15:37:19.331Z] ---> e5d7e038b6b2 [2021-03-10T15:37:19.331Z] Step 13/24 : WORKDIR / [2021-03-10T15:37:19.331Z] Removing intermediate container e137b564a256 [2021-03-10T15:37:19.331Z] ---> af5c90da48a5 [2021-03-10T15:37:19.331Z] Step 13/21 : WORKDIR /edgex [2021-03-10T15:37:19.608Z] ---> Running in 148951021eee [2021-03-10T15:37:19.893Z] ---> Running in 1c13df1fc2c9 [2021-03-10T15:37:20.604Z] Removing intermediate container a373e110aec0 [2021-03-10T15:37:20.604Z] ---> afb210ff51ce [2021-03-10T15:37:20.604Z] [2021-03-10T15:37:20.604Z] Successfully built afb210ff51ce [2021-03-10T15:37:20.866Z] Successfully tagged docker-core-data-go:latest [2021-03-10T15:37:20.908Z] Removing intermediate container 148951021eee [2021-03-10T15:37:20.908Z] ---> 0d456ada0fae [2021-03-10T15:37:20.908Z] 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-10T15:37:20.908Z] Removing intermediate container 1c13df1fc2c9 [2021-03-10T15:37:20.908Z] ---> 91538c2a2b0d [2021-03-10T15:37:20.908Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T15:37:21.147Z]  Building docker-core-data-go ... done Removing intermediate container 8d07f0ecd8a6 [2021-03-10T15:37:21.147Z] ---> f1e600c1afc9 [2021-03-10T15:37:21.147Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T15:37:21.147Z] ---> Running in 938c19d17e55 [2021-03-10T15:37:22.915Z] ---> 6b8f19963922 [2021-03-10T15:37:22.915Z] 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-10T15:37:23.081Z] Collecting docker-compose==1.23.2 [2021-03-10T15:37:23.081Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T15:37:23.081Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T15:37:23.081Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T15:37:23.211Z] ---> 4ce3ddb4f854 [2021-03-10T15:37:23.211Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T15:37:23.344Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T15:37:23.344Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T15:37:23.921Z] 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-10T15:37:23.921Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T15:37:23.921Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T15:37:24.496Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T15:37:24.496Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T15:37:25.079Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T15:37:25.079Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T15:37:25.228Z] ---> 5fb47ee6a8cb [2021-03-10T15:37:25.228Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:25.341Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T15:37:25.341Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T15:37:25.610Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T15:37:25.610Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T15:37:25.610Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T15:37:25.610Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T15:37:26.184Z] Collecting PyYAML<4,>=3.10 [2021-03-10T15:37:26.184Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T15:37:26.242Z] ---> 1167bb50cc49 [2021-03-10T15:37:26.242Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T15:37:26.529Z] ---> 591f34d56f2b [2021-03-10T15:37:26.529Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T15:37:26.759Z] Collecting idna<2.8,>=2.5 [2021-03-10T15:37:26.759Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T15:37:26.834Z] Removing intermediate container f2d2048be763 [2021-03-10T15:37:26.834Z] ---> 296ddcacde73 [2021-03-10T15:37:26.834Z] [2021-03-10T15:37:26.834Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:37:26.834Z] ---> d10569e2745f [2021-03-10T15:37:26.834Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:37:27.024Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T15:37:27.024Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T15:37:27.024Z] 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-10T15:37:27.024Z] 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-10T15:37:27.025Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T15:37:27.025Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T15:37:27.025Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T15:37:27.025Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T15:37:27.025Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T15:37:27.025Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T15:37:27.115Z] ---> Running in 849b96f1663b [2021-03-10T15:37:27.291Z] Installing collected packages: cached-property, dockerpty, texttable, docopt, jsonschema, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docker-compose [2021-03-10T15:37:27.291Z] Running setup.py install for dockerpty: started [2021-03-10T15:37:27.869Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T15:37:27.869Z] Running setup.py install for texttable: started [2021-03-10T15:37:28.444Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T15:37:28.444Z] Running setup.py install for docopt: started [2021-03-10T15:37:29.023Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T15:37:29.128Z] ---> 21f038deb6d3 [2021-03-10T15:37:29.128Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T15:37:29.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:37:29.289Z] Attempting uninstall: idna [2021-03-10T15:37:29.290Z] Found existing installation: idna 2.9 [2021-03-10T15:37:29.290Z] Uninstalling idna-2.9: [2021-03-10T15:37:29.290Z] Successfully uninstalled idna-2.9 [2021-03-10T15:37:29.406Z] ---> Running in 05e379554807 [2021-03-10T15:37:29.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:37:29.552Z] Attempting uninstall: urllib3 [2021-03-10T15:37:29.553Z] Found existing installation: urllib3 1.25.9 [2021-03-10T15:37:29.553Z] Uninstalling urllib3-1.25.9: [2021-03-10T15:37:29.553Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T15:37:29.682Z] ---> 5a512dbc6c49 [2021-03-10T15:37:29.682Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T15:37:29.820Z] Attempting uninstall: requests [2021-03-10T15:37:29.820Z] Found existing installation: requests 2.23.0 [2021-03-10T15:37:29.820Z] Uninstalling requests-2.23.0: [2021-03-10T15:37:29.820Z] Successfully uninstalled requests-2.23.0 [2021-03-10T15:37:30.295Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T15:37:30.295Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:30.295Z] OK: 5 MiB in 15 packages [2021-03-10T15:37:30.586Z] Removing intermediate container 05e379554807 [2021-03-10T15:37:30.587Z] ---> 7da8da5fe63c [2021-03-10T15:37:30.587Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T15:37:30.793Z] Running setup.py install for PyYAML: started [2021-03-10T15:37:31.211Z] ---> Running in 92064f986e2f [2021-03-10T15:37:31.368Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T15:37:31.487Z] ---> a236acc3e207 [2021-03-10T15:37:31.488Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T15:37:31.633Z] 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-10T15:37:32.088Z] Removing intermediate container e6f27dae2c72 [2021-03-10T15:37:32.088Z] ---> 4337ba9d863e [2021-03-10T15:37:32.088Z] [2021-03-10T15:37:32.088Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:37:32.088Z] ---> d10569e2745f [2021-03-10T15:37:32.088Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:37:32.088Z] Removing intermediate container 92064f986e2f [2021-03-10T15:37:32.088Z] ---> 29c01aefdc66 [2021-03-10T15:37:32.088Z] Step 19/21 : LABEL arch=arm64 [2021-03-10T15:37:32.364Z] ---> Running in 785ab2a9c61a [2021-03-10T15:37:32.364Z] ---> Running in 5185a81ab2dc [2021-03-10T15:37:32.364Z] Removing intermediate container 849b96f1663b [2021-03-10T15:37:32.364Z] ---> a17ce0d72db1 [2021-03-10T15:37:32.364Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:37:32.965Z] ---> Running in efb9634e162b [2021-03-10T15:37:32.965Z] ---> 732d08c5980c [2021-03-10T15:37:32.965Z] 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-10T15:37:33.242Z] Removing intermediate container 5185a81ab2dc [2021-03-10T15:37:33.242Z] ---> 3958691bfd80 [2021-03-10T15:37:33.242Z] Step 20/21 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:33.242Z] ---> Running in 0816ee222105 [2021-03-10T15:37:33.549Z] ---> Running in 92e5b7efd539 [2021-03-10T15:37:33.828Z] Removing intermediate container efb9634e162b [2021-03-10T15:37:33.828Z] ---> 871293e9c3f1 [2021-03-10T15:37:33.828Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T15:37:34.103Z] ---> Running in 8b683d771c7c [2021-03-10T15:37:34.395Z] Removing intermediate container 92e5b7efd539 [2021-03-10T15:37:34.395Z] ---> 43251c51fb19 [2021-03-10T15:37:34.395Z] Step 21/21 : LABEL version=2.0.0-dev.121 [2021-03-10T15:37:34.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:37:34.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:37:34.690Z] ---> Running in 3f6a4e6ae0bc [2021-03-10T15:37:34.952Z] Removing intermediate container 938c19d17e55 [2021-03-10T15:37:34.952Z] ---> b16015d27f19 [2021-03-10T15:37:34.952Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T15:37:34.970Z] Removing intermediate container 8b683d771c7c [2021-03-10T15:37:34.970Z] ---> 0e78cce5a332 [2021-03-10T15:37:34.970Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:37:35.214Z] ---> Running in b9543aba4c70 [2021-03-10T15:37:35.266Z] ---> Running in 695d4f54b0f8 [2021-03-10T15:37:35.266Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T15:37:35.266Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:35.266Z] OK: 5 MiB in 15 packages [2021-03-10T15:37:35.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:35.548Z] Removing intermediate container 3f6a4e6ae0bc [2021-03-10T15:37:35.549Z] ---> 44944fb41069 [2021-03-10T15:37:35.549Z] [2021-03-10T15:37:35.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T15:37:35.737Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:37:35.737Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T15:37:35.737Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T15:37:35.737Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:37:35.737Z] OK: 72 MiB in 58 packages [2021-03-10T15:37:36.163Z] Removing intermediate container 695d4f54b0f8 [2021-03-10T15:37:36.163Z] ---> b81c0d73baed [2021-03-10T15:37:36.163Z] Step 15/23 : WORKDIR / [2021-03-10T15:37:36.163Z] Successfully built 44944fb41069 [2021-03-10T15:37:36.313Z] Removing intermediate container b9543aba4c70 [2021-03-10T15:37:36.313Z] ---> c2e22156811c [2021-03-10T15:37:36.313Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T15:37:36.313Z] ---> Running in 59532b23b091 [2021-03-10T15:37:36.440Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-10T15:37:36.440Z] Building docker-security-bootstrapper-go [2021-03-10T15:37:36.440Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9f767e159706 [2021-03-10T15:37:36.578Z] Removing intermediate container 59532b23b091 [2021-03-10T15:37:36.578Z] ---> 7a191c46bafb [2021-03-10T15:37:36.578Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:37:36.578Z] ---> Running in d006f2424f04 [2021-03-10T15:37:36.844Z] Removing intermediate container d006f2424f04 [2021-03-10T15:37:36.844Z] ---> f285fb756aa8 [2021-03-10T15:37:36.844Z] Step 24/26 : LABEL arch=x86_64 [2021-03-10T15:37:36.844Z] ---> Running in 2777ed7e3bda [2021-03-10T15:37:37.059Z] Removing intermediate container 0816ee222105 [2021-03-10T15:37:37.059Z] ---> c7a8157666b5 [2021-03-10T15:37:37.059Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T15:37:37.106Z] Removing intermediate container 2777ed7e3bda [2021-03-10T15:37:37.106Z] ---> 9f12d14f86b1 [2021-03-10T15:37:37.106Z] Step 25/26 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:37.106Z] ---> Running in e0cff38d4fa1 [2021-03-10T15:37:37.340Z] ---> Running in 3087d1039992 [2021-03-10T15:37:37.369Z] Removing intermediate container e0cff38d4fa1 [2021-03-10T15:37:37.369Z] ---> 3cb246bc25b6 [2021-03-10T15:37:37.369Z] Step 26/26 : LABEL version=2.0.0-dev.121 [2021-03-10T15:37:37.369Z] ---> Running in 9923e717bcea [2021-03-10T15:37:37.634Z] Removing intermediate container 9923e717bcea [2021-03-10T15:37:37.634Z] ---> 47094d61ff45 [2021-03-10T15:37:37.634Z] [2021-03-10T15:37:37.634Z] Successfully built 47094d61ff45 [2021-03-10T15:37:37.634Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-10T15:37:37.649Z] Removing intermediate container 785ab2a9c61a [2021-03-10T15:37:37.649Z] ---> a526876d10ce [2021-03-10T15:37:37.649Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:37:37.649Z] Removing intermediate container 9f767e159706 [2021-03-10T15:37:37.649Z] ---> eab3e7057ec7 [2021-03-10T15:37:37.649Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:37:38.218Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T15:37:38.227Z] $ docker stop --time=1 fce3d60b180c4c6da81a90c14be6115ddf84eee68ee82b3605a681428d55658f [2021-03-10T15:37:38.278Z] ---> Running in 6d4b27b7940f [2021-03-10T15:37:38.891Z] Removing intermediate container 3087d1039992 [2021-03-10T15:37:38.891Z] ---> f4b9dd175625 [2021-03-10T15:37:38.891Z] Step 22/24 : LABEL arch=arm64 [2021-03-10T15:37:39.884Z] $ docker rm -f fce3d60b180c4c6da81a90c14be6115ddf84eee68ee82b3605a681428d55658f [2021-03-10T15:37:39.885Z] Removing intermediate container 6d4b27b7940f [2021-03-10T15:37:39.885Z] ---> 8471274a6172 [2021-03-10T15:37:39.885Z] Step 13/22 : ENV APP_PORT=48085 [Pipeline] // withDockerContainer [2021-03-10T15:37:40.167Z] ---> 239cf7c609f9 [2021-03-10T15:37:40.167Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T15:37:40.167Z] ---> Running in a56c7f1d5071 [2021-03-10T15:37:40.167Z] ---> Running in 5052fc087899 [Pipeline] sh [2021-03-10T15:37:40.511Z] + docker images [2021-03-10T15:37:40.511Z] + grep docker [2021-03-10T15:37:40.777Z] Removing intermediate container 63343c3b535d [2021-03-10T15:37:40.777Z] ---> 3fdab62ebc91 [2021-03-10T15:37:40.777Z] [2021-03-10T15:37:40.777Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:37:40.777Z] ---> d10569e2745f [2021-03-10T15:37:40.777Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:37:40.777Z] ---> Using cache [2021-03-10T15:37:40.777Z] ---> a526876d10ce [2021-03-10T15:37:40.777Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:37:40.777Z] ---> Using cache [2021-03-10T15:37:40.777Z] ---> 8471274a6172 [2021-03-10T15:37:40.777Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T15:37:41.089Z] docker-sys-mgmt-agent-go latest 47094d61ff45 3 seconds ago 313MB [2021-03-10T15:37:41.089Z] docker-core-data-go latest afb210ff51ce 23 seconds ago 22.6MB [2021-03-10T15:37:41.090Z] docker-security-secretstore-setup-go latest 1edf933a2237 57 seconds ago 24.9MB [2021-03-10T15:37:41.090Z] docker-security-proxy-setup-go latest 3b69baf38a3f About a minute ago 24.7MB [2021-03-10T15:37:41.090Z] docker-security-bootstrapper-go latest d974cfd23b40 2 minutes ago 18.7MB [2021-03-10T15:37:41.090Z] docker-core-metadata-go latest edadd22ff4dd 2 minutes ago 19MB [2021-03-10T15:37:41.090Z] docker-support-notifications-go latest 22221ddc5b9b 2 minutes ago 17.8MB [2021-03-10T15:37:41.090Z] docker-core-command-go latest 23e09b85422b 2 minutes ago 17.2MB [2021-03-10T15:37:41.090Z] docker-support-scheduler-go latest 83b9c9cc0ea4 2 minutes ago 17.3MB [2021-03-10T15:37:41.090Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-10T15:37:41.379Z] ---> Running in 94db2587f326 [2021-03-10T15:37:41.379Z] Removing intermediate container 5052fc087899 [2021-03-10T15:37:41.379Z] ---> 308e1c66089e [2021-03-10T15:37:41.379Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:37:41.379Z] Removing intermediate container a56c7f1d5071 [2021-03-10T15:37:41.379Z] ---> cb3c0e61d42b [2021-03-10T15:37:41.379Z] Step 23/24 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T15:37:41.718Z] provisioning config files... [2021-03-10T15:37:41.750Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/388@tmp/config582811034097559716tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:37:41.989Z] ---> Running in 173e84c3d17b [2021-03-10T15:37:41.989Z] ---> Running in ed9bfb64c7eb [2021-03-10T15:37:41.989Z] ---> 65696852aeb2 [2021-03-10T15:37:41.989Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:42.135Z] ---> docker-login.sh [2021-03-10T15:37:42.135Z] nexus3.edgexfoundry.org:10001 [2021-03-10T15:37:42.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:37:42.273Z] Removing intermediate container 94db2587f326 [2021-03-10T15:37:42.273Z] ---> 2b23097052b0 [2021-03-10T15:37:42.273Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T15:37:42.273Z] ---> Running in 3cc2017a3874 [2021-03-10T15:37:42.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:37:42.400Z] Configure a credential helper to remove this warning. See [2021-03-10T15:37:42.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:37:42.400Z] [2021-03-10T15:37:42.400Z] Login Succeeded [2021-03-10T15:37:42.400Z] nexus3.edgexfoundry.org:10002 [2021-03-10T15:37:42.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:37:42.551Z] Removing intermediate container ed9bfb64c7eb [2021-03-10T15:37:42.551Z] ---> 69e5e325650f [2021-03-10T15:37:42.551Z] Step 24/24 : LABEL version=2.0.0-dev.121 [2021-03-10T15:37:42.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:37:42.662Z] Configure a credential helper to remove this warning. See [2021-03-10T15:37:42.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:37:42.662Z] [2021-03-10T15:37:42.662Z] Login Succeeded [2021-03-10T15:37:42.662Z] nexus3.edgexfoundry.org:10003 [2021-03-10T15:37:42.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:37:42.836Z] Removing intermediate container 173e84c3d17b [2021-03-10T15:37:42.836Z] ---> 69bc5808714a [2021-03-10T15:37:42.836Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:37:42.836Z] ---> Running in d0d73d677905 [2021-03-10T15:37:42.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:37:42.929Z] Configure a credential helper to remove this warning. See [2021-03-10T15:37:42.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:37:42.929Z] [2021-03-10T15:37:42.929Z] Login Succeeded [2021-03-10T15:37:42.929Z] nexus3.edgexfoundry.org:10004 [2021-03-10T15:37:42.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:37:42.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:37:42.929Z] Configure a credential helper to remove this warning. See [2021-03-10T15:37:42.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:37:42.929Z] [2021-03-10T15:37:43.124Z] Removing intermediate container 3cc2017a3874 [2021-03-10T15:37:43.124Z] ---> ec00708c292e [2021-03-10T15:37:43.124Z] Step 15/23 : WORKDIR / [2021-03-10T15:37:43.401Z] ---> 31ebdeb695ce [2021-03-10T15:37:43.401Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T15:37:43.401Z] ---> Running in a1042e54b524 [2021-03-10T15:37:43.510Z] Login Succeeded [2021-03-10T15:37:43.510Z] docker.io [2021-03-10T15:37:43.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:37:43.677Z] ---> Running in 7d4ae966fd8e [2021-03-10T15:37:43.677Z] Removing intermediate container d0d73d677905 [2021-03-10T15:37:43.677Z] ---> 4eaca982f8e0 [2021-03-10T15:37:43.677Z] [2021-03-10T15:37:43.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:37:43.775Z] Configure a credential helper to remove this warning. See [2021-03-10T15:37:43.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:37:43.775Z] [2021-03-10T15:37:43.775Z] Login Succeeded [2021-03-10T15:37:43.775Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T15:37:43.786Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-03-10T15:37:43.962Z] ---> a38c01a2239c [2021-03-10T15:37:43.962Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:37:44.051Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-10T15:37:44.051Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:44.051Z] 2.0.0-dev.121 [2021-03-10T15:37:44.051Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:37:44.051Z] master [2021-03-10T15:37:44.051Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-10T15:37:44.241Z] Removing intermediate container a1042e54b524 [2021-03-10T15:37:44.241Z] ---> d85ad0258293 [2021-03-10T15:37:44.241Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:44.516Z] Successfully built 4eaca982f8e0 [2021-03-10T15:37:44.546Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:44.795Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-10T15:37:44.795Z] Building docker-sys-mgmt-agent-go [2021-03-10T15:37:44.795Z] Removing intermediate container 7d4ae966fd8e [2021-03-10T15:37:44.795Z] ---> dfcaf7ee9a97 [2021-03-10T15:37:44.795Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:37:44.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:44.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-10T15:37:44.850Z] 21d0df85a58d: Preparing [2021-03-10T15:37:44.850Z] be58880eef79: Preparing [2021-03-10T15:37:44.850Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:44.850Z] 83227a381f2e: Preparing [2021-03-10T15:37:44.850Z] 33e8713114f8: Preparing [2021-03-10T15:37:44.850Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:45.069Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 5752b21c1190 [2021-03-10T15:37:45.117Z] 83227a381f2e: Pushed [2021-03-10T15:37:45.117Z] c05c4c1c98d1: Pushed [2021-03-10T15:37:45.117Z] 21d0df85a58d: Pushed [2021-03-10T15:37:45.716Z] ---> f379c8ebb413 [2021-03-10T15:37:45.716Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T15:37:45.995Z] Removing intermediate container 5752b21c1190 [2021-03-10T15:37:45.995Z] ---> 4e6352b38cf4 [2021-03-10T15:37:45.995Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T15:37:46.107Z] be58880eef79: Pushed [2021-03-10T15:37:46.270Z] ---> 188964641925 [2021-03-10T15:37:46.270Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:46.270Z] ---> Running in e178a43678dd [2021-03-10T15:37:46.369Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:630c917a297ece631ad6f5793776158a637f0940e87599cdd2b9165b37145b56 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:46.686Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:47.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.121 [2021-03-10T15:37:47.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-10T15:37:47.008Z] 21d0df85a58d: Preparing [2021-03-10T15:37:47.008Z] be58880eef79: Preparing [2021-03-10T15:37:47.008Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:47.008Z] 83227a381f2e: Preparing [2021-03-10T15:37:47.008Z] 33e8713114f8: Preparing [2021-03-10T15:37:47.008Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:47.008Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:47.008Z] be58880eef79: Layer already exists [2021-03-10T15:37:47.008Z] 21d0df85a58d: Layer already exists [2021-03-10T15:37:47.008Z] 83227a381f2e: Layer already exists [2021-03-10T15:37:47.008Z] 2.0.0-dev.121: digest: sha256:630c917a297ece631ad6f5793776158a637f0940e87599cdd2b9165b37145b56 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:47.278Z] Removing intermediate container e178a43678dd [2021-03-10T15:37:47.278Z] ---> 3f748d45e78a [2021-03-10T15:37:47.278Z] Step 22/23 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:47.324Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:47.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:37:47.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-10T15:37:47.628Z] 21d0df85a58d: Preparing [2021-03-10T15:37:47.628Z] be58880eef79: Preparing [2021-03-10T15:37:47.628Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:47.628Z] 83227a381f2e: Preparing [2021-03-10T15:37:47.628Z] 33e8713114f8: Preparing [2021-03-10T15:37:47.628Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:47.628Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:47.628Z] be58880eef79: Layer already exists [2021-03-10T15:37:47.628Z] 21d0df85a58d: Layer already exists [2021-03-10T15:37:47.628Z] 83227a381f2e: Layer already exists [2021-03-10T15:37:47.628Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:630c917a297ece631ad6f5793776158a637f0940e87599cdd2b9165b37145b56 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:47.882Z] ---> 2d991dc7fabf [2021-03-10T15:37:47.882Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T15:37:47.943Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:48.158Z] ---> Running in 9ca1789e8159 [2021-03-10T15:37:48.158Z] ---> Running in 823f772a00c2 [2021-03-10T15:37:48.158Z] ---> 610a750222c9 [2021-03-10T15:37:48.158Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T15:37:48.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-10T15:37:48.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-10T15:37:48.253Z] 21d0df85a58d: Preparing [2021-03-10T15:37:48.253Z] be58880eef79: Preparing [2021-03-10T15:37:48.253Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:48.253Z] 83227a381f2e: Preparing [2021-03-10T15:37:48.253Z] 33e8713114f8: Preparing [2021-03-10T15:37:48.253Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:48.253Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:48.253Z] 21d0df85a58d: Layer already exists [2021-03-10T15:37:48.253Z] be58880eef79: Layer already exists [2021-03-10T15:37:48.253Z] 83227a381f2e: Layer already exists [2021-03-10T15:37:48.253Z] master: digest: sha256:630c917a297ece631ad6f5793776158a637f0940e87599cdd2b9165b37145b56 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:37:48.447Z] ===================================================== [Pipeline] echo [2021-03-10T15:37:48.543Z] taggedImages: [2021-03-10T15:37:48.544Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:48.544Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.121 [2021-03-10T15:37:48.544Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:37:48.544Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-10T15:37:48.619Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-10T15:37:48.619Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:48.619Z] 2.0.0-dev.121 [2021-03-10T15:37:48.619Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:37:48.619Z] master [2021-03-10T15:37:48.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:49.129Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:49.174Z] Removing intermediate container 823f772a00c2 [2021-03-10T15:37:49.174Z] ---> 2c3b9cd68633 [2021-03-10T15:37:49.174Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:37:49.174Z] Removing intermediate container 9ca1789e8159 [2021-03-10T15:37:49.174Z] ---> 9966162723a1 [2021-03-10T15:37:49.174Z] Step 23/23 : LABEL version=2.0.0-dev.121 [2021-03-10T15:37:49.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:49.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-10T15:37:49.501Z] 272e15014b92: Preparing [2021-03-10T15:37:49.501Z] 1341a9cc6be9: Preparing [2021-03-10T15:37:49.501Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:49.501Z] 9905871651ee: Preparing [2021-03-10T15:37:49.501Z] 42065bd084d5: Preparing [2021-03-10T15:37:49.501Z] 33e8713114f8: Preparing [2021-03-10T15:37:49.501Z] 33e8713114f8: Waiting [2021-03-10T15:37:49.501Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:49.501Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:49.767Z] 272e15014b92: Pushed [2021-03-10T15:37:49.767Z] 42065bd084d5: Pushed [2021-03-10T15:37:49.811Z] ---> Running in c33106b2eeaf [2021-03-10T15:37:49.811Z] ---> Running in 1538a7b63bf5 [2021-03-10T15:37:50.029Z] 9905871651ee: Pushed [2021-03-10T15:37:50.100Z] ---> a0071a634782 [2021-03-10T15:37:50.101Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T15:37:50.709Z] ---> Running in c954db730b81 [2021-03-10T15:37:50.709Z] Removing intermediate container 1538a7b63bf5 [2021-03-10T15:37:50.709Z] ---> 91931213ab29 [2021-03-10T15:37:50.709Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T15:37:50.975Z] 1341a9cc6be9: Pushed [2021-03-10T15:37:50.987Z] Removing intermediate container c33106b2eeaf [2021-03-10T15:37:50.987Z] ---> 75f4e6007834 [2021-03-10T15:37:50.987Z] [2021-03-10T15:37:50.987Z] ---> Running in 413a051639d8 [2021-03-10T15:37:51.240Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:68a5d55ca3025cf59f2d4f473d30dfa5ba171ef4029929b0aff4c550e4a4d272 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:51.565Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:51.597Z] Successfully built 75f4e6007834 [2021-03-10T15:37:51.598Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-10T15:37:51.598Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-10T15:37:51.598Z] Removing intermediate container c954db730b81 [2021-03-10T15:37:51.598Z] ---> 260fdb9d0650 [2021-03-10T15:37:51.598Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:37:51.883Z] Removing intermediate container 413a051639d8 [2021-03-10T15:37:51.883Z] ---> cf62b3878a36 [2021-03-10T15:37:51.883Z] Step 21/22 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:51.883Z] ---> Running in dcfeda7048d8 [2021-03-10T15:37:51.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.121 [2021-03-10T15:37:51.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-10T15:37:51.884Z] 272e15014b92: Preparing [2021-03-10T15:37:51.884Z] 1341a9cc6be9: Preparing [2021-03-10T15:37:51.884Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:51.884Z] 9905871651ee: Preparing [2021-03-10T15:37:51.884Z] 42065bd084d5: Preparing [2021-03-10T15:37:51.884Z] 33e8713114f8: Preparing [2021-03-10T15:37:51.884Z] 33e8713114f8: Waiting [2021-03-10T15:37:51.884Z] 272e15014b92: Layer already exists [2021-03-10T15:37:51.884Z] 42065bd084d5: Layer already exists [2021-03-10T15:37:51.884Z] 9905871651ee: Layer already exists [2021-03-10T15:37:51.884Z] 1341a9cc6be9: Layer already exists [2021-03-10T15:37:51.884Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:51.884Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:51.884Z] 2.0.0-dev.121: digest: sha256:68a5d55ca3025cf59f2d4f473d30dfa5ba171ef4029929b0aff4c550e4a4d272 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:52.160Z] ---> Running in 37ea47dfe0b5 [2021-03-10T15:37:52.208Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:52.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:37:52.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-10T15:37:52.528Z] 272e15014b92: Preparing [2021-03-10T15:37:52.528Z] 1341a9cc6be9: Preparing [2021-03-10T15:37:52.528Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:52.528Z] 9905871651ee: Preparing [2021-03-10T15:37:52.528Z] 42065bd084d5: Preparing [2021-03-10T15:37:52.528Z] 33e8713114f8: Preparing [2021-03-10T15:37:52.528Z] 33e8713114f8: Waiting [2021-03-10T15:37:52.528Z] 1341a9cc6be9: Layer already exists [2021-03-10T15:37:52.528Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:52.528Z] 42065bd084d5: Layer already exists [2021-03-10T15:37:52.528Z] 272e15014b92: Layer already exists [2021-03-10T15:37:52.528Z] 9905871651ee: Layer already exists [2021-03-10T15:37:52.528Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:52.528Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:68a5d55ca3025cf59f2d4f473d30dfa5ba171ef4029929b0aff4c550e4a4d272 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:52.845Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:53.152Z] Removing intermediate container dcfeda7048d8 [2021-03-10T15:37:53.153Z] ---> e762d31a0230 [2021-03-10T15:37:53.153Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T15:37:53.153Z] Removing intermediate container 37ea47dfe0b5 [2021-03-10T15:37:53.153Z] ---> 77f7b7a78822 [2021-03-10T15:37:53.153Z] Step 22/22 : LABEL version=2.0.0-dev.121 [2021-03-10T15:37:53.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-10T15:37:53.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-10T15:37:53.225Z] 272e15014b92: Preparing [2021-03-10T15:37:53.225Z] 1341a9cc6be9: Preparing [2021-03-10T15:37:53.225Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:53.225Z] 9905871651ee: Preparing [2021-03-10T15:37:53.225Z] 42065bd084d5: Preparing [2021-03-10T15:37:53.225Z] 33e8713114f8: Preparing [2021-03-10T15:37:53.225Z] 33e8713114f8: Waiting [2021-03-10T15:37:53.225Z] 1341a9cc6be9: Layer already exists [2021-03-10T15:37:53.225Z] 272e15014b92: Layer already exists [2021-03-10T15:37:53.225Z] 9905871651ee: Layer already exists [2021-03-10T15:37:53.225Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:53.225Z] 42065bd084d5: Layer already exists [2021-03-10T15:37:53.225Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:53.225Z] master: digest: sha256:68a5d55ca3025cf59f2d4f473d30dfa5ba171ef4029929b0aff4c550e4a4d272 size: 1572 [2021-03-10T15:37:53.442Z] ---> Running in aba8c7917680 [2021-03-10T15:37:53.442Z] ---> Running in 9fbb3917c29c [2021-03-10T15:37:53.442Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:37:53.442Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:37:53.442Z] ---> ceee39c00f27 [2021-03-10T15:37:53.442Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T15:37:53.442Z] ---> Using cache [2021-03-10T15:37:53.442Z] ---> 3966ab901cc9 [2021-03-10T15:37:53.442Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:37:53.442Z] ---> Using cache [2021-03-10T15:37:53.442Z] ---> fd924c147e98 [2021-03-10T15:37:53.442Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T15:37:53.442Z] ---> Using cache [2021-03-10T15:37:53.442Z] ---> 47d1c2a6b7f4 [2021-03-10T15:37:53.442Z] Step 6/31 : COPY go.mod . [2021-03-10T15:37:53.442Z] ---> Using cache [2021-03-10T15:37:53.442Z] ---> d26644879ac8 [2021-03-10T15:37:53.442Z] Step 7/31 : RUN go mod download [2021-03-10T15:37:53.442Z] ---> Using cache [2021-03-10T15:37:53.442Z] ---> 8d11facb742d [2021-03-10T15:37:53.442Z] Step 8/31 : COPY . . [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:37:53.683Z] ===================================================== [2021-03-10T15:37:53.718Z] ---> Using cache [2021-03-10T15:37:53.718Z] ---> e8e3bb6e440c [2021-03-10T15:37:53.718Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [Pipeline] echo [2021-03-10T15:37:53.734Z] taggedImages: [2021-03-10T15:37:53.734Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:53.734Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.121 [2021-03-10T15:37:53.734Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:37:53.734Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-10T15:37:53.801Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-10T15:37:53.801Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:53.801Z] 2.0.0-dev.121 [2021-03-10T15:37:53.801Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:37:53.801Z] master [2021-03-10T15:37:53.801Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [2021-03-10T15:37:53.992Z] ---> Running in 1ccefd2401b3 [Pipeline] sh [2021-03-10T15:37:54.268Z] Removing intermediate container aba8c7917680 [2021-03-10T15:37:54.268Z] ---> 0ffc8f63ec0b [2021-03-10T15:37:54.268Z] Step 22/23 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:54.268Z] Removing intermediate container 9fbb3917c29c [2021-03-10T15:37:54.268Z] ---> dd9a6b896543 [2021-03-10T15:37:54.268Z] [2021-03-10T15:37:54.292Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:54.544Z] ---> Running in dc95b0081052 [2021-03-10T15:37:54.696Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:54.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-10T15:37:54.696Z] 29cc02f4b080: Preparing [2021-03-10T15:37:54.696Z] cce41fd0969c: Preparing [2021-03-10T15:37:54.696Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:54.696Z] fae075b1ed63: Preparing [2021-03-10T15:37:54.696Z] 33e8713114f8: Preparing [2021-03-10T15:37:54.696Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:54.696Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:54.696Z] 29cc02f4b080: Pushed [2021-03-10T15:37:54.822Z] Successfully built dd9a6b896543 [2021-03-10T15:37:54.822Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-10T15:37:54.822Z] Building docker-core-data-go [2021-03-10T15:37:56.160Z]  Building docker-support-scheduler-go ... done Removing intermediate container dc95b0081052 [2021-03-10T15:37:56.160Z] ---> b0d91a5cc4cb [2021-03-10T15:37:56.160Z] Step 23/23 : LABEL version=2.0.0-dev.121 [2021-03-10T15:37:56.160Z] ---> Running in 041b10dd5cc6 [2021-03-10T15:37:56.160Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T15:37:56.160Z] Removing intermediate container 041b10dd5cc6 [2021-03-10T15:37:56.160Z] ---> 1447585d26ad [2021-03-10T15:37:56.160Z] [2021-03-10T15:37:56.169Z] fae075b1ed63: Pushed [2021-03-10T15:37:56.169Z] cce41fd0969c: Pushed [2021-03-10T15:37:56.437Z] Successfully built 1447585d26ad [2021-03-10T15:37:56.437Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-10T15:37:56.445Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:c5d13d29fcc412250201ce9f9a03739ab8924755374ce5c93bb14af1da0e05fc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:56.762Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:57.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.121 [2021-03-10T15:37:57.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-10T15:37:57.073Z] 29cc02f4b080: Preparing [2021-03-10T15:37:57.073Z] cce41fd0969c: Preparing [2021-03-10T15:37:57.073Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:57.073Z] fae075b1ed63: Preparing [2021-03-10T15:37:57.073Z] 33e8713114f8: Preparing [2021-03-10T15:37:57.073Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:57.073Z] cce41fd0969c: Layer already exists [2021-03-10T15:37:57.073Z] 29cc02f4b080: Layer already exists [2021-03-10T15:37:57.073Z] fae075b1ed63: Layer already exists [2021-03-10T15:37:57.073Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:57.073Z] 2.0.0-dev.121: digest: sha256:c5d13d29fcc412250201ce9f9a03739ab8924755374ce5c93bb14af1da0e05fc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:57.390Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:57.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:37:57.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-10T15:37:57.697Z] 29cc02f4b080: Preparing [2021-03-10T15:37:57.697Z] cce41fd0969c: Preparing [2021-03-10T15:37:57.697Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:57.697Z] fae075b1ed63: Preparing [2021-03-10T15:37:57.697Z] 33e8713114f8: Preparing [2021-03-10T15:37:57.697Z] 29cc02f4b080: Layer already exists [2021-03-10T15:37:57.697Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:57.697Z] cce41fd0969c: Layer already exists [2021-03-10T15:37:57.697Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:57.697Z] fae075b1ed63: Layer already exists [2021-03-10T15:37:57.698Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:c5d13d29fcc412250201ce9f9a03739ab8924755374ce5c93bb14af1da0e05fc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:58.019Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:58.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-10T15:37:58.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-10T15:37:58.327Z] 29cc02f4b080: Preparing [2021-03-10T15:37:58.327Z] cce41fd0969c: Preparing [2021-03-10T15:37:58.327Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:58.327Z] fae075b1ed63: Preparing [2021-03-10T15:37:58.327Z] 33e8713114f8: Preparing [2021-03-10T15:37:58.327Z] cce41fd0969c: Layer already exists [2021-03-10T15:37:58.327Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:58.327Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:58.327Z] fae075b1ed63: Layer already exists [2021-03-10T15:37:58.327Z] 29cc02f4b080: Layer already exists [2021-03-10T15:37:58.327Z] master: digest: sha256:c5d13d29fcc412250201ce9f9a03739ab8924755374ce5c93bb14af1da0e05fc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:37:58.546Z] ===================================================== [Pipeline] echo [2021-03-10T15:37:58.591Z] taggedImages: [2021-03-10T15:37:58.591Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:58.591Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.121 [2021-03-10T15:37:58.591Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:37:58.591Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-10T15:37:58.656Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-10T15:37:58.656Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:58.656Z] 2.0.0-dev.121 [2021-03-10T15:37:58.656Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:37:58.656Z] master [2021-03-10T15:37:58.656Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:59.262Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:37:59.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:37:59.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-10T15:37:59.569Z] 77acaaa253e0: Preparing [2021-03-10T15:37:59.569Z] 77acaaa253e0: Preparing [2021-03-10T15:37:59.569Z] 251fc1bb2ada: Preparing [2021-03-10T15:37:59.569Z] 922185d101b4: Preparing [2021-03-10T15:37:59.569Z] 6996f90e2ba5: Preparing [2021-03-10T15:37:59.569Z] 871ccc0c0d18: Preparing [2021-03-10T15:37:59.569Z] c05c4c1c98d1: Preparing [2021-03-10T15:37:59.569Z] 3aad1c8ab947: Preparing [2021-03-10T15:37:59.569Z] 3aad1c8ab947: Preparing [2021-03-10T15:37:59.569Z] 61b5633585d4: Preparing [2021-03-10T15:37:59.569Z] 43a48fe01167: Preparing [2021-03-10T15:37:59.569Z] 33e8713114f8: Preparing [2021-03-10T15:37:59.569Z] 61b5633585d4: Waiting [2021-03-10T15:37:59.569Z] 43a48fe01167: Waiting [2021-03-10T15:37:59.569Z] c05c4c1c98d1: Waiting [2021-03-10T15:37:59.569Z] 3aad1c8ab947: Waiting [2021-03-10T15:37:59.569Z] 33e8713114f8: Waiting [2021-03-10T15:37:59.833Z] 77acaaa253e0: Pushed [2021-03-10T15:37:59.833Z] 922185d101b4: Pushed [2021-03-10T15:37:59.833Z] 6996f90e2ba5: Pushed [2021-03-10T15:37:59.833Z] 251fc1bb2ada: Pushed [2021-03-10T15:37:59.833Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:37:59.833Z] 33e8713114f8: Layer already exists [2021-03-10T15:37:59.833Z] 3aad1c8ab947: Pushed [2021-03-10T15:37:59.833Z] 61b5633585d4: Pushed [2021-03-10T15:37:59.833Z] 43a48fe01167: Pushed [2021-03-10T15:38:01.279Z] 871ccc0c0d18: Pushed [2021-03-10T15:38:01.279Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:fae109044d28ce30765f5cbe09593a5404a9cd60441eaa29546d53c131572dc2 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:01.608Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:01.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.121 [2021-03-10T15:38:01.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-10T15:38:01.959Z] 77acaaa253e0: Preparing [2021-03-10T15:38:01.959Z] 77acaaa253e0: Preparing [2021-03-10T15:38:01.959Z] 251fc1bb2ada: Preparing [2021-03-10T15:38:01.959Z] 922185d101b4: Preparing [2021-03-10T15:38:01.959Z] 6996f90e2ba5: Preparing [2021-03-10T15:38:01.959Z] 871ccc0c0d18: Preparing [2021-03-10T15:38:01.959Z] c05c4c1c98d1: Preparing [2021-03-10T15:38:01.959Z] 3aad1c8ab947: Preparing [2021-03-10T15:38:01.959Z] 3aad1c8ab947: Preparing [2021-03-10T15:38:01.959Z] 61b5633585d4: Preparing [2021-03-10T15:38:01.959Z] 43a48fe01167: Preparing [2021-03-10T15:38:01.959Z] 33e8713114f8: Preparing [2021-03-10T15:38:01.959Z] c05c4c1c98d1: Waiting [2021-03-10T15:38:01.959Z] 3aad1c8ab947: Waiting [2021-03-10T15:38:01.959Z] 61b5633585d4: Waiting [2021-03-10T15:38:01.959Z] 33e8713114f8: Waiting [2021-03-10T15:38:01.959Z] 43a48fe01167: Waiting [2021-03-10T15:38:01.959Z] 922185d101b4: Layer already exists [2021-03-10T15:38:01.959Z] 251fc1bb2ada: Layer already exists [2021-03-10T15:38:01.959Z] 77acaaa253e0: Layer already exists [2021-03-10T15:38:01.959Z] 871ccc0c0d18: Layer already exists [2021-03-10T15:38:01.959Z] 6996f90e2ba5: Layer already exists [2021-03-10T15:38:01.959Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:38:01.959Z] 3aad1c8ab947: Layer already exists [2021-03-10T15:38:01.959Z] 61b5633585d4: Layer already exists [2021-03-10T15:38:01.959Z] 43a48fe01167: Layer already exists [2021-03-10T15:38:01.959Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:02.222Z] 2.0.0-dev.121: digest: sha256:fae109044d28ce30765f5cbe09593a5404a9cd60441eaa29546d53c131572dc2 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:02.552Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:02.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:02.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-10T15:38:02.858Z] 77acaaa253e0: Preparing [2021-03-10T15:38:02.858Z] 77acaaa253e0: Preparing [2021-03-10T15:38:02.858Z] 251fc1bb2ada: Preparing [2021-03-10T15:38:02.858Z] 922185d101b4: Preparing [2021-03-10T15:38:02.858Z] 6996f90e2ba5: Preparing [2021-03-10T15:38:02.858Z] 871ccc0c0d18: Preparing [2021-03-10T15:38:02.858Z] c05c4c1c98d1: Preparing [2021-03-10T15:38:02.858Z] 3aad1c8ab947: Preparing [2021-03-10T15:38:02.858Z] 3aad1c8ab947: Preparing [2021-03-10T15:38:02.859Z] 61b5633585d4: Preparing [2021-03-10T15:38:02.859Z] 43a48fe01167: Preparing [2021-03-10T15:38:02.859Z] 33e8713114f8: Preparing [2021-03-10T15:38:02.859Z] c05c4c1c98d1: Waiting [2021-03-10T15:38:02.859Z] 3aad1c8ab947: Waiting [2021-03-10T15:38:02.859Z] 61b5633585d4: Waiting [2021-03-10T15:38:02.859Z] 43a48fe01167: Waiting [2021-03-10T15:38:02.859Z] 33e8713114f8: Waiting [2021-03-10T15:38:02.859Z] 871ccc0c0d18: Layer already exists [2021-03-10T15:38:02.859Z] 77acaaa253e0: Layer already exists [2021-03-10T15:38:02.859Z] 6996f90e2ba5: Layer already exists [2021-03-10T15:38:02.859Z] 922185d101b4: Layer already exists [2021-03-10T15:38:02.859Z] 251fc1bb2ada: Layer already exists [2021-03-10T15:38:02.859Z] 61b5633585d4: Layer already exists [2021-03-10T15:38:02.859Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:38:02.859Z] 3aad1c8ab947: Layer already exists [2021-03-10T15:38:02.859Z] 43a48fe01167: Layer already exists [2021-03-10T15:38:02.859Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:03.122Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:fae109044d28ce30765f5cbe09593a5404a9cd60441eaa29546d53c131572dc2 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:03.438Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:03.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-10T15:38:03.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-10T15:38:03.746Z] 77acaaa253e0: Preparing [2021-03-10T15:38:03.746Z] 77acaaa253e0: Preparing [2021-03-10T15:38:03.746Z] 251fc1bb2ada: Preparing [2021-03-10T15:38:03.746Z] 922185d101b4: Preparing [2021-03-10T15:38:03.746Z] 6996f90e2ba5: Preparing [2021-03-10T15:38:03.746Z] 871ccc0c0d18: Preparing [2021-03-10T15:38:03.746Z] c05c4c1c98d1: Preparing [2021-03-10T15:38:03.746Z] 3aad1c8ab947: Preparing [2021-03-10T15:38:03.746Z] 3aad1c8ab947: Preparing [2021-03-10T15:38:03.746Z] 61b5633585d4: Preparing [2021-03-10T15:38:03.746Z] 43a48fe01167: Preparing [2021-03-10T15:38:03.746Z] 33e8713114f8: Preparing [2021-03-10T15:38:03.746Z] 61b5633585d4: Waiting [2021-03-10T15:38:03.746Z] c05c4c1c98d1: Waiting [2021-03-10T15:38:03.746Z] 3aad1c8ab947: Waiting [2021-03-10T15:38:03.746Z] 43a48fe01167: Waiting [2021-03-10T15:38:03.746Z] 33e8713114f8: Waiting [2021-03-10T15:38:03.746Z] 251fc1bb2ada: Layer already exists [2021-03-10T15:38:03.746Z] 922185d101b4: Layer already exists [2021-03-10T15:38:03.746Z] 871ccc0c0d18: Layer already exists [2021-03-10T15:38:03.746Z] 6996f90e2ba5: Layer already exists [2021-03-10T15:38:03.746Z] 77acaaa253e0: Layer already exists [2021-03-10T15:38:03.746Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:38:03.746Z] 61b5633585d4: Layer already exists [2021-03-10T15:38:03.746Z] 3aad1c8ab947: Layer already exists [2021-03-10T15:38:03.746Z] 43a48fe01167: Layer already exists [2021-03-10T15:38:03.746Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:03.746Z] master: digest: sha256:fae109044d28ce30765f5cbe09593a5404a9cd60441eaa29546d53c131572dc2 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:38:03.943Z] ===================================================== [Pipeline] echo [2021-03-10T15:38:03.992Z] taggedImages: [2021-03-10T15:38:03.992Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:03.992Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.121 [2021-03-10T15:38:03.992Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:03.992Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-10T15:38:04.075Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-10T15:38:04.075Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:04.076Z] 2.0.0-dev.121 [2021-03-10T15:38:04.076Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:04.076Z] master [2021-03-10T15:38:04.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:04.564Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:04.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:04.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-10T15:38:04.887Z] a1c904474087: Preparing [2021-03-10T15:38:04.887Z] acb9d803271f: Preparing [2021-03-10T15:38:04.887Z] 29a3d081371d: Preparing [2021-03-10T15:38:04.887Z] 203c0daf6261: Preparing [2021-03-10T15:38:04.887Z] dc97ab912ef1: Preparing [2021-03-10T15:38:04.887Z] 33e8713114f8: Preparing [2021-03-10T15:38:04.887Z] 33e8713114f8: Waiting [2021-03-10T15:38:05.154Z] 203c0daf6261: Pushed [2021-03-10T15:38:05.154Z] 29a3d081371d: Pushed [2021-03-10T15:38:05.154Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:05.154Z] dc97ab912ef1: Pushed [2021-03-10T15:38:06.108Z] acb9d803271f: Pushed [2021-03-10T15:38:06.108Z] a1c904474087: Pushed [2021-03-10T15:38:06.108Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:7b279cbbac9eae843a35689aee87b76187a53cd0fd2aa7177156607d20bcd2be size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:06.445Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:06.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.121 [2021-03-10T15:38:06.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-10T15:38:06.772Z] a1c904474087: Preparing [2021-03-10T15:38:06.772Z] acb9d803271f: Preparing [2021-03-10T15:38:06.772Z] 29a3d081371d: Preparing [2021-03-10T15:38:06.772Z] 203c0daf6261: Preparing [2021-03-10T15:38:06.772Z] dc97ab912ef1: Preparing [2021-03-10T15:38:06.772Z] 33e8713114f8: Preparing [2021-03-10T15:38:06.772Z] 33e8713114f8: Waiting [2021-03-10T15:38:06.772Z] acb9d803271f: Layer already exists [2021-03-10T15:38:06.772Z] dc97ab912ef1: Layer already exists [2021-03-10T15:38:06.772Z] 203c0daf6261: Layer already exists [2021-03-10T15:38:06.772Z] 29a3d081371d: Layer already exists [2021-03-10T15:38:06.772Z] a1c904474087: Layer already exists [2021-03-10T15:38:06.772Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:06.772Z] 2.0.0-dev.121: digest: sha256:7b279cbbac9eae843a35689aee87b76187a53cd0fd2aa7177156607d20bcd2be size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:07.086Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:07.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:07.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-10T15:38:07.389Z] a1c904474087: Preparing [2021-03-10T15:38:07.389Z] acb9d803271f: Preparing [2021-03-10T15:38:07.389Z] 29a3d081371d: Preparing [2021-03-10T15:38:07.389Z] 203c0daf6261: Preparing [2021-03-10T15:38:07.389Z] dc97ab912ef1: Preparing [2021-03-10T15:38:07.389Z] 33e8713114f8: Preparing [2021-03-10T15:38:07.389Z] 33e8713114f8: Waiting [2021-03-10T15:38:07.389Z] dc97ab912ef1: Layer already exists [2021-03-10T15:38:07.389Z] 29a3d081371d: Layer already exists [2021-03-10T15:38:07.389Z] 203c0daf6261: Layer already exists [2021-03-10T15:38:07.389Z] acb9d803271f: Layer already exists [2021-03-10T15:38:07.389Z] a1c904474087: Layer already exists [2021-03-10T15:38:07.389Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:07.389Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:7b279cbbac9eae843a35689aee87b76187a53cd0fd2aa7177156607d20bcd2be size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:07.704Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:08.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-10T15:38:08.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-10T15:38:08.009Z] a1c904474087: Preparing [2021-03-10T15:38:08.009Z] acb9d803271f: Preparing [2021-03-10T15:38:08.009Z] 29a3d081371d: Preparing [2021-03-10T15:38:08.009Z] 203c0daf6261: Preparing [2021-03-10T15:38:08.009Z] dc97ab912ef1: Preparing [2021-03-10T15:38:08.009Z] 33e8713114f8: Preparing [2021-03-10T15:38:08.009Z] 33e8713114f8: Waiting [2021-03-10T15:38:08.009Z] a1c904474087: Layer already exists [2021-03-10T15:38:08.009Z] acb9d803271f: Layer already exists [2021-03-10T15:38:08.009Z] dc97ab912ef1: Layer already exists [2021-03-10T15:38:08.009Z] 203c0daf6261: Layer already exists [2021-03-10T15:38:08.270Z] 29a3d081371d: Layer already exists [2021-03-10T15:38:08.270Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:08.270Z] master: digest: sha256:7b279cbbac9eae843a35689aee87b76187a53cd0fd2aa7177156607d20bcd2be size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:38:08.460Z] ===================================================== [Pipeline] echo [2021-03-10T15:38:08.518Z] taggedImages: [2021-03-10T15:38:08.518Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:08.518Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.121 [2021-03-10T15:38:08.518Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:08.518Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-10T15:38:08.585Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-10T15:38:08.585Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:08.585Z] 2.0.0-dev.121 [2021-03-10T15:38:08.585Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:08.585Z] master [2021-03-10T15:38:08.585Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:09.072Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:09.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:09.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-10T15:38:09.377Z] c00a2827d36f: Preparing [2021-03-10T15:38:09.377Z] 851c70bef54a: Preparing [2021-03-10T15:38:09.377Z] 53c9266ffeb3: Preparing [2021-03-10T15:38:09.377Z] e84c038e89f6: Preparing [2021-03-10T15:38:09.377Z] 3ea64820dbd3: Preparing [2021-03-10T15:38:09.377Z] a0bb006e44ae: Preparing [2021-03-10T15:38:09.377Z] 529b730ef0c4: Preparing [2021-03-10T15:38:09.377Z] b183e75f8073: Preparing [2021-03-10T15:38:09.377Z] 33e8713114f8: Preparing [2021-03-10T15:38:09.377Z] 529b730ef0c4: Waiting [2021-03-10T15:38:09.377Z] b183e75f8073: Waiting [2021-03-10T15:38:09.377Z] 33e8713114f8: Waiting [2021-03-10T15:38:09.377Z] a0bb006e44ae: Waiting [2021-03-10T15:38:09.644Z] c00a2827d36f: Pushed [2021-03-10T15:38:09.644Z] 3ea64820dbd3: Pushed [2021-03-10T15:38:09.644Z] a0bb006e44ae: Pushed [2021-03-10T15:38:09.906Z] 529b730ef0c4: Pushed [2021-03-10T15:38:09.906Z] 851c70bef54a: Pushed [2021-03-10T15:38:09.906Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:10.170Z] b183e75f8073: Pushed [2021-03-10T15:38:10.434Z] e84c038e89f6: Pushed [2021-03-10T15:38:10.434Z] 53c9266ffeb3: Pushed [2021-03-10T15:38:10.696Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:47a4049b886373e89f2a6a89fa31f6b7165e4d8945a0c48cab3ec133ca346099 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:11.003Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:11.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.121 [2021-03-10T15:38:11.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-10T15:38:11.304Z] c00a2827d36f: Preparing [2021-03-10T15:38:11.304Z] 851c70bef54a: Preparing [2021-03-10T15:38:11.304Z] 53c9266ffeb3: Preparing [2021-03-10T15:38:11.304Z] e84c038e89f6: Preparing [2021-03-10T15:38:11.304Z] 3ea64820dbd3: Preparing [2021-03-10T15:38:11.304Z] a0bb006e44ae: Preparing [2021-03-10T15:38:11.304Z] 529b730ef0c4: Preparing [2021-03-10T15:38:11.304Z] b183e75f8073: Preparing [2021-03-10T15:38:11.304Z] 33e8713114f8: Preparing [2021-03-10T15:38:11.304Z] a0bb006e44ae: Waiting [2021-03-10T15:38:11.304Z] b183e75f8073: Waiting [2021-03-10T15:38:11.304Z] 33e8713114f8: Waiting [2021-03-10T15:38:11.304Z] 529b730ef0c4: Waiting [2021-03-10T15:38:11.304Z] 851c70bef54a: Layer already exists [2021-03-10T15:38:11.304Z] e84c038e89f6: Layer already exists [2021-03-10T15:38:11.304Z] 3ea64820dbd3: Layer already exists [2021-03-10T15:38:11.304Z] c00a2827d36f: Layer already exists [2021-03-10T15:38:11.304Z] 53c9266ffeb3: Layer already exists [2021-03-10T15:38:11.304Z] a0bb006e44ae: Layer already exists [2021-03-10T15:38:11.304Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:11.304Z] 529b730ef0c4: Layer already exists [2021-03-10T15:38:11.304Z] b183e75f8073: Layer already exists [2021-03-10T15:38:11.304Z] 2.0.0-dev.121: digest: sha256:47a4049b886373e89f2a6a89fa31f6b7165e4d8945a0c48cab3ec133ca346099 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:11.612Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:11.924Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:11.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-10T15:38:11.924Z] c00a2827d36f: Preparing [2021-03-10T15:38:11.924Z] 851c70bef54a: Preparing [2021-03-10T15:38:11.924Z] 53c9266ffeb3: Preparing [2021-03-10T15:38:11.924Z] e84c038e89f6: Preparing [2021-03-10T15:38:11.924Z] 3ea64820dbd3: Preparing [2021-03-10T15:38:11.924Z] a0bb006e44ae: Preparing [2021-03-10T15:38:11.924Z] 529b730ef0c4: Preparing [2021-03-10T15:38:11.924Z] b183e75f8073: Preparing [2021-03-10T15:38:11.924Z] 33e8713114f8: Preparing [2021-03-10T15:38:11.924Z] a0bb006e44ae: Waiting [2021-03-10T15:38:11.924Z] 529b730ef0c4: Waiting [2021-03-10T15:38:11.924Z] b183e75f8073: Waiting [2021-03-10T15:38:11.924Z] 33e8713114f8: Waiting [2021-03-10T15:38:11.924Z] 3ea64820dbd3: Layer already exists [2021-03-10T15:38:11.924Z] e84c038e89f6: Layer already exists [2021-03-10T15:38:11.924Z] c00a2827d36f: Layer already exists [2021-03-10T15:38:11.924Z] 53c9266ffeb3: Layer already exists [2021-03-10T15:38:11.924Z] 851c70bef54a: Layer already exists [2021-03-10T15:38:11.924Z] 529b730ef0c4: Layer already exists [2021-03-10T15:38:11.924Z] a0bb006e44ae: Layer already exists [2021-03-10T15:38:11.924Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:11.924Z] b183e75f8073: Layer already exists [2021-03-10T15:38:11.924Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:47a4049b886373e89f2a6a89fa31f6b7165e4d8945a0c48cab3ec133ca346099 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:12.236Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:12.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-10T15:38:12.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-10T15:38:12.537Z] c00a2827d36f: Preparing [2021-03-10T15:38:12.537Z] 851c70bef54a: Preparing [2021-03-10T15:38:12.537Z] 53c9266ffeb3: Preparing [2021-03-10T15:38:12.537Z] e84c038e89f6: Preparing [2021-03-10T15:38:12.537Z] 3ea64820dbd3: Preparing [2021-03-10T15:38:12.537Z] a0bb006e44ae: Preparing [2021-03-10T15:38:12.537Z] 529b730ef0c4: Preparing [2021-03-10T15:38:12.537Z] b183e75f8073: Preparing [2021-03-10T15:38:12.537Z] 33e8713114f8: Preparing [2021-03-10T15:38:12.537Z] a0bb006e44ae: Waiting [2021-03-10T15:38:12.537Z] 529b730ef0c4: Waiting [2021-03-10T15:38:12.537Z] b183e75f8073: Waiting [2021-03-10T15:38:12.537Z] 33e8713114f8: Waiting [2021-03-10T15:38:12.537Z] 851c70bef54a: Layer already exists [2021-03-10T15:38:12.537Z] 3ea64820dbd3: Layer already exists [2021-03-10T15:38:12.537Z] 53c9266ffeb3: Layer already exists [2021-03-10T15:38:12.537Z] c00a2827d36f: Layer already exists [2021-03-10T15:38:12.537Z] e84c038e89f6: Layer already exists [2021-03-10T15:38:12.537Z] a0bb006e44ae: Layer already exists [2021-03-10T15:38:12.537Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:12.537Z] 529b730ef0c4: Layer already exists [2021-03-10T15:38:12.537Z] b183e75f8073: Layer already exists [2021-03-10T15:38:12.537Z] master: digest: sha256:47a4049b886373e89f2a6a89fa31f6b7165e4d8945a0c48cab3ec133ca346099 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:38:12.737Z] ===================================================== [Pipeline] echo [2021-03-10T15:38:12.824Z] taggedImages: [2021-03-10T15:38:12.824Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:12.824Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.121 [2021-03-10T15:38:12.824Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:12.824Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-10T15:38:12.922Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-10T15:38:12.922Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:12.922Z] 2.0.0-dev.121 [2021-03-10T15:38:12.922Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:12.922Z] master [2021-03-10T15:38:12.922Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:13.424Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:13.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:13.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-10T15:38:13.727Z] ffe43794030d: Preparing [2021-03-10T15:38:13.727Z] b9d70343c8b5: Preparing [2021-03-10T15:38:13.727Z] c05c4c1c98d1: Preparing [2021-03-10T15:38:13.727Z] a0f5793164fb: Preparing [2021-03-10T15:38:13.727Z] 33e8713114f8: Preparing [2021-03-10T15:38:13.727Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:13.727Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:38:13.727Z] ffe43794030d: Pushed [2021-03-10T15:38:14.298Z] a0f5793164fb: Pushed [2021-03-10T15:38:14.871Z] b9d70343c8b5: Pushed [2021-03-10T15:38:15.131Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:945b631e3d8de46946ed063e7f30ea48b4f630af960c42fe5725d47b10ef64eb size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:15.441Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:15.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.121 [2021-03-10T15:38:15.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-10T15:38:15.740Z] ffe43794030d: Preparing [2021-03-10T15:38:15.740Z] b9d70343c8b5: Preparing [2021-03-10T15:38:15.740Z] c05c4c1c98d1: Preparing [2021-03-10T15:38:15.740Z] a0f5793164fb: Preparing [2021-03-10T15:38:15.740Z] 33e8713114f8: Preparing [2021-03-10T15:38:15.740Z] b9d70343c8b5: Layer already exists [2021-03-10T15:38:15.740Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:15.741Z] a0f5793164fb: Layer already exists [2021-03-10T15:38:15.741Z] ffe43794030d: Layer already exists [2021-03-10T15:38:15.741Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:38:15.741Z] 2.0.0-dev.121: digest: sha256:945b631e3d8de46946ed063e7f30ea48b4f630af960c42fe5725d47b10ef64eb size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:16.051Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:16.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:16.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-10T15:38:16.392Z] ffe43794030d: Preparing [2021-03-10T15:38:16.392Z] b9d70343c8b5: Preparing [2021-03-10T15:38:16.392Z] c05c4c1c98d1: Preparing [2021-03-10T15:38:16.392Z] a0f5793164fb: Preparing [2021-03-10T15:38:16.392Z] 33e8713114f8: Preparing [2021-03-10T15:38:16.392Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:38:16.392Z] b9d70343c8b5: Layer already exists [2021-03-10T15:38:16.392Z] ffe43794030d: Layer already exists [2021-03-10T15:38:16.392Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:16.392Z] a0f5793164fb: Layer already exists [2021-03-10T15:38:16.392Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:945b631e3d8de46946ed063e7f30ea48b4f630af960c42fe5725d47b10ef64eb size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:16.760Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:17.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-10T15:38:17.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-10T15:38:17.084Z] ffe43794030d: Preparing [2021-03-10T15:38:17.084Z] b9d70343c8b5: Preparing [2021-03-10T15:38:17.084Z] c05c4c1c98d1: Preparing [2021-03-10T15:38:17.084Z] a0f5793164fb: Preparing [2021-03-10T15:38:17.084Z] 33e8713114f8: Preparing [2021-03-10T15:38:17.084Z] ffe43794030d: Layer already exists [2021-03-10T15:38:17.084Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:17.084Z] b9d70343c8b5: Layer already exists [2021-03-10T15:38:17.084Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:38:17.084Z] a0f5793164fb: Layer already exists [2021-03-10T15:38:17.347Z] master: digest: sha256:945b631e3d8de46946ed063e7f30ea48b4f630af960c42fe5725d47b10ef64eb size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:38:17.520Z] ===================================================== [Pipeline] echo [2021-03-10T15:38:17.567Z] taggedImages: [2021-03-10T15:38:17.567Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:17.567Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.121 [2021-03-10T15:38:17.567Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:17.567Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-10T15:38:17.634Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-10T15:38:17.634Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:17.634Z] 2.0.0-dev.121 [2021-03-10T15:38:17.634Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:17.634Z] master [2021-03-10T15:38:17.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:18.109Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:18.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:18.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-10T15:38:18.445Z] fa76c776b08a: Preparing [2021-03-10T15:38:18.445Z] c0827b7d5a96: Preparing [2021-03-10T15:38:18.445Z] c05c4c1c98d1: Preparing [2021-03-10T15:38:18.445Z] fae075b1ed63: Preparing [2021-03-10T15:38:18.445Z] 33e8713114f8: Preparing [2021-03-10T15:38:18.445Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:18.445Z] fae075b1ed63: Layer already exists [2021-03-10T15:38:18.445Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:38:18.688Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:38:18.688Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:38:18.688Z] ---> ceee39c00f27 [2021-03-10T15:38:18.688Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T15:38:18.688Z] ---> Using cache [2021-03-10T15:38:18.688Z] ---> 3966ab901cc9 [2021-03-10T15:38:18.688Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:38:18.688Z] ---> Using cache [2021-03-10T15:38:18.688Z] ---> fd924c147e98 [2021-03-10T15:38:18.688Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T15:38:18.713Z] fa76c776b08a: Pushed [2021-03-10T15:38:20.107Z] c0827b7d5a96: Pushed [2021-03-10T15:38:20.107Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:d2967fe8cbe5cd43dea982f38bfa9184809c63015cd17454c3d4f94f40612bca size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:20.421Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:20.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.121 [2021-03-10T15:38:20.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-10T15:38:20.725Z] fa76c776b08a: Preparing [2021-03-10T15:38:20.725Z] c0827b7d5a96: Preparing [2021-03-10T15:38:20.725Z] c05c4c1c98d1: Preparing [2021-03-10T15:38:20.725Z] fae075b1ed63: Preparing [2021-03-10T15:38:20.725Z] 33e8713114f8: Preparing [2021-03-10T15:38:20.725Z] fa76c776b08a: Layer already exists [2021-03-10T15:38:20.725Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:20.725Z] fae075b1ed63: Layer already exists [2021-03-10T15:38:20.725Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:38:20.725Z] c0827b7d5a96: Layer already exists [2021-03-10T15:38:20.725Z] 2.0.0-dev.121: digest: sha256:d2967fe8cbe5cd43dea982f38bfa9184809c63015cd17454c3d4f94f40612bca size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:21.035Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:21.338Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:21.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-10T15:38:21.338Z] fa76c776b08a: Preparing [2021-03-10T15:38:21.338Z] c0827b7d5a96: Preparing [2021-03-10T15:38:21.338Z] c05c4c1c98d1: Preparing [2021-03-10T15:38:21.338Z] fae075b1ed63: Preparing [2021-03-10T15:38:21.338Z] 33e8713114f8: Preparing [2021-03-10T15:38:21.338Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:21.338Z] c0827b7d5a96: Layer already exists [2021-03-10T15:38:21.338Z] fae075b1ed63: Layer already exists [2021-03-10T15:38:21.338Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:38:21.338Z] fa76c776b08a: Layer already exists [2021-03-10T15:38:21.338Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:d2967fe8cbe5cd43dea982f38bfa9184809c63015cd17454c3d4f94f40612bca size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:21.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:38:21.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:38:21.397Z] ---> ceee39c00f27 [2021-03-10T15:38:21.397Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:38:21.397Z] ---> Using cache [2021-03-10T15:38:21.397Z] ---> 3966ab901cc9 [2021-03-10T15:38:21.397Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:38:21.397Z] ---> Using cache [2021-03-10T15:38:21.397Z] ---> fd924c147e98 [2021-03-10T15:38:21.397Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T15:38:21.646Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:21.703Z] ---> Running in f26ed1225a58 [2021-03-10T15:38:21.703Z] ---> Running in e2158e4f4cb9 [2021-03-10T15:38:21.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-10T15:38:21.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-10T15:38:21.989Z] fa76c776b08a: Preparing [2021-03-10T15:38:21.989Z] c0827b7d5a96: Preparing [2021-03-10T15:38:21.989Z] c05c4c1c98d1: Preparing [2021-03-10T15:38:21.989Z] fae075b1ed63: Preparing [2021-03-10T15:38:21.989Z] 33e8713114f8: Preparing [2021-03-10T15:38:21.989Z] c05c4c1c98d1: Layer already exists [2021-03-10T15:38:21.989Z] c0827b7d5a96: Layer already exists [2021-03-10T15:38:21.989Z] 33e8713114f8: Layer already exists [2021-03-10T15:38:21.989Z] fa76c776b08a: Layer already exists [2021-03-10T15:38:21.989Z] fae075b1ed63: Layer already exists [2021-03-10T15:38:22.252Z] master: digest: sha256:d2967fe8cbe5cd43dea982f38bfa9184809c63015cd17454c3d4f94f40612bca size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:38:22.443Z] ===================================================== [Pipeline] echo [2021-03-10T15:38:22.490Z] taggedImages: [2021-03-10T15:38:22.490Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:22.490Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.121 [2021-03-10T15:38:22.490Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:22.490Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-10T15:38:22.552Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-10T15:38:22.552Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:22.552Z] 2.0.0-dev.121 [2021-03-10T15:38:22.552Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:22.552Z] master [2021-03-10T15:38:22.552Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:23.016Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:23.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:23.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-10T15:38:23.329Z] 555529e1442f: Preparing [2021-03-10T15:38:23.329Z] 06495245505a: Preparing [2021-03-10T15:38:23.329Z] a9ab3a969c91: Preparing [2021-03-10T15:38:23.329Z] 826531ad9254: Preparing [2021-03-10T15:38:23.329Z] 05796798fc58: Preparing [2021-03-10T15:38:23.329Z] e5950922e1a9: Preparing [2021-03-10T15:38:23.329Z] 6792d7e33374: Preparing [2021-03-10T15:38:23.329Z] 0754057c0ad3: Preparing [2021-03-10T15:38:23.329Z] 998cdf262ab1: Preparing [2021-03-10T15:38:23.329Z] 02e56110abd2: Preparing [2021-03-10T15:38:23.329Z] abc36efb885a: Preparing [2021-03-10T15:38:23.329Z] b0b09059f4e1: Preparing [2021-03-10T15:38:23.329Z] bb961f40224b: Preparing [2021-03-10T15:38:23.329Z] f4666769fca7: Preparing [2021-03-10T15:38:23.329Z] e5950922e1a9: Waiting [2021-03-10T15:38:23.329Z] 6792d7e33374: Waiting [2021-03-10T15:38:23.329Z] 0754057c0ad3: Waiting [2021-03-10T15:38:23.329Z] 998cdf262ab1: Waiting [2021-03-10T15:38:23.329Z] 02e56110abd2: Waiting [2021-03-10T15:38:23.329Z] abc36efb885a: Waiting [2021-03-10T15:38:23.329Z] b0b09059f4e1: Waiting [2021-03-10T15:38:23.329Z] bb961f40224b: Waiting [2021-03-10T15:38:23.329Z] f4666769fca7: Waiting [2021-03-10T15:38:23.625Z] 05796798fc58: Pushed [2021-03-10T15:38:23.625Z] 555529e1442f: Pushed [2021-03-10T15:38:23.767Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:38:23.767Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:38:23.767Z] ---> ceee39c00f27 [2021-03-10T15:38:23.767Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T15:38:23.767Z] ---> Using cache [2021-03-10T15:38:23.767Z] ---> 3966ab901cc9 [2021-03-10T15:38:23.767Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:38:23.767Z] ---> Using cache [2021-03-10T15:38:23.767Z] ---> fd924c147e98 [2021-03-10T15:38:23.767Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T15:38:23.767Z] ---> Running in c7c33351dd59 [2021-03-10T15:38:23.902Z] 826531ad9254: Pushed [2021-03-10T15:38:23.902Z] 0754057c0ad3: Layer already exists [2021-03-10T15:38:24.184Z] 998cdf262ab1: Layer already exists [2021-03-10T15:38:24.184Z] 6792d7e33374: Pushed [2021-03-10T15:38:24.184Z] 02e56110abd2: Layer already exists [2021-03-10T15:38:24.184Z] abc36efb885a: Layer already exists [2021-03-10T15:38:24.184Z] b0b09059f4e1: Layer already exists [2021-03-10T15:38:24.184Z] bb961f40224b: Layer already exists [2021-03-10T15:38:24.184Z] f4666769fca7: Layer already exists [2021-03-10T15:38:24.184Z] 06495245505a: Pushed [2021-03-10T15:38:24.758Z] e5950922e1a9: Pushed [2021-03-10T15:38:25.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:38:25.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:38:25.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:38:26.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:38:26.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:38:26.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:38:28.250Z] OK: 217 MiB in 51 packages [2021-03-10T15:38:28.250Z] OK: 217 MiB in 51 packages [2021-03-10T15:38:28.250Z] OK: 217 MiB in 51 packages [2021-03-10T15:38:28.987Z] a9ab3a969c91: Pushed [2021-03-10T15:38:28.987Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:00a604c6fcb00b7d9ecdaa62e3608d393b2e3286cca30010f44e3fb1c2dae8c1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:29.293Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:29.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.121 [2021-03-10T15:38:29.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-10T15:38:29.596Z] 555529e1442f: Preparing [2021-03-10T15:38:29.596Z] 06495245505a: Preparing [2021-03-10T15:38:29.596Z] a9ab3a969c91: Preparing [2021-03-10T15:38:29.596Z] 826531ad9254: Preparing [2021-03-10T15:38:29.596Z] 05796798fc58: Preparing [2021-03-10T15:38:29.596Z] e5950922e1a9: Preparing [2021-03-10T15:38:29.596Z] 6792d7e33374: Preparing [2021-03-10T15:38:29.596Z] 0754057c0ad3: Preparing [2021-03-10T15:38:29.596Z] 998cdf262ab1: Preparing [2021-03-10T15:38:29.596Z] 02e56110abd2: Preparing [2021-03-10T15:38:29.596Z] abc36efb885a: Preparing [2021-03-10T15:38:29.596Z] b0b09059f4e1: Preparing [2021-03-10T15:38:29.596Z] bb961f40224b: Preparing [2021-03-10T15:38:29.596Z] f4666769fca7: Preparing [2021-03-10T15:38:29.596Z] 998cdf262ab1: Waiting [2021-03-10T15:38:29.596Z] 02e56110abd2: Waiting [2021-03-10T15:38:29.596Z] abc36efb885a: Waiting [2021-03-10T15:38:29.596Z] b0b09059f4e1: Waiting [2021-03-10T15:38:29.596Z] bb961f40224b: Waiting [2021-03-10T15:38:29.596Z] e5950922e1a9: Waiting [2021-03-10T15:38:29.596Z] 6792d7e33374: Waiting [2021-03-10T15:38:29.596Z] 0754057c0ad3: Waiting [2021-03-10T15:38:29.596Z] f4666769fca7: Waiting [2021-03-10T15:38:29.596Z] 555529e1442f: Layer already exists [2021-03-10T15:38:29.596Z] 06495245505a: Layer already exists [2021-03-10T15:38:29.596Z] 826531ad9254: Layer already exists [2021-03-10T15:38:29.596Z] 05796798fc58: Layer already exists [2021-03-10T15:38:29.596Z] a9ab3a969c91: Layer already exists [2021-03-10T15:38:29.596Z] e5950922e1a9: Layer already exists [2021-03-10T15:38:29.596Z] 6792d7e33374: Layer already exists [2021-03-10T15:38:29.596Z] 02e56110abd2: Layer already exists [2021-03-10T15:38:29.596Z] 0754057c0ad3: Layer already exists [2021-03-10T15:38:29.596Z] 998cdf262ab1: Layer already exists [2021-03-10T15:38:29.596Z] b0b09059f4e1: Layer already exists [2021-03-10T15:38:29.596Z] abc36efb885a: Layer already exists [2021-03-10T15:38:29.596Z] f4666769fca7: Layer already exists [2021-03-10T15:38:29.596Z] bb961f40224b: Layer already exists [2021-03-10T15:38:29.596Z] 2.0.0-dev.121: digest: sha256:00a604c6fcb00b7d9ecdaa62e3608d393b2e3286cca30010f44e3fb1c2dae8c1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:29.901Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:30.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:30.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-10T15:38:30.199Z] 555529e1442f: Preparing [2021-03-10T15:38:30.199Z] 06495245505a: Preparing [2021-03-10T15:38:30.199Z] a9ab3a969c91: Preparing [2021-03-10T15:38:30.199Z] 826531ad9254: Preparing [2021-03-10T15:38:30.199Z] 05796798fc58: Preparing [2021-03-10T15:38:30.199Z] e5950922e1a9: Preparing [2021-03-10T15:38:30.199Z] 6792d7e33374: Preparing [2021-03-10T15:38:30.199Z] 0754057c0ad3: Preparing [2021-03-10T15:38:30.199Z] 998cdf262ab1: Preparing [2021-03-10T15:38:30.199Z] 02e56110abd2: Preparing [2021-03-10T15:38:30.199Z] abc36efb885a: Preparing [2021-03-10T15:38:30.199Z] b0b09059f4e1: Preparing [2021-03-10T15:38:30.199Z] bb961f40224b: Preparing [2021-03-10T15:38:30.199Z] f4666769fca7: Preparing [2021-03-10T15:38:30.199Z] 998cdf262ab1: Waiting [2021-03-10T15:38:30.199Z] 02e56110abd2: Waiting [2021-03-10T15:38:30.199Z] abc36efb885a: Waiting [2021-03-10T15:38:30.199Z] b0b09059f4e1: Waiting [2021-03-10T15:38:30.199Z] bb961f40224b: Waiting [2021-03-10T15:38:30.199Z] f4666769fca7: Waiting [2021-03-10T15:38:30.199Z] e5950922e1a9: Waiting [2021-03-10T15:38:30.199Z] 6792d7e33374: Waiting [2021-03-10T15:38:30.199Z] 0754057c0ad3: Waiting [2021-03-10T15:38:30.199Z] 06495245505a: Layer already exists [2021-03-10T15:38:30.199Z] 05796798fc58: Layer already exists [2021-03-10T15:38:30.199Z] 826531ad9254: Layer already exists [2021-03-10T15:38:30.199Z] 555529e1442f: Layer already exists [2021-03-10T15:38:30.199Z] a9ab3a969c91: Layer already exists [2021-03-10T15:38:30.199Z] e5950922e1a9: Layer already exists [2021-03-10T15:38:30.199Z] 0754057c0ad3: Layer already exists [2021-03-10T15:38:30.199Z] 6792d7e33374: Layer already exists [2021-03-10T15:38:30.199Z] 02e56110abd2: Layer already exists [2021-03-10T15:38:30.199Z] 998cdf262ab1: Layer already exists [2021-03-10T15:38:30.199Z] b0b09059f4e1: Layer already exists [2021-03-10T15:38:30.199Z] abc36efb885a: Layer already exists [2021-03-10T15:38:30.199Z] f4666769fca7: Layer already exists [2021-03-10T15:38:30.199Z] bb961f40224b: Layer already exists [2021-03-10T15:38:30.199Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:00a604c6fcb00b7d9ecdaa62e3608d393b2e3286cca30010f44e3fb1c2dae8c1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:30.501Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:38:30.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-10T15:38:30.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-10T15:38:30.795Z] 555529e1442f: Preparing [2021-03-10T15:38:30.795Z] 06495245505a: Preparing [2021-03-10T15:38:30.795Z] a9ab3a969c91: Preparing [2021-03-10T15:38:30.795Z] 826531ad9254: Preparing [2021-03-10T15:38:30.795Z] 05796798fc58: Preparing [2021-03-10T15:38:30.795Z] e5950922e1a9: Preparing [2021-03-10T15:38:30.795Z] 6792d7e33374: Preparing [2021-03-10T15:38:30.795Z] 0754057c0ad3: Preparing [2021-03-10T15:38:30.795Z] 998cdf262ab1: Preparing [2021-03-10T15:38:30.795Z] 02e56110abd2: Preparing [2021-03-10T15:38:30.795Z] abc36efb885a: Preparing [2021-03-10T15:38:30.795Z] b0b09059f4e1: Preparing [2021-03-10T15:38:30.795Z] bb961f40224b: Preparing [2021-03-10T15:38:30.795Z] f4666769fca7: Preparing [2021-03-10T15:38:30.795Z] e5950922e1a9: Waiting [2021-03-10T15:38:30.795Z] 6792d7e33374: Waiting [2021-03-10T15:38:30.795Z] 0754057c0ad3: Waiting [2021-03-10T15:38:30.795Z] 998cdf262ab1: Waiting [2021-03-10T15:38:30.795Z] 02e56110abd2: Waiting [2021-03-10T15:38:30.795Z] abc36efb885a: Waiting [2021-03-10T15:38:30.796Z] b0b09059f4e1: Waiting [2021-03-10T15:38:30.796Z] bb961f40224b: Waiting [2021-03-10T15:38:30.796Z] f4666769fca7: Waiting [2021-03-10T15:38:30.796Z] 05796798fc58: Layer already exists [2021-03-10T15:38:30.796Z] 826531ad9254: Layer already exists [2021-03-10T15:38:30.796Z] 555529e1442f: Layer already exists [2021-03-10T15:38:30.796Z] 06495245505a: Layer already exists [2021-03-10T15:38:30.796Z] a9ab3a969c91: Layer already exists [2021-03-10T15:38:30.796Z] 6792d7e33374: Layer already exists [2021-03-10T15:38:30.796Z] 998cdf262ab1: Layer already exists [2021-03-10T15:38:30.796Z] 0754057c0ad3: Layer already exists [2021-03-10T15:38:30.796Z] 02e56110abd2: Layer already exists [2021-03-10T15:38:30.796Z] e5950922e1a9: Layer already exists [2021-03-10T15:38:30.796Z] abc36efb885a: Layer already exists [2021-03-10T15:38:30.796Z] b0b09059f4e1: Layer already exists [2021-03-10T15:38:30.796Z] f4666769fca7: Layer already exists [2021-03-10T15:38:30.796Z] bb961f40224b: Layer already exists [2021-03-10T15:38:30.796Z] master: digest: sha256:00a604c6fcb00b7d9ecdaa62e3608d393b2e3286cca30010f44e3fb1c2dae8c1 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-03-10T15:38:30.951Z] Removing intermediate container f26ed1225a58 [2021-03-10T15:38:30.951Z] ---> 4dd98ae88ba3 [2021-03-10T15:38:30.951Z] Step 6/26 : COPY go.mod . [2021-03-10T15:38:30.951Z] Removing intermediate container e2158e4f4cb9 [2021-03-10T15:38:30.951Z] ---> 60ec120ed89c [2021-03-10T15:38:30.951Z] Step 6/22 : COPY go.mod . [2021-03-10T15:38:30.951Z] Removing intermediate container c7c33351dd59 [2021-03-10T15:38:30.951Z] ---> a91558bc7951 [2021-03-10T15:38:30.951Z] Step 6/23 : COPY go.mod . [Pipeline] echo [2021-03-10T15:38:30.986Z] ===================================================== [Pipeline] echo [2021-03-10T15:38:31.036Z] taggedImages: [2021-03-10T15:38:31.036Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:38:31.036Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.121 [2021-03-10T15:38:31.036Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:38:31.036Z] - 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-10T15:38:31.957Z] ---> 77f553ef022c [2021-03-10T15:38:31.957Z] Step 7/26 : RUN go mod download [2021-03-10T15:38:32.238Z] ---> Running in 422dc605c418 [2021-03-10T15:38:32.523Z] ---> e463c3a70a37 [2021-03-10T15:38:32.523Z] Step 7/22 : RUN go mod download [2021-03-10T15:38:32.802Z] ---> 3367ef09b04d [2021-03-10T15:38:32.802Z] Step 7/23 : RUN go mod download [2021-03-10T15:38:33.081Z] ---> Running in e2693ef3f9c3 [2021-03-10T15:38:33.081Z] ---> Running in 4d7e1193c1d9 [2021-03-10T15:38:38.584Z] Removing intermediate container 422dc605c418 [2021-03-10T15:38:38.584Z] ---> d81d01d651a7 [2021-03-10T15:38:38.584Z] Step 8/26 : COPY . . [2021-03-10T15:38:38.584Z] Removing intermediate container e2693ef3f9c3 [2021-03-10T15:38:38.584Z] ---> f6472fe62e3d [2021-03-10T15:38:38.584Z] Step 8/22 : COPY . . [2021-03-10T15:38:38.584Z] Removing intermediate container 4d7e1193c1d9 [2021-03-10T15:38:38.584Z] ---> 8ffda309e2c1 [2021-03-10T15:38:38.584Z] Step 8/23 : COPY . . [2021-03-10T15:38:54.139Z] ---> 85d80f0e17d7 [2021-03-10T15:38:54.139Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T15:38:54.139Z] Removing intermediate container 1ccefd2401b3 [2021-03-10T15:38:54.139Z] ---> 6596ead75bfb [2021-03-10T15:38:54.139Z] [2021-03-10T15:38:54.139Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T15:38:54.139Z] ---> d10569e2745f [2021-03-10T15:38:54.139Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T15:38:54.140Z] ---> c6a9da7817af [2021-03-10T15:38:54.140Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T15:38:54.140Z] ---> 98b947ccb213 [2021-03-10T15:38:54.140Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T15:38:54.140Z] ---> Running in 77f4a54c621c [2021-03-10T15:38:54.140Z] ---> Running in 67758dd7854e [2021-03-10T15:38:54.140Z] ---> Running in e3c2178d7cfa [2021-03-10T15:38:54.140Z] ---> Running in e7e240b6fdac [2021-03-10T15:38:54.415Z] Removing intermediate container 77f4a54c621c [2021-03-10T15:38:54.415Z] ---> 4c5cb3cd19cc [2021-03-10T15:38:54.415Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T15:38:55.014Z] ---> Running in f4e47c7b03e6 [2021-03-10T15:38:55.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T15:38:56.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T15:38:56.222Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T15:38:56.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:38:56.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:38:57.385Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:38:57.385Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T15:38:57.385Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:38:57.385Z] OK: 5 MiB in 16 packages [2021-03-10T15:38:58.839Z] Removing intermediate container f4e47c7b03e6 [2021-03-10T15:38:58.839Z] ---> e266aa4c2d7f [2021-03-10T15:38:58.839Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T15:38:59.114Z] ---> Running in 0c00b7460d8e [2021-03-10T15:38:59.724Z] Removing intermediate container 0c00b7460d8e [2021-03-10T15:38:59.724Z] ---> 442ec2ef243c [2021-03-10T15:38:59.724Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T15:38:59.724Z] ---> Running in c170b842ce7a [2021-03-10T15:39:00.722Z] Removing intermediate container c170b842ce7a [2021-03-10T15:39:00.722Z] ---> 08a64d8d4c55 [2021-03-10T15:39:00.722Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T15:39:00.722Z] ---> Running in 6f5dc74ded4c [2021-03-10T15:39:04.145Z] Removing intermediate container 6f5dc74ded4c [2021-03-10T15:39:04.145Z] ---> d433379624b6 [2021-03-10T15:39:04.145Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T15:39:04.145Z] ---> Running in 8e46a7bb0ec0 [2021-03-10T15:39:05.153Z] Removing intermediate container 8e46a7bb0ec0 [2021-03-10T15:39:05.153Z] ---> 0f1f5334807b [2021-03-10T15:39:05.153Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T15:39:06.163Z] ---> eab4f2fc5d3d [2021-03-10T15:39:06.163Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T15:39:06.447Z] ---> Running in ef284e25c3bd [2021-03-10T15:39:09.894Z] Removing intermediate container ef284e25c3bd [2021-03-10T15:39:09.894Z] ---> 0c92a56070fd [2021-03-10T15:39:09.894Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:39:10.901Z] ---> 1289572fd4df [2021-03-10T15:39:10.901Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T15:39:12.912Z] ---> 4e558a010821 [2021-03-10T15:39:12.912Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T15:39:14.393Z] ---> 5baddc213f71 [2021-03-10T15:39:14.393Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T15:39:15.396Z] ---> ba9a7331b7a4 [2021-03-10T15:39:15.397Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T15:39:16.407Z] ---> e9f5cf849a85 [2021-03-10T15:39:16.407Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T15:39:17.032Z] ---> Running in d7fd027ae263 [2021-03-10T15:39:17.654Z] Removing intermediate container d7fd027ae263 [2021-03-10T15:39:17.654Z] ---> 2bdbbd048c86 [2021-03-10T15:39:17.654Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T15:39:19.127Z] ---> 05cb5366b42d [2021-03-10T15:39:19.128Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T15:39:19.758Z] ---> Running in e2453003f31e [2021-03-10T15:39:23.207Z] Removing intermediate container e2453003f31e [2021-03-10T15:39:23.207Z] ---> 223fb76497f9 [2021-03-10T15:39:23.207Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T15:39:23.814Z] ---> Running in d9668cbf8e2e [2021-03-10T15:39:24.812Z] Removing intermediate container d9668cbf8e2e [2021-03-10T15:39:24.812Z] ---> 2dab2038b76b [2021-03-10T15:39:24.812Z] Step 28/31 : CMD ["gate"] [2021-03-10T15:39:25.424Z] ---> Running in b3889fc40255 [2021-03-10T15:39:26.033Z] Removing intermediate container b3889fc40255 [2021-03-10T15:39:26.033Z] ---> 582009091901 [2021-03-10T15:39:26.033Z] Step 29/31 : LABEL arch=arm64 [2021-03-10T15:39:26.659Z] ---> Running in 1e164711319d [2021-03-10T15:39:27.268Z] Removing intermediate container 1e164711319d [2021-03-10T15:39:27.268Z] ---> 864ba281ba74 [2021-03-10T15:39:27.268Z] Step 30/31 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:39:27.547Z] ---> Running in 4d91dc0fab5d [2021-03-10T15:39:28.550Z] Removing intermediate container 4d91dc0fab5d [2021-03-10T15:39:28.550Z] ---> fdc65a24de87 [2021-03-10T15:39:28.550Z] Step 31/31 : LABEL version=2.0.0-dev.121 [2021-03-10T15:39:28.827Z] ---> Running in eec16c017f15 [2021-03-10T15:39:29.434Z] Removing intermediate container eec16c017f15 [2021-03-10T15:39:29.434Z] ---> e561b4df1790 [2021-03-10T15:39:29.434Z] [2021-03-10T15:39:30.049Z] Successfully built e561b4df1790 [2021-03-10T15:39:30.049Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-10T15:40:26.682Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 67758dd7854e [2021-03-10T15:40:26.682Z] ---> 11749357617d [2021-03-10T15:40:26.682Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T15:40:26.682Z] ---> Running in 31103b723616 [2021-03-10T15:40:26.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.121" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T15:40:29.374Z] Removing intermediate container 31103b723616 [2021-03-10T15:40:29.374Z] ---> 9ab75e854a42 [2021-03-10T15:40:29.374Z] [2021-03-10T15:40:29.374Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T15:40:29.374Z] 20.10.0: Pulling from library/docker [2021-03-10T15:40:33.708Z] Removing intermediate container e7e240b6fdac [2021-03-10T15:40:33.708Z] ---> c29a76fc1b42 [2021-03-10T15:40:33.708Z] [2021-03-10T15:40:33.708Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:40:33.708Z] ---> d10569e2745f [2021-03-10T15:40:33.708Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T15:40:34.688Z] ---> Running in abe5834f0cd9 [2021-03-10T15:40:36.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:40:36.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:40:36.996Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T15:40:37.269Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:40:37.269Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:40:37.269Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T15:40:37.545Z] OK: 6 MiB in 16 packages [2021-03-10T15:40:40.944Z] Removing intermediate container abe5834f0cd9 [2021-03-10T15:40:40.944Z] ---> 22db521bd2f3 [2021-03-10T15:40:40.944Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:40:40.944Z] ---> Running in 7f04fc7f7446 [2021-03-10T15:40:40.944Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T15:40:40.944Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T15:40:40.944Z] ---> eeaf43b92773 [2021-03-10T15:40:40.944Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T15:40:40.944Z] ---> Running in 718b3f32ddf6 [2021-03-10T15:40:41.220Z] Removing intermediate container 7f04fc7f7446 [2021-03-10T15:40:41.220Z] ---> 63f09053d008 [2021-03-10T15:40:41.220Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T15:40:41.496Z] ---> Running in 563aa1e3e8ee [2021-03-10T15:40:42.092Z] Removing intermediate container 563aa1e3e8ee [2021-03-10T15:40:42.092Z] ---> af7f522b8997 [2021-03-10T15:40:42.092Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:40:42.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:40:42.653Z] ---> Running in 3d3eb04f2eac [2021-03-10T15:40:42.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:40:43.259Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T15:40:43.259Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T15:40:43.259Z] Executing bash-5.0.17-r0.post-install [2021-03-10T15:40:43.259Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:40:43.259Z] Removing intermediate container 3d3eb04f2eac [2021-03-10T15:40:43.259Z] ---> b3aad015f793 [2021-03-10T15:40:43.259Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:40:43.259Z] OK: 12 MiB in 22 packages [2021-03-10T15:40:44.738Z] ---> d8525c543d46 [2021-03-10T15:40:44.738Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T15:40:45.112Z] Removing intermediate container e3c2178d7cfa [2021-03-10T15:40:45.112Z] ---> 79bce4e9df08 [2021-03-10T15:40:45.112Z] [2021-03-10T15:40:45.112Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:40:45.112Z] ---> d10569e2745f [2021-03-10T15:40:45.112Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T15:40:45.112Z] ---> Running in d30080d18660 [2021-03-10T15:40:45.399Z] Removing intermediate container 718b3f32ddf6 [2021-03-10T15:40:45.399Z] ---> 8ccbeee12611 [2021-03-10T15:40:45.399Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T15:40:46.025Z] ---> Running in 527a74eb64b3 [2021-03-10T15:40:46.313Z] Removing intermediate container d30080d18660 [2021-03-10T15:40:46.313Z] ---> b1394d706d67 [2021-03-10T15:40:46.313Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T15:40:46.313Z] ---> 6fa4de47d050 [2021-03-10T15:40:46.313Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T15:40:46.594Z] ---> Running in fcdaee2b6946 [2021-03-10T15:40:46.881Z] Removing intermediate container 527a74eb64b3 [2021-03-10T15:40:46.881Z] ---> e746f44ce9a4 [2021-03-10T15:40:46.881Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T15:40:46.881Z] ---> Running in f3a5cddb3c9d [2021-03-10T15:40:47.154Z] Removing intermediate container fcdaee2b6946 [2021-03-10T15:40:47.154Z] ---> 64e4a56f7d23 [2021-03-10T15:40:47.154Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T15:40:47.427Z] ---> 32297342b15f [2021-03-10T15:40:47.427Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T15:40:47.427Z] ---> Running in 9a9efd099b74 [2021-03-10T15:40:47.702Z] ---> Running in 67465f01d2f9 [2021-03-10T15:40:47.702Z] Removing intermediate container f3a5cddb3c9d [2021-03-10T15:40:47.702Z] ---> db89ee3d832d [2021-03-10T15:40:47.702Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T15:40:47.977Z] ---> Running in 9cd068ea1cdf [2021-03-10T15:40:47.977Z] Removing intermediate container 9a9efd099b74 [2021-03-10T15:40:47.977Z] ---> eea178e290f1 [2021-03-10T15:40:47.977Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:40:47.977Z] Removing intermediate container 67465f01d2f9 [2021-03-10T15:40:47.977Z] ---> a84786515464 [2021-03-10T15:40:47.977Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:40:48.253Z] ---> Running in 21414247bd62 [2021-03-10T15:40:48.253Z] ---> Running in 620bc974e4ee [2021-03-10T15:40:48.531Z] Removing intermediate container 9cd068ea1cdf [2021-03-10T15:40:48.531Z] ---> cec8a3c80264 [2021-03-10T15:40:48.531Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T15:40:48.819Z] Removing intermediate container 620bc974e4ee [2021-03-10T15:40:48.819Z] ---> c6d8d3a6548e [2021-03-10T15:40:48.819Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T15:40:49.096Z] ---> Running in a6f52aba55e5 [2021-03-10T15:40:49.702Z] ---> e3b2802432a1 [2021-03-10T15:40:49.702Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T15:40:49.977Z] Removing intermediate container a6f52aba55e5 [2021-03-10T15:40:49.977Z] ---> 153b61219edf [2021-03-10T15:40:49.977Z] Step 21/22 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:40:49.977Z] ---> Running in 2dcf55af1538 [2021-03-10T15:40:50.601Z] Removing intermediate container 2dcf55af1538 [2021-03-10T15:40:50.601Z] ---> ff0e6ccbbae2 [2021-03-10T15:40:50.601Z] Step 22/22 : LABEL version=2.0.0-dev.121 [2021-03-10T15:40:50.601Z] ---> e09a9e8a691b [2021-03-10T15:40:50.601Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T15:40:50.879Z] ---> Running in 08d479005eeb [2021-03-10T15:40:50.879Z] Removing intermediate container 21414247bd62 [2021-03-10T15:40:50.879Z] ---> eb9373d35da9 [2021-03-10T15:40:50.879Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T15:40:51.158Z] ---> Running in 44396ce67760 [2021-03-10T15:40:51.435Z] Removing intermediate container 08d479005eeb [2021-03-10T15:40:51.435Z] ---> 9e1d2bdd2452 [2021-03-10T15:40:51.435Z] [2021-03-10T15:40:51.710Z] ---> 3616c1a4abc0 [2021-03-10T15:40:51.710Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T15:40:51.988Z] Successfully built 9e1d2bdd2452 [2021-03-10T15:40:51.988Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-10T15:40:51.988Z]  Building docker-support-notifications-go ... done  ---> Running in f19a4b48dd1d [2021-03-10T15:40:52.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:40:53.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:40:53.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:40:53.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:40:54.491Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T15:40:54.491Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T15:40:54.491Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T15:40:54.491Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T15:40:54.491Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T15:40:54.491Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T15:40:54.491Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T15:40:54.491Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T15:40:54.491Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T15:40:54.491Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T15:40:54.768Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T15:40:55.048Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T15:40:55.327Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T15:40:55.327Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:40:55.327Z] OK: 8 MiB in 20 packages [2021-03-10T15:40:56.791Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T15:40:56.791Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T15:40:56.791Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T15:40:56.791Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T15:40:56.791Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T15:40:56.791Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T15:40:56.791Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T15:40:57.070Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T15:40:57.070Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T15:40:57.070Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T15:40:57.070Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T15:40:57.070Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T15:40:57.070Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T15:40:57.070Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T15:40:57.070Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T15:40:57.070Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T15:40:57.347Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T15:40:57.348Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T15:40:57.348Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T15:40:57.348Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T15:40:57.348Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T15:40:57.348Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T15:40:57.348Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T15:40:57.348Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T15:40:57.348Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T15:40:57.348Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T15:40:57.621Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:40:57.621Z] OK: 71 MiB in 55 packages [2021-03-10T15:40:57.899Z] Removing intermediate container 44396ce67760 [2021-03-10T15:40:57.899Z] ---> 71d304fb8666 [2021-03-10T15:40:57.899Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:40:58.502Z] ---> 144d580e9ad9 [2021-03-10T15:40:58.502Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T15:41:00.489Z] ---> b40016d24968 [2021-03-10T15:41:00.489Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T15:41:01.477Z] ---> ae93d4fc26a9 [2021-03-10T15:41:01.477Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T15:41:01.766Z] ---> Running in d626418636e9 [2021-03-10T15:41:02.398Z] Removing intermediate container d626418636e9 [2021-03-10T15:41:02.398Z] ---> e7eef848c146 [2021-03-10T15:41:02.398Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:41:02.688Z] ---> Running in 89f7d3da5075 [2021-03-10T15:41:03.290Z] Removing intermediate container 89f7d3da5075 [2021-03-10T15:41:03.290Z] ---> b5846f585174 [2021-03-10T15:41:03.290Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T15:41:03.571Z] ---> Running in e6536d152335 [2021-03-10T15:41:03.571Z] Removing intermediate container f19a4b48dd1d [2021-03-10T15:41:03.571Z] ---> b3da9ada5eb3 [2021-03-10T15:41:03.571Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T15:41:03.852Z] ---> Running in 3df94c780484 [2021-03-10T15:41:04.135Z] Removing intermediate container e6536d152335 [2021-03-10T15:41:04.135Z] ---> 1666973bc35b [2021-03-10T15:41:04.135Z] Step 22/23 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:41:04.425Z] ---> Running in e0d5edf2af5c [2021-03-10T15:41:05.038Z] Removing intermediate container e0d5edf2af5c [2021-03-10T15:41:05.038Z] ---> df8b364759c7 [2021-03-10T15:41:05.038Z] Step 23/23 : LABEL version=2.0.0-dev.121 [2021-03-10T15:41:05.038Z] ---> Running in acd9cf146dcb [2021-03-10T15:41:05.643Z] Removing intermediate container acd9cf146dcb [2021-03-10T15:41:05.643Z] ---> 69d060fbc249 [2021-03-10T15:41:05.643Z] [2021-03-10T15:41:06.247Z] Successfully built 69d060fbc249 [2021-03-10T15:41:06.247Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-10T15:41:12.691Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-10T15:41:12.691Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T15:41:12.962Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T15:41:12.962Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T15:41:16.348Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T15:41:16.348Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T15:41:16.624Z] 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-10T15:41:18.628Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T15:41:18.628Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T15:41:19.610Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T15:41:19.610Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T15:41:19.882Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T15:41:19.882Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T15:41:24.191Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T15:41:24.191Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T15:41:26.169Z] Collecting PyYAML<4,>=3.10 [2021-03-10T15:41:26.169Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T15:41:31.558Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T15:41:31.835Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T15:41:32.430Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T15:41:32.430Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T15:41:35.816Z] 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-10T15:41:35.816Z] 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-10T15:41:35.816Z] Collecting idna<2.8,>=2.5 [2021-03-10T15:41:35.816Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T15:41:36.810Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T15:41:36.810Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T15:41:37.404Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T15:41:37.404Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T15:41:37.676Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T15:41:37.676Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T15:41:37.676Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T15:41:37.676Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T15:41:39.103Z] Installing collected packages: texttable, jsonschema, idna, urllib3, requests, cached-property, docopt, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, docker-compose [2021-03-10T15:41:39.103Z] Running setup.py install for texttable: started [2021-03-10T15:41:42.499Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T15:41:42.772Z] Attempting uninstall: idna [2021-03-10T15:41:42.772Z] Found existing installation: idna 2.9 [2021-03-10T15:41:42.772Z] Uninstalling idna-2.9: [2021-03-10T15:41:43.046Z] Successfully uninstalled idna-2.9 [2021-03-10T15:41:44.031Z] Attempting uninstall: urllib3 [2021-03-10T15:41:44.031Z] Found existing installation: urllib3 1.25.9 [2021-03-10T15:41:44.031Z] Uninstalling urllib3-1.25.9: [2021-03-10T15:41:44.303Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T15:41:45.284Z] Attempting uninstall: requests [2021-03-10T15:41:45.284Z] Found existing installation: requests 2.23.0 [2021-03-10T15:41:45.284Z] Uninstalling requests-2.23.0: [2021-03-10T15:41:45.284Z] Successfully uninstalled requests-2.23.0 [2021-03-10T15:41:46.267Z] Running setup.py install for docopt: started [2021-03-10T15:41:49.663Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T15:41:51.127Z] Running setup.py install for PyYAML: started [2021-03-10T15:41:54.527Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T15:41:54.527Z] Running setup.py install for dockerpty: started [2021-03-10T15:41:58.000Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T15:41:58.984Z] 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-10T15:42:04.374Z] Removing intermediate container 3df94c780484 [2021-03-10T15:42:04.374Z] ---> d11899b6296a [2021-03-10T15:42:04.374Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T15:42:04.374Z] ---> Running in d3e191703e48 [2021-03-10T15:42:04.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:42:05.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:42:05.843Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:42:05.843Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T15:42:06.114Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T15:42:06.114Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:42:06.114Z] OK: 71 MiB in 58 packages [2021-03-10T15:42:07.552Z] Removing intermediate container d3e191703e48 [2021-03-10T15:42:07.552Z] ---> d2ec0c1806ec [2021-03-10T15:42:07.552Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T15:42:07.552Z] ---> Running in 45ff2fb88a59 [2021-03-10T15:42:08.148Z] Removing intermediate container 45ff2fb88a59 [2021-03-10T15:42:08.148Z] ---> 043ed234b246 [2021-03-10T15:42:08.148Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:42:08.148Z] ---> Running in 3e8dd2411647 [2021-03-10T15:42:08.746Z] Removing intermediate container 3e8dd2411647 [2021-03-10T15:42:08.746Z] ---> a2838274f457 [2021-03-10T15:42:08.746Z] Step 24/26 : LABEL arch=arm64 [2021-03-10T15:42:09.019Z] ---> Running in c06894052f97 [2021-03-10T15:42:09.617Z] Removing intermediate container c06894052f97 [2021-03-10T15:42:09.617Z] ---> 72e3bbc6655c [2021-03-10T15:42:09.617Z] Step 25/26 : LABEL git_sha=fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:09.617Z] ---> Running in 07917dfd018a [2021-03-10T15:42:10.212Z] Removing intermediate container 07917dfd018a [2021-03-10T15:42:10.212Z] ---> a67c1f7113b6 [2021-03-10T15:42:10.212Z] Step 26/26 : LABEL version=2.0.0-dev.121 [2021-03-10T15:42:10.487Z] ---> Running in 707bfbf35d67 [2021-03-10T15:42:11.085Z] Removing intermediate container 707bfbf35d67 [2021-03-10T15:42:11.085Z] ---> a0e0fd889545 [2021-03-10T15:42:11.085Z] [2021-03-10T15:42:11.365Z] Successfully built a0e0fd889545 [2021-03-10T15:42:11.365Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-10T15:42:12.004Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T15:42:12.006Z] $ docker stop --time=1 54f129a4e70eb689416beb4c7c471b4d37671aea07018ebe3313006f3c646fa4 [2021-03-10T15:42:14.114Z] $ docker rm -f 54f129a4e70eb689416beb4c7c471b4d37671aea07018ebe3313006f3c646fa4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T15:42:14.868Z] + docker images [2021-03-10T15:42:14.868Z] + grep docker [2021-03-10T15:42:15.140Z] docker-sys-mgmt-agent-go-arm64 latest a0e0fd889545 5 seconds ago 300MB [2021-03-10T15:42:15.140Z] docker-core-data-go-arm64 latest 69d060fbc249 About a minute ago 21.3MB [2021-03-10T15:42:15.140Z] docker-support-notifications-go-arm64 latest 9e1d2bdd2452 About a minute ago 16.9MB [2021-03-10T15:42:15.140Z] docker-security-bootstrapper-go-arm64 latest e561b4df1790 2 minutes ago 17.8MB [2021-03-10T15:42:15.140Z] docker-core-metadata-go-arm64 latest 1447585d26ad 4 minutes ago 17.9MB [2021-03-10T15:42:15.140Z] docker-support-scheduler-go-arm64 latest dd9a6b896543 4 minutes ago 16.3MB [2021-03-10T15:42:15.140Z] docker-core-command-go-arm64 latest 75f4e6007834 4 minutes ago 16.2MB [2021-03-10T15:42:15.140Z] docker-security-secretstore-setup-go-arm64 latest 4eaca982f8e0 4 minutes ago 23.7MB [2021-03-10T15:42:15.140Z] docker-security-proxy-setup-go-arm64 latest 44944fb41069 4 minutes ago 23.4MB [2021-03-10T15:42:15.140Z] docker 20.10.0 eeaf43b92773 2 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-10T15:42:15.624Z] provisioning config files... [2021-03-10T15:42:15.661Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/388@tmp/config7785168433576167880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:42:16.049Z] ---> docker-login.sh [2021-03-10T15:42:16.049Z] nexus3.edgexfoundry.org:10001 [2021-03-10T15:42:16.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:42:16.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:42:16.328Z] Configure a credential helper to remove this warning. See [2021-03-10T15:42:16.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:42:16.328Z] [2021-03-10T15:42:16.328Z] Login Succeeded [2021-03-10T15:42:16.600Z] nexus3.edgexfoundry.org:10002 [2021-03-10T15:42:16.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:42:17.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:42:17.143Z] Configure a credential helper to remove this warning. See [2021-03-10T15:42:17.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:42:17.143Z] [2021-03-10T15:42:17.143Z] Login Succeeded [2021-03-10T15:42:17.143Z] nexus3.edgexfoundry.org:10003 [2021-03-10T15:42:17.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:42:17.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:42:17.685Z] Configure a credential helper to remove this warning. See [2021-03-10T15:42:17.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:42:17.685Z] [2021-03-10T15:42:17.685Z] Login Succeeded [2021-03-10T15:42:17.685Z] nexus3.edgexfoundry.org:10004 [2021-03-10T15:42:17.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:42:18.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:42:18.232Z] Configure a credential helper to remove this warning. See [2021-03-10T15:42:18.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:42:18.232Z] [2021-03-10T15:42:18.232Z] Login Succeeded [2021-03-10T15:42:18.232Z] docker.io [2021-03-10T15:42:18.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T15:42:19.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T15:42:19.100Z] Configure a credential helper to remove this warning. See [2021-03-10T15:42:19.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T15:42:19.100Z] [2021-03-10T15:42:19.100Z] Login Succeeded [2021-03-10T15:42:19.100Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T15:42:19.121Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:42:19.393Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-10T15:42:19.394Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:19.394Z] 2.0.0-dev.121 [2021-03-10T15:42:19.394Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:19.394Z] master [2021-03-10T15:42:19.394Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:19.941Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:20.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:20.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-10T15:42:20.287Z] f53180fc69f2: Preparing [2021-03-10T15:42:20.287Z] c50a6c334bb7: Preparing [2021-03-10T15:42:20.287Z] 8468ddae4db6: Preparing [2021-03-10T15:42:20.287Z] f6e212656478: Preparing [2021-03-10T15:42:20.287Z] 02a88cfff88f: Preparing [2021-03-10T15:42:20.571Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:20.571Z] f53180fc69f2: Pushed [2021-03-10T15:42:20.848Z] 8468ddae4db6: Pushed [2021-03-10T15:42:20.848Z] f6e212656478: Pushed [2021-03-10T15:42:23.446Z] c50a6c334bb7: Pushed [2021-03-10T15:42:23.715Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:35ced7f99f870c0c5e1a7a76d41fb00d86c448a88b773c7cd7c4a33d37822ef4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:24.073Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:24.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.121 [2021-03-10T15:42:24.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-10T15:42:24.415Z] f53180fc69f2: Preparing [2021-03-10T15:42:24.415Z] c50a6c334bb7: Preparing [2021-03-10T15:42:24.415Z] 8468ddae4db6: Preparing [2021-03-10T15:42:24.415Z] f6e212656478: Preparing [2021-03-10T15:42:24.415Z] 02a88cfff88f: Preparing [2021-03-10T15:42:24.689Z] f53180fc69f2: Layer already exists [2021-03-10T15:42:24.689Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:24.689Z] c50a6c334bb7: Layer already exists [2021-03-10T15:42:24.689Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:24.689Z] f6e212656478: Layer already exists [2021-03-10T15:42:24.689Z] 2.0.0-dev.121: digest: sha256:35ced7f99f870c0c5e1a7a76d41fb00d86c448a88b773c7cd7c4a33d37822ef4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:25.037Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:25.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:25.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-10T15:42:25.375Z] f53180fc69f2: Preparing [2021-03-10T15:42:25.375Z] c50a6c334bb7: Preparing [2021-03-10T15:42:25.375Z] 8468ddae4db6: Preparing [2021-03-10T15:42:25.375Z] f6e212656478: Preparing [2021-03-10T15:42:25.375Z] 02a88cfff88f: Preparing [2021-03-10T15:42:25.375Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:25.375Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:25.375Z] f6e212656478: Layer already exists [2021-03-10T15:42:25.375Z] f53180fc69f2: Layer already exists [2021-03-10T15:42:25.375Z] c50a6c334bb7: Layer already exists [2021-03-10T15:42:25.647Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:35ced7f99f870c0c5e1a7a76d41fb00d86c448a88b773c7cd7c4a33d37822ef4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:25.994Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:26.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-10T15:42:26.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-10T15:42:26.332Z] f53180fc69f2: Preparing [2021-03-10T15:42:26.332Z] c50a6c334bb7: Preparing [2021-03-10T15:42:26.332Z] 8468ddae4db6: Preparing [2021-03-10T15:42:26.332Z] f6e212656478: Preparing [2021-03-10T15:42:26.332Z] 02a88cfff88f: Preparing [2021-03-10T15:42:26.332Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:26.332Z] f53180fc69f2: Layer already exists [2021-03-10T15:42:26.332Z] c50a6c334bb7: Layer already exists [2021-03-10T15:42:26.332Z] f6e212656478: Layer already exists [2021-03-10T15:42:26.332Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:26.606Z] master: digest: sha256:35ced7f99f870c0c5e1a7a76d41fb00d86c448a88b773c7cd7c4a33d37822ef4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:42:26.800Z] ===================================================== [Pipeline] echo [2021-03-10T15:42:26.908Z] taggedImages: [2021-03-10T15:42:26.909Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:26.909Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.121 [2021-03-10T15:42:26.909Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:26.909Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-10T15:42:26.973Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-10T15:42:26.973Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:26.973Z] 2.0.0-dev.121 [2021-03-10T15:42:26.973Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:26.973Z] master [2021-03-10T15:42:26.973Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:27.468Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:27.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:27.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-10T15:42:27.805Z] f4d5dc190a3c: Preparing [2021-03-10T15:42:27.806Z] 794bc143d484: Preparing [2021-03-10T15:42:27.806Z] 8468ddae4db6: Preparing [2021-03-10T15:42:27.806Z] 659021b8318a: Preparing [2021-03-10T15:42:27.806Z] ea226996c93c: Preparing [2021-03-10T15:42:27.806Z] 02a88cfff88f: Preparing [2021-03-10T15:42:27.806Z] 02a88cfff88f: Waiting [2021-03-10T15:42:28.080Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:28.080Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:28.080Z] f4d5dc190a3c: Pushed [2021-03-10T15:42:28.080Z] ea226996c93c: Pushed [2021-03-10T15:42:29.053Z] 659021b8318a: Pushed [2021-03-10T15:42:31.663Z] 794bc143d484: Pushed [2021-03-10T15:42:31.663Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:a13fdaca1d5654fb083a51689fd27225c50c7e3b550ca5a59d6682ce3782744c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:32.008Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:32.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.121 [2021-03-10T15:42:32.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-10T15:42:32.358Z] f4d5dc190a3c: Preparing [2021-03-10T15:42:32.358Z] 794bc143d484: Preparing [2021-03-10T15:42:32.358Z] 8468ddae4db6: Preparing [2021-03-10T15:42:32.358Z] 659021b8318a: Preparing [2021-03-10T15:42:32.358Z] ea226996c93c: Preparing [2021-03-10T15:42:32.358Z] 02a88cfff88f: Preparing [2021-03-10T15:42:32.358Z] 02a88cfff88f: Waiting [2021-03-10T15:42:32.358Z] 659021b8318a: Layer already exists [2021-03-10T15:42:32.358Z] 794bc143d484: Layer already exists [2021-03-10T15:42:32.358Z] ea226996c93c: Layer already exists [2021-03-10T15:42:32.358Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:32.358Z] f4d5dc190a3c: Layer already exists [2021-03-10T15:42:32.627Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:32.627Z] 2.0.0-dev.121: digest: sha256:a13fdaca1d5654fb083a51689fd27225c50c7e3b550ca5a59d6682ce3782744c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:33.038Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:33.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:33.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-10T15:42:33.446Z] f4d5dc190a3c: Preparing [2021-03-10T15:42:33.446Z] 794bc143d484: Preparing [2021-03-10T15:42:33.446Z] 8468ddae4db6: Preparing [2021-03-10T15:42:33.446Z] 659021b8318a: Preparing [2021-03-10T15:42:33.446Z] ea226996c93c: Preparing [2021-03-10T15:42:33.446Z] 02a88cfff88f: Preparing [2021-03-10T15:42:33.446Z] 02a88cfff88f: Waiting [2021-03-10T15:42:33.446Z] f4d5dc190a3c: Layer already exists [2021-03-10T15:42:33.446Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:33.446Z] 659021b8318a: Layer already exists [2021-03-10T15:42:33.446Z] 794bc143d484: Layer already exists [2021-03-10T15:42:33.446Z] ea226996c93c: Layer already exists [2021-03-10T15:42:33.719Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:33.719Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:a13fdaca1d5654fb083a51689fd27225c50c7e3b550ca5a59d6682ce3782744c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:34.076Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:34.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-10T15:42:34.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-10T15:42:34.423Z] f4d5dc190a3c: Preparing [2021-03-10T15:42:34.423Z] 794bc143d484: Preparing [2021-03-10T15:42:34.423Z] 8468ddae4db6: Preparing [2021-03-10T15:42:34.423Z] 659021b8318a: Preparing [2021-03-10T15:42:34.423Z] ea226996c93c: Preparing [2021-03-10T15:42:34.423Z] 02a88cfff88f: Preparing [2021-03-10T15:42:34.423Z] 02a88cfff88f: Waiting [2021-03-10T15:42:34.423Z] ea226996c93c: Layer already exists [2021-03-10T15:42:34.423Z] f4d5dc190a3c: Layer already exists [2021-03-10T15:42:34.423Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:34.423Z] 794bc143d484: Layer already exists [2021-03-10T15:42:34.423Z] 659021b8318a: Layer already exists [2021-03-10T15:42:34.693Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:34.693Z] master: digest: sha256:a13fdaca1d5654fb083a51689fd27225c50c7e3b550ca5a59d6682ce3782744c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:42:34.883Z] ===================================================== [Pipeline] echo [2021-03-10T15:42:34.927Z] taggedImages: [2021-03-10T15:42:34.928Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:34.928Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.121 [2021-03-10T15:42:34.928Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:34.928Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-10T15:42:34.992Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-10T15:42:34.992Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:34.992Z] 2.0.0-dev.121 [2021-03-10T15:42:34.992Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:34.992Z] master [2021-03-10T15:42:34.992Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:35.500Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:35.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:35.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-10T15:42:35.882Z] 9fd23190c17f: Preparing [2021-03-10T15:42:35.882Z] 3fbcb86627a1: Preparing [2021-03-10T15:42:35.882Z] 8468ddae4db6: Preparing [2021-03-10T15:42:35.882Z] 99d325c3a9bc: Preparing [2021-03-10T15:42:35.882Z] 02a88cfff88f: Preparing [2021-03-10T15:42:36.152Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:36.152Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:36.152Z] 9fd23190c17f: Pushed [2021-03-10T15:42:36.152Z] 99d325c3a9bc: Pushed [2021-03-10T15:42:39.522Z] 3fbcb86627a1: Pushed [2021-03-10T15:42:39.522Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:c558e9e22fd26c994d2ee6f82953ca8d24796cb72cf872437f5be991af45395a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:39.868Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:40.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.121 [2021-03-10T15:42:40.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-10T15:42:40.210Z] 9fd23190c17f: Preparing [2021-03-10T15:42:40.210Z] 3fbcb86627a1: Preparing [2021-03-10T15:42:40.210Z] 8468ddae4db6: Preparing [2021-03-10T15:42:40.210Z] 99d325c3a9bc: Preparing [2021-03-10T15:42:40.210Z] 02a88cfff88f: Preparing [2021-03-10T15:42:40.210Z] 9fd23190c17f: Layer already exists [2021-03-10T15:42:40.210Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:40.210Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:40.210Z] 99d325c3a9bc: Layer already exists [2021-03-10T15:42:40.210Z] 3fbcb86627a1: Layer already exists [2021-03-10T15:42:40.483Z] 2.0.0-dev.121: digest: sha256:c558e9e22fd26c994d2ee6f82953ca8d24796cb72cf872437f5be991af45395a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:40.831Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:41.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:41.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-10T15:42:41.171Z] 9fd23190c17f: Preparing [2021-03-10T15:42:41.171Z] 3fbcb86627a1: Preparing [2021-03-10T15:42:41.171Z] 8468ddae4db6: Preparing [2021-03-10T15:42:41.171Z] 99d325c3a9bc: Preparing [2021-03-10T15:42:41.171Z] 02a88cfff88f: Preparing [2021-03-10T15:42:41.443Z] 3fbcb86627a1: Layer already exists [2021-03-10T15:42:41.443Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:41.443Z] 99d325c3a9bc: Layer already exists [2021-03-10T15:42:41.443Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:41.443Z] 9fd23190c17f: Layer already exists [2021-03-10T15:42:41.443Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:c558e9e22fd26c994d2ee6f82953ca8d24796cb72cf872437f5be991af45395a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:41.808Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:42.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-10T15:42:42.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-10T15:42:42.156Z] 9fd23190c17f: Preparing [2021-03-10T15:42:42.156Z] 3fbcb86627a1: Preparing [2021-03-10T15:42:42.156Z] 8468ddae4db6: Preparing [2021-03-10T15:42:42.156Z] 99d325c3a9bc: Preparing [2021-03-10T15:42:42.156Z] 02a88cfff88f: Preparing [2021-03-10T15:42:42.429Z] 3fbcb86627a1: Layer already exists [2021-03-10T15:42:42.429Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:42.429Z] 99d325c3a9bc: Layer already exists [2021-03-10T15:42:42.429Z] 9fd23190c17f: Layer already exists [2021-03-10T15:42:42.429Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:42.429Z] master: digest: sha256:c558e9e22fd26c994d2ee6f82953ca8d24796cb72cf872437f5be991af45395a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:42:42.612Z] ===================================================== [Pipeline] echo [2021-03-10T15:42:42.654Z] taggedImages: [2021-03-10T15:42:42.654Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:42.654Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.121 [2021-03-10T15:42:42.654Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:42.654Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-10T15:42:42.713Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-10T15:42:42.713Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:42.713Z] 2.0.0-dev.121 [2021-03-10T15:42:42.713Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:42.713Z] master [2021-03-10T15:42:42.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:43.230Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:43.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:43.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-10T15:42:43.846Z] a92a5dcd9cb8: Preparing [2021-03-10T15:42:43.846Z] a92a5dcd9cb8: Preparing [2021-03-10T15:42:43.846Z] 5a7b2d1b09ee: Preparing [2021-03-10T15:42:43.846Z] 0ff84a98cdbb: Preparing [2021-03-10T15:42:43.846Z] 7f175db0ea96: Preparing [2021-03-10T15:42:43.846Z] 81898a319301: Preparing [2021-03-10T15:42:43.846Z] 8468ddae4db6: Preparing [2021-03-10T15:42:43.846Z] c33f73353052: Preparing [2021-03-10T15:42:43.846Z] c33f73353052: Preparing [2021-03-10T15:42:43.846Z] c5175c16e094: Preparing [2021-03-10T15:42:43.846Z] 5f5fef65332f: Preparing [2021-03-10T15:42:43.846Z] 02a88cfff88f: Preparing [2021-03-10T15:42:43.846Z] c33f73353052: Waiting [2021-03-10T15:42:43.846Z] c5175c16e094: Waiting [2021-03-10T15:42:43.846Z] 5f5fef65332f: Waiting [2021-03-10T15:42:43.846Z] 02a88cfff88f: Waiting [2021-03-10T15:42:43.846Z] 8468ddae4db6: Waiting [2021-03-10T15:42:44.122Z] 0ff84a98cdbb: Pushed [2021-03-10T15:42:44.122Z] 5a7b2d1b09ee: Pushed [2021-03-10T15:42:44.395Z] a92a5dcd9cb8: Pushed [2021-03-10T15:42:44.395Z] 7f175db0ea96: Pushed [2021-03-10T15:42:44.395Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:44.395Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:44.395Z] c33f73353052: Pushed [2021-03-10T15:42:44.395Z] c5175c16e094: Pushed [2021-03-10T15:42:44.669Z] 5f5fef65332f: Pushed [2021-03-10T15:42:47.289Z] 81898a319301: Pushed [2021-03-10T15:42:47.562Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:b66ce728147d9e18dfe8999c4d42eb8f8b6d5b3d1a18093e79cb0d402ef2c3c5 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:47.921Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:48.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.121 [2021-03-10T15:42:48.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-10T15:42:48.266Z] a92a5dcd9cb8: Preparing [2021-03-10T15:42:48.266Z] a92a5dcd9cb8: Preparing [2021-03-10T15:42:48.266Z] 5a7b2d1b09ee: Preparing [2021-03-10T15:42:48.266Z] 0ff84a98cdbb: Preparing [2021-03-10T15:42:48.266Z] 7f175db0ea96: Preparing [2021-03-10T15:42:48.266Z] 81898a319301: Preparing [2021-03-10T15:42:48.266Z] 8468ddae4db6: Preparing [2021-03-10T15:42:48.266Z] c33f73353052: Preparing [2021-03-10T15:42:48.266Z] c33f73353052: Preparing [2021-03-10T15:42:48.266Z] c5175c16e094: Preparing [2021-03-10T15:42:48.266Z] 5f5fef65332f: Preparing [2021-03-10T15:42:48.266Z] 02a88cfff88f: Preparing [2021-03-10T15:42:48.266Z] c5175c16e094: Waiting [2021-03-10T15:42:48.266Z] 5f5fef65332f: Waiting [2021-03-10T15:42:48.266Z] 02a88cfff88f: Waiting [2021-03-10T15:42:48.266Z] c33f73353052: Waiting [2021-03-10T15:42:48.266Z] 8468ddae4db6: Waiting [2021-03-10T15:42:48.542Z] 81898a319301: Layer already exists [2021-03-10T15:42:48.542Z] a92a5dcd9cb8: Layer already exists [2021-03-10T15:42:48.542Z] 5a7b2d1b09ee: Layer already exists [2021-03-10T15:42:48.542Z] 7f175db0ea96: Layer already exists [2021-03-10T15:42:48.542Z] 0ff84a98cdbb: Layer already exists [2021-03-10T15:42:48.542Z] c5175c16e094: Layer already exists [2021-03-10T15:42:48.542Z] c33f73353052: Layer already exists [2021-03-10T15:42:48.542Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:48.542Z] 5f5fef65332f: Layer already exists [2021-03-10T15:42:48.542Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:48.542Z] 2.0.0-dev.121: digest: sha256:b66ce728147d9e18dfe8999c4d42eb8f8b6d5b3d1a18093e79cb0d402ef2c3c5 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:48.907Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:49.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:49.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-10T15:42:49.284Z] a92a5dcd9cb8: Preparing [2021-03-10T15:42:49.284Z] a92a5dcd9cb8: Preparing [2021-03-10T15:42:49.284Z] 5a7b2d1b09ee: Preparing [2021-03-10T15:42:49.284Z] 0ff84a98cdbb: Preparing [2021-03-10T15:42:49.284Z] 7f175db0ea96: Preparing [2021-03-10T15:42:49.284Z] 81898a319301: Preparing [2021-03-10T15:42:49.284Z] 8468ddae4db6: Preparing [2021-03-10T15:42:49.284Z] c33f73353052: Preparing [2021-03-10T15:42:49.284Z] c33f73353052: Preparing [2021-03-10T15:42:49.284Z] c5175c16e094: Preparing [2021-03-10T15:42:49.284Z] 5f5fef65332f: Preparing [2021-03-10T15:42:49.284Z] 02a88cfff88f: Preparing [2021-03-10T15:42:49.284Z] 8468ddae4db6: Waiting [2021-03-10T15:42:49.284Z] c33f73353052: Waiting [2021-03-10T15:42:49.284Z] 5f5fef65332f: Waiting [2021-03-10T15:42:49.284Z] 02a88cfff88f: Waiting [2021-03-10T15:42:49.284Z] c5175c16e094: Waiting [2021-03-10T15:42:49.559Z] 81898a319301: Layer already exists [2021-03-10T15:42:49.559Z] a92a5dcd9cb8: Layer already exists [2021-03-10T15:42:49.559Z] 5a7b2d1b09ee: Layer already exists [2021-03-10T15:42:49.559Z] 0ff84a98cdbb: Layer already exists [2021-03-10T15:42:49.559Z] 7f175db0ea96: Layer already exists [2021-03-10T15:42:49.559Z] c5175c16e094: Layer already exists [2021-03-10T15:42:49.559Z] 5f5fef65332f: Layer already exists [2021-03-10T15:42:49.559Z] c33f73353052: Layer already exists [2021-03-10T15:42:49.559Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:49.559Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:49.559Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:b66ce728147d9e18dfe8999c4d42eb8f8b6d5b3d1a18093e79cb0d402ef2c3c5 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:49.938Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:50.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-10T15:42:50.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-10T15:42:50.284Z] a92a5dcd9cb8: Preparing [2021-03-10T15:42:50.284Z] a92a5dcd9cb8: Preparing [2021-03-10T15:42:50.284Z] 5a7b2d1b09ee: Preparing [2021-03-10T15:42:50.284Z] 0ff84a98cdbb: Preparing [2021-03-10T15:42:50.284Z] 7f175db0ea96: Preparing [2021-03-10T15:42:50.284Z] 81898a319301: Preparing [2021-03-10T15:42:50.284Z] 8468ddae4db6: Preparing [2021-03-10T15:42:50.284Z] c33f73353052: Preparing [2021-03-10T15:42:50.284Z] c33f73353052: Preparing [2021-03-10T15:42:50.284Z] c5175c16e094: Preparing [2021-03-10T15:42:50.284Z] 5f5fef65332f: Preparing [2021-03-10T15:42:50.284Z] 02a88cfff88f: Preparing [2021-03-10T15:42:50.284Z] c5175c16e094: Waiting [2021-03-10T15:42:50.284Z] 8468ddae4db6: Waiting [2021-03-10T15:42:50.284Z] 02a88cfff88f: Waiting [2021-03-10T15:42:50.284Z] 5f5fef65332f: Waiting [2021-03-10T15:42:50.284Z] c33f73353052: Waiting [2021-03-10T15:42:50.558Z] 7f175db0ea96: Layer already exists [2021-03-10T15:42:50.558Z] 0ff84a98cdbb: Layer already exists [2021-03-10T15:42:50.558Z] 5a7b2d1b09ee: Layer already exists [2021-03-10T15:42:50.558Z] 81898a319301: Layer already exists [2021-03-10T15:42:50.558Z] a92a5dcd9cb8: Layer already exists [2021-03-10T15:42:50.558Z] c33f73353052: Layer already exists [2021-03-10T15:42:50.558Z] 8468ddae4db6: Layer already exists [2021-03-10T15:42:50.558Z] c5175c16e094: Layer already exists [2021-03-10T15:42:50.558Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:50.558Z] 5f5fef65332f: Layer already exists [2021-03-10T15:42:50.558Z] master: digest: sha256:b66ce728147d9e18dfe8999c4d42eb8f8b6d5b3d1a18093e79cb0d402ef2c3c5 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:42:50.737Z] ===================================================== [Pipeline] echo [2021-03-10T15:42:50.848Z] taggedImages: [2021-03-10T15:42:50.848Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:50.848Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.121 [2021-03-10T15:42:50.848Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:50.848Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-10T15:42:50.924Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-10T15:42:50.924Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:50.924Z] 2.0.0-dev.121 [2021-03-10T15:42:50.924Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:50.924Z] master [2021-03-10T15:42:50.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:51.448Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:51.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:51.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-10T15:42:51.802Z] a059feb885ee: Preparing [2021-03-10T15:42:51.802Z] 36021b665c01: Preparing [2021-03-10T15:42:51.802Z] 745719331213: Preparing [2021-03-10T15:42:51.802Z] e4d3510736b5: Preparing [2021-03-10T15:42:51.802Z] 45def48190c0: Preparing [2021-03-10T15:42:51.802Z] 02a88cfff88f: Preparing [2021-03-10T15:42:51.802Z] 02a88cfff88f: Waiting [2021-03-10T15:42:52.093Z] e4d3510736b5: Pushed [2021-03-10T15:42:52.093Z] 745719331213: Pushed [2021-03-10T15:42:52.374Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:52.649Z] 45def48190c0: Pushed [2021-03-10T15:42:54.633Z] a059feb885ee: Pushed [2021-03-10T15:42:54.633Z] 36021b665c01: Pushed [2021-03-10T15:42:54.906Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:af9d433988c1cfa79fc8702ab0d18ef2cef1561d309e0439bee5d235d352af52 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:55.253Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:55.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.121 [2021-03-10T15:42:55.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-10T15:42:55.630Z] a059feb885ee: Preparing [2021-03-10T15:42:55.630Z] 36021b665c01: Preparing [2021-03-10T15:42:55.630Z] 745719331213: Preparing [2021-03-10T15:42:55.630Z] e4d3510736b5: Preparing [2021-03-10T15:42:55.630Z] 45def48190c0: Preparing [2021-03-10T15:42:55.630Z] 02a88cfff88f: Preparing [2021-03-10T15:42:55.630Z] 02a88cfff88f: Waiting [2021-03-10T15:42:55.903Z] 36021b665c01: Layer already exists [2021-03-10T15:42:55.903Z] 745719331213: Layer already exists [2021-03-10T15:42:55.903Z] a059feb885ee: Layer already exists [2021-03-10T15:42:55.903Z] 45def48190c0: Layer already exists [2021-03-10T15:42:55.903Z] e4d3510736b5: Layer already exists [2021-03-10T15:42:55.903Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:55.903Z] 2.0.0-dev.121: digest: sha256:af9d433988c1cfa79fc8702ab0d18ef2cef1561d309e0439bee5d235d352af52 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:56.254Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:56.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:56.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-10T15:42:56.868Z] a059feb885ee: Preparing [2021-03-10T15:42:56.868Z] 36021b665c01: Preparing [2021-03-10T15:42:56.868Z] 745719331213: Preparing [2021-03-10T15:42:56.868Z] e4d3510736b5: Preparing [2021-03-10T15:42:56.868Z] 45def48190c0: Preparing [2021-03-10T15:42:56.868Z] 02a88cfff88f: Preparing [2021-03-10T15:42:56.868Z] 02a88cfff88f: Waiting [2021-03-10T15:42:56.868Z] e4d3510736b5: Layer already exists [2021-03-10T15:42:56.868Z] a059feb885ee: Layer already exists [2021-03-10T15:42:56.868Z] 36021b665c01: Layer already exists [2021-03-10T15:42:56.868Z] 745719331213: Layer already exists [2021-03-10T15:42:56.868Z] 45def48190c0: Layer already exists [2021-03-10T15:42:56.868Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:56.868Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:af9d433988c1cfa79fc8702ab0d18ef2cef1561d309e0439bee5d235d352af52 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:57.259Z] + 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-10T15:42:57.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-10T15:42:57.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-10T15:42:57.897Z] a059feb885ee: Preparing [2021-03-10T15:42:57.897Z] 36021b665c01: Preparing [2021-03-10T15:42:57.897Z] 745719331213: Preparing [2021-03-10T15:42:57.897Z] e4d3510736b5: Preparing [2021-03-10T15:42:57.897Z] 45def48190c0: Preparing [2021-03-10T15:42:57.897Z] 02a88cfff88f: Preparing [2021-03-10T15:42:57.897Z] 02a88cfff88f: Waiting [2021-03-10T15:42:58.176Z] e4d3510736b5: Layer already exists [2021-03-10T15:42:58.176Z] 745719331213: Layer already exists [2021-03-10T15:42:58.176Z] 36021b665c01: Layer already exists [2021-03-10T15:42:58.176Z] 45def48190c0: Layer already exists [2021-03-10T15:42:58.176Z] a059feb885ee: Layer already exists [2021-03-10T15:42:58.176Z] 02a88cfff88f: Layer already exists [2021-03-10T15:42:58.176Z] master: digest: sha256:af9d433988c1cfa79fc8702ab0d18ef2cef1561d309e0439bee5d235d352af52 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:42:58.367Z] ===================================================== [Pipeline] echo [2021-03-10T15:42:58.414Z] taggedImages: [2021-03-10T15:42:58.414Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:58.414Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.121 [2021-03-10T15:42:58.414Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:58.414Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-10T15:42:58.475Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-10T15:42:58.475Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:58.475Z] 2.0.0-dev.121 [2021-03-10T15:42:58.475Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:42:58.475Z] master [2021-03-10T15:42:58.475Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:58.997Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:42:59.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:42:59.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-10T15:42:59.344Z] b8a303c3f86c: Preparing [2021-03-10T15:42:59.344Z] 8f9b17b71511: Preparing [2021-03-10T15:42:59.344Z] 2ef4de6e5eda: Preparing [2021-03-10T15:42:59.344Z] 8c8c76769eec: Preparing [2021-03-10T15:42:59.344Z] 6262161ccbf7: Preparing [2021-03-10T15:42:59.344Z] c23b8174c8e3: Preparing [2021-03-10T15:42:59.344Z] e7b022d6cfe8: Preparing [2021-03-10T15:42:59.344Z] 8c507a09c6b1: Preparing [2021-03-10T15:42:59.344Z] 02a88cfff88f: Preparing [2021-03-10T15:42:59.344Z] c23b8174c8e3: Waiting [2021-03-10T15:42:59.344Z] e7b022d6cfe8: Waiting [2021-03-10T15:42:59.344Z] 8c507a09c6b1: Waiting [2021-03-10T15:42:59.344Z] 02a88cfff88f: Waiting [2021-03-10T15:42:59.952Z] 6262161ccbf7: Pushed [2021-03-10T15:42:59.952Z] b8a303c3f86c: Pushed [2021-03-10T15:42:59.952Z] 8f9b17b71511: Pushed [2021-03-10T15:42:59.952Z] c23b8174c8e3: Pushed [2021-03-10T15:43:00.227Z] e7b022d6cfe8: Pushed [2021-03-10T15:43:00.227Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:00.503Z] 8c507a09c6b1: Pushed [2021-03-10T15:43:01.948Z] 8c8c76769eec: Pushed [2021-03-10T15:43:02.227Z] 2ef4de6e5eda: Pushed [2021-03-10T15:43:03.207Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:ba30c02d0bcc3729db66d9831f89aa0193dc2056ba2618c4225c02cb48abafed size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:03.560Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:03.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.121 [2021-03-10T15:43:03.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-10T15:43:03.910Z] b8a303c3f86c: Preparing [2021-03-10T15:43:03.910Z] 8f9b17b71511: Preparing [2021-03-10T15:43:03.910Z] 2ef4de6e5eda: Preparing [2021-03-10T15:43:03.910Z] 8c8c76769eec: Preparing [2021-03-10T15:43:03.910Z] 6262161ccbf7: Preparing [2021-03-10T15:43:03.910Z] c23b8174c8e3: Preparing [2021-03-10T15:43:03.910Z] e7b022d6cfe8: Preparing [2021-03-10T15:43:03.910Z] 8c507a09c6b1: Preparing [2021-03-10T15:43:03.910Z] 02a88cfff88f: Preparing [2021-03-10T15:43:03.910Z] e7b022d6cfe8: Waiting [2021-03-10T15:43:03.910Z] 8c507a09c6b1: Waiting [2021-03-10T15:43:03.910Z] 02a88cfff88f: Waiting [2021-03-10T15:43:03.910Z] c23b8174c8e3: Waiting [2021-03-10T15:43:04.183Z] 6262161ccbf7: Layer already exists [2021-03-10T15:43:04.183Z] 2ef4de6e5eda: Layer already exists [2021-03-10T15:43:04.183Z] b8a303c3f86c: Layer already exists [2021-03-10T15:43:04.183Z] 8c8c76769eec: Layer already exists [2021-03-10T15:43:04.183Z] 8f9b17b71511: Layer already exists [2021-03-10T15:43:04.183Z] e7b022d6cfe8: Layer already exists [2021-03-10T15:43:04.183Z] c23b8174c8e3: Layer already exists [2021-03-10T15:43:04.183Z] 8c507a09c6b1: Layer already exists [2021-03-10T15:43:04.183Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:04.457Z] 2.0.0-dev.121: digest: sha256:ba30c02d0bcc3729db66d9831f89aa0193dc2056ba2618c4225c02cb48abafed size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:04.807Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:05.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:43:05.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-10T15:43:05.149Z] b8a303c3f86c: Preparing [2021-03-10T15:43:05.149Z] 8f9b17b71511: Preparing [2021-03-10T15:43:05.149Z] 2ef4de6e5eda: Preparing [2021-03-10T15:43:05.149Z] 8c8c76769eec: Preparing [2021-03-10T15:43:05.149Z] 6262161ccbf7: Preparing [2021-03-10T15:43:05.149Z] c23b8174c8e3: Preparing [2021-03-10T15:43:05.149Z] e7b022d6cfe8: Preparing [2021-03-10T15:43:05.149Z] 8c507a09c6b1: Preparing [2021-03-10T15:43:05.149Z] 02a88cfff88f: Preparing [2021-03-10T15:43:05.149Z] c23b8174c8e3: Waiting [2021-03-10T15:43:05.149Z] e7b022d6cfe8: Waiting [2021-03-10T15:43:05.149Z] 8c507a09c6b1: Waiting [2021-03-10T15:43:05.149Z] 02a88cfff88f: Waiting [2021-03-10T15:43:05.422Z] 8c8c76769eec: Layer already exists [2021-03-10T15:43:05.422Z] b8a303c3f86c: Layer already exists [2021-03-10T15:43:05.422Z] 8f9b17b71511: Layer already exists [2021-03-10T15:43:05.422Z] 6262161ccbf7: Layer already exists [2021-03-10T15:43:05.422Z] 2ef4de6e5eda: Layer already exists [2021-03-10T15:43:05.422Z] 8c507a09c6b1: Layer already exists [2021-03-10T15:43:05.422Z] e7b022d6cfe8: Layer already exists [2021-03-10T15:43:05.422Z] c23b8174c8e3: Layer already exists [2021-03-10T15:43:05.422Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:05.422Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:ba30c02d0bcc3729db66d9831f89aa0193dc2056ba2618c4225c02cb48abafed size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:05.769Z] + 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-10T15:43:06.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-10T15:43:06.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-10T15:43:06.385Z] b8a303c3f86c: Preparing [2021-03-10T15:43:06.385Z] 8f9b17b71511: Preparing [2021-03-10T15:43:06.385Z] 2ef4de6e5eda: Preparing [2021-03-10T15:43:06.385Z] 8c8c76769eec: Preparing [2021-03-10T15:43:06.385Z] 6262161ccbf7: Preparing [2021-03-10T15:43:06.385Z] c23b8174c8e3: Preparing [2021-03-10T15:43:06.385Z] e7b022d6cfe8: Preparing [2021-03-10T15:43:06.385Z] 8c507a09c6b1: Preparing [2021-03-10T15:43:06.385Z] 02a88cfff88f: Preparing [2021-03-10T15:43:06.385Z] e7b022d6cfe8: Waiting [2021-03-10T15:43:06.385Z] 8c507a09c6b1: Waiting [2021-03-10T15:43:06.385Z] 02a88cfff88f: Waiting [2021-03-10T15:43:06.385Z] c23b8174c8e3: Waiting [2021-03-10T15:43:06.658Z] 8c8c76769eec: Layer already exists [2021-03-10T15:43:06.658Z] 6262161ccbf7: Layer already exists [2021-03-10T15:43:06.658Z] 8f9b17b71511: Layer already exists [2021-03-10T15:43:06.658Z] b8a303c3f86c: Layer already exists [2021-03-10T15:43:06.658Z] 2ef4de6e5eda: Layer already exists [2021-03-10T15:43:06.658Z] 8c507a09c6b1: Layer already exists [2021-03-10T15:43:06.658Z] c23b8174c8e3: Layer already exists [2021-03-10T15:43:06.658Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:06.658Z] e7b022d6cfe8: Layer already exists [2021-03-10T15:43:06.658Z] master: digest: sha256:ba30c02d0bcc3729db66d9831f89aa0193dc2056ba2618c4225c02cb48abafed size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:43:06.924Z] ===================================================== [Pipeline] echo [2021-03-10T15:43:06.972Z] taggedImages: [2021-03-10T15:43:06.972Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:43:06.972Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.121 [2021-03-10T15:43:06.972Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:43:06.972Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-10T15:43:07.079Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-10T15:43:07.079Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:43:07.079Z] 2.0.0-dev.121 [2021-03-10T15:43:07.079Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:43:07.079Z] master [2021-03-10T15:43:07.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:07.594Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:07.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:43:07.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-10T15:43:07.935Z] c373eeef9e7d: Preparing [2021-03-10T15:43:07.935Z] 519018a4222a: Preparing [2021-03-10T15:43:07.935Z] 8468ddae4db6: Preparing [2021-03-10T15:43:07.935Z] a63fa6358bcb: Preparing [2021-03-10T15:43:07.935Z] 02a88cfff88f: Preparing [2021-03-10T15:43:08.210Z] 8468ddae4db6: Layer already exists [2021-03-10T15:43:08.210Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:08.210Z] c373eeef9e7d: Pushed [2021-03-10T15:43:08.485Z] a63fa6358bcb: Pushed [2021-03-10T15:43:11.105Z] 519018a4222a: Pushed [2021-03-10T15:43:11.379Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:a5addba7431f6d180d5995f488d6433c95b127b4a8a3a6beafa8c980cb8e37a0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:11.724Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:12.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.121 [2021-03-10T15:43:12.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-10T15:43:12.063Z] c373eeef9e7d: Preparing [2021-03-10T15:43:12.063Z] 519018a4222a: Preparing [2021-03-10T15:43:12.063Z] 8468ddae4db6: Preparing [2021-03-10T15:43:12.063Z] a63fa6358bcb: Preparing [2021-03-10T15:43:12.063Z] 02a88cfff88f: Preparing [2021-03-10T15:43:12.336Z] 519018a4222a: Layer already exists [2021-03-10T15:43:12.336Z] 8468ddae4db6: Layer already exists [2021-03-10T15:43:12.336Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:12.336Z] a63fa6358bcb: Layer already exists [2021-03-10T15:43:12.336Z] c373eeef9e7d: Layer already exists [2021-03-10T15:43:12.336Z] 2.0.0-dev.121: digest: sha256:a5addba7431f6d180d5995f488d6433c95b127b4a8a3a6beafa8c980cb8e37a0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:12.681Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:13.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:43:13.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-10T15:43:13.298Z] c373eeef9e7d: Preparing [2021-03-10T15:43:13.298Z] 519018a4222a: Preparing [2021-03-10T15:43:13.298Z] 8468ddae4db6: Preparing [2021-03-10T15:43:13.298Z] a63fa6358bcb: Preparing [2021-03-10T15:43:13.298Z] 02a88cfff88f: Preparing [2021-03-10T15:43:13.298Z] 8468ddae4db6: Layer already exists [2021-03-10T15:43:13.298Z] c373eeef9e7d: Layer already exists [2021-03-10T15:43:13.298Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:13.298Z] a63fa6358bcb: Layer already exists [2021-03-10T15:43:13.298Z] 519018a4222a: Layer already exists [2021-03-10T15:43:13.298Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:a5addba7431f6d180d5995f488d6433c95b127b4a8a3a6beafa8c980cb8e37a0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:13.657Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:14.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-10T15:43:14.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-10T15:43:14.018Z] c373eeef9e7d: Preparing [2021-03-10T15:43:14.018Z] 519018a4222a: Preparing [2021-03-10T15:43:14.018Z] 8468ddae4db6: Preparing [2021-03-10T15:43:14.018Z] a63fa6358bcb: Preparing [2021-03-10T15:43:14.018Z] 02a88cfff88f: Preparing [2021-03-10T15:43:14.297Z] 519018a4222a: Layer already exists [2021-03-10T15:43:14.297Z] c373eeef9e7d: Layer already exists [2021-03-10T15:43:14.297Z] 8468ddae4db6: Layer already exists [2021-03-10T15:43:14.297Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:14.297Z] a63fa6358bcb: Layer already exists [2021-03-10T15:43:14.297Z] master: digest: sha256:a5addba7431f6d180d5995f488d6433c95b127b4a8a3a6beafa8c980cb8e37a0 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:43:14.503Z] ===================================================== [Pipeline] echo [2021-03-10T15:43:14.552Z] taggedImages: [2021-03-10T15:43:14.552Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:43:14.552Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.121 [2021-03-10T15:43:14.552Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:43:14.552Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-10T15:43:14.645Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-10T15:43:14.645Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:43:14.645Z] 2.0.0-dev.121 [2021-03-10T15:43:14.645Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:43:14.645Z] master [2021-03-10T15:43:14.645Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:15.165Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:15.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:43:15.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-10T15:43:16.060Z] b3fea4403010: Preparing [2021-03-10T15:43:16.060Z] 6cb3bc625812: Preparing [2021-03-10T15:43:16.061Z] 8468ddae4db6: Preparing [2021-03-10T15:43:16.061Z] 99d325c3a9bc: Preparing [2021-03-10T15:43:16.061Z] 02a88cfff88f: Preparing [2021-03-10T15:43:16.061Z] 8468ddae4db6: Layer already exists [2021-03-10T15:43:16.061Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:16.061Z] 99d325c3a9bc: Layer already exists [2021-03-10T15:43:16.061Z] b3fea4403010: Pushed [2021-03-10T15:43:20.401Z] 6cb3bc625812: Pushed [2021-03-10T15:43:20.401Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:89a5493adefc429fcf038bb33fb21a4affd38d51f1678cd4bdab54500b1a80f8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:20.760Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:21.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.121 [2021-03-10T15:43:21.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-10T15:43:21.652Z] b3fea4403010: Preparing [2021-03-10T15:43:21.652Z] 6cb3bc625812: Preparing [2021-03-10T15:43:21.652Z] 8468ddae4db6: Preparing [2021-03-10T15:43:21.652Z] 99d325c3a9bc: Preparing [2021-03-10T15:43:21.652Z] 02a88cfff88f: Preparing [2021-03-10T15:43:21.652Z] 6cb3bc625812: Layer already exists [2021-03-10T15:43:21.652Z] b3fea4403010: Layer already exists [2021-03-10T15:43:21.652Z] 99d325c3a9bc: Layer already exists [2021-03-10T15:43:21.652Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:21.652Z] 8468ddae4db6: Layer already exists [2021-03-10T15:43:21.652Z] 2.0.0-dev.121: digest: sha256:89a5493adefc429fcf038bb33fb21a4affd38d51f1678cd4bdab54500b1a80f8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:22.010Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:22.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:43:22.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-10T15:43:22.632Z] b3fea4403010: Preparing [2021-03-10T15:43:22.632Z] 6cb3bc625812: Preparing [2021-03-10T15:43:22.632Z] 8468ddae4db6: Preparing [2021-03-10T15:43:22.632Z] 99d325c3a9bc: Preparing [2021-03-10T15:43:22.632Z] 02a88cfff88f: Preparing [2021-03-10T15:43:22.905Z] 99d325c3a9bc: Layer already exists [2021-03-10T15:43:22.905Z] b3fea4403010: Layer already exists [2021-03-10T15:43:22.905Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:22.905Z] 8468ddae4db6: Layer already exists [2021-03-10T15:43:22.905Z] 6cb3bc625812: Layer already exists [2021-03-10T15:43:22.905Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:89a5493adefc429fcf038bb33fb21a4affd38d51f1678cd4bdab54500b1a80f8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:23.283Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:23.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-10T15:43:23.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-10T15:43:23.950Z] b3fea4403010: Preparing [2021-03-10T15:43:23.950Z] 6cb3bc625812: Preparing [2021-03-10T15:43:23.950Z] 8468ddae4db6: Preparing [2021-03-10T15:43:23.950Z] 99d325c3a9bc: Preparing [2021-03-10T15:43:23.950Z] 02a88cfff88f: Preparing [2021-03-10T15:43:24.227Z] 8468ddae4db6: Layer already exists [2021-03-10T15:43:24.227Z] 02a88cfff88f: Layer already exists [2021-03-10T15:43:24.227Z] b3fea4403010: Layer already exists [2021-03-10T15:43:24.227Z] 99d325c3a9bc: Layer already exists [2021-03-10T15:43:24.227Z] 6cb3bc625812: Layer already exists [2021-03-10T15:43:24.227Z] master: digest: sha256:89a5493adefc429fcf038bb33fb21a4affd38d51f1678cd4bdab54500b1a80f8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:43:24.472Z] ===================================================== [Pipeline] echo [2021-03-10T15:43:24.520Z] taggedImages: [2021-03-10T15:43:24.520Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:43:24.520Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.121 [2021-03-10T15:43:24.520Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:43:24.520Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-10T15:43:24.583Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-10T15:43:24.583Z] fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:43:24.583Z] 2.0.0-dev.121 [2021-03-10T15:43:24.583Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:43:24.583Z] master [2021-03-10T15:43:24.583Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:25.116Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:25.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:43:25.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-10T15:43:26.049Z] 640170ed75fc: Preparing [2021-03-10T15:43:26.049Z] 50f90eae2336: Preparing [2021-03-10T15:43:26.049Z] d20aa2a3ca41: Preparing [2021-03-10T15:43:26.049Z] 5a2c3e00eea4: Preparing [2021-03-10T15:43:26.049Z] 6e11603d1500: Preparing [2021-03-10T15:43:26.049Z] bfc799b59e08: Preparing [2021-03-10T15:43:26.049Z] 00c3b95d60fe: Preparing [2021-03-10T15:43:26.049Z] 9ded3b6bb9b5: Preparing [2021-03-10T15:43:26.049Z] fa1afe8e6ed9: Preparing [2021-03-10T15:43:26.049Z] 87a09b4c083e: Preparing [2021-03-10T15:43:26.049Z] 0f74e9ff2a61: Preparing [2021-03-10T15:43:26.049Z] b122376c33c6: Preparing [2021-03-10T15:43:26.049Z] f8381ed47b22: Preparing [2021-03-10T15:43:26.049Z] e934a737d657: Preparing [2021-03-10T15:43:26.049Z] bfc799b59e08: Waiting [2021-03-10T15:43:26.049Z] 00c3b95d60fe: Waiting [2021-03-10T15:43:26.049Z] 9ded3b6bb9b5: Waiting [2021-03-10T15:43:26.049Z] fa1afe8e6ed9: Waiting [2021-03-10T15:43:26.049Z] 87a09b4c083e: Waiting [2021-03-10T15:43:26.049Z] 0f74e9ff2a61: Waiting [2021-03-10T15:43:26.049Z] b122376c33c6: Waiting [2021-03-10T15:43:26.049Z] f8381ed47b22: Waiting [2021-03-10T15:43:26.049Z] e934a737d657: Waiting [2021-03-10T15:43:26.327Z] 6e11603d1500: Pushed [2021-03-10T15:43:26.610Z] 640170ed75fc: Pushed [2021-03-10T15:43:27.230Z] 5a2c3e00eea4: Pushed [2021-03-10T15:43:27.514Z] 9ded3b6bb9b5: Layer already exists [2021-03-10T15:43:27.514Z] fa1afe8e6ed9: Layer already exists [2021-03-10T15:43:27.514Z] 87a09b4c083e: Layer already exists [2021-03-10T15:43:27.792Z] 00c3b95d60fe: Pushed [2021-03-10T15:43:27.792Z] 0f74e9ff2a61: Layer already exists [2021-03-10T15:43:27.792Z] b122376c33c6: Layer already exists [2021-03-10T15:43:27.792Z] f8381ed47b22: Layer already exists [2021-03-10T15:43:27.792Z] e934a737d657: Layer already exists [2021-03-10T15:43:28.396Z] 50f90eae2336: Pushed [2021-03-10T15:43:29.841Z] bfc799b59e08: Pushed [2021-03-10T15:43:42.269Z] d20aa2a3ca41: Pushed [2021-03-10T15:43:42.269Z] fb188d25fcab3d585a11d4385d590a36e735c372: digest: sha256:48e199ea1e5b7d075d372c51b60fec1680ae19dda6977d7a1b038286584b8772 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:42.631Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:42.999Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.121 [2021-03-10T15:43:42.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-10T15:43:43.278Z] 640170ed75fc: Preparing [2021-03-10T15:43:43.278Z] 50f90eae2336: Preparing [2021-03-10T15:43:43.278Z] d20aa2a3ca41: Preparing [2021-03-10T15:43:43.278Z] 5a2c3e00eea4: Preparing [2021-03-10T15:43:43.278Z] 6e11603d1500: Preparing [2021-03-10T15:43:43.278Z] bfc799b59e08: Preparing [2021-03-10T15:43:43.278Z] 00c3b95d60fe: Preparing [2021-03-10T15:43:43.278Z] 9ded3b6bb9b5: Preparing [2021-03-10T15:43:43.278Z] fa1afe8e6ed9: Preparing [2021-03-10T15:43:43.278Z] 87a09b4c083e: Preparing [2021-03-10T15:43:43.278Z] 0f74e9ff2a61: Preparing [2021-03-10T15:43:43.278Z] b122376c33c6: Preparing [2021-03-10T15:43:43.278Z] f8381ed47b22: Preparing [2021-03-10T15:43:43.278Z] e934a737d657: Preparing [2021-03-10T15:43:43.278Z] fa1afe8e6ed9: Waiting [2021-03-10T15:43:43.278Z] 87a09b4c083e: Waiting [2021-03-10T15:43:43.278Z] 00c3b95d60fe: Waiting [2021-03-10T15:43:43.278Z] 0f74e9ff2a61: Waiting [2021-03-10T15:43:43.278Z] b122376c33c6: Waiting [2021-03-10T15:43:43.278Z] f8381ed47b22: Waiting [2021-03-10T15:43:43.278Z] 9ded3b6bb9b5: Waiting [2021-03-10T15:43:43.278Z] e934a737d657: Waiting [2021-03-10T15:43:43.278Z] bfc799b59e08: Waiting [2021-03-10T15:43:43.278Z] 640170ed75fc: Layer already exists [2021-03-10T15:43:43.278Z] d20aa2a3ca41: Layer already exists [2021-03-10T15:43:43.278Z] 50f90eae2336: Layer already exists [2021-03-10T15:43:43.278Z] 5a2c3e00eea4: Layer already exists [2021-03-10T15:43:43.278Z] 6e11603d1500: Layer already exists [2021-03-10T15:43:43.278Z] 00c3b95d60fe: Layer already exists [2021-03-10T15:43:43.278Z] bfc799b59e08: Layer already exists [2021-03-10T15:43:43.278Z] 9ded3b6bb9b5: Layer already exists [2021-03-10T15:43:43.278Z] fa1afe8e6ed9: Layer already exists [2021-03-10T15:43:43.278Z] 87a09b4c083e: Layer already exists [2021-03-10T15:43:43.278Z] f8381ed47b22: Layer already exists [2021-03-10T15:43:43.278Z] 0f74e9ff2a61: Layer already exists [2021-03-10T15:43:43.278Z] b122376c33c6: Layer already exists [2021-03-10T15:43:43.278Z] e934a737d657: Layer already exists [2021-03-10T15:43:43.278Z] 2.0.0-dev.121: digest: sha256:48e199ea1e5b7d075d372c51b60fec1680ae19dda6977d7a1b038286584b8772 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:43.634Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:43.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:43:43.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-10T15:43:43.974Z] 640170ed75fc: Preparing [2021-03-10T15:43:43.974Z] 50f90eae2336: Preparing [2021-03-10T15:43:43.974Z] d20aa2a3ca41: Preparing [2021-03-10T15:43:43.974Z] 5a2c3e00eea4: Preparing [2021-03-10T15:43:43.974Z] 6e11603d1500: Preparing [2021-03-10T15:43:43.974Z] bfc799b59e08: Preparing [2021-03-10T15:43:43.974Z] 00c3b95d60fe: Preparing [2021-03-10T15:43:43.974Z] 9ded3b6bb9b5: Preparing [2021-03-10T15:43:43.974Z] fa1afe8e6ed9: Preparing [2021-03-10T15:43:43.974Z] 87a09b4c083e: Preparing [2021-03-10T15:43:43.974Z] 0f74e9ff2a61: Preparing [2021-03-10T15:43:43.974Z] b122376c33c6: Preparing [2021-03-10T15:43:43.974Z] f8381ed47b22: Preparing [2021-03-10T15:43:43.974Z] e934a737d657: Preparing [2021-03-10T15:43:43.974Z] 87a09b4c083e: Waiting [2021-03-10T15:43:43.974Z] 0f74e9ff2a61: Waiting [2021-03-10T15:43:43.974Z] b122376c33c6: Waiting [2021-03-10T15:43:43.974Z] f8381ed47b22: Waiting [2021-03-10T15:43:43.974Z] e934a737d657: Waiting [2021-03-10T15:43:43.974Z] bfc799b59e08: Waiting [2021-03-10T15:43:43.974Z] 00c3b95d60fe: Waiting [2021-03-10T15:43:43.974Z] fa1afe8e6ed9: Waiting [2021-03-10T15:43:43.974Z] 9ded3b6bb9b5: Waiting [2021-03-10T15:43:44.250Z] 5a2c3e00eea4: Layer already exists [2021-03-10T15:43:44.250Z] d20aa2a3ca41: Layer already exists [2021-03-10T15:43:44.250Z] 6e11603d1500: Layer already exists [2021-03-10T15:43:44.250Z] 50f90eae2336: Layer already exists [2021-03-10T15:43:44.250Z] 640170ed75fc: Layer already exists [2021-03-10T15:43:44.250Z] bfc799b59e08: Layer already exists [2021-03-10T15:43:44.250Z] 9ded3b6bb9b5: Layer already exists [2021-03-10T15:43:44.250Z] 87a09b4c083e: Layer already exists [2021-03-10T15:43:44.250Z] 00c3b95d60fe: Layer already exists [2021-03-10T15:43:44.250Z] fa1afe8e6ed9: Layer already exists [2021-03-10T15:43:44.250Z] 0f74e9ff2a61: Layer already exists [2021-03-10T15:43:44.250Z] f8381ed47b22: Layer already exists [2021-03-10T15:43:44.250Z] b122376c33c6: Layer already exists [2021-03-10T15:43:44.250Z] e934a737d657: Layer already exists [2021-03-10T15:43:44.250Z] fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121: digest: sha256:48e199ea1e5b7d075d372c51b60fec1680ae19dda6977d7a1b038286584b8772 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:43:44.613Z] + 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-10T15:43:44.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-10T15:43:44.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-10T15:43:45.242Z] 640170ed75fc: Preparing [2021-03-10T15:43:45.242Z] 50f90eae2336: Preparing [2021-03-10T15:43:45.242Z] d20aa2a3ca41: Preparing [2021-03-10T15:43:45.242Z] 5a2c3e00eea4: Preparing [2021-03-10T15:43:45.242Z] 6e11603d1500: Preparing [2021-03-10T15:43:45.242Z] bfc799b59e08: Preparing [2021-03-10T15:43:45.242Z] 00c3b95d60fe: Preparing [2021-03-10T15:43:45.242Z] 9ded3b6bb9b5: Preparing [2021-03-10T15:43:45.242Z] fa1afe8e6ed9: Preparing [2021-03-10T15:43:45.242Z] 87a09b4c083e: Preparing [2021-03-10T15:43:45.242Z] 0f74e9ff2a61: Preparing [2021-03-10T15:43:45.242Z] b122376c33c6: Preparing [2021-03-10T15:43:45.242Z] f8381ed47b22: Preparing [2021-03-10T15:43:45.242Z] e934a737d657: Preparing [2021-03-10T15:43:45.242Z] bfc799b59e08: Waiting [2021-03-10T15:43:45.242Z] 00c3b95d60fe: Waiting [2021-03-10T15:43:45.242Z] 9ded3b6bb9b5: Waiting [2021-03-10T15:43:45.242Z] fa1afe8e6ed9: Waiting [2021-03-10T15:43:45.242Z] 87a09b4c083e: Waiting [2021-03-10T15:43:45.242Z] 0f74e9ff2a61: Waiting [2021-03-10T15:43:45.242Z] b122376c33c6: Waiting [2021-03-10T15:43:45.242Z] f8381ed47b22: Waiting [2021-03-10T15:43:45.242Z] e934a737d657: Waiting [2021-03-10T15:43:45.242Z] 50f90eae2336: Layer already exists [2021-03-10T15:43:45.242Z] d20aa2a3ca41: Layer already exists [2021-03-10T15:43:45.242Z] 640170ed75fc: Layer already exists [2021-03-10T15:43:45.242Z] 5a2c3e00eea4: Layer already exists [2021-03-10T15:43:45.242Z] 6e11603d1500: Layer already exists [2021-03-10T15:43:45.242Z] 87a09b4c083e: Layer already exists [2021-03-10T15:43:45.242Z] bfc799b59e08: Layer already exists [2021-03-10T15:43:45.242Z] 00c3b95d60fe: Layer already exists [2021-03-10T15:43:45.242Z] fa1afe8e6ed9: Layer already exists [2021-03-10T15:43:45.242Z] 9ded3b6bb9b5: Layer already exists [2021-03-10T15:43:45.242Z] 0f74e9ff2a61: Layer already exists [2021-03-10T15:43:45.242Z] f8381ed47b22: Layer already exists [2021-03-10T15:43:45.242Z] e934a737d657: Layer already exists [2021-03-10T15:43:45.242Z] b122376c33c6: Layer already exists [2021-03-10T15:43:45.242Z] master: digest: sha256:48e199ea1e5b7d075d372c51b60fec1680ae19dda6977d7a1b038286584b8772 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T15:43:45.465Z] ===================================================== [Pipeline] echo [2021-03-10T15:43:45.521Z] taggedImages: [2021-03-10T15:43:45.521Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372 [2021-03-10T15:43:45.521Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.121 [2021-03-10T15:43:45.521Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fb188d25fcab3d585a11d4385d590a36e735c372-2.0.0-dev.121 [2021-03-10T15:43:45.521Z] - 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-10T15:43:46.302Z] ---> job-cost.sh [2021-03-10T15:43:46.302Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JFso [2021-03-10T15:45:08.076Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T15:48:00.956Z] lf-activate-venv(): INFO: Adding /tmp/venv-JFso/bin to PATH [2021-03-10T15:48:00.956Z] INFO: No Stack... [2021-03-10T15:48:00.956Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T15:48:00.956Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T15:48:01.301Z] + cut -d, -f6 [2021-03-10T15:48:01.301Z] + cat /w/workspace/edgex-go/388/archives/cost.csv [Pipeline] lock [2021-03-10T15:48:01.432Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-388-stack-cost] [2021-03-10T15:48:01.443Z] Resource [jenkins-edgexfoundry-edgex-go-master-388-stack-cost] did not exist. Created. [2021-03-10T15:48:01.443Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-388-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T15:48:01.913Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T15:48:03.250Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T15:48:03.262Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-388-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-10T15:48:04.852Z] provisioning config files... [2021-03-10T15:48:04.871Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/388@tmp/config1051626852510299500tmp [Pipeline] { [Pipeline] sh [2021-03-10T15:48:05.248Z] + set +x [2021-03-10T15:48:05.248Z] + curl -s https://codecov.io/bash [2021-03-10T15:48:05.248Z] + bash -s -- [2021-03-10T15:48:05.824Z] [2021-03-10T15:48:05.824Z] _____ _ [2021-03-10T15:48:05.824Z] / ____| | | [2021-03-10T15:48:05.824Z] | | ___ __| | ___ ___ _____ __ [2021-03-10T15:48:05.824Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-10T15:48:05.824Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-10T15:48:05.824Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-10T15:48:05.824Z] Bash-20210309-2b87ace [2021-03-10T15:48:05.824Z] [2021-03-10T15:48:05.824Z] [2021-03-10T15:48:05.824Z] ==> git version 2.24.3 found [2021-03-10T15:48:05.824Z] ==> 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-10T15:48:05.824Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-10T15:48:05.824Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-10T15:48:05.824Z] ==> Jenkins CI detected. [2021-03-10T15:48:05.824Z] project root: . [2021-03-10T15:48:05.824Z] --> token set from env [2021-03-10T15:48:05.824Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-10T15:48:05.824Z] ==> Running gcov in . (disable via -X gcov) [2021-03-10T15:48:05.824Z] ==> Python coveragepy not found [2021-03-10T15:48:05.824Z] ==> Searching for coverage reports in: [2021-03-10T15:48:05.824Z] + . [2021-03-10T15:48:05.824Z] -> Found 1 reports [2021-03-10T15:48:05.824Z] ==> Detecting git/mercurial file structure [2021-03-10T15:48:05.824Z] ==> Reading reports [2021-03-10T15:48:05.824Z] + ./coverage.out bytes=628838 [2021-03-10T15:48:06.090Z] ==> Appending adjustments [2021-03-10T15:48:06.090Z] https://docs.codecov.io/docs/fixing-reports [2021-03-10T15:48:09.394Z] + Found adjustments [2021-03-10T15:48:09.394Z] ==> Gzipping contents [2021-03-10T15:48:09.394Z] 92K /tmp/codecov.4s4xhh.gz [2021-03-10T15:48:09.394Z] ==> Uploading reports [2021-03-10T15:48:09.394Z] url: https://codecov.io [2021-03-10T15:48:09.394Z] query: branch=master&commit=fb188d25fcab3d585a11d4385d590a36e735c372&build=388&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F388%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-10T15:48:09.394Z] -> Pinging Codecov [2021-03-10T15:48:09.394Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=fb188d25fcab3d585a11d4385d590a36e735c372&build=388&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F388%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-10T15:48:09.966Z] -> Uploading to [2021-03-10T15:48:09.966Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/fb188d25fcab3d585a11d4385d590a36e735c372/2006974d-0594-47ef-9fd2-e345ae84ab0b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T154809Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=69028f9bf95213828b0b4f7dc03b0deb5fec4e1c72377bc145921144cb405d0d [2021-03-10T15:48:09.966Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:48:09.966Z] Dload Upload Total Spent Left Speed [2021-03-10T15:48:10.539Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92736 0 0 100 92736 0 158k --:--:-- --:--:-- --:--:-- 158k [2021-03-10T15:48:10.539Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/fb188d25fcab3d585a11d4385d590a36e735c372 [Pipeline] } [2021-03-10T15:48:10.557Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-10T15:48:11.607Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-10T15:48:11.692Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:48:12.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-10T15:48:12.072Z] [2021-03-10T15:48:12.072Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:48:12.429Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-10T15:48:12.429Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-10T15:48:12.429Z] 188c0c94c7c5: Already exists [2021-03-10T15:48:12.429Z] 0ef7d3d256c8: Already exists [2021-03-10T15:48:12.429Z] de9db76c5a1d: Already exists [2021-03-10T15:48:12.429Z] 0eba1c9be4d2: Pulling fs layer [2021-03-10T15:48:12.429Z] 0d57e429df01: Pulling fs layer [2021-03-10T15:48:12.429Z] 4e4be7b47b0d: Pulling fs layer [2021-03-10T15:48:12.429Z] e1f770b5df2f: Pulling fs layer [2021-03-10T15:48:12.430Z] 85a0685a4137: Pulling fs layer [2021-03-10T15:48:12.430Z] e1f770b5df2f: Waiting [2021-03-10T15:48:12.430Z] 85a0685a4137: Waiting [2021-03-10T15:48:12.691Z] 0d57e429df01: Verifying Checksum [2021-03-10T15:48:12.691Z] 0d57e429df01: Download complete [2021-03-10T15:48:12.691Z] 4e4be7b47b0d: Verifying Checksum [2021-03-10T15:48:12.691Z] 4e4be7b47b0d: Download complete [2021-03-10T15:48:14.086Z] e1f770b5df2f: Verifying Checksum [2021-03-10T15:48:14.086Z] e1f770b5df2f: Download complete [2021-03-10T15:48:16.662Z] 0eba1c9be4d2: Verifying Checksum [2021-03-10T15:48:16.662Z] 0eba1c9be4d2: Download complete [2021-03-10T15:48:16.933Z] 85a0685a4137: Verifying Checksum [2021-03-10T15:48:16.933Z] 85a0685a4137: Download complete [2021-03-10T15:48:22.799Z] 0eba1c9be4d2: Pull complete [2021-03-10T15:48:23.060Z] 0d57e429df01: Pull complete [2021-03-10T15:48:23.637Z] 4e4be7b47b0d: Pull complete [2021-03-10T15:48:28.985Z] e1f770b5df2f: Pull complete [2021-03-10T15:48:37.221Z] 85a0685a4137: Pull complete [2021-03-10T15:48:37.221Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-10T15:48:37.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-10T15:48:37.221Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-10T15:48:37.486Z] prd-centos7-docker-4c-2g-29331 does not seem to be running inside a container [2021-03-10T15:48:37.555Z] $ 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/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-10T15:48:38.655Z] $ docker top 00b3846c2c911ca1f96309d68d4b6efca6571d9668db74d2a9de0ffe26bdcad4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T15:48:38.950Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-10T15:48:39.244Z] + set -o pipefail [2021-03-10T15:48:39.244Z] + snyk monitor '--org=edgex-jenkins' [2021-03-10T15:48:49.276Z] [2021-03-10T15:48:49.276Z] Monitoring /w/workspace/edgex-go/388 (github.com/edgexfoundry/edgex-go)... [2021-03-10T15:48:49.276Z] [2021-03-10T15:48:49.276Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/f7d8151f-59df-435f-b544-133610c67e2e [2021-03-10T15:48:49.276Z] [2021-03-10T15:48:49.276Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-10T15:48:49.276Z] [2021-03-10T15:48:49.276Z] [Pipeline] } [2021-03-10T15:48:49.294Z] $ docker stop --time=1 00b3846c2c911ca1f96309d68d4b6efca6571d9668db74d2a9de0ffe26bdcad4 [2021-03-10T15:48:52.721Z] $ docker rm -f 00b3846c2c911ca1f96309d68d4b6efca6571d9668db74d2a9de0ffe26bdcad4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-10T15:48:53.861Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T15:48:53.941Z] provisioning config files... [2021-03-10T15:48:53.954Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/388@tmp/config3046149350116546275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:48:54.333Z] --> edgex-publish-swagger.sh [2021-03-10T15:48:54.333Z] === Publish openapi/v1 API === [2021-03-10T15:48:54.333Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-10T15:48:54.333Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/388/openapi/v1/core-command.yaml] [2021-03-10T15:48:54.333Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:48:54.333Z] Dload Upload Total Spent Left Speed [2021-03-10T15:48:55.720Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8902 0:00:01 0:00:01 --:--:-- 8909 100 10522 0 0 100 10522 0 8901 0:00:01 0:00:01 --:--:-- 8909 [2021-03-10T15:48:55.720Z] [2021-03-10T15:48:55.720Z] [2021-03-10T15:48:55.720Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/388/openapi/v1/core-data.yaml] [2021-03-10T15:48:55.721Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:48:55.721Z] Dload Upload Total Spent Left Speed [2021-03-10T15:48:57.249Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26910 0:00:01 0:00:01 --:--:-- 26928 100 32557 0 0 100 32557 0 20401 0:00:01 0:00:01 --:--:-- 20411 100 32557 0 0 100 32557 0 20399 0:00:01 0:00:01 --:--:-- 20399 [2021-03-10T15:48:57.249Z] [2021-03-10T15:48:57.249Z] [2021-03-10T15:48:57.249Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/388/openapi/v1/core-metadata.yaml] [2021-03-10T15:48:57.249Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:48:57.249Z] Dload Upload Total Spent Left Speed [2021-03-10T15:48:58.194Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61620 0:00:01 0:00:01 --:--:-- 61639 100 73721 0 0 100 73721 0 61611 0:00:01 0:00:01 --:--:-- 61639 [2021-03-10T15:48:58.194Z] [2021-03-10T15:48:58.194Z] [2021-03-10T15:48:58.194Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/388/openapi/v1/support-logging.yaml] [2021-03-10T15:48:58.194Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:48:58.194Z] Dload Upload Total Spent Left Speed [2021-03-10T15:48:59.593Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11163 0:00:01 0:00:01 --:--:-- 11168 100 13581 0 0 100 13581 0 9858 0:00:01 0:00:01 --:--:-- 9862 [2021-03-10T15:48:59.593Z] [2021-03-10T15:48:59.593Z] [2021-03-10T15:48:59.593Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/388/openapi/v1/support-notifications.yaml] [2021-03-10T15:48:59.593Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:48:59.593Z] Dload Upload Total Spent Left Speed [2021-03-10T15:49:00.809Z] 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 32018 0:00:01 0:00:01 --:--:-- 32008 100 38890 0 0 100 38890 0 31805 0:00:01 0:00:01 --:--:-- 31798 [2021-03-10T15:49:00.809Z] [2021-03-10T15:49:00.809Z] [2021-03-10T15:49:00.809Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/388/openapi/v1/support-scheduler.yaml] [2021-03-10T15:49:00.809Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:49:00.809Z] Dload Upload Total Spent Left Speed [2021-03-10T15:49:02.202Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12483 0:00:01 0:00:01 --:--:-- 12488 100 14249 0 0 100 14249 0 12481 0:00:01 0:00:01 --:--:-- 12488 [2021-03-10T15:49:02.202Z] [2021-03-10T15:49:02.202Z] [2021-03-10T15:49:02.202Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/388/openapi/v1/system-agent.yaml] [2021-03-10T15:49:02.202Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:49:02.202Z] Dload Upload Total Spent Left Speed [2021-03-10T15:49:03.147Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3729 0:00:01 0:00:01 --:--:-- 3732 100 4110 0 0 100 4110 0 3729 0:00:01 0:00:01 --:--:-- 3732 [2021-03-10T15:49:03.147Z] [2021-03-10T15:49:03.147Z] [2021-03-10T15:49:03.147Z] === Publish openapi/v2 API === [2021-03-10T15:49:03.147Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-10T15:49:03.147Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/388/openapi/v2/core-command.yaml] [2021-03-10T15:49:03.147Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:49:03.147Z] Dload Upload Total Spent Left Speed [2021-03-10T15:49:04.536Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 26190 0:00:01 0:00:01 --:--:-- 26206 100 29744 0 0 100 29744 0 26185 0:00:01 0:00:01 --:--:-- 26206 [2021-03-10T15:49:04.536Z] [2021-03-10T15:49:04.536Z] [2021-03-10T15:49:04.536Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/388/openapi/v2/core-data.yaml] [2021-03-10T15:49:04.536Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:49:04.536Z] Dload Upload Total Spent Left Speed [2021-03-10T15:49:05.485Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 50761 0:00:01 0:00:01 --:--:-- 50804 100 57358 0 0 100 57358 0 50750 0:00:01 0:00:01 --:--:-- 50804 [2021-03-10T15:49:05.485Z] [2021-03-10T15:49:05.485Z] [2021-03-10T15:49:05.485Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/388/openapi/v2/core-metadata.yaml] [2021-03-10T15:49:05.485Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:49:05.485Z] Dload Upload Total Spent Left Speed [2021-03-10T15:49:06.957Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 95773 0:00:01 0:00:01 --:--:-- 95736 100 118k 0 0 100 118k 0 87872 0:00:01 0:00:01 --:--:-- 87850 [2021-03-10T15:49:06.957Z] [2021-03-10T15:49:06.957Z] [2021-03-10T15:49:06.957Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/388/openapi/v2/support-notifications.yaml] [2021-03-10T15:49:06.957Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:49:06.957Z] Dload Upload Total Spent Left Speed [2021-03-10T15:49:07.907Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71727 0 0 100 71727 0 64004 0:00:01 0:00:01 --:--:-- 64099 100 71727 0 0 100 71727 0 63992 0:00:01 0:00:01 --:--:-- 64041 [2021-03-10T15:49:07.907Z] [2021-03-10T15:49:07.907Z] [2021-03-10T15:49:07.907Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/388/openapi/v2/support-scheduler.yaml] [2021-03-10T15:49:07.907Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:49:07.907Z] Dload Upload Total Spent Left Speed [2021-03-10T15:49:09.298Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39069 0 0 100 39069 0 37498 0:00:01 0:00:01 --:--:-- 37530 100 39069 0 0 100 39069 0 37490 0:00:01 0:00:01 --:--:-- 37530 [2021-03-10T15:49:09.299Z] [2021-03-10T15:49:09.299Z] [2021-03-10T15:49:09.299Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/388/openapi/v2/system-agent.yaml] [2021-03-10T15:49:09.299Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:49:09.299Z] Dload Upload Total Spent Left Speed [2021-03-10T15:49:10.245Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 20655 0:00:01 0:00:01 --:--:-- 20668 100 24182 0 0 100 24182 0 20651 0:00:01 0:00:01 --:--:-- 20668 [2021-03-10T15:49:10.245Z] [2021-03-10T15:49:10.245Z] [Pipeline] } [2021-03-10T15:49:10.255Z] 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-10T15:49:11.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:49:11.172Z] . [Pipeline] withDockerContainer [2021-03-10T15:49:11.277Z] prd-centos7-docker-4c-2g-29331 does not seem to be running inside a container [2021-03-10T15:49:11.327Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T15:49:12.231Z] $ docker top 0f6c195af39bcdf9d6c10735713dee184ca86407c43a2f284ae29f2825f349d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T15:49:12.567Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T15:49:12.567Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T15:49:12.824Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T15:49:12.828Z] $ docker exec 0f6c195af39bcdf9d6c10735713dee184ca86407c43a2f284ae29f2825f349d1 ssh-agent [2021-03-10T15:49:13.025Z] SSH_AUTH_SOCK=/tmp/ssh-gxtLC1efuKzc/agent.12 [2021-03-10T15:49:13.025Z] SSH_AGENT_PID=17 [2021-03-10T15:49:13.033Z] Running ssh-add (command line suppressed) [2021-03-10T15:49:13.166Z] Identity added: /w/workspace/edgex-go/388@tmp/private_key_3595942969861492998.key (/w/workspace/edgex-go/388@tmp/private_key_3595942969861492998.key) [2021-03-10T15:49:13.237Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T15:49:13.572Z] + git semver tag [2021-03-10T15:49:13.833Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T15:49:13.833Z] # $GIT_DIR = /w/workspace/edgex-go/388/.git [2021-03-10T15:49:13.833Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/388 [2021-03-10T15:49:13.833Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T15:49:13.833Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T15:49:13.833Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T15:49:13.833Z] # $SEMVER_BRANCH = master [2021-03-10T15:49:14.095Z] # $SEMVER_DIR = /w/workspace/edgex-go/388/.semver [2021-03-10T15:49:14.095Z] # fb188d25fcab3d585a11d4385d590a36e735c372 HEAD [2021-03-10T15:49:14.359Z] # -> Force: false [2021-03-10T15:49:14.360Z] # a849e6c414e50a29b91ab0b6e476d4b856f72310 refs/tags/v2.0.0-dev.121 [Pipeline] } [2021-03-10T15:49:14.373Z] $ docker exec --env ******** --env ******** 0f6c195af39bcdf9d6c10735713dee184ca86407c43a2f284ae29f2825f349d1 ssh-agent -k [2021-03-10T15:49:14.532Z] unset SSH_AUTH_SOCK; [2021-03-10T15:49:14.532Z] unset SSH_AGENT_PID; [2021-03-10T15:49:14.532Z] echo Agent pid 17 killed; [2021-03-10T15:49:14.607Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T15:49:15.064Z] + git semver [Pipeline] } [2021-03-10T15:49:15.081Z] $ docker stop --time=1 0f6c195af39bcdf9d6c10735713dee184ca86407c43a2f284ae29f2825f349d1 [2021-03-10T15:49:16.498Z] $ docker rm -f 0f6c195af39bcdf9d6c10735713dee184ca86407c43a2f284ae29f2825f349d1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:49:17.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-10T15:49:17.166Z] [2021-03-10T15:49:17.166Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:49:17.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-10T15:49:18.474Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-10T15:49:18.474Z] ab5ef0e58194: Pulling fs layer [2021-03-10T15:49:18.474Z] 9712f1f96733: Pulling fs layer [2021-03-10T15:49:18.474Z] 63f879dbbcfc: Pulling fs layer [2021-03-10T15:49:18.474Z] 0d9ebad4ef96: Pulling fs layer [2021-03-10T15:49:18.474Z] e9a5061849ea: Pulling fs layer [2021-03-10T15:49:18.474Z] d747dcd14b5f: Pulling fs layer [2021-03-10T15:49:18.474Z] 2de7ff778b66: Pulling fs layer [2021-03-10T15:49:18.474Z] e9a5061849ea: Waiting [2021-03-10T15:49:18.475Z] d747dcd14b5f: Waiting [2021-03-10T15:49:18.475Z] 2de7ff778b66: Waiting [2021-03-10T15:49:18.475Z] 0d9ebad4ef96: Waiting [2021-03-10T15:49:18.475Z] 9712f1f96733: Verifying Checksum [2021-03-10T15:49:18.475Z] 9712f1f96733: Download complete [2021-03-10T15:49:20.401Z] 63f879dbbcfc: Verifying Checksum [2021-03-10T15:49:20.401Z] 63f879dbbcfc: Download complete [2021-03-10T15:49:20.401Z] e9a5061849ea: Verifying Checksum [2021-03-10T15:49:20.401Z] e9a5061849ea: Download complete [2021-03-10T15:49:20.401Z] d747dcd14b5f: Verifying Checksum [2021-03-10T15:49:20.401Z] d747dcd14b5f: Download complete [2021-03-10T15:49:20.974Z] 2de7ff778b66: Verifying Checksum [2021-03-10T15:49:20.974Z] 2de7ff778b66: Download complete [2021-03-10T15:49:21.236Z] 0d9ebad4ef96: Verifying Checksum [2021-03-10T15:49:21.236Z] 0d9ebad4ef96: Download complete [2021-03-10T15:49:21.498Z] ab5ef0e58194: Verifying Checksum [2021-03-10T15:49:21.498Z] ab5ef0e58194: Download complete [2021-03-10T15:49:26.915Z] ab5ef0e58194: Pull complete [2021-03-10T15:49:26.915Z] 9712f1f96733: Pull complete [2021-03-10T15:49:29.516Z] 63f879dbbcfc: Pull complete [2021-03-10T15:49:36.207Z] 0d9ebad4ef96: Pull complete [2021-03-10T15:49:37.604Z] e9a5061849ea: Pull complete [2021-03-10T15:49:37.604Z] d747dcd14b5f: Pull complete [2021-03-10T15:49:41.824Z] 2de7ff778b66: Pull complete [2021-03-10T15:49:41.824Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-10T15:49:41.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-10T15:49:41.824Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-10T15:49:42.033Z] prd-centos7-docker-4c-2g-29331 does not seem to be running inside a container [2021-03-10T15:49:42.089Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-10T15:49:44.563Z] $ docker top e061e8ca922c569d306b6db34f482ae514fca1b0c30b0572be66af28fdf6e7c9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-10T15:49:44.967Z] provisioning config files... [2021-03-10T15:49:44.979Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/388@tmp/config320835806577488377tmp [2021-03-10T15:49:45.002Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/388@tmp/config4541779215178542652tmp [2021-03-10T15:49:45.017Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/388@tmp/config3540174471442803220tmp [Pipeline] { [Pipeline] echo [2021-03-10T15:49:45.071Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:49:45.373Z] ---> sigul-configuration.sh [2021-03-10T15:49:45.373Z] gpg: directory `/root/.gnupg' created [2021-03-10T15:49:45.373Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-10T15:49:45.373Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-10T15:49:45.373Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-10T15:49:45.373Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-10T15:49:45.373Z] gpg: CAST5 encrypted data [2021-03-10T15:49:45.636Z] gpg: encrypted with 1 passphrase [2021-03-10T15:49:45.636Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-10T15:49:45.943Z] + mkdir /home/jenkins [2021-03-10T15:49:45.943Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-10T15:49:46.242Z] + 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-10T15:49:46.253Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:49:46.555Z] ---> sigul-install.sh [2021-03-10T15:49:53.153Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-10T15:49:53.452Z] + git tag --list [2021-03-10T15:49:53.452Z] 0.6.0 [2021-03-10T15:49:53.452Z] 0.6.1 [2021-03-10T15:49:53.452Z] 0.7.0 [2021-03-10T15:49:53.452Z] 0.7.1 [2021-03-10T15:49:53.452Z] v0.0.0 [2021-03-10T15:49:53.452Z] v0.0.1-dev.1 [2021-03-10T15:49:53.452Z] v1.0.0 [2021-03-10T15:49:53.452Z] v1.0.1 [2021-03-10T15:49:53.452Z] v1.1.0 [2021-03-10T15:49:53.452Z] v1.2.0 [2021-03-10T15:49:53.452Z] v1.2.1 [2021-03-10T15:49:53.452Z] v1.2.2-dev.1 [2021-03-10T15:49:53.452Z] v1.2.2-dev.10 [2021-03-10T15:49:53.452Z] v1.2.2-dev.100 [2021-03-10T15:49:53.452Z] v1.2.2-dev.101 [2021-03-10T15:49:53.452Z] v1.2.2-dev.102 [2021-03-10T15:49:53.452Z] v1.2.2-dev.103 [2021-03-10T15:49:53.452Z] v1.2.2-dev.104 [2021-03-10T15:49:53.452Z] v1.2.2-dev.105 [2021-03-10T15:49:53.452Z] v1.2.2-dev.106 [2021-03-10T15:49:53.452Z] v1.2.2-dev.107 [2021-03-10T15:49:53.452Z] v1.2.2-dev.11 [2021-03-10T15:49:53.452Z] v1.2.2-dev.12 [2021-03-10T15:49:53.452Z] v1.2.2-dev.13 [2021-03-10T15:49:53.452Z] v1.2.2-dev.14 [2021-03-10T15:49:53.452Z] v1.2.2-dev.15 [2021-03-10T15:49:53.452Z] v1.2.2-dev.16 [2021-03-10T15:49:53.452Z] v1.2.2-dev.17 [2021-03-10T15:49:53.452Z] v1.2.2-dev.18 [2021-03-10T15:49:53.452Z] v1.2.2-dev.19 [2021-03-10T15:49:53.452Z] v1.2.2-dev.2 [2021-03-10T15:49:53.452Z] v1.2.2-dev.20 [2021-03-10T15:49:53.452Z] v1.2.2-dev.21 [2021-03-10T15:49:53.452Z] v1.2.2-dev.22 [2021-03-10T15:49:53.452Z] v1.2.2-dev.23 [2021-03-10T15:49:53.452Z] v1.2.2-dev.24 [2021-03-10T15:49:53.452Z] v1.2.2-dev.25 [2021-03-10T15:49:53.452Z] v1.2.2-dev.26 [2021-03-10T15:49:53.452Z] v1.2.2-dev.27 [2021-03-10T15:49:53.452Z] v1.2.2-dev.28 [2021-03-10T15:49:53.452Z] v1.2.2-dev.29 [2021-03-10T15:49:53.452Z] v1.2.2-dev.3 [2021-03-10T15:49:53.452Z] v1.2.2-dev.30 [2021-03-10T15:49:53.452Z] v1.2.2-dev.31 [2021-03-10T15:49:53.452Z] v1.2.2-dev.32 [2021-03-10T15:49:53.452Z] v1.2.2-dev.33 [2021-03-10T15:49:53.452Z] v1.2.2-dev.34 [2021-03-10T15:49:53.452Z] v1.2.2-dev.35 [2021-03-10T15:49:53.452Z] v1.2.2-dev.36 [2021-03-10T15:49:53.452Z] v1.2.2-dev.37 [2021-03-10T15:49:53.452Z] v1.2.2-dev.38 [2021-03-10T15:49:53.452Z] v1.2.2-dev.39 [2021-03-10T15:49:53.452Z] v1.2.2-dev.4 [2021-03-10T15:49:53.452Z] v1.2.2-dev.40 [2021-03-10T15:49:53.452Z] v1.2.2-dev.41 [2021-03-10T15:49:53.452Z] v1.2.2-dev.42 [2021-03-10T15:49:53.452Z] v1.2.2-dev.43 [2021-03-10T15:49:53.452Z] v1.2.2-dev.44 [2021-03-10T15:49:53.452Z] v1.2.2-dev.45 [2021-03-10T15:49:53.452Z] v1.2.2-dev.46 [2021-03-10T15:49:53.452Z] v1.2.2-dev.47 [2021-03-10T15:49:53.452Z] v1.2.2-dev.48 [2021-03-10T15:49:53.452Z] v1.2.2-dev.49 [2021-03-10T15:49:53.452Z] v1.2.2-dev.5 [2021-03-10T15:49:53.452Z] v1.2.2-dev.50 [2021-03-10T15:49:53.452Z] v1.2.2-dev.51 [2021-03-10T15:49:53.452Z] v1.2.2-dev.52 [2021-03-10T15:49:53.452Z] v1.2.2-dev.53 [2021-03-10T15:49:53.452Z] v1.2.2-dev.54 [2021-03-10T15:49:53.452Z] v1.2.2-dev.55 [2021-03-10T15:49:53.452Z] v1.2.2-dev.56 [2021-03-10T15:49:53.452Z] v1.2.2-dev.57 [2021-03-10T15:49:53.452Z] v1.2.2-dev.58 [2021-03-10T15:49:53.452Z] v1.2.2-dev.59 [2021-03-10T15:49:53.452Z] v1.2.2-dev.6 [2021-03-10T15:49:53.452Z] v1.2.2-dev.60 [2021-03-10T15:49:53.452Z] v1.2.2-dev.61 [2021-03-10T15:49:53.452Z] v1.2.2-dev.62 [2021-03-10T15:49:53.452Z] v1.2.2-dev.63 [2021-03-10T15:49:53.452Z] v1.2.2-dev.64 [2021-03-10T15:49:53.452Z] v1.2.2-dev.65 [2021-03-10T15:49:53.452Z] v1.2.2-dev.66 [2021-03-10T15:49:53.452Z] v1.2.2-dev.67 [2021-03-10T15:49:53.452Z] v1.2.2-dev.68 [2021-03-10T15:49:53.452Z] v1.2.2-dev.69 [2021-03-10T15:49:53.452Z] v1.2.2-dev.7 [2021-03-10T15:49:53.452Z] v1.2.2-dev.70 [2021-03-10T15:49:53.452Z] v1.2.2-dev.71 [2021-03-10T15:49:53.452Z] v1.2.2-dev.72 [2021-03-10T15:49:53.452Z] v1.2.2-dev.73 [2021-03-10T15:49:53.452Z] v1.2.2-dev.74 [2021-03-10T15:49:53.452Z] v1.2.2-dev.75 [2021-03-10T15:49:53.452Z] v1.2.2-dev.76 [2021-03-10T15:49:53.452Z] v1.2.2-dev.77 [2021-03-10T15:49:53.452Z] v1.2.2-dev.78 [2021-03-10T15:49:53.452Z] v1.2.2-dev.79 [2021-03-10T15:49:53.452Z] v1.2.2-dev.8 [2021-03-10T15:49:53.452Z] v1.2.2-dev.80 [2021-03-10T15:49:53.452Z] v1.2.2-dev.81 [2021-03-10T15:49:53.452Z] v1.2.2-dev.82 [2021-03-10T15:49:53.452Z] v1.2.2-dev.83 [2021-03-10T15:49:53.452Z] v1.2.2-dev.84 [2021-03-10T15:49:53.452Z] v1.2.2-dev.85 [2021-03-10T15:49:53.452Z] v1.2.2-dev.86 [2021-03-10T15:49:53.452Z] v1.2.2-dev.87 [2021-03-10T15:49:53.452Z] v1.2.2-dev.88 [2021-03-10T15:49:53.452Z] v1.2.2-dev.89 [2021-03-10T15:49:53.452Z] v1.2.2-dev.9 [2021-03-10T15:49:53.452Z] v1.2.2-dev.90 [2021-03-10T15:49:53.452Z] v1.2.2-dev.91 [2021-03-10T15:49:53.452Z] v1.2.2-dev.92 [2021-03-10T15:49:53.452Z] v1.2.2-dev.93 [2021-03-10T15:49:53.452Z] v1.2.2-dev.94 [2021-03-10T15:49:53.452Z] v1.2.2-dev.95 [2021-03-10T15:49:53.452Z] v1.2.2-dev.96 [2021-03-10T15:49:53.452Z] v1.2.2-dev.97 [2021-03-10T15:49:53.452Z] v1.2.2-dev.98 [2021-03-10T15:49:53.452Z] v1.2.2-dev.99 [2021-03-10T15:49:53.452Z] v1.3.0 [2021-03-10T15:49:53.452Z] v1.3.1 [2021-03-10T15:49:53.452Z] v1.3.1-dev.1 [2021-03-10T15:49:53.452Z] v1.3.1-dev.10 [2021-03-10T15:49:53.452Z] v1.3.1-dev.11 [2021-03-10T15:49:53.452Z] v1.3.1-dev.12 [2021-03-10T15:49:53.452Z] v1.3.1-dev.13 [2021-03-10T15:49:53.452Z] v1.3.1-dev.14 [2021-03-10T15:49:53.452Z] v1.3.1-dev.15 [2021-03-10T15:49:53.452Z] v1.3.1-dev.16 [2021-03-10T15:49:53.452Z] v1.3.1-dev.17 [2021-03-10T15:49:53.452Z] v1.3.1-dev.18 [2021-03-10T15:49:53.452Z] v1.3.1-dev.2 [2021-03-10T15:49:53.452Z] v1.3.1-dev.3 [2021-03-10T15:49:53.452Z] v1.3.1-dev.4 [2021-03-10T15:49:53.452Z] v1.3.1-dev.5 [2021-03-10T15:49:53.452Z] v1.3.1-dev.6 [2021-03-10T15:49:53.452Z] v1.3.1-dev.7 [2021-03-10T15:49:53.452Z] v1.3.1-dev.8 [2021-03-10T15:49:53.452Z] v1.3.1-dev.9 [2021-03-10T15:49:53.452Z] v2.0.0-dev.1 [2021-03-10T15:49:53.452Z] v2.0.0-dev.10 [2021-03-10T15:49:53.452Z] v2.0.0-dev.100 [2021-03-10T15:49:53.452Z] v2.0.0-dev.101 [2021-03-10T15:49:53.452Z] v2.0.0-dev.102 [2021-03-10T15:49:53.452Z] v2.0.0-dev.103 [2021-03-10T15:49:53.452Z] v2.0.0-dev.104 [2021-03-10T15:49:53.452Z] v2.0.0-dev.105 [2021-03-10T15:49:53.452Z] v2.0.0-dev.106 [2021-03-10T15:49:53.452Z] v2.0.0-dev.107 [2021-03-10T15:49:53.452Z] v2.0.0-dev.108 [2021-03-10T15:49:53.452Z] v2.0.0-dev.109 [2021-03-10T15:49:53.452Z] v2.0.0-dev.11 [2021-03-10T15:49:53.452Z] v2.0.0-dev.110 [2021-03-10T15:49:53.452Z] v2.0.0-dev.111 [2021-03-10T15:49:53.452Z] v2.0.0-dev.112 [2021-03-10T15:49:53.452Z] v2.0.0-dev.113 [2021-03-10T15:49:53.452Z] v2.0.0-dev.114 [2021-03-10T15:49:53.452Z] v2.0.0-dev.115 [2021-03-10T15:49:53.452Z] v2.0.0-dev.116 [2021-03-10T15:49:53.452Z] v2.0.0-dev.117 [2021-03-10T15:49:53.452Z] v2.0.0-dev.118 [2021-03-10T15:49:53.452Z] v2.0.0-dev.119 [2021-03-10T15:49:53.452Z] v2.0.0-dev.12 [2021-03-10T15:49:53.452Z] v2.0.0-dev.120 [2021-03-10T15:49:53.452Z] v2.0.0-dev.121 [2021-03-10T15:49:53.452Z] v2.0.0-dev.13 [2021-03-10T15:49:53.452Z] v2.0.0-dev.14 [2021-03-10T15:49:53.452Z] v2.0.0-dev.15 [2021-03-10T15:49:53.452Z] v2.0.0-dev.16 [2021-03-10T15:49:53.452Z] v2.0.0-dev.17 [2021-03-10T15:49:53.452Z] v2.0.0-dev.18 [2021-03-10T15:49:53.452Z] v2.0.0-dev.19 [2021-03-10T15:49:53.452Z] v2.0.0-dev.2 [2021-03-10T15:49:53.453Z] v2.0.0-dev.20 [2021-03-10T15:49:53.453Z] v2.0.0-dev.21 [2021-03-10T15:49:53.453Z] v2.0.0-dev.22 [2021-03-10T15:49:53.453Z] v2.0.0-dev.23 [2021-03-10T15:49:53.453Z] v2.0.0-dev.24 [2021-03-10T15:49:53.453Z] v2.0.0-dev.25 [2021-03-10T15:49:53.453Z] v2.0.0-dev.26 [2021-03-10T15:49:53.453Z] v2.0.0-dev.27 [2021-03-10T15:49:53.453Z] v2.0.0-dev.28 [2021-03-10T15:49:53.453Z] v2.0.0-dev.29 [2021-03-10T15:49:53.453Z] v2.0.0-dev.3 [2021-03-10T15:49:53.453Z] v2.0.0-dev.30 [2021-03-10T15:49:53.453Z] v2.0.0-dev.31 [2021-03-10T15:49:53.453Z] v2.0.0-dev.32 [2021-03-10T15:49:53.453Z] v2.0.0-dev.33 [2021-03-10T15:49:53.453Z] v2.0.0-dev.34 [2021-03-10T15:49:53.453Z] v2.0.0-dev.35 [2021-03-10T15:49:53.453Z] v2.0.0-dev.36 [2021-03-10T15:49:53.453Z] v2.0.0-dev.37 [2021-03-10T15:49:53.453Z] v2.0.0-dev.38 [2021-03-10T15:49:53.453Z] v2.0.0-dev.39 [2021-03-10T15:49:53.453Z] v2.0.0-dev.4 [2021-03-10T15:49:53.453Z] v2.0.0-dev.40 [2021-03-10T15:49:53.453Z] v2.0.0-dev.41 [2021-03-10T15:49:53.453Z] v2.0.0-dev.42 [2021-03-10T15:49:53.453Z] v2.0.0-dev.43 [2021-03-10T15:49:53.453Z] v2.0.0-dev.44 [2021-03-10T15:49:53.453Z] v2.0.0-dev.45 [2021-03-10T15:49:53.453Z] v2.0.0-dev.46 [2021-03-10T15:49:53.453Z] v2.0.0-dev.47 [2021-03-10T15:49:53.453Z] v2.0.0-dev.48 [2021-03-10T15:49:53.453Z] v2.0.0-dev.49 [2021-03-10T15:49:53.453Z] v2.0.0-dev.5 [2021-03-10T15:49:53.453Z] v2.0.0-dev.50 [2021-03-10T15:49:53.453Z] v2.0.0-dev.51 [2021-03-10T15:49:53.453Z] v2.0.0-dev.52 [2021-03-10T15:49:53.453Z] v2.0.0-dev.53 [2021-03-10T15:49:53.453Z] v2.0.0-dev.54 [2021-03-10T15:49:53.453Z] v2.0.0-dev.55 [2021-03-10T15:49:53.453Z] v2.0.0-dev.56 [2021-03-10T15:49:53.453Z] v2.0.0-dev.57 [2021-03-10T15:49:53.453Z] v2.0.0-dev.58 [2021-03-10T15:49:53.453Z] v2.0.0-dev.59 [2021-03-10T15:49:53.453Z] v2.0.0-dev.6 [2021-03-10T15:49:53.453Z] v2.0.0-dev.60 [2021-03-10T15:49:53.453Z] v2.0.0-dev.61 [2021-03-10T15:49:53.453Z] v2.0.0-dev.62 [2021-03-10T15:49:53.453Z] v2.0.0-dev.63 [2021-03-10T15:49:53.453Z] v2.0.0-dev.64 [2021-03-10T15:49:53.453Z] v2.0.0-dev.65 [2021-03-10T15:49:53.453Z] v2.0.0-dev.66 [2021-03-10T15:49:53.453Z] v2.0.0-dev.67 [2021-03-10T15:49:53.453Z] v2.0.0-dev.68 [2021-03-10T15:49:53.453Z] v2.0.0-dev.69 [2021-03-10T15:49:53.453Z] v2.0.0-dev.7 [2021-03-10T15:49:53.453Z] v2.0.0-dev.70 [2021-03-10T15:49:53.453Z] v2.0.0-dev.71 [2021-03-10T15:49:53.453Z] v2.0.0-dev.72 [2021-03-10T15:49:53.453Z] v2.0.0-dev.73 [2021-03-10T15:49:53.453Z] v2.0.0-dev.74 [2021-03-10T15:49:53.453Z] v2.0.0-dev.75 [2021-03-10T15:49:53.453Z] v2.0.0-dev.76 [2021-03-10T15:49:53.453Z] v2.0.0-dev.77 [2021-03-10T15:49:53.453Z] v2.0.0-dev.78 [2021-03-10T15:49:53.453Z] v2.0.0-dev.79 [2021-03-10T15:49:53.453Z] v2.0.0-dev.8 [2021-03-10T15:49:53.453Z] v2.0.0-dev.80 [2021-03-10T15:49:53.453Z] v2.0.0-dev.81 [2021-03-10T15:49:53.453Z] v2.0.0-dev.82 [2021-03-10T15:49:53.453Z] v2.0.0-dev.83 [2021-03-10T15:49:53.453Z] v2.0.0-dev.84 [2021-03-10T15:49:53.453Z] v2.0.0-dev.85 [2021-03-10T15:49:53.453Z] v2.0.0-dev.86 [2021-03-10T15:49:53.453Z] v2.0.0-dev.87 [2021-03-10T15:49:53.453Z] v2.0.0-dev.88 [2021-03-10T15:49:53.453Z] v2.0.0-dev.89 [2021-03-10T15:49:53.453Z] v2.0.0-dev.9 [2021-03-10T15:49:53.453Z] v2.0.0-dev.90 [2021-03-10T15:49:53.453Z] v2.0.0-dev.91 [2021-03-10T15:49:53.453Z] v2.0.0-dev.92 [2021-03-10T15:49:53.453Z] v2.0.0-dev.93 [2021-03-10T15:49:53.453Z] v2.0.0-dev.94 [2021-03-10T15:49:53.453Z] v2.0.0-dev.95 [2021-03-10T15:49:53.453Z] v2.0.0-dev.96 [2021-03-10T15:49:53.453Z] v2.0.0-dev.97 [2021-03-10T15:49:53.453Z] v2.0.0-dev.98 [2021-03-10T15:49:53.453Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-10T15:49:53.755Z] + lftools sign git-tag v2.0.0-dev.121 [2021-03-10T15:49:55.146Z] Signing Git tag with Sigul... [2021-03-10T15:49:55.146Z] Signing v2.0.0-dev.121 [Pipeline] echo [2021-03-10T15:49:56.549Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:49:56.853Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-10T15:49:56.864Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-10T15:49:56.973Z] $ docker stop --time=1 e061e8ca922c569d306b6db34f482ae514fca1b0c30b0572be66af28fdf6e7c9 [2021-03-10T15:49:59.026Z] $ docker rm -f e061e8ca922c569d306b6db34f482ae514fca1b0c30b0572be66af28fdf6e7c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:49:59.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:49:59.833Z] . [Pipeline] withDockerContainer [2021-03-10T15:49:59.938Z] prd-centos7-docker-4c-2g-29331 does not seem to be running inside a container [2021-03-10T15:49:59.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T15:50:00.835Z] $ docker top d39d0db3ace248a82022d1999f150a6b415f1b9546eb955f54576730497325f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T15:50:01.175Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T15:50:01.175Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T15:50:01.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T15:50:01.466Z] $ docker exec d39d0db3ace248a82022d1999f150a6b415f1b9546eb955f54576730497325f4 ssh-agent [2021-03-10T15:50:01.678Z] SSH_AUTH_SOCK=/tmp/ssh-nalvQ1dzYuXO/agent.12 [2021-03-10T15:50:01.678Z] SSH_AGENT_PID=17 [2021-03-10T15:50:01.686Z] Running ssh-add (command line suppressed) [2021-03-10T15:50:01.848Z] Identity added: /w/workspace/edgex-go/388@tmp/private_key_8805619398232499315.key (/w/workspace/edgex-go/388@tmp/private_key_8805619398232499315.key) [2021-03-10T15:50:01.909Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T15:50:02.270Z] + git semver bump pre [2021-03-10T15:50:02.270Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T15:50:02.270Z] # $GIT_DIR = /w/workspace/edgex-go/388/.git [2021-03-10T15:50:02.270Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/388 [2021-03-10T15:50:02.270Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T15:50:02.270Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T15:50:02.270Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T15:50:02.270Z] # $SEMVER_BRANCH = master [2021-03-10T15:50:02.270Z] # $SEMVER_DIR = /w/workspace/edgex-go/388/.semver [2021-03-10T15:50:02.270Z] 2.0.0-dev.122 [Pipeline] } [2021-03-10T15:50:02.282Z] $ docker exec --env ******** --env ******** d39d0db3ace248a82022d1999f150a6b415f1b9546eb955f54576730497325f4 ssh-agent -k [2021-03-10T15:50:02.415Z] unset SSH_AUTH_SOCK; [2021-03-10T15:50:02.415Z] unset SSH_AGENT_PID; [2021-03-10T15:50:02.415Z] echo Agent pid 17 killed; [2021-03-10T15:50:02.476Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T15:50:02.930Z] + git semver [Pipeline] } [2021-03-10T15:50:02.946Z] $ docker stop --time=1 d39d0db3ace248a82022d1999f150a6b415f1b9546eb955f54576730497325f4 [2021-03-10T15:50:04.318Z] $ docker rm -f d39d0db3ace248a82022d1999f150a6b415f1b9546eb955f54576730497325f4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:50:04.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T15:50:04.833Z] . [Pipeline] withDockerContainer [2021-03-10T15:50:04.943Z] prd-centos7-docker-4c-2g-29331 does not seem to be running inside a container [2021-03-10T15:50:04.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T15:50:05.690Z] $ docker top 4f476ddf9ad946f580456c9d6f475ec587da5b157847d8c6f106af57f83e855d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T15:50:06.028Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T15:50:06.028Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T15:50:06.280Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T15:50:06.283Z] $ docker exec 4f476ddf9ad946f580456c9d6f475ec587da5b157847d8c6f106af57f83e855d ssh-agent [2021-03-10T15:50:06.482Z] SSH_AUTH_SOCK=/tmp/ssh-DseHWYU1GXS9/agent.12 [2021-03-10T15:50:06.482Z] SSH_AGENT_PID=18 [2021-03-10T15:50:06.498Z] Running ssh-add (command line suppressed) [2021-03-10T15:50:06.632Z] Identity added: /w/workspace/edgex-go/388@tmp/private_key_3279435648752441386.key (/w/workspace/edgex-go/388@tmp/private_key_3279435648752441386.key) [2021-03-10T15:50:06.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T15:50:07.071Z] + git semver push [2021-03-10T15:50:07.071Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T15:50:07.071Z] # $GIT_DIR = /w/workspace/edgex-go/388/.git [2021-03-10T15:50:07.071Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/388 [2021-03-10T15:50:07.071Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T15:50:07.071Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T15:50:07.071Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T15:50:07.071Z] # $SEMVER_BRANCH = master [2021-03-10T15:50:07.071Z] # $SEMVER_DIR = /w/workspace/edgex-go/388/.semver [Pipeline] } [2021-03-10T15:50:15.244Z] $ docker exec --env ******** --env ******** 4f476ddf9ad946f580456c9d6f475ec587da5b157847d8c6f106af57f83e855d ssh-agent -k [2021-03-10T15:50:15.396Z] unset SSH_AUTH_SOCK; [2021-03-10T15:50:15.397Z] unset SSH_AGENT_PID; [2021-03-10T15:50:15.397Z] echo Agent pid 18 killed; [2021-03-10T15:50:15.471Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T15:50:15.962Z] + git semver [Pipeline] } [2021-03-10T15:50:15.980Z] $ docker stop --time=1 4f476ddf9ad946f580456c9d6f475ec587da5b157847d8c6f106af57f83e855d [2021-03-10T15:50:17.340Z] $ docker rm -f 4f476ddf9ad946f580456c9d6f475ec587da5b157847d8c6f106af57f83e855d [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-10T15:50:18.306Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:50:19.198Z] ---> package-listing.sh [2021-03-10T15:50:19.198Z] ++ facter osfamily [2021-03-10T15:50:19.198Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T15:50:19.198Z] + OS_FAMILY=redhat [2021-03-10T15:50:19.198Z] + workspace=/w/workspace/edgex-go/388 [2021-03-10T15:50:19.198Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T15:50:19.198Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T15:50:19.198Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T15:50:19.198Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T15:50:19.198Z] + '[' /w/workspace/edgex-go/388 ']' [2021-03-10T15:50:19.198Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T15:50:19.198Z] + case "${OS_FAMILY}" in [2021-03-10T15:50:19.198Z] + rpm -qa [2021-03-10T15:50:19.198Z] + sort [2021-03-10T15:50:24.497Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T15:50:24.497Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T15:50:24.497Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T15:50:24.497Z] + '[' /w/workspace/edgex-go/388 ']' [2021-03-10T15:50:24.497Z] + mkdir -p /w/workspace/edgex-go/388/archives/ [2021-03-10T15:50:24.497Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/388/archives/ [Pipeline] echo [2021-03-10T15:50:24.512Z] 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/388/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T15:50:24.804Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:50:25.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:50:25.144Z] [2021-03-10T15:50:25.144Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:50:25.486Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:50:25.486Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T15:50:25.486Z] df20fa9351a1: Pulling fs layer [2021-03-10T15:50:25.486Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T15:50:25.486Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T15:50:25.486Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T15:50:25.486Z] 93b61091891f: Pulling fs layer [2021-03-10T15:50:25.486Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T15:50:25.486Z] 5e14af77c1be: Pulling fs layer [2021-03-10T15:50:25.486Z] 01666e4c0597: Pulling fs layer [2021-03-10T15:50:25.486Z] aa168da1d23b: Pulling fs layer [2021-03-10T15:50:25.486Z] 93b9cdb0e59b: Waiting [2021-03-10T15:50:25.486Z] 5e14af77c1be: Waiting [2021-03-10T15:50:25.486Z] 01666e4c0597: Waiting [2021-03-10T15:50:25.486Z] aa168da1d23b: Waiting [2021-03-10T15:50:25.486Z] 46f8f816bc3b: Waiting [2021-03-10T15:50:25.486Z] 93b61091891f: Waiting [2021-03-10T15:50:25.486Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T15:50:25.486Z] 36b3adc4ff6f: Download complete [2021-03-10T15:50:25.486Z] 46f8f816bc3b: Verifying Checksum [2021-03-10T15:50:25.486Z] 46f8f816bc3b: Download complete [2021-03-10T15:50:25.750Z] df20fa9351a1: Download complete [2021-03-10T15:50:25.750Z] 93b9cdb0e59b: Verifying Checksum [2021-03-10T15:50:25.750Z] 93b9cdb0e59b: Download complete [2021-03-10T15:50:25.750Z] 93b61091891f: Download complete [2021-03-10T15:50:25.750Z] 5e14af77c1be: Download complete [2021-03-10T15:50:25.750Z] 01666e4c0597: Verifying Checksum [2021-03-10T15:50:25.750Z] 01666e4c0597: Download complete [2021-03-10T15:50:26.012Z] df20fa9351a1: Pull complete [2021-03-10T15:50:26.274Z] 36b3adc4ff6f: Pull complete [2021-03-10T15:50:26.853Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T15:50:26.853Z] 8ad3a11d3b57: Download complete [2021-03-10T15:50:27.806Z] 8ad3a11d3b57: Pull complete [2021-03-10T15:50:28.073Z] 46f8f816bc3b: Pull complete [2021-03-10T15:50:28.336Z] 93b61091891f: Pull complete [2021-03-10T15:50:29.729Z] 93b9cdb0e59b: Pull complete [2021-03-10T15:50:29.729Z] aa168da1d23b: Verifying Checksum [2021-03-10T15:50:29.729Z] aa168da1d23b: Download complete [2021-03-10T15:50:29.729Z] 5e14af77c1be: Pull complete [2021-03-10T15:50:29.729Z] 01666e4c0597: Pull complete [2021-03-10T15:50:37.902Z] aa168da1d23b: Pull complete [2021-03-10T15:50:37.902Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T15:50:37.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:50:37.902Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T15:50:38.068Z] prd-centos7-docker-4c-2g-29331 does not seem to be running inside a container [2021-03-10T15:50:38.119Z] $ 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/388/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/388 -v /w/workspace/edgex-go/388:/w/workspace/edgex-go/388:rw,z -v /w/workspace/edgex-go/388@tmp:/w/workspace/edgex-go/388@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T15:50:41.429Z] $ docker top 344c68939d565522508629b1a609195493e246e5a5e796d54e4fbe1d4f96fa39 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:50:42.026Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T15:50:42.341Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T15:50:42.640Z] + ls /var/log/sa-host [2021-03-10T15:50:42.640Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T15:50:42.640Z] file_magic: OK [2021-03-10T15:50:42.640Z] HZ: Using current value: 100 [2021-03-10T15:50:42.640Z] file_header: OK [2021-03-10T15:50:42.640Z] 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-10T15:50:42.640Z] Statistics: [2021-03-10T15:50:42.640Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-10T15:50:42.640Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T15:50:42.640Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T15:50:42.640Z] file_magic: OK [2021-03-10T15:50:42.640Z] HZ: Using current value: 100 [2021-03-10T15:50:42.640Z] file_header: OK [2021-03-10T15:50:42.640Z] 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-10T15:50:42.640Z] Statistics: [2021-03-10T15:50:42.640Z] Hnuu...uuuununununu... [2021-03-10T15:50:42.640Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T15:50:42.841Z] provisioning config files... [2021-03-10T15:50:42.855Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/388@tmp/config7815180517371574046tmp [Pipeline] { [Pipeline] echo [2021-03-10T15:50:42.968Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:50:43.264Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T15:50:43.274Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T15:50:43.369Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:50:43.668Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T15:50:43.680Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:50:43.976Z] ---> sudo-logs.sh [2021-03-10T15:50:43.977Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T15:50:44.046Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:50:44.336Z] ---> job-cost.sh [2021-03-10T15:50:44.337Z] lf-activate-venv: SKIPPING [2021-03-10T15:50:44.337Z] DEBUG: total: 0.20999999344348907 [2021-03-10T15:50:44.337Z] INFO: Retrieving Stack Cost... [2021-03-10T15:50:47.639Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T15:50:47.639Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T15:50:47.652Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:50:47.946Z] ---> logs-deploy.sh [2021-03-10T15:50:47.946Z] lf-activate-venv: SKIPPING [2021-03-10T15:50:47.946Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/388 [2021-03-10T15:50:47.946Z] INFO: archiving workspace using pattern(s): [2021-03-10T15:50:49.431Z] Archives upload complete. [2021-03-10T15:50:49.431Z] INFO: archiving logs to Nexus